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
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-89
/
+182
*
Remove std::string input arguments and replace with "const char *".
Greg Clayton
2013-01-16
1
-64
/
+56
*
Make sure that the GenerateFunction call can support arbitrary levels of inde...
Enrico Granata
2013-01-07
1
-2
/
+4
*
<rdar://problem/12446222>
Enrico Granata
2012-12-19
1
-2
/
+26
*
Even when we aren’t going to init all the lldb.frame, etc, globals, init ll...
Jim Ingham
2012-12-08
1
-0
/
+7
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Separate initing the stdout/stderr for running the Python Script interpreter ...
Jim Ingham
2012-12-07
1
-30
/
+36
*
Fixed a crash in which we examined the extension of
Sean Callanan
2012-12-03
1
-4
/
+7
*
<rdar://problem/12676084> Dump the traceback when a Python error occurs in "c...
Enrico Granata
2012-11-30
1
-15
/
+68
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Giving at least some error information when a Python exception happens during...
Enrico Granata
2012-11-13
1
-1
/
+11
*
Adding support for loading the scripting resource as part of a framework, lac...
Enrico Granata
2012-11-08
1
-1
/
+1
*
Get rid of hack by making the actual call public. This was causing the lldb-p...
Greg Clayton
2012-11-01
1
-1
/
+1
*
<rdar://problem/12586188> Make ImportError a special case for "command script...
Enrico Granata
2012-10-31
1
-28
/
+62
*
<rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...
Enrico Granata
2012-10-29
1
-0
/
+5
*
<rdar://problem/12523238> Commit 1 of 3
Enrico Granata
2012-10-23
1
-5
/
+32
*
<rdar://problem/12479701> Use the plain pydoc pager to work around Python hel...
Enrico Granata
2012-10-22
1
-3
/
+2
*
<rdar://problem/12437442>
Enrico Granata
2012-10-22
1
-30
/
+7
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
1
-13
/
+20
*
Fixing a logic error where we would incorrectly show the newly crafted functi...
Enrico Granata
2012-09-20
1
-2
/
+3
*
<rdar://problem/12188843> Fixing a problem where a Python command created in ...
Enrico Granata
2012-09-18
1
-4
/
+13
*
Made it so changes to the prompt via "settings set prompt" get noticed by the...
Greg Clayton
2012-09-01
1
-5
/
+5
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
1
-2
/
+2
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+7
*
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...
Enrico Granata
2012-08-24
1
-0
/
+116
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
1
-0
/
+88
*
Merge python-GIL bracnh (by filcab) back into trunk!
Johnny Chen
2012-08-18
1
-134
/
+75
*
Fix a race condition where multiple PythonInputReaderManager instances could,...
Johnny Chen
2012-08-17
1
-30
/
+41
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-0
/
+249
*
<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...
Enrico Granata
2012-08-08
1
-6
/
+6
*
<rdar://problem/11862570> Fixing a potential crasher related to Python locking
Enrico Granata
2012-07-31
1
-2
/
+2
*
<rdar://problem/11538779> Fixing issues where Python scripts were not able to...
Enrico Granata
2012-06-07
1
-18
/
+291
*
When the current thread state is NULL, PyThreadState_Get() issues a fatal error.
Johnny Chen
2012-05-04
1
-1
/
+4
*
Returning data formatters to their previous working condition - Plus fixing a...
Enrico Granata
2012-04-25
1
-1
/
+1
*
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...
Greg Clayton
2012-04-25
1
-1
/
+1
*
Making the Cocoa formatters comply with the new on-disk layout of the Python ...
Enrico Granata
2012-04-25
1
-1
/
+1
*
Maked LLDB into a package so we can import things without poluting the global...
Greg Clayton
2012-04-25
1
-9
/
+4
*
Fixing a potential crasher where Python would assume we have no thread state ...
Enrico Granata
2012-04-04
1
-8
/
+15
*
Part 1 of a series of fixes meant to improve reliability and increase ease of...
Enrico Granata
2012-03-29
1
-2
/
+1
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-1
/
+1
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-0
/
+23
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-7
/
+9
*
Added formatters for libc++ (http://libcxx.llvm.org):
Enrico Granata
2012-03-12
1
-1
/
+1
*
Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFil...
Johnny Chen
2012-03-08
1
-6
/
+15
*
Using the new ScriptInterpreterObject in the implementation of synthetic chil...
Enrico Granata
2012-03-06
1
-321
/
+156
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-1
/
+1
*
(a) adding formatters for:
Enrico Granata
2012-03-02
1
-1
/
+1
*
(a) adding an introspection formatter for NS(Mutable)IndexSet
Enrico Granata
2012-03-01
1
-1
/
+1
[next]