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
/
SystemRuntime
/
MacOSX
/
AppleGetQueuesHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-2
/
+2
*
Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.
Jason Molenda
2019-09-07
1
-0
/
+4
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-29
/
+25
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
1
-1
/
+1
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-0
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-16
/
+11
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-1
/
+1
*
Check that we got back an object from MakeFunctionCaller
Jason Molenda
2016-10-27
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-245
/
+263
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-14
/
+13
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
1
-1
/
+4
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-18
/
+27
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-3
/
+0
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-74
/
+43
*
SystemRuntime/MacOSX no longer need ObjCRuntime header.
Bruce Mitchener
2015-09-03
1
-2
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-5
/
+5
*
Fix error handling for the AppleGetQueues and AppleGetPendingItems
Jason Molenda
2014-06-23
1
-0
/
+1
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
1
-0
/
+8
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-2
/
+2
*
Only allow on thread to run when calling libBacktraceRecording.
Jason Molenda
2014-04-25
1
-0
/
+2
*
Give the clang functions names. This is only for logging.
Jim Ingham
2014-04-22
1
-1
/
+2
*
Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where l...
Jason Molenda
2014-02-15
1
-0
/
+3
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-0
/
+401