Those inodes have no name, handle them so the path can correctly show. Add FILEP output so we can investigate furthure manually. Change OFLAGS to hex output and increase word space. E.g. (gdb) fdinfo -p 120 PID: 120 FD FILEP OFLAGS POS PATH BACKTRACE 0 0x40807f08 0x3 0 /dev/console 1 0x40807f30 0x3 0 /dev/console 2 0x40807f58 0x3 0 /dev/console 3 0x40807f80 0x400 0 epoll 4 0x40807fa8 0x443 0 eventfd 5 0x40807fd0 0x403 0 sock 6 0x40807ff8 0x403 0 sock 7 0x40808020 0x403 0 sock 8 0x40892520 0x403 0 sock 9 0x40892548 0x403 0 sock 10 0x40892570 0x403 0 sock 11 0x40892598 0x403 0 sock 12 0x408925c0 0x403 0 sock 13 0x408925e8 0x403 0 sock 14 0x40892610 0x403 0 sock 15 0x40892638 0x403 0 sock 16 0x40942a20 0x403 0 sock Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> |
||
|---|---|---|
| .github | ||
| arch | ||
| audio | ||
| binfmt | ||
| boards | ||
| cmake | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| dummy | ||
| fs | ||
| graphics | ||
| include | ||
| libs | ||
| mm | ||
| net | ||
| openamp | ||
| pass1 | ||
| sched | ||
| syscall | ||
| tools | ||
| video | ||
| wireless | ||
| .asf.yaml | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .yamllint | ||
| AUTHORS | ||
| CMakeLists.txt | ||
| CONTRIBUTING.md | ||
| INVIOLABLES.md | ||
| Kconfig | ||
| LICENSE | ||
| Makefile | ||
| NOTICE | ||
| README.md | ||
| ReleaseNotes | ||
Apache NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOSs (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).
For brevity, many parts of the documentation will refer to Apache NuttX as simply NuttX.
Getting Started
First time on NuttX? Read the Getting Started guide! If you don't have a board available, NuttX has its own simulator that you can run on terminal.
Documentation
You can find the current NuttX documentation on the Documentation Page.
Alternatively, you can build the documentation yourself by following the Documentation Build Instructions.
The old NuttX documentation is still available in the Apache wiki.
Supported Boards
NuttX supports a wide variety of platforms. See the full list on the Supported Platforms page.
Contributing
If you wish to contribute to the NuttX project, read the Contributing guidelines for information on Git usage, coding standard, workflow and the NuttX principles.
License
The code in this repository is under either the Apache 2 license, or a license compatible with the Apache 2 license. See the License Page for more information.