Searched refs:TRACE_LOCALS (Results 1 - 17 of 17) sorted by relevance

/haiku/src/kits/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp51 TRACE_LOCALS(" TYPE_POINTER_TO_MEMBER\n");
57 TRACE_LOCALS(" -> 32 bit\n");
60 TRACE_LOCALS(" -> 64 bit\n");
H A DCStringValueNode.cpp55 TRACE_LOCALS(" TYPE_ADDRESS (C string)\n");
61 TRACE_LOCALS(" -> 32 bit\n");
64 TRACE_LOCALS(" -> 64 bit\n");
87 TRACE_LOCALS(" Address found: %#" B_PRIx64 "\n",
96 TRACE_LOCALS(" String value found, length: %" B_PRIu64 "bytes\n",
H A DAddressValueNode.cpp59 TRACE_LOCALS(" TYPE_ADDRESS\n");
65 TRACE_LOCALS(" -> 32 bit\n");
68 TRACE_LOCALS(" -> 64 bit\n");
196 TRACE_LOCALS("AddressValueNodeChild::ResolveLocation(): "
H A DPrimitiveValueNode.cpp55 TRACE_LOCALS(" -> unknown type constant\n");
62 TRACE_LOCALS(" TYPE_PRIMITIVE: '%c%c%c%c'\n",
H A DCompoundValueNode.cpp85 TRACE_LOCALS("CompoundValueNode::BaseTypeChild::ResolveLocation(): "
135 TRACE_LOCALS("CompoundValueNode::MemberChild::ResolveLocation(): "
202 TRACE_LOCALS(" base %" B_PRId32 "\n", i);
215 TRACE_LOCALS(" member %" B_PRId32 ": \"%s\"\n", i, member->Name());
H A DEnumerationValueNode.cpp50 TRACE_LOCALS(" TYPE_ENUMERATION\n");
H A DBMessageValueNode.cpp158 TRACE_LOCALS(" -> 32 bit\n");
161 TRACE_LOCALS(" -> 64 bit\n");
187 TRACE_LOCALS(
203 TRACE_LOCALS(
218 TRACE_LOCALS(
233 TRACE_LOCALS(
253 TRACE_LOCALS("BMessage: Header Address: 0x%" B_PRIx64 ", result: %s\n",
267 TRACE_LOCALS("BMessage: what: 0x%" B_PRIx32 ", result: %s\n",
294 TRACE_LOCALS("BMessage: Field Header Address: 0x%" B_PRIx64
305 TRACE_LOCALS("BMessag
[all...]
H A DBListValueNode.cpp207 TRACE_LOCALS(" -> 32 bit\n");
210 TRACE_LOCALS(" -> 64 bit\n");
248 TRACE_LOCALS(
264 TRACE_LOCALS(
283 TRACE_LOCALS(
H A DArrayValueNode.cpp125 TRACE_LOCALS("TYPE_ARRAY\n");
325 TRACE_LOCALS("ArrayValueNodeChild::ResolveLocation(): "
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp62 TRACE_LOCALS(" -> overly long piece size (%" B_PRIu64 " bytes)\n",
70 TRACE_LOCALS(" -> totalBitSize: %" B_PRIu64 "\n", totalBitSize);
73 TRACE_LOCALS(" -> no size\n");
78 TRACE_LOCALS(" -> longer than 64 bits: unsupported\n");
84 TRACE_LOCALS(" -> too short for value type (%" B_PRIu64 " vs. %"
122 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
126 TRACE_LOCALS(" piece %" B_PRId32 ": implicit value, "
146 TRACE_LOCALS(" -> read: ");
148 TRACE_LOCALS("%02x", pieceBuffer[k]);
149 TRACE_LOCALS("\
[all...]
H A DValueWriter.cpp55 TRACE_LOCALS(" -> asked to write value with register piece, "
78 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
94 TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
113 TRACE_LOCALS("Asked to write unsupported piece size %"
/haiku/headers/private/debugger/
H A DTracing.h67 # define TRACE_LOCALS(x...) printf(x) macro
70 # define TRACE_LOCALS(x...) (void)0 macro
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp469 TRACE_LOCALS("DwarfTypeFactory::_CreateCompoundType(\"%s\", %p, %d)\n",
505 TRACE_LOCALS(" member %p\n", memberEntry);
748 TRACE_LOCALS("no base type for address type entry -- creating "
890 TRACE_LOCALS("DwarfTypeFactory::_CreateArrayType(\"%s\", %p)\n",
1002 TRACE_LOCALS("Failed to get value for enum type value %s::%s\n",
1323 TRACE_LOCALS("DwarfTypeFactory::_ResolveTypeByteSize(%p)\n",
1332 TRACE_LOCALS(" resolving typedef...\n");
1347 TRACE_LOCALS(" resolving abstract origin (%p)...\n",
1359 TRACE_LOCALS(" resolving specification (%p)...\n", specification);
1369 TRACE_LOCALS(" nothin
[all...]
H A DDwarfStackFrameDebugInfo.cpp230 TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateParameter(DIE: %p): name: "
254 TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateLocalVariable(DIE: %p): "
H A DDwarfImageDebugInfo.cpp1101 TRACE_LOCALS("DwarfImageDebugInfo::_CreateLocalVariables(): ip: %#" B_PRIx64
1109 TRACE_LOCALS(" variableEntry %p, scope start: %" B_PRIu64 "\n",
1132 TRACE_LOCALS(" lexical block: %p\n", block);
1136 TRACE_LOCALS(" has lowPC\n");
1144 TRACE_LOCALS(" no lowPC\n");
1150 TRACE_LOCALS(" failed to get ranges\n");
1157 TRACE_LOCALS(" ranges don't contain IP\n");
H A DDwarfTypes.cpp446 TRACE_LOCALS(" set single piece size to %" B_PRIu64 "\n",
838 TRACE_LOCALS("bit field: byte size: %" B_PRIu64 ", bit offset/size: %"
1150 TRACE_LOCALS("total element bit offset: %" B_PRId64 "\n", elementOffset);
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp128 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "
142 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "
163 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value "

Completed in 60 milliseconds