aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-lang.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-18Fix indentation (and clang warning) in c-lang.cSimon Marchi1-5/+5
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-6/+3
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-11-05Remove la_get_string memberTom Tromey1-4/+0
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-05-08Correctly handle non-C-style arrays in c_get_stringTom Tromey1-4/+27
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+40
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-4/+8
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-8/+4
2019-04-06Revert the header-sorting patchTom Tromey1-14/+10
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-10/+14
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-29C++ compile supportKeith Seitz1-2/+2
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-8/+5
2018-06-18Remove la_errorTom Tromey1-4/+0
2018-05-22Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves1-5/+6
2018-04-30Handle alignof and _AlignofTom Tromey1-0/+1
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-4/+4
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+4
2017-07-20Make language_def O(1)Pedro Alves1-15/+4
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-4/+4
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-6/+1
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+14
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves1-0/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-6/+3
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+4
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+19
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-1/+1
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi1-9/+8
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+8
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10PR 16286Doug Evans1-3/+22
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+4