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
*
Enabling AddressSanitizer tests, they should work now.
Kuba Brecka
2016-04-05
2
-2
/
+0
*
Fixing AddressSanitizer tests (update expectations for current ASan, make it ...
Kuba Brecka
2016-04-05
2
-23
/
+13
*
[NFC] Cleanup the code used to run shell commands from tests
Tamas Berghammer
2016-04-05
6
-71
/
+34
*
Enabling TSan tests, they should work now.
Kuba Brecka
2016-04-05
2
-2
/
+0
*
Fix ThreadSanitizer test cases to work on OS X 10.10 and older.
Kuba Brecka
2016-04-05
2
-0
/
+10
*
Fix TestPlatformProcessConnect after rL265357
Tamas Berghammer
2016-04-05
1
-1
/
+5
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
10
-10
/
+106
*
Consolidate the knowledge of what arm cores are always executing
Jason Molenda
2016-04-05
5
-26
/
+65
*
Improve the way LLDB escapes arguments before passing them to the shell
Enrico Granata
2016-04-04
6
-7
/
+45
*
Implement `target modules dump objfile`
Adrian McCarthy
2016-04-04
2
-6
/
+122
*
disabled TSAN tests until the author can help track down CI failures
Todd Fiala
2016-04-04
2
-0
/
+2
*
Xcode: run gtests when building the lldb-gtest target
Todd Fiala
2016-04-04
1
-0
/
+15
*
Xcode: modify lldb-python-test-suite target to build inferiors with $(LLDB_PY...
Todd Fiala
2016-04-04
1
-1
/
+5
*
Set the architecture type from minidump more precisely. Differentiate i686 v...
Adrian McCarthy
2016-04-04
1
-2
/
+10
*
Make FileSpec handling platform-independent
Pavel Labath
2016-04-04
2
-40
/
+119
*
Fix flakyness in TestWatchpointMultipleThreads
Pavel Labath
2016-04-04
2
-7
/
+2
*
Add some unit tests for ClangASTContext.
Zachary Turner
2016-04-01
6
-133
/
+416
*
Fixed an issue where if we have DWARF in an executable that has multiple lang...
Greg Clayton
2016-04-01
3
-3
/
+27
*
skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...
Todd Fiala
2016-04-01
2
-0
/
+2
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
4
-145
/
+41
*
mark TestCallWithTimeout.py XFAIL on macosx.
Todd Fiala
2016-04-01
1
-1
/
+1
*
Guard xunit result test class and test method name access to prevent testbot ...
Todd Fiala
2016-04-01
1
-2
/
+2
*
Fix clean rule for a makefile
Pavel Labath
2016-04-01
1
-1
/
+1
*
Change a recently added assert into lldbassert
Pavel Labath
2016-04-01
1
-1
/
+2
*
Fixed an issue that could cause debugserver to return two stop reply packets ...
Greg Clayton
2016-04-01
6
-9
/
+201
*
Don't vary debug info for lldb-server tests
Pavel Labath
2016-03-31
2
-1
/
+13
*
Fix DWO breakage in r264909
Pavel Labath
2016-03-31
4
-3
/
+13
*
Add --help and --long-help options to 'command alias' such that one can now s...
Enrico Granata
2016-03-31
2
-7
/
+168
*
Enhance the 'type X list' commands such that they actually alert the user if ...
Enrico Granata
2016-03-30
3
-11
/
+26
*
Fixed a problem where a dSYM wasn't properly found because it had the wrong name
Sean Callanan
2016-03-30
2
-2
/
+3
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
18
-333
/
+360
*
Fix header name.
Jim Ingham
2016-03-30
1
-1
/
+1
*
Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...
Kuba Brecka
2016-03-30
2
-2
/
+6
*
Fix SocketAddressTest (again)
Pavel Labath
2016-03-30
1
-1
/
+2
*
Fix warning in ThreadSanitizerRuntime
Pavel Labath
2016-03-30
1
-1
/
+1
*
Fix warning in ClangExpressionParser
Pavel Labath
2016-03-30
1
-1
/
+1
*
Fix flakyness in TestWatchpointMultipleThreads
Pavel Labath
2016-03-30
2
-13
/
+3
*
Don't register the addresses of private symbols from expressions.
Sean Callanan
2016-03-30
1
-1
/
+1
*
Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...
Greg Clayton
2016-03-30
3
-6
/
+6
*
LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...
Greg Clayton
2016-03-29
1
-2
/
+2
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
13
-68
/
+217
*
When creating typedefs, don't call Type::GetName() since that might recursive...
Greg Clayton
2016-03-29
1
-4
/
+4
*
Don't try to call getTypeSize() on a class if it isn't complete as clang will...
Greg Clayton
2016-03-29
1
-1
/
+9
*
Move DynamicLoader plugins to SystemInitializerFull
Pavel Labath
2016-03-29
2
-12
/
+12
*
Revert the "build fix" in r264104
Pavel Labath
2016-03-29
1
-4
/
+0
*
Fix infinite recursion in DWO file parsing
Pavel Labath
2016-03-29
4
-37
/
+45
*
Add ClangUtil.cpp to the xcode project
Pavel Labath
2016-03-29
1
-0
/
+8
*
Add missing swig wrappers for r264662
Pavel Labath
2016-03-29
1
-0
/
+5
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
17
-611
/
+584
*
Expose top-level Clang expressions via the command line and the API.
Sean Callanan
2016-03-28
10
-1
/
+206
[next]