Lines Matching defs:TRACE

21 #undef TRACE
24 # define TRACE(x) printf x
26 # define TRACE(x) ;
37 TRACE(("Area::PrepareAddress(%p): area: %" B_PRId32 "\n", address, fRemoteID));
44 TRACE(("Area::PrepareAddress(): Failed to clone area %" B_PRId32
54 TRACE(("Area::PrepareAddress(%p) done: %p\n", address, result));
93 TRACE(("area %" B_PRId32 ": address: %p, size: %ld, name: %s\n",
115 TRACE(("RemoteMemoryAccessor::PrepareAddress(%p, %" B_PRId32 ")\n",
119 TRACE(("RemoteMemoryAccessor::PrepareAddress(): Got null address!\n"));
163 TRACE(("RemoteMemoryAccessor::_FindArea(%p, %" B_PRId32 ")\n", address,
172 TRACE(("RemoteMemoryAccessor::_FindArea(): No area found for address %p\n",
246 TRACE(("SymbolLookup::Init()\n"));
253 TRACE(("SymbolLookup::Init(): searching debug area...\n"));
267 TRACE(("SymbolLookup::Init(): found debug area, translating "
270 TRACE(("SymbolLookup::Init(): Couldn't find debug area!\n"));
278 TRACE(("SymbolLookup::Init(): translated debug area is at: %p, "
315 TRACE(("SymbolLookup::LookupSymbolAddress(%p)\n", (void*)address));
327 TRACE(("SymbolLookup::LookupSymbolAddress(): done: symbol: %p, image name: "
359 TRACE(("SymbolLookup::InitSymbolIterator(): image ID: %" B_PRId32 "\n",
367 TRACE(("SymbolLookup::InitSymbolIterator() done: image not "
383 TRACE(("SymbolLookup::InitSymbolIteratorByAddress(): base address: %#lx\n",
389 TRACE(("SymbolLookup::InitSymbolIteratorByAddress() done: image "
429 TRACE(("SymbolLookup::_FindLoadedImageAtAddress(%p)\n", (void*)address));
598 TRACE(("LoadedImage::LookupSymbol(): found image: ID: %" B_PRId32 ", text: "
652 TRACE(("LoadedImage::LookupSymbol(): done: symbol: %p, image name: "