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
*
If the user has specified target.memory-module-load-level 'minimal'
Jason Molenda
2016-08-25
1
-3
/
+5
*
Rewrite the GetFileInSDK methods in PlatformRemoteiOS,
Jason Molenda
2016-08-24
6
-223
/
+57
*
fix darwin_log test errors on macOS < 10.12
Todd Fiala
2016-08-24
1
-0
/
+9
*
Fix mismatched new/free in Process:RunPrivateStateThread
Pavel Labath
2016-08-24
1
-3
/
+2
*
Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.
Jason Molenda
2016-08-24
1
-0
/
+3
*
Implementation "step out" plans shouldn't gather the return value.
Jim Ingham
2016-08-23
3
-16
/
+26
*
Change the PathMappingList::FindFile to use FileSpec API's
Jim Ingham
2016-08-23
3
-8
/
+14
*
Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins
Pavel Labath
2016-08-23
1
-1
/
+1
*
Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_state
Pavel Labath
2016-08-23
1
-0
/
+5
*
Add a non-code-running data formatter for __NSCFBoolean
Enrico Granata
2016-08-22
2
-0
/
+39
*
added Xcode lldb-gtest-for-debugging target
Todd Fiala
2016-08-20
1
-0
/
+289
*
Add logic to the ObjC runtime in LLDB to extract the pointer values of the tw...
Enrico Granata
2016-08-20
4
-1
/
+63
*
Remove a test that depends on knowing all compiler's register allocation sche...
Jim Ingham
2016-08-19
1
-23
/
+0
*
[lldb] Use OrcMCJITReplacement rather than MCJIT as the underlying JIT for LLDB
Lang Hames
2016-08-19
1
-1
/
+2
*
Revert "[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)"
Vedant Kumar
2016-08-19
2
-2
/
+4
*
Reverted premature changes to .clang-format
Kate Stone
2016-08-19
2
-4
/
+8
*
Moved #include for lldb-python.h to a distinct group with a reminder comment
Kate Stone
2016-08-19
5
-9
/
+11
*
[lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
Vedant Kumar
2016-08-19
2
-4
/
+2
*
Fix 32-bit builds after r279232
Pavel Labath
2016-08-19
1
-2
/
+3
*
Fixing a Darwing test thats failing on windows
Dimitar Vlahovski
2016-08-19
1
-1
/
+1
*
Remove the last manually constructed packet from gdb-remote register context ...
Pavel Labath
2016-08-19
8
-146
/
+115
*
add all missing gtest tests to the Xcode lldb-gtest target
Todd Fiala
2016-08-19
1
-9
/
+159
*
fixup macOS gtest running
Todd Fiala
2016-08-19
1
-0
/
+22
*
fix broken gdb-remote gtest
Todd Fiala
2016-08-19
2
-2
/
+45
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
131
-60
/
+11357
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
130
-11355
/
+60
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
130
-60
/
+11355
*
Fixed a problem where we failed to get the size of an Objective-C type.
Sean Callanan
2016-08-18
1
-1
/
+3
*
gdb-remote: Remove manual locking from GetShlibInfoAddr
Pavel Labath
2016-08-18
1
-16
/
+4
*
Move QSyncThreadState packet generation to the gdb-remote client
Pavel Labath
2016-08-18
5
-29
/
+36
*
gdb-remote: Centralize thread specific packet handling
Pavel Labath
2016-08-18
3
-170
/
+135
*
Fix tests for the gdb-remote memory read packets
Pavel Labath
2016-08-18
2
-47
/
+11
*
Fix parsing of complicated C++ names
Pavel Labath
2016-08-18
5
-1
/
+49
*
Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Omair Javaid
2016-08-17
1
-22
/
+27
*
Fix unittests on windows after r278915
Pavel Labath
2016-08-17
1
-4
/
+4
*
Remove cmake legacy code
Pavel Labath
2016-08-17
3
-14
/
+4
*
Fix unittest compilation error in r278915
Pavel Labath
2016-08-17
2
-1
/
+1
*
Remove manual packet construction from GDBRemoteRegisterContext::SetPrimordia...
Pavel Labath
2016-08-17
1
-18
/
+5
*
Move packet construction from GDBRemoteRegisterContext go the communication c...
Pavel Labath
2016-08-17
8
-334
/
+464
*
Fix the RangeMapVector::FindEntryThatContainsOrFollows method to
Jason Molenda
2016-08-17
1
-0
/
+12
*
Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class
Pavel Labath
2016-08-16
4
-25
/
+1
*
Symbol: add missing item in covered switch
Saleem Abdulrasool
2016-08-16
1
-0
/
+1
*
Fix expression evaluation with operator new
Pavel Labath
2016-08-15
5
-249
/
+342
*
Fix a race in Broadcaster/Listener interaction
Pavel Labath
2016-08-15
4
-86
/
+122
*
Fixup r278524 for non-apple targets
Pavel Labath
2016-08-15
1
-3
/
+5
*
elf-core: set powerpc vector byte order correctly
Ed Maste
2016-08-14
1
-1
/
+1
*
fix lldb-gtest target of Xcode build
Todd Fiala
2016-08-12
1
-1
/
+1
*
Disable TestThreadSpecificBpPlusCondition on Windows.
Zachary Turner
2016-08-12
1
-1
/
+1
*
Link LLDB only against libclang and libLLVM .a files to fix macOS build
Todd Fiala
2016-08-12
1
-1
/
+4
*
Fix build on Windows.
Zachary Turner
2016-08-12
1
-1
/
+1
[next]