Bug 873493 - add lldb to the list of known debuggers; r=jmaher
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user