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
...
*
<rdar://problem/11275622>
Greg Clayton
2012-07-31
1
-1
/
+86
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+3
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-0
/
+6
*
Add accessors on process to get & set the selected thread by IndexID (useful ...
Jim Ingham
2012-07-13
2
-0
/
+27
*
Added documentation for many of our python properties and also made the prope...
Greg Clayton
2012-06-29
27
-238
/
+239
*
Added the ability to read the dSYM plist file with source remappings even whe...
Greg Clayton
2012-06-27
1
-0
/
+3
*
Modify the ranges_access() helper function to be able to lookup the address r...
Greg Clayton
2012-06-27
1
-0
/
+4
*
Fixed the get_process_thread_list function to correctly return a list of all ...
Greg Clayton
2012-06-27
1
-1
/
+1
*
Make a way to set the result status for Python defined commands, and don't ov...
Jim Ingham
2012-06-27
1
-0
/
+3
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-0
/
+3
*
rdar://problem/11584012
Johnny Chen
2012-06-04
3
-6
/
+4
*
Fix the comments about LLDB_DISABLE_PYTHON in the python swig shell scripts t...
Jim Ingham
2012-05-26
2
-3
/
+8
*
Fix missing Resources/Python directory for macosx build.
Johnny Chen
2012-05-24
2
-3
/
+3
*
Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder...
Jim Ingham
2012-05-24
1
-5
/
+6
*
Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...
Johnny Chen
2012-05-23
1
-0
/
+3
*
Add GetID to the .i file.
Jim Ingham
2012-05-16
1
-0
/
+3
*
Found one more place where the OkayToDiscard needs to be consulted.
Jim Ingham
2012-05-11
1
-0
/
+3
*
Make every Python API __len__() method return a PyIntObject.
Filipe Cabecinhas
2012-05-11
9
-11
/
+12
*
Fix SBProcess::ReadMemory's typemap to handle PyLongObjects.
Filipe Cabecinhas
2012-05-11
1
-5
/
+8
*
Print out a notification when the process of a target other than the currentl...
Jim Ingham
2012-05-08
1
-0
/
+3
*
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method...
Enrico Granata
2012-05-08
1
-0
/
+3
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn...
Greg Clayton
2012-04-25
1
-1
/
+1
*
Returning data formatters to their previous working condition - Plus fixing a...
Enrico Granata
2012-04-25
1
-0
/
+4
*
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
[prev]
[next]