diff options
author | Pedro Alves <palves@redhat.com> | 2010-04-02 01:39:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-04-02 01:39:53 +0000 |
commit | afd02f27b0ece4542cdd921572ab8ea2c9f021ba (patch) | |
tree | d1bc38cf569c2d82efd75c453c5c9a120ae6ba56 /gdb/ChangeLog | |
parent | bf65cad81dc72859fca72e392059fe091df5fdf5 (diff) | |
download | gdb-afd02f27b0ece4542cdd921572ab8ea2c9f021ba.zip gdb-afd02f27b0ece4542cdd921572ab8ea2c9f021ba.tar.gz gdb-afd02f27b0ece4542cdd921572ab8ea2c9f021ba.tar.bz2 |
* tracepoint.c (trace_dump_actions): New, factored out from
trace_dump_command, and adjusted to recurse into while-stepping's
action list.
(trace_dump_command): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18eb942..2adaa18 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2010-04-02 Pedro Alves <pedro@codesourcery.com> + * tracepoint.c (trace_dump_actions): New, factored out from + trace_dump_command, and adjusted to recurse into while-stepping's + action list. + (trace_dump_command): Use it. + +2010-04-02 Pedro Alves <pedro@codesourcery.com> + * breakpoint.h (struct counted_command_line): Moved definition to breakpoint.c, and forward declare. (breakpoint_commands): Declare. |