summaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-16/+22
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Use upper case for more metasyntactic variables in gdbTom Tromey2019-01-041-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Import mkdtemp gnulib module, fix mingw buildSimon Marchi2018-11-011-4/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-2/+4
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-2/+2
* C++ compile supportKeith Seitz2018-08-291-1/+0
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Use unique_ptr for htabsKeith Seitz2018-08-101-18/+10
* Move compile_instance to compile.cKeith Seitz2018-08-101-0/+175
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-101-51/+102
* Use counted_command_line everywhereTom Tromey2018-05-041-3/+3
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Update get_args documentationPhil Muldoon2018-02-271-3/+19
* Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")Sergio Durigan Junior2018-01-171-5/+6
* 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