зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1776771: default to --disable-avx-512 for debugging with rr r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D150423
This commit is contained in:
Родитель
46928eda22
Коммит
f1797f2bff
|
@ -44,6 +44,8 @@ _DEBUGGER_INFO = {
|
|||
"windbg.exe": {
|
||||
"interactive": True,
|
||||
},
|
||||
# Pernosco support -- this way you don't have to go out of your way to use pernosco-submit
|
||||
"rr": {"interactive": True, "args": ["record", "--disable-avx-512"]},
|
||||
}
|
||||
|
||||
# Maps each OS platform to the preferred debugger programs found in _DEBUGGER_INFO.
|
||||
|
|
Загрузка…
Ссылка в новой задаче