[x ] I reviewed the README file to see if the feature is in the major future work.
[x ] I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.
Is your feature request related to a problem? Please describe.
MD is unable to get application symbols, due to changes in cFE to make application symbols private: https://github.com/nasa/cFE/issues/952
Describe the solution you'd like
Using OS_ModuleSymbolLookup should be an option to peek/telemeter app-private symbols
Describe alternatives you've considered
Leave as-is; implementation of OS_ModuleSymbolLookup is the same as OS_SymbolLookup on vxWorks anyways, so it would appear this would only affect Linux.
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe. MD is unable to get application symbols, due to changes in cFE to make application symbols private: https://github.com/nasa/cFE/issues/952
Describe the solution you'd like Using OS_ModuleSymbolLookup should be an option to peek/telemeter app-private symbols
Describe alternatives you've considered Leave as-is; implementation of OS_ModuleSymbolLookup is the same as OS_SymbolLookup on vxWorks anyways, so it would appear this would only affect Linux.
Additional context https://github.com/nasa/MD/blob/408ff72c9ffa5001a11952df93e99d1bdccd576c/fsw/src/md_utils.c#L216
Requester Info John Pham, Northrop Grumman