Home
last modified time | relevance | path

Searched refs:DebugSymbols (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbols.rst11 The DebugSymbols.framework framework helps locate dSYM files when given a UUID.
20 DebugSymbols.framework also has global defaults that can be modified to allow
22 easily find important debug symbols. The domain for the DebugSymbols.framework
23 defaults is **com.apple.DebugSymbols**, and the defaults can be read, written
28 % defaults read com.apple.DebugSymbols
29 % defaults write com.apple.DebugSymbols KEY ...
30 % defaults delete com.apple.DebugSymbols KEY
41 DebugSymbols.framework is asked to lookup a dSYM file, it will first
68 **com.apple.DebugSymbols**, spotlight searches will be disabled unless
74 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2201 enum { DebugSymbols = true, NonDebugSymbols = false }; enumerator
4513 if (!ParseSymbolLambda(nlist, nlist_idx++, DebugSymbols)) in ParseSymtab()