Home
last modified time | relevance | path

Searched refs:detach_command (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcmd.c83 static void detach_command (char *, int);
1864 detach_command (char *args, int from_tty) in detach_command() function
2026 add_com ("detach", class_run, detach_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
2717 * infcmd.c (detach_command): Now calls the above when appropriate.
H A DChangeLog-1990674 (detach_command): Move to child_detach in inftarg.c.
2197 * infcmd.c (detach_command): Set inferior_pid to 0 after
2203 * infcmd.c (detach_command) [ATTACH_DETACH]: Don't try to detach
H A DChangeLog-199839 (detach_command): Ditto.
1196 (detach_command): After detaching, do a SOLIB_RESTART
1202 (detach_command): Ditto.
2821 (detach_command): After detaching, do a SOLIB_RESTART.
2824 (detach_command): Ditto.
H A DChangeLog-19913901 * infcmd.c (attach_command, detach_command): Don't repeat on CR.
H A DChangeLog-19992877 (detach_command): call the detach hook if it exists.