OSDN Git Service

Remove 'run_cleanup'.
authorvprus <vprus>
Thu, 15 Nov 2007 06:24:17 +0000 (06:24 +0000)
committervprus <vprus>
Thu, 15 Nov 2007 06:24:17 +0000 (06:24 +0000)
commite9ee74aa60cec72ff1368e66b18a5b9e8ef7f97d
tree4ce5a0f3db6110dae237a568a982168d046bc8e4
parent140f4568db5026754f8af56d00f3172f974d6b9a
Remove 'run_cleanup'.
* defs.h (do_run_cleanups, make_run_cleanup): Remove
declarations.
* infcmd.c (run_command_1): Call clear_solib instead
of do_run_cleanups.
* jv-lang.c (java_rerun_cleanup): Remove, for lack of
any use.
* solib.c (solib_cleanup_queued, do_clear_solib): Remove.
(update_solib_lib): Don't setup run cleanup.
(no_shared_libraries): Call clear_solib, not do_clear_solib.
* utils.c (run_cleanup_chain, make_run_cleanup)
(do_run_cleanups): Remove.
ChangeLog
gdb/defs.h
gdb/infcmd.c
gdb/jv-lang.c
gdb/solib.c
gdb/utils.c