LLDB_LOAD_CORE
Load a core dump file into an LLDB debugging session by providing the program executable and core dump path.
Instructions
Load a core dump file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | LLDB session ID | |
| program | Yes | Path to the program executable | |
| corePath | Yes | Path to the core dump file |