aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-5/+7
2019-08-05Use _() in calls to build_helpTom Tromey1-3/+3
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-06-13Fix gdb build with -std=gnu++11Pedro Alves1-1/+1
2019-06-13Migrate rest of compile commands to new options frameworkPedro Alves1-58/+111
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-12/+34
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-04Use upper case for more metasyntactic variables in gdbTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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