aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-10-29gdb: or1k: add single step for linux native debuggingStafford Horne3-19/+54
2021-10-29gdb: or1k: add native linux supportStafford Horne6-0/+249
2021-10-29gdb: or1k: add generated linux descriptor fileStafford Horne1-0/+78
2021-10-29gdb: or1k: fixup linux regcache commentStafford Horne1-3/+4
2021-10-29gdb: or1k: implement gdb serverStafford Horne3-0/+54
2021-10-28gdb: use ptid_t::to_string in infrun debug messagesSimon Marchi1-59/+57
2021-10-28gdb: add selftest name completionSimon Marchi2-2/+24
2021-10-28gdb: add "maint set/show selftest verbose" commands and use process_optionsSimon Marchi2-5/+76
2021-10-28[gdb/testsuite] Update some test-cases to GPLv3Tom de Vries10-10/+10
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi34-329/+280
2021-10-28[gdb/testsuite] Require python in gdb.server/server-kill-python.expTom de Vries1-0/+8
2021-10-28[gdb/testsuite] Fix assembly comments in gdb.dwarf2/clang-debug-names.exp.tclTom de Vries1-38/+38
2021-10-28[gdb/symtab] Handle DW_AT_string_length with location listTom de Vries3-4/+85
2021-10-28[gdb/testsuite] Initialize anonymous union in gdb.cp/koenig.ccKavitha Natarajan1-0/+2
2021-10-27Fix watchpoints with multiple threads on WindowsTom Tromey1-51/+20
2021-10-27[gdb/testsuite] Fix port detection in gdb.debuginfod/fetch_src_and_symbols.expTom de Vries1-1/+6
2021-10-27gdb: fix value.c build on 32-bitsSimon Marchi1-4/+5
2021-10-26[gdb/doc] Fix print inferior-events defaultTom de Vries1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi96-417/+453
2021-10-25[gdb/testsuite] Fix duplicate in gdb.mi/mi-var-cp.expTom de Vries1-1/+1
2021-10-22Fix 'uninstall' targetTom Tromey1-2/+10
2021-10-22[gdb/testsuite] Fix gdb.threads/linux-dp.expTom de Vries1-1/+1
2021-10-22[gdb/testsuite] Fix FAILs in gdb.mi/mi-breakpoint-changed.expTom de Vries1-2/+2
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess5-179/+236
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess6-0/+92
2021-10-22gdb: make disassembler fprintf callback a static member functionAndrew Burgess2-16/+18
2021-10-22gdb: fix remote-sim.c buildSimon Marchi1-6/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi36-497/+655
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2-0/+3
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-10-21Fixes for gdb.mi/mi-break.expCarl Love1-4/+4
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries2-2/+38
2021-10-21Fix test step-and-next-inline.ccCarl Love2-2/+4
2021-10-21Fix latent Ada bug when accessing field offsetsTom Tromey3-43/+75
2021-10-20Use std::string in print_one_catch_syscallTom Tromey1-13/+9
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey6-63/+60
2021-10-20Use unique_xmalloc_ptr in bp_locationTom Tromey2-10/+6
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey4-25/+18
2021-10-20Use unique_xmalloc_ptr in exec_catchpointTom Tromey1-14/+5
2021-10-20Use unique_xmalloc_ptr in solib_catchpointTom Tromey1-12/+7
2021-10-20Make c-exp.y work with Bison 3.8+Christian Biesinger1-2/+3
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries4-50/+57
2021-10-19Check index in type::fieldTom Tromey3-2/+3
2021-10-19Fix Rust lex selftest when using libiconvTom Tromey1-3/+10
2021-10-19Fix format_pieces selftest on WindowsTom Tromey3-72/+57
2021-10-19Fix bug in dynamic type resolutionTom Tromey3-3/+35
2021-10-19Fix PR gdb/17917 Lookup build-id in remote binariesDaniel Black1-9/+12
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan6-36/+42
2021-10-14Powerpc: Add support for openat and fstatat syscallsCarl Love1-2/+11
2021-10-14[gdb/testsuite] Add .debug_loc support in dwarf assemblerTom de Vries3-0/+257