K 10 svn:author V 5 markj K 8 svn:date V 27 2013-11-26T00:23:47.519118Z K 7 svn:log V 577 Change the "netdump" DDB command to call doadump() when netdump is enabled, rather than calling netdumpsys() directly. Otherwise the context of the invoking thread is not saved in dumppcb and kgdb is unable to extract a backtrace for it. As a side effect, this change ensures that the kernel will attempt to dump core using netdump if a user runs the panic command from within DDB. Previously, this would simply result in a reboot if a dump device had not been configured (which is generally the case when netdump is enabled). Reviewed by: rstone Sponsored by: Sandvine Inc. END