breakpad_linux.cc | 92 char* g_process_type = NULL; member in namespace:breakpad::__anon7410 695 info.process_type = g_process_type; 696 info.process_type_length = my_strlen(g_process_type); 733 g_process_type = new char[process_type_len]; 734 strncpy(g_process_type, process_type.c_str(), process_type_len); [all...] |