You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the application or homebrew mappings to generate dump segments
Write to SD card to speed up the process of taking memory snapshots
Allow for targeting running modules or just the running application
Nature of Request:
Addition
Add a new monitor command like monitor coredump which enumerates all virtual memory mappings used by the running application and dumps them to an ELF style coredump
What component do you feel this would best fit within?
This would allow users to quickly search code and data using static analysis instead of waiting for lengthy memory dumps over the network with the existing gdb method.
This method can use the fast SD card to write the coredump and quickly snapshot multiple gigabytes of memory if need be.
The text was updated successfully, but these errors were encountered:
trevor403
changed the title
Add coredump as GDB monitor command
[Feature Request] Add coredump as GDB monitor command
Dec 22, 2024
Feature Request
What feature are you suggesting?
Overview:
Smaller Details:
Nature of Request:
monitor coredump
which enumerates all virtual memory mappings used by the running application and dumps them to an ELF style coredumpWhat component do you feel this would best fit within?
Why would this feature be useful?
This would allow users to quickly search code and data using static analysis instead of waiting for lengthy memory dumps over the network with the existing gdb method.
This method can use the fast SD card to write the coredump and quickly snapshot multiple gigabytes of memory if need be.
The text was updated successfully, but these errors were encountered: