Skip to content

Commit 5f98dac

Browse files
authored
Update debug.adoc
fix breakpoints
1 parent 2dc9c18 commit 5f98dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/modules/ROOT/pages/debug.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ configure -d --enable-asan
2929
GDB can be used as usual with applications built with AddressSanitizer support.
3030
When AddressSanitizer finds a bug you can set a breakpoint
3131

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`
3434

3535
NOTE: you can also set the environment variable `ASAN_OPTIONS=abort_on_error=1` to
3636
get the same effect as in the second case

0 commit comments

Comments
 (0)