summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
...
* gdb/Jan Kratochvil2012-04-171-1/+1
* Rename variables in ada-lang.c:ada_make_symbol_completion_list.Joel Brobecker2012-03-291-12/+13
* Rename "encoded" parameter in ada-lang.c:symbol_completion_add...Joel Brobecker2012-03-291-3/+3
* Rename "wild_match" parameter in ada-lang.c:symbol_completion_add...Joel Brobecker2012-03-291-3/+3
* Rename "encoded" parameter in ada-lang.c:symbol_completion_match...Joel Brobecker2012-03-291-4/+4
* Rename "wild_match" parameter in ada-lang.c:symbol_completion_matchJoel Brobecker2012-03-291-3/+3
* rename "symbol_info" to "sym_info" in ada-lang.c...Joel Brobecker2012-03-291-10/+10
* Minor reformatting of ada_lookup_symbol_list's documentation.Joel Brobecker2012-03-291-5/+5
* Rename "wild_match" variable in ada-lang.c:ada_lookup_symbol_listJoel Brobecker2012-03-291-4/+4
* Rename "wild_match" parameter in ada-lang.c:ada_add_local_symbolsJoel Brobecker2012-03-291-3/+6
* Rename "wild_match" parameter in add_symbols_from_enclosing_procsJoel Brobecker2012-03-291-3/+3
* Remove trailing spaces in ada-lang.c:ada_lookup_simple_minsym doc.Joel Brobecker2012-03-291-2/+2
* Fix -Wshadow warning in ada-lang.c:ada_lookup_simple_minsymJoel Brobecker2012-03-291-2/+2
* Make ada_lookup_encoded_symbol "return" a struct ada_symbol_infoJoel Brobecker2012-03-291-16/+26
* [Ada] Crash when trying to set value of packed array elementJoel Brobecker2012-03-161-7/+10
* language-specific read_var_value for Ada renamingsJoel Brobecker2012-03-021-1/+46
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-31/+0
* ada-lang.c:ada_find_renaming_symbol minor improvement.Joel Brobecker2012-02-291-5/+10
* Minor cleanup to a couple of functions in ada-lang.c.Joel Brobecker2012-02-291-7/+9
* [Ada] avoid error message pollution with uninitialized tagged variableJoel Brobecker2012-02-291-67/+72
* [Ada] New functions to decode Ada types and valuesJoel Brobecker2012-02-291-0/+40
* [Ada] Fix comment in ada-lang.c:ada_is_ignored_fieldJoel Brobecker2012-02-291-3/+8
* [Ada] Do not cache lookup result if not full_searchJoel Brobecker2012-02-291-2/+2
* [Ada] print packed arrays indexed by enumerated typeJoel Brobecker2012-02-291-3/+11
* Ada: ada_to_fixed_value should also unwrap_valueJoel Brobecker2012-02-291-7/+7
* [Ada] whatis not printing array type name for value from historyJoel Brobecker2012-02-291-0/+5
* Add support for condition in Ada exception catchpoint commandsJoel Brobecker2012-02-291-13/+77
* Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker2012-02-081-4/+4
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-33/+34
* 2012-02-01 Gary Benson <gbenson@redhat.com>gary2012-02-011-1/+1
* * ada-lang.c (resolve_subexp): Update.Tom Tromey2012-02-011-12/+15
* Remove language param from name_matcher in struct quick_symbol_functionsJoel Brobecker2012-01-261-2/+1
* Ada: allow unqualified function names in linespecsJoel Brobecker2012-01-261-1/+13
* * ada-lang.c: Include gdb_vecs.h.Tom Tromey2012-01-241-2/+1
* 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>sergiodj2012-01-061-1/+1
* Use skip_spaces and skip_to_space in ada-lang.cJoel Brobecker2012-01-041-14/+6
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* more copyright notice reformatting.Joel Brobecker2012-01-031-3/+3
* New function ada-lang.c:should_use_wild_match...Joel Brobecker2011-12-271-10/+22
* [Ada] Breakpoints on task bodiesJoel Brobecker2011-12-211-0/+6
* fix uninitialized field in ada-lang.c (struct match_data)Joel Brobecker2011-12-141-1/+1
* [Ada] improve message when cannot insert Ada exception catchpoint.Joel Brobecker2011-12-111-1/+1
* [Ada] Make the exception_support_info data per inferior.Joel Brobecker2011-12-111-30/+22
* Warn if missing debug info for Ada exception catchpointsJoel Brobecker2011-12-111-1/+22
* Ada exception catchpoint support cleanup.Joel Brobecker2011-12-111-35/+39
* * ada-lang.c (remove_extra_symbols): Rename `remove' tondreys2011-12-111-4/+4
* the "ambiguous linespec" seriesTom Tromey2011-12-061-1/+48
* wrong value returned by ada-lang.c:compare_namesJoel Brobecker2011-11-291-1/+1
* Minor reformatting in ada-lang.c:assign_aggregateJoel Brobecker2011-11-231-16/+16
* fix -Wshadow warning inside ada-lang.c:assign_aggregateJoel Brobecker2011-11-231-2/+0