summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
AgeCommit message (Expand)Author
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-23[lldb] Enable "frame diagnose" on linux (#123217)Pavel Labath
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-08-27[lldb] Update NativeThreadLinux to new Status APIAdrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan81
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett
2023-03-15[lldb] Refactor CrashReasonDavid Spickett
2023-03-13[lldb] Remove MIPS64 specific signal handling for LinuxDavid Spickett
2022-06-21[lldb] [llgs] Fix signo sent with fork/vfork/vforkdone eventsMichał Górny
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-19[lldb] Fix NativeThreadLinux to build with older compilersPavel Labath
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny
2021-07-29[lldb][AArch64] Annotate synchronous tag faultsDavid Spickett
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-08-19[LLDB] NativeThreadLinux invalidate register cache on stopMuhammad Omair Javaid
2020-05-20Revert "[lldb-server] Reset stop reason of all threads when resuming"Raphael Isemann
2020-05-20[lldb-server] Reset stop reason of all threads when resumingJaroslav Sevcik
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-06Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-10Clean up NativeRegisterContextPavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-17Remove HostThreadLinux/Free/NetBSDPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid
2017-02-17NPL: Fix one more bug in the single step workaroundPavel Labath
2017-01-25NPL: Compartmentalize arm64 single step workaround betterPavel Labath
2016-11-11Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-06Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti