IBM® Rational® Rhapsody® 所呼叫的 IDE 函數如下:
void OMIDESetCallbacks(/*in*/struct OMIDECallbacks*);
針對 IDE 介面設定回呼。
intOMIDEConnect(/*inout*/char* InOutConnectParam);
連接至除錯器 IDE。
InOutConnectParam 參數是一個包含建立連線所需資訊的字串。
int OMIDEDisconnect();
關閉與 IDE 的連線。
int OMIDEDownload(/*in*/char* fileName);
指示 IDE 將指定的檔案下載至目標。
int OMIDEUnload();
指示 IDE 卸載映像檔。
int OMIDERun(/*in*/char* entryPoint,/*in*/char* language);
指示 IDE 執行映像檔。
參數如下:
int OMIDEStop();
指示 IDE 停止在目標上執行映像檔。
int OMIDEEnd();
相等於 OMIDEStop()、OMIDEUnload() 和 OMIDEDisconnect() 的呼叫順序。
int OMIDEGetStatus();
傳回 IDE 介面狀態。如需可能狀態的清單,請參閱定義項目。
int OMIDEContinue();
指示 IDE 在映像檔呼叫到岔斷點後繼續執行。