aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-30[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#146072)dlav-sc1-5/+7
2025-06-24Revert "[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server" (#14...Jonas Devlieghere1-7/+5
2025-06-24[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#127505)dlav-sc1-5/+7
2025-01-10[lldb] Fix some log messages in NativeProcessLinuxPavel Labath1-2/+2
2024-09-13[lldb] Add pc check for thread-step-by-bp algorithms (#108504)Jason Molenda1-2/+5
2024-09-05[lldb] Convert NativeProcessLinux to new Status API (NFC)Adrian Prantl1-1/+1
2024-09-05[lldb] Convert NativeProcessLinux to new Status API (NFC)Adrian Prantl1-4/+4
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-8/+8
2024-09-02[lldb/linux] Make truncated reads work (#106532)Pavel Labath1-22/+19
2024-08-27[lldb] Update NativeProcessLinux to new Status APIAdrian Prantl1-6/+6
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-13/+15
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath1-0/+4
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+1
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-110/+115
2023-03-02[Linux] Add kernel.yama.ptrace_scope note when ptrace fails to attach.Jordan Rupprecht1-0/+43
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-5/+5
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-08[LLDB][LoongArch] Make software single stepping workHui Li1-1/+1
2022-12-08Revert "[LLDB][LoongArch] Make software single stepping work"Weining Lu1-1/+1
2022-12-08[LLDB][LoongArch] Make software single stepping workWeining Lu1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-08-16[LLDB][RISCV] Make software single stepping workEmmmer1-1/+2
2022-08-16[LLDB] Handle possible resume thread errorEmmmer1-2/+8
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-08-03[lldb] Fix TestDeletedExecutable on linuxPavel Labath1-19/+12
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+1
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich1-1/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+1
2022-07-01[PATCH] [lldb-server] Skip shared regions for memory allocationEmre Kultursay1-1/+2
2022-06-27[lldb] [llgs] Support "t" vCont actionMichał Górny1-1/+1
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-15[trace][intelpt] Support system-wide tracing [9] - Collect and return context...Walter Erquinigo1-3/+8
2022-05-17[trace][intelpt] Support system-wide tracing [5] - Disable/enable per-core tr...Walter Erquinigo1-0/+5
2022-05-17[trace][intelpt] Support system-wide tracing [4] - Support per core tracing o...Walter Erquinigo1-5/+2
2022-05-09[trace][intelpt] Support system-wide tracing [3] - Refactor IntelPTThreadTraceWalter Erquinigo1-1/+1
2022-04-05[lldb] Update the NativeRegisterContext to take a WritableMemoryBufferJonas Devlieghere1-1/+1
2022-04-05[lldb/linux] Handle main thread exitsPavel Labath1-46/+65
2022-03-16Minor refactor and renaming:Jakob Johnson1-9/+9
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-7/+4
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath1-29/+29
2022-01-20[lldb] Rename MemoryTagManager RemoveNonAddressBits to RemoveTagBitsDavid Spickett1-6/+4
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny1-2/+3
2022-01-05[lldb/linux] Fix a race in handling of simultaneous thread exitsPavel Labath1-26/+8
2022-01-03[lldb-server/linux] Fix waitpid for multithreaded forksPavel Labath1-118/+70
2021-12-29[lldb/linux] Fix a bug in wait status handlingPavel Labath1-14/+8
2021-12-24Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)Kazu Hirata1-1/+1
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath1-5/+3