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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup the type X list commands to use the new ForEach goodness
Enrico Granata
2015-11-18
11
-902
/
+225
*
Cleanup indentation
Enrico Granata
2015-11-17
1
-2
/
+4
*
Cleanup the type X clear commands, so that one base class can implement all o...
Enrico Granata
2015-11-17
1
-366
/
+83
*
Move this back to a pid_t; this file is OSX only anyway, and the signedness o...
Enrico Granata
2015-11-17
1
-2
/
+2
*
Remove --swig-executable `which swig` from Xcode prepare_bindings.py call.
Todd Fiala
2015-11-17
1
-1
/
+1
*
Reinstate Xcode project usage of prepare_bindings.py, with new --find-swig op...
Todd Fiala
2015-11-17
1
-5
/
+5
*
Added --find-swig option to allow searching for swig in path or other likely ...
Todd Fiala
2015-11-17
1
-0
/
+76
*
Revert out Xcode hookup of r253317.
Todd Fiala
2015-11-17
1
-5
/
+5
*
Add Pythonic language binding wrapper generation script.
Todd Fiala
2015-11-17
3
-5
/
+636
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
11
-26
/
+282
*
Python 3 - Skip a certain test for a particular (swig,python) combo.
Zachary Turner
2015-11-16
2
-1
/
+10
*
Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...
Ying Chen
2015-11-16
2
-4
/
+19
*
Add the ability to xfail or skip based on swig / python version.
Zachary Turner
2015-11-16
1
-11
/
+54
*
Insert the SWIG version into LLDB's __init__.py
Zachary Turner
2015-11-16
1
-5
/
+30
*
Python3 - Fix some issues related to `PythonFile` class.
Zachary Turner
2015-11-16
2
-0
/
+11
*
Revert "Add a "not_in()" function you can apply to the list type arguments to...
Pavel Labath
2015-11-16
2
-21
/
+4
*
Add more autotools/gmake NetBSD glue
Bruce Mitchener
2015-11-15
4
-5
/
+14
*
Allow to override python-config executable name from command line
Bruce Mitchener
2015-11-15
3
-3
/
+6
*
Use library discovery for curses and panel
Bruce Mitchener
2015-11-15
2
-2
/
+17
*
Uniquify all the type X delete commands via one common base class
Enrico Granata
2015-11-14
2
-493
/
+72
*
Some cleanup of the type X delete command
Enrico Granata
2015-11-14
1
-40
/
+16
*
The existing logic to loop over formatters is very pre-C++11, using void* bat...
Enrico Granata
2015-11-14
9
-48
/
+291
*
Fixes for uniformity in type clear and delete commands
Enrico Granata
2015-11-14
1
-8
/
+8
*
Always initialize expression variables' flags field.
Sean Callanan
2015-11-14
1
-0
/
+1
*
Add a few useful accessors on the data formatters containers
Enrico Granata
2015-11-14
1
-0
/
+38
*
Minor cleanup to the type format list command
Enrico Granata
2015-11-14
1
-2
/
+2
*
Add a "not_in()" function you can apply to the list type arguments to expecte...
Jim Ingham
2015-11-14
2
-4
/
+21
*
Fixed a testcase problem where disassembly would fail for nameless functions.
Sean Callanan
2015-11-13
1
-1
/
+2
*
Change the test to use the instruction list to get the consecutive addresses ...
Jim Ingham
2015-11-13
1
-18
/
+9
*
Upstream some data formatter related cleanups
Enrico Granata
2015-11-13
1
-7
/
+18
*
Change the null check to an assert.
Zachary Turner
2015-11-13
1
-1
/
+3
*
Fix indentation
Enrico Granata
2015-11-13
1
-21
/
+21
*
Remove debugging code left in by accident.
Zachary Turner
2015-11-13
1
-2
/
+0
*
Fix indentation
Enrico Granata
2015-11-13
1
-148
/
+148
*
Add a null check against the ThreadPlan
Zachary Turner
2015-11-13
1
-1
/
+1
*
Modernize FormatBacktrace() and make portable for Python 3.
Zachary Turner
2015-11-13
3
-21
/
+26
*
Another fix for LLDB_DISABLE_PYTHON=1
Zachary Turner
2015-11-13
1
-1
/
+5
*
Add `PythonExceptionStateTests.cpp` to lldb-gtest target.
Zachary Turner
2015-11-13
1
-0
/
+4
*
Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1
Zachary Turner
2015-11-13
2
-0
/
+8
*
Re-XFAIL two more tests I missed
Pavel Labath
2015-11-13
1
-0
/
+2
*
Re-add XFAILs to two tests
Pavel Labath
2015-11-13
2
-0
/
+2
*
Fix multiple symbol lookup in the same namespace
Eugene Leviant
2015-11-13
3
-9
/
+46
*
Remove a broken hack from Scalar::ULongLong and fix a test
Tamas Berghammer
2015-11-13
2
-4
/
+2
*
Fix to solve Bug 23139 & Bug 23560
Abhishek Aggarwal
2015-11-13
11
-18
/
+94
*
Fix commit 252963 to work around a bug on some platforms where they don't
Jim Ingham
2015-11-13
1
-3
/
+13
*
Add PythonTestSuite.cpp to project file for lldb-gtest.
Jason Molenda
2015-11-13
1
-0
/
+6
*
Fix a bug in PythonExceptionState and add unittest coverage.
Zachary Turner
2015-11-13
3
-0
/
+66
*
Add PythonExceptionState.cppto the xocde project file.
Jason Molenda
2015-11-13
1
-0
/
+8
*
Update .gitignore to exclude pyproj folder (used for Python IDE)
Zachary Turner
2015-11-13
1
-0
/
+1
*
Introduce a `PythonExceptionState` class.
Zachary Turner
2015-11-13
6
-85
/
+385
[next]