An abstract interface to access an Issue context.
const char * application_name() const
const char * package_name() const
virtual Context * clone() const
const char * function_name() const
RemoteContext(const std::string &package, const std::string &filename, int line_number, const std::string &function_name, const RemoteProcessContext &pc)
void *const * stack_symbols() const
const std::string m_package_name
const char * user_name() const
const RemoteProcessContext m_process
const std::string m_function_name
const char * host_name() const
const char * file_name() const
const std::string m_file_name
const std::string m_app_name
const std::string m_host_name
RemoteProcessContext(const std::string &host_name, int pid, int tid, const std::string &cwd, int uid, const std::string &uname, const std::string &app_name)
const std::string m_uname