* breakpoint.h (struct counted_command_line): Moved definition to
authorPedro Alves <palves@redhat.com>
Fri, 2 Apr 2010 01:18:35 +0000 (01:18 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 2 Apr 2010 01:18:35 +0000 (01:18 +0000)
commit5cea2a26596faf0ea2e67dd9f885543ff638cdd0
tree12de505d9a0453148d23df614a9395a87fb1b798
parent9406745256877df5fca7c8b2b672a0da901cb2d2
* breakpoint.h (struct counted_command_line): Moved definition to
breakpoint.c, and forward declare.
(breakpoint_commands): Declare.
* breakpoint.c (struct counted_command_line): Moved here.
(breakpoint_commands): New.
* tracepoint.c (encode_actions): Use breakpoint_commands.
* remote.c (remote_download_tracepoint): Ditto.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/remote.c
gdb/tracepoint.c