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
*
Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...
Greg Clayton
2016-12-09
5
-9
/
+88
*
Fix some occurrences of passing StringRef to Printf.
Zachary Turner
2016-12-09
3
-15
/
+15
*
Modernize the Args access pattern in a few more commands.
Zachary Turner
2016-12-09
5
-105
/
+66
*
Clean up the new TestInterruptThreadNames test a bit.
Jason Molenda
2016-12-08
1
-23
/
+39
*
Fixed a crasher that has been borking out heap for a long time.
Greg Clayton
2016-12-08
3
-4
/
+5
*
When we interrupt a process, it was possible or the thread names
Jason Molenda
2016-12-08
4
-5
/
+187
*
Increase timeout for Frontboard app launch request from 9 to 20 seconds
Jason Molenda
2016-12-08
1
-1
/
+1
*
Set the address size based on the target's arch instead
Jason Molenda
2016-12-08
1
-3
/
+2
*
Convert CommandObjectFrame to entry-based Args access.
Zachary Turner
2016-12-08
1
-37
/
+22
*
Convert CommandObjectCommands to entry-based Args access.
Zachary Turner
2016-12-08
1
-168
/
+154
*
Work around a bogus warning on MSVC.
Zachary Turner
2016-12-08
1
-0
/
+12
*
Improve crashlog.py so it can handle more iOS crashlog files.
Greg Clayton
2016-12-08
1
-0
/
+11
*
Fix an unannotated fallthrough that was causing a warning.
Greg Clayton
2016-12-07
1
-1
/
+2
*
Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...
Greg Clayton
2016-12-07
2
-53
/
+54
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
19
-93
/
+77
*
[CMake] Don't add gtest if it is already there
Chris Bieneman
2016-12-05
1
-1
/
+1
*
[lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions
Alexander Shaposhnikov
2016-12-05
2
-4
/
+9
*
Remove superfluous android include
Pavel Labath
2016-12-05
1
-1
/
+0
*
Remove one more if(__ANDROID_NDK__) I missed
Pavel Labath
2016-12-05
1
-9
/
+7
*
Clean up some use of __ANDROID_NDK__ in the cmake files
Pavel Labath
2016-12-05
5
-16
/
+13
*
[CMake] Use add_llvm_tool_symlink's OUTPUT_DIR option
Chris Bieneman
2016-12-05
1
-1
/
+2
*
Update test expectations after AddressSanitizer text descriptions changed in ...
Kuba Mracek
2016-12-02
2
-2
/
+2
*
Support more report types in AddressSanitizerRuntime.cpp, re-word existing ones.
Kuba Mracek
2016-12-02
1
-26
/
+41
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
18
-37
/
+25
*
Handle empty strings when looking for a CFString's encoding.
Sean Callanan
2016-12-01
1
-1
/
+1
*
Remove another hack from the android toolchain file
Pavel Labath
2016-12-01
1
-9
/
+0
*
Handle UTF-16 and UTF-32 constant CFStrings
Sean Callanan
2016-12-01
3
-53
/
+74
*
Remove a hack from the Android toolchain file
Pavel Labath
2016-12-01
1
-24
/
+0
*
Use Timeout<> in Process::RunThreadPlan
Pavel Labath
2016-12-01
1
-94
/
+72
*
Add another address to look for the kernel load addr in
Jason Molenda
2016-11-30
1
-1
/
+3
*
PR31214: Make a test tolerate "line 0" when stepping by instruction.
Paul Robinson
2016-11-30
1
-4
/
+10
*
Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()
Pavel Labath
2016-11-30
2
-1
/
+5
*
Convert most of the Process class to Timeout<>
Pavel Labath
2016-11-30
4
-91
/
+64
*
Fix OSX build for r288238
Pavel Labath
2016-11-30
1
-2
/
+3
*
Use Timeout<> in the Listener class
Pavel Labath
2016-11-30
12
-160
/
+125
*
Remove a spurious reference to ProcessElfCore
Pavel Labath
2016-11-30
2
-7
/
+1
*
Remove an x86-ism from RegisterInfoInterface
Pavel Labath
2016-11-30
6
-16
/
+1
*
Add back some of the previous lldb-server dependencies
Pavel Labath
2016-11-29
1
-0
/
+5
*
Remove some OS-specific plugins from lldb-server dependencies
Pavel Labath
2016-11-29
1
-29
/
+0
*
Remove assorted other plugins which are not needed by lldb-server
Pavel Labath
2016-11-29
1
-14
/
+0
*
Remove dynamic loader, platform and ABI plugins from lldb-server dependencies
Pavel Labath
2016-11-29
1
-27
/
+0
*
Specify the dependencies of lldb-server manually
Pavel Labath
2016-11-29
1
-1
/
+209
*
Remove ConnectionSharedMemory
Pavel Labath
2016-11-29
4
-214
/
+0
*
Fix a typo.
Hafiz Abid Qadeer
2016-11-29
1
-1
/
+1
*
Remove ConnectionMachPort
Pavel Labath
2016-11-29
4
-345
/
+0
*
[lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF set
Alexander Shaposhnikov
2016-11-29
1
-1
/
+2
*
fix up Xcode build for r287916
Todd Fiala
2016-11-28
1
-12
/
+6
*
Fix floating point register reads x86_64 linux on targets with no AVX support
Pavel Labath
2016-11-28
1
-3
/
+14
*
XFAIL: TestNoreturnUnwind on android x86_64
Pavel Labath
2016-11-28
1
-0
/
+1
*
skip android in @skipIfHostIncompatibleWithRemote
Pavel Labath
2016-11-28
1
-1
/
+3
[next]