aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14psymtab cleanup patch 3/3Doug Evans1-9/+8
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-13wrong dimension found in ada-lang.c:ada_array_bound_from_typeJoel Brobecker1-6/+9
2013-12-13Small style violation fix in ada_array_bound_from_typeJoel Brobecker1-1/+1
2013-12-03crash evaluating bogus exception condition expression (sparc-solaris)Joel Brobecker1-3/+12
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-12Add command to list Ada exceptionsJoel Brobecker1-0/+357
2013-11-11Dandling memory pointers in Ada catchpoints with GDB/MI.Joel Brobecker1-5/+9
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-10-11New GDB/MI commands to catch Ada exceptionsJoel Brobecker1-14/+7
2013-10-11Add "ada_" prefix to enum ada_exception_catchpoint_kindJoel Brobecker1-70/+70
2013-10-11Rework a bit Ada exception catchpoint support (in prep for GDB/MI)Joel Brobecker1-50/+29
2013-10-08[Ada] psymbol search failure due to comparison function discrepancyJoel Brobecker1-7/+54
2013-10-08[Ada] Remove unnecessary ada_exception_sal advance declaration.Joel Brobecker1-3/+0
2013-10-01wrong "catch exception" error message when finding trampoline msym.Joel Brobecker1-1/+4
2013-09-25 * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans1-4/+4
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+1
2013-08-05remove msymbol_objfileTom Tromey1-7/+15
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker1-1/+1
2013-05-22 * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz1-7/+19
2013-05-21[Ada] Fix cleanup leak in ada-lang.c:old_renaming_is_invisibleJoel Brobecker1-4/+12
2013-05-16Missing do_cleanups in ada_make_symbol_completion_list.Joel Brobecker1-0/+2
2013-05-06 * ada-lang.c (ada_value_primitive_packed_val): Don'tTom Tromey1-1/+0
2013-04-19-Wpointer-sign: ada-lang.c, ada-tasks.c.Pedro Alves1-1/+2
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-1/+1
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-17/+15
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-4/+5
2013-03-13More invalid pointer to pointer conversions.Pedro Alves1-2/+4
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-5/+4
2013-03-05 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans1-44/+69
2013-02-03gdb/Jan Kratochvil1-3/+5
2013-02-012013-02-01 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+0
2013-01-24 * ada-lang.h (ada_decode_symbol): Make return type const.Tom Tromey1-3/+3
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey1-2/+2
2013-01-09Fixes for solaris compilerAnthony Green1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-25gdb/Jan Kratochvil1-1/+3
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey1-1/+3
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-7/+7
2012-11-29Strip interface tags from visible fieldsJerome Guitton1-2/+17
2012-11-29Full view of interface-wide typesJerome Guitton1-21/+137
2012-11-29Handle other cases than EVAL_NORMAL in the default caseJerome Guitton1-1/+3
2012-11-26 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.Tom Tromey1-1/+1
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey1-3/+6
2012-10-24[Ada] use lbasename when testing if file is part of Ada runtime.Joel Brobecker1-1/+1
2012-10-24[Ada] Allow assignment to wide string.Joel Brobecker1-3/+81