search for: gdbstub

Displaying 20 results from an estimated 49 matches for "gdbstub".

2006 Sep 25
1
[PATCH] fix build of gdbstub.c
...withprefix include -Werror -Wno-pointer-arith -pipe -I/usr/src/packages/BUILD/xen-unstable/xen/include -I/usr/src/packages/BUILD/xen-unstable/xen/include/asm-x86/mach-generic -I/usr/src/packages/BUILD/xen-unstable/xen/include/asm-x86/mach-default -msoft-float -g -D__XEN__ -DVERBOSE -DCRASH_DEBUG -c gdbstub.c -o gdbstub.o gdbstub.c: In function ‘gdbstub_attach’: gdbstub.c:363: error: invalid storage class for function ‘gdbstub_console_puts’ gdbstub.c:367: error: ‘gdbstub_console_puts’ undeclared (first use in this function) gdbstub.c:367: error: (Each undeclared identifier is reported only once gdbstu...
2010 May 19
2
Can't get COM32 + GDB to work
...; and then "gdb hello.elf ; target remote:1234" but can't set any breakpoints that work. I"m using syslinux4 (pathbased from the repo). Can anyone verify that they can use qemu+com32+gdb with something as simple as com32/samples/hello.c32 ? Also, is it possible to use com32/gdbstub with qemu? (How would you connect to qemu's serial port)? Thanks a lot for your time. don
2009 Jun 05
1
[PATCHv3 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..1b...
2009 Jun 05
1
[PATCHv3 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..1b...
2008 May 21
7
Debugging the hypervisor
I am trying to debug the Xen hypervisor from a second computer over the serial port, but nothing seems to work. Using mercurial, I got xen-3.2-testing.hg. I followed the steps in crashdb.txt in the docs/misc/ folder: set debug=y in Config.mk, crash_debug=y in xen/Rules.mk I also added -fno-omit-frame-pointer to these file as well. I compiled with no errors and booted with minicom connected to
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
..../../MCONFIG for the much more comprehensible, include $(MAKEDIR)/com32.mk Signed-off-by: Matt Fleming <matt.fleming at linux.intel.com> --- Makefile | 3 ++- Makefile.private | 2 +- com32/cmenu/Makefile | 5 +++-- com32/gdbstub/Makefile | 3 ++- com32/gfxboot/Makefile | 3 ++- com32/gpllib/Makefile | 3 ++- com32/hdt/Makefile | 3 ++- com32/lib/Makefile | 5 +++-- com32/libutil/Makefile | 3 ++- com32/lua/src/Makefile...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
...ite hdt: Delete superfluous $(LIBS) prerequisites sysdump: Delete superfluous $(LIBS) prerequisite lua: Delete superfluous $(LIBS) prerequisite Makefile | 3 ++- Makefile.private | 2 +- com32/cmenu/Makefile | 5 +++-- com32/gdbstub/Makefile | 3 ++- com32/gfxboot/Makefile | 3 ++- com32/gpllib/Makefile | 3 ++- com32/hdt/Makefile | 6 +++--- com32/lib/Makefile | 5 +++-- com32/libutil/Makefile | 3 ++- com32/lua/src/Makefile...
2009 Jun 21
1
[PATCHv6 05/12] qemu/pci: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 0159bf7..145b3a9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..77...
2009 Jun 21
1
[PATCHv6 05/12] qemu/pci: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 0159bf7..145b3a9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..77...
2009 Jun 02
0
[PATCHv2 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..4d...
2009 Jun 02
0
[PATCHv2 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..4d...
2009 Jun 18
0
[PATCHv5 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 0159bf7..145b3a9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..a4...
2009 Jun 18
0
[PATCHv5 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 0159bf7..145b3a9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..a4...
2009 Jun 10
0
[PATCHv4 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 27de4b9..85d8a4a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..a4...
2009 Jun 10
0
[PATCHv4 05/13] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 27de4b9..85d8a4a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -494,7 +494,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..a4...
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
...;dom0_shadow", opt_dom0_shadow); -static char opt_dom0_ioports_disable[200] = ""; +static char __initdata opt_dom0_ioports_disable[200] = ""; string_param("dom0_ioports_disable", opt_dom0_ioports_disable); #if defined(__i386__) --- 2009-08-18.orig/xen/common/gdbstub.c 2009-08-17 11:37:45.000000000 +0200 +++ 2009-08-18/xen/common/gdbstub.c 2009-08-24 17:54:20.000000000 +0200 @@ -65,7 +65,7 @@ static atomic_t gdb_smp_paused_count; static void gdb_smp_pause(void); static void gdb_smp_resume(void); -static char opt_gdb[30]; +static char __initdata opt_gdb[30];...
2009 May 25
1
[PATCH 05/11] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..4d...
2009 May 25
1
[PATCH 05/11] qemu: MSI-X support functions
...ix.c create mode 100644 hw/msix.h diff --git a/Makefile.target b/Makefile.target index 664a1e3..87b2859 100644 --- a/Makefile.target +++ b/Makefile.target @@ -486,7 +486,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY OBJS=vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o msix.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly OBJS+=virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o diff --git a/hw/msix.c b/hw/msix.c new file mode 100644 index 0000000..4d...
2017 Oct 05
2
How do I debug com32 modules with GDB using DWARF format?
Hi list, I ran a syslinux drive on a QEMU machine with a gdbstub opened. I tried the simplest modules: the hello.c in com32/samples/ directory, which is compiled into hello.c32 in bios/com32/samples/. I already compiled the module with debug info attached via -g option added to CFLAGS in the Makefile. However, the problem is that the generated module is a share...
2009 Jan 31
2
Re: Debugging Xen via serial console
...tup serial access for kdb. Thanks, Mukesh > > Hi Dan, > > I''m currently using your version of ssplitd as it is. I haven''t tried > kdb. For some reason I thought that was for debugging guest domains. > I''ll look into it. As for resurrecting the gdbstub, I''m *NOT* familiar > enough > with it to try it myself. I do have a few people here who might be though. > I''ll post something if we get it working. > > Thanks, > > John > > Dan Doucette wrote: >> Hi John, >> >> The patches...