int debug_rename(const char *oldfilename,
const char *newfilename);debug_rename renames the file denoted by oldpath to newpath and returns zero on success or non-zero on error. The oldpath and newpath are host PC filenames which are relative to the debugger working directory.