aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-09-13gdb/csky rm csky_memory_insert/remove_breakpointJiangshuai Li1-201/+0
2022-09-13gdb/csky add unwinder for long branch casesJiangshuai Li2-5/+60
2022-09-13gdbserver/csky add csky gdbserver supportJiangshuai Li4-0/+198
2022-09-12Use checked_static_cast in more placesTom Tromey7-22/+14
2022-09-12add xfails to gdb.base/complex-parts.exp when testing with clangBruno Larsen1-0/+5
2022-09-12Fix gdb.base/call-ar-st to work with ClangBruno Larsen1-1/+12
2022-09-12fix gdb.base/access-mem-running.exp for clang testingBruno Larsen1-1/+1
2022-09-12update gdb.base/info-program.exp to not fail with clangBruno Larsen1-3/+3
2022-09-12gdb/testsuite: change gdb.base/nodebug.exp to not fail with clangBruno Larsen1-2/+10
2022-09-12[gdb] Fix abort in selftest run_on_main_thread with ^CTom de Vries1-2/+6
2022-09-12[gdb/symtab] Support .gdb_index section with TUs in .debug_infoTom de Vries3-2/+75
2022-09-12[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp for ppc64leTom de Vries2-10/+5
2022-09-12[gdb/testsuite] Fix gdb.dwarf2/dw2-dir-file-name.exp with clangTom de Vries2-23/+62
2022-09-11[gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries5-4/+123
2022-09-08Fix hardware watchpoint check in test gdb.base/watchpoint-reuse-slot.expCarl Love1-1/+11
2022-09-07[gdb/testsuite] xfail gdb.ada/O2_float_param.exp for aarch64 and gcc 7.5.0Tom de Vries1-1/+23
2022-09-07[gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64Tom de Vries3-3/+3
2022-09-07Fix endianness handling for arm record self testsLuis Machado1-82/+68
2022-09-07[gdb/testsuite] Use prototype to call libc functionsTom de Vries4-4/+6
2022-09-06gdb: add Tsukasa Oi to gdb/MAINTAINERSTsukasa OI1-0/+1
2022-09-06gdb: move a write after approval entry into the correct placeAndrew Burgess1-1/+1
2022-09-06gdb: Add non-enum disassembler optionsTsukasa OI1-0/+4
2022-09-06[gdb/symtab] Support .debug_names section with TUs in .debug_infoTom de Vries5-83/+136
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-bad-cu-index.expTom de Vries2-8/+114
2022-09-06[gdb/testsuite] Add gdb.dwarf2/debug-names-tu.expTom de Vries2-12/+137
2022-09-01GDB/doc: Document the Guile `#:unlimited' keywordMaciej W. Rozycki1-5/+7
2022-09-01gdb/python-config: replace deprecated distutils.sysconfigLancelot SIX1-6/+6
2022-08-31Fix interpreter-exec crashTom Tromey2-2/+15
2022-08-31Fix "source" with interpreter-execTom Tromey3-0/+27
2022-08-31Remove a call to clear_interpreter_hooksTom Tromey1-4/+0
2022-08-31TUI stdout buffering cleanupTom Tromey3-23/+14
2022-08-31Remove a ui-related memory leakTom Tromey2-11/+1
2022-08-31Remove tui_out_newTom Tromey3-9/+1
2022-08-31Use scoped_restore in safe_parse_typeTom Tromey1-6/+2
2022-08-31Use member initialization in 'struct ui'Tom Tromey2-20/+11
2022-08-31Remove two unused members from mi_interpTom Tromey2-7/+2
2022-08-31Remove obsolete filtering commentTom Tromey1-3/+1
2022-08-31Remove the "for moment" commentsTom Tromey3-8/+8
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey7-43/+18
2022-08-31Free ui::line_bufferTom Tromey1-0/+2
2022-08-31Remove some dead codeTom Tromey1-13/+0
2022-08-31Let ui::input_fd be -1Tom Tromey2-4/+7
2022-08-31gdb/riscv: better support for fflags and frm registersAndrew Burgess14-48/+582
2022-08-31gdb: Add tdesc_found_register function to tdesc APIAndrew Burgess2-0/+15
2022-08-31gdb/riscv: improve (and fix) display of frm field in 'info registers'Andrew Burgess3-11/+182
2022-08-31gdb, dwarf: create symbols for template tags without namesNils-Christian Kempke3-1/+272
2022-08-31gdb, testsuite: adapt function_range expected nameNils-Christian Kempke1-4/+8
2022-08-30gdb/elfread.c: Use bfd filename instead of objfile->original_nameAaron Merey1-2/+3
2022-08-30Fix flush for sys.stderrTom Tromey2-14/+9
2022-08-30Fix gdb.flush documentationTom Tromey1-1/+1