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: How to fill a range of memory using a value?


> Hi,all
> 
> I want to fill a range of memory using a value. I read a range of memory by
> artifical array. But how to write a range of memory?

(gdb) print memset (address, value, size)

> Thanks
> 
> Best Regards
> Lawrence Lee
> Linux/IA, Software, S3 Tech.
> Tel:(021)53560056-8056
> 
> 



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