LLDB
参考:
概要
参考:
使い方
参考:
LLDB を触って IDE のデバッガーを理解する | Minimum Viable Programmer
導入
参考:
Debugging C with Clang compiler and LLDB | Developer files
Debugging C with llvm’s clang and lldb – GitHub Gist
コマンド
参考:
lldb で使えるコマンド一覧 | yokaze.github.io
LLDB to GDB Command Map | LLDB [Official]
チュートリアル
参考:
コアダンプ
コアダンプをロードする。
$ lldb program -c /cores/core.12345 -- --option=value
参考:
Debugging core dumps on OS X | wincent.com
Open a coredump with lldb | Coderwall
Practical lldb with core dump | Coderwall
How to debug a core file with lldb? | lists.llvm.org
How can I manually generate a core dump (or equivalent) in lldb attached to iOS – Stack Overflow
VSCode
参考: