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
*
Skip more lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-16
1
-0
/
+3
*
[cmake] Copy system debugserver from the right place when only CommandLineTools
Vedant Kumar
2018-03-16
1
-2
/
+9
*
Split skipIf decorator, the condition is supposed to be OR
Adrian Prantl
2018-03-15
1
-1
/
+2
*
[dotest] remove confirm_directory_exclusivity remnants
Pavel Labath
2018-03-15
1
-13
/
+0
*
Fix TestProcessLaunch breakage on MacOS
Pavel Labath
2018-03-15
1
-1
/
+1
*
Next batch of test-tree-cleaning changes
Pavel Labath
2018-03-15
9
-171
/
+87
*
@skipUnlessDarwin TestTargetSourceMap
Pavel Labath
2018-03-15
1
-0
/
+1
*
Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...
Greg Clayton
2018-03-15
3
-1
/
+438
*
[test] cmake: Ensure liblldb builds before tests run
Vedant Kumar
2018-03-15
1
-0
/
+4
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
6
-20
/
+13
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
5
-0
/
+24
*
[test] Skip more lldb-mi tests which occasionally time out on Darwin
Vedant Kumar
2018-03-14
1
-1
/
+6
*
[test] Skip some lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-14
2
-0
/
+11
*
[test] Delete some xfailed lldb-mi tests
Vedant Kumar
2018-03-14
7
-638
/
+0
*
Use GetItemAtIndexAsString overload for ConstString and move set rather than ...
Tatyana Krasnukha
2018-03-14
1
-6
/
+3
*
Reuse IsEmpty for ConstString::operator bool().
Tatyana Krasnukha
2018-03-14
1
-1
/
+1
*
[dotest] Rename llvm-dotest -> lldb-dotest and make it a custom target
Jonas Devlieghere
2018-03-14
2
-4
/
+7
*
[test] Disable TestMachCore everywhere except on Darwin
Jonas Devlieghere
2018-03-14
1
-0
/
+1
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
4
-3
/
+969
*
[cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)
Pavel Labath
2018-03-14
1
-5
/
+9
*
Skip TestWatchedVarHitWhenInScope.py everywhere
Pavel Labath
2018-03-14
1
-3
/
+1
*
[SymbolFilePDB] Rewrite ParseTypes method
Aaron Smith
2018-03-14
1
-19
/
+48
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
10
-32
/
+14
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
2
-1
/
+9
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
include locale.h in IOHandler.cpp
Pavel Labath
2018-03-13
1
-0
/
+1
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
Fix linux s390x build (pr36694)
Pavel Labath
2018-03-13
1
-1
/
+1
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
3
-0
/
+27
*
[lit] `llvm-mc` is now a dependency to run tests.
Davide Italiano
2018-03-12
1
-0
/
+1
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
14
-3
/
+281
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
6
-4
/
+31
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
9
-82
/
+3
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
9
-3
/
+82
*
[lldb] Unbreak lldb builds due to r327219
Mandeep Singh Grang
2018-03-10
1
-2
/
+2
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
4
-6
/
+6
*
[SymbolFilePDB] Keep searching until the file name is found for the pdb compi...
Aaron Smith
2018-03-09
1
-2
/
+3
*
Make TestCompletion work on windows
Pavel Labath
2018-03-09
1
-58
/
+0
*
[elf] Remove one copy of the section merging code
Pavel Labath
2018-03-09
2
-32
/
+46
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
9
-713
/
+612
*
I added CFLAGS etc to one part of the project file I should not have.
Jason Molenda
2018-03-09
1
-49
/
+1
*
More cleanups of debugserver project file and the libpmenergy/libpmsample
Jason Molenda
2018-03-09
1
-67
/
+132
*
[test] Skip a test which sporadically fails in its dsym variant
Vedant Kumar
2018-03-09
1
-0
/
+2
*
Remove unneeded per-arch sdk specifications from debugserver xcode project file.
Jason Molenda
2018-03-09
1
-42
/
+0
*
Remove the explicit dependency on libpmenergy and libpmsample.
Jason Molenda
2018-03-09
1
-6
/
+2
*
Fixed two more sdk inconsistencies with the pmenergy stuff.
Jason Molenda
2018-03-09
1
-5
/
+3
*
Three little cleanups in the debugserver xcode project file.
Jason Molenda
2018-03-09
1
-103
/
+32
*
[test] Skip a test when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
6
-0
/
+22
*
Fix std unique pointer pretty-printer for new stl versions
Pavel Labath
2018-03-08
1
-4
/
+23
*
Install lldb's SB headers (pr36630)
Pavel Labath
2018-03-08
1
-6
/
+10
[next]