aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat2-15/+13
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2-3/+3
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil1-1/+2
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil1-4/+19
2015-06-24Remove redundant include directives.Gary Benson2-3/+0
2015-06-03compile: Use also inferior munmapJan Kratochvil3-1/+82
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil3-16/+16
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 Kratochvil7-12/+310
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil3-52/+76
2015-05-16compile: Use -Wall, not -wJan Kratochvil3-16/+25
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil5-8/+26
2015-05-16compile: Add one debug messageJan Kratochvil1-0/+6
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil1-2/+2
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil1-0/+4
2015-05-06Code cleanup: compile: Constify some parametersJan Kratochvil2-7/+11
2015-03-31Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose1-1/+3
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