Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
3097439ac52d25909e706503afe5c0772f2aead2
/
source
/
API
c7f5d5c
Added needed breakpoint functionality to the public API that includes:
by Greg Clayton
· 14 years ago
bef1583
I enabled some extra warnings for hidden local variables and for hidden
by Greg Clayton
· 14 years ago
0a164a1
Misc warning fixes.
by Eli Friedman
· 14 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 14 years ago
7043635
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 14 years ago
558be58
Add a unique ID to each debugger instance.
by Caroline Tice
· 14 years ago
034a7c3
A little code cleanup to not create an script bridging object just to feed
by Greg Clayton
· 14 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 14 years ago
9c6898b
Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer.
by Jim Ingham
· 14 years ago
5a47e8b
Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan
by Jim Ingham
· 14 years ago
8e5e38f
Adding setting thread specific breakpoints by name, ID, index & queue name to the SB interfaces.
by Jim Ingham
· 14 years ago
3c7b5b9
Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID.
by Jim Ingham
· 14 years ago
84cdc15
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 14 years ago
8f5fd6b
I have eliminated RTTI from LLDB!
by Greg Clayton
· 14 years ago
1501a96
Per surrounding style, use stdarg.h instead of cstdio, etc.
by Eli Friedman
· 14 years ago
7a62c8b
And some more include line fixes.
by Eli Friedman
· 14 years ago
d6ec8aa
Fix a bunch more include lines.
by Eli Friedman
· 14 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 14 years ago