aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves2-14/+18
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves2-18/+19
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2-5/+17
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil1-2/+12
2015-02-26Change // comment in gdb/compile/Jan Kratochvil2-2/+2
2015-02-03compile: Filter out -fpreprocessedJan Kratochvil1-0/+22
2015-01-22compile: Fix function pointersJan Kratochvil1-3/+4
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-2/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker11-11/+11
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-17Fix MinGW compilationJan Kratochvil1-0/+4
2014-12-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker1-3/+3
2014-12-12the "compile" commandTom Tromey11-0/+4433