aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd-dbgapi-target.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Use bool in thread_eventsTom Tromey1-2/+2
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-26gdb/amd-dbgapi: fix indentationSimon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-20Fix handling of vanishing threads that were stepping/stoppingPedro Alves1-41/+153
2023-12-20Fix thread target ID of exited wavesPedro Alves1-38/+127
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-11-17Fix AMD_DBGAPI_SCOPED_DEBUG_START_END wrong settingPedro Alves1-1/+1
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-2/+2
2023-09-15gdb/amdgpu: add precise-memory supportSimon Marchi1-8/+174
2023-09-15gdb/amdgpu: Silence wave termination messagesLaurent Morichetti1-1/+1
2023-08-23gdb: fix build failure in amd-dbgapi-target.cLancelot Six1-1/+1
2023-07-31gdb/amdgpu: Fix debugging multiple inferiors using the ROCm runtimeLancelot Six1-3/+5
2023-07-19gdb/amd-dbgapi-target: Use inf param in detachLancelot SIX1-1/+1
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-17gdb/amdgpu: add follow fork and exec supportSimon Marchi1-0/+39
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+2
2023-03-01gdb: update some copyright years (2022 -> 2023)Simon Marchi1-1/+1
2023-02-02gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi1-0/+1966