struct FunctionReturnInfo

Defined at line 16 of file ../../src/developer/debug/zxdb/client/function_return_info.h

Identifies the state of the function return.

Public Members

Thread * thread
LazySymbol symbol

Public Methods

void InitFromTopOfStack (Thread * thread)

Initializes the values from the 0'th stack entry for the given thread. This is intended to

be saved for later for when that function returns.

On error (if there is no stack entry) does nothing.

Defined at line 13 of file ../../src/developer/debug/zxdb/client/function_return_info.cc