OSDN Git Service

* generic/gdbtk-cmds.c: Put on diet. All breakpoint-,
authorKeith Seitz <keiths@redhat.com>
Thu, 10 May 2001 18:04:24 +0000 (18:04 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 10 May 2001 18:04:24 +0000 (18:04 +0000)
commitdf279407f7603cf5a260b937cde7df32838f30e2
tree7239b97abd3dec07acaa34a65b171b998bb4573d
parent51d3550de860029df60abcb23bbec9e6e7e540e1
* generic/gdbtk-cmds.c: Put on diet. All breakpoint-,
tracepoint-, register-, and stack-related functions moved
into separate files.
(call_wrapper): Renamed to "gdbtk_call_wrapper" and export.
Update all callers.
* generic/gdbtk.h: Move all breakpoint-related stuff into
gdbtk-bp.c.
Remove declaration for "call_wrapper". Now in gdbtk-cmds.h
(and called "gdbtk_call_wrapper").
* generic/gdbtk-varobj.c: Include "gdbtk-cmds.h".
* generic/gdbtk-cmds.h: New file.
* generic/gdbtk-bp.c: New file.
* generic/gdbtk-register.c: New file.
* generic/gdbtk-stack.c: New file.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-bp.c [new file with mode: 0644]
gdb/gdbtk/generic/gdbtk-cmds.c
gdb/gdbtk/generic/gdbtk-cmds.h [new file with mode: 0644]
gdb/gdbtk/generic/gdbtk-register.c [new file with mode: 0644]
gdb/gdbtk/generic/gdbtk-stack.c [new file with mode: 0644]
gdb/gdbtk/generic/gdbtk-varobj.c
gdb/gdbtk/generic/gdbtk.c
gdb/gdbtk/generic/gdbtk.h