gcc/gcc/gdbasan.in
H.J. Lu d1c0e4acf1 Put a breakpoint on __sanitizer::Report
* gdbasan.in: Put a breakpoint on __sanitizer::Report.

From-SVN: r206481
2014-01-09 10:40:13 -08:00

8 lines
214 B
Plaintext

# 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