Home
last modified time | relevance | path

Searched refs:BPLOG (Results 1 – 25 of 37) sorted by relevance

12

/external/google-breakpad/src/processor/
Dminidump.cc252 BPLOG(ERROR) << "UTF16ToUTF8 found low surrogate " << in UTF16ToUTF8()
259 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8()
266 BPLOG(ERROR) << "UTF16ToUTF8 found high surrogate " << in UTF16ToUTF8()
295 BPLOG(ERROR) << "UTF16ToUTF8 cannot represent high value " << in UTF16ToUTF8()
427 BPLOG(ERROR) << "sizeof(MDRawContextAMD64) cannot match the size of any " in Read()
432 BPLOG(ERROR) << "sizeof(MDRawContextPPC64) cannot match the size of any " in Read()
437 BPLOG(ERROR) << "sizeof(MDRawContextARM64) cannot match the size of any " in Read()
448 BPLOG(INFO) << "MinidumpContext: looks like AMD64 context"; in Read()
453 BPLOG(ERROR) << "MinidumpContext could not read amd64 context"; in Read()
465 BPLOG(ERROR) << "Failed to preserve the current stream position"; in Read()
[all …]
Dminidump_dump.cc73 BPLOG(ERROR) << "minidump.ReadBytes failed"; in DumpRawStream()
97 BPLOG(ERROR) << "minidump.Read() failed"; in PrintMinidumpDump()
107 BPLOG(ERROR) << "minidump.GetThreadList() failed"; in PrintMinidumpDump()
115 BPLOG(ERROR) << "minidump.GetModuleList() failed"; in PrintMinidumpDump()
123 BPLOG(ERROR) << "minidump.GetMemoryList() failed"; in PrintMinidumpDump()
130 BPLOG(INFO) << "minidump.GetException() failed"; in PrintMinidumpDump()
137 BPLOG(INFO) << "minidump.GetAssertion() failed"; in PrintMinidumpDump()
145 BPLOG(ERROR) << "minidump.GetSystemInfo() failed"; in PrintMinidumpDump()
153 BPLOG(ERROR) << "minidump.GetMiscInfo() failed"; in PrintMinidumpDump()
161 BPLOG(INFO) << "minidump.GetBreakpadInfo() failed"; in PrintMinidumpDump()
[all …]
Dminidump_processor.cc86 BPLOG(ERROR) << "Minidump " << dump->path() << " has no header"; in Process()
131 BPLOG(INFO) << "Found " << memory_list->region_count() in Process()
137 BPLOG(ERROR) << "Minidump " << dump->path() << " has no thread list"; in Process()
141 BPLOG(INFO) << "Minidump " << dump->path() << " has " << in Process()
169 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process()
175 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process()
180 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()
195 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process()
234 BPLOG(ERROR) << "No memory region for " << thread_string; in Process()
257 BPLOG(INFO) << "Stackwalker interrupt (missing symbols?) at " in Process()
[all …]
Dsource_line_resolver_base.cc92 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 …]
Dpostfix_evaluator-inl.h106 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 …]
Dexploitability_win.cc79 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()
119 BPLOG(INFO) << "Unsupported architecture."; in CheckPlatformExploitability()
198 BPLOG(INFO) << "Unrecognized access violation type."; in CheckPlatformExploitability()
268 BPLOG(INFO) << "Access violation type parameter missing."; in CheckPlatformExploitability()
274 BPLOG(INFO) << "Calculated exploitability weight: " << exploitability_weight; in CheckPlatformExploitability()
Dstatic_map-inl.h129 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()
Dstatic_map_iterator-inl.h61 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()
Dsimple_symbol_supplier.cc115 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()
Ddump_context.cc75 BPLOG(ERROR) << "DumpContext cannot get x86 context"; in GetContextX86()
84 BPLOG(ERROR) << "DumpContext cannot get ppc context"; in GetContextPPC()
93 BPLOG(ERROR) << "DumpContext cannot get ppc64 context"; in GetContextPPC64()
102 BPLOG(ERROR) << "DumpContext cannot get amd64 context"; in GetContextAMD64()
111 BPLOG(ERROR) << "DumpContext cannot get sparc context"; in GetContextSPARC()
120 BPLOG(ERROR) << "DumpContext cannot get arm context"; in GetContextARM()
129 BPLOG(ERROR) << "DumpContext cannot get arm64 context"; in GetContextARM64()
138 BPLOG(ERROR) << "DumpContext cannot get MIPS context"; in GetContextMIPS()
151 BPLOG(ERROR) << "Invalid DumpContext for GetInstructionPointer"; in GetInstructionPointer()
182 BPLOG(ERROR) << "Unknown CPU architecture in GetInstructionPointer"; in GetInstructionPointer()
[all …]
Dstackwalker_mips.cc59 BPLOG(ERROR) << "Memory out of range for stackwalking: " in StackwalkerMIPS()
69 BPLOG(ERROR) << "Can't get context frame without context."; in GetContextFrame()
171 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
248 BPLOG(ERROR) << " ScanForReturnAddress failed "; in GetCallerByStackScan()
254 BPLOG(INFO) << " GetMemoryAtAddress for fp failed " ; in GetCallerByStackScan()
264 BPLOG(INFO) << " No frame found " ; in GetCallerByStackScan()
Dmicrodump_processor.cc64 BPLOG(ERROR) << "Microdump is empty."; in Process()
83 BPLOG(INFO) << "Processing was interrupted."; in Process()
87 BPLOG(ERROR) << "No stackwalker found for microdump."; in Process()
Dmodule_serializer.cc111 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()
Dbasic_code_modules.cc70 BPLOG(ERROR) << "Module " << module->code_file() << in BasicCodeModules()
93 BPLOG(INFO) << "No module at " << HexString(address); in GetModuleForAddress()
108 BPLOG(ERROR) << "RetrieveRangeAtIndex failed for sequence " << sequence; in GetModuleAtSequence()
Dstackwalker_ppc.cc57 BPLOG(ERROR) << "Memory out of range for stackwalking: " << in StackwalkerPPC()
67 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame()
87 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
Dmap_serializers-inl.h73 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()
Dstackwalker.cc97 BPLOG(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ? in InsertSpecialAttentionModule()
141 BPLOG(INFO) << "Stack walk is interrupted."; in Walk()
177 BPLOG(ERROR) << "The stack is over " << max_frames_ << " frames."; in Walk()
198 BPLOG(ERROR) << "Can't choose a stackwalker implementation without context"; in StackwalkerForCPU()
Dstackwalker_arm64.cc62 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame()
193 BPLOG(ERROR) << "Unable to read caller_fp from last_fp: 0x" in GetCallerByFramePointer()
200 BPLOG(ERROR) << "Unable to read caller_lr from last_fp + 8: 0x" in GetCallerByFramePointer()
229 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
Dstackwalker_ppc64.cc58 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()
Dstackwalker_arm.cc63 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame()
207 BPLOG(ERROR) << "Unable to read caller_fp from last_fp: 0x" in GetCallerByFramePointer()
214 BPLOG(ERROR) << "Unable to read caller_lr from last_fp + 4: 0x" in GetCallerByFramePointer()
243 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()
Dstackwalker_sparc.cc58 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()
Dminidump_stackwalk.cc87 BPLOG(ERROR) << "Minidump " << dump.path() << " could not be read"; in PrintMinidumpProcess()
93 BPLOG(ERROR) << "MinidumpProcessor::Process failed"; in PrintMinidumpProcess()
Dstack_frame_symbolizer.cc108 BPLOG(ERROR) << "Failed to load symbol file in resolver."; in FillSourceLineInfo()
122 BPLOG(ERROR) << "Unknown SymbolResult enum: " << symbol_result; in FillSourceLineInfo()
Dlogging.h161 #ifndef BPLOG
162 #define BPLOG(severity) BPLOG_LAZY_STREAM(severity, BPLOG_LOG_IS_ON(severity)) macro
Dstackwalker_x86.cc99 BPLOG(ERROR) << "Memory out of range for stackwalking: " << in StackwalkerX86()
122 BPLOG(ERROR) << "Can't get context frame without context"; in GetContextFrame()
621 BPLOG(ERROR) << "Can't get caller frame without memory or stack"; in GetCallerFrame()

12