Monday, January 14, 2008

Enable MACRO in GDB

How to Enable MACRO support in GDB..?

compile your source code using the options -gdwarf-2 -g3,
gcc -gdwarf-2 -g3 
then in gdb prompt, you can issue commands

macro expand expression


for more information, you can go here


No comments: