Home
last modified time | relevance | path

Searched refs:breakpoints (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c188 * breakpoints set via QEMU will prevent any further interference
1093 if (whpx->breakpoints.breakpoints) { in whpx_lookup_breakpoint_by_addr()
1094 for (i = 0; i < whpx->breakpoints.breakpoints->used; i++) { in whpx_lookup_breakpoint_by_addr()
1095 if (address == whpx->breakpoints.breakpoints->data[i].address) { in whpx_lookup_breakpoint_by_addr()
1096 return &whpx->breakpoints.breakpoints->data[i]; in whpx_lookup_breakpoint_by_addr()
1113 * The WHPX QEMU backend implements breakpoints b
1137 whpx_translate_cpu_breakpoints(struct whpx_breakpoints * breakpoints,CPUState * cpu,int cpu_breakpoint_count) whpx_translate_cpu_breakpoints() argument
1231 whpx_apply_breakpoints(struct whpx_breakpoint_collection * breakpoints,CPUState * cpu,bool resuming) whpx_apply_breakpoints() argument
[all...]
H A Dwhpx-internal.h32 struct whpx_breakpoint_collection *breakpoints;
40 struct whpx_breakpoints breakpoints;
30 struct whpx_breakpoint_collection *breakpoints; global() member
38 struct whpx_breakpoints breakpoints; global() member
/openbmc/qemu/
H A Dcpu-common.c406 /* keep all GDB-injected breakpoints in front */ in cpu_breakpoint_insert()
408 QTAILQ_INSERT_HEAD(&cpu->breakpoints, bp, entry); in cpu_breakpoint_insert()
410 QTAILQ_INSERT_TAIL(&cpu->breakpoints, bp, entry); in cpu_breakpoint_insert()
430 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_breakpoint_remove()
442 QTAILQ_REMOVE(&cpu->breakpoints, bp, entry); in cpu_breakpoint_remove_by_ref()
448 /* Remove all matching breakpoints. */ in cpu_breakpoint_remove_all()
453 QTAILQ_FOREACH_SAFE(bp, &cpu->breakpoints, entry, next) { in cpu_breakpoint_remove_all()
H A Dhmp-commands.hx1747 The command is ignored when there are no replay breakpoints.
/openbmc/webui-vue/docs/customization/
H A Dtheme.md81 function that only accepts a key from the Bootstrap `$grid-breakpoints` map.
91 - [Bootstrap responsive breakpoints](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-
92 - [Bootstrap Sass Mixins](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)
93 …zing the Bootstrap Grid](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints)
/openbmc/qemu/target/s390x/kvm/
H A Dtrace-events9 kvm_sw_breakpoint(uint32_t n) "KVM: will use %d-byte sw breakpoints"
/openbmc/u-boot/doc/
H A DREADME.AX2536 - Configurable number of breakpoints: 2/4/8
H A DREADME.bedbug51 hardware breakpoints and stepping through code. These
/openbmc/qemu/include/hw/core/
H A Dcpu.h531 QTAILQ_HEAD(, CPUBreakpoint) breakpoints;
1161 if (unlikely(!QTAILQ_EMPTY(&cpu->breakpoints))) {
1162 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) {
/openbmc/qemu/qapi/
H A Dreplay.json92 # command is ignored when there are no replay breakpoints.
/openbmc/qemu/docs/system/
H A Dgdb.rst10 examine state like registers and memory, and set breakpoints and
52 While GDB can always fall back to inserting breakpoints into memory
55 of hardware assisted breakpoints and watchpoints. For other
H A Dreplay.rst218 #. replaying to examine the breakpoints
/openbmc/qemu/linux-user/
H A Dmain.c259 QTAILQ_INIT(&new_cpu->breakpoints); in cpu_copy()
260 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_copy()
/openbmc/qemu/hw/core/
H A Dcpu-common.c325 QTAILQ_INIT(&cpu->breakpoints); in cpu_common_initfn()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c300 * Singlestep overrides breakpoints. in check_for_breakpoints_slow()
304 * TODO: gdb singlestep should only override gdb breakpoints, in check_for_breakpoints_slow()
312 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in check_for_breakpoints_slow()
351 * breakpoints are removed. in check_for_breakpoints_slow()
362 return unlikely(!QTAILQ_EMPTY(&cpu->breakpoints)) && in check_for_breakpoints()
/openbmc/qemu/target/riscv/
H A Ddebug.c951 QTAILQ_FOREACH(bp, &cs->breakpoints, entry) { in riscv_cpu_debug_check_breakpoint()
/openbmc/qemu/target/hexagon/
H A DREADME296 Here are some handy places to set breakpoints
/openbmc/u-boot/
H A DKconfig206 it is possible to set breakpoints on particular lines, single-step
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A DKconfig1529 breakpoints and single stepping do not work. The value of this
/openbmc/docs/
H A Danti-patterns.md425 which to attach breakpoints or tracepoints.
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]