aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-29 23:30:04 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-29 23:30:04 +0000
commit9f88c95977623df8cdc14ece8c5d5a32be8ae178 (patch)
treef7dc611137e236162d7196707afb6779cb9f815b /gdb/ada-lang.c
parent82ccd55ec1ca58dca89682f9219fc7a175b9db22 (diff)
downloadgdb-9f88c95977623df8cdc14ece8c5d5a32be8ae178.zip
gdb-9f88c95977623df8cdc14ece8c5d5a32be8ae178.tar.gz
gdb-9f88c95977623df8cdc14ece8c5d5a32be8ae178.tar.bz2
Minor reformatting of ada_lookup_symbol_list's documentation.
This patch mostly removes a few trailing spaces. gdb/ChangeLog: * ada-lang.c (ada_lookup_symbol_list): Minor reformatting of this function's documentation.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index b14c266..c063683 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -5050,18 +5050,18 @@ add_nonlocal_symbols (struct obstack *obstackp, const char *name,
}
/* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing
- scope and in global scopes, returning the number of matches. Sets
- *RESULTS to point to a vector of (SYM,BLOCK) tuples,
+ scope and in global scopes, returning the number of matches.
+ Sets *RESULTS to point to a vector of (SYM,BLOCK) tuples,
indicating the symbols found and the blocks and symbol tables (if
- any) in which they were found. This vector are transient---good only to
- the next call of ada_lookup_symbol_list. Any non-function/non-enumeral
+ any) in which they were found. This vector are transient---good only to
+ the next call of ada_lookup_symbol_list. Any non-function/non-enumeral
symbol match within the nest of blocks whose innermost member is BLOCK0,
is the one match returned (no other matches in that or
enclosing blocks is returned). If there are any matches in or
surrounding BLOCK0, then these alone are returned. Otherwise, if
FULL_SEARCH is non-zero, then the search extends to global and
file-scope (static) symbol tables.
- Names prefixed with "standard__" are handled specially: "standard__"
+ Names prefixed with "standard__" are handled specially: "standard__"
is first stripped off, and only static and global symbols are searched. */
int