GdbMiSession.fileExecAndSymbols

MiPendingCommand fileExecAndSymbols(string file) @trusted

Loads the target executable and its symbols.

Parameters

filePath to the executable.

Returns

A pending command for -file-exec-and-symbols.

Example:

session.fileExecAndSymbols("my_app");