[gdb/testsuite] Fix dwo path in fission-*.S
[deliverable/binutils-gdb.git] / gdb / compile /
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-04-02  Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-03-29  Luis MachadoDon't pass empty options to GCC
2021-03-24  Keith SeitzFix TYPE_DECLARED_CLASS thinko
2021-02-05  Tom TromeyReturn unique_ptr from language_defn::get_compile_context
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-24  Tom TromeyAvoid crash when "compile" expression uses cooked register
2021-01-24  Tom TromeyUse std::vector for "registers_used" in compile feature
2021-01-24  Tom TromeyRemove call to reset from compile_to_object
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE_OWNED macro
2021-01-22  Simon Marchigdb: add owner-related methods to struct type
2021-01-09  Tom TromeyAvoid crash in compile_to_object
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17  Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-11-17  Simon Marchigdb: make get_array_bounds return bool
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-25  Saagar JhaAdd a missing munmap_list move constructor
2020-09-23  Tom TromeyAvoid manual memory management of argv arrays in gdb...
2020-09-23  Tom TromeySimplify compile_module cleanup
2020-09-23  Tom TromeyTransfer module ownership to do_module_cleanup
2020-09-23  Tom TromeyIntroduce and use compile_module_up
2020-09-23  Tom TromeyUse new/delete for do_module_cleanup
2020-09-23  Tom TromeyRemove some manual memory management from compile interface
2020-09-18  Andrew Burgessgdb: Fix use after free bug in compile_object_run
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-15  Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-09-14  Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_VARARGS
2020-09-14  Simon Marchigdb: remove TYPE_PROTOTYPED
2020-09-14  Simon Marchigdb: remove TYPE_NOSIGN
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-13  Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-06-17  Andrew Burgessgdb: Convert language la_compute_program field to a...
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-06-02  Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Tom TromeyRemove obsolete declaration
2020-05-19  Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-24  Tom TromeyUse the linkage name if it exists
2020-03-25  Tom TromeyFix error message in compile-object-load.c
2020-02-08  Tom TromeyAdd some methods to dwarf2_per_cu_data
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12  Tom TromeyMake the objfile destructor private
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15  Tom TromeyChange gcc_target_options to return std::string
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-23  Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
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-25  Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
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-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-04  Tom TromeyUse "false" in compile_cplus_convert_enum
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-29  Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyRemove a comment in compile/compile-cplus-types.c
2019-01-23  Tom TromeyInclude compile-internal.h in gcc-c-plugin.h
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-04  Tom TromeyUse upper case for more metasyntactic variables in gdb
2019-01-03  Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-01  Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-18  Tom TromeyRemove remaining cleanups from compile-object-load.c
2018-09-18  Tom TromeyRemove munmap_listp_free_cleanup
2018-09-17  Simon MarchiFix use-after-move in compile/compile-cplus-types.c
2018-09-17  Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-13  Tom TromeyReturn std::string from gdb_bfd_errmsg
next
This page took 0.269628 seconds and 7 git commands to generate.