Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-03 Thread via GitHub
JianyuWang0623 commented on PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150#issuecomment-3148491933 > Thank you @JianyuWang0623 very useful feature :-) Maybe one day you would like to port `htop` to NuttX? :-) @cederom Yeah, htop's text user interface is more intuitive a

Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-03 Thread via GitHub
xiaoxiang781216 merged PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150 -- 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: commits-unsubscr...

Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
JianyuWang0623 commented on code in PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150#discussion_r2249327112 ## nshlib/nsh_proccmds.c: ## @@ -257,6 +260,28 @@ static void nsh_parse_statusline(FAR char *line, } #endif } + +static void nsh_parse_gstatusline(FAR

Re: [PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
cederom commented on code in PR #3150: URL: https://github.com/apache/nuttx-apps/pull/3150#discussion_r2249325162 ## nshlib/nsh_proccmds.c: ## @@ -257,6 +260,28 @@ static void nsh_parse_statusline(FAR char *line, } #endif } + +static void nsh_parse_gstatusline(FAR char *l

[PR] nshlib: Add ppid support for command ps [nuttx-apps]

2025-08-02 Thread via GitHub
JianyuWang0623 opened a new pull request, #3150: URL: https://github.com/apache/nuttx-apps/pull/3150 ## Summary Add parent process ID support for command ps, get from "/proc//group/status:Parent". ## Impact - nsh/ps ## Testing ```bash nsh> sh nsh> ps P