Home
last modified time | relevance | path

Searched refs:bpt (Results 126 – 150 of 859) sorted by path

12345678910>>...35

/dports/devel/gdb/gdb-11.1/gdb/
H A Dbreakpoint.c3063 bpt->number); in insert_breakpoint_locations()
7103 return bpt->ops->allocate_location (bpt);
13197 if (bpt->related_breakpoint != bpt)
13212 for (related = bpt; related->related_breakpoint != bpt;
13215 bpt->related_breakpoint = bpt;
13222 if (bpt->number)
13231 b->next = bpt->next;
13257 bpt->type = bp_none;
13258 delete bpt;
14392 bpt->number);
[all …]
H A Dbreakpoint.h903 extern bool is_breakpoint (const struct breakpoint *bpt);
908 extern bool is_watchpoint (const struct breakpoint *bpt);
H A Dinfcall.c1202 breakpoint *bpt in call_function_by_hand_dummy() local
1209 bpt->disposition = disp_del; in call_function_by_hand_dummy()
1210 gdb_assert (bpt->related_breakpoint == bpt); in call_function_by_hand_dummy()
1216 bpt->related_breakpoint = longjmp_b; in call_function_by_hand_dummy()
1217 while (longjmp_b->related_breakpoint != bpt->related_breakpoint) in call_function_by_hand_dummy()
1219 longjmp_b->related_breakpoint = bpt; in call_function_by_hand_dummy()
H A Dinline-frame.c312 struct breakpoint *bpt = s->breakpoint_at; in stopped_by_user_bp_inline_frame() local
314 if (bpt != NULL in stopped_by_user_bp_inline_frame()
315 && (user_breakpoint_p (bpt) || bpt->type == bp_until)) in stopped_by_user_bp_inline_frame()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/
H A DChangeLog-1993-201321295 ignore count, not stopped at bpt", with KFAIL.
/dports/devel/gdb/gdb-11.1/include/opcode/
H A DChangeLog-91032190 (nop, bpt, rte, rts, sleep, clrmac): These have no size associated
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dnfp-dis.c1560 unsigned int bpt = _BTST (instr, 17); in nfp_me27_28_print_ctx_arb() local
1565 if (bpt) in nfp_me27_28_print_ctx_arb()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-19963286 * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp
H A DChangeLog-20015047 bpt->inserted will succeed, and duplicates will be fixed up.
H A DChangeLog-20031432 * breakpoint.c (allocate_bp_location): Take bpt and bp_type
10324 "sal", "bpt" and "old_sp" more local to their use. Delete #if
H A DChangeLog-2008295 Replace bp_type by bpt->type. Update prototype. All callers updated.
H A DChangeLog-20091424 attribute of bpt. Update the ALL_BP_LOCATIONS calling convention.
H A DChangeLog-201010236 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
H A Darm-linux-nat.c956 arm_linux_insert_hw_breakpoint1 (const struct arm_linux_hw_breakpoint* bpt, in arm_linux_insert_hw_breakpoint1() argument
984 &bpt->address) < 0) in arm_linux_insert_hw_breakpoint1()
987 &bpt->control) < 0) in arm_linux_insert_hw_breakpoint1()
990 memcpy (bpts + i, bpt, sizeof (struct arm_linux_hw_breakpoint)); in arm_linux_insert_hw_breakpoint1()
1000 arm_linux_remove_hw_breakpoint1 (const struct arm_linux_hw_breakpoint *bpt, in arm_linux_remove_hw_breakpoint1() argument
1024 if (arm_linux_hw_breakpoint_equal (bpt, bpts + i)) in arm_linux_remove_hw_breakpoint1()
H A Dbreakpoint.c2725 ALL_BREAKPOINTS (bpt) in insert_breakpoints()
2897 bpt->number); in insert_breakpoint_locations()
6903 return bpt->ops->allocate_location (bpt); in allocate_bp_location()
13744 if (bpt->related_breakpoint != bpt) in delete_breakpoint()
13759 for (related = bpt; related->related_breakpoint != bpt; in delete_breakpoint()
13762 bpt->related_breakpoint = bpt; in delete_breakpoint()
13769 if (bpt->number) in delete_breakpoint()
13802 bpt->ops->dtor (bpt); in delete_breakpoint()
13806 xfree (bpt); in delete_breakpoint()
14782 bpt->number); in enable_breakpoint_disp()
[all …]
H A Dbreakpoint.h829 extern int is_breakpoint (const struct breakpoint *bpt);
833 extern int is_watchpoint (const struct breakpoint *bpt);
H A Dinfcall.c771 struct breakpoint *bpt, *longjmp_b; in call_function_by_hand() local
781 bpt = set_momentary_breakpoint (gdbarch, sal, dummy_id, bp_call_dummy); in call_function_by_hand()
786 bpt->disposition = disp_del; in call_function_by_hand()
787 gdb_assert (bpt->related_breakpoint == bpt); in call_function_by_hand()
793 bpt->related_breakpoint = longjmp_b; in call_function_by_hand()
794 while (longjmp_b->related_breakpoint != bpt->related_breakpoint) in call_function_by_hand()
796 longjmp_b->related_breakpoint = bpt; in call_function_by_hand()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/
H A DChangeLog18621 ignore count, not stopped at bpt", with KFAIL.
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dena-dis-br.exp312 set test "continue with ignore count, not stopped at bpt"
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A DChangeLog-91032190 (nop, bpt, rte, rts, sleep, clrmac): These have no size associated
/dports/devel/gdb761/gdb-7.6.1/sim/h8300/
H A DChangeLog629 * compile.c (sim_resume): rts, sleep, bpt and nop have
H A Dwritecode.c359 bpt (p, a, s) in bpt() function
798 nx, 0, "bpt", bpt, 0, 8
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/imdario/mergo/mergo-0.3.7/
H A Dmergo_test.go585 bpt := pointerMapTest{}
586 if err := Map(&bpt, m); err != nil {
589 if bpt.A != pt.A {
590 t.Fatalf("pt not merged in properly: bpt.A(%d) != pt.A(%d)", bpt.A, pt.A)
592 if bpt.hidden == pt.hidden {
593 t.Fatalf("pt unexpectedly merged: bpt.hidden(%d) == pt.hidden(%d)", bpt.hidden, pt.hidden)
595 if bpt.B.Value != pt.B.Value {
596 t.Fatalf("pt not merged in properly: bpt.B.Value(%d) != pt.B.Value(%d)", bpt.B.Value, pt.B.Value)
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/imdario/mergo/
H A Dmergo_test.go749 bpt := pointerMapTest{}
750 if err := mergo.Map(&bpt, m); err != nil {
753 if bpt.A != pt.A {
754 t.Errorf("pt not merged in properly: bpt.A(%d) != pt.A(%d)", bpt.A, pt.A)
756 if bpt.hidden == pt.hidden {
757 t.Errorf("pt unexpectedly merged: bpt.hidden(%d) == pt.hidden(%d)", bpt.hidden, pt.hidden)
759 if bpt.B.Value != pt.B.Value {
760 t.Errorf("pt not merged in properly: bpt.B.Value(%d) != pt.B.Value(%d)", bpt.B.Value, pt.B.Value)
/dports/devel/gnulibiberty/binutils-2.37/binutils/testsuite/binutils-all/nfp/
H A Dtest1.d316 9a0: 000220e000020000 \.308 ctx_arb\[bpt\]
499 f58: 000220e000020000 \.491 ctx_arb\[bpt\]
813 9a0: 000220e000020000 \.308 ctx_arb\[bpt\]
996 f58: 000220e000020000 \.491 ctx_arb\[bpt\]

12345678910>>...35