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
/
scripts
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that we have an LLDB package, make the "lldb.macosx.crashlog" module work...
Greg Clayton
2012-04-25
1
-5
/
+17
*
Ensure that lldb/runtime is not a dead point in the Python package hierarchy ...
Enrico Granata
2012-04-25
1
-2
/
+6
*
Maked LLDB into a package so we can import things without poluting the global...
Greg Clayton
2012-04-25
1
-409
/
+100
*
Added the ability to specify the symbol file for a module when adding it to a...
Greg Clayton
2012-04-23
1
-0
/
+6
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
2
-1
/
+7
*
Added a property to get the dynamic type which uses the most permissive way t...
Greg Clayton
2012-04-11
1
-2
/
+8
*
Export the ability to see if a symbol is externally visible and also if the s...
Greg Clayton
2012-04-02
1
-1
/
+14
*
Part 1 of a series of fixes meant to improve reliability and increase ease of...
Enrico Granata
2012-03-29
1
-0
/
+14
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-0
/
+14
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-28
/
+28
*
Adding a new API call IsTypeComplete() to SBType. This call is meant to check...
Enrico Granata
2012-03-24
1
-1
/
+6
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-5
/
+13
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
3
-1
/
+20
*
Added formatters for libc++ (http://libcxx.llvm.org):
Enrico Granata
2012-03-12
1
-0
/
+14
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-0
/
+3
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+12
*
Copying a new file required for the updated formatters to work into LLDB.fram...
Enrico Granata
2012-03-05
1
-0
/
+14
*
rdar://problem/10976649
Johnny Chen
2012-03-05
1
-0
/
+3
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
3
-12
/
+178
*
(a) adding formatters for:
Enrico Granata
2012-03-02
1
-0
/
+14
*
(a) adding an introspection formatter for NS(Mutable)IndexSet
Enrico Granata
2012-03-01
1
-0
/
+14
*
This commit:
Enrico Granata
2012-02-29
2
-91
/
+79
*
Added some missing accessors to the SBAttachInfo for user and group ID
Greg Clayton
2012-02-24
1
-0
/
+18
*
Fixed the launching code when using the new SBLaunchInfo.
Greg Clayton
2012-02-24
1
-21
/
+2
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-0
/
+183
*
This patch provides a set of formatters for most of the commonly used Cocoa c...
Enrico Granata
2012-02-23
1
-1
/
+240
*
typemaps to allow Python to invoke the new SBModule::GetVersion() API. Memory...
Enrico Granata
2012-02-23
1
-0
/
+42
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-0
/
+4
*
Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python
Jason Molenda
2012-02-21
1
-0
/
+9
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-0
/
+6
*
Adding formatters for several useful Objective-C/Cocoa data types. The new ca...
Enrico Granata
2012-02-17
2
-0
/
+17
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
6
-0
/
+24
*
<rdar://problem/10062621>
Enrico Granata
2012-02-15
9
-0
/
+624
*
Send Breakpoint Changed events for all the relevant changes to breakpoints.
Jim Ingham
2012-02-08
2
-0
/
+9
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
7
-37
/
+245
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+3
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
3
-3
/
+15
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-55
/
+79
*
Expose more convenience functionality in the python classes.
Greg Clayton
2012-02-03
4
-0
/
+141
*
Fixed casting in the lldb::SBValue::Cast(SBType) function.
Greg Clayton
2012-02-03
1
-1
/
+17
*
Cleaned up the documentation strings for many helper objects and added
Greg Clayton
2012-02-03
4
-26
/
+79
*
Added support to SBType for getting template arguments from a SBType:
Greg Clayton
2012-02-03
1
-0
/
+9
*
ensure that changes to the typemaps are properly detected and cause SWIG to r...
Enrico Granata
2012-02-02
1
-0
/
+14
*
When outputting hex values use unsigned integer values so we don't get
Greg Clayton
2012-02-02
1
-2
/
+7
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
12
-8
/
+356
*
Added a new convenience property on lldb.SBThread names "frames" which always...
Greg Clayton
2012-02-01
2
-26
/
+192
*
Added a new class to the lldb python module:
Greg Clayton
2012-02-01
1
-0
/
+184
*
Added fuzz testing for when we call API calls with an invalid object.
Greg Clayton
2012-01-31
1
-0
/
+2
*
This commit provides a new default summary for Objective-C boolean variables,...
Enrico Granata
2012-01-31
1
-0
/
+15
*
Removed an incorrectly added property from SBTarget.i
Greg Clayton
2012-01-29
1
-3
/
+0
[next]