Home
last modified time | relevance | path

Searched refs:handle_breakpoints (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/openocd/openocd-0.11.0/src/target/
H A Davrt.c37 int handle_breakpoints, int debug_execution);
39 int handle_breakpoints);
120 int handle_breakpoints, int debug_execution) in avr_resume() argument
126 …tic int avr_step(struct target *target, int current, target_addr_t address, int handle_breakpoints) in avr_step() argument
H A Dlakemont.h99 int handle_breakpoints, int debug_execution);
101 target_addr_t address, int handle_breakpoints);
H A Dmips_m4k.c45 target_addr_t address, int handle_breakpoints,
413 static int mips_m4k_restore_smp(struct target *target, uint32_t address, int handle_breakpoints) in mips_m4k_restore_smp() argument
426 handle_breakpoints, 0); in mips_m4k_restore_smp()
440 target_addr_t address, int handle_breakpoints, int debug_execution) in mips_m4k_internal_restore() argument
477 if (handle_breakpoints) { in mips_m4k_internal_restore()
513 target_addr_t address, int handle_breakpoints, int debug_execution) in mips_m4k_resume() argument
528 handle_breakpoints, in mips_m4k_resume()
533 retval = mips_m4k_restore_smp(target, address, handle_breakpoints); in mips_m4k_resume()
540 target_addr_t address, int handle_breakpoints) in mips_m4k_step() argument
561 if (handle_breakpoints) { in mips_m4k_step()
H A Dhla_target.c439 target_addr_t address, int handle_breakpoints, in adapter_resume() argument
450 address, handle_breakpoints, debug_execution); in adapter_resume()
493 if (handle_breakpoints) { in adapter_resume()
530 target_addr_t address, int handle_breakpoints) in adapter_step() argument
555 if (handle_breakpoints) { in adapter_step()
H A Dmem_ap.c99 int handle_breakpoints, int debug_execution) in mem_ap_resume() argument
107 int handle_breakpoints) in mem_ap_step() argument
H A Dtarget_type.h58 int handle_breakpoints, int debug_execution);
60 int handle_breakpoints);
H A Darm7_9_common.h159 int handle_breakpoints, int debug_execution);
161 int handle_breakpoints);
H A Dls1_sap.c68 int handle_breakpoints, int debug_execution) in ls1_sap_resume() argument
75 int handle_breakpoints) in ls1_sap_step() argument
H A Darm11.c45 target_addr_t address, int handle_breakpoints);
452 target_addr_t address, int handle_breakpoints, int debug_execution) in arm11_resume() argument
479 if (handle_breakpoints) { in arm11_resume()
560 target_addr_t address, int handle_breakpoints) in arm11_step() argument
663 CHECK_RETVAL(arm11_leave_debug_state(arm11, handle_breakpoints)); in arm11_step()
H A Dnds32.h414 target_addr_t address, int handle_breakpoints);
419 target_addr_t address, int handle_breakpoints, int debug_execution);
H A Davr32_ap7k.c315 target_addr_t address, int handle_breakpoints, int debug_execution) in avr32_ap7k_resume() argument
347 if (handle_breakpoints) { in avr32_ap7k_resume()
397 target_addr_t address, int handle_breakpoints) in avr32_ap7k_step() argument
H A Dcortex_a.c788 target_addr_t *address, int handle_breakpoints, int debug_execution) in cortex_a_internal_restore() argument
859 retval = cortex_a_restore_context(target, handle_breakpoints); in cortex_a_internal_restore()
870 if (handle_breakpoints) { in cortex_a_internal_restore()
935 static int cortex_a_restore_smp(struct target *target, int handle_breakpoints) in cortex_a_restore_smp() argument
948 handle_breakpoints, 0); in cortex_a_restore_smp()
958 target_addr_t address, int handle_breakpoints, int debug_execution) in cortex_a_resume() argument
970 cortex_a_internal_restore(target, current, &address, handle_breakpoints, debug_execution); in cortex_a_resume()
973 retval = cortex_a_restore_smp(target, handle_breakpoints); in cortex_a_resume()
1142 int handle_breakpoints) in cortex_a_step() argument
1168 handle_breakpoints = 1; in cortex_a_step()
[all …]
H A Dmips_mips64.c603 uint64_t address, int handle_breakpoints, in mips_mips64_resume() argument
646 if (handle_breakpoints) { in mips_mips64_resume()
707 uint64_t address, int handle_breakpoints) in mips_mips64_step() argument
732 if (handle_breakpoints) { in mips_mips64_step()
H A Daarch64.c565 uint64_t *address, int handle_breakpoints, int debug_execution) in aarch64_restore_one() argument
614 retval = aarch64_restore_context(target, handle_breakpoints); in aarch64_restore_one()
729 static int aarch64_prep_restart_smp(struct target *target, int handle_breakpoints, struct target **… in aarch64_prep_restart_smp() argument
748 retval = aarch64_restore_one(curr, 1, &address, handle_breakpoints, 0); in aarch64_prep_restart_smp()
841 target_addr_t address, int handle_breakpoints, int debug_execution) in aarch64_resume() argument
859 retval = aarch64_prep_restart_smp(target, handle_breakpoints, NULL); in aarch64_resume()
865 retval = aarch64_restore_one(target, current, &addr, handle_breakpoints, in aarch64_resume()
1082 int handle_breakpoints) in aarch64_step() argument
1139 if (!handle_breakpoints) in aarch64_step()
H A Desirisc.c860 int handle_breakpoints, int debug_execution, bool step) in esirisc_resume_or_step() argument
891 if (handle_breakpoints) { in esirisc_resume_or_step()
929 int handle_breakpoints, int debug_execution) in esirisc_resume() argument
934 handle_breakpoints, debug_execution, false); in esirisc_resume()
938 int handle_breakpoints) in esirisc_step() argument
943 handle_breakpoints, 0, true); in esirisc_step()
H A Dtarget.h389 int handle_breakpoints, int debug_execution);
534 int current, target_addr_t address, int handle_breakpoints);
H A Dstm8.c998 target_addr_t address, int handle_breakpoints, in stm8_resume() argument
1006 handle_breakpoints, debug_execution); in stm8_resume()
1040 if (handle_breakpoints) { in stm8_resume()
1309 target_addr_t address, int handle_breakpoints) in stm8_step() argument
1312 current, address, handle_breakpoints); in stm8_step()
1331 if (handle_breakpoints) { in stm8_step()
H A Dxscale.c62 target_addr_t address, int handle_breakpoints, int debug_execution);
1121 target_addr_t address, int handle_breakpoints, int debug_execution) in xscale_resume() argument
1157 if (handle_breakpoints) { in xscale_resume()
1292 uint32_t address, int handle_breakpoints) in xscale_step_inner() argument
1387 target_addr_t address, int handle_breakpoints) in xscale_step() argument
1421 if (handle_breakpoints) in xscale_step()
1430 retval = xscale_step_inner(target, current, address, handle_breakpoints); in xscale_step()
H A Ddsp563xx.c1122 int handle_breakpoints, in dsp563xx_resume() argument
1179 int handle_breakpoints, in dsp563xx_step_ex() argument
1295 int handle_breakpoints) in dsp563xx_step() argument
1305 err = dsp563xx_step_ex(target, current, address, handle_breakpoints, 0); in dsp563xx_step()
H A Darc.c1249 int handle_breakpoints, int debug_execution) in arc_resume() argument
1257 " debug_execution:%i", current, address, handle_breakpoints, debug_execution); in arc_resume()
2005 int handle_breakpoints) in arc_step() argument
2028 if (handle_breakpoints) { in arc_step()
/dports/www/py-django-classy-tags/django-classy-tags-2.0.0/classytags/
H A Dparser.py63 self.handle_breakpoints(bit)
93 def handle_breakpoints(self, bit): member in Parser
/dports/devel/openocd/openocd-0.11.0/src/target/openrisc/
H A Dor1k.c790 uint32_t address, int handle_breakpoints, in or1k_resume_or_step() argument
800 address, step ? "yes" : "no", handle_breakpoints ? "yes" : "no"); in or1k_resume_or_step()
860 if (handle_breakpoints) { in or1k_resume_or_step()
900 target_addr_t address, int handle_breakpoints, in or1k_resume() argument
904 handle_breakpoints, in or1k_resume()
910 target_addr_t address, int handle_breakpoints) in or1k_step() argument
913 handle_breakpoints, in or1k_step()
/dports/devel/openocd/openocd-0.11.0/src/target/riscv/
H A Driscv.c945 int handle_breakpoints) in oldriscv_step() argument
948 return tt->step(target, current, address, handle_breakpoints); in oldriscv_step()
952 target_addr_t address, int handle_breakpoints) in old_or_new_riscv_step() argument
955 LOG_DEBUG("handle_breakpoints=%d", handle_breakpoints); in old_or_new_riscv_step()
1330 int handle_breakpoints, in riscv_resume() argument
1334 LOG_DEBUG("handle_breakpoints=%d", handle_breakpoints); in riscv_resume()
1339 if (resume_prep(t, current, address, handle_breakpoints, in riscv_resume()
1348 if (resume_go(t, current, address, handle_breakpoints, in riscv_resume()
1364 if (resume_go(target, current, address, handle_breakpoints, in riscv_resume()
1375 int handle_breakpoints, int debug_execution) in riscv_target_resume() argument
[all …]
H A Driscv.h248 int handle_breakpoints,
257 int handle_breakpoints
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/debugger/
H A Ddebugger.c427 static int handle_breakpoints(function_stack_entry *fse, int breakpoint_type) function
486 if (!handle_breakpoints(fse, breakpoint_type)) {

12