Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinferior.h235 extern void detach_command (const char *, int);
Dinferior.c675 detach_command (NULL, from_tty); in detach_inferior_command()
Dinfcmd.c2793 detach_command (const char *args, int from_tty) in detach_command() function
3194 add_prefix_cmd ("detach", class_run, detach_command, _("\ in _initialize_infcmd()
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.
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
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.
DChangeLog-2008689 * infcmd.c (detach_command): Make nonstatic.
690 * inferior.h (detach_command): Declare.
950 (detach_command): If the shared library list is shared between
1300 (detach_command): If the target claims there is still execution,
8358 * infcmd.c (detach_command, disconnect_command): Discard the thread
10810 * infcmd.c (kill_if_already_running, detach_command)
DChangeLog-20212870 * infcmd.c (run_command_1, attach_command, detach_command)
6414 * infcmd.c (detach_command): Hold strong reference to target, and
DChangeLog-2018921 (detach_command): Remove init_thread_list call.
16105 * infcmd.c (detach_command): Pass current_inferior() down to
16141 * infcmd.c (detach_command): Adjust
DChangeLog-20107567 * infcmd.c (detach_command): Update disconnect_tracing call.
11693 * infcmd.c (detach_command): Ask whether to stop tracing.
DChangeLog-20098266 * infcmd.c (kill_command, detach_command): Check if there are
10796 (detach_command): Error out if there's no selected thread/inferior.
DChangeLog-19913901 * infcmd.c (attach_command, detach_command): Don't repeat on CR.
DChangeLog-20175632 * inferior.h (detach_command): Constify.
5644 * infcmd.c (unset_command, kill_command, detach_command)
DChangeLog-20165911 * infcmd.c (detach_command): Call breakpoint_init_inferior.
DChangeLog-19992872 (detach_command): call the detach hook if it exists.
DChangeLog-20139165 * infcmd.c (detach_command, disconnect_command): Call
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c542 detach_command (NULL, 0); in mi_cmd_target_detach()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git66625 * infcmd.c (kill_command, detach_command, disconnect_command):
87528 This is currently ensured because, in detach_command (infrun.c), we
87561 detach_command still includes a scoped_disable_commit_resumed too, but I
113496 … #3 0x0000555555e739cd in detach_command (args=0x0, from_tty=1) at ../../src/gdb/infcmd.c:2791
113517 detach_command, after core_target::detach has already run, at which
113525 that is that detach_command grabs an extra strong reference to the
180123 #28 0x00005555559e3f5f in detach_command (args=0x0, from_tty=1) at src/gdb/infcmd.c:2769
180221 #28 0x00005555559e3f5f in detach_command (args=0x0, from_tty=1) at src/gdb/infcmd.c:2769
180239 makes detach_command hold a reference to the target, so the remote