macroext.txt

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 13 行

TXT
13
字号
Draft proposal for WATCOM extension to .debug_macinfo to describe
references (expansions) of macros embedded in code.


This is currently implemented by the dwarf writing library, in DWMacUse()


MACINFO_vend_ext
	followed by line number ULEB128
	0x01	indicates references
		followed by null-terminated macro name which is used
		on this line

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?