| /f-stack/freebsd/mips/include/ |
| H A D | db_machdep.h | 48 typedef vm_offset_t db_addr_t; /* address - unsigned */ typedef 53 db_addr_t next_instr_address(db_addr_t, boolean_t); 61 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.pc) 87 db_addr_t branch_taken(int inst, db_addr_t pc);
|
| /f-stack/freebsd/ddb/ |
| H A D | db_command.h | 53 extern db_addr_t db_dot; /* current location */ 54 extern db_addr_t db_last_addr; /* last explicit address typed */ 55 extern db_addr_t db_prev; /* last address examined 57 extern db_addr_t db_next; /* next address to be examined
|
| H A D | db_break.c | 58 static void db_delete_breakpoint(vm_map_t map, db_addr_t addr); 59 static db_breakpoint_t db_find_breakpoint(vm_map_t map, db_addr_t addr); 61 static void db_set_breakpoint(vm_map_t map, db_addr_t addr, int count); 90 db_set_breakpoint(vm_map_t map, db_addr_t addr, int count) in db_set_breakpoint() 116 db_delete_breakpoint(vm_map_t map, db_addr_t addr) in db_delete_breakpoint() 139 db_find_breakpoint(vm_map_t map, db_addr_t addr) in db_find_breakpoint() 155 db_find_breakpoint_here(db_addr_t addr) in db_find_breakpoint_here() 214 db_set_temp_breakpoint(db_addr_t addr) in db_set_temp_breakpoint() 272 db_delete_breakpoint(db_map_addr(addr), (db_addr_t)addr); in db_delete_cmd() 283 db_set_breakpoint(db_map_addr(addr), (db_addr_t)addr, count); in db_breakpoint_cmd()
|
| H A D | db_examine.c | 49 static void db_examine(db_addr_t, char *, int); 50 static void db_search(db_addr_t, int, db_expr_t, db_expr_t, u_int); 65 db_examine((db_addr_t) addr, db_examine_format, count); in db_examine_cmd() 69 db_examine(db_addr_t addr, char *fmt, int count) in db_examine() 203 db_printsym((db_addr_t)addr, DB_STGY_ANY); in db_print_cmd() 239 db_print_loc_and_inst(db_addr_t loc) in db_print_loc_and_inst() 258 db_addr_t addr; in db_search_cmd() 319 db_search(db_addr_t addr, int size, db_expr_t value, db_expr_t mask, in db_search()
|
| H A D | db_break.h | 48 db_addr_t address; /* set here */ 63 db_breakpoint_t db_find_breakpoint_here(db_addr_t addr); 66 db_breakpoint_t db_set_temp_breakpoint(db_addr_t);
|
| H A D | db_watch.c | 62 static void db_delete_watchpoint(vm_map_t map, db_addr_t addr); 64 static bool db_find_watchpoint(vm_map_t map, db_addr_t addr, 68 static void db_set_watchpoint(vm_map_t map, db_addr_t addr, 98 db_set_watchpoint(vm_map_t map, db_addr_t addr, vm_size_t size) in db_set_watchpoint() 138 db_delete_watchpoint(vm_map_t map, db_addr_t addr) in db_delete_watchpoint() 248 db_find_watchpoint(vm_map_t map, db_addr_t addr, db_regs_t regs) in db_find_watchpoint()
|
| H A D | db_watch.h | 45 db_addr_t loaddr; /* from this address */ 46 db_addr_t hiaddr; /* to this address */
|
| H A D | db_access.h | 41 db_expr_t db_get_value(db_addr_t addr, int size, bool is_signed); 42 void db_put_value(db_addr_t addr, int size, db_expr_t value);
|
| H A D | db_write_cmd.c | 51 db_addr_t addr; in db_write_cmd() 57 addr = (db_addr_t) address; in db_write_cmd()
|
| H A D | db_run.c | 85 db_pc_is_singlestep(db_addr_t pc) in db_pc_is_singlestep() 99 db_addr_t pc; in db_stop_at_pc() 222 db_addr_t pc = PC_REGS(); in db_restart_at_pc() 301 db_addr_t pc = PC_REGS(), brpc; in db_set_single_step()
|
| H A D | db_access.c | 56 db_get_value(db_addr_t addr, int size, bool is_signed) in db_get_value() 86 db_put_value(db_addr_t addr, int size, db_expr_t value) in db_put_value()
|
| H A D | db_sym.h | 77 c_db_sym_t db_search_symbol(db_addr_t, db_strategy_t, db_expr_t *); 102 c_db_sym_t X_db_search_symbol(db_symtab_t *symtab, db_addr_t off,
|
| H A D | ddb.h | 196 db_addr_t db_disasm(db_addr_t loc, bool altfmt); 210 void db_print_loc_and_inst(db_addr_t loc);
|
| H A D | db_command.c | 66 db_addr_t db_dot; 67 db_addr_t db_last_addr; 68 db_addr_t db_prev; 69 db_addr_t db_next; 448 db_dot = (db_addr_t) addr; in db_command()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | db_interface.c | 223 mips_icache_sync_range((db_addr_t) addr, size); in db_write_bytes() 224 mips_dcache_wbinv_range((db_addr_t) addr, size); in db_write_bytes() 238 db_addr_t 239 next_instr_address(db_addr_t pc, boolean_t bd) in next_instr_address() 241 db_addr_t next; in next_instr_address() 243 next = (db_addr_t)MipsEmulateBranch(kdb_frame, pc, 0, 0); in next_instr_address() 339 db_addr_t 340 branch_taken(int inst, db_addr_t pc) in branch_taken() 342 db_addr_t ra; in branch_taken() 347 ra = (db_addr_t)MipsEmulateBranch(kdb_frame, pc, fpucsr, 0); in branch_taken()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 128 static void db_print_stack_entry(const char *, db_addr_t, void *); 137 db_print_stack_entry(const char *name, db_addr_t callpc, void *frame) in db_print_stack_entry() 160 sym = db_search_symbol((db_addr_t)f, DB_STGY_ANY, &diff); in decode_syscall() 173 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe() 227 *ip = (db_addr_t) rip; in db_nextframe() 262 *ip = (db_addr_t) rip; in db_nextframe() 268 db_addr_t pc, register_t sp, int count) in db_backtrace() 346 pc = (db_addr_t) in db_backtrace() 371 db_addr_t callpc; in db_trace_self() 376 callpc = (db_addr_t)db_get_value((long)&frame->f_retaddr, 8, FALSE); in db_trace_self() [all …]
|
| /f-stack/freebsd/arm/include/ |
| H A D | db_machdep.h | 39 typedef vm_offset_t db_addr_t; typedef 42 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) 92 u_int branch_taken (u_int insn, db_addr_t pc);
|
| H A D | kdb.h | 43 boolean_t kdb_cpu_pc_is_singlestep(db_addr_t);
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 247 db_addr_t callpc; 283 sym = db_search_symbol((db_addr_t)f, DB_STGY_ANY, &diff); in decode_syscall() 296 db_nextframe(struct i386_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe() 353 *ip = (db_addr_t) eip; in db_nextframe() 372 *ip = (db_addr_t) eip; in db_nextframe() 431 *ip = (db_addr_t) eip; in db_nextframe() 437 db_addr_t pc, register_t sp, int count) in db_backtrace() 565 pc = (db_addr_t) in db_backtrace() 598 db_addr_t callpc; in db_trace_self() 603 callpc = (db_addr_t)db_get_value((int)&frame->f_retaddr, 4, false); in db_trace_self() [all …]
|
| H A D | db_disasm.c | 928 static db_addr_t 933 static db_addr_t 940 static db_addr_t 942 db_addr_t loc; in db_read_address() 1046 db_printsym((db_addr_t)addrp->disp, DB_STGY_ANY); 1061 static db_addr_t 1063 db_addr_t loc; in db_disasm_esc() 1157 db_addr_t 1158 db_disasm(db_addr_t loc, bool altfmt) in db_disasm() 1475 db_printsym((db_addr_t)displ, DB_STGY_ANY); in db_disasm() [all …]
|
| /f-stack/freebsd/amd64/include/ |
| H A D | db_machdep.h | 36 typedef vm_offset_t db_addr_t; /* address - unsigned */ typedef 39 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip)
|
| /f-stack/freebsd/i386/include/ |
| H A D | db_machdep.h | 36 typedef vm_offset_t db_addr_t; /* address - unsigned */ typedef 39 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \
|
| /f-stack/freebsd/arm64/include/ |
| H A D | db_machdep.h | 43 typedef vm_offset_t db_addr_t; typedef 46 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_lr)
|
| /f-stack/freebsd/arm/arm/ |
| H A D | db_disasm.c | 71 db_printsym((db_addr_t)address, DB_STGY_ANY); in db_disasm_printaddr()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | db_disasm.c | 60 db_printsym((db_addr_t)address, DB_STGY_ANY); in db_disasm_printaddr()
|