index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdbstub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-22
target-xtensa: add FP registers
Max Filippov
1
-0
/
+8
2012-09-21
gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES
Aurelien Jarno
1
-54
/
+90
2012-07-27
target-or32: Add gdb stub support
Jia Liu
1
-0
/
+64
2012-06-04
make gdb_id() generally avialable and rename it to cpu_index()
Wen Congyang
1
-14
/
+5
2012-04-21
gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc
Peter Maydell
1
-2
/
+1
2012-03-24
gdbserver: Don't send a GDB syscall until the system CPU is stopped
Meador Inge
1
-15
/
+27
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-22
/
+22
2012-03-14
monitor: Avoid CPUState in read/write functions
Andreas Färber
1
-28
/
+28
2012-03-11
gdbstub: Do not kill target in system emulation mode
Jan Kiszka
1
-0
/
+2
2012-01-06
gdbstub: Fix fd leak in gdbserver_open() error path
Peter Maydell
1
-0
/
+2
2011-12-14
Fix spelling in comments, documentation and messages
Stefan Weil
1
-1
/
+1
2011-11-19
gdbstub: Fix memory leak
Stefan Weil
1
-6
/
+8
2011-10-26
target-sparc: Change fpr representation to doubles.
Richard Henderson
1
-11
/
+24
2011-10-10
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-13
/
+13
2011-10-06
Gdbstub: handle read of fpscr
Fabien Chouteau
1
-1
/
+1
2011-10-04
RunState: Rename enum values as generated by the QAPI
Luiz Capitulino
1
-13
/
+13
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-2
/
+2
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-15
/
+15
2011-09-10
Gdbstub: Fix back-trace on SPARC32
Fabien Chouteau
1
-3
/
+13
2011-09-10
target-xtensa: add gdb support
Max Filippov
1
-0
/
+96
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-2
/
+2
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-06-26
Remove exec-all.h include directives
Blue Swirl
1
-1
/
+1
2011-06-03
target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef
Aurelien Jarno
1
-4
/
+0
2011-05-20
s390x: Adjust GDB stub
Alexander Graf
1
-2
/
+6
2011-04-03
gdbstub: Catch and report more vmstop reasons
Jan Kiszka
1
-10
/
+39
2011-03-07
lm32: gdbstub support
Michael Walle
1
-0
/
+76
2011-02-14
Improve vm_stop reason declarations
Jan Kiszka
1
-9
/
+10
2011-01-16
gdbstub: Close connection in gdb_exit
Fabien Chouteau
1
-0
/
+6
2010-09-18
Use gcc warning flag -Wnested-externs
Blue Swirl
1
-1
/
+0
2010-07-03
remove exec-all.h inclusion from cpu.h
Paolo Bonzini
1
-0
/
+1
2010-06-16
GDB exit status for semihosting
Paul Brook
1
-14
/
+20
2010-05-09
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
1
-8
/
+8
2010-02-27
target-sh4: Fix gdb read/write register
takasi-y@ops.dti.ne.jp
1
-13
/
+14
2010-02-27
Fix to 'gdb detach' stub
Daniel Gutson
1
-0
/
+1
2010-02-23
target-alpha: Fix gdb access to fpcr and unique.
Richard Henderson
1
-34
/
+54
2010-02-20
cris: Add CRISv10 gdbstub support.
Edgar E. Iglesias
1
-0
/
+36
2010-01-14
target-m68k: fix a typo in 'P' packet processing
Kazu Hirata
1
-1
/
+1
2009-12-13
gdbstub: add MIPS16 support
Nathan Froyd
1
-3
/
+15
2009-12-05
S390 GDB stub
Alexander Graf
1
-0
/
+52
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-0
/
+6
2009-10-21
char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED
Amit Shah
1
-1
/
+1
2009-10-05
gdbstub: x86: Switch 64/32 bit registers dynamically
Jan Kiszka
1
-13
/
+42
2009-09-30
gdbstub: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-08-27
kvm: Simplify cpu_synchronize_state()
Avi Kivity
1
-4
/
+4
2009-07-27
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
1
-1
/
+1
[next]