classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [FYI/JDWP] Line and Variable Table


From: Aaron Luchko
Subject: [cp-patches] [FYI/JDWP] Line and Variable Table
Date: Fri, 12 Aug 2005 20:42:29 -0400

I put in these two classes that wrap around values for Line and Variable
Tables. It may make sense in the future to move them into vm/reference
and have them figure out how to get the information for the tables
themselves rather then through IVirtualMachine but for now I think this
is the best approach.

thanks,
Aaron

ChangeLog
2005-08-12  Aaron Luchko  <address@hidden>

    * gnu/classpath/jdwp/util/VariableTable.java: A class representing a
    Variable Table for a method.
    * gnu/classpath/jdwp/util/LineTable.java: A class representing a 
    Line Table for a method.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]