Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Plugins
/
SystemRuntime
/
MacOSX
/
AppleGetThreadItemInfoHandler.cpp
a6682a4
Simplify Boolean expressions
by Jonas Devlieghere
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
c01783a
Don't cancel the current IOHandler when we push a handler for an utility function run.
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
43d3541
Use Timeout<> in EvaluateExpressionOptions class
by Pavel Labath
· 9 years ago
ed2977f
Check that we got back an object from MakeFunctionCaller
by Jason Molenda
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
6896b35
Compilation can end up calling functions (e.g. to resolve indirect functions) so I added
by Jim Ingham
· 10 years ago
579e70c
Add a DiagnosticManager replace error streams in the expression parser.
by Sean Callanan
· 10 years ago
1c95046
Reduce inclusion of clang headers.
by Bruce Mitchener
· 10 years ago
151c032
This patch makes Clang-independent base classes for all the expression types that lldb currently vends.
by Jim Ingham
· 10 years ago
99558cc4
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
by Greg Clayton
· 10 years ago
a1e5dc8
ClangASTType is now CompilerType.
by Greg Clayton
· 10 years ago
b4892cd
Add a new SBThread::SafeToCallFunctions API; this calls over to
by Jason Molenda
· 11 years ago
8646d3c
Rename eExecution*** to eExpression*** to be consistent with the result type.
by Jim Ingham
· 11 years ago
1624a2d
Make the Expression Execution result enum available to the SB API layer.
by Jim Ingham
· 11 years ago
a056015
Only allow on thread to run when calling libBacktraceRecording.
by Jason Molenda
· 11 years ago
23ef27c
Give the clang functions names. This is only for logging.
by Jim Ingham
· 11 years ago
2a6c252
Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where lldb could free an inferior's vm_page.
by Jason Molenda
· 12 years ago
da276f9
Adjust the calls to __introspection_dispatch_thread_get_item_info to
by Jason Molenda
· 12 years ago
2fd8335
Change the Mac OS X SystemRuntime plugin from using the placeholder
by Jason Molenda
· 12 years ago