Re: [PATCH] Put a breakpoint on __asan_report_error for ASAN

2013-12-02 Thread Dodji Seketeli
"H.J. Lu" a écrit: >> 2012-11-24 H.J. Lu >> >> * configure.ac: Append gdbasan.in to .gdbinit if CFLAGS contains >> -fsanitize=address. >> * configure: Regenerated. >> >> * gdbasan.in: New file. This is OK, if nobody objects in the next 48h. Thanks. --

Re: [PATCH] Put a breakpoint on __asan_report_error for ASAN

2013-11-29 Thread H.J. Lu
On Thu, Nov 29, 2012 at 9:42 AM, H.J. Lu wrote: > Hi, > > This patch puts a breakpoint on __asan_report_error if CFLAGS contains > -fsanitize=address, similar to fancy_abort and internal_error. OK to > install? > > > H.J. > -- > 2012-11-24 H.J. Lu > > * configure.ac: Append gdbasan.in

[PATCH] Put a breakpoint on __asan_report_error for ASAN

2012-11-29 Thread H.J. Lu
Hi, This patch puts a breakpoint on __asan_report_error if CFLAGS contains -fsanitize=address, similar to fancy_abort and internal_error. OK to install? H.J. -- 2012-11-24 H.J. Lu * configure.ac: Append gdbasan.in to .gdbinit if CFLAGS contains -fsanitize=address. *