Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT 2.1 RC1/2: Problems with Remote Debugging

> 
> 
> Hallo,
> 
> Dave (see last entry in the history of this bug 77643) received already a
> copy of my executable. His analysis was that the problem is related to the
> fact, that my executable is linked relocatable (linked with -r). From the
> last mail I understand that IBinaryExecutable is currently not able to
> interprete this type of executable (although gdb can handle this as input to
> a debug session).
> 
> Now I'm interested in the next steps:
> - are there plans to correct this problem in CDT 2.1 (or later) to get the
> old state back 
> - hints that I can make the correction (and feed it back to the community)
> - it will never work again
> 

I think he changed IBinaryExecutable to be an IBinaryObject, in
this case things should work for you.  You can give a try on the branch/head
or wait for the next RCx candidate.



Back to the top