summaryrefslogtreecommitdiff
path: root/gdb/c-lang.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: move frame_info_ptr to frame.{c,h}Simon Marchi2023-01-201-0/+1
* gdb: move compile_instance to compile/compile.hSimon Marchi2023-01-201-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Add name canonicalization for CTom Tromey2022-12-011-0/+5
* Remove c_printstrTom Tromey2022-10-101-8/+0
* Remove c_emit_charTom Tromey2022-10-101-3/+0
* Always pass an explicit language down to c_type_printPedro Alves2022-05-101-8/+9
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove union exp_elementTom Tromey2021-03-081-2/+0
* Remove now-unused C evaluator codeTom Tromey2021-03-081-6/+1
* Return unique_ptr from language_defn::get_compile_contextTom Tromey2021-02-051-10/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: rename c_printchar as language_defn::printcharAndrew Burgess2020-12-231-2/+0
* Do not include parser-defs.h from c-lang.hTom Tromey2020-11-251-1/+0
* gdb: Convert language la_watch_location_expression field to a methodAndrew Burgess2020-06-171-3/+0
* gdb: Convert language la_compute_program field to a methodAndrew Burgess2020-06-171-2/+2
* gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess2020-06-021-2/+2
* Remove val_printTom Tromey2020-03-131-20/+0
* Introduce cp_print_value_fields and c_value_print_structTom Tromey2020-03-131-0/+5
* Introduce c_value_print_innerTom Tromey2020-03-131-0/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Move declaration of vtbl_ptr_name to the header.Christian Biesinger2019-10-071-0/+6
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use unsigned as base type for some enumsTom Tromey2018-10-031-1/+1
* C++ compile supportKeith Seitz2018-08-291-0/+19
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-101-2/+2
* Remove la_errorTom Tromey2018-06-181-2/+0
* Thread language through c_type_print_argsTom Tromey2018-06-011-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from c print functionsYao Qi2016-11-111-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-4/+4
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-081-7/+7
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Convert c_string_type to an enum flags typeSimon Marchi2015-11-171-1/+4
* 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/+19
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-1/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey2012-11-121-2/+4
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-5/+5
* * value.h (value_print): Return void.Tom Tromey2012-03-011-2/+2