Fix build failure on macOS
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2019-12-18  Tom TromeyFix build failure on macOS
2019-12-18  Simon MarchiFix -Wmisleading-indentation warning in top.c
2019-12-17  Christian BiesingerAdd missing include to bsd-kvm.c for gdb_abspath
2019-12-17  Simon MarchiAdd virtual destructor to tui_layout_base
2019-12-17  Bernd EdlingerCheck all inline frames if they are marked for skip
2019-12-16  Simon Marchijit: make gdb_symtab::blocks an std::forward_list
2019-12-16  Simon Marchijit: c++-ify gdb_block
2019-12-16  Simon Marchijit: make gdb_object::symtabs an std::forward_list
2019-12-16  Simon Marchijit: c++-ify gdb_symtab
2019-12-16  Simon MarchiFix double-free when creating more than one block in...
2019-12-16  Tom TromeyConstify get_exec_file
2019-12-16  Christian BiesingerUpdate Gnulib to the latest git version
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-16  Christian BiesingerUse symbol_set_language to set a symbol's language
2019-12-14  Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-12-13  Tom TromeyRemove ARI check for multiple calls to warning or error
2019-12-13  Tom TromeyRemove "fix" call for "long long" from ARI
2019-12-13  Tom TromeyAccept -Wno- prefix in ARI
2019-12-13  Tom TromeyChange ARI usage to GNU style
2019-12-13  Tom TromeySuppress ARI warnings for vsprintf
2019-12-13  Tom TromeySilence ARI warning about floatformat_to_double
2019-12-13  Tom TromeySilence ARI for valid calls to abort
2019-12-13  Tom TromeyFix ARI text for floatformat_from_double
2019-12-13  Tom TromeyRemove ATTRIBUTE_UNUSED check from ARI
2019-12-13  Tom TromeyRemove "boolean" and "var_boolean" checks from ARI
2019-12-13  Tom TromeyFix the gdb build with GCC 7
2019-12-13  Simon MarchiFix indentation in jit.c
2019-12-13  Jozef LawrynowiczMSP430: Relax target glob for configuring GDB
2019-12-12  Tom TromeyChange objfile::partial_symtabs to be a unique_ptr
2019-12-12  Tom TromeyManage objfiles with shared_ptr
2019-12-12  Tom TromeyMove free_all_objfiles to program_space
2019-12-12  Tom TromeyStore objfiles on a std::list
2019-12-12  Tom TromeyIntroduce basic_safe_range
2019-12-12  Tom TromeyRemove MULTI_OBJFILE_P
2019-12-12  Tom TromeyIntroduce program_space::remove_objfile
2019-12-12  Tom TromeyIntroduce program_space::add_objfile
2019-12-12  Tom TromeyMake the objfile destructor private
2019-12-12  Tom TromeyMake add_separate_debug_objfile static
2019-12-12  Tom TromeyMake the objfile constructor private
2019-12-12  Simon MarchiReplace xmalloc/xfree with vector in jit.c
2019-12-12  Tom TromeyRemove some calls to malloc_failure
2019-12-12  Tom TromeyRavenscar port for RISC-V
2019-12-12  Tom TromeyFix the thread-pool.c compilation
2019-12-12  Luis MachadoFix unused function error
2019-12-11  Tom TromeyChange "winheight" resizing to use new layout code
2019-12-11  Tom TromeyRe-apply the current layout when resizing
2019-12-11  Tom TromeyFirst use of tui_layout
2019-12-11  Tom TromeyIntroduce new layout code
2019-12-11  Tom TromeyRemove struct tui_point
2019-12-11  Tom TromeyIntroduce the tui_gen_win_info::min_height method
2019-12-11  Tom TromeyMove can_box to tui_gen_win_info
2019-12-11  Tom TromeyMove max_height method to tui_gen_win_info
2019-12-11  Joel BrobeckerUpdate NEWS post GDB 9 branch creation.
2019-12-11  Joel BrobeckerBump version to 10.0.50.DATE-git.
2019-12-11  Tom TromeyFix build on macOS
2019-12-11  Tom TromeyFix the build after bfd_get_signed_8 change
2019-12-11  Philippe WaroquiersImplement 'print -raw-values' and 'set print raw-values...
2019-12-10  Christian BiesingerSuppress the "unused function" warning for select_strer...
2019-12-10  Christian BiesingerReplace the remaining uses of strerror with safe_strerror
2019-12-10  Tom TromeyNormalize Ada ptype to use a single "?"
2019-12-09  George BarrettFix scripted probe breakpoints
2019-12-09  Tankut Baris Aktemurgdb: rank an lvalue argument incompatible for an rvalue...
2019-12-09  Wataru Ashiharagdb/darwin-nat.c: Fix template argument for scoped_rest...
2019-12-07  Keith SeitzCore file build-id support
2019-12-06  Christian BiesingerPut bcache inside "namespace gdb"
2019-12-06  Tom de Vries[gdb/symtab] Prefer var def over decl
2019-12-06  Tankut Baris Aktemurgdb: fix overload resolution for see-through references
2019-12-06  Philippe WaroquiersFix crash when command arg is missing in faas/taas...
2019-12-05  Philippe WaroquiersFix leaks when pruning inferiors.
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-12-04  Christian BiesingerFix (most) OpenBSD link errors
2019-12-04  Tom TromeyUse metadata style in a few more places
2019-12-04  Andrew Burgessgdb/fortran: Support for single/double type modifiers
2019-12-04  Simon MarchiFix doc of AVR-specific command "info io_registers"
2019-12-04  Simon MarchiFix regcache::cooked_read_test selftest for mep
2019-12-04  Simon MarchiRemove unused includes in aarch64-linux-tdep.c
2019-12-04  Simon MarchiRemove unused includes in aarch64-tdep.c
2019-12-04  Simon MarchiCompare iterators, not values, in filtered_iterator...
2019-12-04  Tom TromeyPropagate endianity to subrange types
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-12-04  Tom TromeyMove type_byte_order earlier
2019-12-04  Tom TromeyAdd scalar_storage_order support for floating point
2019-12-04  Tom TromeyFix another build failure in tui-selftests.c
2019-12-04  Tom TromeySilence maybe-uninitialized warning in dwarf2read.c
2019-12-04  Andrew Burgessgdb/mi: Add -max-results parameter to some -symbol...
2019-12-04  Andrew Burgessgdb: Split global symbol search into separate functions
2019-12-04  Andrew Burgessgdb/mi: Add -symbol-info-module-{variables,functions}
2019-12-03  Christian BiesingerReplace hash function from bcache with fast_hash
2019-12-03  Philippe WaroquiersFix leak of symbol name in block_symbol_cache
2019-12-02  Tom TromeyFix build breakage with --disable-tui
2019-12-02  Christian BiesingerChange type of debug_aix_thread to bool
2019-12-02  Luis MachadoRemove stale FIXME comment
2019-12-01  Andrew Burgessgdb: Dynamic string length support
2019-12-01  Andrew Burgessgdb/dwarf: Introduce dwarf2_per_cu_int_type function
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-12-01  Tom TromeyTreat inactive TUI specially in "info win"
2019-12-01  Tom TromeyFix latent bug in tui_copy_source_line
2019-12-01  Tom TromeyRe-highlight windows when needed during TUI startup
2019-12-01  Tom TromeyAdd TUI border colors
next
This page took 0.240195 seconds and 107 git commands to generate.