模板:GDB$
来自百问网嵌入式Linux wiki
Usage
The GDB$ template is used to prefix a command that must be executed on GDB, with a GDB-specific prompt.
Usage: {{GDB$}}
Basic examples
You type | You get |
---|---|
continue command executed on GDB
{{GDB$}} continue |
(gdb) continue |
Code
(gdb)