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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-1
/
+14
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-6
/
+8
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-18
/
+12
*
Fix build on Linux
Daniel Malea
2013-04-17
1
-0
/
+4
*
Revert 179694 -- it breaks remote debugging of mac os x targets for some folk
Daniel Malea
2013-04-17
1
-4
/
+0
*
Fix Linux build of LLDB
Daniel Malea
2013-04-17
1
-0
/
+4
*
Update the dyld_all_image_infos size definition in
Jason Molenda
2013-04-16
1
-1
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-10
/
+9
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-1
/
+1
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-98
/
+63
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-1
/
+2
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-18
/
+14
*
Remember to tell the target about dyld when we resolve the address for it.
Jim Ingham
2012-12-22
1
-2
/
+9
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-3
/
+0
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-2
/
+52
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-10
/
+10
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-6
/
+8
*
Fix an incorrect comment...
Jim Ingham
2012-10-29
1
-0
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+50
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-8
/
+8
*
We were accessing the ModuleList in the target without locking it for tasks like
Jim Ingham
2012-05-30
1
-3
/
+5
*
Don't do a stat compare of the module with its underlying file if we already ...
Jim Ingham
2012-05-16
1
-15
/
+12
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+11
*
Fixed the ability to load multiple __LINKEDIT segments at the same address fo...
Greg Clayton
2012-04-16
1
-11
/
+11
*
Fix the process of getting the ObjC runtime - if we ask for it too early (in ...
Jim Ingham
2012-03-10
1
-1
/
+1
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-6
/
+2
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-41
/
+21
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-5
/
+5
*
For stepping performance I added the ability to outlaw all memory accesseses
Greg Clayton
2012-02-22
1
-19
/
+60
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-4
/
+6
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-11
/
+35
*
Improved detection of object file types, moving
Sean Callanan
2012-02-10
1
-9
/
+1
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-1
/
+32
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+12
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-3
/
+3
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-11
/
+11
*
Expose new read memory fucntion through python in SBProcess:
Greg Clayton
2011-12-15
1
-3
/
+6
*
On Mac OS X the Objective-C runtime (libobjc) has many critical
Jason Molenda
2011-12-14
1
-0
/
+44
*
Turn off the resolver detection till we find a better method to do so.
Jim Ingham
2011-11-30
1
-1
/
+6
*
Handle stepping through a trampoline where the jump target is calculated a ru...
Jim Ingham
2011-11-19
1
-27
/
+87
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-7
/
+7
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+2
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-6
/
+25
[next]