Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfcmd.c2532 attach_post_wait (int from_tty, enum attach_post_wait_mode mode) in attach_post_wait() function
2715 attach_post_wait (from_tty, mode); in attach_command()
2727 attach_post_wait (from_tty, mode); in attach_command()
2772 attach_post_wait (from_tty, mode); in notice_new_inferior()
2778 attach_post_wait (from_tty, mode); in notice_new_inferior()
DChangeLog-20212103 * infcmd.c (attach_post_wait): Update the function comment.
2107 * infcmd.c (attach_post_wait): Remove the unused parameter 'args'.
DChangeLog-20166362 (attach_post_wait): Don't call async_enable_stdin here. Remove
10068 (attach_post_wait): Adjust to check the inferior number too.
DChangeLog-2015477 * infcmd.c (attach_post_wait): If the target is always in non-stop
486 (attach_post_wait): ... this. Replace parameter async_exec with
DChangeLog-2018919 (attach_post_wait): Pass down inferior pointer instead of pid.
DChangeLog-201714877 (path_command, attach_post_wait): Constify.