|
GDB (xrefs)
|
#include "gdb_signals.h"Go to the source code of this file.
Classes | |
| struct | target_waitstatus |
Functions | |
| std::string | target_waitstatus_to_string (const struct target_waitstatus *) |
| enum target_stop_reason |
| Enumerator | |
|---|---|
| TARGET_STOPPED_BY_NO_REASON | |
| TARGET_STOPPED_BY_SW_BREAKPOINT | |
| TARGET_STOPPED_BY_HW_BREAKPOINT | |
| TARGET_STOPPED_BY_WATCHPOINT | |
| TARGET_STOPPED_BY_SINGLE_STEP | |
Definition at line 127 of file waitstatus.h.
| enum target_waitkind |
Definition at line 28 of file waitstatus.h.
| std::string target_waitstatus_to_string | ( | const struct target_waitstatus * | ) |
Definition at line 27 of file waitstatus.c.
References gdb_signal_to_symbol_string(), target_waitstatus::integer, target_waitstatus::kind, target_waitstatus::sig, string_printf(), TARGET_WAITKIND_EXECD, TARGET_WAITKIND_EXITED, TARGET_WAITKIND_FORKED, TARGET_WAITKIND_IGNORE, TARGET_WAITKIND_LOADED, TARGET_WAITKIND_NO_HISTORY, TARGET_WAITKIND_NO_RESUMED, TARGET_WAITKIND_SIGNALLED, TARGET_WAITKIND_SPURIOUS, TARGET_WAITKIND_STOPPED, TARGET_WAITKIND_SYSCALL_ENTRY, TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_THREAD_CREATED, TARGET_WAITKIND_THREAD_EXITED, TARGET_WAITKIND_VFORK_DONE, TARGET_WAITKIND_VFORKED, and target_waitstatus::value.
Referenced by clear_proceed_status_thread(), do_target_wait(), print_target_wait_results(), record_btrace_wait(), resume_1(), save_waitstatus(), stop_all_threads(), and target_debug_print_struct_target_waitstatus_p().
1.8.14