You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ As the example used embedded RISC-V.
8
8
9
9
Using Python GDB API allows to expand GDB opportunities.
10
10
Python GDB API allows to create Python script for GDB. Also it is possible to implement custom GDB-commands. It can be used to automate work with GDB. [GDB doc: 23.2 Extending gdb using Python]
11
-
12
-
These ideas can be used for launch automation, test automation and other. Details in the Wiki.
11
+
Submodule /modules/ contains custom GDB-commands and custom GDB-functions.
12
+
These ideas can be used for launch automation, test automation and other.
0 commit comments