aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-12-26Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev1-0/+7
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett1-0/+5
2019-12-21Include xxHash support status in GDB configuration reportEli Zaretskii1-0/+5
2019-12-20Address Tom Tromey's comments on the CTF reader.Weimin Pan1-0/+5
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur1-0/+10
2019-12-20infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur1-0/+8
2019-12-20infcall, c++: collect more pass-by-reference informationTankut Baris Aktemur1-0/+12
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur1-0/+19
2019-12-20gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur1-0/+22
2019-12-20Don't call tui_show_source from tui_ui_outTom Tromey1-0/+7
2019-12-20Change tui_show_frame_info to return boolTom Tromey1-0/+7
2019-12-20Fix "list" command in the TUITom Tromey1-0/+10
2019-12-20Add observable to watch current source symtabTom Tromey1-0/+16
2019-12-20Use bool in tui_before_promptTom Tromey1-0/+5
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey1-0/+6
2019-12-20Change set_locator_info to take a symtab_and_lineTom Tromey1-0/+8
2019-12-20Remove a call to update_exec_infoTom Tromey1-0/+5
2019-12-20Display "main" on initial TUI startupTom Tromey1-0/+4
2019-12-20Reimplement tui_get_begin_asm_addressTom Tromey1-0/+5
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey1-0/+7
2019-12-20Simplify tui_update_source_windows_with_addrTom Tromey1-0/+5
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey1-0/+24
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey1-0/+9
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey1-0/+15
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey1-0/+9
2019-12-20Remove tui_show_disassemTom Tromey1-0/+7
2019-12-20Remove some unnecessary focus switchesTom Tromey1-0/+6
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey1-0/+14
2019-12-20Remove some TUI assertsTom Tromey1-0/+5
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey1-0/+8
2019-12-20Remove parameters from tui_show_sourceTom Tromey1-0/+6
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey1-0/+10
2019-12-20Make isearch change readline prompt in TUITom Tromey1-0/+7
2019-12-19Consistently quote variables used with "test"Christian Biesinger1-0/+6
2019-12-19Make the literal argument to pow a double, not an integerChristian Biesinger1-0/+5
2019-12-19Cast the log10 argument to double to disambiguate itChristian Biesinger1-0/+5
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger1-0/+5
2019-12-19Fix comment in field_kindTom Tromey1-0/+4
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey1-0/+4
2019-12-18Fix pthread_setname_np build errorTom Tromey1-0/+6
2019-12-18Fix indentation (and clang warning) in c-lang.cSimon Marchi1-0/+5
2019-12-18Fix build failure on macOSTom Tromey1-0/+9
2019-12-18Fix -Wmisleading-indentation warning in top.cSimon Marchi1-0/+4
2019-12-17Add missing include to bsd-kvm.c for gdb_abspathChristian Biesinger1-0/+4
2019-12-17Add virtual destructor to tui_layout_baseSimon Marchi1-0/+5
2019-12-16Check all inline frames if they are marked for skipBernd Edlinger1-0/+6
2019-12-16jit: make gdb_symtab::blocks an std::forward_listSimon Marchi1-0/+11
2019-12-16jit: c++-ify gdb_blockSimon Marchi1-0/+9
2019-12-16jit: make gdb_object::symtabs an std::forward_listSimon Marchi1-0/+12
2019-12-16jit: c++-ify gdb_symtabSimon Marchi1-0/+10