aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-symbols.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-7/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi1-2/+2
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi1-2/+2
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-13/+13
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-7/+7
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-08-10Move compile_instance to compile.cKeith Seitz1-101/+1
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-40/+44
2018-08-10Add a C++ wrapper for GCC C plug-inKeith Seitz1-17/+13
2018-08-10Move C-related declarations to compile-c.hKeith Seitz1-1/+2
2018-08-10Rename symbol_substitution_nameKeith Seitz1-3/+3
2018-08-10Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz1-7/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-3/+1
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-19/+13
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-11/+10
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-7/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-10/+10
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-36/+38
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-14/+12
2015-06-24Remove redundant include directives.Gary Benson1-1/+0
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-6/+6
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-11/+15
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-11/+11
2015-02-26compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil1-2/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+759