This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/doco/commit] Make the "info dll" command available on all platform.


On 05/05/2015 07:02 PM, Joel Brobecker wrote:

> Note that I looked at getting rid of deprecated_init_ui_hook,
> but I found that insight might still be needing it :-( (to be
> confirmed, though, as my sources are fairly old).
> 

>From current insight git:

$ grep -rn deprecated_init_ui_hook
binutils-gdb/gdb/windows-nat.c:2604:  deprecated_init_ui_hook = set_windows_aliases;
binutils-gdb/gdb/ChangeLog-2004:9403:   (deprecated_memory_changed_hook, deprecated_init_ui_hook)
binutils-gdb/gdb/ChangeLog-2013:3969:   * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
binutils-gdb/gdb/ChangeLog-2013:4011:   to deprecated_init_ui_hook.
binutils-gdb/gdb/defs.h:637:   deprecated_init_ui_hook with the per-interpreter implementation.  */
binutils-gdb/gdb/defs.h:638:/* FIXME: deprecated_init_ui_hook should be moved here.  */
binutils-gdb/gdb/defs.h:647:extern void (*deprecated_init_ui_hook) (char *argv0);
binutils-gdb/gdb/interps.c:365:  deprecated_init_ui_hook = 0;
binutils-gdb/gdb/top.c:181:void (*deprecated_init_ui_hook) (char *argv0);
binutils-gdb/gdb/top.c:1975:     deprecated_init_ui_hook.  */
binutils-gdb/gdb/top.c:1976:  if (deprecated_init_ui_hook)
binutils-gdb/gdb/top.c:1977:    deprecated_init_ui_hook (argv0);
binutils-gdb/gdb/ChangeLog-2005:1299:   deprecated_init_ui_hook to allow late setting of "info dll" alias.
binutils-gdb/gdb/main.c:863:     control of the console via the deprecated_init_ui_hook ().  */
gdbtk/ChangeLog:227:    (_initialize_gdbtk): No longer set deprecated_init_ui_hook.

gdbtk/ChangeLog:
...
2013-09-20  Andrew Burgess  <aburgess@broadcom.com>

        * generic/gdbtk.c: Add include of "main.h".
        (gdbtk_init_1): Remove.
        (argv0): Remove.
        (_initialize_gdbtk): No longer set deprecated_init_ui_hook.
        (gdbtk_init): Use get_gdb_program_name function from main.h.
...

https://www.sourceware.org/ml/insight/2013-q3/msg00042.html

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]