mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
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>
This commit is contained in:
committed by
Xiang Xiao
parent
62660a692d
commit
5961b8bd1a
@@ -89,3 +89,9 @@ config BINFMT_ELF_EXECUTABLE
|
||||
Produce a full linked executable object as output.
|
||||
|
||||
endchoice
|
||||
|
||||
config BINFMT_STORE_FILENAME
|
||||
bool "Store the binary filename"
|
||||
default n
|
||||
---help---
|
||||
Store the filename of the loaded binary
|
||||
|
||||
Reference in New Issue
Block a user