Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/arm64/db_trace.c
Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | |||||
#define FRAME_NORMAL 0 | #define FRAME_NORMAL 0 | ||||
#define FRAME_SYNC 1 | #define FRAME_SYNC 1 | ||||
#define FRAME_IRQ 2 | #define FRAME_IRQ 2 | ||||
#define FRAME_SERROR 3 | #define FRAME_SERROR 3 | ||||
#define FRAME_UNHANDLED 4 | #define FRAME_UNHANDLED 4 | ||||
void | void | ||||
db_md_list_breakpoints(void) | |||||
{ | |||||
dbg_show_breakpoint(); | |||||
} | |||||
void | |||||
db_md_list_watchpoints(void) | db_md_list_watchpoints(void) | ||||
{ | { | ||||
dbg_show_watchpoint(); | dbg_show_watchpoint(); | ||||
} | } | ||||
static void __nosanitizeaddress | static void __nosanitizeaddress | ||||
db_stack_trace_cmd(struct thread *td, struct unwind_state *frame) | db_stack_trace_cmd(struct thread *td, struct unwind_state *frame) | ||||
▲ Show 20 Lines • Show All 104 Lines • Show Last 20 Lines |