aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-20gdb: move compile_instance to compile/compile.hSimon Marchi1-116/+0
2023-01-20gdb: move type_map_instance to compile/compile.cSimon Marchi1-13/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-23Remove call to reset from compile_to_objectTom Tromey1-1/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
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-0/+4
2018-08-10Use unique_ptr for htabsKeith Seitz1-5/+2
2018-08-10Move compile_instance to compile.cKeith Seitz1-0/+13
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-23/+100
2018-08-10Move C-related declarations to compile-c.hKeith Seitz1-60/+0
2018-08-10Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz1-4/+5
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-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-0/+25
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Type-safe wrapper for enum flagsPedro Alves1-0/+4
2015-05-16compile: New 'compile print'Jan Kratochvil1-0/+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/+147