~vcs-imports/qemu/git

  • Committer: aurel32
  • Date: 2008-12-18 22:44:13 UTC
  • Revision ID: git-v1:ca587a8ebdb4bfb30d3080ea5721882209911670
User-mode GDB stub improvements - handle signals

Handle signals in the user-mode GDB stub.  Report them to GDB, and
allow it to change or cancel them.  Also correct the protocol numbering;
it happens to match Linux numbering for SIGINT and SIGTRAP, but that's
just good fortune.

Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6096 c046a42c-6fe2-441c-8c8c-71466251a162
Filename Latest Rev Last Changed Committer Comment Size
..
audio 1121 19 years ago bellard audio merge (malc) git-svn-id: svn://svn.savanna Diff
bsd-user 5533 15 years ago blueswir1 Preliminary BSD user emulator support git-svn-id: Diff
darwin-user 2323 17 years ago ths Darwin userspace emulation, by Pierre d'Herbemont. Diff
fpu 1327 19 years ago bellard soft float support git-svn-id: svn://svn.savanna Diff
gdb-xml 5448 15 years ago pbrook Add GDB XML register description support. Signed- Diff
hw 342 20 years ago bellard Hardware level VGA emulation (only text mode is te Diff
keymaps 1168 19 years ago bellard keymaps support (initial patch by Johannes Schinde Diff
linux-user 2 21 years ago bellard This commit was generated by cvs2svn to compensate Diff
pc-bios 398 20 years ago bellard bios binary images git-svn-id: svn://svn.savanna Diff
slirp 730 20 years ago bellard initial user mode network support git-svn-id: sv Diff
target-alpha 2587 17 years ago j_mayer Alpha architecture emulation core. git-svn-id: s Diff
target-arm 383 20 years ago bellard new directory structure git-svn-id: svn://svn.sa Diff
target-cris 3346 16 years ago ths CRIS disassembler, originally from binutils, by Ed Diff
target-i386 383 20 years ago bellard new directory structure git-svn-id: svn://svn.sa Diff
target-m68k 2187 17 years ago pbrook ColdFire target. git-svn-id: svn://svn.savannah. Diff
target-mips 1458 18 years ago bellard MIPS target (Jocelyn Mayer) git-svn-id: svn://sv Diff
target-ppc 470 20 years ago bellard PowerPC support (Jocelyn Mayer) git-svn-id: svn: Diff
target-sh4 1854 18 years ago bellard sh4 target (Samuel Tardieu) git-svn-id: svn://sv Diff
target-sparc 384 20 years ago bellard sparc emulation target (thanx to Thomas M. Ogriseg Diff
tcg 3932 16 years ago bellard TCG code generator git-svn-id: svn://svn.savanna Diff
tests 9 21 years ago bellard i386 emulator test git-svn-id: svn://svn.savanna Diff
.gitignore 6068 15 years ago aliguori Update VGA BIOS Now built from the kernel.org git 345 bytes Diff Download File
a.out.h 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 13.6 KB Diff Download File
aes.c 3816 16 years ago ths Fix miscellaneous minor things, by Andre Przywara. 59.8 KB Diff Download File
aes.h 1032 19 years ago bellard AES crypto support git-svn-id: svn://svn.savanna 717 bytes Diff Download File
aio.c 5459 15 years ago aliguori Make sure to initialize fd_sets in aio.c This was 4.9 KB Diff Download File
alpha-dis.c 3163 16 years ago ths find -type f | xargs sed -i 's/[\t ]$//g' # on mos 80.4 KB Diff Download File
alpha.ld 108 21 years ago bellard alpha support git-svn-id: svn://svn.savannah.non 4 KB Diff Download File
arm-dis.c 3555 16 years ago pbrook Update ARM disassembler. git-svn-id: svn://svn.s 157 KB Diff Download File
arm-semi.c 4803 15 years ago ths Add missing return in arm-semi, by Laurent Desnogu 14.1 KB Diff Download File
arm.ld 4856 15 years ago blueswir1 Link ARM prologue closer to code segment to avoid 4.7 KB Diff Download File
balloon.h 5864 15 years ago aliguori Add missing file from previous commit. Signed-off 537 bytes Diff Download File
block-bochs.c 3568 16 years ago pbrook Split block API from vl.h. Remove QEMU_TOOL. Repla 7 KB Diff Download File
block-cloop.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 4.8 KB Diff Download File
block-cow.c 3568 16 years ago pbrook Split block API from vl.h. Remove QEMU_TOOL. Repla 7.7 KB Diff Download File
block-dmg.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 8.1 KB Diff Download File
block-nbd.c 5018 15 years ago aliguori Remove unnecessary #includes from block-nbd.c Sig 4.6 KB Diff Download File
block-parallels.c 3568 16 years ago pbrook Split block API from vl.h. Remove QEMU_TOOL. Repla 4.6 KB Diff Download File
block-qcow.c 4662 16 years ago ths Remove dead-code (else-block) from block-qcow.c, b 27.9 KB Diff Download File
block-qcow2.c 5868 15 years ago aliguori Use writeback caching by default with qcow2 qcow2 80.9 KB Diff Download File
block-raw-posix.c 5985 15 years ago aliguori Replace posix-aio with custom thread pool glibc i 30.8 KB Diff Download File
block-raw-win32.c 5474 15 years ago aliguori Expand cache= option and use write-through caching 13.4 KB Diff Download File
block-vmdk.c 5556 15 years ago aliguori fix off-by-one generating vmdk backing files (Avi 25.3 KB Diff Download File
block-vpc.c 3806 16 years ago ths Fix char* signedness, by Andre Przywara. git-svn 6.3 KB Diff Download File
block-vvfat.c 6012 15 years ago blueswir1 Use a hex value instead of possibly ambiguous 8 bi 79.4 KB Diff Download File
block.c 5877 15 years ago blueswir1 Attached patch contains warning fixes. Signed-off 39.7 KB Diff Download File
block.h 5868 15 years ago aliguori Use writeback caching by default with qcow2 qcow2 6.7 KB Diff Download File
block_int.h 5639 15 years ago aliguori Use an option rom instead of boot sector for -kern 5.6 KB Diff Download File
bswap.h 5875 15 years ago blueswir1 Attached patch makes NetBSD use the native bswap f 4.6 KB Diff Download File
bt-host.c 5628 15 years ago aurel32 Win32: Fix warnings Attached patch fixes some war 5.3 KB Diff Download File
bt-vhci.c 5354 15 years ago balrog Disable bluetooth proxy compilation on win32. gi 4.5 KB Diff Download File
buffered_file.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 5.7 KB Diff Download File
buffered_file.h 5464 15 years ago aliguori Introduce a buffered file wrapper for QEMUFile Th 916 bytes Diff Download File
cache-utils.c 5970 15 years ago malc Add lost semicolons git-svn-id: svn://svn.savanna 1.5 KB Diff Download File
cache-utils.h 5962 15 years ago malc Introduce and use cache-utils.[ch] Thanks to Segh 1.1 KB Diff Download File
Changelog 4686 16 years ago malc Update git-svn-id: svn://svn.savannah.nongnu.org 15.8 KB Diff Download File
cocoa.m 4025 16 years ago aurel32 Let the USB tablet reach the far bottom and right 36.4 KB Diff Download File
File configure 6061 15 years ago malc Do not rely on BSD style echo (which accepts -n op 46.2 KB Diff Download File
console.c 5778 15 years ago aliguori Introduce accessors for DisplayState (Stefano Stab 38.1 KB Diff Download File
console.h 5778 15 years ago aliguori Introduce accessors for DisplayState (Stefano Stab 6.7 KB Diff Download File
COPYING 5457 15 years ago aurel32 COPYING: update from FSF Signed-off-by: Aurelien 17.5 KB Diff Download File
COPYING.LIB 179 21 years ago bellard update git-svn-id: svn://svn.savannah.nongnu.org 25.8 KB Diff Download File
cpu-all.h 5965 15 years ago malc Fix warnings introduced in r5948 git-svn-id: svn: 28.4 KB Diff Download File
cpu-defs.h 5797 15 years ago pbrook Fix comment typo. git-svn-id: svn://svn.savannah 8.8 KB Diff Download File
cpu-exec.c 5997 15 years ago aurel32 target-i386: SVM: acknowledge interrupt only after 51.1 KB Diff Download File
cris-dis.c 4342 16 years ago edgar_igl Teach the CRIS disassembler to stay within the pro 80.6 KB Diff Download File
curses.c 5298 15 years ago balrog Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSO 9.5 KB Diff Download File
curses_keys.h 5548 15 years ago balrog Control + i and [tab] share keycode in curses, sim 12.4 KB Diff Download File
cutils.c 5971 15 years ago blueswir1 Rename fls to qemu_fls Fix compiler warning on OS 2.6 KB Diff Download File
d3des.c 5540 15 years ago blueswir1 Ansify to please sparse git-svn-id: svn://svn.sav 15 KB Diff Download File
d3des.h 3131 16 years ago ths Actually add d3des implementation files. git-svn 1.5 KB Diff Download File
def-helper.h 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 6.5 KB Diff Download File
device_tree.c 6053 15 years ago aurel32 Implement device tree support needed for Bamboo em 2.7 KB Diff Download File
device_tree.h 6053 15 years ago aurel32 Implement device tree support needed for Bamboo em 947 bytes Diff Download File
dis-asm.h 5033 15 years ago blueswir1 Fix OpenBSD linker warnings git-svn-id: svn://svn 18.3 KB Diff Download File
disas.c 5500 15 years ago pbrook Update old fashioned function prototypes. Signed- 10.4 KB Diff Download File
disas.h 5499 15 years ago pbrook * Use function pointers for symbol lookup (current 966 bytes Diff Download File
dyngen-exec.h 5912 15 years ago aurel32 Remove FORCE_RET() and RETURN() Signed-off-by: Au 6 KB Diff Download File
elf.h 5162 15 years ago blueswir1 Fix most warnings that would be caused by gcc flag 42 KB Diff Download File
elf_ops.h 5502 15 years ago pbrook Use load address when loading ELF images. Signed- 7.5 KB Diff Download File
exec-all.h 5911 15 years ago aurel32 Some cleanups after dyngen removal this patch 13 KB Diff Download File
exec.c 5950 15 years ago aliguori KVM: Coalesced MMIO support MMIO exits are more e 102 KB Diff Download File
feature_to_c.sh 5528 15 years ago blueswir1 Fix undeclared symbol warnings from sparse git-sv 2.1 KB Diff Download File
gdbstub.c 6085 15 years ago aurel32 User-mode GDB stub improvements - handle signals 57.3 KB Diff Download File
gdbstub.h 6085 15 years ago aurel32 User-mode GDB stub improvements - handle signals 936 bytes Diff Download File
gen-icount.h 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 1.5 KB Diff Download File
host-utils.c 3526 16 years ago j_mayer Code used by the linux-user targets should not use 2.7 KB Diff Download File
host-utils.h 5697 15 years ago balrog Include <strings.h> for ffs(). ffs() is in <strin 5.5 KB Diff Download File
hostregs_helper.h 5925 15 years ago aurel32 Some cleanups after dyngen removal 1. hostregs_he 2.1 KB Diff Download File
hpet.h 3162 16 years ago ths Add a local copy of hpet.h. git-svn-id: svn://sv 618 bytes Diff Download File
hppa-dis.c 4188 16 years ago aurel32 HPPA (PA-RISC) host support (Stuart Brady) git- 100 KB Diff Download File
hppa.ld 4188 16 years ago aurel32 HPPA (PA-RISC) host support (Stuart Brady) git- 8.1 KB Diff Download File
i386-dis.c 5387 15 years ago blueswir1 Make some i386 disassembler tables const git-svn- 97.7 KB Diff Download File
i386.ld 4625 16 years ago pbrook Add TLS sections. git-svn-id: svn://svn.savannah 4.5 KB Diff Download File
ia64.ld 1355 19 years ago bellard ia64 host support (David Mosberger) git-svn-id: 8.3 KB Diff Download File
keymaps.c 5385 15 years ago blueswir1 Make keysym tables const git-svn-id: svn://svn.sa 5.5 KB Diff Download File
kqemu.c 4687 16 years ago malc Fix error reporting under Win32 (CreateFile does n 28.3 KB Diff Download File
kqemu.h 4617 16 years ago bellard kqemu API change - allow use of kqemu with 32 bit 5.2 KB Diff Download File
kvm-all.c 6075 15 years ago aurel32 KVM: Silence unused s warning Move s under #ifdef 16.4 KB Diff Download File
kvm.h 6049 15 years ago aliguori kvm: sync vcpu state during initialization (Hollis 1.7 KB Diff Download File
libfdt_env.h 6053 15 years ago aurel32 Implement device tree support needed for Bamboo em 1.2 KB Diff Download File
LICENSE 6009 15 years ago blueswir1 Add missing newline at the end of file git-svn-id 637 bytes Diff Download File
loader.c 5754 15 years ago aliguori uImage: only try to load 'kernel' images (Hollis B 13.5 KB Diff Download File
m68k-dis.c 5824 15 years ago aurel32 Spelling and grammar fixes Minor fixes of spellin 211 KB Diff Download File
m68k-semi.c 3664 16 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 12.2 KB Diff Download File
m68k.ld 355 20 years ago bellard m68k host port (Richard Zidlicky) git-svn-id: sv 5.9 KB Diff Download File
MAINTAINERS 5077 15 years ago j_mayer Update maintainers list. git-svn-id: svn://svn.s 2.1 KB Diff Download File
Makefile 6056 15 years ago aurel32 target-ppc: IBM PowerPC 440EP Bamboo reference boa 9.4 KB Diff Download File
Makefile.target 6071 15 years ago aliguori Fix the build for non-x86/ppc targets Since pci.c 18.6 KB Diff Download File
migration-exec.c 5702 15 years ago aliguori Fix brown-paper-bag bugs from live-migration patch 3.1 KB Diff Download File
migration-tcp.c 5702 15 years ago aliguori Fix brown-paper-bag bugs from live-migration patch 4.8 KB Diff Download File
migration.c 5683 15 years ago aliguori Reintroduce migrate-to-exec: support (Charles Duff 6 KB Diff Download File
migration.h 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 2.2 KB Diff Download File
mips-dis.c 5162 15 years ago blueswir1 Fix most warnings that would be caused by gcc flag 205 KB Diff Download File
mips.ld 2762 17 years ago ths Linker scripts for MIPS hosts. git-svn-id: svn:/ 8.4 KB Diff Download File
mipsel.ld 2762 17 years ago ths Linker scripts for MIPS hosts. git-svn-id: svn:/ 8.4 KB Diff Download File
monitor.c 6083 15 years ago aurel32 new monitor func status Attached is a small patch 75.5 KB Diff Download File
nbd.c 5763 15 years ago blueswir1 Use qemu_isfoobar and qemu_towombat versions, base 13.9 KB Diff Download File
nbd.h 5175 15 years ago aliguori qemu-nbd: remove useless parameter from nbd_negoti 1.9 KB Diff Download File
net-checksum.c 4960 15 years ago aliguori Add IP checksumming functions to qemu (Gerd Hoffma 2.2 KB Diff Download File
net.c 6082 15 years ago aurel32 consolidate definition for tap script and smb supp 41.8 KB Diff Download File
net.h 6082 15 years ago aurel32 consolidate definition for tap script and smb supp 2.7 KB Diff Download File
osdep.c 5972 15 years ago blueswir1 Remove redundant #ifdef _BSD since _BSD if alread 8.1 KB Diff Download File
osdep.h 5831 15 years ago balrog Fix a typo preventing GNUC builtins usage. git-s 1.9 KB Diff Download File
pci-ids.txt 6065 15 years ago aliguori This should have been added in Gerd's previous com 857 bytes Diff Download File
posix-aio-compat.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 4.5 KB Diff Download File
posix-aio-compat.h 5985 15 years ago aliguori Replace posix-aio with custom thread pool glibc i 1.1 KB Diff Download File
ppc-dis.c 3163 16 years ago ths find -type f | xargs sed -i 's/[\t ]$//g' # on mos 129 KB Diff Download File
ppc.ld 2724 17 years ago ths Update ppc.ld to work with newer binutils. git-s 8.6 KB Diff Download File
ppc64.ld 5024 15 years ago malc Correct version of Heikki Lindholms ppc64.ld scrip 8.2 KB Diff Download File
qemu-aio.h 5286 15 years ago aliguori Refactor AIO to allow multiple AIO implementations 1.4 KB Diff Download File
qemu-binfmt-conf.sh 3274 16 years ago ths Code provision for n32/n64 mips userland emulation 3.9 KB Diff Download File
qemu-char.c 5822 15 years ago aurel32 Fix warning from sparse Remove unnecessary declar 54.7 KB Diff Download File
qemu-char.h 5568 15 years ago aliguori Move some declarations around in the QEMU CharDriv 3 KB Diff Download File
qemu-common.h 5971 15 years ago blueswir1 Rename fls to qemu_fls Fix compiler warning on OS 4.9 KB Diff Download File
qemu-doc.texi 6028 15 years ago balrog Add ARM board names still missing from qemu-doc. 98.6 KB Diff Download File
qemu-img.c 5828 15 years ago aurel32 qemu-img: open files with cache=writeback Data in 21.8 KB Diff Download File
qemu-img.texi 4661 16 years ago ths New qemu-img convert -B option, by Marc Bevand. 4.4 KB Diff Download File
qemu-lock.h 5720 15 years ago malc AIX's assembler does not support local labels, use 6 KB Diff Download File
qemu-log.h 5104 15 years ago blueswir1 Fix some warnings that would be generated by gcc - 90 bytes Diff Download File
qemu-malloc.c 5642 15 years ago balrog Add qemu_strndup: qemu_strdup with length limit. 1.9 KB Diff Download File
qemu-nbd.c 5528 15 years ago blueswir1 Fix undeclared symbol warnings from sparse git-sv 13 KB Diff Download File
qemu-nbd.texi 5290 15 years ago aliguori Fix formatting of documentation (Stefan Weil) Fix 1.5 KB Diff Download File
qemu-sockets.c 5763 15 years ago blueswir1 Use qemu_isfoobar and qemu_towombat versions, base 11.8 KB Diff Download File
qemu-tech.texi 5442 15 years ago blueswir1 Update (thanks to Edgar, Thiemo, malc, Paul, Laure 22 KB Diff Download File
qemu-timer.h 3664 16 years ago pbrook Break up vl.h. git-svn-id: svn://svn.savannah.no 1.5 KB Diff Download File
qemu-tool.c 5823 15 years ago aurel32 Fix warning from sparse (wrong declaration) Fix d 1.3 KB Diff Download File
qemu_socket.h 5684 15 years ago aliguori sockets: helper functions for qemu (Gerd Hoffman) 1.3 KB Diff Download File
readline.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 12.4 KB Diff Download File
README 6009 15 years ago blueswir1 Add missing newline at the end of file git-svn-id 59 bytes Diff Download File
s390-dis.c 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 90.3 KB Diff Download File
s390.ld 5989 15 years ago blueswir1 Remove unnecessary trailing newlines git-svn-id: 7 KB Diff Download File
savevm.c 5974 15 years ago aliguori Fix handling of disk-only snapshots (Kevin Wolf) 30.7 KB Diff Download File
sdl.c 5045 15 years ago aliguori add DisplayState->idle (Samuel Thibault) Add idle 20 KB Diff Download File
sdl_keysym.h 5385 15 years ago blueswir1 Make keysym tables const git-svn-id: svn://svn.sa 8.5 KB Diff Download File
sh4-dis.c 5195 15 years ago blueswir1 Fix warnings that would be caused by gcc flag -Wwr 83.1 KB Diff Download File
softmmu-semi.h 5264 15 years ago blueswir1 Suppress gcc 4.x -Wpointer-sign (included in -Wall 1.9 KB Diff Download File
softmmu_defs.h 5104 15 years ago blueswir1 Fix some warnings that would be generated by gcc - 1 KB Diff Download File
softmmu_exec.h 5104 15 years ago blueswir1 Fix some warnings that would be generated by gcc - 2.3 KB Diff Download File
softmmu_header.h 5104 15 years ago blueswir1 Fix some warnings that would be generated by gcc - 9.4 KB Diff Download File
softmmu_template.h 5728 15 years ago aliguori Set mem_io_vaddr on io_read (Jan Kiszka) Analogou 12 KB Diff Download File
sparc-dis.c 5532 15 years ago blueswir1 Update from binutils 2.17 git-svn-id: svn://svn.s 171 KB Diff Download File
sparc.ld 3328 16 years ago blueswir1 More detabification git-svn-id: svn://svn.savan 4.2 KB Diff Download File
sparc64.ld 4940 15 years ago blueswir1 Map code buffers below 2G on Sparc64 git-svn-id: 4.6 KB Diff Download File
sys-queue.h 6010 15 years ago blueswir1 Remove CRs git-svn-id: svn://svn.savannah.nongnu. 16.8 KB Diff Download File
sysemu.h 5859 15 years ago aliguori Add virtio-blk support Virtio-blk is a paravirtua 5.7 KB Diff Download File
tap-win32.c 5628 15 years ago aurel32 Win32: Fix warnings Attached patch fixes some war 19.8 KB Diff Download File
File texi2pod.pl 3953 16 years ago ths Update texi2pod.pl. git-svn-id: svn://svn.savann 11.9 KB Diff Download File
thunk.c 5414 15 years ago blueswir1 Make bitmask tables static const git-svn-id: svn: 8.2 KB Diff Download File
thunk.h 5414 15 years ago blueswir1 Make bitmask tables static const git-svn-id: svn: 4.2 KB Diff Download File
TODO 5855 15 years ago malc Update git-svn-id: svn://svn.savannah.nongnu.org/ 1.1 KB Diff Download File
translate-all.c 5925 15 years ago aurel32 Some cleanups after dyngen removal 1. hostregs_he 5.1 KB Diff Download File
uboot_image.h 2462 17 years ago pbrook Simple u-boot image loading support. git-svn-id: 5.9 KB Diff Download File
usb-bsd.c 5877 15 years ago blueswir1 Attached patch contains warning fixes. Signed-off 16.5 KB Diff Download File
usb-linux.c 5769 15 years ago blueswir1 Native BSD host USB support (Juergen Lock, Lonnie 44.3 KB Diff Download File
usb-stub.c 5783 15 years ago blueswir1 Fix usb-stub compilation git-svn-id: svn://svn.sa 1.8 KB Diff Download File
VERSION 3882 16 years ago bellard version change git-svn-id: svn://svn.savannah.no 5 bytes Diff Download File
vgafont.h 5161 15 years ago aurel32 Some little fixes on QEMU - some vectors can be d 93.3 KB Diff Download File
vl.c 6082 15 years ago aurel32 consolidate definition for tap script and smb supp 146 KB Diff Download File
vnc.c 5999 15 years ago aurel32 vnc: Fix crash on 'info vnc' after 'change vnc non 67.3 KB Diff Download File
vnc_keysym.h 5385 15 years ago blueswir1 Make keysym tables const git-svn-id: svn://svn.sa 10.1 KB Diff Download File
vnchextile.h 5778 15 years ago aliguori Introduce accessors for DisplayState (Stefano Stab 4.4 KB Diff Download File
x86_64.ld 1198 19 years ago bellard update git-svn-id: svn://svn.savannah.nongnu.org 6.4 KB Diff Download File
x_keymap.c 3673 16 years ago pbrook Add statics and missing #includes for prototypes. 3.8 KB Diff Download File