Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Memory View
Memory View [message #49501] Tue, 12 November 2002 08:06 Go to next message
Igor S. Zamyatin is currently offline Igor S. ZamyatinFriend
Messages: 56
Registered: July 2009
Member
Hi all!

I have some question about memory view in CDT Debugger again :)

May be I'm wrong but it seemed to me that when I make step memory view
isn't refreshing correectly. I think so because after step Debugger
doesn't send to gdb "-data-read-memory" command. So I decided that it is
not quite correct fact but may be I'm wrong.

And another one. Please write to me exactly what should I type in field
Address in Memory View in order to change value by, for example, address
"0x00". I type there "0x00 5" and what to write "5" by address "0x00" but
nothing happens...


Great Thanks in advance,

Igor S. Zamyatin
Interstron Ltd.
----------------------------------------
email: isz@interstron.ru
tel: +7 (095) 269-4713
cell: +7 (902) 659-5838
www: http://www.interstron.ru
Re: Memory View [message #49564 is a reply to message #49501] Tue, 12 November 2002 16:34 Go to previous message
Eclipse UserFriend
Originally posted by: mikhailk.qnx.com

"Igor S. Zamyatin" <isz@interstron.ru> wrote in message
news:aqqcqv$e8i$1@rogue.oti.com...
>
> Hi all!
>
> I have some question about memory view in CDT Debugger again :)
>
> May be I'm wrong but it seemed to me that when I make step memory view
> isn't refreshing correectly. I think so because after step Debugger
> doesn't send to gdb "-data-read-memory" command. So I decided that it is
> not quite correct fact but may be I'm wrong.
>

If you want your memory view to be updated every time when the execution of
your program stops you have to switch on the 'Auto-Refresh' button or
context menu in the Memory view. It is off by default.
You can also use the 'Refresh' button or context menu to update the Memory
view any time you want.

> And another one. Please write to me exactly what should I type in field
> Address in Memory View in order to change value by, for example, address
> "0x00". I type there "0x00 5" and what to write "5" by address "0x00" but
> nothing happens...
>

The only purpose of the 'Address' field is to accept the address of memory
block you want to examine.
If you want to change value at some address:
1. Type the address in the 'Address' field and press Enter.
2. The Memory view will display the contents of memory locations beginning
at the address specified in the 'Address' box.
3. This content is editable if the format of the Memory view is set to
'Hexadecimal' (default).
Overwrite the values you want to change and use the 'Save Changes" button or
context menu to save your changes.

> Great Thanks in advance,
>
> Igor S. Zamyatin
> Interstron Ltd.
> ----------------------------------------
> email: isz@interstron.ru
> tel: +7 (095) 269-4713
> cell: +7 (902) 659-5838
> www: http://www.interstron.ru
>
>
Previous Topic:Parsing file structure
Next Topic:Starting a new process
Goto Forum:
  


Current Time: Sat Oct 19 20:47:40 GMT 2024

Powered by FUDForum. Page generated in 0.03364 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top