OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPLOG
(Results
1 - 25
of
37
) sorted by null
1
2
/external/google-breakpad/src/processor/
minidump_dump.cc
73
BPLOG
(ERROR) << "minidump.ReadBytes failed";
97
BPLOG
(ERROR) << "minidump.Read() failed";
107
BPLOG
(ERROR) << "minidump.GetThreadList() failed";
115
BPLOG
(ERROR) << "minidump.GetModuleList() failed";
123
BPLOG
(ERROR) << "minidump.GetMemoryList() failed";
130
BPLOG
(INFO) << "minidump.GetException() failed";
137
BPLOG
(INFO) << "minidump.GetAssertion() failed";
145
BPLOG
(ERROR) << "minidump.GetSystemInfo() failed";
153
BPLOG
(ERROR) << "minidump.GetMiscInfo() failed";
161
BPLOG
(INFO) << "minidump.GetBreakpadInfo() failed"
[
all
...]
source_line_resolver_base.cc
92
BPLOG
(ERROR) << "Could not Read file into Null memory pointer";
101
BPLOG
(ERROR) << "Could not open " << map_file <<
114
BPLOG
(ERROR) << "Could not allocate memory for " << map_file;
118
BPLOG
(INFO) << "Opening " << map_file;
124
BPLOG
(ERROR) << "Could not open " << map_file <<
140
BPLOG
(ERROR) << "Could not slurp " << map_file <<
158
BPLOG
(INFO) << "Symbols for module " << module->code_file()
163
BPLOG
(INFO) << "Loading symbols for module " << module->code_file()
171
BPLOG
(INFO) << "Read symbol file " << map_file << " succeeded";
193
BPLOG
(INFO) << "Symbols for module " << module->code_file(
[
all
...]
minidump.cc
252
BPLOG
(ERROR) << "UTF16ToUTF8 found low surrogate " <<
259
BPLOG
(ERROR) << "UTF16ToUTF8 found high surrogate " <<
266
BPLOG
(ERROR) << "UTF16ToUTF8 found high surrogate " <<
295
BPLOG
(ERROR) << "UTF16ToUTF8 cannot represent high value " <<
427
BPLOG
(ERROR) << "sizeof(MDRawContextAMD64) cannot match the size of any "
432
BPLOG
(ERROR) << "sizeof(MDRawContextPPC64) cannot match the size of any "
437
BPLOG
(ERROR) << "sizeof(MDRawContextARM64) cannot match the size of any "
448
BPLOG
(INFO) << "MinidumpContext: looks like AMD64 context";
453
BPLOG
(ERROR) << "MinidumpContext could not read amd64 context";
465
BPLOG
(ERROR) << "Failed to preserve the current stream position"
[
all
...]
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";
117
BPLOG
(ERROR) << "call GetValuePtr() on invalid iterator";
exploitability_win.cc
79
BPLOG
(INFO) << "Minidump does not have exception record.";
85
BPLOG
(INFO) << "Could not obtain raw exception info.";
91
BPLOG
(INFO) << "Could not obtain exception context.";
98
BPLOG
(INFO) << "Minidump memory segments not available.";
119
BPLOG
(INFO) << "Unsupported architecture.";
198
BPLOG
(INFO) << "Unrecognized access violation type.";
268
BPLOG
(INFO) << "Access violation type parameter missing.";
274
BPLOG
(INFO) << "Calculated exploitability weight: " << exploitability_weight;
basic_code_modules.cc
70
BPLOG
(ERROR) << "Module " << module->code_file() <<
93
BPLOG
(INFO) << "No module at " << HexString(address);
108
BPLOG
(ERROR) << "RetrieveRangeAtIndex failed for sequence " << sequence;
microdump_processor.cc
64
BPLOG
(ERROR) << "Microdump is empty.";
83
BPLOG
(INFO) << "Processing was interrupted.";
87
BPLOG
(ERROR) << "No stackwalker found for microdump.";
postfix_evaluator-inl.h
106
BPLOG
(ERROR) << "Could not PopValues to get two values for binary "
136
BPLOG
(ERROR) << "Not reached!";
146
BPLOG
(ERROR) << "Attempt to dereference without memory: " <<
153
BPLOG
(ERROR) << "Could not PopValue to get value to derefence: " <<
160
BPLOG
(ERROR) << "Could not dereference memory at address " <<
170
BPLOG
(INFO) << "Could not PopValue to get value to assign: " <<
180
BPLOG
(ERROR) << "PopValueOrIdentifier returned a value, but an "
186
BPLOG
(ERROR) << "Can't assign " << HexString(value) << " to " <<
248
BPLOG
(ERROR) << "Incomplete execution: " << expression;
263
BPLOG
(ERROR) << "Expression yielded bad number of results:
[
all
...]
simple_symbol_supplier.cc
115
BPLOG
(ERROR) << "Memory allocation for size " << *symbol_data_size
128
BPLOG
(INFO) << "Cannot free symbol data buffer for NULL module";
134
BPLOG
(INFO) << "Cannot find symbol data buffer for module "
160
BPLOG
(ERROR) << "Can't construct symbol file path without debug_file "
171
BPLOG
(ERROR) << "Can't construct symbol file path without debug_identifier "
196
BPLOG
(INFO) << "No symbol file at " << path;
static_map-inl.h
129
BPLOG
(INFO) << "StaticMap check failed: negative number of nodes";
139
BPLOG
(INFO) << "StaticMap check failed: size exceeds limit";
143
BPLOG
(INFO) << "StaticMap check failed: first node offset is incorrect";
151
BPLOG
(INFO) << "StaticMap check failed: node offsets non-increasing";
157
BPLOG
(INFO) << "StaticMap check failed: node keys non-increasing";
167
BPLOG
(ERROR) << "Key index out of range error";
stackwalker_ppc.cc
57
BPLOG
(ERROR) << "Memory out of range for stackwalking: " <<
67
BPLOG
(ERROR) << "Can't get context frame without context";
87
BPLOG
(ERROR) << "Can't get caller frame without memory or stack";
minidump_processor.cc
86
BPLOG
(ERROR) << "Minidump " << dump->path() << " has no header";
131
BPLOG
(INFO) << "Found " << memory_list->region_count()
137
BPLOG
(ERROR) << "Minidump " << dump->path() << " has no thread list";
141
BPLOG
(INFO) << "Minidump " << dump->path() << " has " <<
169
BPLOG
(ERROR) << "Could not get thread for " << thread_string;
175
BPLOG
(ERROR) << "Could not get thread ID for " << thread_string;
180
BPLOG
(INFO) << "Looking at thread " << thread_string;
195
BPLOG
(ERROR) << "Duplicate requesting thread: " << thread_string;
234
BPLOG
(ERROR) << "No memory region for " << thread_string;
257
BPLOG
(INFO) << "Stackwalker interrupt (missing symbols?) at
[
all
...]
minidump_stackwalk.cc
87
BPLOG
(ERROR) << "Minidump " << dump.path() << " could not be read";
93
BPLOG
(ERROR) << "MinidumpProcessor::Process failed";
stackwalker_ppc64.cc
58
BPLOG
(ERROR) << "Can't get context frame without context";
78
BPLOG
(ERROR) << "Can't get caller frame without memory or stack";
stackwalker_sparc.cc
58
BPLOG
(ERROR) << "Can't get context frame without context";
78
BPLOG
(ERROR) << "Can't get caller frame without memory or stack";
address_map-inl.h
53
BPLOG
(INFO) << "Store failed, address " << HexString(address) <<
stackwalker.cc
97
BPLOG
(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ?
141
BPLOG
(INFO) << "Stack walk is interrupted.";
177
BPLOG
(ERROR) << "The stack is over " << max_frames_ << " frames.";
198
BPLOG
(ERROR) << "Can't choose a stackwalker implementation without context";
stackwalker_address_list.cc
74
BPLOG
(ERROR) << "Can't get caller frame without stack";
dump_context.cc
75
BPLOG
(ERROR) << "DumpContext cannot get x86 context";
84
BPLOG
(ERROR) << "DumpContext cannot get ppc context";
93
BPLOG
(ERROR) << "DumpContext cannot get ppc64 context";
102
BPLOG
(ERROR) << "DumpContext cannot get amd64 context";
111
BPLOG
(ERROR) << "DumpContext cannot get sparc context";
120
BPLOG
(ERROR) << "DumpContext cannot get arm context";
129
BPLOG
(ERROR) << "DumpContext cannot get arm64 context";
138
BPLOG
(ERROR) << "DumpContext cannot get MIPS context";
151
BPLOG
(ERROR) << "Invalid DumpContext for GetInstructionPointer";
182
BPLOG
(ERROR) << "Unknown CPU architecture in GetInstructionPointer"
[
all
...]
logging.h
33
//
BPLOG
(severity) << "message";
36
//
BPLOG
is an overridable macro so that users can customize Breakpad's
41
// system may be overridden by redefining
BPLOG
(severity). These
161
#ifndef
BPLOG
162
#define
BPLOG
(severity) BPLOG_LAZY_STREAM(severity, BPLOG_LOG_IS_ON(severity))
163
#endif //
BPLOG
stack_frame_symbolizer.cc
108
BPLOG
(ERROR) << "Failed to load symbol file in resolver.";
122
BPLOG
(ERROR) << "Unknown SymbolResult enum: " << symbol_result;
stackwalker_mips.cc
59
BPLOG
(ERROR) << "Memory out of range for stackwalking: "
69
BPLOG
(ERROR) << "Can't get context frame without context.";
171
BPLOG
(ERROR) << "Can't get caller frame without memory or stack";
248
BPLOG
(ERROR) << " ScanForReturnAddress failed ";
254
BPLOG
(INFO) << " GetMemoryAtAddress for fp failed " ;
264
BPLOG
(INFO) << " No frame found " ;
module_serializer.cc
111
BPLOG
(ERROR) << "ModuleSerializer: memory allocation failed, "
123
BPLOG
(ERROR) << "size_to_alloc differs from size_written: "
136
BPLOG
(INFO) << "Converting symbol " << iter->first.c_str();
145
BPLOG
(ERROR) << "Serialization failed for module: " << basic_module->name_;
148
BPLOG
(INFO) << "Serialized Symbol Size " << size;
map_serializers-inl.h
73
BPLOG
(ERROR) << "StdMapSerializer failed: write to NULL address.";
107
BPLOG
(INFO) << "StdMapSerializer memory allocation failed.";
141
BPLOG
(ERROR) << "RangeMapSerializer failed: write to NULL address.";
176
BPLOG
(INFO) << "RangeMapSerializer memory allocation failed.";
215
BPLOG
(ERROR) << "StdMapSerializer failed: write to NULL address.";
255
BPLOG
(INFO) << "ContainedRangeMapSerializer memory allocation failed.";
stackwalker_arm.cc
63
BPLOG
(ERROR) << "Can't get context frame without context";
207
BPLOG
(ERROR) << "Unable to read caller_fp from last_fp: 0x"
214
BPLOG
(ERROR) << "Unable to read caller_lr from last_fp + 4: 0x"
243
BPLOG
(ERROR) << "Can't get caller frame without memory or stack";
Completed in 329 milliseconds
1
2