aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-loc2c.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-59/+59
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-20Remove print_spacesTom Tromey1-1/+1
2021-08-08Include objfiles.h in a few .c filesTom Tromey1-0/+1
2021-01-23Avoid crash when "compile" expression uses cooked registerTom Tromey1-2/+16
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-7/+9
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-49/+57
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi1-8/+12
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey1-1/+2
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-53/+53
2018-08-10Move C-related declarations to compile-c.hKeith Seitz1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-04Use std::vector in compile-loc2c.cTom Tromey1-25/+17
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-11/+5
2017-07-09compile-loc2c: Fix uninitialized variable errorSimon Marchi1-0/+1
2017-04-12Use std::vector in compile-loc2c.cTom Tromey1-11/+9
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-54/+53
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-3/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-6/+6
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+1
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+2
2015-05-16compile: Use -Wall, not -wJan Kratochvil1-9/+13
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-5/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+1148