class AsyncBacktraceSubscription

Defined at line 57 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.h

Public Methods

void AsyncBacktraceSubscription (fxl::WeakPtr<Session> session, std::shared_ptr<dap::Session> dap)

Defined at line 31 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc

void ~AsyncBacktraceSubscription ()

Defined at line 37 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc

void DidCreateThread (Thread * thread)

Defined at line 43 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc

void OnThreadStopped (Thread * thread, const StopInfo & info)

Defined at line 54 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc

void DidUpdateStackFrames (Thread * thread)

TODO(https://fxbug.dev/493935127): Switch to `OnThreadResumed` once it's available.

Defined at line 70 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc

void WillDestroyThread (Thread * thread)

Defined at line 84 of file ../../src/developer/debug/zxdb/debug_adapter/async_backtrace_subscription.cc