Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | Rename variables in ada-lang.c:ada_make_symbol_completion_list. | Joel Brobecker | 1 | -12/+13 |
2012-03-29 | Rename "encoded" parameter in ada-lang.c:symbol_completion_add... | Joel Brobecker | 1 | -3/+3 |
2012-03-29 | Rename "wild_match" parameter in ada-lang.c:symbol_completion_add... | Joel Brobecker | 1 | -3/+3 |
2012-03-29 | Rename "encoded" parameter in ada-lang.c:symbol_completion_match... | Joel Brobecker | 1 | -4/+4 |
2012-03-29 | Rename "wild_match" parameter in ada-lang.c:symbol_completion_match | Joel Brobecker | 1 | -3/+3 |
2012-03-29 | rename "symbol_info" to "sym_info" in ada-lang.c... | Joel Brobecker | 1 | -10/+10 |
2012-03-29 | Minor reformatting of ada_lookup_symbol_list's documentation. | Joel Brobecker | 1 | -5/+5 |
2012-03-29 | Rename "wild_match" variable in ada-lang.c:ada_lookup_symbol_list | Joel Brobecker | 1 | -4/+4 |
2012-03-29 | Rename "wild_match" parameter in ada-lang.c:ada_add_local_symbols | Joel Brobecker | 1 | -3/+6 |
2012-03-29 | Rename "wild_match" parameter in add_symbols_from_enclosing_procs | Joel Brobecker | 1 | -3/+3 |
2012-03-29 | Remove trailing spaces in ada-lang.c:ada_lookup_simple_minsym doc. | Joel Brobecker | 1 | -2/+2 |
2012-03-29 | Fix -Wshadow warning in ada-lang.c:ada_lookup_simple_minsym | Joel Brobecker | 1 | -2/+2 |
2012-03-29 | Make ada_lookup_encoded_symbol "return" a struct ada_symbol_info | Joel Brobecker | 1 | -16/+26 |
2012-03-16 | [Ada] Crash when trying to set value of packed array element | Joel Brobecker | 1 | -7/+10 |
2012-03-02 | language-specific read_var_value for Ada renamings | Joel Brobecker | 1 | -1/+46 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -31/+0 |
2012-02-29 | ada-lang.c:ada_find_renaming_symbol minor improvement. | Joel Brobecker | 1 | -5/+10 |
2012-02-29 | Minor cleanup to a couple of functions in ada-lang.c. | Joel Brobecker | 1 | -7/+9 |
2012-02-29 | [Ada] avoid error message pollution with uninitialized tagged variable | Joel Brobecker | 1 | -67/+72 |
2012-02-29 | [Ada] New functions to decode Ada types and values | Joel Brobecker | 1 | -0/+40 |
2012-02-29 | [Ada] Fix comment in ada-lang.c:ada_is_ignored_field | Joel Brobecker | 1 | -3/+8 |
2012-02-29 | [Ada] Do not cache lookup result if not full_search | Joel Brobecker | 1 | -2/+2 |
2012-02-29 | [Ada] print packed arrays indexed by enumerated type | Joel Brobecker | 1 | -3/+11 |
2012-02-29 | Ada: ada_to_fixed_value should also unwrap_value | Joel Brobecker | 1 | -7/+7 |
2012-02-29 | [Ada] whatis not printing array type name for value from history | Joel Brobecker | 1 | -0/+5 |
2012-02-29 | Add support for condition in Ada exception catchpoint commands | Joel Brobecker | 1 | -13/+77 |
2012-02-08 | Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp | Joel Brobecker | 1 | -4/+4 |
2012-02-07 | * gdbtypes.h (struct main_type): Change type of name,tag_name, | Doug Evans | 1 | -33/+34 |
2012-02-01 | 2012-02-01 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -1/+1 |
2012-02-01 | * ada-lang.c (resolve_subexp): Update. | Tom Tromey | 1 | -12/+15 |
2012-01-26 | Remove language param from name_matcher in struct quick_symbol_functions | Joel Brobecker | 1 | -2/+1 |
2012-01-26 | Ada: allow unqualified function names in linespecs | Joel Brobecker | 1 | -1/+13 |
2012-01-24 | * ada-lang.c: Include gdb_vecs.h. | Tom Tromey | 1 | -2/+1 |
2012-01-06 | 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+1 |
2012-01-04 | Use skip_spaces and skip_to_space in ada-lang.c | Joel Brobecker | 1 | -14/+6 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2012-01-03 | more copyright notice reformatting. | Joel Brobecker | 1 | -3/+3 |
2011-12-27 | New function ada-lang.c:should_use_wild_match... | Joel Brobecker | 1 | -10/+22 |
2011-12-21 | [Ada] Breakpoints on task bodies | Joel Brobecker | 1 | -0/+6 |
2011-12-14 | fix uninitialized field in ada-lang.c (struct match_data) | Joel Brobecker | 1 | -1/+1 |
2011-12-11 | [Ada] improve message when cannot insert Ada exception catchpoint. | Joel Brobecker | 1 | -1/+1 |
2011-12-11 | [Ada] Make the exception_support_info data per inferior. | Joel Brobecker | 1 | -30/+22 |
2011-12-11 | Warn if missing debug info for Ada exception catchpoints | Joel Brobecker | 1 | -1/+22 |
2011-12-11 | Ada exception catchpoint support cleanup. | Joel Brobecker | 1 | -35/+39 |
2011-12-11 | * ada-lang.c (remove_extra_symbols): Rename `remove' to | Andrey Smirnov | 1 | -4/+4 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -1/+48 |
2011-11-29 | wrong value returned by ada-lang.c:compare_names | Joel Brobecker | 1 | -1/+1 |
2011-11-23 | Minor reformatting in ada-lang.c:assign_aggregate | Joel Brobecker | 1 | -16/+16 |
2011-11-23 | fix -Wshadow warning inside ada-lang.c:assign_aggregate | Joel Brobecker | 1 | -2/+0 |
2011-11-23 | ada-lang.c: Rename function base_type into get_base_type | Joel Brobecker | 1 | -7/+7 |