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