aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-support.c
AgeCommit message (Expand)AuthorFilesLines
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