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
...
*
Make the eSearchDepthFunction searches work, add tests
Jim Ingham
2018-09-14
2
-8
/
+31
*
svn add the new files...
Jim Ingham
2018-09-13
4
-0
/
+253
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
1
-2
/
+16
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
2
-0
/
+45
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
2
-0
/
+92
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
3
-0
/
+81
*
Commit my attempt to test the change to ProcessGDBRemote
Jason Molenda
2018-09-12
2
-0
/
+52
*
Add a basic test for 'memory region'
Raphael Isemann
2018-09-12
3
-0
/
+73
*
Rollback "Fix raw address breakpoints not resolving".
Davide Italiano
2018-09-10
1
-37
/
+0
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
1
-0
/
+37
*
Print column info in backtraces et al. if available
Adrian Prantl
2018-09-05
2
-2
/
+3
*
Avoid using short identifiers in some tests
Pavel Labath
2018-08-31
3
-21
/
+21
*
XFail one more VSCode test which fails under heavy load
Pavel Labath
2018-08-31
1
-0
/
+1
*
Fix deadlock in gdb-client tests
Pavel Labath
2018-08-30
1
-1
/
+1
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
7
-36
/
+312
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
6
-7
/
+105
*
Move the column marking functionality to the Highlighter framework
Raphael Isemann
2018-08-30
1
-2
/
+3
*
Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...
Frederic Riss
2018-08-28
2
-0
/
+47
*
Respect platform sysroot when loading core files
Pavel Labath
2018-08-28
1
-9
/
+41
*
Disable exceptions for TestDataFormatterLibcxxOptional.py
Frederic Riss
2018-08-25
1
-1
/
+1
*
[vscode] Skip some of the vscode tests on Linux and fix one
Stella Stamenova
2018-08-24
3
-0
/
+17
*
Change xfail to skipIf. The exact condition is really difficult to get
Adrian Prantl
2018-08-23
1
-1
/
+1
*
XFAIL test for older versions of clang
Adrian Prantl
2018-08-23
1
-1
/
+1
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
1
-0
/
+53
*
XFAIL test for older versions of dsymutil
Adrian Prantl
2018-08-23
1
-0
/
+1
*
Add libc++ data formatter for std::function
Adrian Prantl
2018-08-23
2
-11
/
+30
*
lldbtest.py: Unconditionally set the clang module cache path.
Adrian Prantl
2018-08-21
2
-13
/
+11
*
Makefile.rules: Use an absolute path to the module cache directory.
Adrian Prantl
2018-08-21
1
-1
/
+2
*
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
[prev]
[next]