| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| main-thread-selftests.c | 55 SCOPE_EXIT
|
| scoped_ignore_signal-selftests.c | 48 SCOPE_EXIT { signal (SIGPIPE, osig); }; 56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); }; 70 SCOPE_EXIT { close (fd[1]); };
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| main-thread-selftests.c | 55 SCOPE_EXIT
|
| scoped_ignore_signal-selftests.c | 48 SCOPE_EXIT { signal (SIGPIPE, osig); }; 56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); }; 70 SCOPE_EXIT { close (fd[1]); };
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| scope-exit.h | 25 /* scope_exit is a general-purpose scope guard that calls its exit 26 function at the end of the current scope. A scope_exit may be 30 ScopeGuard/SCOPE_EXIT. 41 - If you don't need to cancel the guard, you can use the SCOPE_EXIT 44 SCOPE_EXIT 52 /* CRTP base class for cancelable scope_exit-like classes. Implements 88 /* The scope_exit class. */ 91 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base 94 friend scope_exit_base<scope_exit<EF>> 100 scope_exit (EFP &&f) function in class:scope_exit [all...] |
| event-loop.cc | 251 SCOPE_EXIT
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| scope-exit.h | 25 /* scope_exit is a general-purpose scope guard that calls its exit 26 function at the end of the current scope. A scope_exit may be 30 ScopeGuard/SCOPE_EXIT. 41 - If you don't need to cancel the guard, you can use the SCOPE_EXIT 44 SCOPE_EXIT 52 /* CRTP base class for cancelable scope_exit-like classes. Implements 88 /* The scope_exit class. */ 91 class scope_exit : public scope_exit_base<scope_exit<EF>> class in inherits:scope_exit_base 94 friend scope_exit_base<scope_exit<EF>> 100 scope_exit (EFP &&f) function in class:scope_exit [all...] |
| event-loop.cc | 251 SCOPE_EXIT
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-interp.c | 234 SCOPE_EXIT { m_cli_uiout->set_stream (old_stream); };
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-interp.c | 233 SCOPE_EXIT { m_cli_uiout->set_stream (old_stream); };
|
| /src/external/gpl3/gdb/dist/gdb/ |
| interps.c | 316 SCOPE_EXIT
|
| event-top.c | 849 SCOPE_EXIT { line_buffer.clear (); };
|
| gcore.c | 133 SCOPE_EXIT { target_done_generating_core (); };
|
| infcall.c | 1519 SCOPE_EXIT { delete_std_terminate_breakpoint (); };
|
| top.c | 636 SCOPE_EXIT { res = str_file.release (); };
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| interps.c | 316 SCOPE_EXIT
|
| event-top.c | 815 SCOPE_EXIT { line_buffer.clear (); };
|
| gcore.c | 133 SCOPE_EXIT { target_done_generating_core (); };
|
| infcall.c | 1519 SCOPE_EXIT { delete_std_terminate_breakpoint (); };
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| python.c | 2353 SCOPE_EXIT { signal (SIGABRT, prev_handler); }; 2399 SCOPE_EXIT { XDELETEVEC (progname_copy); }; 2415 SCOPE_EXIT { setlocale (LC_ALL, oldloc.c_str ()); };
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-interp.c | 181 SCOPE_EXIT
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-namespaces.c | 900 SCOPE_EXIT
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-interp.c | 180 SCOPE_EXIT
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-namespaces.c | 899 SCOPE_EXIT
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| remote-utils.cc | 642 SCOPE_EXIT { suppressed_remote_debug = false; };
|