User forums > Using Code::Blocks

Using of arm-linux-androideabi-gdb

<< < (4/4)

SteelRat:
Does C::B expand variables in project's Debugger options? I mean "Additional GDB commands". As i see now - it does not. Is it bug?

oBFusCATed:
Do you have an example command you want to execute which is not working?

SteelRat:

--- Code: ---set sysroot $(NDK)/platforms/$(#NDK.target)/arch-arm
--- End code ---
or any other command.
Where $(NDK) - system's variable and $(#NDK.xxx) - C::B's global variable. It is perfectly works everywhere in project's properties except "Additional GDB commands".
Then, from GDB console, i'm calling "show sysroot" and it prints "$(NDK)/platforms/$(#NDK.target)/arch-arm" without any changes.

oBFusCATed:
Fixed in SVN.

SteelRat:
Thanks! =)

Navigation

[0] Message Index

[*] Previous page

Go to full version