Use gdb_byte for bytes from the program being debugged.
[platform/upstream/binutils.git] / gdb / ada-lang.c
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/
2012-04-17 Jan Kratochvilgdb/
2012-03-29 Joel BrobeckerRename variables in ada-lang.c:ada_make_symbol_completi...
2012-03-29 Joel BrobeckerRename "encoded" parameter in ada-lang.c:symbol_complet...
2012-03-29 Joel BrobeckerRename "wild_match" parameter in ada-lang.c:symbol_comp...
2012-03-29 Joel BrobeckerRename "encoded" parameter in ada-lang.c:symbol_complet...
2012-03-29 Joel BrobeckerRename "wild_match" parameter in ada-lang.c:symbol_comp...
2012-03-29 Joel Brobeckerrename "symbol_info" to "sym_info" in ada-lang.c...
2012-03-29 Joel BrobeckerMinor reformatting of ada_lookup_symbol_list's document...
2012-03-29 Joel BrobeckerRename "wild_match" variable in ada-lang.c:ada_lookup_s...
2012-03-29 Joel BrobeckerRename "wild_match" parameter in ada-lang.c:ada_add_loc...
2012-03-29 Joel BrobeckerRename "wild_match" parameter in add_symbols_from_enclo...
2012-03-29 Joel BrobeckerRemove trailing spaces in ada-lang.c:ada_lookup_simple_...
2012-03-29 Joel BrobeckerFix -Wshadow warning in ada-lang.c:ada_lookup_simple_minsym
2012-03-29 Joel BrobeckerMake ada_lookup_encoded_symbol "return" a struct ada_sy...
2012-03-16 Joel Brobecker[Ada] Crash when trying to set value of packed array...
2012-03-02 Joel Brobeckerlanguage-specific read_var_value for Ada renamings
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-29 Joel Brobeckerada-lang.c:ada_find_renaming_symbol minor improvement.
2012-02-29 Joel BrobeckerMinor cleanup to a couple of functions in ada-lang.c.
2012-02-29 Joel Brobecker[Ada] avoid error message pollution with uninitialized...
2012-02-29 Joel Brobecker[Ada] New functions to decode Ada types and values
2012-02-29 Joel Brobecker[Ada] Fix comment in ada-lang.c:ada_is_ignored_field
2012-02-29 Joel Brobecker[Ada] Do not cache lookup result if not full_search
2012-02-29 Joel Brobecker[Ada] print packed arrays indexed by enumerated type
2012-02-29 Joel BrobeckerAda: ada_to_fixed_value should also unwrap_value
2012-02-29 Joel Brobecker[Ada] whatis not printing array type name for value...
2012-02-29 Joel BrobeckerAdd support for condition in Ada exception catchpoint...
2012-02-08 Joel BrobeckerRename la_get_symbol_name_match_p into la_get_symbol_na...
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-02-01 Gary Benson2012-02-01 Gary Benson <gbenson@redhat.com>
2012-02-01 Tom Tromey * ada-lang.c (resolve_subexp): Update.
2012-01-26 Joel BrobeckerRemove language param from name_matcher in struct quick...
2012-01-26 Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-24 Tom Tromey * ada-lang.c: Include gdb_vecs.h.
2012-01-06 Sergio Durigan Junior2012-01-06 Sergio Durigan Junior <sergiodj@redhat...
2012-01-04 Joel BrobeckerUse skip_spaces and skip_to_space in ada-lang.c
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-03 Joel Brobeckermore copyright notice reformatting.
2011-12-27 Joel BrobeckerNew function ada-lang.c:should_use_wild_match...
2011-12-21 Joel Brobecker[Ada] Breakpoints on task bodies
2011-12-14 Joel Brobeckerfix uninitialized field in ada-lang.c (struct match_data)
2011-12-11 Joel Brobecker[Ada] improve message when cannot insert Ada exception...
2011-12-11 Joel Brobecker[Ada] Make the exception_support_info data per inferior.
2011-12-11 Joel BrobeckerWarn if missing debug info for Ada exception catchpoints
2011-12-11 Joel BrobeckerAda exception catchpoint support cleanup.
2011-12-11 Andrey Smirnov* ada-lang.c (remove_extra_symbols): Rename `remove' to
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-11-29 Joel Brobeckerwrong value returned by ada-lang.c:compare_names
2011-11-23 Joel BrobeckerMinor reformatting in ada-lang.c:assign_aggregate
2011-11-23 Joel Brobeckerfix -Wshadow warning inside ada-lang.c:assign_aggregate
2011-11-23 Joel Brobeckerada-lang.c: Rename function base_type into get_base_type
2011-11-18 Yao Qi * breakpoint.c (install_breakpoint): Add one more...
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Tom Tromey * ada-lang.c (ada_exception_breakpoint_ops): Make...
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-25 Pedro Alves2011-07-25 Pedro Alves <pedro@codesourcery.com>
2011-07-05 Thiago Jung Bauermanngdb/
2011-07-01 Joel Brobeckerbettter display for temporary Ada exception catchpoints
2011-07-01 Joel Brobeckertreat identical enum types as the same type
2011-07-01 Joel BrobeckerAdd missing word in comment (ada-lang.c)
2011-07-01 Joel Brobeckervariables whose type is a typedef to an array pointer
2011-07-01 Joel BrobeckerDocument ada_remove_trailing_digits more
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-06-22 Pedro Alves2011-06-22 Pedro Alves <pedro@codesourcery.com>
2011-05-18 Joel BrobeckerRemove one use of sprintf in ada-lang.c (print_it_excep...
2011-05-06 Thiago Jung Bauermann2011-05-06 Sergio Durigan Junior <sergiodj@linux...
2011-04-20 Jan Kratochvilgdb/
2011-04-01 Joel Brobecker[Ada] fix printing slice of array defined as typedef
next