X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=DEBUGGINGNOTES.txt;h=70cbba672e8ad0410803b51efb747fc42a40a5c0;hp=1a114f1140aebf53e97e6de4431fc3796f4f9063;hb=c0c175fd2688c46595d5aadf029026e147ec80c2;hpb=4fcf3cc74b221f589fb65e3bb8aa76341d0203ec diff --git a/DEBUGGINGNOTES.txt b/DEBUGGINGNOTES.txt index 1a114f11..70cbba67 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