-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
nxgdb/memdump: add free command #15744
Conversation
(gdb) free name total used free maxused maxfree nused nfree GImageCache 10485756 10411964 73792 10602184 62328 217 7 uncache 10485756 127812 10357944 270512 10350560 4 2 Umem 26879516 17458732 9420784 20957888 9260768 1211 234 (gdb) Signed-off-by: xuxingliang <xuxingliang@xiaomi.com>
[Experimental Bot, please feedback here] No, this PR description does not meet the NuttX requirements. Here's why and how to fix it:
Example of an improved summary and testing section:
(gdb) free
(gdb) free
By providing more context, details, and evidence of testing, your PR will be much more likely to be accepted. Remember to also follow the other guidelines in the |
Note: Please adhere to Contributing Guidelines.
Summary
Similar to nsh command
free
.Impact
New feature.
Testing
Tested locally with a coredump.