Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/value/
H A DValueLoader.cpp62 TRACE_LOCALS(" -> overly long piece size (%" B_PRIu64 " bytes)\n", in LoadValue()
70 TRACE_LOCALS(" -> totalBitSize: %" B_PRIu64 "\n", totalBitSize); in LoadValue()
73 TRACE_LOCALS(" -> no size\n"); in LoadValue()
78 TRACE_LOCALS(" -> longer than 64 bits: unsupported\n"); in LoadValue()
84 TRACE_LOCALS(" -> too short for value type (%" B_PRIu64 " vs. %" in LoadValue()
122 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#" in LoadValue()
126 TRACE_LOCALS(" piece %" B_PRId32 ": implicit value, " in LoadValue()
146 TRACE_LOCALS(" -> read: "); in LoadValue()
148 TRACE_LOCALS("%02x", pieceBuffer[k]); in LoadValue()
149 TRACE_LOCALS("\n"); in LoadValue()
[all …]
H A DValueWriter.cpp55 TRACE_LOCALS(" -> asked to write value with register piece, " in WriteValue()
78 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#" in WriteValue()
94 TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32 in WriteValue()
113 TRACE_LOCALS("Asked to write unsupported piece size %" in WriteValue()
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp55 TRACE_LOCALS(" TYPE_ADDRESS (C string)\n"); in ResolvedLocationAndValue()
61 TRACE_LOCALS(" -> 32 bit\n"); in ResolvedLocationAndValue()
64 TRACE_LOCALS(" -> 64 bit\n"); in ResolvedLocationAndValue()
87 TRACE_LOCALS(" Address found: %#" B_PRIx64 "\n", in ResolvedLocationAndValue()
96 TRACE_LOCALS(" String value found, length: %" B_PRIu64 "bytes\n", in ResolvedLocationAndValue()
H A DPointerToMemberValueNode.cpp51 TRACE_LOCALS(" TYPE_POINTER_TO_MEMBER\n"); in ResolvedLocationAndValue()
57 TRACE_LOCALS(" -> 32 bit\n"); in ResolvedLocationAndValue()
60 TRACE_LOCALS(" -> 64 bit\n"); in ResolvedLocationAndValue()
H A DAddressValueNode.cpp59 TRACE_LOCALS(" TYPE_ADDRESS\n"); in ResolvedLocationAndValue()
65 TRACE_LOCALS(" -> 32 bit\n"); in ResolvedLocationAndValue()
68 TRACE_LOCALS(" -> 64 bit\n"); in ResolvedLocationAndValue()
196 TRACE_LOCALS("AddressValueNodeChild::ResolveLocation(): " in ResolveLocation()
H A DCompoundValueNode.cpp85 TRACE_LOCALS("CompoundValueNode::BaseTypeChild::ResolveLocation(): " in ResolveLocation()
135 TRACE_LOCALS("CompoundValueNode::MemberChild::ResolveLocation(): " in ResolveLocation()
202 TRACE_LOCALS(" base %" B_PRId32 "\n", i); in CreateChildren()
215 TRACE_LOCALS(" member %" B_PRId32 ": \"%s\"\n", i, member->Name()); in CreateChildren()
H A DPrimitiveValueNode.cpp55 TRACE_LOCALS(" -> unknown type constant\n"); in ResolvedLocationAndValue()
62 TRACE_LOCALS(" TYPE_PRIMITIVE: '%c%c%c%c'\n", in ResolvedLocationAndValue()
H A DBMessageValueNode.cpp158 TRACE_LOCALS(" -> 32 bit\n"); in ResolvedLocationAndValue()
161 TRACE_LOCALS(" -> 64 bit\n"); in ResolvedLocationAndValue()
187 TRACE_LOCALS( in ResolvedLocationAndValue()
203 TRACE_LOCALS( in ResolvedLocationAndValue()
218 TRACE_LOCALS( in ResolvedLocationAndValue()
233 TRACE_LOCALS( in ResolvedLocationAndValue()
253 TRACE_LOCALS("BMessage: Header Address: 0x%" B_PRIx64 ", result: %s\n", in ResolvedLocationAndValue()
267 TRACE_LOCALS("BMessage: what: 0x%" B_PRIx32 ", result: %s\n", in ResolvedLocationAndValue()
294 TRACE_LOCALS("BMessage: Field Header Address: 0x%" B_PRIx64 in ResolvedLocationAndValue()
305 TRACE_LOCALS("BMessage: Data Address: 0x%" B_PRIx64 in ResolvedLocationAndValue()
H A DBListValueNode.cpp207 TRACE_LOCALS(" -> 32 bit\n"); in ResolvedLocationAndValue()
210 TRACE_LOCALS(" -> 64 bit\n"); in ResolvedLocationAndValue()
248 TRACE_LOCALS( in ResolvedLocationAndValue()
264 TRACE_LOCALS( in ResolvedLocationAndValue()
283 TRACE_LOCALS( in ResolvedLocationAndValue()
H A DEnumerationValueNode.cpp50 TRACE_LOCALS(" TYPE_ENUMERATION\n"); in ResolvedLocationAndValue()
H A DArrayValueNode.cpp125 TRACE_LOCALS("TYPE_ARRAY\n"); in CreateChildrenInRange()
325 TRACE_LOCALS("ArrayValueNodeChild::ResolveLocation(): " in ResolveLocation()
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp468 TRACE_LOCALS("DwarfTypeFactory::_CreateCompoundType(\"%s\", %p, %d)\n", in _CreateCompoundType()
504 TRACE_LOCALS(" member %p\n", memberEntry); in _CreateCompoundType()
747 TRACE_LOCALS("no base type for address type entry -- creating " in _CreateAddressType()
889 TRACE_LOCALS("DwarfTypeFactory::_CreateArrayType(\"%s\", %p)\n", in _CreateArrayType()
1001 TRACE_LOCALS("Failed to get value for enum type value %s::%s\n", in _CreateEnumerationType()
1322 TRACE_LOCALS("DwarfTypeFactory::_ResolveTypeByteSize(%p)\n", in _ResolveTypeByteSize()
1331 TRACE_LOCALS(" resolving typedef...\n"); in _ResolveTypeByteSize()
1346 TRACE_LOCALS(" resolving abstract origin (%p)...\n", in _ResolveTypeByteSize()
1358 TRACE_LOCALS(" resolving specification (%p)...\n", specification); in _ResolveTypeByteSize()
1368 TRACE_LOCALS(" nothing yet, special type handling\n"); in _ResolveTypeByteSize()
[all …]
H A DDwarfImageDebugInfo.cpp1100 TRACE_LOCALS("DwarfImageDebugInfo::_CreateLocalVariables(): ip: %#" B_PRIx64 in _CreateLocalVariables()
1108 TRACE_LOCALS(" variableEntry %p, scope start: %" B_PRIu64 "\n", in _CreateLocalVariables()
1131 TRACE_LOCALS(" lexical block: %p\n", block); in _CreateLocalVariables()
1135 TRACE_LOCALS(" has lowPC\n"); in _CreateLocalVariables()
1143 TRACE_LOCALS(" no lowPC\n"); in _CreateLocalVariables()
1149 TRACE_LOCALS(" failed to get ranges\n"); in _CreateLocalVariables()
1156 TRACE_LOCALS(" ranges don't contain IP\n"); in _CreateLocalVariables()
H A DDwarfStackFrameDebugInfo.cpp229 TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateParameter(DIE: %p): name: " in CreateParameter()
253 TRACE_LOCALS("DwarfStackFrameDebugInfo::CreateLocalVariable(DIE: %p): " in CreateLocalVariable()
H A DDwarfTypes.cpp446 TRACE_LOCALS(" set single piece size to %" B_PRIu64 "\n", in ResolveLocation()
838 TRACE_LOCALS("bit field: byte size: %" B_PRIu64 ", bit offset/size: %" in ResolveDataMemberLocation()
1150 TRACE_LOCALS("total element bit offset: %" B_PRId64 "\n", elementOffset); in ResolveElementLocation()
/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/jobs/
H A DResolveValueNodeJob.cpp128 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value " in _ResolveNodeValue()
142 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value " in _ResolveNodeValue()
163 TRACE_LOCALS("ResolveValueNodeValueJob::_ResolveNodeValue(): value " in _ResolveNodeValue()