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
/
packages
/
Python
/
lldbsuite
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldb][NFC] Add basic IOHandler completion test
Raphael Isemann
2019-08-13
2
-0
/
+63
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
5
-65
/
+0
*
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Raphael Isemann
2019-08-10
5
-0
/
+65
*
Adjust a ValueObjectChild's offset when the child is a bitfield
Adrian Prantl
2019-08-07
2
-0
/
+11
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
6
-0
/
+71
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-0
/
+3
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
513
-1022
/
+0
*
Fix `skipIfSanitized` decorator on macOS
Jonas Devlieghere
2019-08-01
3
-8
/
+7
*
Fix TestThreadSpecificBreakpoint on Windows
Adrian McCarthy
2019-08-01
2
-15
/
+14
*
Fix completion for functions in anonymous namespaces
Jonas Devlieghere
2019-07-31
2
-0
/
+6
*
[lldb][NFC] Check in completion crash test case
Raphael Isemann
2019-07-31
3
-0
/
+18
*
[lldb][NFC] Check in another crashing test case
Raphael Isemann
2019-07-31
3
-0
/
+18
*
[lldb][NFC] Check in completion crash test in lambda
Raphael Isemann
2019-07-31
3
-0
/
+13
*
[dotest] Remove multiprocessing
Jonas Devlieghere
2019-07-30
4
-1887
/
+4
*
[lldb][NFC] Fix import-std-module tests that relied on fix-its to pass
Raphael Isemann
2019-07-30
2
-5
/
+5
*
[lldb] Fix crash when tab-completing in multi-line expr
Raphael Isemann
2019-07-30
3
-0
/
+60
*
[lldb][NFC] Check in crashing test case
Raphael Isemann
2019-07-30
3
-0
/
+19
*
[lldb] [test/lldb-vscode] Use realpath to match vscode behavior
Michal Gorny
2019-07-30
1
-2
/
+4
*
[lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]
Michal Gorny
2019-07-30
1
-5
/
+5
*
[lldb] [test] Mark newly running test XFAIL on NetBSD
Michal Gorny
2019-07-30
1
-0
/
+1
*
Test load unloading of modules with libraries-svr4
Antonio Afonso
2019-07-29
1
-0
/
+40
*
[lldb] Increase testsuite packet-timeout 5secs -> 1min
Jan Kratochvil
2019-07-29
5
-14
/
+28
*
[lldb] [test] Mark three new tests XFAIL on NetBSD
Michal Gorny
2019-07-29
2
-0
/
+3
*
[dotest] Remove dead code
Jonas Devlieghere
2019-07-26
5
-51
/
+3
*
[Tests] Split inferior crashing tests
Jonas Devlieghere
2019-07-26
4
-196
/
+359
*
[dotest] Set environment variables after potentialy clearing others.
Jonas Devlieghere
2019-07-25
1
-3
/
+4
*
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Michal Gorny
2019-07-25
5
-6
/
+0
*
LLGS: fix tracking execve on linux
Pavel Labath
2019-07-25
2
-73
/
+13
*
Fix @skipIfSanitized decorator
Pavel Labath
2019-07-24
1
-2
/
+4
*
[lldb][test_suite] Update tests with unexpected pass on Android aarch64
Alex Langford
2019-07-23
14
-18
/
+37
*
[lldb] Fix occasional hangs of VSCode testcases
Jan Kratochvil
2019-07-23
1
-7
/
+1
*
Revert "Revert "Implement xfer:libraries-svr4:read packet""
Antonio Afonso
2019-07-23
8
-1
/
+226
*
[lldb][test_suite] Fix skipIfTargetAndroid decorator
Alex Langford
2019-07-23
1
-7
/
+3
*
[lldb][test_suite] skip tests of `libstdcpp` on Android and clean up
Alex Langford
2019-07-23
2
-19
/
+15
*
Restore tests for lldb-server and lldb-vscode removed at rL366590
Antonio Afonso
2019-07-22
63
-0
/
+10564
*
[lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor
Raphael Isemann
2019-07-21
1
-0
/
+4
*
[lldb][NFC] Cleanup mentions and code related to lldb-mi
Raphael Isemann
2019-07-19
114
-15093
/
+1
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
3
-0
/
+102
*
Add an expectedFailure test for type finding.
Jim Ingham
2019-07-18
3
-0
/
+83
*
Add offsetof support to expression evaluator.
Raphael Isemann
2019-07-18
6
-0
/
+49
*
Ah, forgot a debug line I left in the dsym-for-uuid.sh script
Jason Molenda
2019-07-17
1
-1
/
+0
*
Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.
Jason Molenda
2019-07-17
5
-0
/
+442
*
Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...
Shafik Yaghmour
2019-07-17
3
-0
/
+39
*
[dotest] Disable color while testing.
Jonas Devlieghere
2019-07-17
1
-0
/
+3
*
[Test] Add module cache for TestWeakSymbols
Jonas Devlieghere
2019-07-17
1
-1
/
+1
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
2
-2
/
+16
*
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
Michal Gorny
2019-07-13
1
-1
/
+0
*
[lldb] Make TestDeletedExecutable more reliable
Raphael Isemann
2019-07-11
2
-5
/
+25
*
[lldb] Disable TestDollarInVariable.py on Windows
Raphael Isemann
2019-07-11
1
-1
/
+2
*
[lldb] Fix handling of dollar characters in expr command
Raphael Isemann
2019-07-10
6
-0
/
+53
[prev]
[next]