Sign in
qemu-android
/
qemu-android
/
3af4e9aa5615a0511ddbe301b14d30a63ac8492b
/
gdbstub.c
68f4730
make gdb_id() generally avialable and rename it to cpu_index()
by Wen Congyang
· 13 years ago
a896d03
gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc
by Peter Maydell
· 13 years ago
cdb432b
gdbserver: Don't send a GDB syscall until the system CPU is stopped
by Meador Inge
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
f384091
monitor: Avoid CPUState in read/write functions
by Andreas Färber
· 13 years ago
00e94db
gdbstub: Do not kill target in system emulation mode
by Jan Kiszka
· 13 years ago
bb16172
gdbstub: Fix fd leak in gdbserver_open() error path
by Peter Maydell
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
9643c25
gdbstub: Fix memory leak
by Stefan Weil
· 13 years ago
30038fd
target-sparc: Change fpr representation to doubles.
by Richard Henderson
· 13 years ago
ebffe2a
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
5a576fb
Gdbstub: handle read of fpscr
by Fabien Chouteau
· 14 years ago
0461d5a
RunState: Rename enum values as generated by the QAPI
by Luiz Capitulino
· 13 years ago
1354869
Drop the vm_running global variable
by Luiz Capitulino
· 14 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
44520db
Gdbstub: Fix back-trace on SPARC32
by Fabien Chouteau
· 14 years ago
ccfcaba
target-xtensa: add gdb support
by Max Filippov
· 14 years ago
70f24fb
char: rename qemu_chr_close() -> qemu_chr_delete()
by Anthony Liguori
· 14 years ago
27143a4
char: rename qemu_chr_open() -> qemu_chr_new()
by Anthony Liguori
· 14 years ago
fa5efcc
char: rename qemu_chr_read() -> qemu_chr_be_write()
by Anthony Liguori
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
142ab5b
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef
by Aurelien Jarno
· 14 years ago
59467ba
s390x: Adjust GDB stub
by Alexander Graf
· 14 years ago
425189a
gdbstub: Catch and report more vmstop reasons
by Jan Kiszka
· 14 years ago
0c45d3d
lm32: gdbstub support
by Michael Walle
· 14 years ago
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
e2af15b
gdbstub: Close connection in gdb_exit
by Fabien Chouteau
· 14 years ago
0b65b9e
Use gcc warning flag -Wnested-externs
by Blue Swirl
· 15 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
0e1c9c5
GDB exit status for semihosting
by Paul Brook
· 15 years ago
5a834bb
sparc: Fix lazy flag calculation on interrupts, refactor
by Blue Swirl
· 15 years ago
e192a45
target-sh4: Fix gdb read/write register
by takasi-y@ops.dti.ne.jp
· 15 years ago
7ea06da
Fix to 'gdb detach' stub
by Daniel Gutson
· 15 years ago
7c5a90d
target-alpha: Fix gdb access to fpcr and unique.
by Richard Henderson
· 15 years ago
4a0b59f
cris: Add CRISv10 gdbstub support.
by Edgar E. Iglesias
· 15 years ago
b3d6b95
target-m68k: fix a typo in 'P' packet processing
by Kazu Hirata
· 15 years ago
ff1d197
gdbstub: add MIPS16 support
by Nathan Froyd
· 15 years ago
afcb0e4
S390 GDB stub
by Alexander Graf
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
b6b8df5
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
by Amit Shah
· 15 years ago
5f30fa1
gdbstub: x86: Switch 64/32 bit registers dynamically
by Jan Kiszka
· 16 years ago
8f4bee2
gdbstub: fix coding style nit
by Michael S. Tsirkin
· 15 years ago
4c0960c
kvm: Simplify cpu_synchronize_state()
by Avi Kivity
· 16 years ago
2f7bb87
rename USE_NPTL to CONFIG_USE_NPTL
by Juan Quintela
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
8427317
gdbstub: x86: Support for setting segment registers
by Jan Kiszka
· 16 years ago
b1631e7
gdbstub: x86: Refactor register access
by Jan Kiszka
· 16 years ago
dd32aa1
gdbstub: Add vCont support
by Jan Kiszka
· 16 years ago
1e9fa73
fix gdbstub support for multiple threads in usermode, v3
by Nathan Froyd
· 16 years ago
d74d6a9
microblaze: Add GDB stub support.
by Edgar E. Iglesias
· 16 years ago
654efcf
Add 'static' to avoid a sparse warning
by blueswir1
· 16 years ago
2dc766d
Fix ppc-softmmu warnings on OpenBSD host
by blueswir1
· 16 years ago
fab9d28
factor out setting pc in gdbstub
by aurel32
· 16 years ago
59030a8
gdbstub: Rework configuration via command line and monitor (Jan Kiszka)
by aliguori
· 16 years ago
36556b2
gdbstub: Allow re-instantiation (Jan Kiszka)
by aliguori
· 16 years ago
0fe17f5
gdbstub: Drop redundant memset after qemu_mallocz (Jan Kiszka)
by aliguori
· 16 years ago
e22a25c
Guest debugging support for KVM (Jan Kiszka)
by aliguori
· 16 years ago
3098dba
Use a dedicated function to request exit from execution loop
by aurel32
· 16 years ago
0b8a988
Fix BSD user
by blueswir1
· 16 years ago
8a34a0f
monitor: Pass-through for gdbstub (Jan Kiszka)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
e571cb4
target-ppc: Change core powerpc gdbstub bits to be XML-aware
by aurel32
· 16 years ago
9781e04
Rework vm_state_change notifiers (Jan Kiszka)
by aliguori
· 16 years ago
ceecf1d
add an init function parameter to qemu_chr_open()
by aurel32
· 16 years ago
c72d5bf
Fix bsd-user build
by blueswir1
· 16 years ago
5a37791
Fix gdbserver number of registers (Tristan Gingold)
by blueswir1
· 16 years ago
9f6164d
gdbstub: fix gdbserver_fork
by edgar_igl
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
ca587a8
User-mode GDB stub improvements - handle signals
by aurel32
· 16 years ago
2b1319c
User-mode GDB stub improvements - handle fork
by aurel32
· 16 years ago
19bf517
target-alpha: gdb-stub support
by aurel32
· 16 years ago
3faf778
gdbstub: kill a warning
by aurel32
· 16 years ago
69d6451
Fix some new warnings introduced after r5022
by blueswir1
· 16 years ago
8d4acf9
gdbstub: Fix access to PPC FPRs
by aurel32
· 16 years ago
880a757
gdbstub: manage CPUs as threads (Jan Kiszka)
by aliguori
· 16 years ago
a1d1bb3
Refactor and enhance break/watchpoint API (Jan Kiszka)
by aliguori
· 16 years ago
d6fc1b3
gdbstub: Return appropriate watch message to gdb (Jan Kiszka)
by aliguori
· 16 years ago
5ccfae1
Implement "info chardev" command. (Gerd Hoffmann)
by aliguori
· 16 years ago
5b3715b
Use snprintf to please OpenBSD linker
by blueswir1
· 16 years ago
3d7b417
target-ppc: Convert XER accesses to TCG
by aurel32
· 16 years ago
064f663
gdbstub: remove unused local variable
by aurel32
· 16 years ago
d7b6967
CRIS: Handle GDB writes to pregs.
by edgar_igl
· 16 years ago
56aebc8
Add GDB XML register description support.
by pbrook
· 16 years ago
f01be15
Move the active FPU registers into env again, and use more TCG registers
by ths
· 17 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 17 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 17 years ago
b5dc773
More efficient target register / TC accesses.
by ths
· 17 years ago
0f459d1
Clean up MMIO TLB handling.
by pbrook
· 17 years ago
96d1912
Fix Sparc32plus GDBstub support
by blueswir1
· 17 years ago
1f487ee
Support signal reception in user-mode. Handle when the peer terminates or aborts the connection.
by edgar_igl
· 17 years ago
7d03f82
Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel).
by edgar_igl
· 17 years ago
7980857
x86_64 and better i386 support
by bellard
· 17 years ago
fde3fd6
Remove x86-64 specific reg fillers.
by edgar_igl
· 17 years ago
60897d3
Debugger single step without interrupts (Jason Wessel).
by edgar_igl
· 17 years ago
c584116
Add x86_64 gdb stub for qemu (Jason Wessel).
by edgar_igl
· 17 years ago
ba70a62
Improve readability by moving the continue operation into aseparate function.
by edgar_igl
· 17 years ago
9004627
More consistent naming for CRIS register-number macros.
by edgar_igl
· 17 years ago
Next »