Home
last modified time | relevance | path

Searched refs:bptype (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Daarch64-tagged-pointer.exp65 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/
Dbreakpoint.h83 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,
Dx86-nat.h56 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()
Daarch64-nat.h51 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()
Dbreakpoint.c101 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 …]
Dx86-nat.c196 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in x86_can_use_hw_breakpoint()
Daarch64-nat.c74 aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in aarch64_can_use_hw_breakpoint()
Dia64-linux-nat.c73 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()
Dmips-linux-nat.c53 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()
Dtracepoint.h173 enum bptype type = bp_none;
Dtarget-debug.h256 target_debug_print_bptype (bptype type) in target_debug_print_bptype()
Ds390-linux-nat.c121 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()
Darm-linux-nat.c76 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()
Dtarget.h574 virtual int can_use_hw_breakpoint (enum bptype, int, int)
2087 extern int target_can_use_hardware_watchpoint (bptype type, int cnt,
Dnto-procfs.c90 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()
Dtarget-delegates.c49 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()
Dppc-linux-nat.c498 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()
Dprocfs.c160 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()
Dtracectf.c1090 SET_ENUM_FIELD (event, scope, utp, enum bptype, type); in ctf_read_tp()
Dtarget.c492 target_can_use_hardware_watchpoint (bptype type, int cnt, int othertype) in target_can_use_hardware_watchpoint()
Dtracepoint.c3399 enum bptype type; in parse_tracepoint_definition()
DChangeLog-2010423 * 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.
Dremote.c872 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/
Dmi-cmd-break.c182 enum bptype type_wanted; in mi_cmd_break_insert_1()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c862 char *line, enum bptype type) in bppy_init_validate_args()
920 enum bptype type = bp_breakpoint; in bppy_init()

12