aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-lang.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-20gdb: move frame_info_ptr to frame.{c,h}Simon Marchi1-0/+1
2023-01-20gdb: move compile_instance to compile/compile.hSimon Marchi1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-01Add name canonicalization for CTom Tromey1-0/+5
2022-10-10Remove c_printstrTom Tromey1-8/+0
2022-10-10Remove c_emit_charTom Tromey1-3/+0
2022-05-10Always pass an explicit language down to c_type_printPedro Alves1-8/+9
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-03-08Remove union exp_elementTom Tromey1-2/+0
2021-03-08Remove now-unused C evaluator codeTom Tromey1-6/+1
2021-02-05Return unique_ptr from language_defn::get_compile_contextTom Tromey1-10/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: rename c_printchar as language_defn::printcharAndrew Burgess1-2/+0
2020-11-25Do not include parser-defs.h from c-lang.hTom Tromey1-1/+0
2020-06-17gdb: Convert language la_watch_location_expression field to a methodAndrew Burgess1-3/+0
2020-06-17gdb: Convert language la_compute_program field to a methodAndrew Burgess1-2/+2
2020-06-02gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess1-2/+2
2020-03-13Remove val_printTom Tromey1-20/+0
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey1-0/+5
2020-03-13Introduce c_value_print_innerTom Tromey1-0/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-07Move declaration of vtbl_ptr_name to the header.Christian Biesinger1-0/+6
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+5
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-03Use unsigned as base type for some enumsTom Tromey1-1/+1
2018-08-29C++ compile supportKeith Seitz1-0/+19
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-2/+2
2018-06-18Remove la_errorTom Tromey1-2/+0
2018-06-01Thread language through c_type_print_argsTom Tromey1-0/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+3
2017-04-05-Wwrite-strings: The RestPedro Alves1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove parameter valaddr from c print functionsYao Qi1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-4/+4
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-7/+7
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Convert c_string_type to an enum flags typeSimon Marchi1-1/+4
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/+19
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-1/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey1-2/+4
2012-03-01 * valprint.c (val_print): Update.Tom Tromey1-5/+5