index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Interpreter
/
ScriptInterpreterPython.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move Python.h includes out of the headers into the .cpp file where it's actua...
Benjamin Kramer
2011-10-23
1
-5
/
+10
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-3
/
+3
*
this patch introduces a new command script import command which takes as inpu...
Enrico Granata
2011-10-17
1
-17
/
+116
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-8
/
+7
*
One last printf-style call cleanup.
Jason Molenda
2011-09-20
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-4
/
+3
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-0
/
+1
*
Fixing an issue with Python commands defined interactively
Enrico Granata
2011-09-09
1
-1
/
+1
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-174
/
+71
*
Don't change the host's environment, just append our Python Directory
Jim Ingham
2011-08-27
1
-27
/
+21
*
Don't let Python write its .pyc files, that's not really polite...
Jim Ingham
2011-08-22
1
-0
/
+1
*
- Support for Python namespaces:
Enrico Granata
2011-08-22
1
-1
/
+1
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-4
/
+5
*
Taking care of an issue with using lldb_private types in SBCommandInterpreter...
Enrico Granata
2011-08-19
1
-2
/
+2
*
First round of code cleanups:
Enrico Granata
2011-08-17
1
-1
/
+1
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
1
-0
/
+5
*
When defining a scripted command, it is possible to provide a docstring and t...
Enrico Granata
2011-08-17
1
-2
/
+22
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-3
/
+3
*
Python commands:
Enrico Granata
2011-08-16
1
-1
/
+140
*
To silence the static analyzer.
Johnny Chen
2011-08-11
1
-1
/
+1
*
Public API changes:
Enrico Granata
2011-07-29
1
-3
/
+38
*
new flag -P to type synth add lets you type a Python class interactively
Enrico Granata
2011-07-25
1
-0
/
+48
*
Python synthetic children:
Enrico Granata
2011-07-24
1
-2
/
+201
*
Python summary strings:
Enrico Granata
2011-07-15
1
-2
/
+173
*
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to
Caroline Tice
2011-06-16
1
-21
/
+35
*
Add error message; clean up comment.
Caroline Tice
2011-06-14
1
-1
/
+1
*
Cleaning up the Python script interpreter: Use the
Caroline Tice
2011-06-13
1
-133
/
+7
*
Use Py_InitializeEx(0) instead of Py_Initialize,
Caroline Tice
2011-06-02
1
-1
/
+1
*
Pre-load the Python script interpreter with the following
Caroline Tice
2011-05-03
1
-0
/
+41
*
This patch captures and serializes all output being written by the
Caroline Tice
2011-05-02
1
-0
/
+6
*
Abtracted the innards of lldb-core away from the SB interface. There was some
Greg Clayton
2011-03-22
1
-63
/
+64
*
Minor typo fix and TAB removals.
Johnny Chen
2011-03-11
1
-4
/
+4
*
Add some explanatory comments.
Caroline Tice
2011-03-11
1
-0
/
+11
*
Add thread state initialization to the thread where the interactive
Caroline Tice
2011-03-07
1
-0
/
+7
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-29
/
+20
*
Patch that allows for thread_t to be something more complex than an
Greg Clayton
2011-02-08
1
-1
/
+1
*
Abtract terminal stuff into a new lldb_private::Terminal class
Greg Clayton
2011-02-07
1
-28
/
+31
*
More termios fixes. We need to currently make sure to include:
Greg Clayton
2011-02-07
1
-4
/
+2
*
More termios fixes from Kirk Beitz.
Greg Clayton
2011-02-07
1
-2
/
+12
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-18
/
+2
*
Fix exit instructions for interactive interpreter, now that ctrl-D works.
Caroline Tice
2011-02-03
1
-2
/
+1
*
Added support for some new environment variables within LLDB to enable some
Greg Clayton
2011-01-27
1
-0
/
+8
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+0
*
Replace Mutex guarding python interpreter access with Predicate,
Caroline Tice
2011-01-17
1
-35
/
+223
*
Recent modifications to the Python script interpreter caused some problems
Caroline Tice
2011-01-14
1
-6
/
+87
*
Split up the Python script interpreter code to allow multiple script interpre...
Caroline Tice
2011-01-14
1
-128
/
+434
*
Add termination instructions when entering the interactive script interpreter.
Caroline Tice
2010-12-15
1
-0
/
+9
*
Add the ability to catch and do the right thing with Interrupts (often contro...
Caroline Tice
2010-11-19
1
-31
/
+23
*
Move the embedded Python interpreter onto a separate thread, to prevent
Caroline Tice
2010-11-10
1
-9
/
+118
*
Remove references to particular Python version (use the system default
Caroline Tice
2010-10-28
1
-0
/
+4
[prev]
[next]