class CallFunctionThreadControllerX64
Defined at line 12 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.h
Public Methods
void CallFunctionThreadControllerX64 (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 25 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.cc
const char * GetName ()
Defined at line 26 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.h
void ~CallFunctionThreadControllerX64 ()
Defined at line 32 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.cc
void InitWithThread (Thread * thread, fit::callback<void (const Err &)> cb)
ThreadController implementation.
Defined at line 34 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.cc
void CollectAllRegisterCategories (Thread * thread, fit::callback<void (const Err &)> cb)
Defined at line 103 of file ../../src/developer/debug/zxdb/client/call_function_thread_controller_x64.cc