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
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-3
/
+3
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
1
-6
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Try again to fix OSX compilation failure.
Zachary Turner
2019-03-06
1
-1
/
+4
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Update SymbolVendorMacOSX for new GetUUID interface
Jonas Devlieghere
2019-02-11
1
-5
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-6
/
+8
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove GetByteSize() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+4
*
Document how lldb uses the DBGSourcePathRemapping
Jason Molenda
2018-06-11
1
-9
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-24
/
+24
*
We have two sources for path remapping information that we get out
Jason Molenda
2018-01-12
1
-15
/
+18
*
When parsing the DBGSourcePathRemapping plist entries
Jason Molenda
2017-08-24
1
-1
/
+20
*
Fix Mac build for the Timer move
Pavel Labath
2017-06-29
1
-1
/
+1
*
Fix darwin build for r303058
Pavel Labath
2017-05-15
1
-2
/
+5
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
When deciding whether to use the source remapping dictionary from
Jason Molenda
2016-11-09
1
-3
/
+12
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-235
/
+220
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Add support for an additional dictionary in the per-arch plists
Jason Molenda
2016-07-26
1
-0
/
+51
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Make sure we resolve ~ in paths coming from the plist in a dSYM before adding...
Jim Ingham
2015-07-24
1
-0
/
+5
*
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
[next]