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
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
4
-6
/
+57
*
Added the ability to get all section contents, or the section
Greg Clayton
2011-09-24
3
-1
/
+11
*
SBSection supports iteration through its subsections, represented as SBSectio...
Johnny Chen
2011-09-24
3
-3
/
+15
*
Fixed build issues after recent checkin.
Greg Clayton
2011-09-24
1
-0
/
+3
*
Added missing file.
Greg Clayton
2011-09-24
1
-0
/
+65
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
4
-5
/
+46
*
Add an SB API SBFrame::WatchValue() and exported to the Python interface to
Johnny Chen
2011-09-24
1
-0
/
+9
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
2
-1
/
+7
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
3
-2
/
+49
*
Untabify and fix indentations. Tabs are bad.
Johnny Chen
2011-09-15
1
-51
/
+51
*
Adding "-n", "-p" and "-w" flags to the lldb command-line tool to
Jim Ingham
2011-09-13
1
-0
/
+6
*
SBSourceManager now gets the real source manager either from the Debugger or ...
Jim Ingham
2011-09-13
2
-1
/
+4
*
Added the ability to introspect types thourgh the public SBType interface.
Greg Clayton
2011-09-09
2
-32
/
+82
*
Fixed the error message:
Johnny Chen
2011-09-09
1
-33
/
+33
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
5
-2
/
+215
*
Additional code cleanups ; Short option name for --python-script in type summ...
Enrico Granata
2011-08-23
1
-2
/
+0
*
Check the timesatmps of includees python-extensions.swig and python-wrapper.s...
Johnny Chen
2011-08-22
1
-4
/
+17
*
- Support for Python namespaces:
Enrico Granata
2011-08-22
1
-206
/
+133
*
Further fix for SWIG interoperability; making sure the Release() method of SB...
Enrico Granata
2011-08-20
1
-13
/
+30
*
Fixed some SWIG interoperability issues
Enrico Granata
2011-08-19
1
-13
/
+26
*
Taking care of an issue with using lldb_private types in SBCommandInterpreter...
Enrico Granata
2011-08-19
1
-2
/
+2
*
First round of code cleanups:
Enrico Granata
2011-08-17
1
-5
/
+5
*
New category "gnu-libstdc++" provides summary for std::string and synthetic c...
Enrico Granata
2011-08-17
1
-0
/
+15
*
Changes to Python commands:
Enrico Granata
2011-08-16
2
-4
/
+13
*
Python commands:
Enrico Granata
2011-08-16
1
-0
/
+140
*
Update the SBAddress.i Python interface file to the latest SBAddress.h,
Johnny Chen
2011-08-12
1
-0
/
+40
*
Fixed an issue where LLDB was complaining about the lack of 'update' in a syn...
Enrico Granata
2011-08-11
1
-0
/
+15
*
Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail o...
Johnny Chen
2011-08-11
1
-1
/
+5
*
Change the SBValue.linked_list_iter() to treat the value object as a homogene...
Johnny Chen
2011-08-11
1
-2
/
+4
*
On second thought, add the IsValid() method to SBTypeList, making it similar ...
Johnny Chen
2011-08-05
1
-0
/
+3
*
Add SBType.GetBasicType() to the test scenario.
Johnny Chen
2011-08-05
1
-0
/
+73
*
Add docstring & example usage for SBTypeList.
Johnny Chen
2011-08-05
1
-0
/
+31
*
Fix indentation and remove the private section of SBTypeList.
Johnny Chen
2011-08-05
1
-58
/
+54
*
o modify-python-lldb.py:
Johnny Chen
2011-08-05
1
-2
/
+3
*
The recently introduced SBTypeList is also iterable.
Johnny Chen
2011-08-05
1
-2
/
+3
*
APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError par...
Enrico Granata
2011-08-04
1
-1
/
+7
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
2
-33
/
+7
*
Public API changes:
Enrico Granata
2011-07-29
4
-86
/
+100
*
The SBValue.linked_list_iter() API failed for an empty list.
Johnny Chen
2011-07-27
1
-3
/
+1
*
Add docstrings and cross refs to SBCompileUnit and SBLineEntry.
Johnny Chen
2011-07-27
2
-3
/
+33
*
Add cross reference to SBThread from the SBFrame docstring. Also add a simpl...
Johnny Chen
2011-07-27
1
-1
/
+7
*
Add deprecation docstrings for some APIs which take an SBFrame - SBValues kno...
Johnny Chen
2011-07-27
1
-7
/
+18
*
Fix indentation and add a docstring for the ctor.
Johnny Chen
2011-07-26
1
-4
/
+6
*
adding required utility function to SWIG interface
Enrico Granata
2011-07-26
1
-0
/
+43
*
We can do better with the SBValue.linked_list_iter() API by supplying a default
Johnny Chen
2011-07-26
1
-12
/
+16
*
The test function to determine whether we have reached the end of the list was
Johnny Chen
2011-07-26
1
-14
/
+7
*
lldb.swig (the SWIG input file) has become too large. Modularize a bit by in...
Johnny Chen
2011-07-26
2
-0
/
+637
*
Rename the parameter for the end-of-list test function from end_of_list to en...
Johnny Chen
2011-07-25
1
-2
/
+2
*
Add cross references between the docstrings for regular SBValue iteration:
Johnny Chen
2011-07-25
2
-6
/
+16
*
Provide an add-on API to SBValue class by post-processing to provide a way
Johnny Chen
2011-07-25
1
-0
/
+61
[next]