Author Topic: Using of arm-linux-androideabi-gdb  (Read 13337 times)

Offline SteelRat

  • Multiple posting newcomer
  • *
  • Posts: 45
  • Stainless
Re: Using of arm-linux-androideabi-gdb
« Reply #15 on: August 17, 2014, 03:15:32 pm »
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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Using of arm-linux-androideabi-gdb
« Reply #16 on: August 18, 2014, 08:27:23 pm »
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!]

Offline SteelRat

  • Multiple posting newcomer
  • *
  • Posts: 45
  • Stainless
Re: Using of arm-linux-androideabi-gdb
« Reply #17 on: August 18, 2014, 08:44:52 pm »
Code
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Using of arm-linux-androideabi-gdb
« Reply #18 on: August 18, 2014, 10:57:18 pm »
Fixed in SVN.
(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!]

Offline SteelRat

  • Multiple posting newcomer
  • *
  • Posts: 45
  • Stainless
Re: Using of arm-linux-androideabi-gdb
« Reply #19 on: August 19, 2014, 10:41:41 am »
Thanks! =)