aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-08-25dwarf2read: fix compilation issue with gcc 4.8Simon Marchi2-5/+11
2019-08-25dwarf2read: replace gdb::optional<bool> with enumSimon Marchi2-5/+16
2019-08-25Convert the RX target to make use of target descriptions.Yoshinori Sato8-115/+231
2019-08-24Fix compile warning in symtab.cChristian Biesinger2-6/+10
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior13-12/+38
2019-08-23Fix bug in nios2 prologue analysis.Sandra Loosemore2-3/+10
2019-08-22Make GDB compile with Python 3 on MinGWChristian Biesinger3-9/+46
2019-08-22[gdb/testsuite] Make gdb_test message more informative in multi-term-settings...Tom de Vries2-2/+7
2019-08-22gdb/fortran: Remove some dead code from the parserAndrew Burgess2-11/+8
2019-08-21Fix nullptr in with_command_1Pedro Alves4-0/+13
2019-08-21Fix g++ 9.1 build breakageChristian Biesinger2-0/+6
2019-08-21gdb/djgpp: Add Hygon Dhyana processor supportJinke Fan2-3/+8
2019-08-21[gdb/testsuite] Stabilize gdb-caching-proc.exp test orderTom de Vries2-0/+5
2019-08-20Change some tui_data_window methods to be privateTom Tromey2-30/+39
2019-08-20Remove some defines from tui-data.hTom Tromey3-7/+12
2019-08-20Move some defines to tui-stack.cTom Tromey3-11/+21
2019-08-20Change tui_make_window to be a methodTom Tromey9-35/+49
2019-08-20Remove tui_data_window::display_regsTom Tromey3-7/+7
2019-08-20Remove indirection from tui_data_window::regs_contentTom Tromey3-34/+38
2019-08-20Add two methods to tui_data_windowTom Tromey4-35/+43
2019-08-20Change tui_check_register_values to be a methodTom Tromey4-20/+28
2019-08-20Rearrange tui-regs.c some moreTom Tromey2-23/+20
2019-08-20Change tui_data_item_window::content to be a unique_xmalloc_ptrTom Tromey5-36/+33
2019-08-20Remove tui_data_item_window::valueTom Tromey3-2/+6
2019-08-20Minor rearrangement in tui-regs.cTom Tromey2-53/+53
2019-08-20Remove NULL check from tui_reg_commandTom Tromey2-3/+5
2019-08-20Some i18n fixes for the TUITom Tromey5-6/+11
2019-08-20[gdb/testsuite] Clean up stale exec in gdb_compile_pascalTom de Vries2-0/+7
2019-08-20Improve remote attach round-trips without btraceConrad Meyer2-0/+10
2019-08-19Fix indentation in value_has_fieldTom Tromey2-1/+5
2019-08-19Fix Fortran regression with variables in nested functionsTom Tromey4-11/+31
2019-08-19Add Rust support to source highlightingTom Tromey4-7/+39
2019-08-16[gdb/testsuite] Fix compare-sections.exp with -fPIE/-pieTom de Vries2-2/+14
2019-08-16Remove the TUI execution info windowTom Tromey10-67/+46
2019-08-16Remove useless assignment from tui_remove_hooksTom Tromey2-1/+5
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey4-11/+20
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey7-39/+67
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey3-21/+28
2019-08-16Change tui_update_source_window to be a methodTom Tromey5-18/+29
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey5-24/+35
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey6-41/+43
2019-08-16Remove separate visibility flagTom Tromey9-25/+46
2019-08-16Remove m_has_locatorTom Tromey3-9/+7
2019-08-16Move [PAC] into a new MI field addr_flagsAlan Hayward11-10/+120
2019-08-15Fix paste-o in examine-backward.exp.Sandra Loosemore2-1/+6
2019-08-16[gdb] Make maint info sections print relocated addressesTom de Vries2-18/+26
2019-08-15TUI resize unificationTom Tromey16-183/+139
2019-08-15Fix bug with character enumeration literalTom Tromey7-5/+35
2019-08-15Rename internal Python functions to start with an underscoreChristian Biesinger5-13/+32
2019-08-15TUI window resize should not need invisibilityTom Tromey4-23/+75