commit | 760644041cc55ec6568c8327f7bb275d0b998196 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Mar 12 14:40:29 2020 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Mar 14 13:10:19 2020 -0400 |
tree | 9328ddca4b3179a23d337b4f8db2aa2238d87225 | |
parent | 2b38b3b33b4f49f9b0d838c48cd3f2210c81cb5a [diff] |
net: purge NET_STACK and other stack APIs The current design of the network-specific stack dumping APIs is fundamentally unsafe. You cannot properly dump stack data without information which is only available in the thread object. In addition, this infrastructure is unnecessary. There is already a core shell command which dumps stack information for all active threads. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>