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
*
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
*
gtest - Make a `PythonTestSuite` base class for setup / teardown.
Zachary Turner
2015-11-13
4
-17
/
+74
*
Delete `PyObjectToString` and use `PythonObject::Str()`.
Zachary Turner
2015-11-13
1
-43
/
+12
*
Revert "Another little stepping optimization: if any of the source step comma...
Ying Chen
2015-11-13
1
-9
/
+2
*
Another little stepping optimization: if any of the source step commands are ...
Jim Ingham
2015-11-12
1
-2
/
+9
*
Implement RegisterContext for Mini Dumps.
Adrian McCarthy
2015-11-12
16
-307
/
+304
*
Finish PyCallable -> PythonCallable conversion.
Zachary Turner
2015-11-12
1
-258
/
+88
*
Allow renderscript runtime to read MIPS target arguments.
Aidan Dodds
2015-11-12
1
-1
/
+41
*
Fix non-Windows build after r252906.
Zachary Turner
2015-11-12
4
-4
/
+5
*
Begin converting uses of PyCallable to PythonCallable.
Zachary Turner
2015-11-12
3
-228
/
+206
*
Use uniqueness of C++ fully-qualified names to resolve conflicts
Ramkumar Ramachandra
2015-11-12
1
-55
/
+67
*
[test] Fix comment.
Dawn Perchik
2015-11-12
1
-1
/
+1
*
Remove `FindSessionDictionary` and rely on PythonDataObjects.
Zachary Turner
2015-11-11
1
-190
/
+140
*
Convert python-wrapper.swig to use PythonDataObjects.
Zachary Turner
2015-11-11
1
-99
/
+43
*
Create `PythonTuple` and `PythonCallable` wrapper classes.
Zachary Turner
2015-11-11
3
-17
/
+454
*
Python 3 - Use six in our embedded Python glue code.
Zachary Turner
2015-11-11
2
-1
/
+3
[next]