This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions for GDB Developers


Salman Khilji wrote:
> 

> 4) Where in the source-code that deals with peeking/poking into the target
> memory?   I know that my previous 3 questions were platform
> independent---this one is not.

(gdb) set *(char *) 0x1234 = 1
(gdb) print *(char *) 0x1234


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]