JPH05100904A - Electronic exchange program analyzing system - Google Patents

Electronic exchange program analyzing system

Info

Publication number
JPH05100904A
JPH05100904A JP3257803A JP25780391A JPH05100904A JP H05100904 A JPH05100904 A JP H05100904A JP 3257803 A JP3257803 A JP 3257803A JP 25780391 A JP25780391 A JP 25780391A JP H05100904 A JPH05100904 A JP H05100904A
Authority
JP
Japan
Prior art keywords
program
analysis
electronic exchange
maintenance terminal
processor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3257803A
Other languages
Japanese (ja)
Inventor
Michiko Tobe
美智子 戸邉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP3257803A priority Critical patent/JPH05100904A/en
Publication of JPH05100904A publication Critical patent/JPH05100904A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Exchange Systems With Centralized Control (AREA)

Abstract

PURPOSE:To easily execute a program analysis by only inputting an analysis program name to a maintenance terminal, and also to execute the program analysis without stopping an operation of an electronic exchange. CONSTITUTION:A maintenance person inputs a name of an analysis program from a maintenance terminal 2, retrieves a symbol file, converts it into a program address and transmits it to an electronic exchange 1. A processor 4 sets a program analysis point 9 to an exchange control program 8, and executes a processing of the program analysis point 9. Also, by suspending the exchange control, and transferring the processing to a program analysis support program 10, an analysis processing of the program is executed. A result is stored in an analysis result store area 11 ad when the analysis is finished, the stored analysis result is sent out to the maintenance terminal 2. The processor 4 restarts the exchange processing from the time of suspension of the exchange control program 8, and displays on a screen all the analysis results that the maintenance terminal 2 receives from the electronic exchange 1.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、電子交換機に内蔵した
デバッグ・サポートプログラムによるプログラム解析に
利用する電子交換機プログラム解析方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an electronic exchange program analysis method used for program analysis by a debug support program built into an electronic exchange.

【0002】[0002]

【従来の技術】従来の電子交換機プログラム解析方式
は、プロセッサに代えてイン・サーキット・電子交換機
プログラム解析エミュレータ(ICE)を電子交換機に
接続して行っている。この場合、保守者がプログラムの
アドレスをシンボルリストから調らべてICEに入力
し、このICEのプログラムトレース機能を利用したプ
ログラム解析が行われる。
2. Description of the Related Art In the conventional electronic exchange program analysis method, an in-circuit electronic exchange program analysis emulator (ICE) is connected to the electronic exchange instead of the processor. In this case, the maintenance person adjusts the program address from the symbol list and inputs it to the ICE, and the program analysis using the program trace function of this ICE is performed.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来例
の電子交換機プログラム解析方式では、解析したいプロ
グラムのアドレスを保守者自身が調べなければならず、
保守者にとっては面倒な作業となる。また、ICEを電
子交換機に接続する際に、電子交換機の動作を一旦、停
止しなければならないという欠点がある。
However, in the conventional electronic exchange program analysis method, the maintenance person must check the address of the program to be analyzed.
This is a troublesome task for maintenance personnel. In addition, when connecting the ICE to the electronic exchange, the operation of the electronic exchange must be temporarily stopped.

【0004】本発明の目的は、保守端末に解析するプロ
グラム名称を入力するのみで容易にプログラム解析がで
き、さらに電子交換機の動作を停止させることなくプロ
グラム解析をできる電子交換機プログラム解析方式を提
供することにある。
An object of the present invention is to provide an electronic exchange program analysis method which enables the program analysis to be easily carried out only by inputting a program name to be analyzed into a maintenance terminal, and which can perform the program analysis without stopping the operation of the electronic exchange. Especially.

【0005】[0005]

【課題を解決するための手段】本発明の電子交換機プロ
グラム解析方式は、プログラムのデバッグ・サポート機
能を有するプロセッサ備える電子交換機と、この電子交
換機に接続される保守端末とを有し、端末装置は、解析
するためのプログラム名称を入力した場合に保守端末内
のシンボルファイルを検索し、プログラムのアドレスに
変換して電子交換機に送出するアドレス送出手段と、電
子交換機から送出されるプログラム解析結果を保守端末
に表示する表示手段とを備え、電子交換機は、保守端末
から送出されるアドレスをプログラム解析ポイントとし
てプロセッサに設定する設定手段と、プロセッサがプロ
グラム解析ポイントの処理を実行した場合、プログラム
解析処理を行い、この結果を保守端末に出力するプログ
ラム解析用サポートプログラム部とを備えるものであ
る。
An electronic exchange program analysis method according to the present invention comprises an electronic exchange having a processor having a program debug / support function and a maintenance terminal connected to the electronic exchange. , When the program name for analysis is entered, the symbol file in the maintenance terminal is searched, the address sending means for converting to the program address and sending it to the electronic exchange, and the program analysis result sent from the electronic exchange are maintained. The electronic exchange is provided with a display means for displaying on the terminal, the electronic exchange sets the means for setting the address sent from the maintenance terminal in the processor as a program analysis point, and when the processor executes the processing of the program analysis point, the program analysis processing is Program analysis support that outputs the result to the maintenance terminal. It is intended and a program unit.

【0006】[0006]

【実施例】以下、本発明の電子交換機プログラム解析方
式の実施例を図面をもとに説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of an electronic exchange program analysis system of the present invention will be described below with reference to the drawings.

【0007】図1は実施例の構成を示している。FIG. 1 shows the configuration of the embodiment.

【0008】図1において、電子交換機1に保守端末2
が接続ケーブル3を通じて接続されている。電子交換機
1は、デバッグ・サポート機能をもつプロセッサ4が実
装されている。この電子交換機1には、シンボルファイ
ル5が内蔵されている。
In FIG. 1, a maintenance terminal 2 is attached to an electronic exchange 1.
Are connected through the connection cable 3. The electronic exchange 1 is equipped with a processor 4 having a debug support function. A symbol file 5 is built in the electronic exchange 1.

【0009】図2はシンボルファイル5の構成を示して
いる。
FIG. 2 shows the structure of the symbol file 5.

【0010】シンボルファイル5は、プログラム名称6
とプログラムアドレス7で構成される。
The symbol file 5 has a program name 6
And program address 7.

【0011】図3はプロセッサ4のプログラム解析を行
う際の制御機能を示している。
FIG. 3 shows a control function when the program analysis of the processor 4 is performed.

【0012】このプロセッサ4には、交換制御プログラ
ム8と、プログラム解析ポイント9、プログラム解析用
サポートプログラム10と、解析結果格納エリア11と
が内蔵されている。
The processor 4 has an exchange control program 8, a program analysis point 9, a program analysis support program 10, and an analysis result storage area 11 built therein.

【0013】次に、この構成の動作について説明する。Next, the operation of this configuration will be described.

【0014】図4は動作の処理手順を示している。FIG. 4 shows the processing procedure of the operation.

【0015】保守者が保守端末2から、解析のためのプ
ログラム名称を入力し、この入力が判断される(ステッ
プ(S)101)。保守端末2は、シンボルファイル5
を検索し、プログラムアドレスに変換して接続ケーブル
3を通じて電子交換機1に送信する(S102,10
3)。ここでは、変換後のプログラムアドレスをプログ
ラム解析ポイント9とする。プロセッサ4は、交換制御
プログラム8にプログラム解析ポイント9を設定する
(S201)。続いて、実行される処理が解析ポイント
か否かを監視してプロセッサ4がプログラム解析ポイン
ト9の処理を実行する(S202)。プロセッサ4は、
交換制御を中断し、プログラム解析用サポートプログラ
ム10に処理を移行する。プログラム解析用サポートプ
ログラム10は、プログラムの解析処理を行う(S20
3)。この結果を解析結果格納エリア11に蓄積する。
解析終了と共に蓄積された解析結果に保守端末2に送出
する(S204)。プロセッサ4は、交換制御プログラ
ム8の中断時から交換処理を再開する。保守端末2は、
電子交換機1から受信した全解析結果を画面表示する
(S104)。
The maintenance person inputs the program name for analysis from the maintenance terminal 2, and this input is judged (step (S) 101). The maintenance terminal 2 uses the symbol file 5
Is searched for, converted into a program address, and transmitted to the electronic exchange 1 through the connection cable 3 (S102, 10).
3). Here, the converted program address is used as the program analysis point 9. The processor 4 sets the program analysis point 9 in the exchange control program 8 (S201). Then, the processor 4 monitors whether the processing to be executed is an analysis point or not, and the processor 4 executes the processing of the program analysis point 9 (S202). Processor 4
The exchange control is interrupted, and the processing shifts to the program analysis support program 10. The program analysis support program 10 performs a program analysis process (S20).
3). This result is stored in the analysis result storage area 11.
When the analysis is completed, the accumulated analysis result is sent to the maintenance terminal 2 (S204). The processor 4 restarts the exchange process when the exchange control program 8 is interrupted. The maintenance terminal 2 is
All the analysis results received from the electronic exchange 1 are displayed on the screen (S104).

【0016】[0016]

【発明の効果】以上の説明から明らかなように、本発明
の電子交換機プログラム解析方式は、プロセッサの持つ
プログラムのデバッグ・サポート機能を利用するととも
に、プログラム解析用サポートプログラムをプロセッサ
に内蔵し、保守端末にシンボルリストを備えるようにし
たので、保守端末に解析するプログラム名称を入力する
のみで容易にプログラム解析ができ、さらに電子交換機
の動作を停止させることなくプログラム解析ができると
いう効果を有する。
As is apparent from the above description, the electronic exchange program analysis method of the present invention utilizes the program debug / support function of the processor, and also incorporates the program analysis support program into the processor for maintenance. Since the terminal is provided with the symbol list, the program analysis can be easily performed only by inputting the program name to be analyzed to the maintenance terminal, and further, the program analysis can be performed without stopping the operation of the electronic exchange.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の電子交換機プログラム解析方式の実施
例の構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an embodiment of an electronic exchange program analysis system of the present invention.

【図2】実施例におけるシンボルファイルを示す図であ
る。
FIG. 2 is a diagram showing a symbol file in an example.

【図3】プロセッサのプログラム解析を行う際の制御機
能を示す図である。
FIG. 3 is a diagram illustrating a control function when a program analysis of a processor is performed.

【図4】実施例における動作の処理手順を示すフローチ
ャートである。
FIG. 4 is a flowchart showing a processing procedure of an operation in the embodiment.

【符号の説明】[Explanation of symbols]

1 電子交換機 2 保守端末 3 接続ケーブル 4 プロセッサ 5 シンボルファイル 6 プログラム名称 7 プログラムアドレス 8 交換制御プログラム 9 プログラム解析ポイント 10 プログラム解析用サポートプログラム 11 解析結果格納エリア 1 electronic exchange 2 maintenance terminal 3 connection cable 4 processor 5 symbol file 6 program name 7 program address 8 exchange control program 9 program analysis point 10 program analysis support program 11 analysis result storage area

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】プログラムのデバッグ・サポート機能を有
するプロセッサ備える電子交換機と、この電子交換機に
接続される保守端末とを有し、 前記端末装置は、解析するためのプログラム名称を入力
した場合に前記保守端末内のシンボルファイルを検索
し、プログラムのアドレスに変換して前記電子交換機に
送出するアドレス送出手段と、前記電子交換機から送出
されるプログラム解析結果を前記保守端末に表示する表
示手段とを備え、 前記電子交換機は、前記保守端末から送出されるアドレ
スをプログラム解析ポイントとして前記プロセッサに設
定する設定手段と、前記プロセッサがプログラム解析ポ
イントの処理を実行した場合、プログラム解析処理を行
い、この結果を前記保守端末に出力するプログラム解析
用サポートプログラム部とを備えることを特徴とする電
子交換機プログラム解析方式。
1. An electronic exchange having a processor having a program debug / support function, and a maintenance terminal connected to the electronic exchange, wherein the terminal device is provided with the program name for analysis. An address sending means for searching the symbol file in the maintenance terminal, converting it into a program address and sending it to the electronic exchange, and a display means for displaying the program analysis result sent from the electronic exchange on the maintenance terminal. The electronic exchange performs a program analysis process when the processor executes the process of the program analysis point, and a setting unit that sets the address sent from the maintenance terminal in the processor as a program analysis point, and the result is displayed. Support program part for program analysis output to the maintenance terminal Electronic exchange program analysis method, characterized in that it comprises a.
JP3257803A 1991-10-04 1991-10-04 Electronic exchange program analyzing system Pending JPH05100904A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3257803A JPH05100904A (en) 1991-10-04 1991-10-04 Electronic exchange program analyzing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3257803A JPH05100904A (en) 1991-10-04 1991-10-04 Electronic exchange program analyzing system

Publications (1)

Publication Number Publication Date
JPH05100904A true JPH05100904A (en) 1993-04-23

Family

ID=17311330

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3257803A Pending JPH05100904A (en) 1991-10-04 1991-10-04 Electronic exchange program analyzing system

Country Status (1)

Country Link
JP (1) JPH05100904A (en)

Similar Documents

Publication Publication Date Title
EP4261521A1 (en) Synchronous screen display method and apparatus, and vehicle measurement system
JPH05100904A (en) Electronic exchange program analyzing system
JPH06250911A (en) Data analysis device
JP2004258032A (en) Measuring instrument and method used therefor
CN111427783A (en) RTE interface testing method, device, equipment and storage medium
CN114297035B (en) Production monitoring method, system, equipment and computer readable storage medium
JPS6316111U (en)
CN111708684B (en) Recording method and device for page access and computer system
JP3257440B2 (en) Analyzer control device
JPH08160077A (en) Waveform analyzer
JP2000292449A (en) Digital oscilloscope and waveform display method
JPH0431915A (en) Automatic message answering system
JPS6359647A (en) Display system for exceptional event information
JPS63180141A (en) Debugging system by conversational debugger
JPS63213039A (en) Fault analysis system for diagnosing device
JPH0484229A (en) Program test supporting method
JPS60150144A (en) Data processor
JPH1011132A (en) Monitor and control system
JPS63193240A (en) Debugging system
JPH06295247A (en) Real time processing realizing method
JPH03269484A (en) Display device
JPH04195548A (en) Communication message display system
JPH07107140A (en) Protocol analyzer
JPS63132367A (en) Interactive processing logoff system
JPH05298219A (en) Checking device for communication input/ output method