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
*
All instance variables start with "m_". Fix "options" to be "m_options".
Greg Clayton
2015-11-03
2
-57
/
+57
*
Fix __fp16 types so we can display them and use them in expressions.
Greg Clayton
2015-11-03
1
-3
/
+8
*
Fix build for go parser unittest.
Ryan Brown
2015-11-03
2
-1
/
+13
*
Fix a deadlock when connecting to a remote GDB server that might not support ...
Greg Clayton
2015-11-03
1
-16
/
+20
*
With the new modules debugging, we have seen cases where clang is not emittin...
Greg Clayton
2015-11-03
1
-0
/
+17
*
Revert change comitted in accidentally as r251992
Tamas Berghammer
2015-11-03
1
-3
/
+0
*
Use std::list::splice in TaskPool to avoid an allocation
Tamas Berghammer
2015-11-03
1
-2
/
+1
*
wip
Tamas Berghammer
2015-11-03
1
-0
/
+3
*
Python 3 - Fix checking of string types in unittest2 module.
Zachary Turner
2015-11-03
5
-11
/
+17
*
Introduce seven.cmp_ and use it instead of cmp
Zachary Turner
2015-11-03
2
-1
/
+5
*
Squelch a silly warning regarding an extra 'default' in 'case'
Ramkumar Ramachandra
2015-11-03
1
-39
/
+38
*
Python 3 - Fix some issues in unittest2.
Zachary Turner
2015-11-03
4
-12
/
+22
*
Python 3: Modernize exception raising syntax.
Zachary Turner
2015-11-03
2
-3
/
+3
*
Python 3 - modernize exception catching syntax.
Zachary Turner
2015-11-03
10
-40
/
+40
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
392
-413
/
+391
*
Python 3 - Don't use `commands` module anymore.
Zachary Turner
2015-11-03
4
-11
/
+11
*
Revert r251882 as it breaks the test suite
Enrico Granata
2015-11-03
1
-7
/
+1
*
Fix flakyness in TestWatchLocationWithWatchSet
Pavel Labath
2015-11-03
1
-2
/
+4
*
Skip TestBacktraceAll on android-arm
Tamas Berghammer
2015-11-03
1
-1
/
+4
*
Leave TestAttachResume as flakey on linux
Pavel Labath
2015-11-03
1
-0
/
+1
*
Fix race during process detach
Pavel Labath
2015-11-03
2
-35
/
+31
*
Changes for Bug 25251
Ravitheja Addepally
2015-11-03
7
-14
/
+232
*
[LLDB][MIPS] Fix GetUserRegisterInfoCount to count no of regs which are physi...
Mohit K. Bhakkad
2015-11-03
4
-10
/
+26
*
[LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...
Mohit K. Bhakkad
2015-11-03
2
-3
/
+10
*
Do not try to copy host memory from address 0
Enrico Granata
2015-11-03
1
-1
/
+1
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
18
-30
/
+72
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
414
-772
/
+815
*
Emit an error message if the current working directory does not exist when th...
Enrico Granata
2015-11-03
1
-1
/
+7
*
Fix usage of removed decorator in TestExpressions
Pavel Labath
2015-11-03
1
-1
/
+1
*
Provide ADB port forwarding support for abstract sockets.
Oleksiy Vyalov
2015-11-03
6
-29
/
+102
*
Fix module cache sym links' creation for symbol files.
Oleksiy Vyalov
2015-11-03
1
-2
/
+2
*
Revert "Make new dotest.py executable"
Pavel Labath
2015-11-02
1
-0
/
+0
*
Revert "Remove the __import__ hack of lldbtest_config."
Pavel Labath
2015-11-02
1
-2
/
+5
*
This test case does not actually depend on Cocoa; Foundation is good enoguh
Enrico Granata
2015-11-02
2
-2
/
+2
*
Create lldbsuite.support package with `seven` file.
Zachary Turner
2015-11-02
2
-0
/
+17
*
Add a sketched out section on adding Language and LanguageRuntime plugins for...
Enrico Granata
2015-11-02
1
-0
/
+23
*
Revert part of r239007 related to creating the Python symlink.
Zachary Turner
2015-11-02
1
-9
/
+0
*
Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...
Enrico Granata
2015-11-02
3
-0
/
+26
*
Move go expression tests to the new location.
Ryan Brown
2015-11-02
2
-0
/
+0
*
First pass on www docs: Adding Programming Language Support to LLDB
Todd Fiala
2015-11-02
1
-0
/
+170
*
[dosep] Fix-up callers of process_dir, after it got its argument removed
Pavel Labath
2015-11-02
1
-2
/
+2
*
Calculate size of sockaddr_un manually for abstract sockets:
Oleksiy Vyalov
2015-11-02
1
-8
/
+31
*
Remove the __import__ hack of lldbtest_config.
Zachary Turner
2015-11-02
1
-5
/
+2
*
Create an expression parser for Go.
Ryan Brown
2015-11-02
29
-397
/
+7215
*
Make dosep correctly invoke the top-level script when forking out
Zachary Turner
2015-11-02
2
-6
/
+6
*
Handle the options and parameters separator in every MI command
Hafiz Abid Qadeer
2015-11-02
5
-3
/
+8
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
9
-429
/
+334
*
Harden this test case to do the right thing in the face of compiler changes
Enrico Granata
2015-10-31
2
-2
/
+8
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...
Eugene Zelenko
2015-10-31
7
-155
/
+122
*
Abstract the notion of the truth value of an expression result, for use
Jim Ingham
2015-10-31
3
-9
/
+37
[next]