summaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)Author
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil
2015-07-02debug compile: Replace confusing debug messageJan Kratochvil
2015-06-24Remove redundant include directives.Gary Benson
2015-06-03compile: Use also inferior munmapJan Kratochvil
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil
2015-05-16compile: Fix detected inferior typeJan Kratochvil
2015-05-16compile: New 'compile print'Jan Kratochvil
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil
2015-05-16compile: Use -Wall, not -wJan Kratochvil
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil
2015-05-16compile: Add one debug messageJan Kratochvil
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil
2015-05-06Code cleanup: compile: Constify some parametersJan Kratochvil
2015-03-31Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil
2015-02-26Change // comment in gdb/compile/Jan Kratochvil
2015-02-03compile: Filter out -fpreprocessedJan Kratochvil
2015-01-22compile: Fix function pointersJan Kratochvil
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-12-17Fix MinGW compilationJan Kratochvil
2014-12-13Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker
2014-12-12the "compile" commandTom Tromey