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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dotest] Don't spend time replacing spaces in print output.
Jonas Devlieghere
2019-08-28
1
-8
/
+0
*
[TestCppOperators] Enable TestCppOperators on Windows.
Jonas Devlieghere
2019-08-28
1
-2
/
+1
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
4
-48
/
+28
*
[lldb][NFC] Test named operators like new and function names that might confu...
Raphael Isemann
2019-08-28
1
-0
/
+18
*
[lldb][NFC] Actually run all expects in lang/cpp/operators
Raphael Isemann
2019-08-28
1
-12
/
+6
*
[lldb][NFC] Extend operator test case with conversion operators
Raphael Isemann
2019-08-28
1
-0
/
+9
*
[lldb][NFC] Test custom C++ operators
Raphael Isemann
2019-08-28
3
-0
/
+150
*
[lldb] Fix and test completion for ambiguous long options
Raphael Isemann
2019-08-28
2
-0
/
+17
*
[test] Disable TestConcurrentManySignals on Darwin.
Jonas Devlieghere
2019-08-28
1
-0
/
+2
*
[dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISH
Jonas Devlieghere
2019-08-27
1
-6
/
+0
*
[dotest] Remove results port
Jonas Devlieghere
2019-08-27
8
-72
/
+9
*
[lldb][NFC] Add missing invalid_core_file to TestTargetCommand test
Raphael Isemann
2019-08-27
1
-0
/
+1
*
Stabilize TestIOHandlerCompletion
Pavel Labath
2019-08-27
1
-1
/
+2
*
[lldb][NFC] Add some tests for the target subcommands
Raphael Isemann
2019-08-27
1
-1
/
+145
*
[lldb][NFC] Give added test method a unique name
Raphael Isemann
2019-08-27
1
-2
/
+2
*
[lldb] Allow partial completions to fix directory completion.
Raphael Isemann
2019-08-27
2
-0
/
+21
*
Fix TestStdCXXDisassembly.py
Pavel Labath
2019-08-27
1
-1
/
+1
*
[test] Disable two of the recently (re)enabled tests on Windows.
Jonas Devlieghere
2019-08-27
2
-0
/
+2
*
[dotest] Remove long running test "decorator" and re-enable tests.
Jonas Devlieghere
2019-08-27
11
-48
/
+0
*
[build_exception] Decode build failure messages
Vedant Kumar
2019-08-26
1
-1
/
+1
*
TestFunctionStarts.py: add synchronization
Frederic Riss
2019-08-26
2
-2
/
+21
*
[dotest] Print invocation when encountering an error.
Jonas Devlieghere
2019-08-26
1
-2
/
+6
*
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
[next]