Bug 873493 - add lldb to the list of known debuggers; r=jmaher

This commit is contained in:
Nathan Froyd
2013-05-17 11:22:00 -04:00
parent aa1cf55d31
commit 00972494ee

View File

@@ -30,6 +30,11 @@ DEBUGGER_INFO = {
"args": "-q --args"
},
"lldb": {
"interactive": True,
"args": "--"
},
# valgrind doesn't explain much about leaks unless you set the
# '--leak-check=full' flag.
"valgrind": {