summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/fortran: Support negative array stride in one limited caseAndrew Burgess2020-02-256-6/+31
* [AArch64] Fix typo in commentLuis Machado2020-02-252-1/+5
* gdb/testsuite: Remove source file path from test nameAndrew Burgess2020-02-252-1/+6
* [gdb/testsuite] Remove gcc/93866 xfail in methods.expTom de Vries2020-02-252-9/+13
* Move dwarf2_get_die_type declaration to dwarf2/read.hSimon Marchi2020-02-254-5/+13
* gdb/copyright.py: Add generated files in gnulib/ to exclude listJoel Brobecker2020-02-252-1/+8
* Fix a memory leak and remove an unused memberTom Tromey2020-02-242-7/+10
* Convert IS_TYPE_UNIT_GROUP to methodTom Tromey2020-02-243-7/+20
* Simplify setting of reading_partial_symbolsTom Tromey2020-02-242-3/+10
* gdb/doc: Fix header alignment of 'info threads' example outputAndrew Burgess2020-02-242-1/+6
* [gdb] Ensure listing of unused static var in info localsTom de Vries2020-02-245-0/+76
* [gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries2020-02-242-3/+8
* Make dwarf2_compile_expr_to_ax staticTom Tromey2020-02-223-21/+6
* Fix cast in TUI_DISASM_WINTom Tromey2020-02-222-1/+6
* Add "usage" text to all TUI command helpTom Tromey2020-02-225-5/+18
* Use error_no_arg in TUITom Tromey2020-02-222-90/+77
* Make some tui_source_window_base members "protected"Tom Tromey2020-02-228-100/+151
* Allow TUI windows in PythonTom Tromey2020-02-2213-4/+783
* Remove the TUI annotation hackTom Tromey2020-02-222-25/+15
* Remove tui_set_win_with_focusTom Tromey2020-02-224-19/+16
* Change how TUI windows are instantiatedTom Tromey2020-02-222-32/+77
* TUI windows do not need to store their typeTom Tromey2020-02-2211-43/+39
* Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey2020-02-227-52/+48
* Handle ambiguity in tui_partial_win_by_nameTom Tromey2020-02-222-2/+16
* Reimplement tui_next_win and tui_prev_winTom Tromey2020-02-222-42/+17
* Change TUI window iterationTom Tromey2020-02-224-76/+47
* Add horizontal splitting to TUI layoutTom Tromey2020-02-2210-63/+207
* Change return type of tui_layout_base::adjust_sizeTom Tromey2020-02-223-12/+34
* Allow TUI sub-layouts in "new-layout" commandTom Tromey2020-02-225-24/+100
* Add the "tui new-layout" commandTom Tromey2020-02-228-6/+225
* Remove hard-coded TUI layoutsTom Tromey2020-02-226-292/+268
* Reimplement "tui reg" commandTom Tromey2020-02-224-16/+19
* Reimplement TUI "C-x 1" bindingTom Tromey2020-02-224-21/+73
* Simplify TUI C-x 2 bindingTom Tromey2020-02-224-36/+18
* Fix latent display bug in tui_data_windowTom Tromey2020-02-222-1/+6
* Simplify tui_add_win_to_layoutTom Tromey2020-02-223-15/+15
* Use TUI_DISASM_WIN instead of tui_win_list arrayTom Tromey2020-02-222-2/+7
* Style field names in "print"Tom Tromey2020-02-2216-32/+190
* Update partial_symtab commentTom Tromey2020-02-212-2/+5
* [gdb/testsuite] Fix gdb.go/methods.expTom de Vries2020-02-212-10/+74
* Fix two more mips-tdep.h declarationsTom Tromey2020-02-212-2/+7
* [gdb] Fix cc-with-dwz regressionTom de Vries2020-02-212-1/+8
* gdb/testsuite: Add test for case where gdb_demangle returns NULLAndrew Burgess2020-02-213-0/+130
* Check for null result from gdb_demangleAli Tamur via gdb-patches2020-02-212-0/+6
* Fix typo in gdb/testsuite/ChangeLogShahab Vahedi2020-02-211-1/+1
* gdb/testsuite: Regenerate the testglue if it is not inShahab Vahedi2020-02-212-2/+17
* Fix latent bug in dwarf2_find_containing_comp_unitTom Tromey2020-02-202-11/+91
* RISC-V: Support the ISA-dependent CSR checking.Nelson Chu2020-02-205-70/+21
* Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'Sergio Durigan Junior2020-02-202-8/+25
* [gdb/testsuite] Fix hello.go xpassTom de Vries2020-02-205-11/+83