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
*
include Host/Time.h in Cocoa.cpp
Pavel Labath
2017-01-25
1
-0
/
+1
*
NPL: Compartmentalize arm64 single step workaround better
Pavel Labath
2017-01-25
4
-133
/
+106
*
Replace chdir() usage with the llvm equivalent.
Pavel Labath
2017-01-25
4
-23
/
+7
*
Reverted 292880 to fix a linker error.
Sean Callanan
2017-01-25
1
-49
/
+0
*
Conditionalized OsLogger.cpp on a modern SDK.
Sean Callanan
2017-01-25
1
-1
/
+3
*
Jim unintentionally had the gdb-format specifiers falling through
Jason Molenda
2017-01-25
3
-17
/
+40
*
Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer
2017-01-24
5
-8
/
+23
*
Fix a bug where lldb does not respect the packet size.
Hafiz Abid Qadeer
2017-01-24
1
-5
/
+25
*
Fix android build for r292935 (personality.h)
Pavel Labath
2017-01-24
1
-5
/
+10
*
FreeBSD ARM support for software single step
Ed Maste
2017-01-24
4
-7
/
+237
*
android-mips: define PTRACE_GETREGSET in headers don't do it
Pavel Labath
2017-01-24
1
-0
/
+3
*
include linux/personality.h on android
Pavel Labath
2017-01-24
1
-0
/
+4
*
Include termios.h for definition of struct winsize
Pavel Labath
2017-01-24
1
-0
/
+1
*
Bug 30863 - Step doesn't stop with conditional breakpoint on the next line
Boris Ulasevich
2017-01-24
9
-24
/
+254
*
Add format_provider for lldb::StateType
Pavel Labath
2017-01-24
5
-13
/
+38
*
Fix the last commit; compression was being enabled on mac native
Jason Molenda
2017-01-24
1
-1
/
+1
*
Prefer lzfse if it is an available compression method (this was
Jason Molenda
2017-01-24
1
-3
/
+3
*
Enable compression capability in debugserver for all of ios/watchos/tvos
Jason Molenda
2017-01-24
1
-6
/
+1
*
weak-link debugserver against the LoggingSupport framework;
Jason Molenda
2017-01-24
1
-0
/
+49
*
Replace getcwd with the llvm equivalent
Pavel Labath
2017-01-23
6
-49
/
+22
*
Add a catch-all line for detecting dyld in the inferior process
Jason Molenda
2017-01-21
2
-0
/
+5
*
Prevent client from querying each thread's PC at each stop.
Pavel Labath
2017-01-20
4
-36
/
+187
*
Fix more unused variable warnings when asserts are disabled.
Hafiz Abid Qadeer
2017-01-20
4
-0
/
+5
*
Provide a substitute to load command of gdb.
Hafiz Abid Qadeer
2017-01-19
5
-0
/
+91
*
Refactor logging in NativeProcessLinux
Pavel Labath
2017-01-19
1
-637
/
+323
*
Avoid unused variable warning when assert is disabled.
Hafiz Abid Qadeer
2017-01-19
1
-2
/
+2
*
Fix a problem with the new dyld interface code -- when a new process
Jason Molenda
2017-01-19
1
-0
/
+5
*
Fix new Log unit test
Pavel Labath
2017-01-18
1
-1
/
+1
*
Fix windows build for previous commit
Pavel Labath
2017-01-18
1
-1
/
+2
*
Add a more succinct logging syntax
Pavel Labath
2017-01-18
7
-65
/
+165
*
[cmake] Make lldb build with the android ndk toolchain file
Pavel Labath
2017-01-17
7
-26
/
+19
*
Fix windows unit tests
Pavel Labath
2017-01-16
1
-1
/
+1
*
FileSpec: Fix PrependPathComponent("/")
Pavel Labath
2017-01-16
2
-25
/
+45
*
Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5
Omair Javaid
2017-01-13
1
-1
/
+1
*
Remove a couple of Stream flags
Pavel Labath
2017-01-13
10
-191
/
+33
*
Fix log typo in ABISysV_arm64.cpp
Omair Javaid
2017-01-13
1
-1
/
+1
*
[CMake] Fix finding LLDBWrapPython.cpp in Framework build
Chris Bieneman
2017-01-12
1
-1
/
+1
*
Fix gcc build for r291756
Pavel Labath
2017-01-12
1
-1
/
+1
*
Add format_provider for the Error class
Pavel Labath
2017-01-12
3
-0
/
+31
*
Fix build for clang r291753
Pavel Labath
2017-01-12
1
-2
/
+1
*
Update to match clang r291737.
Richard Smith
2017-01-12
1
-3
/
+2
*
XFAIL TestRegisterVariables on gcc-4.8-x86_64
Pavel Labath
2017-01-10
1
-0
/
+2
*
Improve Type::GetTypeScopeAndBasenameHelper and add unit tests
Tamas Berghammer
2017-01-10
7
-59
/
+117
*
[cmake] Fix LLVM_LINK_LLVM_DYLIB build, again
Pavel Labath
2017-01-10
1
-1
/
+7
*
[LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
2
-1
/
+265
*
[LLDB][MIPS] Revert TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
2
-265
/
+1
*
[LLDB][MIPS] Fix TestLldbGdbServer failure for MIPS
Nitesh Jain
2017-01-10
2
-1
/
+265
*
Stop limiting the number of TSan backtrace size to 8
Kuba Mracek
2017-01-10
1
-1
/
+2
*
[cmake] Obtain LLVM_CMAKE_PATH from llvm-config
Michal Gorny
2017-01-09
1
-2
/
+3
*
Fix dereferencing of pointers to empty classes
Tamas Berghammer
2017-01-07
4
-30
/
+110
[next]