Separate core functions along target vector in preparation for
authorK. Richard Pixley <rich@cygnus>
Fri, 25 Sep 1992 17:03:55 +0000 (17:03 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 25 Sep 1992 17:03:55 +0000 (17:03 +0000)
commit8afd6ca5473249c7a206284ad75f1b8abd612284
treed6ae568a01496a6a42ba0189db66b8f0d81a3fe9
parentc38f5470c204cdc884419ab40808599a58e63862
    Separate core functions along target vector in preparation for
        native support.  Functions above vector now live in core.c.  Those
        below in corelow.c.

* core.c (solib_add_stub, core_close, core_open, core_detach,
  get_core_registers, core_files_info, core_ops): moved to corelow.c
  (_initialize_core): removed addition of core_ops target.
* corelow.c: new file.
(solib_add_stub, core_close, core_open, core_detach,
get_core_registers, core_files_info, core_ops): moved from core.c
(_initialize_corelow): new function.
* gdbcore.h (core_open, core_detach): added prototypes.
(core_ops): add forward declaration.
* Makefile.in (SFILES_MAINDIR): add core.c
(OBS): add core.o
(TSOBS): change core.o to corelow.o
gdb/ChangeLog
gdb/core.c
gdb/corelow.c [new file with mode: 0644]
This page took 0.026482 seconds and 4 git commands to generate.