Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #888, better return codes from OS_SymbolTableDump_Impl #915

Merged
merged 1 commit into from
Mar 29, 2021

Commits on Mar 17, 2021

  1. Fix nasa#888, better return codes from OS_SymbolTableDump_Impl

    Improve the error codes from this function.
    
    - Introduces a new error "OS_ERR_OUTPUT_TOO_LARGE" if the size
    limit was insufficient (instead of OS_SUCCESS).
    - Return OS_ERROR if an empty file was written - this likely
    indicates some fundamental issue with the VxWorks symbol table.
    - Return OS_ERR_NAME_TOO_LONG if one of the symbol names was
    too long, (instead of generic OS_ERROR).
    
    Improve unit test to check for/verify these responses.
    jphickey committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c9327ee View commit details
    Browse the repository at this point in the history