class ModuleList

Defined at line 17 of file ../../src/developer/debug/debug_agent/module_list.h

Maintains a sorted list of modules loaded in a process.

Public Methods

bool Update (const ProcessHandle & process)

Returns true if there were any changes, false if there were none.

Defined at line 23 of file ../../src/developer/debug/debug_agent/module_list.cc

const ModuleVector & modules ()

This vector will always be sorted by load address.

Defined at line 25 of file ../../src/developer/debug/debug_agent/module_list.h