summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-252-3/+5
* Mention language in compile error messageLuis Machado2015-08-271-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-263-4/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-252-37/+39
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-012-15/+13
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-142-3/+3
* compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil2015-07-081-1/+2
* debug compile: Replace confusing debug messageJan Kratochvil2015-07-021-4/+19
* Remove redundant include directives.Gary Benson2015-06-242-3/+0
* compile: Use also inferior munmapJan Kratochvil2015-06-033-1/+82
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-193-16/+16
* compile: Fix uninitialized variable compiler warningsJan Kratochvil2015-05-161-3/+6
* compile: Fix detected inferior typeJan Kratochvil2015-05-161-2/+3
* compile: New 'compile print'Jan Kratochvil2015-05-167-12/+310
* Code cleanup: compile: func_addr -> func_symJan Kratochvil2015-05-163-52/+76
* compile: Use -Wall, not -wJan Kratochvil2015-05-163-16/+25
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-165-8/+26
* compile: Add one debug messageJan Kratochvil2015-05-161-0/+6
* Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil2015-05-131-2/+2
* compile: Support relocation to GNU-IFUNCsJan Kratochvil2015-05-061-0/+4
* Code cleanup: compile: Constify some parametersJan Kratochvil2015-05-062-7/+11
* Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2015-03-311-1/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-072-14/+18
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-072-18/+19
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-262-5/+17
* compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil2015-02-261-2/+12
* Change // comment in gdb/compile/Jan Kratochvil2015-02-262-2/+2
* compile: Filter out -fpreprocessedJan Kratochvil2015-02-031-0/+22
* compile: Fix function pointersJan Kratochvil2015-01-221-3/+4
* gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang2015-01-091-2/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0111-11/+11
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Fix MinGW compilationJan Kratochvil2014-12-171-0/+4
* Fix ARI warnings in gdb/compile/compile-object-load.c.Joel Brobecker2014-12-131-3/+3
* the "compile" commandTom Tromey2014-12-1211-0/+4433