@@ -7,24 +7,33 @@ GNU debugger.
7
7
1 . [ Invocation] ( invocation.md )
8
8
1 . [ Commands] ( commands.md )
9
9
1 . Examples
10
- 1 . [ run] ( run )
11
- 1 . [ nested.c] ( nested.c )
12
- 1 . [ count_infinite.c] ( count_infinite.c )
13
- 1 . [ big_function.c] ( big_function.c )
14
- 1 . [ String] ( string.c )
15
- 1 . [ C++ function overload] ( overload.cpp )
16
- 1 . [ Segmentation Fault] ( segv.c )
10
+ 1 . [ run] ( run )
11
+ 1 . [ nested.c] ( nested.c )
12
+ 1 . [ count_infinite.c] ( count_infinite.c )
13
+ 1 . [ big_function.c] ( big_function.c )
14
+ 1 . [ String] ( string.c )
15
+ 1 . [ C++ function overload] ( overload.cpp )
16
+ 1 . [ Segmentation Fault] ( segv.c )
17
+ 1 . [ Multifile] ( multifile/ )
17
18
1 . GDB scripts
18
- 1 . [ step_all] ( step_all.gdb )
19
- 1 . [ si_all] ( si_all.gdb )
19
+ 1 . [ step_all] ( step_all.gdb )
20
+ 1 . [ si_all] ( si_all.gdb )
20
21
1 . [ Python interface] ( python-interface.md )
21
- [ Multiple Python invocations] ( multiple_python_invocations )
22
- [ help.py] ( help.py )
23
- [ hello_world.py] ( hello_world.py )
24
- [ Visible variables] ( visible-variables.py )
25
- [ Block, Symbol] ( block.py )
26
- [ print_lines.py] ( print_lines.py )
27
- [ Value] ( value.py )
28
- [ read_var()] ( read_var.py )
29
- [ argv-wrapper] ( argv-wrapper )
22
+ 1 . [ Multiple Python invocations] ( multiple_python_invocations )
23
+ 1 . [ help.py] ( help.py )
24
+ 1 . [ hello_world.py] ( hello_world.py )
25
+ 1 . [ Visible variables] ( visible-variables.py )
26
+ 1 . [ Globals] ( globals.py )
27
+ 1 . [ Block, Symbol] ( block.py )
28
+ 1 . [ print_lines.py] ( print_lines.py )
29
+ 1 . [ Value] ( value.py )
30
+ 1 . [ read_var()] ( read_var.py )
31
+ 1 . [ Command] ( command )
32
+ 1 . [ argv-wrapper] ( argv-wrapper )
33
+ 1 . [ Call graph] ( call_graph_rbreak.py )
34
+ 1 . [ Continue until instruction] ( continue_instruction.py )
35
+ 1 . [ Continue until return] ( continue_return.py )
36
+ 1 . [ Break on return] ( break_return.py )
37
+ 1 . [ Disassemble minimal example] ( disassemble.py )
38
+ 1 . [ disas] ( disas.py )
30
39
1 . [ Internals] ( internals.md )
0 commit comments