acl/doc/core.txt
shuxin   zheng 075dfbf2e3 modify doc
2021-01-10 14:44:44 +08:00

9 lines
171 B
Plaintext

# for linux
echo 'core.%e.%t.%p' > /proc/sys/kernel/core_pattern
# for macos
$ lldb --core "/cores/core.xxxxx"
(lldb) bt all
(lldb) thread select 1
(lldb) frame select 1