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