1. Usage[edit source]
The GDB$ template is used to prefix a command that must be executed on GDB, with a GDB-specific prompt.
GDB$}}Usage: {{
2. Basic examples[edit source]
You type | You get |
---|---|
continue command executed on GDB
GDB$}} continue{{ |
(gdb) continue |
3. Code[edit source]
(gdb)