summaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Constify some commands in compile.cTom Tromey2017-09-271-5/+4
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-031-2/+2
* 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
* 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
* Introduce command_line_upTom Tromey2017-04-121-8/+4
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-6/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-081-58/+48
* Use RAII to save and restore scalarsTom Tromey2016-10-211-15/+8
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-4/+4
* Mention language in compile error messageLuis Machado2015-08-271-1/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* compile: gdb_stdout -> gdb_stdlogJan Kratochvil2015-05-191-5/+5
* compile: New 'compile print'Jan Kratochvil2015-05-161-6/+77
* compile: Use -Wall, not -wJan Kratochvil2015-05-161-2/+5
* compile: Distribute scope, add scope_dataJan Kratochvil2015-05-161-4/+5
* Code cleanup: compile: Constify some parametersJan Kratochvil2015-05-061-6/+9
* Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose2015-03-311-1/+3
* New common function "startswith"Gary Benson2015-03-061-2/+2
* compile: Filter out -fpreprocessedJan Kratochvil2015-02-031-0/+22
* compile: Fix function pointersJan Kratochvil2015-01-221-3/+4
* gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang2015-01-091-2/+7
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix MinGW compilationJan Kratochvil2014-12-171-0/+4
* the "compile" commandTom Tromey2014-12-121-0/+651