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