mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 1581971: Part 4 - Change Android's priority debugger to lldb; r=ahal
`./mach run --debug` is being enabled for `lldb` only, so it should be the preferred debugger instead of `gdb`. Differential Revision: https://phabricator.services.mozilla.com/D94382
This commit is contained in:
parent
ea70bcd068
commit
06c23d6183
@ -51,7 +51,7 @@ _DEBUGGER_PRIORITIES = {
|
||||
"win": ["devenv.exe", "wdexpress.exe"],
|
||||
"linux": ["gdb", "cgdb", "lldb"],
|
||||
"mac": ["lldb", "gdb"],
|
||||
"android": ["gdb"],
|
||||
"android": ["lldb"],
|
||||
"unknown": ["gdb"],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user