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
*
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
*
s390x: Adjust GDB stub
Alexander Graf
2011-05-20
1
-2
/
+6
*
gdbstub: Catch and report more vmstop reasons
Jan Kiszka
2011-04-03
1
-10
/
+39
*
lm32: gdbstub support
Michael Walle
2011-03-07
1
-0
/
+76
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-9
/
+10
*
gdbstub: Close connection in gdb_exit
Fabien Chouteau
2011-01-16
1
-0
/
+6
*
Use gcc warning flag -Wnested-externs
Blue Swirl
2010-09-18
1
-1
/
+0
*
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
2010-07-03
1
-0
/
+1
*
GDB exit status for semihosting
Paul Brook
2010-06-16
1
-14
/
+20
*
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
2010-05-09
1
-8
/
+8
*
target-sh4: Fix gdb read/write register
takasi-y@ops.dti.ne.jp
2010-02-27
1
-13
/
+14
*
Fix to 'gdb detach' stub
Daniel Gutson
2010-02-27
1
-0
/
+1
*
target-alpha: Fix gdb access to fpcr and unique.
Richard Henderson
2010-02-23
1
-34
/
+54
*
cris: Add CRISv10 gdbstub support.
Edgar E. Iglesias
2010-02-20
1
-0
/
+36
*
target-m68k: fix a typo in 'P' packet processing
Kazu Hirata
2010-01-14
1
-1
/
+1
*
gdbstub: add MIPS16 support
Nathan Froyd
2009-12-13
1
-3
/
+15
*
S390 GDB stub
Alexander Graf
2009-12-05
1
-0
/
+52
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-0
/
+6
*
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
2009-10-21
1
-1
/
+1
*
gdbstub: x86: Switch 64/32 bit registers dynamically
Jan Kiszka
2009-10-05
1
-13
/
+42
*
gdbstub: fix coding style nit
Michael S. Tsirkin
2009-09-30
1
-1
/
+1
*
kvm: Simplify cpu_synchronize_state()
Avi Kivity
2009-08-27
1
-4
/
+4
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
gdbstub: x86: Support for setting segment registers
Jan Kiszka
2009-07-16
1
-17
/
+31
*
gdbstub: x86: Refactor register access
Jan Kiszka
2009-07-16
1
-73
/
+83
[next]