Skip to content
Commit a62dc991 authored by Luca Burelli's avatar Luca Burelli Committed by Benjamin Cabé
Browse files

llext: fix list_symbols shell command



The shell command 'llext list_symbols' currently iterates over the
'sym_tab' table. This is valid only inside 'llext_load' and is freed
before returning, so it will always be empty in shell context.

Fix it to display 'exp_tab', which is the one used at runtime by LLEXT
to provide symbols to the main application.

Signed-off-by: default avatarLuca Burelli <l.burelli@arduino.cc>
parent 033e2227
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment