struct ResumeAsyncCallbackInfo

Defined at line 143 of file ../../src/developer/debug/zxdb/client/thread_controller.h

See MakeResumeAsyncThreadCallback().

Public Members

ExceptionType exception_type
shared_ptr called
shared_ptr is_sync
callback_impl callback

Public Methods

void ResumeAsyncCallbackInfo (fxl::WeakPtr<Thread> thread, debug_ipc::ExceptionType exception_type)

Defined at line 16 of file ../../src/developer/debug/zxdb/client/thread_controller.cc

void ~ResumeAsyncCallbackInfo ()

Defined at line 31 of file ../../src/developer/debug/zxdb/client/thread_controller.cc

StopOp ForwardStopOrReturnFuture (ThreadController * controller, const std::vector<fxl::WeakPtr<Breakpoint>> & hit_breakpoints)

If the callback has completed, calls controller->OnStop() with the given arguments. If it

has not, returns kFuture.

Defined at line 40 of file ../../src/developer/debug/zxdb/client/thread_controller.cc