Commit d1c0e4ac by H.J. Lu Committed by H.J. Lu

Put a breakpoint on __sanitizer::Report

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

From-SVN: r206481
parent f0bc4aea
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
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment