Searched refs:TRACE_CODE (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/debugger/
H A DTracing.h83 # define TRACE_CODE(x...) printf(x) macro
86 # define TRACE_CODE(x...) (void)0 macro
/haiku/src/kits/debugger/model/
H A DTeam.cpp575 TRACE_CODE("Team::GetStatementAtAddress(%#" B_PRIx64 ")\n", address);
580 TRACE_CODE(" -> no image\n");
586 TRACE_CODE(" -> no image debug info\n");
594 TRACE_CODE(" -> no function instance\n");
617 TRACE_CODE(" -> no statement from the specific image debug info\n");
630 TRACE_CODE("Team::GetStatementAtSourceLocation(%p, (%" B_PRId32 ", %"
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp760 TRACE_CODE("DwarfImageDebugInfo::GetStatement(function: %p, address: %#"
777 TRACE_CODE(" -> no source file\n");
802 TRACE_CODE(" -> no line number program\n");
848 TRACE_CODE(" -> no line number program match\n");

Completed in 52 milliseconds