aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-4/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-09-18Remove remaining cleanups from compile-object-load.cTom Tromey1-27/+37
2018-09-18Remove munmap_listp_free_cleanupTom Tromey3-68/+47
2018-09-17Fix use-after-move in compile/compile-cplus-types.cSimon Marchi1-2/+2
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2-2/+7
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+2
2018-09-06compile: Remove non-const reference parametersSimon Marchi11-81/+79
2018-09-01Fix ARI violations in c++compileKeith Seitz2-3/+3
2018-08-30Fix compile-cplus-types.c build errorsSimon Marchi1-2/+5
2018-08-30Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz1-1/+4
2018-08-29C++ compile supportKeith Seitz8-28/+2399
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner3-5/+5
2018-08-10Use policies for code generationKeith Seitz1-157/+256
2018-08-10Use unique_ptr for htabsKeith Seitz2-23/+12
2018-08-10Move compile_instance to compile.cKeith Seitz5-193/+195
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz6-255/+382
2018-08-10Add a C++ wrapper for GCC C plug-inKeith Seitz4-89/+167
2018-08-10Move C-related declarations to compile-c.hKeith Seitz6-61/+86
2018-08-10Rename symbol_substitution_nameKeith Seitz1-3/+3
2018-08-10Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz3-17/+13
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+3
2018-05-04Use counted_command_line everywhereTom Tromey1-3/+3
2018-04-27Add libcc1 v1 compatibility to C compile featureAlexandre Oliva1-5/+23
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-27Update get_args documentationPhil Muldoon1-3/+19
2018-02-08Return unique_xmalloc_ptr from macro scope functionsTom Tromey1-1/+1
2018-01-17Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")Sergio Durigan Junior1-5/+6
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker11-11/+11
2017-12-05Remove some unused variablesSimon Marchi4-7/+1
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