Cthulhu  0.2.10
Cthulhu compiler collection
format.inc
Go to the documentation of this file.
1 #ifndef FMT_HEADING
2 # define FMT_HEADING(id, name)
3 #endif
4 
7 FMT_HEADING(eHeadingGeneric, "generic")
8 
9 FMT_HEADING(eHeadingMicrosoft, "microsoft")
12 
13 #undef FMT_HEADING
14 
15 #ifndef FMT_BT_OPTION
16 # define FMT_BT_OPTION(id, name, value)
17 #endif
18 
19 FMT_BT_OPTION(eBtZeroIndexedLines, "zero indexed lines", (1 << 0))
20 FMT_BT_OPTION(eBtDemangleNames, "demangle names", (1 << 1))
21 FMT_BT_OPTION(eBtAlwaysShowAddress, "always show address", (1 << 2))
22 
23 #undef FMT_BT_OPTION
#define FMT_HEADING(id, name)
Definition: format.inc:2
#define FMT_BT_OPTION(id, name, value)
generic style ie: file:line:col:
Definition: format.inc:16