aboutsummaryrefslogtreecommitdiff
path: root/gdb
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-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-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 ISA-dependent CSR checking.Nelson Chu5-70/+21
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-20gdb: Allow more control over where to find python librariesAndrew Burgess5-8/+91
2020-02-20[gdb/testsuite] Handle missing gccgoTom de Vries12-1/+46
2020-02-19Two compute_and_set_names simplificationsTom Tromey2-13/+10
2020-02-19[gdb/testsuite] Fix xpass in gdb.python/lib-types.expTom de Vries2-2/+13
2020-02-19[gdb/testsuite] Fix funcall_ref.exp xpassTom de Vries2-9/+28
2020-02-19gdb: dwarf2/read.c: remove unused objfile parameters/variablesSimon Marchi2-34/+26
2020-02-19rust/25535 Apply embedded offset to enum variant calculationDoug Evans5-1/+24
2020-02-19[gdb/testsuite] Fix corefile-buildid.exp with check-read1Tom de Vries2-1/+53
2020-02-19Fix declaration of mips_pc_is_mipsTom Tromey2-1/+5
2020-02-19Use obstack_strdup in ada-lang.cTom Tromey2-4/+5
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess2-42/+165
2020-02-19Remove useless NULL check in python.cTom Tromey2-6/+6
2020-02-19[gdb/testsuite] Fix c++/14186 kpass in cpexprs.expTom de Vries2-3/+4
2020-02-19[gdb/testsuite] Be quiet about missing prelink in solib-overlap.expTom de Vries2-2/+8
2020-02-19[gdb/testsuite] Ignore pass in gdb_caching_procTom de Vries3-3/+38
2020-02-19gdbserver: Add RISC-V/Linux supportMaciej W. Rozycki2-0/+12
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess7-40/+103
2020-02-19[gdb/testsuite] Be quiet about untested dtrace-prob.expTom de Vries2-2/+9
2020-02-18gdb: change print format of flag enums with value 0Simon Marchi4-8/+36
2020-02-18gdb: print unknown part of flag enum in hexSimon Marchi4-4/+14
2020-02-18gdb: allow duplicate enumerators in flag enumsSimon Marchi5-11/+19
2020-02-18gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi6-9/+81
2020-02-18Fix build with gcc-4.8.xBernd Edlinger7-6/+22
2020-02-18gdb: update email address for Palmer DabbeltSimon Marchi2-1/+5
2020-02-18[gdb/testsuite] Handle missing gnatmake in gnat_runtime_has_debug_infoTom de Vries2-4/+19
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi15-18/+46
2020-02-14Cache .gnu_debugdata BFDTom Tromey2-0/+16
2020-02-14Have testsuite find gdbserver in new locationTom Tromey3-7/+15
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi15-32/+52