mozilla-central modules for debugger detection

Borrows two python modules from mozilla-central to give mach the ability
to detect and pass arguments to a system's preferred debugger.

Links to borrowed files:
http://hg.mozilla.org/mozilla-central/file/c9cfa9b91dea/testing/mozbase/mozinfo/mozinfo/mozinfo.py
http://hg.mozilla.org/mozilla-central/file/c9cfa9b91dea/testing/mozbase/mozdebug/mozdebug/mozdebug.py
This commit is contained in:
Matthew Rasmus 2014-11-23 21:02:37 -08:00
parent 4a257bc271
commit f0d5083557
5 changed files with 489 additions and 0 deletions

View file

@ -11,6 +11,8 @@ import sys
SEARCH_PATHS = [
"python/mach",
"python/toml",
"python/mozinfo",
"python/mozdebug",
]
# Individual files providing mach commands.