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
/
Host
/
macosx
/
Symbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Look for both .debug and dsym debugging symbol information for stripped execu...
Robert Flack
2015-04-24
1
-319
/
+46
*
Fix a -Wnull-conversion warning.
Nico Weber
2015-01-15
1
-1
/
+1
*
Remove always-true part of a conditional expression.
Jason Molenda
2014-10-17
1
-1
/
+1
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-3
/
+3
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-2
/
+2
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-16
/
+16
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-11
/
+7
*
Fixed a crash when we didn't get a plist but tried
Sean Callanan
2013-02-08
1
-1
/
+1
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-12
/
+0
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+6
*
Fixed a bug where we could accept the wrong
Sean Callanan
2012-12-21
1
-1
/
+1
*
Fixed two conditionals that I accidentally
Sean Callanan
2012-12-14
1
-2
/
+2
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-3
/
+3
*
Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look up
Jason Molenda
2012-10-30
1
-3
/
+19
*
Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control
Jason Molenda
2012-10-09
1
-2
/
+38
*
Symbols::LocateMacOSXFilesUsingDebugSymbols() - perform tilde
Jason Molenda
2012-10-05
1
-1
/
+1
*
Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to use
Jason Molenda
2012-10-02
1
-3
/
+3
*
Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...
Greg Clayton
2012-09-27
1
-42
/
+123
*
Added the ability to download a symboled executable and symbol file given a U...
Greg Clayton
2012-09-27
1
-0
/
+100
*
<rdar://problem/11374963>
Greg Clayton
2012-09-12
1
-7
/
+5
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
rdar://problem/11324515
Johnny Chen
2012-08-22
1
-2
/
+6
*
Resolve source paths that start with ~ when doing substitutions.
Greg Clayton
2012-07-13
1
-0
/
+5
*
Fixed some strncat/strlcat uses.
Filipe Cabecinhas
2012-05-06
1
-4
/
+4
*
<rdar://problem/8196933>
Greg Clayton
2012-03-15
1
-15
/
+34
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-14
/
+24
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-2
/
+6
*
lldb should warn when dSYM does not match the binary.
Johnny Chen
2012-02-01
1
-1
/
+13
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-2
/
+2
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-0
/
+6
*
build: Fix an improperly formed include path (works under Xcode's promiscuous...
Daniel Dunbar
2011-10-31
1
-2
/
+1
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-1
/
+55
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-5
/
+12
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-2
/
+2
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+0
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-9
/
+9
*
Modified the PluginManager to be ready for loading plug-ins from a system
Greg Clayton
2011-02-02
1
-1
/
+1
*
Added a cleanup helper object to make sure the directory that was opened with...
Greg Clayton
2011-02-01
1
-3
/
+4
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+3
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-9
/
+6
*
The first part of an lldb native stack unwinder.
Jason Molenda
2010-09-10
1
-0
/
+1
*
eliminate some clang warnings.
Chris Lattner
2010-09-08
1
-0
/
+1
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-18
/
+18
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-2
/
+5
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+462