summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-symbols.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-7/+7
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Move compile_instance to compile.cKeith Seitz2018-08-101-101/+1
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-101-40/+44
* Add a C++ wrapper for GCC C plug-inKeith Seitz2018-08-101-17/+13
* Move C-related declarations to compile-c.hKeith Seitz2018-08-101-1/+2
* Rename symbol_substitution_nameKeith Seitz2018-08-101-3/+3
* Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz2018-08-101-7/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-3/+1
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-031-19/+13
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-11/+10
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-7/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-10/+10
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-36/+38
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-14/+12
* Remove redundant include directives.Gary Benson2015-06-241-1/+0
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-191-6/+6
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-11/+15
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-11/+11
* compile: Fix GNU-IFUNC funcs called from injected codeJan Kratochvil2015-02-261-2/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* the "compile" commandTom Tromey2014-12-121-0/+759