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
/
LanguageRuntime
/
ObjC
/
AppleObjCRuntime
/
AppleThreadPlanStepThroughObjCTrampoline.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-14
/
+11
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-5
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+5
*
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
-4
/
+1
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-2
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+6
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-181
/
+153
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-11
/
+8
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-7
/
+7
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-4
/
+4
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-8
/
+10
*
This patch does a couple of things.
Jim Ingham
2013-11-07
1
-6
/
+6
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-1
/
+8
*
Now that we set ThreadPlanCallFunction to private in the constructor, it is c...
Jim Ingham
2012-12-07
1
-1
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...
Jim Ingham
2012-05-11
1
-6
/
+3
*
If the ObjC Step Through Trampoline plan causes a target crash, properly prop...
Jim Ingham
2012-05-10
1
-52
/
+70
*
We sometimes need to be able to call functions (via Process::RunThreadPlan) f...
Jim Ingham
2012-04-07
1
-13
/
+42
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-8
/
+8
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-0
/
+2
*
Added functions to lldb_private::Address to set an address from a load address
Greg Clayton
2011-05-22
1
-4
/
+5
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-10
/
+15
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-1
/
+7
*
Changing the ObjC find method implementation to use a ClangUtilityFunction in...
Jim Ingham
2010-12-10
1
-12
/
+27
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Handle stepping through ObjC vtable trampoline code.
Jim Ingham
2010-11-05
1
-0
/
+7
*
Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.
Jim Ingham
2010-11-04
1
-0
/
+156