summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Thread.cpp
AgeCommit message (Expand)Author
2020-05-14 [lldb] Update stop info override callback comment.Ryan Mansfield
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham
2020-04-03Move thread plan stacks into the Process, indexed by TID.Jim Ingham
2020-03-10[lldb] Make UnwindLLDB a non-pluginPavel Labath
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath
2020-03-06[lldb] Delete UnwindMacOSXFrameBackchainPavel Labath
2020-03-02[lldb/API] NFC: Reformat and simplify SBThread::GetStopDescription()Fred Riss
2020-02-06[lldb/Target] Add Assert StackFrame RecognizerMed Ismail Bennani
2020-02-05Revert "[lldb/Target] Add Assert StackFrame Recognizer"Pavel Labath
2020-02-05[lldb/Target] Add Assert StackFrame RecognizerMed Ismail Bennani
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-28Revert "[lldb/Target] Add Assert StackFrame Recognizer"Med Ismail Bennani
2020-01-28[lldb/Target] Add Assert StackFrame RecognizerMed Ismail Bennani
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-17[ARC] Basic support in gdb-remote process pluginTatyana Krasnukha
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-08-15Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-26[TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-02[Target] Adjust header in ThreadAlex Langford
2019-05-29[Target] Introduce Process::GetLanguageRuntimesAlex Langford
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-15[Target] Generalize some behavior in ThreadAlex Langford
2019-05-06Include inlined functions when figuring out a contiguous address rangeGreg Clayton
2019-04-23Lock accesses to OptionValueFileSpecList objectsFrederic Riss
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-12[Thread] Update the correct variableJonas Devlieghere
2019-02-11Some cleanup after moving to std::make_sharedJonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21Add an assertion to aid in tracking down a bugAdrian Prantl
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek
2018-11-28[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-25Change the unwinder to not use a hard-coded limit on theJason Molenda
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-27Add missing constness.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-10-25Move StopInfoOverride callback to the new architecture pluginPavel Labath
2017-10-05Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov