diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-04-27 21:02:11 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-04-27 21:02:11 +0000 |
commit | 6f992fbf7f905201ff3eef540d184b7538c16bd3 (patch) | |
tree | 83799ddb05996964c296b4d53a15d2916e2b3220 /gdb/solib-svr4.c | |
parent | dde59185267c8f3df6c3aa19d132277f45143c79 (diff) | |
download | gdb-6f992fbf7f905201ff3eef540d184b7538c16bd3.zip gdb-6f992fbf7f905201ff3eef540d184b7538c16bd3.tar.gz gdb-6f992fbf7f905201ff3eef540d184b7538c16bd3.tar.bz2 |
Expand description of solib-svr4.c:solib_svr4_r_map
2010-04-27 Joel Brobecker <brobecker@adacore.com>
* solib-svr4.c (solib_svr4_r_map): Expand function description.
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 3ff4243..1928af0 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -869,7 +869,8 @@ locate_base (struct svr4_info *info) } /* Find the first element in the inferior's dynamic link map, and - return its address in the inferior. + return its address in the inferior. Return zero if the address + could not be determined. FIXME: Perhaps we should validate the info somehow, perhaps by checking r_version for a known version number, or r_state for |