Bug 1603804. Move third_party/python/lldbutils to python/lldbutils. r=ahal

This undoes the mistaken move of this directory into third_party that happened
as part of bug 1346025.

Differential Revision: https://phabricator.services.mozilla.com/D57141
This commit is contained in:
Jonathan Watt
2019-12-20 17:10:12 +00:00
parent d8d2995855
commit 0dfe0dee94
8 changed files with 1 additions and 1 deletions

View File

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