Backed out changeset 69687a23245e (bug 1603804) for Lint failure. CLOSED TREE

--HG--
rename : python/lldbutils/README.txt => third_party/python/lldbutils/README.txt
rename : python/lldbutils/lldbutils/__init__.py => third_party/python/lldbutils/lldbutils/__init__.py
rename : python/lldbutils/lldbutils/content.py => third_party/python/lldbutils/lldbutils/content.py
rename : python/lldbutils/lldbutils/general.py => third_party/python/lldbutils/lldbutils/general.py
rename : python/lldbutils/lldbutils/gfx.py => third_party/python/lldbutils/lldbutils/gfx.py
rename : python/lldbutils/lldbutils/layout.py => third_party/python/lldbutils/lldbutils/layout.py
rename : python/lldbutils/lldbutils/utils.py => third_party/python/lldbutils/lldbutils/utils.py
This commit is contained in:
Razvan Maries 2019-12-19 20:16:17 +02:00
parent 0771b42cab
commit 4a6468a68a
9 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ exclude =
netwerk/protocol/http/make_incoming_tables.py,
python/devtools/migrate-l10n/migrate/main.py,
python/l10n/fluent_migrations,
python/lldbutils,
python/mozbuild/dumbmake,
security/manager/ssl/tests/unit,
servo/components/style,

View File

@ -10,7 +10,7 @@
# or the dist/bin directory. (.lldbinit files in the objdir and dist/bin set
# topsrcdir appropriately.)
script topsrcdir = topsrcdir if "topsrcdir" in locals() else os.getcwd()
script sys.path.append(os.path.join(topsrcdir, "python/lldbutils"))
script sys.path.append(os.path.join(topsrcdir, "third_party/python/lldbutils"))
script import lldbutils
script lldbutils.init()