Skip to content

Commit

Permalink
Allow the LLDB adapter be used to connect to a remote target in all c…
Browse files Browse the repository at this point in the history
…ases. Fix Vector35#527
  • Loading branch information
xusheng6 committed Oct 21, 2024
1 parent 7595ec6 commit 885e23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/adapters/lldbadapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ bool LldbAdapterType::CanConnect(BinaryNinja::BinaryView* data)
// TODO: we need to create a new API to get available adapters, rather the
// DebugAdapterType::GetAvailableAdapters(), which returns true when either the CanConnect() and CanExecute()
// returns true.
return false;
return true;
}


Expand Down

0 comments on commit 885e23c

Please sign in to comment.