index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gdbstub.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-4
/
+4
*
gdbstub: Simplify find_cpu()
Andreas Färber
2013-06-28
1
-8
/
+4
*
gdbstub: let the debugger resume from guest panicked state
Paolo Bonzini
2013-06-10
1
-0
/
+3
*
gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc
Paolo Bonzini
2013-06-10
1
-1
/
+1
*
gdbstub: do not restart crashed guest
Paolo Bonzini
2013-05-30
1
-1
/
+3
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
2013-04-04
1
-0
/
+1
*
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Aurelien Jarno
2013-03-22
1
-1
/
+2
|
\
|
*
PPC/GDB: handle read and write of fpscr
Fabien Chouteau
2013-03-22
1
-1
/
+2
*
|
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
2013-03-22
1
-1
/
+1
|
/
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-1
/
+1
*
move socket_set_nodelay to osdep.c
MORITA Kazutaka
2013-03-04
1
-3
/
+2
*
cpu: Move host_tid field to CPUState
Andreas Färber
2013-02-16
1
-5
/
+9
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-1
/
+2
*
target-s390: Fix gdbstub
Richard Henderson
2013-01-05
1
-30
/
+48
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
target-xtensa: add FP registers
Max Filippov
2012-09-22
1
-0
/
+8
*
gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES
Aurelien Jarno
2012-09-21
1
-54
/
+90
*
target-or32: Add gdb stub support
Jia Liu
2012-07-27
1
-0
/
+64
*
make gdb_id() generally avialable and rename it to cpu_index()
Wen Congyang
2012-06-04
1
-14
/
+5
*
gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc
Peter Maydell
2012-04-21
1
-2
/
+1
*
gdbserver: Don't send a GDB syscall until the system CPU is stopped
Meador Inge
2012-03-24
1
-15
/
+27
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-22
/
+22
*
monitor: Avoid CPUState in read/write functions
Andreas Färber
2012-03-14
1
-28
/
+28
*
gdbstub: Do not kill target in system emulation mode
Jan Kiszka
2012-03-11
1
-0
/
+2
*
gdbstub: Fix fd leak in gdbserver_open() error path
Peter Maydell
2012-01-06
1
-0
/
+2
*
Fix spelling in comments, documentation and messages
Stefan Weil
2011-12-14
1
-1
/
+1
*
gdbstub: Fix memory leak
Stefan Weil
2011-11-19
1
-6
/
+8
*
target-sparc: Change fpr representation to doubles.
Richard Henderson
2011-10-26
1
-11
/
+24
*
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
2011-10-10
1
-13
/
+13
|
\
|
*
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
2011-10-04
1
-13
/
+13
*
|
Gdbstub: handle read of fpscr
Fabien Chouteau
2011-10-06
1
-1
/
+1
|
/
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-2
/
+2
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-15
/
+15
*
Gdbstub: Fix back-trace on SPARC32
Fabien Chouteau
2011-09-10
1
-3
/
+13
*
target-xtensa: add gdb support
Max Filippov
2011-09-10
1
-0
/
+96
*
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
2011-08-22
1
-2
/
+2
*
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+1
*
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef
Aurelien Jarno
2011-06-03
1
-4
/
+0
[prev]
[next]