GDBserver
|
#include "gdbsupport/function-view.h"
#include "target/waitstatus.h"
Go to the source code of this file.
Macros | |
#define | __SIGRTMIN 32 |
#define | SYSCALL_SIGTRAP (SIGTRAP | 0x80) |
Typedefs | |
typedef int() | iterate_over_lwps_ftype(struct lwp_info *lwp) |
Functions | |
ptid_t | current_lwp_ptid (void) |
struct lwp_info * | iterate_over_lwps (ptid_t filter, gdb::function_view< iterate_over_lwps_ftype > callback) |
ptid_t | ptid_of_lwp (struct lwp_info *lwp) |
void | lwp_set_arch_private_info (struct lwp_info *lwp, struct arch_lwp_info *info) |
struct arch_lwp_info * | lwp_arch_private_info (struct lwp_info *lwp) |
int | lwp_is_stopped (struct lwp_info *lwp) |
enum target_stop_reason | lwp_stop_reason (struct lwp_info *lwp) |
void | linux_stop_lwp (struct lwp_info *lwp) |
int | lwp_is_stepping (struct lwp_info *lwp) |
#define __SIGRTMIN 32 |
Definition at line 31 of file linux-nat.h.
#define SYSCALL_SIGTRAP (SIGTRAP | 0x80) |
Definition at line 37 of file linux-nat.h.
typedef int() iterate_over_lwps_ftype(struct lwp_info *lwp) |
Definition at line 47 of file linux-nat.h.
ptid_t current_lwp_ptid | ( | void | ) |
struct lwp_info * iterate_over_lwps | ( | ptid_t | filter, |
gdb::function_view< iterate_over_lwps_ftype > | callback | ||
) |
Referenced by aarch64_notify_debug_reg_change(), x86_linux_dr_set_addr(), and x86_linux_dr_set_control().
void linux_stop_lwp | ( | struct lwp_info * | lwp | ) |
Referenced by debug_reg_change_callback(), and update_debug_registers_callback().
struct arch_lwp_info * lwp_arch_private_info | ( | struct lwp_info * | lwp | ) |
int lwp_is_stepping | ( | struct lwp_info * | lwp | ) |
int lwp_is_stopped | ( | struct lwp_info * | lwp | ) |
void lwp_set_arch_private_info | ( | struct lwp_info * | lwp, |
struct arch_lwp_info * | info | ||
) |
Referenced by aarch64_linux_new_thread(), debug_reg_change_callback(), and lwp_set_debug_registers_changed().
enum target_stop_reason lwp_stop_reason | ( | struct lwp_info * | lwp | ) |
Referenced by x86_linux_update_debug_registers().
ptid_t ptid_of_lwp | ( | struct lwp_info * | lwp | ) |