Searched refs:ImageDebugInfoState (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/jobs/
H A DLoadImageDebugInfoJob.cpp90 if (image->ImageDebugInfoState() == IMAGE_DEBUG_INFO_LOADING) {
97 if (image->ImageDebugInfoState() != IMAGE_DEBUG_INFO_NOT_LOADED)
/haiku/headers/private/debugger/model/
H A DImage.h48 image_debug_info_state ImageDebugInfoState() const function in class:Image
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp542 if (image != NULL && image->ImageDebugInfoState()
H A DTeamDebugger.cpp1957 image_debug_info_state state = image->ImageDebugInfoState();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1422 if (fActiveImage->ImageDebugInfoState() == IMAGE_DEBUG_INFO_NOT_LOADED)

Completed in 61 milliseconds