aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2019-09-19bfd_section_* macrosAlan Modra1-25/+24
2019-09-18Change boolean options to bool instead of intChristian Biesinger3-5/+5
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-5/+7
2019-08-05Use _() in calls to build_helpTom Tromey1-3/+3
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-0/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey3-0/+3
2019-07-09Rename common to gdbsupportTom Tromey7-13/+13
2019-06-13Fix gdb build with -std=gnu++11Pedro Alves1-1/+1
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves1-58/+111
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-12/+34
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-04Use "false" in compile_cplus_convert_enumTom Tromey1-1/+1
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey4-7/+7
2019-04-08Rewrite TRY/CATCHTom Tromey4-21/+14
2019-04-08Make exceptions use std::string and be self-managingTom Tromey2-5/+5
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-2/+2
2019-02-07Normalize include guards in gdbTom Tromey8-18/+28
2019-01-25Normalize includes to use common/Tom Tromey4-5/+5
2019-01-22Remove a comment in compile/compile-cplus-types.cTom Tromey1-2/+1
2019-01-22Include compile-internal.h in gcc-c-plugin.hTom Tromey1-0/+2
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-2/+1
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-1/+1
2019-01-03gdb: Remove a cleanup from find_overload_matchAndrew Burgess1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker17-17/+17
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-2/+2
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