Home
last modified time | relevance | path

Searched refs:gdbstub (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target63 run-gdbstub-sha1: sha1
67 --bin $< --test $(MULTIARCH_SRC)/gdbstub/sha1.py, \
68 basic gdbstub support)
70 run-gdbstub-qxfer-auxv-read: sha1
74 --bin $< --test $(MULTIARCH_SRC)/gdbstub/test-qxfer-auxv-read.py, \
75 basic gdbstub qXfer:auxv:read support)
77 run-gdbstub-qxfer-siginfo-read: segfault
81 --bin "$< -s" --test $(MULTIARCH_SRC)/gdbstub/test-qxfer-siginfo-read.py, \
82 basic gdbstub qXfer:siginfo:read support)
84 run-gdbstub-proc-mappings: sha1
[all …]
/openbmc/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target20 run-gdbstub-memory: memory
27 --bin $< --test $(MULTIARCH_SRC)/gdbstub/memory.py, \
28 softmmu gdbstub support)
29 run-gdbstub-interrupt: interrupt
36 --bin $< --test $(MULTIARCH_SRC)/gdbstub/interrupt.py, \
37 softmmu gdbstub support)
38 run-gdbstub-untimely-packet: hello
47 softmmu gdbstub untimely packets)
52 run-gdbstub-registers: memory
59 --bin $< --test $(MULTIARCH_SRC)/gdbstub/registers.py, \
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.target120 run-gdbstub-sysregs: sysregs
124 --bin $< --test $(AARCH64_SRC)/gdbstub/test-sve.py, \
125 basic gdbstub SVE support)
127 run-gdbstub-sve-ioctls: sve-ioctls
131 --bin $< --test $(AARCH64_SRC)/gdbstub/test-sve-ioctl.py, \
132 basic gdbstub SVE ZLEN support)
134 EXTRA_RUNS += run-gdbstub-sysregs run-gdbstub-sve-ioctls
137 run-gdbstub-mte: mte-8
141 --bin $< --test $(AARCH64_SRC)/gdbstub/test-mte.py \
143 gdbstub MTE support)
[all …]
H A DMakefile.softmmu-target112 run-gdbstub-mte: QEMU_OPTS=$(QEMU_OPTS_WITH_MTE_ON)
113 run-gdbstub-mte: mte
115 --output run-gdbstub-mte.out \
118 --bin $< --test $(AARCH64_SRC)/gdbstub/test-mte.py -- --mode=system, \
119 gdbstub MTE support)
121 EXTRA_RUNS += run-gdbstub-mte
123 run-gdbstub-mte:
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.target98 run-gdbstub-signals-s390x: signals-s390x
102 --bin $< --test $(S390X_SRC)/gdbstub/test-signals-s390x.py, \
107 run-gdbstub-svc: hello-s390x-asm
111 --bin $< --test $(S390X_SRC)/gdbstub/test-svc.py, \
114 EXTRA_RUNS += run-gdbstub-signals-s390x run-gdbstub-svc
/openbmc/qemu/gdbstub/
H A Dmeson.build2 # The main gdbstub still relies on per-build definitions of various
13 # We build two versions of gdbstub, one for each mode
14 gdb_user_ss.add(files('gdbstub.c', 'user.c'))
15 gdb_system_ss.add(files('gdbstub.c', 'system.c'))
H A Dtrace-events3 # gdbstub.c
4 gdbstub_op_start(const char *device) "Starting gdbstub using device %s"
/openbmc/qemu/bsd-user/
H A Dmain.c269 const char *gdbstub = NULL; in main() local
371 gdbstub = g_strdup(argv[optind++]); in main()
629 if (gdbstub) { in main()
630 gdbserver_start(gdbstub); in main()
/openbmc/linux/kernel/debug/
H A DMakefile6 obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
/openbmc/qemu/docs/system/
H A Dgdb.rst7 (the "gdbstub"). This allows you to debug guest code in the same
17 TCP port to use or to use something other than TCP for the gdbstub
97 When you connect gdb to the gdbstub, it will automatically
140 An alternate method for connecting gdb to the QEMU gdbstub is to use
210 Another feature that QEMU gdbstub provides is to toggle the memory GDB
214 If you want to examine/change the physical memory you can set the gdbstub
/openbmc/qemu/linux-user/
H A Dmain.c75 static const char *gdbstub; variable
356 gdbstub = g_strdup(arg); in handle_arg_gdb()
1024 if (gdbstub) { in main()
1025 if (gdbserver_start(gdbstub) < 0) { in main()
1027 gdbstub); in main()
/openbmc/qemu/target/sh4/
H A Dmeson.build4 'gdbstub.c',
/openbmc/qemu/target/tricore/
H A Dmeson.build8 'gdbstub.c',
/openbmc/qemu/target/rx/
H A Dmeson.build12 'gdbstub.c',
/openbmc/qemu/target/microblaze/
H A Dmeson.build7 'gdbstub.c',
/openbmc/qemu/target/alpha/
H A Dmeson.build5 'gdbstub.c',
/openbmc/qemu/target/avr/
H A Dmeson.build14 'gdbstub.c',
/openbmc/qemu/target/hppa/
H A Dmeson.build8 'gdbstub.c',
/openbmc/qemu/target/mips/
H A Dmeson.build7 'gdbstub.c',
/openbmc/qemu/target/m68k/
H A Dmeson.build5 'gdbstub.c',
/openbmc/qemu/
H A D.git-blame-ignore-revs11 # gdbstub: clean-up indents
/openbmc/qemu/target/openrisc/
H A Dmeson.build11 'gdbstub.c',
/openbmc/qemu/target/loongarch/
H A Dmeson.build6 'gdbstub.c',
/openbmc/qemu/target/xtensa/
H A Dmeson.build10 'gdbstub.c',
/openbmc/qemu/target/sparc/
H A Dmeson.build8 'gdbstub.c',

12