summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThreadPlan.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-091-6/+1
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-2/+2
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+58
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-29/+127
* 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
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-12/+82
* [API] Extend the `SBThreadPlan` interfaceAleksandr Urakov2018-10-251-0/+10
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-200/+119
* Add a few more needed bits to the scripted thread plans.Jim Ingham2016-08-051-0/+9
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-0/+285
OpenPOWER on IntegriCloud