This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/19742] When a thread is stopped in non-stop mode, a breakpoint can not be set in another thread


https://sourceware.org/bugzilla/show_bug.cgi?id=19742

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
What is it that you observe that actually does not work because to this?

As long as it's thread of the same process, it shouldn't matter.  GDB selects a
stopped thread on the target side, before inserting the breakpoint, because
that has higher chances of success -- not all targets support installing
breakpoints while the current thread is running.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]