Home
last modified time | relevance | path

Searched refs:StopImageNames (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp164 if (fTeam->StopImageNames().HasString(imageName)) in MessageReceived()
323 const BStringList& imageNames = fTeam->StopImageNames(); in _UpdateStopImageState()
/haiku/headers/private/debugger/model/
H A DTeam.h149 const BStringList& StopImageNames() const;
/haiku/src/kits/debugger/model/
H A DTeam.cpp320 Team::StopImageNames() const in StopImageNames() function in Team
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1994 const BStringList& nameList = fTeam->StopImageNames(); in _HandleImageDebugInfoChanged()