aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-4/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves6-110/+95
2017-01-10Use class to manage BFD reference countsTom Tromey1-11/+9
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-7/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker11-11/+11
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves5-72/+87
2016-10-21Use RAII to save and restore scalarsTom Tromey1-15/+8
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-3/+4
2016-06-21Make the interpreters be per UIPedro Alves1-7/+7
2016-05-28Return void from linker callbacksAlan Modra1-15/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker11-11/+11
2015-11-17Type-safe wrapper for enum flagsPedro Alves2-1/+5
2015-10-29compile: Rename struct type_map_instance::gcc_type fieldPedro Alves1-4/+4
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-6/+6
2015-09-25Add some more casts (1/2)Simon Marchi6-25/+26
2015-09-25Add casts to memory allocation related callsSimon Marchi2-3/+5
2015-08-27Mention language in compile error messageLuis Machado1-1/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi3-4/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2-37/+39
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