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 b732e14 commit d2b3912Copy full SHA for d2b3912
lldb/include/lldb/Expression/DWARFExpressionList.h
@@ -106,10 +106,6 @@ class DWARFExpressionList {
106
/// \return
107
/// True if IsLocationList() is true and the address was found;
108
/// false otherwise.
109
- // bool
110
- // LocationListContainsLoadAddress (Process* process, const Address &addr)
111
- // const;
112
- //
113
bool ContainsAddress(lldb::addr_t func_load_addr, lldb::addr_t addr) const;
114
115
void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; }
0 commit comments