Address Tom Tromey's comments on the CTF reader.
[binutils-gdb.git] / gdb /
2019-12-20 Weimin PanAddress Tom Tromey's comments on the CTF reader.
2019-12-20 Simon Marchisym-info-cmds.exp: add yet another missing quote in...
2019-12-20 Simon Marchisym-info-cmds.exp: add missing quote in test name
2019-12-20 Tankut Baris AktemurUse enum bitfield for the calling_convention attribute...
2019-12-20 Tankut Baris Aktemurtestsuite, cp: increase the coverage of testing pass...
2019-12-20 Tankut Baris Aktemurinfcall: handle pass-by-reference arguments appropriately
2019-12-20 Tankut Baris Aktemurinfcall, c++: collect more pass-by-reference information
2019-12-20 Tankut Baris Aktemurinfcall, c++: allow more info to be computed for pass...
2019-12-20 Tankut Baris Aktemurgdb: recognize new DWARF attributes: defaulted, deleted...
2019-12-20 Tom TromeyDon't call tui_show_source from tui_ui_out
2019-12-20 Tom TromeyChange tui_show_frame_info to return bool
2019-12-20 Tom TromeyFix "list" command in the TUI
2019-12-20 Tom TromeyAdd observable to watch current source symtab
2019-12-20 Tom TromeyUse bool in tui_before_prompt
2019-12-20 Tom TromeyDon't call set_current_source_symtab_and_line from TUI
2019-12-20 Tom TromeyChange set_locator_info to take a symtab_and_line
2019-12-20 Tom TromeyRemove a call to update_exec_info
2019-12-20 Tom TromeyDisplay "main" on initial TUI startup
2019-12-20 Tom TromeyReimplement tui_get_begin_asm_address
2019-12-20 Tom TromeySimplify tui_update_source_windows_with_line
2019-12-20 Tom TromeySimplify tui_update_source_windows_with_addr
2019-12-20 Tom TromeyUse symtab_and_line when updating TUI windows
2019-12-20 Tom TromeyUse start_line_or_addr in TUI windows
2019-12-20 Tom TromeyChange tui_source_window_base::set_contents to return...
2019-12-20 Tom TromeyRemove tui_source_window::show_symtab_source
2019-12-20 Tom TromeyRemove tui_show_disassem
2019-12-20 Tom TromeyRemove some unnecessary focus switches
2019-12-20 Tom TromeySimplify tui_source_window_base::maybe_update method
2019-12-20 Tom TromeyRemove some TUI asserts
2019-12-20 Tom TromeyRemove tui_show_disassem_and_update_source
2019-12-20 Tom TromeyRemove parameters from tui_show_source
2019-12-20 Tom TromeyChange tui_update_locator_fullname to take a symtab
2019-12-20 Tom TromeyMake isearch change readline prompt in TUI
2019-12-19 Christian BiesingerConsistently quote variables used with "test"
2019-12-19 Bernd EdlingerFix build with GNU Make 3.81
2019-12-19 Christian BiesingerMake the literal argument to pow a double, not an integer
2019-12-19 Christian BiesingerCast the log10 argument to double to disambiguate it
2019-12-19 Christian BiesingerRename "sun" variable to avoid conflicts on Solaris
2019-12-19 Tom TromeyFix comment in field_kind
2019-12-19 Tom TromeyHandle CRLF when reading XML on Windows
2019-12-18 Simon MarchiUpdate gdb.base/default.exp for GDB 10
2019-12-18 Tom TromeyFix pthread_setname_np build error
2019-12-18 Simon MarchiFix indentation (and clang warning) in c-lang.c
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 EdlingerFix skip.exp test failure observed with gcc-9.2.0
2019-12-17 Bernd EdlingerWhitespace fix in gdb.base/skip.exp
2019-12-17 Bernd EdlingerAdd a test case for skip with inlined functions
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 Andrew Burgessgdb/doc: Remove duplicate description of lookup_global_...
2019-12-14 Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-12-13 Christian BiesingerRevert "Turn off threaded minsym demangling by default"
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-12 Tom TromeyFix TUI test suite regexps
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
next