public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Fabian Cenedese <Cenedese@indel.ch>
To: gdb@sources.redhat.com
Subject: Re: Thread-specific breakpoints
Date: Fri, 27 Aug 2004 07:37:00 -0000	[thread overview]
Message-ID: <5.2.0.9.1.20040827092847.01d1c1b8@NT_SERVER> (raw)
In-Reply-To: <6.0.0.22.2.20040826155415.04890f40@mail.netburner.com>


>The remote protocol has...
>
>Hct… -- set thread
>
>Set thread for subsequent operations (m, M, g, G, et.al.). c depends on the operation to be performed: it should be c for step and continue operations, g for other operations. The thread designator t… may be -1, meaning all the threads, a thread number, or zero which means pick any thread.

That might work but also means a lot of overhead as this is a complete
thread switch which will read all registers and other thread specific info.
It might be necessary to do the breakpoint handling in another program
and just use the symbol lookup of gdb. But I'll see when I get there.

Thanks

bye   Fabi


  reply	other threads:[~2004-08-27  7:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-18 11:57 Fabian Cenedese
2004-08-26 22:50 ` Paul Breed
2004-08-27  7:37   ` Fabian Cenedese [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-16  7:18 Fabian Cenedese
2004-08-16 13:26 ` Daniel Jacobowitz
2004-08-16 14:20   ` Fabian Cenedese
2004-08-16 14:24     ` Daniel Jacobowitz
2004-08-16 19:30     ` Eli Zaretskii
2004-08-17  8:07       ` Fabian Cenedese
2004-08-18  3:57         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.2.0.9.1.20040827092847.01d1c1b8@NT_SERVER \
    --to=cenedese@indel.ch \
    --cc=gdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).