Home
last modified time | relevance | path

Searched refs:bp_num (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.mi/
H A Dmi-breakpoint-multiple-locations.exp36 proc make_breakpoints_pattern { expect_fixed_output bp_num loc1_en loc2_en } {
38 …pt=\{number=\"${bp_num}\",type=\"breakpoint\",.*,locations=\\\[\{number=\"${bp_num}\\.1\",enabled=…
40 …rn "bkpt=\{number=\"${bp_num}\",type=\"breakpoint\",.*\},\{number=\"${bp_num}\\.1\",enabled=\"${lo…
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips_m4k.c624 int bp_num = 0; in mips_m4k_set_breakpoint() local
626 while (comparator_list[bp_num].used && (bp_num < mips32->num_inst_bpoints)) in mips_m4k_set_breakpoint()
627 bp_num++; in mips_m4k_set_breakpoint()
633 breakpoint->set = bp_num + 1; in mips_m4k_set_breakpoint()
634 comparator_list[bp_num].used = 1; in mips_m4k_set_breakpoint()
649 comparator_list[bp_num].bp_value); in mips_m4k_set_breakpoint()
656 bp_num, comparator_list[bp_num].bp_value); in mips_m4k_set_breakpoint()
756 int bp_num = breakpoint->set - 1; in mips_m4k_unset_breakpoint() local
757 if ((bp_num < 0) || (bp_num >= mips32->num_inst_bpoints)) { in mips_m4k_unset_breakpoint()
764 bp_num); in mips_m4k_unset_breakpoint()
[all …]
H A Dmips_mips64.c244 int retval, bp_num = 0; in mips_mips64_set_hwbp() local
246 while (cl[bp_num].used && (bp_num < mips64->num_inst_bpoints)) in mips_mips64_set_hwbp()
247 bp_num++; in mips_mips64_set_hwbp()
249 if (bp_num >= mips64->num_inst_bpoints) { in mips_mips64_set_hwbp()
256 c = &cl[bp_num]; in mips_mips64_set_hwbp()
278 bp_num, c->bp_value); in mips_mips64_set_hwbp()
509 int bp_num; in mips_mips64_unset_hwbp() local
511 bp_num = bp->set - 1; in mips_mips64_unset_hwbp()
513 if ((bp_num < 0) || (bp_num >= mips64->num_inst_bpoints)) { in mips_mips64_unset_hwbp()
520 comparator_list[bp_num].used = false; in mips_mips64_unset_hwbp()
[all …]
H A Dx86_32_common.c897 address, bp_num, bp_type, bp_length); in set_debug_regs()
905 if (DR7_BP_FREE(dr7, bp_num)) in set_debug_regs()
906 DR7_GLOBAL_ENABLE(dr7, bp_num); in set_debug_regs()
915 DR7_SET_EXE(dr7, bp_num); in set_debug_regs()
916 DR7_SET_LENGTH(dr7, bp_num, bp_length); in set_debug_regs()
920 DR7_SET_WRITE(dr7, bp_num); in set_debug_regs()
930 DR7_SET_ACCESS(dr7, bp_num); in set_debug_regs()
956 LOG_DEBUG("bp_num=%" PRIu8, bp_num); in unset_debug_regs()
960 if (!(DR7_BP_FREE(dr7, bp_num))) { in unset_debug_regs()
961 DR7_GLOBAL_DISABLE(dr7, bp_num); in unset_debug_regs()
[all …]
H A Darc.c1549 unsigned int bp_num; in arc_set_breakpoint() local
1551 for (bp_num = 0; bp_num < arc->actionpoints_num; bp_num++) { in arc_set_breakpoint()
1552 if (!ap_list[bp_num].used) in arc_set_breakpoint()
1556 if (bp_num >= arc->actionpoints_num) { in arc_set_breakpoint()
1566 breakpoint->set = bp_num + 1; in arc_set_breakpoint()
1567 ap_list[bp_num].used = 1; in arc_set_breakpoint()
1572 breakpoint->unique_id, bp_num, ap_list[bp_num].bp_value); in arc_set_breakpoint()
1645 bp_num, breakpoint->unique_id); in arc_unset_breakpoint()
1654 ap_list[bp_num].used = 0; in arc_unset_breakpoint()
1655 ap_list[bp_num].bp_value = 0; in arc_unset_breakpoint()
[all …]
H A Dstm8.c1394 int bp_num = 0; in stm8_set_breakpoint() local
1396 while (comparator_list[bp_num].used && (bp_num < stm8->num_hw_bpoints)) in stm8_set_breakpoint()
1397 bp_num++; in stm8_set_breakpoint()
1398 if (bp_num >= stm8->num_hw_bpoints) { in stm8_set_breakpoint()
1403 breakpoint->set = bp_num + 1; in stm8_set_breakpoint()
1404 comparator_list[bp_num].used = true; in stm8_set_breakpoint()
1414 bp_num, comparator_list[bp_num].bp_value); in stm8_set_breakpoint()
1487 int bp_num = breakpoint->set - 1; in stm8_unset_breakpoint() local
1488 if ((bp_num < 0) || (bp_num >= stm8->num_hw_bpoints)) { in stm8_unset_breakpoint()
1495 bp_num); in stm8_unset_breakpoint()
[all …]
/dports/devel/mspdebug/mspdebug-493f38b/drivers/
H A Djtaglib.c1079 unsigned int jtag_set_breakpoint( struct jtdev *p,int bp_num, address_t bp_addr ) in jtag_set_breakpoint() argument
1090 if (bp_num >= 8) { in jtag_set_breakpoint()
1093 "breakpoint %d at %04x\n", bp_num, bp_addr); in jtag_set_breakpoint()
1098 if (bp_num < 0) { in jtag_set_breakpoint()
1113 jtag_dr_shift_16(p, 8*bp_num + MBTRIGxVAL + WRITE); in jtag_set_breakpoint()
1117 jtag_dr_shift_16(p, 8*bp_num + MBTRIGxCTL + WRITE); in jtag_set_breakpoint()
1121 jtag_dr_shift_16(p, 8*bp_num + MBTRIGxMSK + WRITE); in jtag_set_breakpoint()
1125 jtag_dr_shift_16(p, 8*bp_num + MBTRIGxCMB + WRITE); in jtag_set_breakpoint()
1126 jtag_dr_shift_16(p, 1<<bp_num); in jtag_set_breakpoint()
1135 breakreact = (breakreact >> 1) | (1 << bp_num); in jtag_set_breakpoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py57 self.bp_num = lldbutil.run_break_set_by_file_and_line(
88 process, self.bp_num)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py60 self.bp_num = lldbutil.run_break_set_by_file_and_line(
91 process, self.bp_num)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/
H A DTestExitDuringStep.py60 self.bp_num = lldbutil.run_break_set_by_file_and_line(
91 process, self.bp_num)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/thread/crash_during_step/
H A DTestCrashDuringStep.py31 self.bp_num = lldbutil.run_break_set_by_file_and_line(

12