aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Update libinproctrace.so path in lib/trace-support.expSimon Marchi2-1/+6
2020-02-28Fix SVE-related failure in gdb.arch/aarch64-fp.expLuis Machado2-6/+11
2020-02-28Fix gdb.arch/aarch64-dbreg-contents.exp build failuresLuis Machado2-0/+9
2020-02-28[gdb] Don't set initial language using previous languageTom de Vries2-3/+10
2020-02-28Pass correct die_reader_specs in cutu_reader::init_tu_and_read_dwo_diesSimon Marchi2-2/+6
2020-02-28[gdb/testsuite] Fix psymtab expansion postponement in c-linkage-name.expTom de Vries4-26/+89
2020-02-28Harden gdb.arch/aarch64-pauth.exp and fix a failureLuis Machado2-1/+10
2020-02-27gdb: Check for nullptr when computing srcpathAaron Merey2-2/+7
2020-02-27Remove field_info::nfields memberTom Tromey2-7/+15
2020-02-27gdb: Use std::abs instead of abs on LONGEST typesAndrew Burgess2-2/+7
2020-02-27[gdb/testsuite] Remove unused globalsTom de Vries8-25/+12
2020-02-27[gdb/testsuite] Fix spawn in tuiterm.expTom de Vries2-1/+10
2020-02-26Specialize partial_symtab for DWARF include filesTom Tromey2-19/+49
2020-02-26Remove casts from dwarf2/index-write.cTom Tromey2-13/+21
2020-02-26Add debuginfod support to GDBAaron Merey17-50/+755
2020-02-26gdb: print thread names in thread apply command outputJérémie Galarneau2-6/+14
2020-02-26Move more declarations from dwarf2/loc.h to dwarf2/read.hSimon Marchi4-35/+54
2020-02-26[gdb] Don't set initial language if set manuallyTom de Vries5-0/+75
2020-02-25Move dwarf2_read_addr_index declaration to dwarf2/read.hSimon Marchi4-9/+16
2020-02-25gdb/fortran: Support negative array stride in one limited caseAndrew Burgess6-6/+31
2020-02-25[AArch64] Fix typo in commentLuis Machado2-1/+5
2020-02-25gdb/testsuite: Remove source file path from test nameAndrew Burgess2-1/+6
2020-02-25[gdb/testsuite] Remove gcc/93866 xfail in methods.expTom de Vries2-9/+13
2020-02-25Move dwarf2_get_die_type declaration to dwarf2/read.hSimon Marchi4-5/+13
2020-02-25gdb/copyright.py: Add generated files in gnulib/ to exclude listJoel Brobecker2-1/+8
2020-02-24Fix a memory leak and remove an unused memberTom Tromey2-7/+10
2020-02-24Convert IS_TYPE_UNIT_GROUP to methodTom Tromey3-7/+20
2020-02-24Simplify setting of reading_partial_symbolsTom Tromey2-3/+10
2020-02-24gdb/doc: Fix header alignment of 'info threads' example outputAndrew Burgess2-1/+6
2020-02-24[gdb] Ensure listing of unused static var in info localsTom de Vries5-0/+76
2020-02-24[gdb/testsuite] Fix layout next/prev/regs help messageTom de Vries2-3/+8
2020-02-22Make dwarf2_compile_expr_to_ax staticTom Tromey3-21/+6
2020-02-22Fix cast in TUI_DISASM_WINTom Tromey2-1/+6
2020-02-22Add "usage" text to all TUI command helpTom Tromey5-5/+18
2020-02-22Use error_no_arg in TUITom Tromey2-90/+77
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey8-100/+151
2020-02-22Allow TUI windows in PythonTom Tromey13-4/+783
2020-02-22Remove the TUI annotation hackTom Tromey2-25/+15
2020-02-22Remove tui_set_win_with_focusTom Tromey4-19/+16
2020-02-22Change how TUI windows are instantiatedTom Tromey2-32/+77
2020-02-22TUI windows do not need to store their typeTom Tromey11-43/+39
2020-02-22Remove tui_delete_invisible_windows and tui_make_all_invisibleTom Tromey7-52/+48
2020-02-22Handle ambiguity in tui_partial_win_by_nameTom Tromey2-2/+16
2020-02-22Reimplement tui_next_win and tui_prev_winTom Tromey2-42/+17
2020-02-22Change TUI window iterationTom Tromey4-76/+47
2020-02-22Add horizontal splitting to TUI layoutTom Tromey10-63/+207
2020-02-22Change return type of tui_layout_base::adjust_sizeTom Tromey3-12/+34
2020-02-22Allow TUI sub-layouts in "new-layout" commandTom Tromey5-24/+100
2020-02-22Add the "tui new-layout" commandTom Tromey8-6/+225
2020-02-22Remove hard-coded TUI layoutsTom Tromey6-292/+268