Searched refs:oob_result (Results 1 – 3 of 3) sorted by relevance
1956 FREE(this->oob_result);1960 gdb_cat(&res, this->oob_result);1962 xfree(this->oob_result);1963 this->oob_result = res;1968 if (this->oob_result != NULL1969 && (this->frame_pc = gdb_regexec(this->oob_result, PAT_FRAME, 1, NULL)) != NULL) {1981 FREE(this->oob_result);
448 char_u *oob_result; /* result of oob gdb_get_frame */ member
1432 FREE(gdb->oob_result); in clear_gdb_T()