* breakpoint.c: (watch_command_1): Parse additional optional
authorLuis Machado <luisgpm@br.ibm.com>
Mon, 17 Dec 2007 12:32:23 +0000 (12:32 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Mon, 17 Dec 2007 12:32:23 +0000 (12:32 +0000)
commit37e4754d76e3bf273485512fd6c81201e2d571f9
tree0d2c3c6081ce834d5c3aa608e953766bae7683c9
parent28e78778f51cfb840c676bcc243bba0bdca79119
  * 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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/watch_thread_num.c [new file with mode: 0644]
gdb/testsuite/gdb.base/watch_thread_num.exp [new file with mode: 0644]
This page took 0.025348 seconds and 4 git commands to generate.