class Notifications
Defined at line 46 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h
A simple observer interface. This allows ProcessImpl to expose these in the ProcessObserver
observer API. If the API here gets too much more complicated, it could be we want a separate
public ProcessSymbolsObserver class that consumers need to register for explicitly.
See the corresponding functions in ProcessObserver for docs.
Public Methods
void WillLoadModuleSymbols (int num_modules)
Defined at line 48 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h
void DidLoadModuleSymbols (LoadedModuleSymbols * module)
Defined at line 49 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h
void DidLoadAllModuleSymbols ()
Defined at line 50 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h
void OnSymbolLoadFailure (const Err & err)
Defined at line 51 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h
void WillUnloadModuleSymbols (LoadedModuleSymbols * module)
Defined at line 52 of file ../../src/developer/debug/zxdb/symbols/process_symbols.h