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:
Randell Jesup 2022-06-29 22:49:42 +00:00
Родитель 46928eda22
Коммит f1797f2bff
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.