aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-support.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Return unique_ptr from language_defn::get_compile_contextTom Tromey1-4/+4
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-4/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-06-17gdb: Convert language la_compute_program field to a methodAndrew Burgess1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-1/+1
2018-08-29C++ compile supportKeith Seitz1-25/+180
2018-08-10Use policies for code generationKeith Seitz1-157/+256
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-14/+15
2018-08-10Move C-related declarations to compile-c.hKeith Seitz1-0/+1
2018-08-10Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz1-6/+4
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-9/+7
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves1-3/+1
2017-04-12Introduce gdb_dlhandle_upTom Tromey1-2/+4
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-4/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-36/+26
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-05-16compile: New 'compile print'Jan Kratochvil1-2/+42
2015-05-16compile: Use -Wall, not -wJan Kratochvil1-5/+7
2015-02-26Change // comment in gdb/compile/Jan Kratochvil1-1/+1
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/+399