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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TestMultithreaded when there's no debugserver specified
Frederic Riss
2018-02-23
1
-1
/
+1
*
Fix TestUbsanBasic
Frederic Riss
2018-02-23
1
-1
/
+1
*
Fix TestMultithreaded when specifying an alternative debugserver.
Frederic Riss
2018-02-23
1
-0
/
+2
*
remove FreeBSD xfail from lit TestCallStdStringFunction
Ed Maste
2018-02-23
1
-3
/
+0
*
[testsuite] Throw away test/debug_info/apple_types.
Davide Italiano
2018-02-23
3
-104
/
+0
*
Delete some unused #includes of CleanUp.h, NFC
Vedant Kumar
2018-02-23
6
-7
/
+0
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
3
-10
/
+28
*
Fix TestMoveNearest on Windows
Adrian McCarthy
2018-02-22
1
-3
/
+2
*
Fix TestSBData.py on Windows
Adrian McCarthy
2018-02-22
1
-1
/
+1
*
[LLDB][PPC64] Fixed next blocked forever at same line
Pavel Labath
2018-02-21
1
-5
/
+1
*
[testsuite] Run lit tests as part of `check-lldb`.
Davide Italiano
2018-02-21
2
-0
/
+4
*
[testsuite/decorators] Get rid of some `expectFlakey` variants.
Davide Italiano
2018-02-21
1
-27
/
+0
*
Fix TestBreakpointInGlobalConstructor for Windows
Adrian McCarthy
2018-02-21
2
-3
/
+5
*
Fix remote tests broken by r325690
Pavel Labath
2018-02-21
1
-1
/
+1
*
llgs-tests: Fix r325511 for debugserver
Pavel Labath
2018-02-21
2
-3
/
+13
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
7
-28
/
+23
*
Fix TestAppleTypesIsProduced after r324226
Frederic Riss
2018-02-21
1
-1
/
+1
*
[lit] Update how clang and other binaries are found in per-configuration dire...
Aaron Smith
2018-02-21
3
-11
/
+34
*
Avoid dirtying the source tree in breakpoint command tests
Pavel Labath
2018-02-20
4
-92
/
+34
*
Handle typeof() expressions
Jonas Devlieghere
2018-02-20
2
-17
/
+78
*
Two more dosep-paralellization fallout fixes
Pavel Labath
2018-02-19
1
-32
/
+14
*
Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)
Pavel Labath
2018-02-19
5
-103
/
+166
*
Add SBDebugger::GetBuildConfiguration and use it to skip an XML test
Pavel Labath
2018-02-19
5
-1
/
+34
*
Make gdb-client tests generate binaries in the build tree
Pavel Labath
2018-02-19
1
-7
/
+1
*
Add DEBUGSERVER_PATH to the cache so it'll be available for tests.
Don Hinton
2018-02-17
1
-2
/
+2
*
[cmake] Fix LLDB_CODESIGN_IDENTITY logic.
Don Hinton
2018-02-17
2
-18
/
+17
*
Shorten socket names in TestPlatformProcessConnect
Pavel Labath
2018-02-16
1
-3
/
+3
*
Re-enable lang/objc/modules/TestObjCModules
Jonas Devlieghere
2018-02-16
1
-4
/
+0
*
Fix paralelization of remote tests
Pavel Labath
2018-02-16
1
-1
/
+1
*
[lldb][PPC64] Fixed vector and struct return value
Pavel Labath
2018-02-16
2
-145
/
+575
*
[dosep] Run tests in a more parallel fashion
Pavel Labath
2018-02-16
2
-61
/
+51
*
@skipIfRemote TestTargetXMLArch
Pavel Labath
2018-02-15
1
-0
/
+1
*
Supply missing break in case statement.
Adrian McCarthy
2018-02-14
1
-3
/
+1
*
Remove vestigial remnants of the test crash info hook
Pavel Labath
2018-02-14
2
-8
/
+0
*
[cmake] Darwin: Copy in the system debugserver if needed
Vedant Kumar
2018-02-13
4
-13
/
+26
*
Remove the pubnames support from the Xcode project.
Jim Ingham
2018-02-12
1
-216
/
+24
*
Remove dead code for handling DWARF pubnames
Adrian McCarthy
2018-02-12
7
-540
/
+0
*
[testsuite] Reintroduce test to check leaking.
Davide Italiano
2018-02-12
3
-0
/
+141
*
Skip TestTargetXMLArch on non-darwin OSs
Pavel Labath
2018-02-12
1
-0
/
+1
*
Looks like this fails when built i386 on linux bots, possible target
Jason Molenda
2018-02-10
1
-0
/
+1
*
Add test case for x86_64 architecture recognition in the
Jason Molenda
2018-02-10
2
-1
/
+122
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
6
-13
/
+35
*
[lldb-mi] This test now passes consistently, unXFAIL it.
Davide Italiano
2018-02-09
1
-1
/
+0
*
[Testsuite] Remove leak tests, it's not useful anymore.
Davide Italiano
2018-02-09
3
-141
/
+0
*
Fix some warnings in SymbolFilePDB.cpp
Pavel Labath
2018-02-09
1
-7
/
+6
*
llgs-test: Parse and store register info recieved from lldb-server
Pavel Labath
2018-02-09
5
-41
/
+130
*
[SymbolFilePDB] Add support for function symbols
Aaron Smith
2018-02-09
7
-21
/
+872
*
Recognize MSVC style mangling in CPlusPlusLanguage::IsCPPMangledName
Aaron Smith
2018-02-08
1
-7
/
+11
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
19
-36
/
+15
*
Rewrite testcase to not depend on Foundation implementation details.
Adrian Prantl
2018-02-08
7
-31
/
+22
[next]