gdb_load_core
Load and analyze core dump files in GDB debugging sessions by specifying the executable path and core file location to diagnose program crashes.
Instructions
Load a core dump file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
corePath | Yes | Path to the core dump file | |
program | Yes | Path to the program executable | |
sessionId | Yes | GDB session ID |