Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
ead6fd64bf77e88570c2bc71f23f3f2a76f82e18
/
source
/
Interpreter
/
ScriptInterpreterPython.cpp
e89ab7b
new flag -P to type synth add lets you type a Python class interactively
by Enrico Granata
· 14 years ago
9ae7cef
Python synthetic children:
by Enrico Granata
· 14 years ago
f7a9b14
Python summary strings:
by Enrico Granata
· 14 years ago
892fadd
by Caroline Tice
· 14 years ago
84cc16d
by Caroline Tice
· 14 years ago
d4d9283
by Caroline Tice
· 14 years ago
a54461d
by Caroline Tice
· 14 years ago
6af65cb
by Caroline Tice
· 14 years ago
4a34808
by Caroline Tice
· 14 years ago
e86cbb9
Abtracted the innards of lldb-core away from the SB interface. There was some
by Greg Clayton
· 14 years ago
8054ba3
Minor typo fix and TAB removals.
by Johnny Chen
· 14 years ago
ce207c1
by Caroline Tice
· 14 years ago
9d352ce
by Caroline Tice
· 14 years ago
5892856
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 15 years ago
09c81ef
Patch that allows for thread_t to be something more complex than an
by Greg Clayton
· 15 years ago
0fdd4a0
Abtract terminal stuff into a new lldb_private::Terminal class
by Greg Clayton
· 15 years ago
9a7a947
More termios fixes. We need to currently make sure to include:
by Greg Clayton
· 15 years ago
9920858
More termios fixes from Kirk Beitz.
by Greg Clayton
· 15 years ago
17f5afe
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
by Greg Clayton
· 15 years ago
a81c367
Fix exit instructions for interactive interpreter, now that ctrl-D works.
by Caroline Tice
· 15 years ago
7c330d6
Added support for some new environment variables within LLDB to enable some
by Greg Clayton
· 15 years ago
bdcb6ab
Enabled extra warnings and fixed a bunch of small issues.
by Greg Clayton
· 15 years ago
202f6b8
Replace Mutex guarding python interpreter access with Predicate,
by Caroline Tice
· 15 years ago
4a461da
Recent modifications to the Python script interpreter caused some problems
by Caroline Tice
· 15 years ago
0aa2e55
Split up the Python script interpreter code to allow multiple script interpreter objects to
by Caroline Tice
· 15 years ago
67637d8
Add termination instructions when entering the interactive script interpreter.
by Caroline Tice
· 15 years ago
c4f55fe
Add the ability to catch and do the right thing with Interrupts (often control-c)
by Caroline Tice
· 15 years ago
2ade611
Move the embedded Python interpreter onto a separate thread, to prevent
by Caroline Tice
· 15 years ago
5790e06
Remove references to particular Python version (use the system default
by Caroline Tice
· 15 years ago
f81b4c5
Flush the prompts immediately in the breakpoint command input readers, to make
by Caroline Tice
· 15 years ago
5867f6b
Prevent Python script interpreter initialization from changing
by Caroline Tice
· 15 years ago
24b48ff
Added a new Host call to find LLDB related paths:
by Greg Clayton
· 15 years ago
5144f38
More SWIG cleanup. Moved the breakpoint callback function back to the
by Greg Clayton
· 15 years ago
5136f94
Fix one-liner Python breakpoint commands to be wrapped up in an automatically
by Caroline Tice
· 15 years ago
59c5d5d
Automatically wrap *all* Python code entered for a breakpoint command inside
by Caroline Tice
· 15 years ago
8bb61f0
by Caroline Tice
· 15 years ago
b447e84
Re-write/clean up code that generated Python breakpoint commands.
by Caroline Tice
· 15 years ago
238c0a1
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
c95c6d1
Remove help text that is no longer correct.
by Caroline Tice
· 15 years ago
3e0571b
Fixed some comments.
by Johnny Chen
· 15 years ago
d1c2dca
Added the capability to specify a one-liner Python script as the callback
by Johnny Chen
· 15 years ago
98bea86
Don't flatten lldb and import everything into the global namespace. Instead,
by Johnny Chen
· 15 years ago
1977419
There is no need to restore (sys.stdin, sys.stdout) of the python script
by Johnny Chen
· 15 years ago
60dde64
We can do better when reporting the status of one-liner script execution.
by Johnny Chen
· 15 years ago
121f331
Added some comments to clarify where "init_lldb" comes from.
by Greg Clayton
· 15 years ago
558be58
Add a unique ID to each debugger instance.
by Caroline Tice
· 15 years ago
63094e0
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
a8a5e56
Committing patch from Joseph Ranieri to handle 'exit()' the same
by Jason Molenda
· 15 years ago
3c90d99
Don't include Python.h in the shared header.
by Eli Friedman
· 15 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago