mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
4a257bc271
commit
f0d5083557
5 changed files with 489 additions and 0 deletions
|
@ -11,6 +11,8 @@ import sys
|
|||
SEARCH_PATHS = [
|
||||
"python/mach",
|
||||
"python/toml",
|
||||
"python/mozinfo",
|
||||
"python/mozdebug",
|
||||
]
|
||||
|
||||
# Individual files providing mach commands.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue