class CallFunctionThreadControllerArm64

Defined at line 12 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_arm64.h

Public Methods

void CallFunctionThreadControllerArm64 (const AddressRanges & range, const std::vector<ExprValue> & parameters, EvalCallback on_function_completed, fit::deferred_callback on_done)

Constructs the thread controller. |on_function_completed| is called once the thread state has

been restored to what it was before the function call, but before this controller has been

destroyed.

Defined at line 22 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_arm64.cc

const char * GetName ()

Defined at line 25 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_arm64.h

void ~CallFunctionThreadControllerArm64 ()

Defined at line 29 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_arm64.cc

void InitWithThread (Thread * thread, fit::callback<void (const Err &)> cb)

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

void CollectAllRegisterCategories (Thread * thread, fit::callback<void (const Err &)> cb)

Defined at line 87 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_arm64.cc