This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 00/10] Undefined Behavior Sanitizer, this time with docs
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 1 Oct 2018 22:44:10 -0600
- Subject: [PATCH v2 00/10] Undefined Behavior Sanitizer, this time with docs
This is a new version of the series to add -fsanitize=undefined to the
build.
It's only added to gdb, though it occurred to me later that it would
probably be better to add it to all the libraries as well.
This version addresses the review comments, and in particular adds
documentation in patch #10 about performance. It also fixes a bug
observed on the S390 builds in patch #2.
Regression tested by the buildbot.
Tom