aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-01Import mkdtemp gnulib module, fix mingw buildSimon Marchi1-4/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-2/+4
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-2/+2
2018-08-29C++ compile supportKeith Seitz1-1/+0
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-2/+2
2018-08-10Use unique_ptr for htabsKeith Seitz1-18/+10
2018-08-10Move compile_instance to compile.cKeith Seitz1-0/+175
2018-08-10Change compile_instance/compile_c_instance into classesKeith Seitz1-51/+102
2018-05-04Use counted_command_line everywhereTom Tromey1-3/+3
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-27Update get_args documentationPhil Muldoon1-3/+19
2018-01-17Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")Sergio Durigan Junior1-5/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-09-27Constify some commands in compile.cTom Tromey1-5/+4
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-03Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey1-2/+2
2017-08-23compile: Add 'set compile-gcc'Jan Kratochvil1-11/+52
2017-08-23compile: set debug compile: Display GCC driver filenameJan Kratochvil1-2/+9
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-8/+3
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-6/+8
2017-08-03Remove an unlink cleanupTom Tromey1-19/+19
2017-08-03Introduce and use gdb_file_upTom Tromey1-8/+9
2017-04-12Introduce command_line_upTom Tromey1-8/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves1-58/+48
2016-10-21Use RAII to save and restore scalarsTom Tromey1-15/+8
2016-06-21Make the interpreters be per UIPedro Alves1-7/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+4
2015-08-27Mention language in compile error messageLuis Machado1-1/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-05-19compile: gdb_stdout -> gdb_stdlogJan Kratochvil1-5/+5
2015-05-16compile: New 'compile print'Jan Kratochvil1-6/+77
2015-05-16compile: Use -Wall, not -wJan Kratochvil1-2/+5
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil1-4/+5
2015-05-06Code cleanup: compile: Constify some parametersJan Kratochvil1-6/+9
2015-03-31Fix the triplet regexp to recognize triplets, not only quadrupletsMatthias Klose1-1/+3
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-03compile: Filter out -fpreprocessedJan Kratochvil1-0/+22
2015-01-22compile: Fix function pointersJan Kratochvil1-3/+4
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-2/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-17Fix MinGW compilationJan Kratochvil1-0/+4
2014-12-12the "compile" commandTom Tromey1-0/+651