gdb
authorTom Tromey <tromey@redhat.com>
Mon, 16 Aug 2010 19:19:22 +0000 (19:19 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 16 Aug 2010 19:19:22 +0000 (19:19 +0000)
commit06a64a0b786b2a3b81e8caced730c43939a78684
tree22ac5c9f0c04439265692f65f990b3de634fd685
parent70ebf4ed1a2872d940df413696837481871a5af9
gdb
* value.c (release_value): Clear 'next' pointer.
* breakpoint.c (watch_command_1): Add 'just_location' argument.
(watch_command_wrapper): Update.
(watch_maybe_just_location): New function.
(watch_command): Update.
(rwatch_command_wrapper): Update.
(rwatch_command): Update.
(awatch_command_wrapper): Update.
(awatch_command): Update.
(check_for_argument): New function.
(_initialize_breakpoint): Update help text.
gdb/testsuite
* gdb.base/help.exp: Update.
* gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
watchpoint.
(test_watch_location): New proc.
(test_watchpoint_in_big_blob): Delete watchpoint.
* gdb.base/watchpoint.c (func5): New function.
(main): Call it.
gdb/doc
* gdb.texinfo (Set Watchpoints): Document -location option.
gdb/ChangeLog
gdb/breakpoint.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp
gdb/testsuite/gdb.base/watchpoint.c
gdb/testsuite/gdb.base/watchpoint.exp
gdb/value.c
This page took 0.026352 seconds and 4 git commands to generate.