aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/gdbstub.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
| | | | | | | The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
* gdbstub: Various fixes.Keir Fraser2007-12-271-56/+19
| | | | | | | | | Highlights: - Removed panics and smp stop calls in favour of an smp pause mechanism. - Added x86_64 register mapping for gdb serial protocol support. Signed-off-by: Dan Doucette <doucette.daniel@gmail.com>
* Fix gdb debugging of hypervisor.Keir Fraser2007-12-121-4/+6
| | | | | | | | | | | | | This patch: * enables the gdbstubs to properly access hypervisor memory; * prevents an assertion failure in __spurious_page_fault's call to map_domain_page if such accesses fail, by testing in_irq(); * prints some additional helpful messages; * fixes the endianness of register transfers from the gdbstubs so that gdb is much less confused. * fixes the documentation in docs/misc/crashdb.txt Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* xen/x86: Tweak #PF handler. Simplify gdbstub copy to/from guest.kfraser@localhost.localdomain2007-03-131-25/+3
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Fix 64-bit build with crash_debug enabled.kaf24@firebug.cl.cam.ac.uk2006-01-141-4/+4
| | | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Rename cdb to gdbstub and split it into arch dependent/neutral part.kaf24@firebug.cl.cam.ac.uk2006-01-141-0/+146
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>