Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / compile / compile.c
2022-01-16  Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-06-17  Pedro AlvesIntroduce scoped_restore_signal
2021-06-14  Bernd EdlingerInclude missing header signal.h
2021-06-05  Bernd EdlingerFix gdb crash due to SIGPIPE when the compile command...
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-29  Luis MachadoDon't pass empty options to GCC
2021-02-05  Tom TromeyReturn unique_ptr from language_defn::get_compile_context
2021-01-24  Tom TromeyRemove call to reset from compile_to_object
2021-01-09  Tom TromeyAvoid crash in compile_to_object
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-23  Tom TromeyAvoid manual memory management of argv arrays in gdb...
2020-09-23  Tom TromeyIntroduce and use compile_module_up
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-06-17  Andrew Burgessgdb: Convert language la_compute_program field to a...
2020-06-02  Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-15  Tom TromeyChange gcc_target_options to return std::string
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05  Tom TromeyUse _() in calls to build_help
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-13  Pedro AlvesFix gdb build with -std=gnu++11
2019-06-12  Pedro AlvesMigrate rest of compile commands to new options framework
2019-06-12  Pedro AlvesMake "print" and "compile print" support -OPT options
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-04  Tom TromeyUse upper case for more metasyntactic variables in gdb
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-01  Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-06  Simon Marchicompile: Remove non-const reference parameters
2018-08-29  Keith SeitzC++ compile support
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-10  Keith SeitzUse unique_ptr for htabs
2018-08-10  Keith SeitzMove compile_instance to compile.c
2018-08-10  Keith SeitzChange compile_instance/compile_c_instance into classes
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-27  Phil MuldoonUpdate get_args documentation
2018-01-17  Sergio Durigan JuniorFix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify add_setshow_*
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some commands in compile.c
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-03  Tom TromeyUse std::string and unique_xmalloc_ptr in compile/...
2017-08-23  Jan Kratochvilcompile: Add 'set compile-gcc'
2017-08-23  Jan Kratochvilcompile: set debug compile: Display GCC driver filename
2017-08-22  Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyRemove an unlink cleanup
2017-08-03  Tom TromeyIntroduce and use gdb_file_up
2017-04-12  Tom TromeyIntroduce command_line_up
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/compile/
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-08-27  Luis MachadoMention language in compile error message
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-05-19  Jan Kratochvilcompile: gdb_stdout -> gdb_stdlog
2015-05-16  Jan Kratochvilcompile: New 'compile print'
2015-05-16  Jan Kratochvilcompile: Use -Wall, not -w
2015-05-16  Jan Kratochvilcompile: Distribute scope, add scope_data
2015-05-06  Jan KratochvilCode cleanup: compile: Constify some parameters
2015-03-31  Matthias KloseFix the triplet regexp to recognize triplets, not only...
2015-03-06  Gary BensonNew common function "startswith"
2015-02-03  Jan Kratochvilcompile: Filter out -fpreprocessed
2015-01-22  Jan Kratochvilcompile: Fix function pointers
2015-01-09  Chen Ganggdb/compile/compile.c: Check return value of 'system...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-17  Jan KratochvilFix MinGW compilation
2014-12-12  Tom Tromeythe "compile" command
This page took 1.794845 seconds and 87 git commands to generate.