aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang43-116/+124
2024-02-26gdb: s390: Add arch14 record/replay supportAndreas Arnez1-0/+13
2024-02-24[gdb/build] Fix static cast of virtual baseTom de Vries1-2/+2
2024-02-23gdb: disable formatting-related flake8 warningsSimon Marchi1-0/+8
2024-02-23Remove unused importTom Tromey1-1/+1
2024-02-23gdb/linux-nat.c: Add "Accessing inferior memory" sectionPedro Alves1-1/+57
2024-02-23Drop special way of getting inferior context after a Cygwin signalJon Turney1-37/+15
2024-02-23Teach gdb how to unwind cygwin _sigbe and sigdelayed framesJon Turney4-0/+260
2024-02-22gdb: Add XMM16-XMM31 and K0-K1 DWARF register number mappingH.J. Lu1-1/+22
2024-02-22Use bool in dynamic type codeTom Tromey2-27/+27
2024-02-22[gdb/testsuite] Fix license text in gdb.reverse/map-to-same-line.{c,exp}Tom de Vries2-2/+2
2024-02-22[gdb/dap] Fix race between dap exit and gdb exitTom de Vries2-1/+18
2024-02-22[gdb/dap] Fix race between dap startup and dap log fileTom de Vries4-4/+52
2024-02-22[gdb/dap] Factor out thread_logTom de Vries1-3/+12
2024-02-21Don't allow multiple request registrations in DAPTom Tromey1-0/+2
2024-02-21gdbsupport: assume that compiler supports std::{is_trivially_constructible,is...Simon Marchi4-14/+0
2024-02-21gdb: remove some GCC version checksSimon Marchi1-6/+0
2024-02-21[gdb/testsuite] Fix error handling in _dap_read_jsonTom de Vries1-4/+23
2024-02-21arc: Determine a branch target of DBNZ correctlyYuriy Kolerov3-0/+154
2024-02-21[gdb/dap] Join JSON writer thread with DAP threadTom de Vries3-2/+4
2024-02-21[gdb/dap] Make dap log printing thread-safeTom de Vries1-12/+16
2024-02-21[gdb/dap] Flush after printing in log_stackTom de Vries1-0/+1
2024-02-21[gdb/testsuite] Set up dap log file in gdb.dap/type_checker.expTom de Vries2-7/+18
2024-02-21gdb: Document C++17 build requirement.Felix Willgerodt1-3/+3
2024-02-20Rewrite Rust slice type handlingTom Tromey6-72/+310
2024-02-20Add obj_section::contains methodTom Tromey5-5/+10
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi224-1339/+1351
2024-02-20[gdb] Don't init history in batch modeTom de Vries1-4/+8
2024-02-19testsuite, python: reformat python files using blackTankut Baris Aktemur2-7/+11