aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-symbols.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-3/+1
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-19/+13
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+10
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-7/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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-10/+10
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-36/+38
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-14/+12
2015-06-24Remove redundant include directives.Gary Benson1-1/+0
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-6/+6
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-11/+15
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-11/+11
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil1-2/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+759