This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/ARM-CGT: Unable to use MACROs in arm gdb

Part Number: ARM-CGT

Tool/software: TI C/C++ Compiler

Hello there,

I'm using the TI arm compiler v16.9.4 to compile and link my C-code. I use arm GDB to debug. I would like to be able to use macros from my code in GDB. GCC has the option -ggdb3 that allows this, I can only find the --symdebug:dwarf_version={2|3|4} option for the TI compiler, but it seems like none of these levels provide this functionality.

Thanks in advance.

Karel