Put a breakpoint on __sanitizer::Report

* gdbasan.in: Put a breakpoint on __sanitizer::Report.

From-SVN: r206481
This commit is contained in:
H.J. Lu 2014-01-09 18:40:13 +00:00 committed by H.J. Lu
parent f0bc4aead8
commit d1c0e4acf1
2 changed files with 8 additions and 0 deletions

View 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

View 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