GdbMiSession.fileListExecSourceFiles

MiPendingCommand fileListExecSourceFiles() @trusted

Gets a list of source files used to build the executable.

Returns

A pending command for -file-list-exec-source-files.

Example:

auto result = session.fileListExecSourceFiles().wait();