From: 'Daniel Jacobowitz' <drow@false.org>
To: Pierre Muller <muller@ics.u-strasbg.fr>
Cc: luisgpm@linux.vnet.ibm.com, gdb-patches@sourceware.org
Subject: Re: [RFC/RFA] testsuite/gdb.base/watch_thread_num.exp: Fix test for systems having hidden threads
Date: Wed, 19 Dec 2007 15:04:00 -0000 [thread overview]
Message-ID: <20071219145914.GA21477@caradoc.them.org> (raw)
In-Reply-To: <001501c8424e$9a71ca10$cf555e30$@u-strasbg.fr>
On Wed, Dec 19, 2007 at 03:51:14PM +0100, Pierre Muller wrote:
> It should probably also use gdb_compile_pthreads
> to try to compile the source.
That's right.
> I found this, in gdb.base/watchpoint.exp:
>
> # Disable hardware watchpoints if necessary.
> if [target_info exists gdb,no_hardware_watchpoints] {
> gdb_test "set can-use-hw-watchpoints 0" "" ""
> }
>
> but I still didn't really understand what those "target_info exists"
> commands really are:
> - how are they set?
By the DejaGNU "board" file. Normally you just use unix.exp if you
say "runtest"; other board files are used for cross testing or for
custom configurations.
> - does it make it possible to run the testsuite with hardware watchpoints
> disabled?
Yes, but you need to use a board file.
> gdb.threads/watchthreads.exp contains this:
>
> # This test verifies that a watchpoint is detected in the proper thread
> # so the test is only meaningful on a system with hardware watchpoints.
> if [target_info exists gdb,no_hardware_watchpoints] {
> return 0;
> }
>
> But where and how is gdb,no_hardware_watchpoints set?
Same thing; in a board file. For instance, the gdbserver example on
the wiki.
--
Daniel Jacobowitz
CodeSourcery
prev parent reply other threads:[~2007-12-19 14:59 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-16 21:03 [patch] Watchpoints: support for thread <thread_num> parameters Luis Machado
2007-08-17 10:24 ` Eli Zaretskii
2007-08-17 15:47 ` Luis Machado
2007-08-17 18:41 ` Eli Zaretskii
2007-08-17 18:50 ` Daniel Jacobowitz
2007-08-20 14:28 ` Luis Machado
2007-08-20 14:21 ` Daniel Jacobowitz
2007-08-20 15:23 ` Luis Machado
2007-08-20 15:29 ` Daniel Jacobowitz
2007-08-23 21:08 ` Joel Brobecker
2007-08-23 21:15 ` Luis Machado
2007-10-11 19:40 ` Daniel Jacobowitz
2007-10-11 20:33 ` Luis Machado
2007-11-13 14:50 ` Luis Machado
2007-11-13 15:38 ` Andreas Schwab
2007-11-13 22:30 ` Eli Zaretskii
2007-11-14 12:20 ` Luis Machado
2007-11-30 16:10 ` Luis Machado
2007-12-16 21:50 ` Daniel Jacobowitz
2007-12-17 13:29 ` Luis Machado
2007-12-19 13:05 ` [RFC/RFA] testsuite/gdb.base/watch_thread_num.exp: Fix test for systems having hidden threads Pierre Muller
2007-12-19 13:56 ` Luis Machado
2007-12-19 14:04 ` Pierre Muller
2007-12-19 14:05 ` 'Daniel Jacobowitz'
2007-12-19 14:55 ` Pierre Muller
2007-12-19 15:04 ` 'Daniel Jacobowitz' [this message]
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=20071219145914.GA21477@caradoc.them.org \
--to=drow@false.org \
--cc=gdb-patches@sourceware.org \
--cc=luisgpm@linux.vnet.ibm.com \
--cc=muller@ics.u-strasbg.fr \
/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