Skip to content

Commit 50c19ba

Browse files
committed
add small GetSymbolContext comment
1 parent e649d58 commit 50c19ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/include/lldb/API/SBAddress.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ class LLDB_API SBAddress {
5959
// "lldb::SBAddress SBTarget::ResolveLoadAddress (...)".
6060
lldb::SBSymbolContext GetSymbolContext(uint32_t resolve_scope);
6161

62+
/// Same as the previous function, but uses the given target in the symbol
63+
/// context. This can help to resolve things that require the target,
64+
// for example it's necessary in order to apply source map on SBLineEntry.
6265
lldb::SBSymbolContext GetSymbolContext(const SBTarget &target,
6366
uint32_t resolve_scope);
6467

0 commit comments

Comments
 (0)