/external/google-breakpad/src/processor/ |
D | minidump.cc | 255 BPLOG(ERROR) << "UTF16ToUTF8 found low surrogate " << in UTF16ToUTF8() 262 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8() 269 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8() 298 BPLOG(ERROR) << "UTF16ToUTF8 cannot represent high value " << in UTF16ToUTF8() 453 BPLOG(ERROR) << "sizeof(MDRawContextAMD64) cannot match the size of any " in Read() 458 BPLOG(ERROR) << "sizeof(MDRawContextPPC64) cannot match the size of any " in Read() 463 BPLOG(ERROR) << "sizeof(MDRawContextARM64_Old) cannot match the size of any " in Read() 474 BPLOG(INFO) << "MinidumpContext: looks like AMD64 context"; in Read() 479 BPLOG(ERROR) << "MinidumpContext could not read amd64 context"; in Read() 491 BPLOG(ERROR) << "Failed to preserve the current stream position"; in Read() [all …]
|
D | exploitability_linux.cc | 116 BPLOG(INFO) << "No exception record."; in CheckPlatformExploitability() 121 BPLOG(INFO) << "No raw exception stream."; in CheckPlatformExploitability() 137 BPLOG(INFO) << "No exception context."; in CheckPlatformExploitability() 143 BPLOG(INFO) << "Failed to retrieve instruction pointer."; in CheckPlatformExploitability() 149 BPLOG(INFO) << "Failed to retrieve stack pointer."; in CheckPlatformExploitability() 174 BPLOG(INFO) << "MinGW does not support fork and exec. Terminating method."; in EndedOnIllegalWrite() 182 BPLOG(INFO) << "No memory region around instruction pointer."; in EndedOnIllegalWrite() 192 BPLOG(INFO) << "No exception data."; in EndedOnIllegalWrite() 199 BPLOG(INFO) << "No exception or architecture data."; in EndedOnIllegalWrite() 223 BPLOG(ERROR) << "Memory region base value exceeds instruction pointer."; in EndedOnIllegalWrite() [all …]
|
D | minidump_dump.cc | 84 BPLOG(ERROR) << "minidump.ReadBytes failed"; in DumpRawStream() 109 BPLOG(ERROR) << "minidump.Read() failed"; in PrintMinidumpDump() 119 BPLOG(ERROR) << "minidump.GetThreadList() failed"; in PrintMinidumpDump() 130 BPLOG(ERROR) << "minidump.GetModuleList() failed"; in PrintMinidumpDump() 138 BPLOG(ERROR) << "minidump.GetMemoryList() failed"; in PrintMinidumpDump() 145 BPLOG(INFO) << "minidump.GetException() failed"; in PrintMinidumpDump() 152 BPLOG(INFO) << "minidump.GetAssertion() failed"; in PrintMinidumpDump() 160 BPLOG(ERROR) << "minidump.GetSystemInfo() failed"; in PrintMinidumpDump() 168 BPLOG(ERROR) << "minidump.GetMiscInfo() failed"; in PrintMinidumpDump() 176 BPLOG(INFO) << "minidump.GetBreakpadInfo() failed"; in PrintMinidumpDump() [all …]
|
D | minidump_processor.cc | 89 BPLOG(ERROR) << "Minidump " << dump->path() << " has no header"; in Process() 157 BPLOG(INFO) << "The range for module " << module->code_file() in Process() 171 BPLOG(INFO) << "Found " << memory_list->region_count() in Process() 177 BPLOG(ERROR) << "Minidump " << dump->path() << " has no thread list"; in Process() 181 BPLOG(INFO) << "Minidump " << dump->path() << " has " << in Process() 209 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process() 215 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process() 220 BPLOG(INFO) << "Looking at thread " << thread_string; in Process() 235 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process() 274 BPLOG(ERROR) << "No memory region for " << thread_string; in Process() [all …]
|
D | source_line_resolver_base.cc | 92 BPLOG(ERROR) << "Could not Read file into Null memory pointer"; in ReadSymbolFile() 101 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 114 BPLOG(ERROR) << "Could not allocate memory for " << map_file; in ReadSymbolFile() 118 BPLOG(INFO) << "Opening " << map_file; in ReadSymbolFile() 124 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 140 BPLOG(ERROR) << "Could not slurp " << map_file << in ReadSymbolFile() 158 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModule() 163 BPLOG(INFO) << "Loading symbols for module " << module->code_file() in LoadModule() 171 BPLOG(INFO) << "Read symbol file " << map_file << " succeeded"; in LoadModule() 193 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModuleUsingMapBuffer() [all …]
|
D | postfix_evaluator-inl.h | 106 BPLOG(ERROR) << "Could not PopValues to get two values for binary " in EvaluateToken() 136 BPLOG(ERROR) << "Not reached!"; in EvaluateToken() 146 BPLOG(ERROR) << "Attempt to dereference without memory: " << in EvaluateToken() 153 BPLOG(ERROR) << "Could not PopValue to get value to derefence: " << in EvaluateToken() 160 BPLOG(ERROR) << "Could not dereference memory at address " << in EvaluateToken() 170 BPLOG(INFO) << "Could not PopValue to get value to assign: " << in EvaluateToken() 180 BPLOG(ERROR) << "PopValueOrIdentifier returned a value, but an " in EvaluateToken() 186 BPLOG(ERROR) << "Can't assign " << HexString(value) << " to " << in EvaluateToken() 248 BPLOG(ERROR) << "Incomplete execution: " << expression; in Evaluate() 263 BPLOG(ERROR) << "Expression yielded bad number of results: " in EvaluateForValue() [all …]
|
D | exploitability_win.cc | 79 BPLOG(INFO) << "Minidump does not have exception record."; in CheckPlatformExploitability() 85 BPLOG(INFO) << "Could not obtain raw exception info."; in CheckPlatformExploitability() 91 BPLOG(INFO) << "Could not obtain exception context."; in CheckPlatformExploitability() 98 BPLOG(INFO) << "Minidump memory segments not available."; in CheckPlatformExploitability() 194 BPLOG(INFO) << "Unrecognized access violation type."; in CheckPlatformExploitability() 264 BPLOG(INFO) << "Access violation type parameter missing."; in CheckPlatformExploitability() 270 BPLOG(INFO) << "Calculated exploitability weight: " << exploitability_weight; in CheckPlatformExploitability()
|
D | static_map-inl.h | 129 BPLOG(INFO) << "StaticMap check failed: negative number of nodes"; in ValidateInMemoryStructure() 139 BPLOG(INFO) << "StaticMap check failed: size exceeds limit"; in ValidateInMemoryStructure() 143 BPLOG(INFO) << "StaticMap check failed: first node offset is incorrect"; in ValidateInMemoryStructure() 151 BPLOG(INFO) << "StaticMap check failed: node offsets non-increasing"; in ValidateInMemoryStructure() 157 BPLOG(INFO) << "StaticMap check failed: node keys non-increasing"; in ValidateInMemoryStructure() 167 BPLOG(ERROR) << "Key index out of range error"; in GetKeyAtIndex()
|
D | static_map_iterator-inl.h | 61 BPLOG(ERROR) << "operator++ on invalid iterator"; 72 BPLOG(ERROR) << "operator++ on invalid iterator"; 84 BPLOG(ERROR) << "operator++ on invalid iterator"; 96 BPLOG(ERROR) << "operator++ on invalid iterator"; 108 BPLOG(ERROR) << "call GetKeyPtr() on invalid iterator"; in GetKeyPtr() 117 BPLOG(ERROR) << "call GetValuePtr() on invalid iterator"; in GetValueRawPtr()
|
D | simple_symbol_supplier.cc | 115 BPLOG(ERROR) << "Memory allocation for size " << *symbol_data_size in GetCStringSymbolData() 128 BPLOG(INFO) << "Cannot free symbol data buffer for NULL module"; in FreeSymbolData() 134 BPLOG(INFO) << "Cannot find symbol data buffer for module " in FreeSymbolData() 160 BPLOG(ERROR) << "Can't construct symbol file path without debug_file " in GetSymbolFileAtPathFromRoot() 171 BPLOG(ERROR) << "Can't construct symbol file path without debug_identifier " in GetSymbolFileAtPathFromRoot() 196 BPLOG(INFO) << "No symbol file at " << path; in GetSymbolFileAtPathFromRoot()
|
D | dump_context.cc | 72 BPLOG(ERROR) << "DumpContext cannot get x86 context"; in GetContextX86() 81 BPLOG(ERROR) << "DumpContext cannot get ppc context"; in GetContextPPC() 90 BPLOG(ERROR) << "DumpContext cannot get ppc64 context"; in GetContextPPC64() 99 BPLOG(ERROR) << "DumpContext cannot get amd64 context"; in GetContextAMD64() 108 BPLOG(ERROR) << "DumpContext cannot get sparc context"; in GetContextSPARC() 117 BPLOG(ERROR) << "DumpContext cannot get arm context"; in GetContextARM() 126 BPLOG(ERROR) << "DumpContext cannot get arm64 context"; in GetContextARM64() 136 BPLOG(ERROR) << "DumpContext cannot get MIPS context"; in GetContextMIPS() 149 BPLOG(ERROR) << "Invalid DumpContext for GetInstructionPointer"; in GetInstructionPointer() 181 BPLOG(ERROR) << "Unknown CPU architecture in GetInstructionPointer"; in GetInstructionPointer() [all …]
|
D | stackwalker_mips.cc | 61 BPLOG(ERROR) << "Memory out of range for stackwalking mips64: " in StackwalkerMIPS() 69 BPLOG(ERROR) << "Memory out of range for stackwalking mips32: " in StackwalkerMIPS() 81 BPLOG(ERROR) << "Can't get context frame without context."; in GetContextFrame() 251 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame() 324 BPLOG(ERROR) << " ScanForReturnAddress failed "; in GetCallerByStackScan() 330 BPLOG(INFO) << " GetMemoryAtAddress for fp failed " ; in GetCallerByStackScan() 340 BPLOG(INFO) << " No frame found " ; in GetCallerByStackScan() 390 BPLOG(ERROR) << " ScanForReturnAddress failed "; in GetCallerByStackScan() 396 BPLOG(INFO) << " GetMemoryAtAddress for fp failed " ; in GetCallerByStackScan() 406 BPLOG(INFO) << " No frame found " ; in GetCallerByStackScan()
|
D | basic_code_modules.cc | 73 BPLOG(ERROR) << "Module " << module->code_file() in BasicCodeModules() 85 BPLOG(INFO) << "The range for module " << module->code_file() in BasicCodeModules() 111 BPLOG(INFO) << "No module at " << HexString(address); in GetModuleForAddress() 127 BPLOG(ERROR) << "RetrieveRangeAtIndex failed for sequence " << sequence; in GetModuleAtSequence()
|
D | module_serializer.cc | 111 BPLOG(ERROR) << "ModuleSerializer: memory allocation failed, " in Serialize() 123 BPLOG(ERROR) << "size_to_alloc differs from size_written: " in Serialize() 136 BPLOG(INFO) << "Converting symbol " << iter->first.c_str(); in SerializeModuleAndLoadIntoFastResolver() 145 BPLOG(ERROR) << "Serialization failed for module: " << basic_module->name_; in SerializeModuleAndLoadIntoFastResolver() 148 BPLOG(INFO) << "Serialized Symbol Size " << size; in SerializeModuleAndLoadIntoFastResolver()
|
D | stackwalker_ppc.cc | 58 BPLOG(ERROR) << "Memory out of range for stackwalking: " << in StackwalkerPPC() 68 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame() 88 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
|
D | map_serializers-inl.h | 73 BPLOG(ERROR) << "StdMapSerializer failed: write to NULL address."; in Write() 107 BPLOG(INFO) << "StdMapSerializer memory allocation failed."; in Serialize() 141 BPLOG(ERROR) << "RangeMapSerializer failed: write to NULL address."; in Write() 176 BPLOG(INFO) << "RangeMapSerializer memory allocation failed."; in Serialize() 215 BPLOG(ERROR) << "StdMapSerializer failed: write to NULL address."; in Write() 255 BPLOG(INFO) << "ContainedRangeMapSerializer memory allocation failed."; in Serialize()
|
D | stackwalker_arm64.cc | 83 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame() 219 BPLOG(ERROR) << "Unable to read caller_fp from last_fp: 0x" in GetCallerByFramePointer() 226 BPLOG(ERROR) << "Unable to read caller_lr from last_fp + 8: 0x" in GetCallerByFramePointer() 271 BPLOG(ERROR) << "Unable to read last_fp from last_last_fp: 0x" in CorrectRegLRByFramePointer() 281 BPLOG(ERROR) << "Unable to read last_lr from (last_last_fp + 8): 0x" in CorrectRegLRByFramePointer() 293 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
|
D | stackwalker.cc | 103 BPLOG(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ? in InsertSpecialAttentionModule() 148 BPLOG(INFO) << "Stack walk is interrupted."; in Walk() 184 BPLOG(ERROR) << "The stack is over " << max_frames_ << " frames."; in Walk() 205 BPLOG(ERROR) << "Can't choose a stackwalker implementation without context"; in StackwalkerForCPU()
|
D | microdump_processor.cc | 78 BPLOG(INFO) << "Processing was interrupted."; in Process() 82 BPLOG(ERROR) << "No stackwalker found for microdump."; in Process()
|
D | stackwalker_arm.cc | 64 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame() 208 BPLOG(ERROR) << "Unable to read caller_fp from last_fp: 0x" in GetCallerByFramePointer() 215 BPLOG(ERROR) << "Unable to read caller_lr from last_fp + 4: 0x" in GetCallerByFramePointer() 244 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
|
D | proc_maps_linux.cc | 48 BPLOG(ERROR) << "Input doesn't end in newline"; in ParseProcMaps() 70 BPLOG(ERROR) << "sscanf failed for line: " << line; in ParseProcMaps()
|
D | stackwalker_ppc64.cc | 59 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame() 79 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
|
D | stackwalker_sparc.cc | 58 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame() 78 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
|
D | minidump_stackwalk.cc | 101 BPLOG(ERROR) << "Minidump " << dump.path() << " could not be read"; in PrintMinidumpProcess() 107 BPLOG(ERROR) << "MinidumpProcessor::Process failed"; in PrintMinidumpProcess()
|
D | stack_frame_symbolizer.cc | 115 BPLOG(ERROR) << "Failed to load symbol file in resolver."; in FillSourceLineInfo() 129 BPLOG(ERROR) << "Unknown SymbolResult enum: " << symbol_result; in FillSourceLineInfo()
|