aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-object-load.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil1-4/+19
2015-06-03compile: Use also inferior munmapJan Kratochvil1-1/+70
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-5/+5
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil1-3/+6
2015-05-16compile: Fix detected inferior typeJan Kratochvil1-2/+3
2015-05-16compile: New 'compile print'Jan Kratochvil1-3/+145
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil1-34/+47
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-1/+4
2015-05-16compile: Add one debug messageJan Kratochvil1-0/+6
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil1-0/+4
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-0/+3
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-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker1-3/+3
2014-12-12the "compile" commandTom Tromey1-0/+588