From: Luis Machado <luisgpm@linux.vnet.ibm.com>
To: gdb@sourceware.org
Subject: HW Watchpoint events and the inferior
Date: Wed, 01 Aug 2007 15:23:00 -0000 [thread overview]
Message-ID: <1185981481.5248.11.camel@localhost> (raw)
Folks,
I've been investigating watchpoints on GDB and i have a question on how
GDB handles Hardware Watchpoint events and which TID it uses to grab
information about the stopped_data_address, considering a multithreaded
application.
The stopped_data_address functions seem to use the current
"inferior_ptid" variable to do a PTRACE request in order to get
information from the debug registers. The "inferior_ptid" holds ID's for
the task that was currently running when GDB stopped.
Is it always true that, if we have a triggered hw watchpoint event, the
inferior_ptid represents the task that actually triggered it?
What if we did trigger a watchpoint but it was a different task (other
than the current inferior_ptid) that triggered it? Will GDB eventually
switch to the other task and confirm that we had a hw watchpoint
trigger?
It could also happen that two or more threads triggered a watchpoint.
Does GDB handle those events sequentially?
Just to make the scope clear, i'm trying to associate a specific hw
watchpoint event with the thread that actually triggered it. It believe
that would be useful information.
Regards,
--
Luis Machado
Software Engineer
IBM Linux Technology Center
LoP Toolchain/Debuggers' team
Phone: +55 19-2132-2218
T/L: 839-2218
e-mail: luisgpm@vnet.linux.ibm.com
next reply other threads:[~2007-08-01 15:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-01 15:23 Luis Machado [this message]
2007-08-01 16:00 ` Daniel Jacobowitz
2007-08-01 17:13 ` Luis Machado
2007-08-02 17:16 ` Daniel Jacobowitz
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=1185981481.5248.11.camel@localhost \
--to=luisgpm@linux.vnet.ibm.com \
--cc=gdb@sourceware.org \
/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