HomeSort by: relevance | last modified time | path
    Searched refs:lldb (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/
clangdiag.py 4 # Be sure to add the python path that points to the LLDB shared library.
6 # # To use this in the embedded python interpreter using "lldb" just
9 # (lldb) command script import /path/to/clandiag.py
13 import lldb
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)
184 # This initializer is being run from LLDB in the embedded command interpreter
185 # Make the options so we can generate the help text for the new LLDB
    [all...]
ClangDataFormat.py 0 """lldb data formatters for clang classes.
11 (lldb) p Tok.Loc
18 (lldb) p Tok.Loc
22 import lldb
92 error = lldb.SBError()
119 # FIXME: lldb should provide something like getBaseType
133 # FIXME: lldb should provide something like getCanonicalType
159 stream = lldb.SBStream()
  /src/usr.bin/finger/
util.c 167 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 &&
  /src/external/apache2/llvm/dist/llvm/utils/
lldbDataFormatters.py 2 LLDB Formatters for LLVM data types.
4 Load into LLDB with 'command script import /path/to/lldbDataFormatters.py'
7 import lldb
142 return GetOptionalValue(self.valobj) or lldb.SBValue()
  /src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh 74 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"
build_llvm_package.bat 17 REM For LLDB, SWIG version <= 3.0.8 needs to be used to work around
61 -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;compiler-rt;openmp;lldb"

Completed in 16 milliseconds