From 8bf7375ed16b408015518c831d8a0ba649c4b63a Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 2 Aug 2012 16:51:45 -0700 Subject: [PATCH] DEBUGGINGNOTES: include gdb info for Linux --- DEBUGGINGNOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEBUGGINGNOTES.txt b/DEBUGGINGNOTES.txt index 1a114f1..70cbba6 100644 --- a/DEBUGGINGNOTES.txt +++ b/DEBUGGINGNOTES.txt @@ -1,3 +1,6 @@ To run inside MacOS under gdb you need: set dont-handle-bad-access 1 handle SIGBUS nostop noprint + +To run in Linux under gdb, use: +handle SIGSEGV nostop noprint -- 2.34.1