]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/c-lang.c
gdb: Convert language la_language_arch_info field to a method
[thirdparty/binutils-gdb.git] / gdb / c-lang.c
2020-06-02  Andrew Burgessgdb: Convert language la_language_arch_info field to...
2020-06-02  Andrew Burgessgdb: Convert language la_pass_by_reference field to...
2020-06-02  Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-06-02  Andrew Burgessgdb: Convert language la_print_array_index field to...
2020-06-02  Andrew Burgessgdb: Represent all languages as sub-classes of language...
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-03-14  Tom TromeyRemove val_print
2020-03-14  Tom TromeyIntroduce c_value_print_inner
2020-03-14  Tom TromeyIntroduce la_value_print_inner
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-18  Simon MarchiFix indentation (and clang warning) in c-lang.c
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-05  Tom TromeyRemove la_get_string member
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-05-08  Tom TromeyCorrectly handle non-C-style arrays in c_get_string
2019-04-29  Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29  Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-12  Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-29  Keith SeitzC++ compile support
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-18  Tom TromeyRemove la_error
2018-05-22  Pedro AlvesSupport UTF-8 identifiers in C/C++ expressions (PR...
2018-04-30  Tom TromeyHandle alignof and _Alignof
2018-03-27  Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08  Pedro AlvesPer-language symbol name hashing algorithm
2017-07-20  Pedro AlvesMake language_def O(1)
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-27  Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-05-20  Tom TromeyUse watchpoint's language when re-parsing expression
2017-04-12  Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-12  Pedro AlvesFix PR c++/21323: GDB thinks char16_t and char32_t...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-06-24  Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-04-22  Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-18  Simon Marchi[C++] Add casts to obstack_base calls
2015-11-17  Simon MarchiConvert c_string_type to an enum flags type
2015-10-27  Pedro Alvestarget_read_memory&co: no longer return target_xfer_status
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Tom Tromeythe "compile" command
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-11  Doug EvansPR 16286
2013-11-18  Tom Tromeyremove gdb_string.h
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-09  Pedro AlvesStop using errno values around target_xfer interfaces...
2013-04-19  Pedro AlvesCast result of obstack_base to gdb_byte * in a couple...
2013-04-15  Tom Tromey PR c++/11990:
2013-03-07  Pedro AlvesFix -Wpointer-sign around strings/encoding conversions.
2013-02-13  Hafiz Abid Qadeer2013-02-13 Pedro Alves <palves@redhat.com>
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-17  Keith Seitz PR c++/13356
2012-07-06  Siddhesh Poyarekar * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2012-03-02  Joel Brobeckerlanguage-specific read_var_value for Ada renamings
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-01-26  Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-06-29  Tom Tromeygdb
2011-05-23  Tom Tromeygdb
2011-01-11  Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-31  Michael Snyder2010-12-31 Michael Snyder <msnyder@vmware.com>
2010-11-12  Tom Tromeygdb
2010-11-05  Ken Wernergdb:
2010-05-17  Andreas SchwabPR gdb/11092
2010-05-13  Michael Snyder2010-05-13 Michael Snyder <msnyder@vmware.com>
2010-05-06  Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-29  Joel BrobeckerD language support.
2010-04-22  Jan Kratochvilgdb/
2010-03-05  Tom Tromeygdb
2010-01-14  Phil Muldoon2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-09-25  Tom Tromeygdb
2009-09-25  Tom Tromeygdb
2009-09-21  Phil Muldoon2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
2009-07-10  Phil Muldoon2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2009-07-07  Tom Tromeygdb
2009-07-02  Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-06-23  Tom Tromeygdb
next