New "info auxv" command and $auxv variable?
Eli Zaretskii
eliz@elta.co.il
Wed Nov 5 06:12:00 GMT 2003
> 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!
More information about the Gdb
mailing list