Address Tom Tromey's comments on the CTF reader.
[binutils-gdb.git] / gdb /
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 Simon MarchiFix typo, get_Frame_id -> get_frame_id
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 Tom TromeyMinor fix to gdb.prompt documentation
2019-12-10 Kevin BuettnerOpenMP parallel region scope tests
2019-12-10 Kevin BuettnerAdd gdb_caching_proc support_nested_function_tests...
2019-12-10 Kevin BuettnerAdd gdb_compile_openmp to lib/gdb.exp
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 Andrew Burgessgdb/fortran: Improve output pattern in gdb.mi/mi-fortra...
2019-12-09 Andrew Burgessgdb/testsuite: kfail some tests if using broken gcc
2019-12-09 Andrew Burgessgdb/testsuite/fortran: Fix info-modules/info-types...
2019-12-09 Wataru Ashiharagdb/darwin-nat.c: Fix template argument for scoped_rest...
2019-12-08 Tom de VriesFix inter-CU references using intra-CU form in imported...
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/testsuite: do minor clean-up in gdb.cp/rvalue-ref...
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/testsuite: Use -J option when compiling Fortran...
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 TromeyAdd bit-field test for scalar_storage_order
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
2019-12-01 Tom TromeyAllow using less horizontal space in TUI source window
2019-12-01 Tom TromeyCorrectly compute length of DW_TAG_variant_part union
2019-11-30 Philippe WaroquiersDocument define-prefix command and the use of . in...
2019-11-30 Philippe WaroquiersAllow . character as part of command names.
2019-11-30 Philippe WaroquiersTest define-prefix.
2019-11-30 Philippe WaroquiersImplement user defined prefix.
2019-11-29 Tankut Baris Aktemurgdb: improve debug output of function overload resolution
2019-11-29 Tankut Baris Aktemurgdb: fix segfault in overload resolution debug output
2019-11-28 Tom TromeyFix creal_internal_fn comment
2019-11-28 Tom TromeyMake two range_bounds bitfields unsigned
2019-11-28 Tom TromeyRemove unused declaratoin from guile
2019-11-28 Mihails Strasunsjit: minor improvement to debug logging
2019-11-28 Andrew Burgessgdb/testsuite: Fix minor bug in skip_btrace*tests procs
2019-11-27 Christian BiesingerAdd missing ChangeLog entry for the previous commit
2019-11-27 Christian BiesingerAdd a NEWS entry for multithreaded symbol loading
2019-11-27 Christian BiesingerTurn off threaded minsym demangling by default
2019-11-27 Christian BiesingerCompute msymbol hash codes in parallel
2019-11-27 Christian BiesingerPrecompute hash value for symbol_set_names
2019-11-27 Andrew Burgessgdb/testsuite: Fix race condition compiling fortran...
2019-11-27 Kevin BuettnerTest case for BZ 25065
2019-11-27 Kevin BuettnerFix BZ 25065 - Ensure that physnames are computed for...
2019-11-27 Tom TromeyRemove some unnecessary backslashes
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-27 Andrew Burgessgdb/mi: Add -symbol-info-modules command
2019-11-27 Andrew Burgessgdb/mi: Add new commands -symbol-info-{functions,variab...
2019-11-27 Andrew Burgessgdb: Split print_symbol_info into two parts
2019-11-27 Andrew Burgessgdb: Introduce global_symbol_searcher
2019-11-26 Tom TromeyFix mingw build of gdb
2019-11-26 Tom TromeyLet commands free "name"
2019-11-26 Tom TromeyAdd add_internal_function overload
2019-11-26 Tom TromeyUse cmd_list_element::doc_allocated for Python commands
2019-11-26 Tom TromeySet names of worker threads
2019-11-26 Tom TromeyUse run_on_main_thread in gdb.post_event
2019-11-26 Tom TromeyAdd maint set/show worker-threads
2019-11-26 Tom TromeyDemangle minsyms in parallel
2019-11-26 Christian BiesingerImplement a thread pool
2019-11-26 Tom TromeyIntroduce thread-safe way to handle SIGSEGV
2019-11-26 Tom TromeyIntroduce run_on_main_thread
2019-11-26 Tom TromeyIntroduce alternate_signal_stack RAII class
next