/openbmc/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 63 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 D | Makefile.softmmu-target | 20 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 D | Makefile.target | 120 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 D | Makefile.softmmu-target | 112 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 D | Makefile.target | 98 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 D | meson.build | 2 # 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 D | trace-events | 3 # gdbstub.c 4 gdbstub_op_start(const char *device) "Starting gdbstub using device %s"
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 269 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 D | Makefile | 6 obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o
|
/openbmc/qemu/docs/system/ |
H A D | gdb.rst | 7 (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 D | main.c | 75 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 D | meson.build | 4 'gdbstub.c',
|
/openbmc/qemu/target/tricore/ |
H A D | meson.build | 8 'gdbstub.c',
|
/openbmc/qemu/target/rx/ |
H A D | meson.build | 12 'gdbstub.c',
|
/openbmc/qemu/target/microblaze/ |
H A D | meson.build | 7 'gdbstub.c',
|
/openbmc/qemu/target/alpha/ |
H A D | meson.build | 5 'gdbstub.c',
|
/openbmc/qemu/target/avr/ |
H A D | meson.build | 14 'gdbstub.c',
|
/openbmc/qemu/target/hppa/ |
H A D | meson.build | 8 'gdbstub.c',
|
/openbmc/qemu/target/mips/ |
H A D | meson.build | 7 'gdbstub.c',
|
/openbmc/qemu/target/m68k/ |
H A D | meson.build | 5 'gdbstub.c',
|
/openbmc/qemu/ |
H A D | .git-blame-ignore-revs | 11 # gdbstub: clean-up indents
|
/openbmc/qemu/target/openrisc/ |
H A D | meson.build | 11 'gdbstub.c',
|
/openbmc/qemu/target/loongarch/ |
H A D | meson.build | 6 'gdbstub.c',
|
/openbmc/qemu/target/xtensa/ |
H A D | meson.build | 10 'gdbstub.c',
|
/openbmc/qemu/target/sparc/ |
H A D | meson.build | 8 'gdbstub.c',
|