Commit 5f98dac 1 parent 2dc9c18 commit 5f98dac Copy full SHA for 5f98dac
File tree 1 file changed +2
-2
lines changed
docs/dev/modules/ROOT/pages
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ configure -d --enable-asan
29
29
GDB can be used as usual with applications built with AddressSanitizer support.
30
30
When AddressSanitizer finds a bug you can set a breakpoint
31
31
32
- * right before it generates the error report by setting a breakpoint on `___asan ::ReportGenericError`
33
- * right after the error generation by setting a breakpoint on `___asan ::Die`
32
+ * right before it generates the error report by setting a breakpoint on `__asan ::ReportGenericError`
33
+ * right after the error generation by setting a breakpoint on `__asan ::Die`
34
34
35
35
NOTE: you can also set the environment variable `ASAN_OPTIONS=abort_on_error=1` to
36
36
get the same effect as in the second case
You can’t perform that action at this time.
0 commit comments