aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-27Add final cleanup for runnablesTom Tromey1-0/+11
2024-02-27Change finalize_values into a final cleanupTom Tromey3-17/+8
2024-02-27Add extension_language_ops::shutdownTom Tromey6-3/+25
2024-02-27Rewrite final cleanupsTom Tromey3-30/+18
2024-02-27Use the .py file in gdb.dap/pause.expTom Tromey1-1/+1
2024-02-27Rewrite "python" command exception handlingTom Tromey34-278/+237
2024-02-27Fix formatting buglet in python.cTom Tromey1-1/+1
2024-02-27[gdb/testsuite] Reset errcnt and warncnt in default_gdb_initTom de Vries1-0/+9
2024-02-27[gdb/testsuite] Remove KFAIL for PR ada/30908Tom de Vries2-44/+4
2024-02-27[gdb/testsuite] Fix test in gdb.python/py-finish-breakpoint.expTom de Vries1-1/+2
2024-02-27Cygwin: Fix putting inferior in foreground (fix input)Pedro Alves1-4/+22
2024-02-27arc: Don't build arc-analyze-prologue.S with -gYuriy Kolerov1-1/+7
2024-02-26gdb/amd-dbgapi: fix indentationSimon Marchi1-1/+1
2024-02-26Remove two unnecessary castsTom Tromey2-2/+2
2024-02-26[gdb] Fix heap-use-after-free in select_event_lwpPedro Alves1-9/+25
2024-02-26[gdb/testsuite] Dump dap.log.$n to gdb.log when exceptions foundTom de Vries1-0/+3
2024-02-26[gdb/testsuite] Further handle long filenames in gdb.base/startup-with-shell.expTom de Vries1-0/+1
2024-02-26[gdb] Fix "value is not available" with debug frameTom de Vries4-0/+106