class ThreadObserver

Defined at line 17 of file ../../src/developer/debug/zxdb/client/thread_observer.h

Public Methods

void DidCreateThread (Thread * thread)

Defined at line 19 of file ../../src/developer/debug/zxdb/client/thread_observer.h

void WillDestroyThread (Thread * thread)

Defined at line 20 of file ../../src/developer/debug/zxdb/client/thread_observer.h

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

Notification that a thread has stopped. The thread and all breakpoint statistics will be

up-to-date.

Defined at line 24 of file ../../src/developer/debug/zxdb/client/thread_observer.h

void DidUpdateStackFrames (Thread * thread)

Notification that the frames on a thread have been updated in some way:

- They could be cleared (when the thread is resumed).

- They could go from empty to being set (when the thread is stopped).

- They could be added to (when the minimal stack is replaced with a full stack).

- They could be changed arbitrarily (when symbols are loaded or when a stack refresh is

requested and the thread has changed out from under us).

Defined at line 33 of file ../../src/developer/debug/zxdb/client/thread_observer.h