From: H.J. Lu Date: Thu, 9 Jan 2014 18:40:13 +0000 (+0000) Subject: Put a breakpoint on __sanitizer::Report X-Git-Tag: releases/gcc-4.9.0~1746 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1c0e4acf196749f3f9c4428b0de80829da7d811;p=thirdparty%2Fgcc.git Put a breakpoint on __sanitizer::Report * gdbasan.in: Put a breakpoint on __sanitizer::Report. From-SVN: r206481 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd9f87579d32..5cca2b4ab887 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-09 H.J. Lu + + * gdbasan.in: Put a breakpoint on __sanitizer::Report. + 2014-01-09 Jakub Jelinek PR target/58115 diff --git a/gcc/gdbasan.in b/gcc/gdbasan.in index cf05825395b9..3a6fca0a8acc 100644 --- a/gcc/gdbasan.in +++ b/gcc/gdbasan.in @@ -1,3 +1,7 @@ # Put a breakpoint on __asan_report_error to help with debugging buffer # overflow. b __asan_report_error + +# Put a breakpoint on __sanitizer::Report to help with debugging sanitizer +# issues. +b __sanitizer::Report