Home
last modified time | relevance | path

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

12

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1092 if (whpx->breakpoints.breakpoints) { in whpx_lookup_breakpoint_by_addr()
1093 for (i = 0; i < whpx->breakpoints.breakpoints->used; i++) { in whpx_lookup_breakpoint_by_addr()
1094 if (address == whpx->breakpoints.breakpoints->data[i].address) { in whpx_lookup_breakpoint_by_addr()
1095 return &whpx->breakpoints.breakpoints->data[i]; in whpx_lookup_breakpoint_by_addr()
1139 struct whpx_breakpoints *breakpoints, in whpx_translate_cpu_breakpoints() argument
1146 breakpoints->original_addresses = in whpx_translate_cpu_breakpoints()
1147 g_renew(vaddr, breakpoints->original_addresses, cpu_breakpoint_count); in whpx_translate_cpu_breakpoints()
1149 breakpoints->original_address_count = cpu_breakpoint_count; in whpx_translate_cpu_breakpoints()
1152 (breakpoints->breakpoints ? breakpoints->breakpoints->used : 0); in whpx_translate_cpu_breakpoints()
1165 if (breakpoints->breakpoints) { in whpx_translate_cpu_breakpoints()
[all …]
H A Dwhpx-internal.h30 struct whpx_breakpoint_collection *breakpoints; member
38 struct whpx_breakpoints breakpoints; member
/openbmc/linux/tools/perf/bench/
H A Dbreakpoint.c116 struct breakpoint *breakpoints; in bench_breakpoint_thread() local
124 breakpoints = calloc(thread_params.nbreakpoints, sizeof(breakpoints[0])); in bench_breakpoint_thread()
126 if (!breakpoints || !parallel) in bench_breakpoint_thread()
130 breakpoints[i].fd = breakpoint_setup(&breakpoints[i].watched); in bench_breakpoint_thread()
132 if (breakpoints[i].fd < 0) { in bench_breakpoint_thread()
133 if (breakpoints[i].fd == -ENODEV) { in bench_breakpoint_thread()
150 close(breakpoints[i].fd); in bench_breakpoint_thread()
152 free(breakpoints); in bench_breakpoint_thread()
/openbmc/qemu/
H A Dcpu-common.c406 QTAILQ_INSERT_HEAD(&cpu->breakpoints, bp, entry); in cpu_breakpoint_insert()
408 QTAILQ_INSERT_TAIL(&cpu->breakpoints, bp, entry); in cpu_breakpoint_insert()
429 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_breakpoint_remove()
441 QTAILQ_REMOVE(&cpu->breakpoints, bp, entry); in cpu_breakpoint_remove_by_ref()
452 QTAILQ_FOREACH_SAFE(bp, &cpu->breakpoints, entry, next) { in cpu_breakpoint_remove_all()
/openbmc/linux/Documentation/powerpc/
H A Dptrace.rst8 4 hardware breakpoints (IAC)
28 GDB: this query will return the number of hardware breakpoints, hardware
86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints
87 that the BookE supports. COMEFROM breakpoints available in server processors
H A Ddawr-power9.rst33 For ptrace, we now advertise zero breakpoints on POWER9 via the
87 enabled/disabled between getting the number of breakpoints (via
/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/linux/scripts/gdb/linux/
H A Dsymbols.py147 if hasattr(gdb, 'breakpoints') and not gdb.breakpoints() is None:
148 for bp in gdb.breakpoints():
/openbmc/linux/lib/
H A DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
35 identify symbols where it is unsafe to set breakpoints.
158 still try to register kgdb to handle breakpoints and crashes
/openbmc/qemu/include/hw/core/
H A Dcpu.h517 QTAILQ_HEAD(, CPUBreakpoint) breakpoints;
1112 if (unlikely(!QTAILQ_EMPTY(&cpu->breakpoints))) { in cpu_breakpoint_test()
1113 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_breakpoint_test()
/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/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
/openbmc/qemu/qapi/
H A Dreplay.json90 # command is ignored when there are no replay breakpoints.
/openbmc/linux/Documentation/dev-tools/
H A Dkgdb.rst17 memory, registers, process lists, dmesg, and even set breakpoints to
19 you can set breakpoints and execute some basic kernel run control. Kdb
30 application. It is possible to place breakpoints in kernel code and
72 option will prevent the use of software breakpoints because it marks
75 breakpoints if you desire to run with the ``CONFIG_STRICT_KERNEL_RWX``
645 debugger. You should be using gdb for breakpoints and run control
707 - A full implementation for software breakpoints unless overridden
737 - (optional) HW breakpoints
/openbmc/qemu/linux-user/
H A Dmain.c258 QTAILQ_INIT(&new_cpu->breakpoints); in cpu_copy()
259 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in cpu_copy()
/openbmc/linux/arch/arc/kernel/
H A Dentry.S223 ;============ TRAP N : breakpoints, kprobes etc
/openbmc/qemu/hw/core/
H A Dcpu-common.c258 QTAILQ_INIT(&cpu->breakpoints); in cpu_common_initfn()
/openbmc/linux/tools/testing/selftests/
H A DMakefile6 TARGETS += breakpoints
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c339 QTAILQ_FOREACH(bp, &cpu->breakpoints, entry) { in check_for_breakpoints_slow()
389 return unlikely(!QTAILQ_EMPTY(&cpu->breakpoints)) && in check_for_breakpoints()
/openbmc/linux/Documentation/networking/
H A Dfilter.rst466 Sets breakpoints at particular BPF instructions. Issuing a `run` command
490 breakpoints: 0 1
492 Prints currently set breakpoints.
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv378 …icates support for address mask extension (to 32 bits and to all 4 DRs) for instruction breakpoints
382 0x80000001, 0, EDX, 2, de, Debugging extensions, IO breakpoints, CR4.DE
/openbmc/linux/Documentation/core-api/
H A Dentry.rst205 whether these exceptions happened in user-space (breakpoints or watchpoints) or
/openbmc/linux/arch/
H A DKconfig136 ( These probes come in the form of single-byte breakpoints,
403 Depending on the arch implementation of hardware breakpoints,
405 breakpoints addresses, others have mixed registers to store
407 Select this option if your arch implements breakpoints under the

12