summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
AgeCommit message (Expand)Author
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2021-07-29Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFCFangrui Song
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-04-16[Process] Fix linux arm64 single step compilation failureAlex Langford
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Fix Linux Buildbot.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-17NPL: Fix one more bug in the single step workaroundPavel Labath
2017-02-16NPL: Fix single step workaroundPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-25NPL: Compartmentalize arm64 single step workaround betterPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-23Work around a stepping bug in arm64 android MPavel Labath