aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2007-12-17 12:32:23 +0000
committerLuis Machado <luisgpm@br.ibm.com>2007-12-17 12:32:23 +0000
commit37e4754d76e3bf273485512fd6c81201e2d571f9 (patch)
tree0d2c3c6081ce834d5c3aa608e953766bae7683c9 /gdb/ChangeLog
parent28e78778f51cfb840c676bcc243bba0bdca79119 (diff)
downloadgdb-37e4754d76e3bf273485512fd6c81201e2d571f9.zip
gdb-37e4754d76e3bf273485512fd6c81201e2d571f9.tar.gz
gdb-37e4754d76e3bf273485512fd6c81201e2d571f9.tar.bz2
* breakpoint.c: (watch_command_1): Parse additional optional
"thread" parameter to the watchpoint command and set the "thread" member of the breakpoint struct. * doc/gdb.texinfo: Add new parameter's description. * testsuite/gdb.base/watch_thread_num.c: New testcase source file. * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0cec62b..efda433 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2007-12-17 Luis Machado <luisgpm@br.ibm.com>
+ * breakpoint.c: (watch_command_1): Parse additional optional
+ "thread" parameter to the watchpoint command and set the
+ "thread" member of the breakpoint struct.
+
+2007-12-17 Luis Machado <luisgpm@br.ibm.com>
+
* breakpoint.c (bpstat_stop_status): Check an additional
condition before evaluating an expression value.