diff options
| author | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:40:43 -0700 |
|---|---|---|
| committer | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:40:43 -0700 |
| commit | 2434499ed2f0bec9d0584dc936f41dcc32b66997 (patch) | |
| tree | 7d041d86a2b599f55db74a99c9e62d7159197beb /README.md | |
| parent | 167eaa3d4f2e0d6ae6c57391f309e3e7e14f4bf1 (diff) | |
| download | gdbstub-2434499ed2f0bec9d0584dc936f41dcc32b66997.tar.gz | |
Move demo files to demo dir
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ The intent for this flat binary is to be trivially loaded and jumped to. Demo ---- -In `demo.c` there is a simple function that's used for demonstration and +In `demo/demo.c` there is a simple function that's used for demonstration and testing. To test the GDB stub out, you can launch an instance of the full-system emulator [QEMU](https://www.qemu.org/) as follows: @@ -41,7 +41,7 @@ You can then launch your local GDB client with the `demo.gdbinit` script to get your GDB client to connect to the virtual serial port and begin debugging the demo application: - gdb --command=demo.gdbinit + gdb --command=demo/demo.gdbinit For example, step a couple of times and print out the value of `x`: |
