doc: describe halt_on_error race detector parameter

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13067043
This commit is contained in:
Dmitriy Vyukov 2013-08-16 22:42:54 +04:00
parent 18f5ce8561
commit a96d850a5b

View file

@ -128,6 +128,11 @@ access history is <code>32K * 2**history_size elements</code>.
Increasing this value can avoid a "failed to restore the stack" error in reports, at the
cost of increased memory usage.
</li>
<li>
<code>halt_on_error</code> (default <code>0</code>): Controls whether the program
exits after reporting first data race.
</li>
</ul>
<p>