summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-run.c
Commit message (Expand)AuthorAgeFilesLines
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+6
* compile: New 'compile print'Jan Kratochvil2015-05-161-1/+32
* Code cleanup: compile: func_addr -> func_symJan Kratochvil2015-05-161-16/+27
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-0/+6
* Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil2015-05-131-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-7/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* the "compile" commandTom Tromey2014-12-121-0/+138