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
...
*
Update a comment according to r255360 "Remove -r and -R options from dotest.py"
Tatyana Krasnukha
2018-12-14
1
-2
/
+1
*
Remove the Disassembly benchmarks.
Adrian Prantl
2018-12-14
3
-355
/
+0
*
Fix test failures that depended on module order
Greg Clayton
2018-12-14
2
-24
/
+24
*
Remove unused file
Jonas Devlieghere
2018-12-11
1
-19
/
+0
*
Rewrite pexpect-based test in LIT/FileCheck.
Adrian Prantl
2018-12-10
3
-119
/
+0
*
Re-commit "Introduce ObjectFileBreakpad"
Pavel Labath
2018-12-10
3
-0
/
+45
*
[lldbsuite] Disable TestStopPCs when there's no XML support
Stella Stamenova
2018-12-06
1
-0
/
+2
*
[Expr] Fix `TestExprOptions` after r348240 on MacOS X
Aleksandr Urakov
2018-12-04
1
-0
/
+15
*
[Expr] Check the language before ignoring Objective C keywords
Aleksandr Urakov
2018-12-04
2
-1
/
+16
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
2
-54
/
+0
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-0
/
+2
*
Add a test to verify that lldb can load a kext binary.
Jason Molenda
2018-11-30
2
-0
/
+260
*
Skip TestRequireHWBreakpoints on Windows
Jonas Devlieghere
2018-11-30
1
-0
/
+4
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
3
-0
/
+49
*
[lldbsuite] Build with -gdwarf on Windows
Stella Stamenova
2018-11-29
1
-0
/
+6
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+10
*
[lldbsuite] Each lldb suite test must have a unique class name
Stella Stamenova
2018-11-27
2
-2
/
+2
*
Skip TestTargetCreateDeps
Jonas Devlieghere
2018-11-20
1
-1
/
+1
*
[lldbsuite] Invoke sed on Windows to determine the cache dir for clang
Stella Stamenova
2018-11-19
1
-30
/
+31
*
Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"
Zachary Turner
2018-11-18
6
-103
/
+2
*
Just don't even attempt to invoke sed on Windows.
Adrian Prantl
2018-11-17
1
-0
/
+5
*
Revert "Makefile.rules: Fix the windows-sed-quoting issue harder."
Adrian Prantl
2018-11-17
1
-11
/
+11
*
Makefile.rules: Fix the windows-sed-quoting issue harder.
Adrian Prantl
2018-11-17
1
-9
/
+11
*
Make TestAppleSimulatorOSType.py more flexible
Frederic Riss
2018-11-17
1
-1
/
+7
*
Rewrite stop-hook tests as a couple of FileCheck tests
Frederic Riss
2018-11-16
7
-447
/
+0
*
Makefile.rules: Degrade gracefully on Windows machines without sed.
Adrian Prantl
2018-11-16
1
-6
/
+3
*
Use a shared module cache directory for LLDB.
Adrian Prantl
2018-11-16
1
-2
/
+3
*
Makefile.rules: Use a shared clang module cache directory.
Adrian Prantl
2018-11-16
1
-1
/
+9
*
Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Nathan Lanza
2018-11-15
6
-2
/
+103
*
Force SHELL to be cmd.exe on Windows for the test suite
Nathan Lanza
2018-11-15
1
-0
/
+11
*
Port the Darwin universal binary testcase to x86_64.
Adrian Prantl
2018-11-15
2
-61
/
+57
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
4
-1
/
+121
*
Remove the expectedFlakeyDsym decorator. It's not useful anymore.
Adrian Prantl
2018-11-14
2
-7
/
+0
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
3
-0
/
+73
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
1
-2
/
+12
*
[lldb] Extract more fields from NSException values
Kuba Mracek
2018-11-12
3
-0
/
+135
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
14
-14
/
+14
*
Add extra diagnostics to test
Adrian Prantl
2018-11-10
1
-0
/
+4
*
Work with a gdb-remote target that doesn't handle the
Jason Molenda
2018-11-09
1
-0
/
+64
*
Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...
Shafik Yaghmour
2018-11-08
3
-0
/
+66
*
[TestVLA] Fix a python decorator.
Davide Italiano
2018-11-06
1
-1
/
+2
*
Skip this test on older versions of clang.
Adrian Prantl
2018-11-05
1
-0
/
+1
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
3
-0
/
+45
*
Remove Go debugger plugin
Jonas Devlieghere
2018-11-05
13
-774
/
+2
*
Fix duplicate testcase filename
Jan Kratochvil
2018-11-04
1
-0
/
+0
*
Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.
Jim Ingham
2018-11-02
3
-0
/
+115
*
When no FileCheck binary is specified, look in the llvm/clang bin
Jason Molenda
2018-11-01
1
-0
/
+32
*
Makefile.rules: Don't use code signing on macOS; it isn't necessary.
Adrian Prantl
2018-10-31
1
-2
/
+3
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
4
-0
/
+161
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
4
-161
/
+0
[prev]
[next]