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
/
functionalities
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the source directory for https://reviews.llvm.org/D57552.
Jim Ingham
2019-02-06
1
-0
/
+7
*
Fix PathMappingList::FindFile to handle relative incoming FileSpecs.
Jim Ingham
2019-02-05
2
-230
/
+246
*
[Python2 to Python 3] Fix print -> print().
Davide Italiano
2019-02-05
1
-6
/
+6
*
[Python] Python 2 and Python 3 disagree on `/`.
Davide Italiano
2019-01-31
1
-1
/
+1
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-2
/
+0
*
[testsuite] Remove unused seven module imports.
Jonas Devlieghere
2019-01-28
2
-11
/
+0
*
Remove NO_DEBUGINFO_TESTCASE from testcase.
Adrian Prantl
2019-01-24
1
-5
/
+0
*
Add decorator support for the DWARF version produced by the compiler
Adrian Prantl
2019-01-24
1
-0
/
+1
*
Skip test on clang <8 instead of 7
Adrian Prantl
2019-01-24
1
-1
/
+1
*
[Test] Fix up tests affected by the new LLVM header.
Jonas Devlieghere
2019-01-22
2
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
156
-624
/
+468
*
[lldbsuite] Skip two more flaky tests on Windows
Stella Stamenova
2019-01-14
1
-0
/
+1
*
[lldbsuite] Skip TestExitDuringStep on Windows
Stella Stamenova
2019-01-11
1
-0
/
+1
*
[lldbsuite] Skip flakey Windows tests
Stella Stamenova
2018-12-21
5
-4
/
+5
*
[lldb] Add a "display-recognized-arguments" target setting to show recognized...
Kuba Mracek
2018-12-20
1
-3
/
+18
*
Disable a few tests on the green dragon sanitzier bot.
Adrian Prantl
2018-12-20
1
-0
/
+2
*
[lldbsuite] Un-xfail several tests in TestInferiorCrashing on Windows
Stella Stamenova
2018-12-20
1
-21
/
+4
*
[lldbsuite] Un-xfail TestMiniDump and TestThreadJump
Stella Stamenova
2018-12-20
2
-2
/
+0
*
Overload GetMemoryRegions for the ProcessMinidump
Tatyana Krasnukha
2018-12-20
1
-0
/
+62
*
[lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows
Stella Stamenova
2018-12-20
1
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
10
-33
/
+1
*
Show the memory region name if there is one in the output of the "memory regi...
Greg Clayton
2018-12-19
2
-0
/
+30
*
[lit] Use the new build.py script in the lldb-mi tests
Stella Stamenova
2018-12-18
1
-2
/
+0
*
de-flake TestThreadStates.test_process_interrupt
Pavel Labath
2018-12-18
1
-1
/
+5
*
Un-XFail TestYMMRegister on linux
Pavel Labath
2018-12-18
1
-1
/
+0
*
Un-XFail TestThreadStates.test_process_interrupt
Pavel Labath
2018-12-18
1
-12
/
+7
*
Un-XFAIL TestExitDuringBreak.py for linux
Pavel Labath
2018-12-18
1
-3
/
+0
*
A few small updates to the testsuite for running against an iOS device.
Jason Molenda
2018-12-17
5
-6
/
+2
*
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
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
2
-54
/
+0
*
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] Each lldb suite test must have a unique class name
Stella Stamenova
2018-11-27
1
-1
/
+1
*
Skip TestTargetCreateDeps
Jonas Devlieghere
2018-11-20
1
-1
/
+1
*
Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"
Zachary Turner
2018-11-18
5
-101
/
+0
*
Rewrite stop-hook tests as a couple of FileCheck tests
Frederic Riss
2018-11-16
7
-447
/
+0
*
Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD
Nathan Lanza
2018-11-15
5
-0
/
+101
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
4
-1
/
+121
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
3
-0
/
+73
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
9
-9
/
+9
*
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
*
[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
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
4
-0
/
+161
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
4
-161
/
+0
[next]