GdbMiSession.symbolInfoFunctions

MiPendingCommand symbolInfoFunctions(string name = null, bool details = false) @trusted

Searches for information about functions.

Parameters

nameOptional regex for function name.
detailsWhether to include more details (linkage, visibility, etc.).

Returns

A pending command for -symbol-info-functions.

Example:

session.symbolInfoFunctions("main");