class ProcessInfoIteratorTest
Defined at line 29 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
Public Methods
void SetUp ()
Individual tests may ignore this default set up by constructing an iterator without using
|all_procs_|.
Defined at line 33 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
DebugAgent * GetDebugAgent ()
Defined at line 50 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
const std::vector<DebuggedProcess *> & all_procs ()
Defined at line 52 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
size_t GetProcessIndex (const ProcessInfoIterator & iter)
Getters for iterator internals. This class doesn't own the iterator so the tests can configure
what is passed to the constructor.
Defined at line 56 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
size_t GetThreadIndex (const ProcessInfoIterator & iter)
Defined at line 57 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
DebuggedProcess * GetCurrentProcess (const ProcessInfoIterator & iter)
Defined at line 58 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc
DebuggedThread * GetCurrentThread (const ProcessInfoIterator & iter)
Defined at line 61 of file ../../src/developer/debug/debug_agent/process_info_iterator_unittest.cc