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/14266411>
Enrico Granata
2013-06-25
2
-22
/
+10
*
Lots of cleanup on the SWIG wrapping layer
Enrico Granata
2013-06-21
2
-750
/
+368
*
Change the SWIG wrappers to stop directly casting SB object to SWIG objects, ...
Enrico Granata
2013-06-21
3
-18
/
+125
*
In thread and frame format strings, it is now allowed to use Python functions...
Enrico Granata
2013-06-20
1
-0
/
+344
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
2
-2
/
+5
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-1
/
+1
*
Added a new decorator function in the "lldb" module that can register a comma...
Greg Clayton
2013-06-19
1
-0
/
+20
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
2
-0
/
+39
*
Added a SBSection::GetParent() to the API.
Greg Clayton
2013-06-13
1
-0
/
+3
*
Improvements to the data formatters SB API:
Enrico Granata
2013-06-11
1
-0
/
+97
*
<rdar://problem/13646047>
Enrico Granata
2013-06-11
1
-0
/
+40
*
Making our Python decrefs NULL-safe
Enrico Granata
2013-06-11
1
-17
/
+17
*
<rdar://problem/13759177>
Enrico Granata
2013-06-11
1
-1
/
+7
*
Adding properties to the SBBreakpoint class
Enrico Granata
2013-06-10
1
-0
/
+20
*
Adding a diagnose-nsstring command
Enrico Granata
2013-05-30
1
-1
/
+2
*
This checkin enables Python summaries to return any string-convertible object
Enrico Granata
2013-05-30
1
-2
/
+12
*
<rdar://problem/13883385>
Enrico Granata
2013-05-15
1
-0
/
+4
*
<rdar://problem/11742979>
Enrico Granata
2013-05-03
17
-2
/
+309
*
<rdar://problem/13499317>
Enrico Granata
2013-05-02
2
-1
/
+24
*
Rename unwind_diagnose.py to diagnose_unwind.py. Change
Jason Molenda
2013-04-30
1
-2
/
+5
*
Forgot to include the diagnose_unwind.py script in the initialization of
Jason Molenda
2013-04-23
1
-1
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
3
-3
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
4
-5
/
+5
*
Adding new Python API function to check for stopped threads.
Andrew Kaylor
2013-04-15
1
-0
/
+6
*
Make sure we expose SetData() through the Python
Sean Callanan
2013-04-13
1
-0
/
+3
*
Fixed SBValueList to have a __str__ function like all other SB classes. Previ...
Greg Clayton
2013-04-11
1
-2
/
+3
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-1
/
+2
*
Modified patch from Prabhat Verma to enable loading core files through the SB...
Greg Clayton
2013-03-25
1
-0
/
+20
*
<rdar://problem/13434476>
Enrico Granata
2013-03-25
1
-4
/
+31
*
- Masking out SBCommandReturnObject::Printf() from the Python layer because S...
Enrico Granata
2013-03-25
2
-2
/
+28
*
<rdar://problem/13312903>
Enrico Granata
2013-03-23
1
-0
/
+7
*
This checkin removes the last Cocoa formatters that were implemented in Pytho...
Enrico Granata
2013-03-19
1
-27
/
+0
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
Added new properties to lldb.SBModule classes:
Greg Clayton
2013-03-07
1
-3
/
+61
*
Stop the "module" property from throwing an exception when the module name wa...
Greg Clayton
2013-03-07
1
-6
/
+9
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
3
-0
/
+12
*
<rdar://problem/13281528>
Greg Clayton
2013-02-25
2
-9
/
+9
*
Fix document typos, indentation in python code, and API examples.
Daniel Malea
2013-02-12
1
-1
/
+1
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
2
-2
/
+8
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-0
/
+3
*
Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)
Filipe Cabecinhas
2013-01-30
1
-2
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-14
/
+14
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+6
*
Remove std::string input arguments and replace with "const char *".
Greg Clayton
2013-01-16
1
-9
/
+12
*
<rdar://problem/13021266>
Enrico Granata
2013-01-16
2
-0
/
+33
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-0
/
+9
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-0
/
+8
*
Add an SBProcess API to get the current StopID, either considering or ignorin...
Jim Ingham
2013-01-08
1
-0
/
+10
*
<rdar://problem/12928282>
Greg Clayton
2013-01-04
1
-0
/
+2
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
2
-1
/
+12
[prev]
[next]