Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Memory in Debugger
Memory in Debugger [message #60056] Wed, 29 January 2003 04:05 Go to next message
Eclipse UserFriend
Hi all!!!

I worked with Debugger and find out following problem:

When I want to watch some memory dump I write address(for example 0) in
respecive field in Memory View and gdb recieves following 2 commands
1. -var-create - * 0
2. -data-read-memory 0 x 1 1 640

When I want to watch dump with another address gdb at first recieves
command
-var-delete. But this command is without any arguments and it's strange
because an error happens during executing that command.

Has somebody met this problem? May be it's some kind of my mistake?

Thanks in advance,

Igor S. Zamyatin
Interstron Ltd.
Re: Memory in Debugger [message #60080 is a reply to message #60056] Wed, 29 January 2003 07:31 Go to previous message
Eclipse UserFriend
Igor S. Zamyatin wrote:

Sorry!!!

I find out - that was my mistake...


Igor



> Hi all!!!

> I worked with Debugger and find out following problem:

> When I want to watch some memory dump I write address(for example 0) in
> respecive field in Memory View and gdb recieves following 2 commands
> 1. -var-create - * 0
> 2. -data-read-memory 0 x 1 1 640

> When I want to watch dump with another address gdb at first recieves
> command
> -var-delete. But this command is without any arguments and it's strange
> because an error happens during executing that command.

> Has somebody met this problem? May be it's some kind of my mistake?

> Thanks in advance,

> Igor S. Zamyatin
> Interstron Ltd.
Previous Topic:Building Error with gcc...
Next Topic:setting up cdt on win32 to be able to develop linux code
Goto Forum:
  


Current Time: Sun May 11 13:59:25 EDT 2025

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

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

Back to the top