Searched refs:TRACE_DIE (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/debugger/
H A DTracing.h19 # define TRACE_DIE(x...) printf(x) macro
22 # define TRACE_DIE(x...) (void)0 macro
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1030 TRACE_DIE("DWARF%d compilation unit: version %d, length: %" B_PRIu64
1113 TRACE_DIE("DWARF%d type unit: version %d, length: %" B_PRIu64
1310 TRACE_DIE("remaining bytes in unit: %" B_PRIdOFF "\n",
1313 TRACE_DIE(" ");
1315 TRACE_DIE("%02x", dataReader.Read<uint8>(0));
1316 TRACE_DIE("\n");
1361 TRACE_DIE("remaining bytes in unit: %" B_PRIdOFF "\n",
1364 TRACE_DIE(" ");
1366 TRACE_DIE("%02x", dataReader.Read<uint8>(0));
1367 TRACE_DIE("\
[all...]

Completed in 90 milliseconds