]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/gdbasan.in
arm: Factorize several occurrences of the same code into reg_needs_saving_p
[thirdparty/gcc.git] / gcc / gdbasan.in
CommitLineData
3bd7b086
L
1# Put a breakpoint on __asan_report_error to help with debugging buffer
2# overflow.
3b __asan_report_error
d1c0e4ac
L
4
5# Put a breakpoint on __sanitizer::Report to help with debugging sanitizer
6# issues.
7b __sanitizer::Report