summaryrefslogtreecommitdiff
path: root/gdb/c-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle non-C-style arrays in c_get_stringTom Tromey2019-05-081-4/+27
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+40
* gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess2019-04-291-4/+8
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-121-8/+4
* Revert the header-sorting patchTom Tromey2019-04-061-14/+10
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-10/+14
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* C++ compile supportKeith Seitz2018-08-291-2/+2
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-8/+5
* Remove la_errorTom Tromey2018-06-181-4/+0
* Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves2018-05-221-5/+6
* Handle alignof and _AlignofTom Tromey2018-04-301-0/+1
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-4/+4
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+4
* Make language_def O(1)Pedro Alves2017-07-201-15/+4
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-4/+4
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-6/+1
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+14
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves2017-04-121-0/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-6/+3
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+4
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+19
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-1/+1
* Convert c_string_type to an enum flags typeSimon Marchi2015-11-171-9/+8
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* the "compile" commandTom Tromey2014-12-121-0/+8
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR 16286Doug Evans2013-12-101-3/+22
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New field 'la_natural_name' in struct language_defnYao Qi2013-11-071-0/+4
* New field la_varobj_ops in struct language_defnYao Qi2013-10-251-0/+5
* Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves2013-10-091-6/+2
* Cast result of obstack_base to gdb_byte * in a couple spots.Pedro Alves2013-04-191-1/+1
* PR c++/11990:Tom Tromey2013-04-151-1/+1
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-071-1/+1
* 2013-02-13 Pedro Alves <palves@redhat.com>Hafiz Abid Qadeer2013-02-131-0/+1