summaryrefslogtreecommitdiff
path: root/tools/debugger
Commit message (Expand)AuthorAgeFilesLines
* tools: Use new xc function for some xc_domain_getinfo() callsAlejandro Vallejo2023-05-101-2/+3
* tools: Remove the use of K&R functionsAndrew Cooper2023-02-171-1/+1
* tools: Remove -Werror everywhere elseAnthony PERARD2022-10-142-2/+1
* tools/debugger/gdbsx: Fix and cleanup makefilesAnthony PERARD2022-10-143-36/+24
* tools/debugger: fix make distcleanJuergen Gross2022-01-121-1/+1
* tools/debugger: Allow make to recurse into debugger/Anthony PERARD2021-12-161-0/+8
* tools/debugger: Fix PAGE_SIZE redefinition errorCostin Lupu2021-07-093-20/+21
* tools/kdd: Use const whenever we point to literal stringsJulien Grall2021-04-061-5/+5
* tools/gdbsx: Use right path for privcmd on NetBSDManuel Bouyer2021-01-181-5/+5
* tools/gdbsx: drop stray recursion into tools/include/Jan Beulich2020-10-151-4/+1
* kdd: fix build againWei Liu2020-07-061-2/+2
* kdd: stop using [0] arrays to access packet contentsTim Deegan2020-06-262-4/+3
* Fix the KDD_LOG statements to use appropriate format specifier for printing u...Julian Tuminaro2019-12-011-6/+5
* kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (...julian.tuminaro@gmail.com2019-11-291-26/+366
* tools/debugger/kdd: Install as `xen-kdd', not just `kdd'Ian Jackson2018-10-151-2/+2
* gdbsx: Honour LDFLAGS when linkingIan Jackson2018-10-151-1/+1
* tools/kdd: work around gcc 8.1 bugWei Liu2018-08-201-5/+4
* tools/gdbsx: use inttypes.h instead of custom macrosMarek Marczykowski-Górecki2018-08-013-18/+12
* tools/gdbsx: fix 'g' packet response for 64bit guestsMarek Marczykowski-Górecki2018-08-013-22/+22
* tools/gdbsx: fix build with clang 3.8Wei Liu2018-07-241-0/+2
* tools/kdd: alternative way of muting spurious gcc warningMarek Marczykowski-Górecki2018-05-291-4/+1
* tools/kdd: mute spurious gcc warningMarek Marczykowski-Górecki2018-04-061-0/+3
* tools/gdbsx: fix -Wstringop-truncation warningMarek Marczykowski-Górecki2018-04-061-1/+1
* gdbsx: prefer privcmd character deviceDoug Goldstein2017-11-021-3/+5
* DEPS handling: Use DEPS_RM everywhereIan Jackson2017-09-071-1/+1
* Makefile: Fix uninstall targetPetre Pircalabu2017-07-282-0/+8
* x86: remove PVHv1 codeRoger Pau Monne2017-03-161-3/+1
* tools/kdd: don't use a pointer to an unaligned field.Tim Deegan2017-03-151-1/+3
* tools/kdd: Fix uninitialised variable warningAndrew Cooper2016-04-271-1/+1
* tools: Do not expose all builds to unstable hypercall APIs by defaultIan Campbell2016-02-041-0/+1
* kdd: build using WerrorIan Campbell2016-01-251-0/+1
* kdd: Opt in to libxc compat xc_map_foreign_* intefaces.Ian Campbell2016-01-251-0/+1
* Replace FSF street address with canonical URLIan Campbell2015-07-298-27/+9
* tools: replace private SBINDIR with automake sbindirOlaf Hering2015-05-212-4/+4
* tools: fix "make distclean"Wei Liu2015-01-274-0/+11
* gdbsx: remove cast from ioctlRoger Pau Monne2014-05-021-2/+2
* tools/debugger: append APPEND_LDFLAGS to link commandOlaf Hering2014-04-231-1/+1
* xg_main: If XEN_DOMCTL_gdbsx_guestmemio fails then force error.Don Slutz2014-01-151-4/+9
* xg_read_mem: Report on error.Don Slutz2014-01-151-2/+4
* gdbsx: Add Emacs local variables to source files.Don Slutz2014-01-081-0/+8
* pvh support for gdbsxMukesh Rathor2013-11-261-1/+3
* gdbsx: clear sockaddr before using itMatthew Daley2013-09-211-0/+1
* kdd: fix free of array-typed valueMatthew Daley2013-09-131-1/+0
* tools/debugger/kdd: Remove dependencies files during make cleanDaniel Kiper2013-05-081-1/+1
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* tools/gdbsx: fix build failure with glibc-2.17Olaf Hering2012-12-061-0/+1
* tools: drop ia64 supportIan Campbell2012-09-1219-19580/+0
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-221-1/+0
* tools: remove pattern matched linking rulesIan Campbell2011-03-311-24/+3
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-1/+1