зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld
The sandboxing code generates this signal nowadays, which makes debugging with tools like rr quite frustrating. DONTBUILD because NPOTB
This commit is contained in:
Родитель
c5bb304fd9
Коммит
dc7a177384
1
.gdbinit
1
.gdbinit
|
@ -16,6 +16,7 @@ handle SIGPIPE noprint nostop pass
|
|||
# sandboxing code on older kernels.
|
||||
handle SIG38 noprint nostop pass
|
||||
handle SIG64 noprint nostop pass
|
||||
handle SIGSYS noprint nostop pass
|
||||
|
||||
# Show the concrete types behind nsIFoo
|
||||
set print object on
|
||||
|
|
Загрузка…
Ссылка в новой задаче