You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When sending a thread ID, also set that as the current thread; GDB
expects the stub to do so and will get out of sync otherwise (see
remote_target::get_current_thread).
- When the event is a signal but has no thread ID, such as when
attaching, pick an arbitrary thread ID to send. Otherwise, GDB will
just assume we're on thread 0, which it then learns doesn't exist,
leading to "Cannot execute this command without a live selected
thread." errors.
Fixesmisson20000#69.
need to run
info threads
in gdb before doing anything interestingThe text was updated successfully, but these errors were encountered: