aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)Author
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves
2017-04-12Use std::vector in compile-loc2c.cTom Tromey
2017-04-12Introduce gdb_dlhandle_upTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves
2016-10-21Use RAII to save and restore scalarsTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-09-02Handle DW_OP_form_tls_addressTom Tromey
2016-06-21Make the interpreters be per UIPedro Alves
2016-05-28Return void from linker callbacksAlan Modra
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Type-safe wrapper for enum flagsPedro Alves
2015-10-29compile: Rename struct type_map_instance::gcc_type fieldPedro Alves
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-27Mention language in compile error messageLuis Machado
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
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