]> gcc.gnu.org Git - gcc.git/commitdiff
Put a breakpoint on __sanitizer::Report
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 9 Jan 2014 18:40:13 +0000 (18:40 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 9 Jan 2014 18:40:13 +0000 (10:40 -0800)
* gdbasan.in: Put a breakpoint on __sanitizer::Report.

From-SVN: r206481

gcc/ChangeLog
gcc/gdbasan.in

index dd9f87579d32777ad679df3fddc1778777cae83e..5cca2b4ab887ee79c0b8a22888e2e1d5e723ac51 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gdbasan.in: Put a breakpoint on __sanitizer::Report.
+
 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/58115
index cf05825395b9c268a80a9c0593b420329129b485..3a6fca0a8acc891f2783572c76cfa1c27415fdbf 100644 (file)
@@ -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
This page took 0.062342 seconds and 5 git commands to generate.