================
Comment at: lib/asan/asan_report.cc:947
@@ +946,3 @@
+
+  ScopedInErrorReport in_report;
+
----------------
Kostya Serebryany wrote:
> why did you move this here? 
Because ScopedInErrorReport's constructor does things where I'd like the report 
data to already be available. Namely, it calls __asan_on_error, which seems 
like the only sensible place for a breakpoint *before* the actual report is 
printed (I'm using it in the debug_report.cc test case).

http://reviews.llvm.org/D4527



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to