]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/compile/compile.c
gas pending_bundle_size assert
[thirdparty/binutils-gdb.git] / gdb / compile / compile.c
10 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-26  Guinevere Larsengdb: add configure option to disable compile
2025-03-26  Guinevere Larsengdb: Remove compile-related attributes from struct...
2024-11-26  Simon MarchiConvert compile/compile.c to new hash table
2024-09-07  Andrew Burgessgdb: allow quoted filenames for commands that have...
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-03  Lancelot SIXRevert "gdb/compile: Use std::filesystem::remove_all...
2024-04-03  Lancelot SIXgdb/compile: Use std::filesystem::remove_all in cleanup
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-27  Tom TromeyRewrite final cleanups
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-05-01  Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-01-20  Simon Marchigdb: move type_map_instance to compile/compile.c
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-18  Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-07  Simon Marchigdb: remove symtab::blockvector
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-02-06  Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06  Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-18  Tom TromeyMove gdb_argv to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
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
next