Fix crash with DW_FORM_implicit_const
[binutils-gdb.git] / gdb / compile /
2023-06-03 Tom de Vries[gdb/compile] Fix typo in debug message
2023-05-12 Tom TromeyAdd dynamic_prop::is_constant
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-05-01 Tom TromeyReplace field_is_static with a method
2023-03-27 Tom TromeyChange symbol::line to unsigned int
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-03-18 Tom TromeyUse builtin type when appropriate
2023-02-19 Tom TromeyConvert explicit iterator uses to foreach
2023-02-19 Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19 Tom TromeyConvert block_linkage_function to method
2023-02-19 Tom TromeyDon't allow NULL as an argument to block_static_block
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-09 Tom TromeyIncrease size of main_type::nfields
2023-01-20 Simon Marchigdb: move compile_instance to compile/compile.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-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18 Markus Metzgergdb, compile: unlink objfile stored in module
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28 Tom TromeyChange allocation of type-copying hash table
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
next