summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename symbol_substitution_nameKeith Seitz2018-08-101-3/+3
* Return unique_xmalloc_ptr for generate_c_for_variable_locationsKeith Seitz2018-08-103-17/+13
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-1/+3
* Use counted_command_line everywhereTom Tromey2018-05-041-3/+3
* Add libcc1 v1 compatibility to C compile featureAlexandre Oliva2018-04-271-5/+23
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Update get_args documentationPhil Muldoon2018-02-271-3/+19
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-081-1/+1
* Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")Sergio Durigan Junior2018-01-171-5/+6