Home
last modified time | relevance | path

Searched refs:attach_command (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinferior.h297 extern void attach_command (char *, int);
H A Dmain.c673 if (catch_command_errors (attach_command, corearg, in captured_main()
H A Dinfcmd.c1764 attach_command (char *args, int from_tty) in attach_command() function
2013 add_com ("attach", class_run, attach_command, in _initialize_infcmd()
H A DChangeLog-3.x2705 * infcmd.c (attach_command, detach_command, _initialize_infcmd):
2706 Made attach_command and detach_command always availible, but
H A DChangeLog-19981192 (attach_command): New local variable, exec_file, added code to
1210 (attach_command): When given a pid, but no exec file, try to determine
2817 (attach_command): New local variable, exec_file, add code to
2833 (attach_command): When given a pid, but no exec file, try to
H A DChangeLog-19962372 * infcmd.c (attach_command): Only need auto_solib_add if SOLIB_ADD
3467 * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT"
3949 * infcmd.c (attach_command): Likewise.
H A DChangeLog-19913901 * infcmd.c (attach_command, detach_command): Don't repeat on CR.
4437 (attach_command): Call target_attach, not target_open, now.
4924 * infcmd.c (attach_command): Make global.
H A DChangeLog-1990437 * infcmd.c (attach_command): Use new generic target open routine.
H A DChangeLog-20011992 * infcmd.c (attach_command): Remove auto_solib_add decl.
9513 (attach_command): Call symbol_file_add_main() instead of
H A DChangeLog-19951435 * infcmd.c (attach_command): Add solibs only when
H A DChangeLog4133 * infcmd.c (attach_command): Move call to target_terminal_inferior
8621 * infcmd.c (attach_command): Reread symbols if we already have
H A DChangeLog-200311030 * infcmd.c (attach_command): Ditto.
11052 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
H A DChangeLog-19942768 * infcmd.c (attach_command): Don't call wait_for_inferior if
H A DChangeLog-20003274 * infcmd.c (attach_command): Move "stop_soon_quietly" setting
H A DChangeLog-19921959 * infcmd.c (attach_command): Check for existing execution, call
H A DChangeLog-19935498 * inflow.c (kill_command), infcmd.c (attach_command),
H A DChangeLog-19992876 * infcmd.c (attach_command): call the attach hook if it exists.