From 77fe64b172a6d1847ec80b6fa34ac06816a4030d Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Mon, 12 Mar 2018 14:34:16 +0000 Subject: dev c added initial libraries --- dev/c/debugging.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'dev/c/debugging.html') diff --git a/dev/c/debugging.html b/dev/c/debugging.html index d1f425b..4e5931f 100644 --- a/dev/c/debugging.html +++ b/dev/c/debugging.html @@ -15,10 +15,42 @@ (gdb)set args -parameter1 -parameter2 +

To start gdb in TUI mode press;

+ +
+
Ctrl-x A
+
Enter or leave TUI.
+
Ctrl-x 0
+
TUI with only one window.
+
Ctrl-x 2
+
TUI with more than two windows.
+
Ctrl-x o
+
Change active window.
+
Ctrl-x s
+
TUI single key mode.
+
Ctrl-L s
+
Refresh screen.
+
Up
+
Scroll
+
Down
+
Scroll
+
Left
+
Scroll
+
Right
+
Scroll
+
+ +
+        (gdb) info win
+        (gdb) fs next
+        (gdb) fs SRC
+        
+
         b - backtrace
         info locals
+        display
         print
         x
         catch syscall open
-- 
cgit 1.4.1-2-gfad0