This is the mail archive of the gdb@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]

Re: How to switch threads in gdb while a thread is being blocked


Hello, Tom!

Thanks a lot for your answer. With target-async on I have managed to
step the processes even when one of them blocks.

Thank you.
-- Alex.

On Tue, Mar 29, 2011 at 6:04 PM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Alexandru" == Alexandru Sutii <sutii.alex@gmail.com> writes:
>
> Alexandru> Is there a way to switch threads in gdb after the current
> Alexandru> thread/process blocks?
>
> You want target-async. ?See the "Background Execution" node in the
> manual; there are corresponding MI commands (and docs) too. ?You may
> also want non-stop.
>
> Tom
>


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