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: New "info auxv" command and $auxv variable?


> Date: Tue, 04 Nov 2003 11:46:00 -0500
> From: Andrew Cagney <ac131313@redhat.com>
> 
> 	(gdb) info auxv
> 	Entry point 0x1234
> 	...
> 	(gdb)
> 
> that listed the contents of the processes auxv table.
> 
> But why stop there?  What about a builtin $auxv variable, a struct, vis:
> 
> 	(gdb) print $auxv
> 	$1 = { entry = 0x1234, ... }
> 
> Oh, and I guess:
> 
> 	(gdb) interpreter mi --info-auxv
> 	^ok,result={entry="0x1234",...}
> 
> Thoughts?

Yes, please!


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