“模板:GDB$”的版本间的差异
来自百问网嵌入式Linux wiki
(创建页面,内容为“<noinclude> ==Usage== The GDB$ template is used '''to prefix a command that must be executed on GDB, with a GDB-specific prompt'''. Usage: <nowi…”) |
(没有差异)
|
2020年4月10日 (五) 15:51的最新版本
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)