This is the mail archive of the gdb@sourceware.org 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: regcache_raw_supply query


paawan oza wrote:
Hi,

I am using regcache_raw_supply (armr.regcache, ARM_PS_REGNUM, &reg);
API to fetch arm register value


Is there any macro or API available to fetch arm register's value ?
or it is ok to use regcache_raw_supply ?


It is fine to use that function, as well as
regcache_raw_read* and regcache_raw_write*.


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