| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-all.c | 188 * 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 D | whpx-internal.h | 32 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 D | cpu-common.c | 406 /* 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 D | hmp-commands.hx | 1747 The command is ignored when there are no replay breakpoints.
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | theme.md | 81 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 D | trace-events | 9 kvm_sw_breakpoint(uint32_t n) "KVM: will use %d-byte sw breakpoints"
|
| /openbmc/u-boot/doc/ |
| H A D | README.AX25 | 36 - Configurable number of breakpoints: 2/4/8
|
| H A D | README.bedbug | 51 hardware breakpoints and stepping through code. These
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 531 QTAILQ_HEAD(, CPUBreakpoint) breakpoints; 1161 if (unlikely(!QTAILQ_EMPTY(&cpu->breakpoints))) { 1162 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) {
|
| /openbmc/qemu/qapi/ |
| H A D | replay.json | 92 # command is ignored when there are no replay breakpoints.
|
| /openbmc/qemu/docs/system/ |
| H A D | gdb.rst | 10 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 D | replay.rst | 218 #. replaying to examine the breakpoints
|
| /openbmc/qemu/linux-user/ |
| H A D | main.c | 259 QTAILQ_INIT(&new_cpu->breakpoints); in cpu_copy() 260 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_copy()
|
| /openbmc/qemu/hw/core/ |
| H A D | cpu-common.c | 325 QTAILQ_INIT(&cpu->breakpoints); in cpu_common_initfn()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec.c | 300 * 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 D | debug.c | 951 QTAILQ_FOREACH(bp, &cs->breakpoints, entry) { in riscv_cpu_debug_check_breakpoint()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | README | 296 Here are some handy places to set breakpoints
|
| /openbmc/u-boot/ |
| H A D | Kconfig | 206 it is possible to set breakpoints on particular lines, single-step
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | Kconfig | 1529 breakpoints and single stepping do not work. The value of this
|
| /openbmc/docs/ |
| H A D | anti-patterns.md | 425 which to attach breakpoints or tracepoints.
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |