Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
3e4238d47a6d1a3106f357d2e7b495870721c7ae
/
source
/
Interpreter
/
ScriptInterpreter.cpp
3e4238d
Fixed the Xcode project building of LLVM to be a bit more user friendly:
by Greg Clayton
· 13 years ago
59df36f
this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
by Enrico Granata
· 13 years ago
c2a2825
Python commands:
by Enrico Granata
· 13 years ago
979e20d
Public API changes:
by Enrico Granata
· 13 years ago
9ae7cef
Python synthetic children:
by Enrico Granata
· 13 years ago
f7a9b14
Python summary strings:
by Enrico Granata
· 13 years ago
e86cbb9
Abtracted the innards of lldb-core away from the SB interface. There was some
by Greg Clayton
· 14 years ago
7c330d6
Added support for some new environment variables within LLDB to enable some
by Greg Clayton
· 14 years ago
0aa2e55
Split up the Python script interpreter code to allow multiple script interpreter objects to
by Caroline Tice
· 14 years ago
238c0a1
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 14 years ago
6e4c5ce
by Caroline Tice
· 14 years ago
bef1583
I enabled some extra warnings for hidden local variables and for hidden
by Greg Clayton
· 14 years ago
dea5ea7
Move source/Utility/PseudoTerminal.h into include/lldb/Utility.
by Jason Molenda
· 14 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 14 years ago