diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8571bc9..7c15124 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2009-11-24 Daniel Jacobowitz <dan@codesourcery.com> + + PR gdb/8704 + + * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers + are allowed after the breakpoint condition. + 2009-11-23 Tom Tromey <tromey@redhat.com> PR python/10782: diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c1ccfc7..74cbedf 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -5214,8 +5214,8 @@ breakpoint, the breakpoint applies to @emph{all} threads of your program. You can use the @code{thread} qualifier on conditional breakpoints as -well; in this case, place @samp{thread @var{threadno}} before the -breakpoint condition, like this: +well; in this case, place @samp{thread @var{threadno}} before or +after the breakpoint condition, like this: @smallexample (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim |