radareorg/radare2
Support loading coredumps from the standard locations
Offen
#16.806 geöffnet am 11.05.2020
BSDLinux OSMacOSRDebugWindowsgood first issue
Repository-Metriken
- Stars
- (23.826 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Sometimes, figuring where coredump was put, and if is enabled is tricky. Radare2 can help to handle this automatically, see e.g. https://stackoverflow.com/questions/2065912/core-dumped-but-core-file-is-not-in-the-current-directory
- Linux
- MacOS
- *BSD
- Windows
See also https://www.freedesktop.org/software/systemd/man/coredumpctl.html
coredumpctl list
coredumpctl debug 234234
--debugger=DEBUGGERUse the given debugger for the debug command. If not given and
$SYSTEMD_DEBUGGERis unset, thengdbwill be used.