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 tests on Darwin for now. The build bots are not passing due to heavy loa...
Greg Clayton
2018-08-18
8
-3
/
+24
*
Skip the lldb-vscode attach with waitFor test for now, some build bots are ha...
Greg Clayton
2018-08-17
1
-0
/
+1
*
Change the attach test case to use self.assertEqual so we can get more info o...
Greg Clayton
2018-08-17
1
-2
/
+10
*
[dotest] Make --test-subdir work with --no-multiprocess
Vedant Kumar
2018-08-16
3
-18
/
+49
*
Disable two flaky pexpect-backed tests on Darwin
Vedant Kumar
2018-08-16
2
-0
/
+10
*
Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...
Greg Clayton
2018-08-16
25
-0
/
+2909
*
Fix a little thinko in generating ___lldb_unnamed_symbol symbols
Jim Ingham
2018-08-15
3
-0
/
+112
*
Add libc++ data formatters for std::optional.
Adrian Prantl
2018-08-15
3
-0
/
+124
*
Update TestTargetXMLArch.py test for llvm triple change with unspecified
Jason Molenda
2018-08-13
1
-1
/
+1
*
[tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...
Stella Stamenova
2018-08-10
1
-0
/
+1
*
Added missing null checks to fix r339351
Raphael Isemann
2018-08-09
1
-1
/
+5
*
Also display the output and error output of a failed command
Raphael Isemann
2018-08-09
1
-1
/
+6
*
If a function starts with line number 0, don't try to check if a breakpoint c...
Jim Ingham
2018-08-07
2
-1
/
+7
*
Add support for ARM and ARM64 breakpad generated minidump files (version 2).
Greg Clayton
2018-08-06
4
-0
/
+155
*
Revert "Add support for ARM and ARM64 breakpad generated minidump files"
Pavel Labath
2018-08-03
4
-155
/
+0
*
[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them
Stella Stamenova
2018-08-02
8
-2
/
+24
*
Add support for ARM and ARM64 breakpad generated minidump files
Greg Clayton
2018-08-02
4
-0
/
+155
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-3
/
+26
*
Remove unnecessary target from TestCompletion patch
Raphael Isemann
2018-08-01
1
-1
/
+0
*
Add the actually calculated completions to COMPLETION_MSG
Raphael Isemann
2018-07-27
2
-4
/
+5
*
Add missing boundary checks to variable completion.
Raphael Isemann
2018-07-27
2
-2
/
+49
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
63
-153
/
+149
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
3
-93
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
3
-0
/
+93
*
Fix duplicate suggestions after an ambiguous command
Raphael Isemann
2018-07-26
1
-1
/
+1
*
Don't print two errors for unknown commands.
Raphael Isemann
2018-07-26
2
-0
/
+40
*
Revert "[DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-25
3
-93
/
+0
*
[DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-25
3
-0
/
+93
*
[lldb-mi] Re-implement data-info-line command.
Alexander Polyakov
2018-07-23
1
-56
/
+0
*
Defend LoadImageUsingPaths against a path list
Jim Ingham
2018-07-20
1
-2
/
+19
*
Fix TestDataFormatterUnordered for older libc++ versions
Pavel Labath
2018-07-16
1
-0
/
+5
*
Make these tests c++ tests so they can be skipped on systems that don't suppo...
Jim Ingham
2018-07-13
2
-4
/
+7
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
8
-120
/
+202
*
Fix TestAttachDenied on macOS Mojave
Frederic Riss
2018-07-13
2
-0
/
+15
*
[lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class name
Stella Stamenova
2018-07-12
1
-1
/
+1
*
[IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.
Davide Italiano
2018-07-12
3
-0
/
+26
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+32
*
[testsuite] Implement a category to skip libstdcxx tests
Davide Italiano
2018-07-10
11
-30
/
+28
*
Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-09
10
-21
/
+26
*
Don't take the address of an xvalue when printing an expr result
Raphael Isemann
2018-07-09
3
-0
/
+54
*
[test-suite] Add a decorator for the lack of libstdcxx on the system.
Davide Italiano
2018-07-06
10
-26
/
+21
*
Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY
Jim Ingham
2018-07-06
8
-40
/
+18
*
Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...
Jim Ingham
2018-07-05
1
-9
/
+8
*
Fix and simplify lldb.command decorator
Dave Lee
2018-07-04
3
-2
/
+45
*
[lldb-mi] Re-implement symbol-list-lines command.
Alexander Polyakov
2018-07-03
5
-124
/
+0
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
2
-0
/
+48
*
[lldb-mi] Re-implement a few MI commands.
Alexander Polyakov
2018-07-02
1
-348
/
+0
*
[lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...
Stella Stamenova
2018-07-02
3
-12
/
+12
*
Fix TestLoadUsingPaths on linux
Pavel Labath
2018-06-29
1
-0
/
+1
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
6
-0
/
+184
[prev]
[next]