Re: sysroot for use with GDB
Mark Hatle <mark.hatle@...>
On 12/5/12 6:38 AM, Wolfgang Denk wrote:
Hello,Prelinking should not cause a problem. GDB knows how to translate the debuginfo addresses to the end runtime addresses. The only thing I've seen in the past that has caused a problem is when the dbg stuff was not installed into the sysroot. GDB will fall back into loading the binaries from the sysroot, which will not contain the debug info causing problems. It's best if you can set the sysroot to the same filesystem as being executed, but if you can't this is reasonable. All help welcome - thanks in advance.OK, guess I should enter a bug in bugzilla, then?
|
|