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
...
*
Skip tail call frame tests when dwarf_version < 4
Vedant Kumar
2019-08-23
9
-8
/
+17
*
[LLDB] Address post-commit code review feedback.
Jonas Devlieghere
2019-08-23
1
-2
/
+0
*
TestAppleSimulatorOSType: Pass the --standalone argument to simctl
Frederic Riss
2019-08-22
1
-1
/
+1
*
[lldb][NFC] Add test for target stop-hook disable/enable/delete
Raphael Isemann
2019-08-22
1
-5
/
+28
*
[test] Update test so it matches the Windows output
Jonas Devlieghere
2019-08-21
1
-3
/
+3
*
When building file without debug info, include the architecture
Jason Molenda
2019-08-21
1
-1
/
+5
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
3
-0
/
+53
*
[lldb][NFC] Merge multiple TestApropos.py
Raphael Isemann
2019-08-21
2
-26
/
+10
*
[lldb] Add tests for 'settings remove' and fix error message typos
Raphael Isemann
2019-08-21
1
-0
/
+39
*
[lldb] Add tests for setting completions and enable 'settings remove' completion
Raphael Isemann
2019-08-21
1
-0
/
+18
*
[lldb][NFC] Add tests for register command
Raphael Isemann
2019-08-21
1
-0
/
+13
*
[lldb][NFC] Add tests for invalid command invocations
Raphael Isemann
2019-08-21
6
-0
/
+93
*
Update a few tests that may change the platform to save & restore
Jason Molenda
2019-08-21
4
-4
/
+31
*
[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.
Jonas Devlieghere
2019-08-20
2
-6
/
+5
*
[LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)
Med Ismail Bennani
2019-08-20
1
-8
/
+0
*
[lldb][NFC] Test quotes when completing
Raphael Isemann
2019-08-20
1
-0
/
+26
*
[lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)
Med Ismail Bennani
2019-08-19
1
-3
/
+5
*
[lldb-vscode] add `launchCommands` to handle launch specific commands
Alex Langford
2019-08-19
3
-14
/
+96
*
[lldb] Make TestIOHandlerCompletion more stable and document it
Raphael Isemann
2019-08-19
1
-1
/
+4
*
[dotest] Add --dwarf-version to override the tested DWARF version.
Jonas Devlieghere
2019-08-19
5
-7
/
+22
*
[lldb][NFC] Add a few more completion tests to increase test coverage
Raphael Isemann
2019-08-19
1
-0
/
+23
*
Stop-hooks weren't getting called on step-out. Fix that.
Jim Ingham
2019-08-15
3
-0
/
+65
*
Change test to use uint64_t to support compiling for 32-bit architectures.
Adrian Prantl
2019-08-15
1
-2
/
+2
*
Improve anonymous class heuristic in ClangASTContext::CreateRecordType
Shafik Yaghmour
2019-08-14
4
-10
/
+15
*
[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptr
Pavel Labath
2019-08-14
2
-2
/
+17
*
Update Python tests for lldb-server on Windows
Aaron Smith
2019-08-14
17
-17
/
+87
*
Initial support for native debugging of x86/x64 Windows processes
Aaron Smith
2019-08-13
1
-5
/
+5
*
[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
[prev]
[next]