Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f96ae684c4be9c08901bde63b0df8ef5210e6aff
/
lldb
/
source
/
Interpreter
/
ScriptInterpreterPython.cpp
a51174a
Add termination instructions when entering the interactive script interpreter.
by Caroline Tice
· 15 years ago
efed613
Add the ability to catch and do the right thing with Interrupts (often control-c)
by Caroline Tice
· 15 years ago
5c2816d
Move the embedded Python interpreter onto a separate thread, to prevent
by Caroline Tice
· 15 years ago
3cc8751
Remove references to particular Python version (use the system default
by Caroline Tice
· 15 years ago
04a339a
Flush the prompts immediately in the breakpoint command input readers, to make
by Caroline Tice
· 15 years ago
dc8f777
Prevent Python script interpreter initialization from changing
by Caroline Tice
· 15 years ago
dd36def
Added a new Host call to find LLDB related paths:
by Greg Clayton
· 15 years ago
c6ed542
More SWIG cleanup. Moved the breakpoint callback function back to the
by Greg Clayton
· 15 years ago
988efc1
Fix one-liner Python breakpoint commands to be wrapped up in an automatically
by Caroline Tice
· 15 years ago
18474c9
Automatically wrap *all* Python code entered for a breakpoint command inside
by Caroline Tice
· 15 years ago
867b185d
by Caroline Tice
· 15 years ago
650b926
Re-write/clean up code that generated Python breakpoint commands.
by Caroline Tice
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
e7e92b7
Remove help text that is no longer correct.
by Caroline Tice
· 15 years ago
4550154
Fixed some comments.
by Johnny Chen
· 15 years ago
94de55d
Added the capability to specify a one-liner Python script as the callback
by Johnny Chen
· 15 years ago
d0211cc
Don't flatten lldb and import everything into the global namespace. Instead,
by Johnny Chen
· 15 years ago
705c3b6
There is no need to restore (sys.stdin, sys.stdout) of the python script
by Johnny Chen
· 15 years ago
7dc2e47
We can do better when reporting the status of one-liner script execution.
by Johnny Chen
· 15 years ago
a624358
Added some comments to clarify where "init_lldb" comes from.
by Greg Clayton
· 15 years ago
ebc1bb2
Add a unique ID to each debugger instance.
by Caroline Tice
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
b182340
Committing patch from Joseph Ranieri to handle 'exit()' the same
by Jason Molenda
· 15 years ago
d0edb5b
Don't include Python.h in the shared header.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago