aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-262-2/+2
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-25/+24
* Change boolean options to bool instead of intChristian Biesinger2019-09-183-5/+5
* Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior2019-08-231-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-5/+7
* Use _() in calls to build_helpTom Tromey2019-08-051-3/+3
* Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger2019-07-241-0/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-103-0/+3
* Rename common to gdbsupportTom Tromey2019-07-097-13/+13
* Fix gdb build with -std=gnu++11Pedro Alves2019-06-131-1/+1
* Migrate rest of compile commands to new options frameworkPedro Alves2019-06-131-58/+111
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-12/+34
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Use "false" in compile_cplus_convert_enumTom Tromey2019-05-041-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-084-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-084-21/+14
* Make exceptions use std::string and be self-managingTom Tromey2019-04-082-5/+5
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-2/+2
* Normalize include guards in gdbTom Tromey2019-02-078-18/+28
* Normalize includes to use common/Tom Tromey2019-01-254-5/+5
* Remove a comment in compile/compile-cplus-types.cTom Tromey2019-01-221-2/+1
* Include compile-internal.h in gcc-c-plugin.hTom Tromey2019-01-221-0/+2
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-2/+1
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-1/+1
* gdb: Remove a cleanup from find_overload_matchAndrew Burgess2019-01-031-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0117-17/+17
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-2/+2
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-011-4/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Remove remaining cleanups from compile-object-load.cTom Tromey2018-09-181-27/+37
* Remove munmap_listp_free_cleanupTom Tromey2018-09-183-68/+47
* Fix use-after-move in compile/compile-cplus-types.cSimon Marchi2018-09-171-2/+2
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-172-2/+7
* Return std::string from gdb_bfd_errmsgTom Tromey2018-09-131-1/+2
* compile: Remove non-const reference parametersSimon Marchi2018-09-0611-81/+79
* Fix ARI violations in c++compileKeith Seitz2018-09-012-3/+3
* Fix compile-cplus-types.c build errorsSimon Marchi2018-08-301-2/+5
* Use host_address_to_string in compile_cplus_instance::enter_scopeKeith Seitz2018-08-301-1/+4
* C++ compile supportKeith Seitz2018-08-298-28/+2399
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-233-5/+5
* Use policies for code generationKeith Seitz2018-08-101-157/+256
* Use unique_ptr for htabsKeith Seitz2018-08-102-23/+12
* Move compile_instance to compile.cKeith Seitz2018-08-105-193/+195
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-106-255/+382
* Add a C++ wrapper for GCC C plug-inKeith Seitz2018-08-104-89/+167
* Move C-related declarations to compile-c.hKeith Seitz2018-08-106-61/+86