OSDN Git Service

* generic/gdbtk-main.c (main): Change name of intepreter to "insight".
authorkseitz <kseitz>
Tue, 18 Feb 2003 23:33:05 +0000 (23:33 +0000)
committerkseitz <kseitz>
Tue, 18 Feb 2003 23:33:05 +0000 (23:33 +0000)
commit592dd36d94fd2ccbcf79007393d0830b49718881
treea95b76abc62d975c2ab458a36037a483a82cd620
parentdc2b4ff591e17554c9524b791292c6ec792fcbd6
    * generic/gdbtk-main.c (main): Change name of intepreter to "insight".
        * generic/gdbtk.h: Add ifdef wrappers.
        (gdbtk_init): Declare.
        (gdbtk_source_start_file): Declare.
        * generic/gdbtk.c (gdbtk_init): Export.
        Reomve init_ui_hook stuff.
        Do not add hooks here anymore (moved into interps).
        Do not muck with gdbk_stdout et al (moved into interps).
        (gdbtk_source_start_file): Code ripped out of gdbtk_init
        which deals with sourcing the main startup file.
        (gdbtk_init_1): Hack: New function.
        (argv0): Hack: New static global.
        (tk_init): Moved to gdbtk-interps.c.
        (gdbtk_resume): Likewise.
        (gdbtk_suspend): Likewise.
        (gdbtk_prompt_p): Likewise.
        (gdbtk_exec): Likewise.
        (gdbtk_command_loop): Likewise.
        (_initialize_gdbtk): Move interpreter stuff to gdbtk-interps.c.
        Hack: Add new init_ui_hook.
        * generic/gdbtk-interps.c: New file.
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-interp.c [new file with mode: 0644]
gdb/gdbtk/generic/gdbtk-main.c
gdb/gdbtk/generic/gdbtk.c
gdb/gdbtk/generic/gdbtk.h