aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Remove some unnecessary Ada expression codeTom Tromey2-33/+6
2024-03-18Fix Ada 'ptype' of access to arrayTom Tromey3-1/+22
2024-03-18Use string_view in quirk_rust_enumTom Tromey1-1/+1
2024-03-18Set __file__ when source'ing a Python scriptTom Tromey2-10/+66
2024-03-18Clear board_info entry after waiting for processTom Tromey2-0/+16
2024-03-18gdb/testsuite: attach to i386 process stopped in vDSOAndrew Burgess2-0/+80
2024-03-17[gdb/testsuite] Fix gdb.base/list-no-debug.exp on debianTom de Vries3-5/+35
2024-03-15Use size_t in gdb_bfd_section_dataTom Tromey1-2/+2
2024-03-14Pass alignment when using GCC_C_FE_VERSION_2Tom Tromey3-1/+15
2024-03-14Remove 'if' from GDB_PY_HANDLE_EXCEPTIONTom Tromey5-42/+17
2024-03-14[gdb/tdep] Fix gdb.base/watchpoint-unaligned.exp on aarch64Tom de Vries3-38/+68
2024-03-13Remove extraneous word from manualTom Tromey1-1/+1
2024-03-12[gdb/tdep] Fix gdb.base/watch-bitfields.exp on aarch64Tom de Vries5-44/+123
2024-03-12gdb: Deprecate MPX commands.Schimpe, Christina3-2/+10
2024-03-11Remove tui-out.[ch]Tom Tromey6-197/+12
2024-03-11gdb/Makefile.in: remove ACLOCAL_AMFLAGSSimon Marchi1-2/+1
2024-03-11Special case NULL pointers in dynamic type resolutionTom Tromey4-6/+80
2024-03-11gdb/testsuite: reformat file with a more recent version of blackAndrew Burgess1-1/+0
2024-03-11gdb: re-generate aclocal.m4Simon Marchi1-5/+5
2024-03-11gdb, btrace: fix error diagnosticsMarkus Metzger1-2/+3
2024-03-11gdb/unwinders: better support for $pc not savedAndrew Burgess4-0/+264
2024-03-11gdb/testsuite: Reduce gdb.threads/threadcrash.exp reliance on libc symbolsGuinevere Larsen1-7/+41
2024-03-11gdb/testsuite: Simplify gdb.threads/threadcrash.expTom de Vries1-29/+60
2024-03-11gdb/testsuite: Use _inferior_thread_count in gdb.threads/threadcrash.expGuinevere Larsen1-21/+2
2024-03-11gdb/testsuite: Fix gdb.threads/threadcrash.exp with check-readmoreTom de Vries1-10/+19
2024-03-11gdb/testsuite: Reduce indentation in gdb.threads/threadcrash.expTom de Vries1-58/+58
2024-03-09[gdb/python] Handle deprecation of PyErr_{Fetch,Restore} in 3.12Tom de Vries1-0/+26
2024-03-09[gdb/python] Normalize exceptions in gdbpy_err_fetchTom de Vries2-2/+15
2024-03-09[gdb/python] Use gdbpy_err_fetch::{type,value} as gettersTom de Vries2-6/+15
2024-03-08Avoid race when writing to index cacheTom Tromey3-20/+26
2024-03-08Move the 'store' method to index_cache_store_contextTom Tromey3-14/+12
2024-03-08Capture the per-BFD object in index_cache_store_contextTom Tromey4-14/+14
2024-03-08Capture directory in index_cache_store_contextTom Tromey2-4/+8
2024-03-08Rename members of index_cache_store_contextTom Tromey2-7/+7
2024-03-08Add return value to DAP scopeTom Tromey4-2/+158
2024-03-08Export "finish" return value to PythonTom Tromey4-18/+47
2024-03-08Avoid race when reading dwz fileTom Tromey2-20/+24
2024-03-05gdb/testsuite: fix duplicate test names in gdb.trace/circ.expAndrew Burgess1-31/+45
2024-03-05gdb/testsuite: fix some more duplicate test names in gdb.trace/Andrew Burgess2-55/+46
2024-03-02gdb: LoongArch: Change LOONGARCH_FIRST_FP_REGNUM to 35Hui Li1-1/+2
2024-03-01Fix TUI text centeringTom Tromey5-37/+26
2024-03-01gdb/jit: Fix missing word in commentWill Hawkins1-2/+2
2024-02-29Use DW_FORM_ref_addr for DIE offset in .debug_namesTom Tromey2-2/+9
2024-02-29[gdb/dap] Fix stray KeyboardInterrupt after cancelTom de Vries1-21/+67
2024-02-29[gdb/dap] Move send_gdb and send_gdb_with_response to server moduleTom de Vries3-50/+48
2024-02-29gdb/arm: Remove tpidruro register from non-FreeBSD target descriptionsThiago Jung Bauermann9-14/+20
2024-02-28aarch64: Use aarch64_debug_printf in a few more placesJohn Baldwin1-32/+19
2024-02-28Fix gdb.interrupt raceTom Tromey2-0/+43
2024-02-27Two minor addrmap cleanupsTom Tromey2-2/+0
2024-02-27Explicitly quit gdb from DAP server threadTom Tromey2-0/+10