[Lldb-commits] [PATCH] D16830: Move some android platform functions to lldbplatformutil

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 16:17:27 PST 2016


zturner created this revision.
zturner added reviewers: labath, tberghammer.
zturner added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

    Move some android platform functions to lldbplatformutil.

    My eventual goal is to move all of the test decorators to their
    own module such as `decorators.py`.  But some of the decorators
    use existing functions in `lldbtest.py` and conceptually the
    functions are probably more appropriately placed in lldbplatformutil.
    Moreover, `lldbtest.py` is a huge file with a ton of random utility
    functions scattered around, so this patch also works toward the
    goal of reducing the footprint of this one module to a more
    reasonable size.

    So this patch starts by moveing some utility functions over to
    `lldbplatformutil` with the eventual goal of moving decorators over
     to their own module as well.

http://reviews.llvm.org/D16830

Files:
  packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py
  packages/Python/lldbsuite/test/lldbplatformutil.py
  packages/Python/lldbsuite/test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16830.46721.patch
Type: text/x-patch
Size: 12069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160203/c20fa55f/attachment.bin>


More information about the lldb-commits mailing list