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
/
Plugins
/
MemoryHistory
/
asan
/
MemoryHistoryASan.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Process] Remove unused field from HistoryThread
Alex Langford
2019-06-19
1
-2
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-3
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-141
/
+135
*
In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...
Kuba Brecka
2016-07-06
1
-0
/
+2
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-1
/
+1
*
Add thread numbers into ASan thread names.
Kuba Brecka
2016-05-01
1
-5
/
+8
*
Simplify the ASan expression (follow-up for the previous commit, r265651).
Kuba Brecka
2016-04-07
1
-2
/
+2
*
Tentative fix (add `extern "C"` declarations to expression prefix) and printi...
Kuba Brecka
2016-04-07
1
-35
/
+57
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-1
/
+1
*
Upstream a change to MemoryHistoryASan from Sean:
Jason Molenda
2015-11-06
1
-2
/
+11
*
Stop objects from keeping a strong reference to the process when they should ...
Greg Clayton
2015-08-31
1
-33
/
+35
*
Improve check for ASAN callbacks
Tamas Berghammer
2015-08-12
1
-20
/
+9
*
[asan] Display ASan history threads in reverse chronological order
Kuba Brecka
2015-07-22
1
-1
/
+1
*
Add ASan history threads into process_sp->GetExtendedThreadList, so they don'...
Kuba Brecka
2014-09-23
1
-37
/
+35
*
ASan malloc/free history threads
Kuba Brecka
2014-09-04
1
-0
/
+185