We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e649d58 commit 50c19baCopy full SHA for 50c19ba
lldb/include/lldb/API/SBAddress.h
@@ -59,6 +59,9 @@ class LLDB_API SBAddress {
59
// "lldb::SBAddress SBTarget::ResolveLoadAddress (...)".
60
lldb::SBSymbolContext GetSymbolContext(uint32_t resolve_scope);
61
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.
65
lldb::SBSymbolContext GetSymbolContext(const SBTarget &target,
66
uint32_t resolve_scope);
67
0 commit comments