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
/
source
/
Plugins
/
DynamicLoader
/
MacOSX-DYLD
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable the use of the new dyld SPI on the current
Jason Molenda
2016-10-26
1
-5
/
+0
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
6
-3083
/
+2733
*
Move the code which knows how to get information about the shared
Jason Molenda
2016-07-29
4
-0
/
+131
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-1
/
+0
*
Remove some tab characters that snuck in to my mnost recent edits.
Jason Molenda
2016-07-22
2
-14
/
+14
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+7
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
7
-68
/
+882
*
Refactor (with some rewriting) the DynamicLoaderMacOSX plugin into
Jason Molenda
2016-07-17
5
-1269
/
+1528
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
2
-18
/
+174
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-4
/
+4
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-4
/
+4
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
2
-23
/
+23
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
The MacOSXi386 ABI should be used for watchos simulator debug sessions.
Jason Molenda
2015-11-10
1
-0
/
+5
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-3
/
+3
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-0
/
+2
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-31
/
+30
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-1
/
+1
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
Avoid dependency on uuid.h in MacOSXDYLD
Pavel Labath
2015-07-13
1
-2
/
+2
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
2
-0
/
+187
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-6
/
+8
*
Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the ol...
Jim Ingham
2015-05-21
1
-3
/
+8
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Fix DynamicLoaderMacOSXDYLD to deal with new shared cache changes.
Greg Clayton
2015-03-31
1
-1
/
+1
*
Initialize ObjC runtime at the right location.
Stephane Sezer
2015-03-23
1
-18
/
+0
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
1
-0
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Silence unused variable warnings in release builds
Pavel Labath
2015-02-19
1
-0
/
+1
*
Don't wait for the dynamic loader to set a module as a dynamic link editor, f...
Greg Clayton
2015-02-05
1
-3
/
+0
*
We had to squirrel away the dyld module before doing ResolveExecutableModule,...
Jim Ingham
2014-09-19
1
-1
/
+7
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-3
/
+3
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
2
-5
/
+3
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
1
-2
/
+2
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
Sometimes the trampoline refers directly to the indirect symbol. Handle that...
Jim Ingham
2014-01-11
1
-0
/
+23
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-77
/
+88
*
Fixed an issue when attaching to a process without specifying a file where we...
Greg Clayton
2014-01-07
1
-1
/
+11
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-10
/
+4
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
[prev]
[next]