* actually print the image name if a symbol name could not be found
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2d0687ae9e
commit
0644c0e333
@ -607,7 +607,7 @@ TeamDebugHandler::_LookupSymbolAddress(
|
||||
|
||||
} else {
|
||||
// no symbol: image relative address
|
||||
snprintf(buffer, bufferSize, "(%s + %#lx)", symbolName,
|
||||
snprintf(buffer, bufferSize, "(%s + %#lx)", imageName,
|
||||
(addr_t)address - (addr_t)baseAddress);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user