Replace copyreloc-main.c with copyreloc-main.S
[platform/upstream/binutils.git] / gdb / ada-lang.c
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-10 Joel BrobeckerAda: Print bounds/length of pointer to array with dynam...
2014-09-10 Joel BrobeckerAda subscripting of pointer to array with dynamic bounds
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-18 Joel Brobeckerada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing...
2014-08-18 Joel Brobeckeravoid "if ... else if ... else" logic in ada-lang.c...
2014-08-18 Joel BrobeckerFix indentation level in ada-lang.c::ada_evaluate_subexp.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonMove stdarg.h to common-defs.h
2014-08-07 Gary BensonMove stdio.h to common-defs.h
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-07 Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-06-04 Tom Tromeyhandle VLA in a struct or union
2014-04-28 Joel BrobeckerImprove Ada dynamic range type handling.
2014-04-28 Joel Brobeckerremove unnecessary second call to static_unwrap_type...
2014-04-24 Joel Brobeckerada-lang.c: Expand standard_exc's introductory comment.
2014-04-14 Keith SeitzRemove symbol_matches_domain. This fixes
2014-04-14 Sanimir Agovicvla: update type from newly created value
2014-04-11 Joel BrobeckerRevert the entire VLA series.
2014-04-11 Sanimir Agovicvla: update type from newly created value
2014-04-11 Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-03-17 Pierre-Marie de... [Ada] Crash with references to GNAT packed arrays handling
2014-03-10 Joel BrobeckerMissing space before '(' in ada-lang.c::ada_evaluate_subexp
2014-03-10 Jerome Guitton[Ada] Full view of tagged type with ptype
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-10 Joel Brobecker[Ada] Make the symbol cache per-program-space.
2014-02-10 Joel BrobeckerWrong type for 'Length result.
2014-02-10 Joel BrobeckerAdd missing call to obstack_init for ada-lang.c::cache_...
2014-02-10 Joel Brobecker[Ada] Add a symbol lookup cache
2014-02-10 Joel Brobeckerstruct block parameter constification in ada-lang.c
2014-01-28 Joel BrobeckerNew Ada maintenance command to ignore descriptive types...
2014-01-27 Joel Brobeckerada-lang.c: Really include "ui-out.h".
2014-01-15 Doug Evanspsymtab cleanup patch 3/3
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-13 Joel Brobeckerwrong dimension found in ada-lang.c:ada_array_bound_fro...
2013-12-13 Joel BrobeckerSmall style violation fix in ada_array_bound_from_type
2013-12-03 Joel Brobeckercrash evaluating bogus exception condition expression...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-12 Joel BrobeckerAdd command to list Ada exceptions
2013-11-11 Joel BrobeckerDandling memory pointers in Ada catchpoints with GDB/MI.
2013-11-07 Yao QiNew field 'la_natural_name' in struct language_defn
2013-10-25 Yao QiNew field la_varobj_ops in struct language_defn
2013-10-11 Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-10-11 Joel BrobeckerAdd "ada_" prefix to enum ada_exception_catchpoint_kind
2013-10-11 Joel BrobeckerRework a bit Ada exception catchpoint support (in prep...
2013-10-08 Joel Brobecker[Ada] psymbol search failure due to comparison function...
2013-10-08 Joel Brobecker[Ada] Remove unnecessary ada_exception_sal advance...
2013-10-01 Joel Brobeckerwrong "catch exception" error message when finding...
2013-09-25 Doug Evans * symfile.h (struct quick_symbol_functions): Reorg...
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-05 Tom Tromeyremove msymbol_objfile
2013-07-10 Joel Brobeckerada-lang.c:coerce_unspec_val_to_type: Preserve laziness.
2013-05-22 Keith Seitz * ada-lang.c (is_known_support_routine): Add explicit...
2013-05-21 Joel Brobecker[Ada] Fix cleanup leak in ada-lang.c:old_renaming_is_in...
2013-05-16 Joel BrobeckerMissing do_cleanups in ada_make_symbol_completion_list.
2013-05-06 Tom Tromey * ada-lang.c (ada_value_primitive_packed_val): Don't
2013-04-19 Pedro Alves-Wpointer-sign: ada-lang.c, ada-tasks.c.
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-04-08 Tom Tromey * ada-lang.c (ada_decode_symbol): Check and set 'ada_m...
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-13 Pedro AlvesMore invalid pointer to pointer conversions.
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-05 Doug Evans * ada-lang.c (ada_lookup_symbol_list_worker): New...
2013-02-03 Jan Kratochvilgdb/
2013-02-01 Aleksandar Ristovski2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-24 Tom Tromey * ada-lang.h (ada_decode_symbol): Make return type...
2013-01-21 Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-09 Anthony GreenFixes for solaris compiler
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-25 Jan Kratochvilgdb/
2012-12-07 Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Add...
2012-12-03 Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-11-29 Jerome GuittonStrip interface tags from visible fields
2012-11-29 Jerome GuittonFull view of interface-wide types
2012-11-29 Jerome GuittonHandle other cases than EVAL_NORMAL in the default...
2012-11-26 Tom Tromey * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
2012-11-12 Tom Tromey * ada-lang.c (user_select_syms, ada_print_subexp)...
2012-10-24 Joel Brobecker[Ada] use lbasename when testing if file is part of...
2012-10-24 Joel Brobecker[Ada] Allow assignment to wide string.
2012-10-24 Joel Brobecker[Ada] Pointers to unconstrained arrays inside variant...
2012-09-10 Joel Brobeckercrash printing optimized out variant type
2012-08-22 Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-08-17 Keith Seitz PR c++/13356
2012-06-27 Tom Tromey PR macros/7961:
2012-06-24 Yao Qigdb:
2012-06-13 Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
2012-05-31 Matthew Gretton... * gdb/ada-lang.c (standard_lookup): Prevent uninitiali...
2012-05-21 Tom Tromey PR c++/7173:
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-10 Tom Tromey * tracepoint.c (scope_info): Update.
2012-04-21 Paul N. HilfingerAdd proper handling for internal functions and STT_GNU_...
2012-04-18 Jan Kratochvilgdb/
next