Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
67aa5b6d71518b3be449344e271a03a96fc6b48d
/
source
/
Target
/
ExecutionContext.cpp
9347d44
Don't have ExecutionContextRef::SetTargetPtr fill in the frame
by Jason Molenda
· 13 years ago
a894fe7
Added a new Host class: ReadWriteLock
by Greg Clayton
· 13 years ago
3feafab
<rdar://problem/11184458>
by Greg Clayton
· 13 years ago
f4124de
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
by Greg Clayton
· 13 years ago
289afcb
The second part in thread hardening the internals of LLDB where we make
by Greg Clayton
· 13 years ago
b4d7fc0
This checking is part one of trying to add some threading safety to our
by Greg Clayton
· 13 years ago
13d24fb
Switching back to using std::tr1::shared_ptr. We originally switched away
by Greg Clayton
· 14 years ago
567e7f3
Converted the lldb_private::Process over to use the intrusive shared pointers.
by Greg Clayton
· 14 years ago
801417e
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
888a733
Changed the emulate instruction function to take emulate options which
by Greg Clayton
· 14 years ago
08d7d3a
Fixed issues with RegisterContext classes and the subclasses. There was
by Greg Clayton
· 15 years ago
a830adb
There are now to new "settings set" variables that live in each debugger
by Greg Clayton
· 15 years ago
c833295
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected.
by Jim Ingham
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago