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
/
modify-python-lldb.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill modify-python-lldb.py
Pavel Labath
2019-04-24
1
-141
/
+0
*
modify-python-lldb: Remove \a-removing code
Pavel Labath
2019-04-23
1
-4
/
+0
*
modify-python-lldb.py: Remove docstring formatting code
Pavel Labath
2019-04-21
1
-15
/
+1
*
modify-python-lldb.py: Remove ifdef SWIG-removing code
Pavel Labath
2019-04-08
1
-13
/
+4
*
modify-python-lldb.py: Insert initialization code with swig instead
Pavel Labath
2019-04-05
1
-7
/
+0
*
modify-python-lldb.py: (Re)move __len__ and __iter__ support
Pavel Labath
2019-04-04
1
-100
/
+3
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
1
-35
/
+4
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
1
-43
/
+8
*
Fix/unify SBType comparison
Pavel Labath
2019-03-13
1
-1
/
+0
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-15
/
+0
*
Insert blocks of python code with swig instead of modify-python-lldb.py
Pavel Labath
2019-02-27
1
-125
/
+0
*
Embed swig version into lldb.py in a different way
Pavel Labath
2019-02-15
1
-22
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-52
/
+66
*
Insert the SWIG version into LLDB's __init__.py
Zachary Turner
2015-11-16
1
-5
/
+30
*
Remove a debug print statement.
Zachary Turner
2015-11-07
1
-1
/
+0
*
Python 3 - Use __bool__() instead of __nonzero__() for truthiness.
Zachary Turner
2015-11-07
1
-1
/
+16
*
[swig] Start of pylint on python build scripts.
Bruce Mitchener
2015-11-05
1
-1
/
+1
*
Update swig generation scripts to support Python 3.
Zachary Turner
2015-10-06
1
-3
/
+7
*
Make sure that the lldb globals:
Greg Clayton
2012-12-10
1
-2
/
+8
*
Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).
Filipe Cabecinhas
2012-11-01
1
-1
/
+1
*
Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...
Johnny Chen
2012-03-16
1
-1
/
+5
*
Add a missing ')' in the comment.
Johnny Chen
2011-11-08
1
-1
/
+1
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-3
/
+3
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-1
/
+1
*
Add comment markers for in_range(symbol, section).
Johnny Chen
2011-10-03
1
-0
/
+3
*
Add docstring to in_range() function residing in the lldb module.
Johnny Chen
2011-09-30
1
-0
/
+1
*
Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...
Johnny Chen
2011-09-30
1
-5
/
+40
*
Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...
Johnny Chen
2011-09-27
1
-5
/
+6
*
Export the watchpoint related API (SBWatchpointLocation class and added SBTar...
Johnny Chen
2011-09-27
1
-2
/
+5
*
SBSection supports iteration through its subsections, represented as SBSectio...
Johnny Chen
2011-09-24
1
-1
/
+9
*
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
*
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
*
The SBValue.linked_list_iter() API failed for an empty list.
Johnny Chen
2011-07-27
1
-3
/
+1
*
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
*
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
1
-5
/
+11
*
Provide an add-on API to SBValue class by post-processing to provide a way
Johnny Chen
2011-07-25
1
-0
/
+61
*
Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h
Johnny Chen
2011-07-16
1
-15
/
+44
*
Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate...
Johnny Chen
2011-07-15
1
-3
/
+4
*
Add some more docstrings (includng example usages) to SBTarget.h.
Johnny Chen
2011-07-14
1
-0
/
+3
*
Missed the char_to_str_xform on the docstrings for the module level function ...
Johnny Chen
2011-07-08
1
-1
/
+3
*
Add post-processing step to transform the docstring from 'char', i.e., 'char ...
Johnny Chen
2011-07-06
1
-0
/
+24
*
Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings
Johnny Chen
2011-07-03
1
-16
/
+41
*
Add swig docstrings for SBFrame.h.
Johnny Chen
2011-07-03
1
-2
/
+3
*
Refine the post-processing phase of lldb.py to remove some more doxygen/c++-c...
Johnny Chen
2011-07-02
1
-1
/
+11
*
Add some documentation blocks to SBTarget.h and use swig docstring feature to
Johnny Chen
2011-07-01
1
-0
/
+16
*
Generalise pattern for matching IsValid signature
Peter Collingbourne
2011-06-14
1
-1
/
+1
[next]