summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-18 19:23:34 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-18 19:23:34 +0000
commit5bcd90e16d5c52307d57e9907ab53bf078f831ae (patch)
tree687c69fd22138904741868b29a1d53cbc3b44dbc /gdb/auxv.c
parent76a4ebb4508ba5a3789f4d35c2591fcb5e953ce8 (diff)
downloadgdb-5bcd90e16d5c52307d57e9907ab53bf078f831ae.tar.gz
2010-05-18 Michael Snyder <msnyder@vmware.com>
* ada-lang.c: White space. * ada-typeprint.c: White space. * ada-valprint.c: White space. * addrmap.c: White space. * auxv.c: White space. * ax-gdb.c: White space.
Diffstat (limited to 'gdb/auxv.c')
-rw-r--r--gdb/auxv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/auxv.c b/gdb/auxv.c
index 8e9e93929c8..ae9142ab03a 100644
--- a/gdb/auxv.c
+++ b/gdb/auxv.c
@@ -240,6 +240,7 @@ target_auxv_parse (struct target_ops *ops, gdb_byte **readptr,
gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp)
{
struct target_ops *t;
+
for (t = ops; t != NULL; t = t->beneath)
if (t->to_auxv_parse != NULL)
return t->to_auxv_parse (t, readptr, endptr, typep, valp);
@@ -373,6 +374,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
case str:
{
struct value_print_options opts;
+
get_user_print_options (&opts);
if (opts.addressprint)
fprintf_filtered (file, "%s", paddress (target_gdbarch, val));
@@ -400,6 +402,7 @@ info_auxv_command (char *cmd, int from_tty)
else
{
int ents = fprint_target_auxv (gdb_stdout, &current_target);
+
if (ents < 0)
error (_("No auxiliary vector found, or failed reading it."));
else if (ents == 0)