Searched refs:lldb (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dclangdiag.py6 # # To use this in the embedded python interpreter using "lldb" just
9 # (lldb) command script import /path/to/clandiag.py
13 import lldb namespace
114 bp = target.BreakpointCreateBySourceRegex(name, lldb.SBFileSpec())
131 bp = target.BreakpointCreateBySourceRegex(args.id, lldb.SBFileSpec())
140 bp = target.BreakpointCreateBySourceRegex(m.group(1), lldb.SBFileSpec())
156 bkpts = lldb.SBBreakpointList(target)
H A DClangDataFormat.py0 """lldb data formatters for clang classes.
11 (lldb) p Tok.Loc
18 (lldb) p Tok.Loc
22 import lldb namespace
92 error = lldb.SBError()
119 # FIXME: lldb should provide something like getBaseType
133 # FIXME: lldb should provide something like getCanonicalType
159 stream = lldb.SBStream()
/netbsd-current/usr.bin/finger/
H A Dutil.c167 static DB *lldb = NULL; local
181 lldb = dbopen(_PATH_LASTLOGX, O_RDONLY|O_SHLOCK, 0, DB_HASH, NULL);
188 if (lldb != NULL) {
191 if ((*lldb->get)(lldb, &key, &data, 0) == 0 &&
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DlldbDataFormatters.py7 import lldb namespace
142 return GetOptionalValue(self.valobj) or lldb.SBValue()
/netbsd-current/external/apache2/llvm/dist/llvm/utils/release/
H A Dtest-release.sh74 echo " -lldb Enable check-out & build lldb"
75 echo " -no-lldb Disable check-out & build lldb (default)"
164 -lldb )
167 -no-lldb )
260 projects="$projects lldb"
H A Dbuild_llvm_package.bat61 -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;compiler-rt;openmp;lldb"

Completed in 199 milliseconds