📄 .gdbinit
字号:
define prset debug_rtx ($)enddocument prPrint the full structure of the rtx that is $.Works only when an inferior is executing.enddefine ptset debug_tree ($)enddocument ptPrint the full structure of the tree that is $.Works only when an inferior is executing.enddefine ptcoutput (enum tree_code) $.common.codeecho \nenddocument ptcPrint the tree-code of the tree node that is $.enddefine pdnoutput $.decl.name->identifier.pointerecho \nenddocument pdnPrint the name of the decl-node that is $.enddefine prcoutput (enum rtx_code) $.codeecho \ (output $.modeecho )\nenddocument prcPrint the rtx-code and machine mode of the rtx that is $.enddefine piprint $.fld[0].rtx@7enddocument piPrint the fields of an instruction that is $.end# Don't let abort actually run, as it will make# stdio stop working and therefore the `pr' command below as well.b abort
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -