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

/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h20 const char* reportPath);
H A DReportUserInterface.cpp22 const char* reportPath)
27 fReportPath(reportPath),
21 ReportUserInterface(thread_id targetThread, const char* reportPath) argument
/haiku/src/apps/debugger/
H A DDebugger.cpp96 const char* reportPath; member in struct:Options
107 reportPath(NULL),
175 options.reportPath = optarg;
789 = new(std::nothrow) ReportUserInterface(options.thread, options.reportPath);
/haiku/headers/private/debugger/model/
H A DTeam.h268 const char* reportPath, status_t result);
437 const char* reportPath,
/haiku/src/kits/debugger/model/
H A DTeam.cpp845 Team::NotifyDebugReportChanged(const char* reportPath, status_t result) argument
850 TEAM_EVENT_DEBUG_REPORT_CHANGED, this, reportPath, result));
1039 const char* reportPath, status_t finalStatus)
1042 fReportPath(reportPath),
1038 DebugReportEvent(uint32 type, Team* team, const char* reportPath, status_t finalStatus) argument

Completed in 94 milliseconds