News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Using of arm-linux-androideabi-gdb

Started by SteelRat, August 10, 2014, 08:03:11 PM

Previous topic - Next topic

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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

SteelRat

set sysroot $(NDK)/platforms/$(#NDK.target)/arch-arm 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

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

SteelRat