class MockStreamBackend
Defined at line 13 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
Public Methods
void HandleAttach (debug_ipc::AttachReply attach_reply)
Defined at line 15 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
void HandleNotifyComponentStarting (debug_ipc::NotifyComponentStarting notification)
Defined at line 19 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
void HandleNotifyProcessStarting (debug_ipc::NotifyProcessStarting notification)
Defined at line 23 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
void HandleNotifyModules (debug_ipc::NotifyModules modules)
Defined at line 27 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::AttachReply> & attach_replies ()
Defined at line 31 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::NotifyComponentStarting> & component_starts ()
Defined at line 33 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::NotifyProcessStarting> & process_starts ()
Defined at line 37 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::NotifyModules> modules ()
Defined at line 40 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
void HandleNotifyException (debug_ipc::NotifyException exception)
Defined at line 42 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::NotifyException> & exceptions ()
Defined at line 46 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
void HandleNotifyFilterCreated (debug_ipc::NotifyFilterCreated filter)
Defined at line 48 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h
const std::vector<debug_ipc::NotifyFilterCreated> & filters ()
Defined at line 52 of file ../../src/developer/debug/debug_agent/mock_stream_backend.h