aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-run.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-06-03compile: Use also inferior munmapJan Kratochvil1-0/+6
2015-05-16compile: New 'compile print'Jan Kratochvil1-1/+32
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil1-16/+27
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-0/+6
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-7/+8
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/+138