Symbol: TRACE_LOCALS
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1100
TRACE_LOCALS("DwarfImageDebugInfo::_CreateLocalVariables(): ip: %#" B_PRIx64
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1108
TRACE_LOCALS(" variableEntry %p, scope start: %" B_PRIu64 "\n",
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1131
TRACE_LOCALS(" lexical block: %p\n", block);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1135
TRACE_LOCALS(" has lowPC\n");
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1143
TRACE_LOCALS(" no lowPC\n");
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1149
TRACE_LOCALS(" failed to get ranges\n");
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1156
TRACE_LOCALS(" ranges don't contain IP\n");
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
229
TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateParameter(DIE: %p): name: "
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
253
TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateLocalVariable(DIE: %p): "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1001
TRACE_LOCALS("Failed to get value for enum type value %s::%s\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1322
TRACE_LOCALS("DwarfTypeFactory::_ResolveTypeByteSize(%p)\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1331
TRACE_LOCALS(" resolving typedef...\n");
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1346
TRACE_LOCALS(" resolving abstract origin (%p)...\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1358
TRACE_LOCALS(" resolving specification (%p)...\n", specification);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1368
TRACE_LOCALS(" nothing yet, special type handling\n");
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1379
TRACE_LOCALS(" following modified type -> %p\n", typeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1389
TRACE_LOCALS(" pointer/reference type: size: %" B_PRIu64 "\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1398
TRACE_LOCALS(" found attribute\n");
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1409
TRACE_LOCALS(" failed to resolve attribute: %s\n", strerror(error));
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1415
TRACE_LOCALS(" -> size: %" B_PRIu64 "\n", _size);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
468
TRACE_LOCALS("DwarfTypeFactory::_CreateCompoundType(\"%s\", %p, %d)\n",
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
504
TRACE_LOCALS(" member %p\n", memberEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
747
TRACE_LOCALS("no base type for address type entry -- creating "
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
889
TRACE_LOCALS("DwarfTypeFactory::_CreateArrayType(\"%s\", %p)\n",
src/kits/debugger/debug_info/DwarfTypes.cpp
1150
TRACE_LOCALS("total element bit offset: %" B_PRId64 "\n", elementOffset);
src/kits/debugger/debug_info/DwarfTypes.cpp
446
TRACE_LOCALS(" set single piece size to %" B_PRIu64 "\n",
src/kits/debugger/debug_info/DwarfTypes.cpp
838
TRACE_LOCALS("bit field: byte size: %" B_PRIu64 ", bit offset/size: %"
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
128
TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
142
TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
163
TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "
src/kits/debugger/value/ValueLoader.cpp
122
TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
src/kits/debugger/value/ValueLoader.cpp
126
TRACE_LOCALS(" piece %" B_PRId32 ": implicit value, "
src/kits/debugger/value/ValueLoader.cpp
146
TRACE_LOCALS(" -> read: ");
src/kits/debugger/value/ValueLoader.cpp
148
TRACE_LOCALS("%02x", pieceBuffer[k]);
src/kits/debugger/value/ValueLoader.cpp
149
TRACE_LOCALS("\n");
src/kits/debugger/value/ValueLoader.cpp
165
TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
src/kits/debugger/value/ValueLoader.cpp
200
TRACE_LOCALS(" -> failed to set typed data: %s\n", strerror(error));
src/kits/debugger/value/ValueLoader.cpp
62
TRACE_LOCALS(" -> overly long piece size (%" B_PRIu64 " bytes)\n",
src/kits/debugger/value/ValueLoader.cpp
70
TRACE_LOCALS(" -> totalBitSize: %" B_PRIu64 "\n", totalBitSize);
src/kits/debugger/value/ValueLoader.cpp
73
TRACE_LOCALS(" -> no size\n");
src/kits/debugger/value/ValueLoader.cpp
78
TRACE_LOCALS(" -> longer than 64 bits: unsupported\n");
src/kits/debugger/value/ValueLoader.cpp
84
TRACE_LOCALS(" -> too short for value type (%" B_PRIu64 " vs. %"
src/kits/debugger/value/ValueWriter.cpp
113
TRACE_LOCALS("Asked to write unsupported piece size %"
src/kits/debugger/value/ValueWriter.cpp
55
TRACE_LOCALS(" -> asked to write value with register piece, "
src/kits/debugger/value/ValueWriter.cpp
78
TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
src/kits/debugger/value/ValueWriter.cpp
94
TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
196
TRACE_LOCALS("AddressValueNodeChild::ResolveLocation(): "
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
59
TRACE_LOCALS(" TYPE_ADDRESS\n");
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
65
TRACE_LOCALS(" -> 32 bit\n");
src/kits/debugger/value/value_nodes/AddressValueNode.cpp
68
TRACE_LOCALS(" -> 64 bit\n");
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
125
TRACE_LOCALS("TYPE_ARRAY\n");
src/kits/debugger/value/value_nodes/ArrayValueNode.cpp
325
TRACE_LOCALS("ArrayValueNodeChild::ResolveLocation(): "
src/kits/debugger/value/value_nodes/BListValueNode.cpp
207
TRACE_LOCALS(" -> 32 bit\n");
src/kits/debugger/value/value_nodes/BListValueNode.cpp
210
TRACE_LOCALS(" -> 64 bit\n");
src/kits/debugger/value/value_nodes/BListValueNode.cpp
248
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BListValueNode.cpp
264
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BListValueNode.cpp
283
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
158
TRACE_LOCALS(" -> 32 bit\n");
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
161
TRACE_LOCALS(" -> 64 bit\n");
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
187
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
203
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
218
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
233
TRACE_LOCALS(
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
253
TRACE_LOCALS("BMessage: Header Address: 0x%" B_PRIx64 ", result: %s\n",
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
267
TRACE_LOCALS("BMessage: what: 0x%" B_PRIx32 ", result: %s\n",
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
294
TRACE_LOCALS("BMessage: Field Header Address: 0x%" B_PRIx64
src/kits/debugger/value/value_nodes/BMessageValueNode.cpp
305
TRACE_LOCALS("BMessage: Data Address: 0x%" B_PRIx64
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
55
TRACE_LOCALS(" TYPE_ADDRESS (C string)\n");
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
61
TRACE_LOCALS(" -> 32 bit\n");
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
64
TRACE_LOCALS(" -> 64 bit\n");
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
87
TRACE_LOCALS(" Address found: %#" B_PRIx64 "\n",
src/kits/debugger/value/value_nodes/CStringValueNode.cpp
96
TRACE_LOCALS(" String value found, length: %" B_PRIu64 "bytes\n",
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
135
TRACE_LOCALS("CompoundValueNode::MemberChild::ResolveLocation(): "
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
202
TRACE_LOCALS(" base %" B_PRId32 "\n", i);
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
215
TRACE_LOCALS(" member %" B_PRId32 ": \"%s\"\n", i, member->Name());
src/kits/debugger/value/value_nodes/CompoundValueNode.cpp
85
TRACE_LOCALS("CompoundValueNode::BaseTypeChild::ResolveLocation(): "
src/kits/debugger/value/value_nodes/EnumerationValueNode.cpp
50
TRACE_LOCALS(" TYPE_ENUMERATION\n");
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
51
TRACE_LOCALS(" TYPE_POINTER_TO_MEMBER\n");
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
57
TRACE_LOCALS(" -> 32 bit\n");
src/kits/debugger/value/value_nodes/PointerToMemberValueNode.cpp
60
TRACE_LOCALS(" -> 64 bit\n");
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
55
TRACE_LOCALS(" -> unknown type constant\n");
src/kits/debugger/value/value_nodes/PrimitiveValueNode.cpp
62
TRACE_LOCALS(" TYPE_PRIMITIVE: '%c%c%c%c'\n",