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
...
*
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
*
This commit:
Enrico Granata
2012-02-29
1
-45
/
+141
*
Patch from Filipe Cabecinhas!
Johnny Chen
2012-02-29
1
-3
/
+14
*
This patch provides a set of formatters for most of the commonly used Cocoa c...
Enrico Granata
2012-02-23
1
-0
/
+5
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-2
/
+3
*
This checking is part one of trying to add some threading safety to our
Greg Clayton
2012-02-17
1
-2
/
+4
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
1
-9
/
+25
*
Added support to SBType for getting template arguments from a SBType:
Greg Clayton
2012-02-03
1
-1
/
+1
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
1
-20
/
+3
*
This commit provides a new default summary for Objective-C boolean variables,...
Enrico Granata
2012-01-31
1
-0
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Stop running so many individual commands when going into the script interpreter.
Greg Clayton
2012-01-28
1
-48
/
+20
*
<rdar://problem/10750012>
Greg Clayton
2012-01-27
1
-21
/
+4
*
<rdar://problem/10649734>
Greg Clayton
2012-01-06
1
-4
/
+16
*
this patch addresses several issues with "command script" subcommands:
Enrico Granata
2011-11-07
1
-9
/
+35
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-0
/
+7
*
Decoupling of lock-related code from the core of ScriptInterpreterPython. All...
Enrico Granata
2011-10-24
1
-224
/
+120
*
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
[prev]
[next]