ddd
[Top][All Lists]
Advanced

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

Re: Questions about display and memory with gdb and a remote target?


From: Andreas Zeller
Subject: Re: Questions about display and memory with gdb and a remote target?
Date: 20 Dec 2000 13:22:21 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Hi!

"Benoit MILLOT" <address@hidden> writes:

> 1) Using GDB without DDD, all memory operation work fine and dump of big
> structure using block, allows not lost too many time.
> With DDD, the operation "graph display struct_bidule" works fine but box
> displays function result without value.
> Example:
>       (gdb) print rle_eth_base.brdg_mode_fonc
>       target_xfer_memory (0x45fddea, xxx, 4, read, xxx) = 2, bytes = 00 00
>       $1 = 4578
>       (gdb) graph display rle_eth_base.nb_acces
> 
>       box displays : 
>               1: rle_eth_base.nb_acces
>               target_xfer_memory (0x45fddea, xxx, 4, read, xxx) = 2
> 
> I want display :
>               1: rle_eth_base.nb_acces
>               4578
> 
> What do I make in order to have value instead of function result ? 

I need a ~/.ddd/log file that illustrates this problem.  With the
~/.ddd/log file, I can replay this on my own machine and adjust the
DDD value parser such that it can handle this particular output
format.

Best wishes,

Andreas

-- 
Andreas Zeller     Universitaet Passau
                   http://www.fmi.uni-passau.de/st/staff/zeller/



reply via email to

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