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
*
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
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-6
/
+13
*
Simplify GetGlobalProperties functions of Thread/Process/Target
Pavel Labath
2016-10-19
1
-5
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2200
/
+1866
*
Implementation "step out" plans shouldn't gather the return value.
Jim Ingham
2016-08-23
1
-1
/
+3
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-35
/
+34
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Make LLDB safer to use with respect to the global destructor chain.
Greg Clayton
2016-02-26
1
-4
/
+5
*
Make sure the Target, Process and Thread GetGlobalProperties() static methods...
Greg Clayton
2016-02-26
1
-2
/
+6
*
Remove a stray ;.
Jim Ingham
2016-02-03
1
-1
/
+0
[next]