diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-16 09:58:25 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-03-16 09:58:25 +0000 |
commit | ba30a4e9515b73206593c2958e203567f5ae5de8 (patch) | |
tree | 33f6d48faa735fed87180d19034a24235e0bca86 /gdb/auxv.c | |
parent | 904001b085513a5d6b7734275f6fb90c860cf3be (diff) | |
download | gdb-ba30a4e9515b73206593c2958e203567f5ae5de8.zip gdb-ba30a4e9515b73206593c2958e203567f5ae5de8.tar.gz gdb-ba30a4e9515b73206593c2958e203567f5ae5de8.tar.bz2 |
gdb/
* auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r-- | gdb/auxv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops) TAG (AT_UCACHEBSIZE, _("Unified cache block size"), dec); TAG (AT_IGNOREPPC, _("Entry should be ignored"), dec); TAG (AT_BASE_PLATFORM, _("String identifying base platform"), str); + TAG (AT_RANDOM, _("Address of 16 random bytes"), hex); TAG (AT_EXECFN, _("File name of executable"), str); TAG (AT_SECURE, _("Boolean, was exec setuid-like?"), dec); TAG (AT_SYSINFO, _("Special system info/entry points"), hex); |