gecko-dev/python/lldbutils
Cameron McCormack 7a2dc7c7ea Bug 959016 - Add lldb Python command handlers for debugging Gecko, starting with frametree and frametreelimited. (DONTBUILD) r=ehsan 2014-01-14 09:24:22 +11:00
..
lldbutils
README.txt

README.txt

lldb debugging functionality for Gecko
--------------------------------------

This directory contains a module, lldbutils, which is imported by the
in-tree .lldbinit file.  The lldbutil modules define some lldb commands
that are handy for debugging Gecko.

If you want to add a new command or Python-implemented type summary, either add
it to one of the existing broad area Python files (such as lldbutils/layout.py
for layout-related commands) or create a new file if none of the existing files
is appropriate.  If you add a new file, make sure you add it to __all__ in
lldbutils/__init__.py.