Searched refs:gdb_init (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | top.h | 62 extern void gdb_init (char *);
|
H A D | main.c | 520 gdb_init (argv[0]); in captured_main()
|
H A D | top.c | 1746 gdb_init (char *argv0) in gdb_init() function
|
H A D | ChangeLog-1994 | 438 (gdb_init): If pre_init_ui_hook set, call before all other init. 2288 * top.c (gdb_init): Initialize targets.c and utils.c prior to 2453 (gdb_init): Declare. 2719 * energize-patches, main.c (main), top.c (gdb_init, pwd_command), 2785 * top.c (gdb_init): Init current_directory in gdb_init. Probably 2997 * main.c (gdb_init): Call init_proc. 3105 command line stuff into gdb_init.
|
H A D | ChangeLog-1999 | 1769 * top.c (gdb_init): Call initialize_current_architecture. 5206 * top.c (gdb_init) [__MSDOS__]: Arrange for GDB to return to the 5816 * top.c (gdb_init): Fix misspelling typo. 5879 * top.c (gdb_init): Add pre-processor test for UI_OUT. 5912 * top.c (gdb_init): Call cli_out_new. 6052 * top.c (gdb_init, init_main, init_main, init_main, init_main): 6647 * top.c (gdb_init): Update. Delete call to init_proc(). 6653 * main.c (gdb_init): Move declaration from here. 7051 (gdb_init): Call async_init_signals for the asynchronous case.
|
H A D | ChangeLog-1997 | 1302 * main.c (gdb_init): Change prototype to accept one arg. 1303 * top.c (gdb_init): Accepts one argument which it uses to
|
H A D | ChangeLog-2000 | 494 (gdb_init): Call init_cli_cmds(). 4463 (gdb_init): Use. Use xstrdup instead of strsave. 7327 * top.c (gdb_init): When interpreter_p, check that the interpreter
|
H A D | ChangeLog-2001 | 1261 * top.c (gdb_init): Call init_ui_hook before initializing 3775 (gdb_init): Move to end of file, to avoid calls to not yet defined 6558 * top.c (gdb_init): Don't call cli_out_new() to
|
H A D | ChangeLog-2003 | 13620 * top.c: (gdb_init): Don't install the default interpreter, handed
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/lib/ |
H A D | gdb.exp | 1695 proc gdb_init { args } { procedure
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/ |
H A D | ChangeLog | 8021 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init 8037 (default_gdb_init): New procedure; allow gdb_init to be overridden 8301 * lib/gdb.exp(gdb_init): Increase the default expect buffer size 8313 (gdb_init): Call gdb_stop_suppressing_tests. 8340 * lib/gdb.exp(gdb_init): New function.
|