GdbMiSession.execReverseNext

MiPendingCommand execReverseNext() @trusted

Executes the previous line of source code, stepping over function calls.

Returns

A pending command for -exec-next --reverse.

Example:

session.execReverseNext();