From 3bd7b086fdd32ce44e735929351bfbc832e5bfaa Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 4 Dec 2013 14:53:36 +0000 Subject: Put a breakpoint on __asan_report_error for ASAN * configure.ac: Append gdbasan.in to .gdbinit if CFLAGS contains -fsanitize=address. * configure: Regenerated. * gdbasan.in: New file. From-SVN: r205669 --- gcc/gdbasan.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gcc/gdbasan.in (limited to 'gcc/gdbasan.in') diff --git a/gcc/gdbasan.in b/gcc/gdbasan.in new file mode 100644 index 0000000..cf05825 --- /dev/null +++ b/gcc/gdbasan.in @@ -0,0 +1,3 @@ +# Put a breakpoint on __asan_report_error to help with debugging buffer +# overflow. +b __asan_report_error -- cgit v1.1