GdbMiSession.symbolListLines

MiPendingCommand symbolListLines(string file) @trusted

Gets the mapping between source lines and addresses for a file.

Parameters

fileSource file name.

Returns

A pending command for -symbol-list-lines.

Example:

auto result = session.symbolListLines("main.d").wait();