Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Columns in the variables view

On Tue, May 15, 2007 at 09:52:39AM -0500, John Cortell wrote:
>    Mikhail, "location" is an important column, too. I entered the following
>    bug in 2005.
> 
>    [1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=118131
> 
>    As for "Declared" vs "Actual" type column, it would be nice for the view
>    to support that difference. In theory, the debugger could make the
>    distinction by being RTTI-aware. This would be backend dependent, of
>    course.

FYI, GDB already knows the difference for C++ and (gcj-compiled) Java;
it may not be accessible through GDB/MI yet but it could easily be
added if someone wants the column.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top