()
| 169 | } |
| 170 | |
| 171 | function is_TTD_session() { |
| 172 | // Assume that there is a single session (not sure how to get multiple ones |
| 173 | // going, maybe, in kernel debugging?). |
| 174 | return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsTTDTarget); |
| 175 | } |
| 176 | |
| 177 | function supports_call_command() { |
| 178 | return is_live_session() && !is_TTD_session(); |
no outgoing calls
no test coverage detected