aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-04Remove make_cleanup_free_objfileTom Tromey1-7/+6
2017-11-04Use std::vector in compile-loc2c.cTom Tromey1-25/+17
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey1-7/+2
2017-10-13Change objfile to use new/deleteTom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in compile.cTom Tromey1-5/+4
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves1-8/+8
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-0/+15
2017-09-04Stop assuming no-debug-info functions return intPedro Alves3-5/+22
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey6-54/+37
2017-08-23compile: Add 'set compile-gcc'Jan Kratochvil1-11/+52
2017-08-23compile: set debug compile: Display GCC driver filenameJan Kratochvil1-2/+9
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-8/+3
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-12/+13
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-6/+8
2017-08-03Remove an unlink cleanupTom Tromey1-19/+19
2017-08-03Introduce and use gdb_file_upTom Tromey1-8/+9
2017-07-09compile-loc2c: Fix uninitialized variable errorSimon Marchi1-0/+1
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves1-3/+1
2017-04-12Use std::vector in compile-loc2c.cTom Tromey1-11/+9
2017-04-12Introduce gdb_dlhandle_upTom Tromey1-2/+4
2017-04-12Introduce command_line_upTom Tromey1-8/+4
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-4/+12
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves6-110/+95
2017-01-10Use class to manage BFD reference countsTom Tromey1-11/+9
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-7/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker11-11/+11
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves5-72/+87
2016-10-21Use RAII to save and restore scalarsTom Tromey1-15/+8
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-3/+4
2016-06-21Make the interpreters be per UIPedro Alves1-7/+7
2016-05-28Return void from linker callbacksAlan Modra1-15/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker11-11/+11
2015-11-17Type-safe wrapper for enum flagsPedro Alves2-1/+5
2015-10-29compile: Rename struct type_map_instance::gcc_type fieldPedro Alves1-4/+4
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-6/+6
2015-09-25Add some more casts (1/2)Simon Marchi6-25/+26
2015-09-25Add casts to memory allocation related callsSimon Marchi2-3/+5
2015-08-27Mention language in compile error messageLuis Machado1-1/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi3-4/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2-37/+39
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat2-15/+13
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2-3/+3
2015-07-08compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil1-1/+2