Searched refs:debugger (Results 1 – 17 of 17) sorted by relevance
/qemu/docs/system/ |
H A D | monitor.rst | 15 - Inspect the VM state without an external debugger.
|
H A D | target-avr.rst | 33 - Debugging with GDB debugger::
|
/qemu/target/riscv/ |
H A D | gdbstub.c | 266 env->debugger = true; in riscv_gen_dynamic_csr_feature() 297 env->debugger = false; in riscv_gen_dynamic_csr_feature()
|
H A D | csr.c | 85 if (!env->debugger && !riscv_cpu_fp_enabled(env) && in fs() 90 if (!env->debugger && !riscv_cpu_fp_enabled(env)) { in fs() 101 if (!env->debugger && !riscv_cpu_vector_enabled(env)) { in vs() 142 if (env->debugger) { in ctr() 205 if (env->debugger) { in cfi_ss() 513 if (env->debugger) { in hstateen_pred() 550 if (env->debugger) { in sstateen() 586 if (env->debugger) { in sstc() 799 if (env->debugger) { in seed() 2019 if (xl != MXL_RV32 || env->debugger) { in write_mstatus() [all …]
|
H A D | cpu.h | 467 bool debugger; member
|
/qemu/docs/specs/ |
H A D | vmcoreinfo.rst | 34 access it through a debugger, via ``vmcoreinfo_realize::vmcoreinfo_state``).
|
/qemu/target/xtensa/core-lx106/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 216 Enables Hyper-V synthetic debugger interface, this is a special interface used 217 by Windows Kernel debugger to send the packets through, rather than sending 221 This new communication is used by Windows Kernel debugger rather than sending
|
/qemu/target/xtensa/core-sample_controller/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-dc232b/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-dc233c/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-de212/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-test_mmuhifi_c3/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-test_kc705_be/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-de233_fpu/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/target/xtensa/core-dsp3400/ |
H A D | gdb-config.c.inc | 1 /* Configuration for the Xtensa architecture for GDB, the GNU debugger.
|
/qemu/qapi/ |
H A D | run-state.json | 14 # @debug: QEMU is running on a debugger
|