Audacity 3.2.0
|
Functions | |
std::string | StringifyParameters (const std::map< std::string, std::string > ¶meters) |
bool | StrcpyChecked (char *dest, size_t destsz, const std::string &src) |
bool | DumpCallback (const google_breakpad::MinidumpDescriptor &descriptor, void *context, bool succeeded) |
bool | StrcpyChecked (wchar_t *dest, size_t destsz, const wchar_t *src) |
bool | StrcatChecked (wchar_t *dest, size_t destsz, const wchar_t *src) |
Audacity: A Digital Audio Editor
CrashReportContext.cpp
Vitaly Sverchinsky
Some parts of the code are designed to operate while app is crashing, so there may be some restrictions on heap usage. For more information please read Breakpad documentation.
bool anonymous_namespace{CrashReportContext.cpp}::DumpCallback | ( | const google_breakpad::MinidumpDescriptor & | descriptor, |
void * | context, | ||
bool | succeeded | ||
) |
Definition at line 103 of file unix/CrashReportContext.cpp.
References SendReport().
Referenced by CrashReportContext::StartHandler().
bool anonymous_namespace{CrashReportContext.cpp}::StrcatChecked | ( | wchar_t * | dest, |
size_t | destsz, | ||
const wchar_t * | src | ||
) |
Definition at line 40 of file win32/CrashReportContext.cpp.
bool anonymous_namespace{CrashReportContext.cpp}::StrcpyChecked | ( | char * | dest, |
size_t | destsz, | ||
const std::string & | src | ||
) |
Definition at line 68 of file unix/CrashReportContext.cpp.
Referenced by CrashReportContext::SetParameters(), CrashReportContext::SetReportURL(), and CrashReportContext::SetSenderPathUTF8().
bool anonymous_namespace{CrashReportContext.cpp}::StrcpyChecked | ( | wchar_t * | dest, |
size_t | destsz, | ||
const wchar_t * | src | ||
) |
Definition at line 26 of file win32/CrashReportContext.cpp.
std::string anonymous_namespace{CrashReportContext.cpp}::StringifyParameters | ( | const std::map< std::string, std::string > & | parameters | ) |
Definition at line 50 of file unix/CrashReportContext.cpp.
Referenced by CrashReportContext::SetParameters().