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

Method SupportFeature

core/adapters/lldbadapter.cpp:1301–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1299
1300
1301bool LldbAdapter::SupportFeature(DebugAdapterCapacity feature)
1302{
1303 return false;
1304}
1305
1306
1307static bool ThreadHasValidStopReason(SBThread thread)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected