aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make buffer in dbg_mem_read largerHEADmasterXavier Del Campo Romero2020-11-031-1/+1
* Notify gdb stub whenever "break" is executedXavier Del Campo Romero2020-11-031-8/+27
* Merge branch 'breakpoints'Xavier Del Campo Romero2020-06-052-3/+62
|\
| * Fixed signal state for step packetsXavier Del Campo Romero2020-06-051-0/+2
| * Minor: moved "digits" to local scopeXavier Del Campo Romero2020-06-041-2/+1
| * Added support for Z0/z0 (aka breakpoint) commandsXavier Del Campo Romero2020-06-042-0/+58
| * pkt_buf made larger so register info fits on MIPS IXavier Del Campo Romero2020-06-041-1/+1
* | pkt_buf made larger so register info fits on MIPS IXavier Del Campo Romero2020-05-231-1/+1
|/
* Replaced DBG_CPU_I386_NUM_REGISTERS by DBG_CPU_NUM_REGISTERSXavier Del Campo Romero2020-05-232-9/+9
* Replaced NULL definition by the one provided by the standardXavier Del Campo Romero2020-05-231-4/+2
* Empty parameter lists are dangerous in CXavier Del Campo Romero2020-05-231-2/+2
* Added needed includes when DEBUG is usedXavier Del Campo Romero2020-05-231-1/+6
* Move smoketest to tests dirMatt Borgerson2019-12-173-3/+3
* Move demo files to demo dirMatt Borgerson2019-12-174-3/+3
* Reword portions of the README for clarityMatt Borgerson2019-12-171-12/+14
* Rename gdbstub_rsp.c to simply gdbstub.cMatt Borgerson2019-12-172-1/+1
* Add basic build and test CIMatt Borgerson2019-12-171-0/+22
* Add smoketest script based on demoMatt Borgerson2019-12-172-0/+31
* Rename x86 dir to arch_x86Matt Borgerson2019-12-174-2/+2
* Add a demo and instructions on how to run with QEMUMatt Borgerson2019-12-175-7/+123
* Report 'OK' on OOB register writesMatt Borgerson2019-12-171-9/+7
* Report signal number instead of vector numberMatt Borgerson2019-12-172-3/+8
* Define DEBUG=0 macro only when undefinedMatt Borgerson2019-12-171-0/+2
* Remove unconditional ASSERT deadloop in release buildMatt Borgerson2019-12-171-3/+2
* Define include guards for gdbstub_sys.hMatt Borgerson2019-12-171-1/+6
* Move x86-specific code to a subdirMatt Borgerson2019-12-174-13/+22
* Relicense under MITMatt Borgerson2019-12-179-425/+134
* Update READMEMatt Borgerson2019-12-171-6/+13
* Make inline assembly volatileMatt Borgerson2016-07-291-6/+6
* Specify void for functions with no argsMatt Borgerson2016-07-292-6/+6
* Add GDB stub codeMatt Borgerson2016-04-2010-0/+2084
* Initial commitMatt Borgerson2016-04-201-0/+0