MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugAdapterType

Class DebugAdapterType

api/debuggerapi.h:586–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586 class DebugAdapterType : public DbgRefCountObject<BNDebugAdapterType>
587 {
588 public:
589 DebugAdapterType(BNDebugAdapterType* adapterType);
590 static DebugAdapterType* GetByName(const std::string& name);
591 bool CanExecute(Ref<BinaryView> data);
592 bool CanConnect(Ref<BinaryView> data);
593 static std::vector<std::string> GetAvailableAdapters(Ref<BinaryView> data);
594 };
595}; // namespace BinaryNinjaDebuggerAPI

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected