This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Location Expression Parser (DWARF and other debug formats)


On Thu, 25 Apr 2002, Petr Sorfa wrote:

> Hi Daniel,
> 
> 
> Just letting you know that I can devote some time to helping out with
> the location expression parser for DWARF and the generic framework that
> was proposed.
> 
> What is the current status and is anything being currently done?
The bulk of it is done.
It needs some misc additions, but IMHO, it's ready for integration
(which is why it's not marked as work in progress).
Nobody has reviewed it yet.
See http://sources.redhat.com/ml/gdb-patches/2002-04/msg00432.html

I have finals until may 10th, and thus no time to work more on it until 
ten.

Hopefully someone will look at it before then.
> 
> Like I mentioned before I've implemented a DWARF3 specific location
> expression parser for GDB which handles various odds and ends.
> 
> The expressions that I currently support are located in:
> 
> SYMBOL:
> - data location
> 
> TYPE:
> - associated value
> - allocated value
> - array upper bound (array rangetype)
> - array lower bound (array rangetype)
> - array stride (array rangetype)
> 
> Petr
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]