Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
46 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -string /path/to/uuidmap1
47 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -array /path/to/uuidmap1
[all …]
/openbsd-src/gnu/usr.bin/perl/win32/
H A DGNUmakefile190 # You can also set CFG = DebugSymbols for a slightly smaller/faster
611 else ifeq ($(CFG),DebugSymbols)
687 else ifeq ($(CFG),DebugSymbols)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2217 enum { DebugSymbols = true, NonDebugSymbols = false }; enumerator
4529 if (!ParseSymbolLambda(nlist, nlist_idx++, DebugSymbols)) in ParseSymtab()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5220delta.pod2555 New C<DebugSymbols> and C<DebugFull> configuration options added to