(output: &str)
| 1251 | |
| 1252 | #[doc(hidden)] |
| 1253 | pub fn get_target_basename(output: &str) -> &str { |
| 1254 | output.trim_end_matches(".firedbg.ss") |
| 1255 | } |
| 1256 | |
| 1257 | /// The same `rustc` version must be used to compile the debugger and the target executable. |
| 1258 | /// This is due to implicit ABI dependency everywhere. |