eal/windows: support exit and panic
authorTal Shnaiderman <talshn@mellanox.com>
Tue, 23 Jun 2020 20:57:21 +0000 (23:57 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Jun 2020 09:02:51 +0000 (11:02 +0200)
commitc91717eb75c8595e84fb9dfa8424b7b2ccee5e16
tree948a53724a13ae512be572393ba7fcb51c894c19
parent48be180de63146658ec2d31c517c184374f2b6db
eal/windows: support exit and panic

Support the debug functions in eal_common_debug.c for Windows.

Implementation of rte_dump_stack to get a backtrace similarly to Unix
and of rte_eal_cleanup in eal.c.

Signed-off-by: Tal Shnaiderman <talshn@mellanox.com>
Tested-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
config/meson.build
lib/librte_eal/common/meson.build
lib/librte_eal/windows/eal.c
lib/librte_eal/windows/eal_debug.c