nuttx/binfmt
Jukka Laitinen 5961b8bd1a binfmt: Add a configuration flag to store the module filename
This flag can be used to store the filename of a loaded module or
executable in binfmt. The filename is useful for example in debugging.
For example, gdb or a jtag debugger can be configured to automatically
fetch the symbols for the currently executing module.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2025-11-01 22:59:47 +08:00
..
libnxflat
binfmt.h binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
binfmt_copyactions.c binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
binfmt_copyargv.c
binfmt_dumpmodule.c
binfmt_exec.c binfmt/exec: initialize binary_s to empty to avoid invaild access 2024-12-13 01:31:21 +08:00
binfmt_execmodule.c binfmt:use crt0 inside of starthook 2025-04-09 23:07:29 +08:00
binfmt_execsymtab.c
binfmt_exit.c
binfmt_globals.c
binfmt_initialize.c
binfmt_loadmodule.c binfmt: Add a configuration flag to store the module filename 2025-11-01 22:59:47 +08:00
binfmt_register.c
binfmt_unloadmodule.c
binfmt_unregister.c
builtin.c
CMakeLists.txt
elf.c libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Kconfig binfmt: Add a configuration flag to store the module filename 2025-11-01 22:59:47 +08:00
Makefile
nxflat.c