You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
367 B
12 lines
367 B
#define M1 Value1
|
|
#include "dwarfdump-macro.h"
|
|
#define M2(x, y) ((x)+(y)* Value2)
|
|
|
|
// Built with GCC
|
|
// $ mkdir -p /tmp/dbginfo
|
|
// $ cp dwarfdump-macro.cc /tmp/dbginfo
|
|
// $ cp dwarfdump-macro.h /tmp/dbginfo
|
|
// $ cp dwarfdump-macro-cmd.h /tmp/dbginfo
|
|
// $ cd /tmp/dbginfo
|
|
// $ g++ -c -g3 -O0 -DM3=Value3 -include dwarfdump-macro-cmd.h dwarfdump-macro.cc -o <output>
|