Skip to content

Commit fd5ddfa

Browse files
committed
Forgot to change SymbolList() to CodeSymbolList() in previous massive commit
1 parent 7d716d3 commit fd5ddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classix Debugger/CXDebugUIController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ -(void)reloadStackTrace
306306

307307
-(NSMenu*)exportMenuForResolver:(const CFM::SymbolResolver *)resolver
308308
{
309-
std::vector<std::string> symbols = resolver->SymbolList();
309+
std::vector<std::string> symbols = resolver->CodeSymbolList();
310310
if (symbols.size() == 0)
311311
return nil;
312312

0 commit comments

Comments
 (0)