[arm] Cleanup: use hex for offsets
[binutils-gdb.git] / gdb / compile /
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20 Tom TromeyUse symbol_symtab accessor in compile-object-load.c
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-18 Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-20 Tom TromeyRemove print_spaces
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-08-08 Tom TromeyInclude objfiles.h in a few .c files
2021-08-05 Will Schmidt[gdb] Handle .TOC. sections during gdb-compile for...
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
next