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:
@@ -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, "third_party/python/lldbutils"))
|
||||
script sys.path.append(os.path.join(topsrcdir, "python/lldbutils"))
|
||||
script import lldbutils
|
||||
script lldbutils.init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user