aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-loc2c.c
AgeCommit message (Expand)AuthorFilesLines
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