Skip to content

Commit

Permalink
samples: gdbstub: doc: Remove redundant sample
Browse files Browse the repository at this point in the history
Remove gdbstub sample (samples/subsys/debug/gdbstub) as duplicated
by a test (tests/subsys/debug/gdbstub).

Update the GDB stub documentation.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
  • Loading branch information
golowanow committed Oct 13, 2023
1 parent 50c0186 commit a2f3bbd
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 133 deletions.
5 changes: 3 additions & 2 deletions doc/services/debugging/gdbstub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ Using Serial Backend
Example
*******

This is an example using ``samples/subsys/debug/gdbstub`` to demonstrate
how GDB stub works.
This is an example to demonstrate how GDB stub works.
You can also refer to ``tests/subsys/debug/gdbstub``
for its implementation as a Twister test.

#. Open two terminal windows.

Expand Down
12 changes: 0 additions & 12 deletions samples/subsys/debug/gdbstub/CMakeLists.txt

This file was deleted.

31 changes: 0 additions & 31 deletions samples/subsys/debug/gdbstub/README.rst

This file was deleted.

7 changes: 0 additions & 7 deletions samples/subsys/debug/gdbstub/boards/qemu_x86.overlay

This file was deleted.

7 changes: 0 additions & 7 deletions samples/subsys/debug/gdbstub/boards/qemu_x86_64.overlay

This file was deleted.

4 changes: 0 additions & 4 deletions samples/subsys/debug/gdbstub/prj.conf

This file was deleted.

17 changes: 0 additions & 17 deletions samples/subsys/debug/gdbstub/run.gdbinit

This file was deleted.

15 changes: 0 additions & 15 deletions samples/subsys/debug/gdbstub/sample.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions samples/subsys/debug/gdbstub/src/main.c

This file was deleted.

0 comments on commit a2f3bbd

Please sign in to comment.