summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* Use the linkage name if it existsTom Tromey2020-04-241-3/+4
* Fix error message in compile-object-load.cTom Tromey2020-03-251-1/+1
* Add some methods to dwarf2_per_cu_dataTom Tromey2020-02-081-1/+2
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-083-5/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-132-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0117-17/+17
* Make the objfile destructor privateTom Tromey2019-12-122-4/+4
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-225-29/+29
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-222-2/+2
* [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