XuNeo opened a new pull request, #14915: URL: https://github.com/apache/nuttx/pull/14915
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This PR depends on previous PR to merge firstly. Please ignore the first commit that squashed of previous PR. Introduce `utils.Value` to replace `gdb.Value` and together with `Protocol` we can use `value.element` instead of `value["element"]` to access structure. Make changes in `fs` module to use this feature. ## Impact Now we can access struct member directly and with type hinting. ## Testing Run `fdinfo` and it works same as before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
