summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-0/+1
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-0/+1
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-2/+12
* Stop-hooks weren't getting called on step-out. Fix that.Jim Ingham2019-08-151-0/+5
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-7/+5
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-261-2/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-22/+5
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-100/+92
* [Target] Adjust header in ThreadAlex Langford2019-06-021-1/+1
* [Target] Introduce Process::GetLanguageRuntimesAlex Langford2019-05-291-10/+6
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-4/+4
* [Target] Generalize some behavior in ThreadAlex Langford2019-05-151-13/+19
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-4/+8
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-8/+8
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* [Thread] Update the correct variableJonas Devlieghere2019-02-121-4/+2
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-111-5/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-7/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add an assertion to aid in tracking down a bugAdrian Prantl2018-12-211-1/+3
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-201-9/+24
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+16
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-54/+67
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-12/+11
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-251-1/+10
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add missing constness.Tatyana Krasnukha2018-06-271-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-114/+88
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-4/+3
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-051-0/+1
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-25/+28
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-13/+11
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-6/+5
* Rename Error -> Status.Zachary Turner2017-05-121-29/+29
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-151-17/+48
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...Boris Ulasevich2017-01-271-48/+17
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-241-17/+48
* Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich2016-12-201-45/+16
* Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich2016-12-201-16/+45
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
OpenPOWER on IntegriCloud