summaryrefslogtreecommitdiff
path: root/gdb/compile
Commit message (Expand)AuthorAgeFilesLines
* 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
* compile-loc2c: Fix uninitialized variable errorSimon Marchi2017-07-091-0/+1
* Add STRINGIFY to gdb/common/preprocessor.hPedro Alves2017-06-221-3/+1
* Use std::vector in compile-loc2c.cTom Tromey2017-04-121-11/+9
* Introduce gdb_dlhandle_upTom Tromey2017-04-121-2/+4
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-4/+12
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-026-110/+95
* Use class to manage BFD reference countsTom Tromey2017-01-101-11/+9
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-7/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-0111-11/+11
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-085-72/+87
* Use RAII to save and restore scalarsTom Tromey2016-10-211-15/+8
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Handle DW_OP_form_tls_addressTom Tromey2016-09-021-3/+4
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* Return void from linker callbacksAlan Modra2016-05-281-15/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0111-11/+11
* Type-safe wrapper for enum flagsPedro Alves2015-11-172-1/+5
* compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2015-10-291-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-6/+6