aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-41/+42
* Fix gdbserver-xen support on older kernels.Keir Fraser2010-03-251-0/+7
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-4/+23
* libxc: xc_ptrace cleanupKeir Fraser2009-02-201-220/+19
* libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-061-3/+2
* x86: Enable MTF for HVM guest single step in gdbKeir Fraser2008-12-161-12/+29
* xc_ptrace: Allow gdbserver to connect to a guest before APs areKeir Fraser2008-10-021-5/+4
* Compilation fix for x86_64 caused by 17880:d3a87899985d.Keir Fraser2008-06-201-2/+2
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-14/+14
* xc ptrace: Fix a couple of bugs in page-table walking.Keir Fraser2007-12-061-15/+2
* libxc: Add xc_domain_setdebugging in xenctrl APIAlex Williamson2007-06-261-8/+2
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-4/+4
* Fix xc_ptrace() for PAE.kfraser@localhost.localdomain2007-01-121-9/+7
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-14/+15
* [SOLARIS] Don't build ptrace code on Solaris.kfraser@localhost.localdomain2006-10-171-2/+0
* [LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.kaf24@firebug.cl.cam.ac.uk2006-10-051-6/+3
* Fix tools build with latest glibc, which has ankfraser@localhost.localdomain2006-09-231-8/+3
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-41/+42
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-9/+9
* [PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values.kaf24@firebug.cl.cam.ac.uk2006-06-021-4/+7
* [PTRACE] Fix ptrace for hvm guests.kaf24@firebug.cl.cam.ac.uk2006-05-241-27/+34
* Fix a crash in gdbserver-xen where it references unmapped memory ifkaf24@firebug.cl.cam.ac.uk2006-05-191-70/+58
* Fix 64-bit build. xc_ptrace() is still broken for x86/64 however.kaf24@firebug.cl.cam.ac.uk2006-05-141-1/+1
* Fix an out-of-bounds memory access in xc_ptrace.c.kaf24@firebug.cl.cam.ac.uk2006-05-121-0/+5
* Re-enables ptrace for paravirtualized guests.kaf24@firebug.cl.cam.ac.uk2006-05-121-31/+41
* Fix a typo in xc_ptrace() and fix single-stepping when attachedkaf24@firebug.cl.cam.ac.uk2006-05-111-6/+6
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-49/+49
* Enable the setting and trapping of breakpoints for hvm guest.kaf24@firebug.cl.cam.ac.uk2006-03-311-2/+8
* More fixes to gdbserver for HVM guest debugging. Also fixkaf24@firebug.cl.cam.ac.uk2006-03-301-90/+131
* Fix 64-bit HVM guest debug via gdbserver:kaf24@firebug.cl.cam.ac.uk2006-03-261-6/+62
* The current ptrace code is traversing the page table structures tokaf24@firebug.cl.cam.ac.uk2006-03-211-26/+30
* Simplify ptrace_names array declaration.kaf24@firebug.cl.cam.ac.uk2006-03-061-1/+1
* Fix build with some gcc versions.kaf24@firebug.cl.cam.ac.uk2006-03-061-1/+30
* Consolidate xc_ptrace and xc_ptrace_corekaf24@firebug.cl.cam.ac.uk2006-03-061-43/+48
* libxc: xc_ptrace cleanupskaf24@firebug.cl.cam.ac.uk2006-03-061-89/+91
* Big merge the HVM full-virtualisation abstractions.kaf24@firebug.cl.cam.ac.uk2006-01-311-2/+2
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-7/+6
* Add debugging flag for domains to make domu debugging a run-time optionkaf24@firebug.cl.cam.ac.uk2005-12-151-6/+16
* Add MP debug support to gdbserver.kaf24@firebug.cl.cam.ac.uk2005-12-151-185/+192
* Make it possible to run valgrind on code linked with the libxc libraries.emellor@leeni.uk.xensource.com2005-11-221-2/+2
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-2/+2
* Fix xc_ptrace (live debug, not coredump debug) for 32-bit pae.kaf24@firebug.cl.cam.ac.uk2005-09-191-75/+155
* Re-indent libxc to avoid hard tabs. Also, fix the PAEkaf24@firebug.cl.cam.ac.uk2005-09-191-198/+204
* make needlessly global functions static and use NULL instead of 0 for pointervh249@arcadians.cl.cam.ac.uk2005-08-121-1/+1
* Really enable gdbserver for real mode code.kaf24@firebug.cl.cam.ac.uk2005-07-251-1/+1
* bitkeeper revision 1.1751 (42bbe480z9Fp_L5Tc500W8c8CL3g9A)kaf24@firebug.cl.cam.ac.uk2005-06-241-2/+2
* bitkeeper revision 1.1741 (42ba8952xTiiA50azru9j4tKvXIVDA)arun.sharma@intel.com[kaf24]2005-06-231-1/+10
* bitkeeper revision 1.1603 (429c25daAxv8CzKG49dW0khs2wyBew)cl349@firebug.cl.cam.ac.uk2005-05-311-2/+1
* bitkeeper revision 1.1389.1.49 (4283701cNLgzy29rE9Sw2-Jbp4DdZA)kaf24@firebug.cl.cam.ac.uk2005-05-121-4/+4
* bitkeeper revision 1.1389.15.13 (42821f23dLMLc5Ql8Y-rUwoatYBI6g)cl349@firebug.cl.cam.ac.uk[cl349]2005-05-111-8/+3