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
...
*
[lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or Windows
Stella Stamenova
2018-05-07
3
-2
/
+11
*
Test Commit: fix a comment to be grammatically correct
Stella Stamenova
2018-05-07
1
-1
/
+1
*
Add children and child[N] properties to SBValue.i.
Jim Ingham
2018-05-04
1
-1
/
+15
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
2
-9
/
+68
*
Fix the .experimental. settings feature so that we don't return an error
Jason Molenda
2018-05-01
1
-0
/
+38
*
Remove redundant command.
Adrian Prantl
2018-05-01
1
-1
/
+0
*
Split TestGlobalVariables into two and xfail one of them for arm64 linux
Pavel Labath
2018-05-01
1
-10
/
+23
*
Fix type_lookup test to make buildbots happy
Eugene Zemtsov
2018-05-01
3
-3
/
+3
*
Remove premature caching of the global variables list in CompileUnit.
Adrian Prantl
2018-04-30
2
-4
/
+20
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
3
-0
/
+159
*
ObjectFileELF: Add support for arbitrarily named code sections
Pavel Labath
2018-04-30
3
-0
/
+49
*
Fixup r331049 (FileSpec auto-normalization)
Pavel Labath
2018-04-30
1
-1
/
+1
*
[debugserver] Fix the G packet handling.
Frederic Riss
2018-04-27
1
-0
/
+9
*
Mark test as @skipIfOutOfTreeDebugserver
Frederic Riss
2018-04-27
1
-0
/
+1
*
[debugserver] Fix handling of the 'g' packet
Frederic Riss
2018-04-27
1
-0
/
+30
*
[debugserver] Return 'ios' instead of 'iphoneos' for the ostype.
Frederic Riss
2018-04-25
1
-8
/
+8
*
[lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...
Aaron Smith
2018-04-24
1
-5
/
+5
*
[dotest] Make the set of tests independent of the test configuration
Pavel Labath
2018-04-24
3
-61
/
+33
*
Temporarily skip Go TestExpressions on FreeBSD as it hangs
Ed Maste
2018-04-21
1
-0
/
+1
*
Fix a crash when resolving overloads of C++ virtual methods.
Adrian Prantl
2018-04-20
3
-0
/
+25
*
Attempt to fix TestMiniDump on windows
Pavel Labath
2018-04-19
1
-6
/
+6
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
2
-0
/
+33
*
Report more precise error message when attach fails
Pavel Labath
2018-04-18
2
-0
/
+36
*
[Statistics] Relax the test output a little bit.
Davide Italiano
2018-04-16
1
-4
/
+4
*
[Commands] Expose statistics through the SBAPI.
Davide Italiano
2018-04-16
3
-0
/
+34
*
Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov
2018-04-16
2
-0
/
+23
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
3
-0
/
+26
*
Allow relative file paths when settings source breakpoints
Greg Clayton
2018-04-13
2
-2
/
+26
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
2
-0
/
+95
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
2
-95
/
+0
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
2
-0
/
+95
*
[dotest] Fix syntax error and typo.
Jonas Devlieghere
2018-04-12
2
-2
/
+2
*
[dotest] Use in-tree dsymutil on Darwin
Jonas Devlieghere
2018-04-12
3
-2
/
+10
*
[lldb-server] Set a more generous timeout when testing gdbremote.
Davide Italiano
2018-04-06
1
-1
/
+1
*
[debugserver] Fix LC_BUILD_VERSION load command handling.
Frederic Riss
2018-04-06
3
-0
/
+142
*
[dotest] --skip-category should append and not override.
Davide Italiano
2018-04-05
1
-1
/
+1
*
Support template template parameters
Frederic Riss
2018-04-02
2
-0
/
+35
*
Revert r328715. Wasn't wrong, just not the issue.
Jim Ingham
2018-03-28
1
-1
/
+0
*
Explicitly import subprocess
Jim Ingham
2018-03-28
1
-0
/
+1
*
Use the DWARF linkage name when importing C++ methods.
Davide Italiano
2018-03-27
3
-0
/
+63
*
Fix TestDisassembleBreakpoint broken by r328488
Pavel Labath
2018-03-26
2
-33
/
+22
*
Make @skipUnlessSupportedTypeAttribute windows-compatible
Pavel Labath
2018-03-26
1
-5
/
+4
*
Add and fix some tests for PPC64
Pavel Labath
2018-03-26
6
-35
/
+37
*
[LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
Pavel Labath
2018-03-26
1
-0
/
+15
*
Add a test for setting the load address of a module with differing physical/v...
Pavel Labath
2018-03-26
1
-0
/
+19
*
Add support for __attribute__(trivial_abi).
Jim Ingham
2018-03-23
4
-0
/
+128
*
Last batch of test-tree cleaning changes
Pavel Labath
2018-03-21
5
-118
/
+80
*
Fix TestOperatorOverload for 32-bit builds
Pavel Labath
2018-03-21
2
-14
/
+4
*
[Testsuite] Modernize this test to be run out-of-tree.
Davide Italiano
2018-03-20
1
-5
/
+3
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
4
-0
/
+61
[prev]
[next]