Debugging
ntroduction
# load process
start
# set bitmask for which memory segments to dump
!sudo echo 0x7 > /proc/$(pgrep aslr1)/coredump_filter
# dump process memory to file process.core
gcore process.core
# no confirm, so we can quit without interaction
set confirm off
quitLast updated
