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...

> 
> 
> Hi!
> 
> This is really just an informational patch describing changes that I had to 
> make to the core of 1.0.1 to get navigation working for functions shown 
> under binary objects in the CView. I don't actually think that this is a 
> particularly important feature, but do think that these objects are pretty 
> important as a building blocks for other features.
> 
> These changes do two things:
> 
> - add line information to IFunctions and IVariables  that are created by 
> BinaryInfo.

Applied, thanks.

> - enable CEditor::setSelection() to handle ISourceRanges that do not have 
> character position information, but do have line information.
> 

The UI part should come shortly, can not apply it cleanly right now.

> Much like the recent +19 fix, realizing that it needs to be fixed is the 
> tricky bit. Perhaps these things are already fixed or obsolete in the head 
> anyway.
> 

Addr2line bug is also fix in the branch.


Thanks for looking at this.



Back to the top