Home
last modified time | relevance | path

Searched refs:NotifyDebugReportChanged (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp158 fTeam->NotifyDebugReportChanged(outputPath, B_OK); in _GenerateReport()
175 fTeam->NotifyDebugReportChanged(path.Path(), error); in MessageReceived()
/haiku/headers/private/debugger/model/
H A DTeam.h267 void NotifyDebugReportChanged(
/haiku/src/kits/debugger/model/
H A DTeam.cpp845 Team::NotifyDebugReportChanged(const char* reportPath, status_t result) in NotifyDebugReportChanged() function in Team