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
/
SymbolVendor
/
MacOSX
/
SymbolVendorMacOSX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some logic where we used to have char arrays, but we now use std::string....
Greg Clayton
2015-05-26
1
-1
/
+1
*
Added XML to the host layer.
Greg Clayton
2015-05-26
1
-94
/
+25
*
Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...
Greg Clayton
2015-04-16
1
-0
/
+5
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-2
/
+0
*
Fix FileSpec::GetPath to return null-terminated strings
Ilia K
2015-02-27
1
-1
/
+1
*
Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...
Jim Ingham
2013-07-10
1
-0
/
+4
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-55
/
+0
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-97
/
+113
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
Scratch that, the problem was elsewhere.
Jason Molenda
2013-05-10
1
-0
/
+10
*
Temporarily roll back r181375 - it is causing an unexpected regression,
Jason Molenda
2013-05-10
1
-10
/
+0
*
Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case where
Jason Molenda
2013-05-07
1
-0
/
+10
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-4
/
+3
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-6
/
+4
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-1
/
+2
*
Cleaned up the UUID mismatch just printing itself whenever it wants to by all...
Greg Clayton
2012-12-14
1
-18
/
+21
*
<rdar://problem/12827789>
Greg Clayton
2012-12-06
1
-11
/
+9
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Fix wrong logic with respect to warning messages.
Johnny Chen
2012-08-28
1
-2
/
+11
*
rdar://problem/11324515
Johnny Chen
2012-08-22
1
-0
/
+16
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-11
/
+17
*
Resolve source paths that start with ~ when doing substitutions.
Greg Clayton
2012-07-13
1
-1
/
+2
*
Added the ability to read the dSYM plist file with source remappings even whe...
Greg Clayton
2012-06-27
1
-0
/
+98
*
Committed a change to the SectionList that introduces
Sean Callanan
2012-06-08
1
-0
/
+2
*
<rdar://problem/8196933>
Greg Clayton
2012-03-15
1
-0
/
+7
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-1
/
+5
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-23
/
+29
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-1
/
+2
*
Correct typo in method name (AddSymbolFileRepresendation...)
Jim Ingham
2011-12-06
1
-2
/
+2
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-134
/
+8
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-19
/
+0
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-2
/
+0
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+339