bug-ddd
[Top][All Lists]
Advanced

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

2 bugs (or maybe absent feature ) report - part 2: ddd not able to displ


From: Anglade Pierre-Matthieu
Subject: 2 bugs (or maybe absent feature ) report - part 2: ddd not able to display 2Darray a[34]@45[22]@33[12]
Date: Tue, 1 Mar 2005 13:11:25 +0100

DDD CONF:
 GNU DDD 3.3.10 (i686-pc-linux-gnu)
 Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
 Copyright (C) 1999-2001 Universität Passau, Germany.
 Copyright (C) 2001 Universität des Saarlandes, Germany.
 Copyright (C) 2001-2004 Free Software Foundation, Inc.
 
 Compiled with GCC 3.3.1 (SuSE Linux), GNU libc 2.3
 Requires X11R6, Xt11R6, Motif 2.2.2 (Motif Version 2.2.2)
 Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
 Built 2005-02-24 by Pierre-Matthieu Anglade <anglade@rackham.cecam.fr>.

DEBUGGER:
 GNU gdb 5.3.92

COMPILER:
 gcc version 3.3.1 (SuSE Linux)

BUG:
Following the ddd manual I was wanting to display a slice of my 2D array.
It was possible to displya things like:
-a[1][15]@45
but it is not possible to display
-a[1]@5[2]. I get the following error:
(gdb) graph display t->table[0]@5[1]
(gdb) cannot subscript something of type `int'
I've try to put some parenthesis and things like that in vain.

Is there something I or you can do about that?

Regards

PM Anglade




reply via email to

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