aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-22Add the "tui new-layout" commandTom Tromey8-6/+225
2020-02-22Remove hard-coded TUI layoutsTom Tromey6-292/+268
2020-02-22Reimplement "tui reg" commandTom Tromey4-16/+19
2020-02-22Reimplement TUI "C-x 1" bindingTom Tromey4-21/+73
2020-02-22Simplify TUI C-x 2 bindingTom Tromey4-36/+18
2020-02-22Fix latent display bug in tui_data_windowTom Tromey2-1/+6
2020-02-22Simplify tui_add_win_to_layoutTom Tromey3-15/+15
2020-02-22Use TUI_DISASM_WIN instead of tui_win_list arrayTom Tromey2-2/+7
2020-02-22Style field names in "print"Tom Tromey16-32/+190
2020-02-22PR25585, PHDR segment not covered by LOAD segmentAlan Modra4-1/+23
2020-02-21Add a mostlyclean target to gdbserverTom Tromey2-1/+5
2020-02-22Automatic date update in version.inGDB Administrator1-1/+1
2020-02-21Update partial_symtab commentTom Tromey2-2/+5
2020-02-21[gdb/testsuite] Fix gdb.go/methods.expTom de Vries2-10/+74
2020-02-21Fix two more mips-tdep.h declarationsTom Tromey2-2/+7
2020-02-21[gdb] Fix cc-with-dwz regressionTom de Vries2-1/+8
2020-02-21gdb/testsuite: Add test for case where gdb_demangle returns NULLAndrew Burgess3-0/+130
2020-02-21Check for null result from gdb_demangleAli Tamur via gdb-patches2-0/+6
2020-02-21Fuzzers whining about mach-o supportAlan Modra2-31/+122
2020-02-21Fix typo in gdb/testsuite/ChangeLogShahab Vahedi1-1/+1
2020-02-21gdb/testsuite: Regenerate the testglue if it is not inShahab Vahedi2-2/+17
2020-02-20Fix latent bug in dwarf2_find_containing_comp_unitTom Tromey2-11/+91
2020-02-20RISC-V: Support the read-only CSR checking.Nelson Chu8-0/+543
2020-02-20RISC-V: Disable the CSR checking by default.Nelson Chu5-3/+50
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu19-325/+480
2020-02-21pdp11 reloc processingAlan Modra2-13/+22
2020-02-21PR25569, PDP11 ld -s clobbers last data byteAlan Modra5-242/+264
2020-02-21Automatic date update in version.inGDB Administrator1-1/+1
2020-02-20Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'Sergio Durigan Junior2-8/+25
2020-02-20[gdb/testsuite] Fix hello.go xpassTom de Vries5-11/+83
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur31-288/+562
2020-02-20gdbserver: simply copy the pointer in 'set_target_ops'Pedro Alves2-2/+6
2020-02-20gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur8-11/+34
2020-02-20gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur8-12/+34
2020-02-20gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur8-11/+34
2020-02-20gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur8-26/+70
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur12-68/+108
2020-02-20gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur9-45/+130
2020-02-20gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur9-15/+65
2020-02-20gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur8-13/+36
2020-02-20gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur8-67/+114
2020-02-20gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur8-12/+35
2020-02-20gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur9-16/+71
2020-02-20gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur8-13/+36
2020-02-20gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur8-11/+35
2020-02-20gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur9-89/+149
2020-02-20gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur10-20/+44
2020-02-20gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur10-56/+92
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur9-11/+55
2020-02-20gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur9-15/+61