aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* fix gdbstub build c/s c8177e691fAndrew Cooper2013-08-271-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-4/+7
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-1/+1
* gdbstub: Remove noisy message on every gdbstub entry.Keir Fraser2009-08-161-4/+0
* gdbstub: Fix the build and make a few cleanups.Keir Fraser2009-08-131-8/+7
* gdbstub: Small fixes.Keir Fraser2009-08-121-1/+23
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-1/+1
* Check the existence of serial port before usingKeir Fraser2008-09-121-3/+12
* gdbstub: Various fixes.Keir Fraser2007-12-271-26/+129
* Fix gdb debugging of hypervisor.Keir Fraser2007-12-121-3/+16
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-121-1/+1
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-1/+1
* More 'const' cleanups (and fixes, for Solaris).kaf24@firebug.cl.cam.ac.uk2006-12-231-1/+1
* [POWERPC][XEN] Fix gdbstub build break.Hollis Blanchard2006-12-121-0/+1
* [XEN] gdbstub return value is used to determine whether or notkfraser@localhost.localdomain2006-09-271-16/+10
* Remove static forward declaration in gdbstub code.kaf24@firebug.cl.cam.ac.uk2006-09-261-1/+2
* Use GDB 'O' packets for console output if the serial line is sharedkfraser@localhost.localdomain2006-09-231-10/+42
* Reduce spin-waiting in Xen serial driver:kaf24@firebug.cl.cam.ac.uk2006-03-231-0/+1
* Upgrade all hypercalls to use the new guest_handle interface (on the Xen side).kaf24@firebug.cl.cam.ac.uk2006-03-071-1/+0
* Fix additional gdbstub issues.kaf24@firebug.cl.cam.ac.uk2006-03-061-9/+11
* Fix up some issues I found when porting PPC to the new common gdb stub code:kaf24@firebug.cl.cam.ac.uk2006-03-031-27/+7
* Rename cdb to gdbstub and split it into arch dependent/neutral part.kaf24@firebug.cl.cam.ac.uk2006-01-141-0/+593