summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0211-11/+11
* Remove some unused variablesSimon Marchi2017-12-054-7/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove make_cleanup_free_objfileTom Tromey2017-11-041-7/+6
* Use std::vector in compile-loc2c.cTom Tromey2017-11-041-25/+17
* Remove cleanups from link_callbacks_einfoTom Tromey2017-11-041-7/+2
* Change objfile to use new/deleteTom Tromey2017-10-131-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Constify some commands in compile.cTom Tromey2017-09-271-5/+4
* Sync libiberty/ & include/ with GCCPedro Alves2017-09-151-8/+8
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-0/+15
* Stop assuming no-debug-info functions return intPedro Alves2017-09-043-5/+22
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-036-54/+37
* compile: Add 'set compile-gcc'Jan Kratochvil2017-08-231-11/+52
* compile: set debug compile: Display GCC driver filenameJan Kratochvil2017-08-231-2/+9
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-8/+3
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-12/+13
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-6/+8
* Remove an unlink cleanupTom Tromey2017-08-031-19/+19
* Introduce and use gdb_file_upTom Tromey2017-08-031-8/+9