| 1947 | } |
| 1948 | |
| 1949 | static bool debugging(struct plugin *p) |
| 1950 | { |
| 1951 | if (p->plugins->ld->dev_debug_subprocess == NULL) |
| 1952 | return false; |
| 1953 | return strends(p->cmd, p->plugins->ld->dev_debug_subprocess); |
| 1954 | } |
| 1955 | |
| 1956 | static void plugin_set_timeout(struct plugin *p) |
| 1957 | { |
no test coverage detected