| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | aarch64-tagged-pointer.exp | 65 foreach_with_prefix bptype {"hbreak" "break"} { 68 gdb_test "$bptype *func_ptr" \ 80 gdb_test "$bptype foo" "reakpoint $decimal at .*" \
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | breakpoint.h | 83 enum bptype enum 586 enum bptype, enum bpdisp, int, int, int, 624 breakpoint (struct gdbarch *gdbarch_, enum bptype bptype, 798 bptype type = bp_none; 921 code_breakpoint (struct gdbarch *gdbarch, bptype type, 1509 (struct gdbarch *, struct symtab_and_line, struct frame_id, enum bptype); 1512 (struct gdbarch *, CORE_ADDR pc, enum bptype type); 1651 int tempflag, enum bptype wanted_type,
|
| D | x86-nat.h | 56 extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype); 80 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override in can_use_hw_breakpoint()
|
| D | aarch64-nat.h | 51 int aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype); 72 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override in can_use_hw_breakpoint()
|
| D | breakpoint.c | 101 enum bptype, 117 enum bptype type, 124 enum bptype bptype, 152 enum bptype type, 343 enum bptype type, CORE_ADDR address) in internal_breakpoint() 370 momentary_breakpoint (struct gdbarch *gdbarch_, enum bptype bptype, in momentary_breakpoint() 374 : code_breakpoint (gdbarch_, bptype) in momentary_breakpoint() 1368 is_tracepoint_type (bptype type) in is_tracepoint_type() 1389 new_breakpoint_from_type (struct gdbarch *gdbarch, bptype type, in new_breakpoint_from_type() 2285 enum bptype type; in update_watchpoint() [all …]
|
| D | x86-nat.c | 196 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in x86_can_use_hw_breakpoint()
|
| D | aarch64-nat.c | 74 aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in aarch64_can_use_hw_breakpoint()
|
| D | ia64-linux-nat.c | 73 int can_use_hw_breakpoint (enum bptype, int, int) override; 721 ia64_linux_nat_target::can_use_hw_breakpoint (enum bptype type, in can_use_hw_breakpoint()
|
| D | mips-linux-nat.c | 53 int can_use_hw_breakpoint (enum bptype, int, int) override; 540 mips_linux_nat_target::can_use_hw_breakpoint (enum bptype type, in can_use_hw_breakpoint()
|
| D | tracepoint.h | 173 enum bptype type = bp_none;
|
| D | target-debug.h | 256 target_debug_print_bptype (bptype type) in target_debug_print_bptype()
|
| D | s390-linux-nat.c | 121 int can_use_hw_breakpoint (enum bptype, int, int) override; 888 s390_linux_nat_target::can_use_hw_breakpoint (enum bptype type, in can_use_hw_breakpoint()
|
| D | arm-linux-nat.c | 76 int can_use_hw_breakpoint (enum bptype, int, int) override; 663 arm_linux_nat_target::can_use_hw_breakpoint (enum bptype type, in can_use_hw_breakpoint()
|
| D | target.h | 574 virtual int can_use_hw_breakpoint (enum bptype, int, int) 2087 extern int target_can_use_hardware_watchpoint (bptype type, int cnt,
|
| D | nto-procfs.c | 90 int can_use_hw_breakpoint (enum bptype, int, int) override; 1546 nto_procfs_target::can_use_hw_breakpoint (enum bptype type, in can_use_hw_breakpoint()
|
| D | target-delegates.c | 49 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override; 226 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override; 755 target_ops::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) in can_use_hw_breakpoint() 761 dummy_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) in can_use_hw_breakpoint() 767 debug_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) in can_use_hw_breakpoint()
|
| D | ppc-linux-nat.c | 498 int can_use_hw_breakpoint (enum bptype, int, int) override; 2046 ppc_linux_nat_target::can_use_hw_breakpoint (enum bptype type, int cnt, in can_use_hw_breakpoint()
|
| D | procfs.c | 160 int can_use_hw_breakpoint (enum bptype, int, int) override; 3005 procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in can_use_hw_breakpoint()
|
| D | tracectf.c | 1090 SET_ENUM_FIELD (event, scope, utp, enum bptype, type); in ctf_read_tp()
|
| D | target.c | 492 target_can_use_hardware_watchpoint (bptype type, int cnt, int othertype) in target_can_use_hardware_watchpoint()
|
| D | tracepoint.c | 3399 enum bptype type; in parse_tracepoint_definition()
|
| D | ChangeLog-2010 | 423 * breakpoint.h (enum bptype) <bp_exception, bp_exception_resume, 4048 * breakpoint.h (enum bptype): New bp_static_tracepoint type. 4386 this_action and bptype. Change bs_class assignments to this_action 4387 assignments. new unhandled bptype internal error. Move here 8212 * breakpoint.h (enum bptype) <bp_std_terminate, 11754 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
|
| D | remote.c | 872 int can_use_hw_breakpoint (enum bptype, int, int) override; 11217 remote_target::can_use_hw_breakpoint (enum bptype type, int cnt, int ot) in can_use_hw_breakpoint()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-cmd-break.c | 182 enum bptype type_wanted; in mi_cmd_break_insert_1()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-breakpoint.c | 862 char *line, enum bptype type) in bppy_init_validate_args() 920 enum bptype type = bp_breakpoint; in bppy_init()
|