gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 16 Mar 2009 09:58:25 +0000 (09:58 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 16 Mar 2009 09:58:25 +0000 (09:58 +0000)
* auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.

gdb/ChangeLog
gdb/auxv.c

index f9a481ee7660e081f5167d93916ded8dfbf18551..841ebf5b035375fb3d3d6c428ea6ecad85c7cd95 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
+
 2009-03-15  Joel Brobecker  <brobecker@adacore.com>
 
        * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
index 5007cd007db7d57b9e1c6a1b0d4431b246dbb9e6..236196f6630d541704bfa8de8383aabc148d866f 100644 (file)
@@ -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);
This page took 0.027014 seconds and 4 git commands to generate.