diff options
author | Lukas Larsson <[email protected]> | 2015-11-02 16:55:14 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2015-11-02 16:55:14 +0100 |
commit | 6a421403ce98d1863f416d9ca00b8f2de07b419a (patch) | |
tree | d98cfad75429ca749bbb5943bb2c7ce0cc2656c8 | |
parent | 5fbb0709c07420c600758577f9e2de80dd01f93b (diff) | |
parent | 5483c81d3093830dbcc132bfb1426c59ed2a8e57 (diff) | |
download | otp-6a421403ce98d1863f416d9ca00b8f2de07b419a.tar.gz otp-6a421403ce98d1863f416d9ca00b8f2de07b419a.tar.bz2 otp-6a421403ce98d1863f416d9ca00b8f2de07b419a.zip |
Merge branch 'lukas/runtime_tools/dbg_stop_docs/OTP-13078' into maint
* lukas/runtime_tools/dbg_stop_docs/OTP-13078:
runtime_tools: Explain that dbg:stop only clears local trace patterns
-rw-r--r-- | lib/runtime_tools/doc/src/dbg.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index 1a11806211..2065627026 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -1030,9 +1030,9 @@ hello</pre> <fsummary>Stop the <c>dbg</c>server and the tracing of all processes.</fsummary> <desc> <p>Stops the <c>dbg</c> server and clears all trace flags for - all processes and all trace patterns for all functions. Also + all processes and all local trace patterns for all functions. Also shuts down all trace clients and closes all trace ports.</p> - <p>Note that no trace patterns are affected by this + <p>Note that no global trace patterns are affected by this function.</p> </desc> </func> @@ -1040,8 +1040,7 @@ hello</pre> <name>stop_clear() -> ok</name> <fsummary>Stop the <c>dbg</c>server and the tracing of all processes, and clears trace patterns.</fsummary> <desc> - <p>Same as stop/0, but also clears all trace patterns on local - and global functions calls.</p> + <p>Same as stop/0, but also clears all trace patterns on global functions calls.</p> </desc> </func> </funcs> |