| 1299 | |
| 1300 | |
| 1301 | bool LldbAdapter::SupportFeature(DebugAdapterCapacity feature) |
| 1302 | { |
| 1303 | return false; |
| 1304 | } |
| 1305 | |
| 1306 | |
| 1307 | static bool ThreadHasValidStopReason(SBThread thread) |
nothing calls this directly
no outgoing calls
no test coverage detected