Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] 1.0.1 editor/binaryinfo fix II

> 
> 
> Hi,
> 
> Again just an FYI, turns out I was using a toolchain that put absolute 
> source paths in the .o's. There were issues in the ISymbol->IFunction 
> translation for toolchains that produce relative source paths. (Probably 
> IVariable too). This corrects that.
> 
> All the standard, "I'll look at the head when we move to the head" 
> disclaimers apply. :)
> 

Ok, I see, but you are assuming that the file, hopefully will be in
the same directory as the binary, a good guess.

For the head, we are trying another scheme, which is "attaching" a source
to a binary, and also asking the Build Model.

The "attaching" scheme will look like the JDT "attach source" to Jars.

Patch applied with some changes, see previous email in the CDT_1_0_1 branch.




Back to the top