Mercurial > hg > CbC > CbC_gcc
comparison gcc/gdbasan.in @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:561a7518be6b | 111:04ced10e8804 |
---|---|
1 # Put a breakpoint on __asan_report_error to help with debugging buffer | |
2 # overflow. | |
3 b __asan_report_error | |
4 | |
5 # Put a breakpoint on __sanitizer::Report to help with debugging sanitizer | |
6 # issues. | |
7 b __sanitizer::Report |