GdbMiSession.loadCoreFile

MiPendingCommand loadCoreFile(string exe, string core) @trusted

Loads a core file for post-mortem debugging.

Parameters

exePath to the executable.
corePath to the core file.

Returns

A pending command for -target-select core corefile.