summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-1/+1
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-3/+4
* Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann2019-11-281-4/+3
* [lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine2019-11-281-3/+4
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-2/+23
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-11/+11
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-091-14/+2
* Get the run locker before you ask if your thread is valid.Jim Ingham2019-04-091-3/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-7/+5
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+108
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-288/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-35/+214
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-13/+13
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-2/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+15
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-40/+58
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-201-95/+148
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+3
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-161-4/+0
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-5/+6
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add logging to SBThread::GetInfoItemByPathAsString toJason Molenda2017-02-021-2/+2
* Clean up the stop printing header lines.Jim Ingham2016-11-081-2/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1435/+1152
* Fix Windows build - add return statement in SBThread::StepUsingScriptedThread...Oleksiy Vyalov2016-08-061-1/+1
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-4/+21
* Add an API to unwind from a hand-called expression.Jim Ingham2016-07-081-0/+25
* SBThread also had some places where it got the ExecutionContext w/o Jim Ingham2016-06-101-9/+27
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-57/+52
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-071-1/+13
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-40/+3
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-301-1/+5
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-1/+58
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-4/+19
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+2
* Fix log message warning in SBThread.Bruce Mitchener2015-09-091-1/+1
* SBThread::StepOutOfFrame should check that the SBStackFrame it gets passedJim Ingham2015-09-081-1/+15
* Refactor Unix signals.Chaoren Lin2015-07-141-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-2/+2
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-2/+2
OpenPOWER on IntegriCloud