| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make buffer in dbg_mem_read largerHEADmaster | Xavier Del Campo Romero | 2020-11-03 | 1 | -1/+1 |
| * | Notify gdb stub whenever "break" is executed | Xavier Del Campo Romero | 2020-11-03 | 1 | -8/+27 |
| * | Merge branch 'breakpoints' | Xavier Del Campo Romero | 2020-06-05 | 2 | -3/+62 |
| |\ | |||||
| | * | Fixed signal state for step packets | Xavier Del Campo Romero | 2020-06-05 | 1 | -0/+2 |
| | * | Minor: moved "digits" to local scope | Xavier Del Campo Romero | 2020-06-04 | 1 | -2/+1 |
| | * | Added support for Z0/z0 (aka breakpoint) commands | Xavier Del Campo Romero | 2020-06-04 | 2 | -0/+58 |
| | * | pkt_buf made larger so register info fits on MIPS I | Xavier Del Campo Romero | 2020-06-04 | 1 | -1/+1 |
| * | | pkt_buf made larger so register info fits on MIPS I | Xavier Del Campo Romero | 2020-05-23 | 1 | -1/+1 |
| |/ | |||||
| * | Replaced DBG_CPU_I386_NUM_REGISTERS by DBG_CPU_NUM_REGISTERS | Xavier Del Campo Romero | 2020-05-23 | 2 | -9/+9 |
| * | Replaced NULL definition by the one provided by the standard | Xavier Del Campo Romero | 2020-05-23 | 1 | -4/+2 |
| * | Empty parameter lists are dangerous in C | Xavier Del Campo Romero | 2020-05-23 | 1 | -2/+2 |
| * | Added needed includes when DEBUG is used | Xavier Del Campo Romero | 2020-05-23 | 1 | -1/+6 |
| * | Move smoketest to tests dir | Matt Borgerson | 2019-12-17 | 3 | -3/+3 |
| * | Move demo files to demo dir | Matt Borgerson | 2019-12-17 | 4 | -3/+3 |
| * | Reword portions of the README for clarity | Matt Borgerson | 2019-12-17 | 1 | -12/+14 |
| * | Rename gdbstub_rsp.c to simply gdbstub.c | Matt Borgerson | 2019-12-17 | 2 | -1/+1 |
| * | Add basic build and test CI | Matt Borgerson | 2019-12-17 | 1 | -0/+22 |
| * | Add smoketest script based on demo | Matt Borgerson | 2019-12-17 | 2 | -0/+31 |
| * | Rename x86 dir to arch_x86 | Matt Borgerson | 2019-12-17 | 4 | -2/+2 |
| * | Add a demo and instructions on how to run with QEMU | Matt Borgerson | 2019-12-17 | 5 | -7/+123 |
| * | Report 'OK' on OOB register writes | Matt Borgerson | 2019-12-17 | 1 | -9/+7 |
| * | Report signal number instead of vector number | Matt Borgerson | 2019-12-17 | 2 | -3/+8 |
| * | Define DEBUG=0 macro only when undefined | Matt Borgerson | 2019-12-17 | 1 | -0/+2 |
| * | Remove unconditional ASSERT deadloop in release build | Matt Borgerson | 2019-12-17 | 1 | -3/+2 |
| * | Define include guards for gdbstub_sys.h | Matt Borgerson | 2019-12-17 | 1 | -1/+6 |
| * | Move x86-specific code to a subdir | Matt Borgerson | 2019-12-17 | 4 | -13/+22 |
| * | Relicense under MIT | Matt Borgerson | 2019-12-17 | 9 | -425/+134 |
| * | Update README | Matt Borgerson | 2019-12-17 | 1 | -6/+13 |
| * | Make inline assembly volatile | Matt Borgerson | 2016-07-29 | 1 | -6/+6 |
| * | Specify void for functions with no args | Matt Borgerson | 2016-07-29 | 2 | -6/+6 |
| * | Add GDB stub code | Matt Borgerson | 2016-04-20 | 10 | -0/+2084 |
| * | Initial commit | Matt Borgerson | 2016-04-20 | 1 | -0/+0 |
