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
/
DynamicLoaderMacOSXDYLD.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing a couple of wrong logical operator bugs.
Ali Tamur
2019-06-28
1
-1
/
+1
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-1
/
+1
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
1
-1
/
+1
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-2
/
+2
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-168
/
+134
*
Move the code which knows how to get information about the shared
Jason Molenda
2016-07-29
1
-0
/
+6
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-0
/
+11
*
Refactor (with some rewriting) the DynamicLoaderMacOSX plugin into
Jason Molenda
2016-07-17
1
-217
/
+21
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-0
/
+14
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-31
/
+30
*
Add a another packet to the gdb-remote protocol,
Jason Molenda
2015-07-10
1
-0
/
+4
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-3
/
+3
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-1
/
+1
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-0
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-5
/
+5
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+4
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-57
/
+3
*
On Mac OS X the Objective-C runtime (libobjc) has many critical
Jason Molenda
2011-12-14
1
-0
/
+3
*
Handle stepping through a trampoline where the jump target is calculated a ru...
Jim Ingham
2011-11-19
1
-0
/
+5
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
1
-8
/
+34
*
Calculate the dyld slide from all in memory info without having to use the
Greg Clayton
2011-05-23
1
-5
/
+17
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-5
/
+15
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-11
/
+0
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
1
-1
/
+1
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-5
/
+5
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed an issue where the macosx dynamic loader, on the first shared library l...
Greg Clayton
2010-12-12
1
-7
/
+11
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-12
/
+0
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
1
-0
/
+37
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
1
-0
/
+2
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
1
-3
/
+0
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-12
/
+13
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+360