aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2016-05-12 11:47:22 +0200
committerSiri Hansen <[email protected]>2016-05-20 09:40:55 +0200
commit4aceb606b06df67fc7a98d8dc2b841cf444d670c (patch)
treefcc3e7dc1a0e90c6cd0932865b09a7ee5fc8e784 /lib/runtime_tools
parentd70f97d61f632b92b3e29e133487a082d2de04fc (diff)
downloadotp-4aceb606b06df67fc7a98d8dc2b841cf444d670c.tar.gz
otp-4aceb606b06df67fc7a98d8dc2b841cf444d670c.tar.bz2
otp-4aceb606b06df67fc7a98d8dc2b841cf444d670c.zip
[runtime_tools] Allow setting trace flag 'exiting' with dbg
Diffstat (limited to 'lib/runtime_tools')
-rw-r--r--lib/runtime_tools/src/dbg.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/dbg.erl b/lib/runtime_tools/src/dbg.erl
index 8cdb5a43e3..bca600cc07 100644
--- a/lib/runtime_tools/src/dbg.erl
+++ b/lib/runtime_tools/src/dbg.erl
@@ -1155,7 +1155,7 @@ all() ->
[send,'receive',call,procs,ports,garbage_collection,running,
set_on_spawn,set_on_first_spawn,set_on_link,set_on_first_link,
timestamp,monotonic_timestamp,strict_monotonic_timestamp,
- arity,return_to,silent,running_procs,running_ports].
+ arity,return_to,silent,running_procs,running_ports,exiting].
display_info([Node|Nodes]) ->
io:format("~nNode ~w:~n",[Node]),