summaryrefslogtreecommitdiff
path: root/gdb/c-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-15/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* PR c++/13356Keith Seitz2012-08-171-4/+0
* * c-lang.c (c_printstr): Remove ununsed variable WIDTH.Siddhesh Poyarekar2012-07-061-1/+0
* language-specific read_var_value for Ada renamingsJoel Brobecker2012-03-021-0/+4
* Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker2012-02-081-4/+4
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-1/+1
* Ada: allow unqualified function names in linespecsJoel Brobecker2012-01-261-4/+4
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* the "ambiguous linespec" seriesTom Tromey2011-12-061-0/+8
* gdbTom Tromey2011-06-291-404/+8
* gdbTom Tromey2011-05-231-4/+44