From 7bb85c7b5502a2b6662b4b521a5e70af6c32b01c Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 1 Feb 2008 12:11:02 +0000 Subject: [PATCH] Clarifying comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23806 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/elf.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/system/kernel/elf.cpp b/src/system/kernel/elf.cpp index 48a49b1c92..a347c981d0 100644 --- a/src/system/kernel/elf.cpp +++ b/src/system/kernel/elf.cpp @@ -1235,6 +1235,9 @@ symbol_found: } +/*! Tries to find a matching user symbol for the given address. + Note that the given team's address must already be in effect. +*/ status_t elf_debug_lookup_user_symbol_address(struct team* team, addr_t address, addr_t *_baseAddress, const char **_symbolName, const char **_imageName,