index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
1
-0
/
+1
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
1
-0
/
+1
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
1
-2
/
+12
*
Stop-hooks weren't getting called on step-out. Fix that.
Jim Ingham
2019-08-15
1
-0
/
+5
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-7
/
+5
*
[TableGen] Move target properties into a separate file (NFC)
Jonas Devlieghere
2019-07-26
1
-2
/
+2
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-22
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-100
/
+92
*
[Target] Adjust header in Thread
Alex Langford
2019-06-02
1
-1
/
+1
*
[Target] Introduce Process::GetLanguageRuntimes
Alex Langford
2019-05-29
1
-10
/
+6
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-4
/
+4
*
[Target] Generalize some behavior in Thread
Alex Langford
2019-05-15
1
-13
/
+19
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
1
-4
/
+8
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-8
/
+8
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
[Thread] Update the correct variable
Jonas Devlieghere
2019-02-12
1
-4
/
+2
*
Some cleanup after moving to std::make_shared
Jonas Devlieghere
2019-02-11
1
-5
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-7
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add an assertion to aid in tracking down a bug
Adrian Prantl
2018-12-21
1
-1
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
1
-9
/
+24
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+16
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-54
/
+67
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-12
/
+11
*
Change the unwinder to not use a hard-coded limit on the
Jason Molenda
2018-09-25
1
-1
/
+10
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-114
/
+88
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
1
-4
/
+3
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
1
-0
/
+1
*
Introduce new command: thread backtrace unique
Pavel Labath
2017-06-12
1
-25
/
+28
*
Added new API to SBStructuredData class
Abhishek Aggarwal
2017-05-29
1
-13
/
+11
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-6
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-29
/
+29
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-02-15
1
-17
/
+48
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Unroll r292930 due to TestCallThatThrows test fail is not fixed in reasonable...
Boris Ulasevich
2017-01-27
1
-48
/
+17
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
1
-17
/
+48
*
Rollback my commit r290168 to fix linux tests failure. I'll be back!
Boris Ulasevich
2016-12-20
1
-45
/
+16
*
Bug 30863 - Step doesn't stop with coditional breakpoint on the next line
Boris Ulasevich
2016-12-20
1
-16
/
+45
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
[next]