HomeSort by relevance Sort by last modified time
    Searched full:crashlog (Results 1 - 7 of 7) sorted by null

  /external/lldb/examples/python/
crashlog.py 8 # cd /path/containing/crashlog.py
10 # (lldb) script import crashlog
11 # "crashlog" command installed, type "crashlog --help" for detailed help
12 # (lldb) crashlog ~/Library/Logs/DiagnosticReports/a.crash
14 # The benefit of running the crashlog command inside lldb in the
23 # ( setenv PYTHONPATH /path/to/LLDB.framework/Resources/Python ; ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash )
26 # PYTHONPATH=/path/to/LLDB.framework/Resources/Python ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash
84 class CrashLog(symbolication.Symbolicator):
211 """CrashLog constructor that take a path to a darwin crash log file""
    [all...]
symbolication.py 8 # cd /path/containing/crashlog.py
10 # (lldb) script import crashlog
11 # "crashlog" command installed, type "crashlog --help" for detailed help
12 # (lldb) crashlog ~/Library/Logs/DiagnosticReports/a.crash
14 # The benefit of running the crashlog command inside lldb in the
23 # ( setenv PYTHONPATH /path/to/LLDB.framework/Resources/Python ; ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash )
26 # PYTHONPATH=/path/to/LLDB.framework/Resources/Python ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash
539 parser = optparse.OptionParser(description=description, prog='crashlog.py',usage=usage)
gdbremote.py 1021 import lldb.macosx.crashlog namespace
    [all...]
  /external/lldb/www/
symbolication.html 98 adjust your crashlog-addresses into file addresses. To avoid having to do any
124 do any math on the addresses in the crashlog backtraces, we can just use the
293 <h2>lldb.macosx.crashlog</h2>
294 <p><b>lldb.macosx.crashlog</b> is a package that is distributed on Mac OS X builds that subclasses the above classes.
299 This module installs a new "crashlog" command into the lldb command interpreter so that you can use
301 <code><pre><tt><b>(lldb)</b> command script import lldb.macosx.crashlog
302 "crashlog" and "save_crashlog" command installed, use the "--help" option for detailed help
303 <b>(lldb)</b> crashlog /tmp/crash.log
308 <code><pre><tt><b>(lldb)</b> crashlog --help
309 Usage: crashlog [options] <FILE> [FILE ...]
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
queries.py 45 class CrashLog(AbstractDeclarativeCommand):
  /external/lldb/scripts/Python/
finish-swig-Python-LLDB.sh 246 package_files="${SRC_ROOT}/examples/python/crashlog.py
  /external/lldb/www/python_reference/
lldb.utils.symbolication-pysrc.html 69 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-comment"># cd /path/containing/crashlog.py</tt> </tt>
71 <a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-comment"># (lldb) script import crashlog</tt> </tt>
72 <a name="L11"></a><tt class="py-lineno"> 11</tt> <tt class="py-line"><tt class="py-comment"># "crashlog" command installed, type "crashlog --help" for detailed help</tt> </tt>
73 <a name="L12"></a><tt class="py-lineno"> 12</tt> <tt class="py-line"><tt class="py-comment"># (lldb) crashlog ~/Library/Logs/DiagnosticReports/a.crash</tt> </tt>
75 <a name="L14"></a><tt class="py-lineno"> 14</tt> <tt class="py-line"><tt class="py-comment"># The benefit of running the crashlog command inside lldb in the </tt> </tt>
84 <a name="L23"></a><tt class="py-lineno"> 23</tt> <tt class="py-line"><tt class="py-comment"># ( setenv PYTHONPATH /path/to/LLDB.framework/Resources/Python ; ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash )</tt> </tt>
87 <a name="L26"></a><tt class="py-lineno"> 26</tt> <tt class="py-line"><tt class="py-comment"># PYTHONPATH=/path/to/LLDB.framework/Resources/Python ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash</tt> </tt>
    [all...]

Completed in 99 milliseconds