File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ quite support cross-compilation. A decent alternative would be
176
176
Neither Address Sanitizer (ASan) nor Thread Sanitizer (TSan) [ has been
177
177
ported to Mingw-w64] [ san ] ([ also] [ san2 ] ), but Undefined Behavior Sanitizer
178
178
(UBSan) works perfectly under GDB. With both ` -fsanitize=undefined ` and
179
- ` -fsanitize-undefined- trap-on-error ` , GDB will [ break precisely] [ break ] on
180
- undefined behavior, and it does not require linking with libsanitizer.
179
+ ` -fsanitize-trap ` , GDB will [ break precisely] [ break ] on undefined
180
+ behavior, and it does not require linking with libsanitizer.
181
181
182
182
The kit includes a unique [ ` debugbreak ` command] [ debugbreak ] . It causes
183
183
all debugee processes to break in the debugger, like using Windows' F12
You can’t perform that action at this time.
0 commit comments