JPS63104153A - Symbol compiling system for abort damp data - Google Patents

Symbol compiling system for abort damp data

Info

Publication number
JPS63104153A
JPS63104153A JP61250556A JP25055686A JPS63104153A JP S63104153 A JPS63104153 A JP S63104153A JP 61250556 A JP61250556 A JP 61250556A JP 25055686 A JP25055686 A JP 25055686A JP S63104153 A JPS63104153 A JP S63104153A
Authority
JP
Japan
Prior art keywords
data
damp
editing
name
dump
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
JP61250556A
Other languages
Japanese (ja)
Inventor
Tsugikazu Shibata
柴田 次一
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 JP61250556A priority Critical patent/JPS63104153A/en
Publication of JPS63104153A publication Critical patent/JPS63104153A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To shorten the damp analyzing time for users and to secure high accuracy of said analyzing job by omitting a converting job of the damp data of a memory image style obtained by a user into an expression style of a description level of a source program. CONSTITUTION:A data name acquiring part 3 receives control from an operation system 6 and acquires the name of the data to be compiled through a terminal equipment 7 or an SYSIN file 8. Then the damp data equivalent to the length of a data area out of a storing file 11 for memory image type damp data through an address of executing mode among those damp data. This extracted damp data is compiled into an expression style of a source program description level in accordance with the style of said damp data. Thus it is possible to regard the contents of a data area as an expression style of the source program description level. In such a way, the damp analyzing time is shortened for users together with omission of converting errors caused by manual operations.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は情報処理システムにおけるプログラムデバッグ
作業に関し、特にプログラムアボート時のアボートダン
プデータの解析作業に関する。
DETAILED DESCRIPTION OF THE INVENTION (Field of Industrial Application) The present invention relates to program debugging work in an information processing system, and particularly to analysis work of abort dump data at the time of program abort.

(従来の技術〕 従来、プログラムアボート時に採取されるメモリイメー
ジ形式のダンプデータは、単に各バイトが16進表現と
文字表現とに編集される程匿であった。
(Prior Art) Conventionally, dump data in a memory image format collected at the time of program abort has been so anonymous that each byte is simply edited into a hexadecimal representation and a character representation.

(発明が解決しようとする問題点) 上述した従来の編集方式では、利用者にメモリイメージ
形式ダンプデータの内容をソースプログラム記述レベル
表現形式に変換するにすぎない。従って、ダンプ解析作
業に時間がかかり過ぎるうえに、変換の誤りによる正確
性にも欠けるという問題点がある。
(Problems to be Solved by the Invention) In the conventional editing method described above, the user merely converts the contents of memory image format dump data into a source program description level expression format. Therefore, there are problems in that dump analysis takes too much time and also lacks accuracy due to conversion errors.

本発明の目的は、利用者によるメモリイメージ形式のダ
ンプデータからソースプログラム記述レベルの表現形式
への変換作業音なくすことにより上記欠点を除去し、利
用者に対してダンプ解析作業の時間を軽減するとともに
、その作業に対して正確性を与えるアボートダンプデー
タ記号編集方式を提供することにある。
An object of the present invention is to eliminate the above-mentioned drawbacks by eliminating the sound of the user converting dump data in memory image format to an expression format at the source program description level, thereby reducing the time required for the user to perform dump analysis work. It is also an object of the present invention to provide an abort dump data symbol editing method that provides accuracy to the work.

(問題点を解決するための手段) 本発明によるアボートダンプデータ記号鳩集方式はファ
イル記憶手段と、データ名取得部と、編集処理部と、編
集結果出力部と、主制御部とを具備して構成し念もので
ある。
(Means for Solving the Problems) The abort dump data symbol collection method according to the present invention includes a file storage means, a data name acquisition section, an editing processing section, an editing result output section, and a main control section. This is just a reminder.

ファイル記憶手段は、情龜処理システムのアボートダン
プ解析処理に使用されるプログラムネームテーブル格納
ファイル、コンパイル時/実行時アドレス変換表格納フ
ァイル、ならびにメモリイメージ形式ダンプデータ格納
ファイルを記憶しておくためのものである。
The file storage means is for storing a program name table storage file, a compile time/runtime address conversion table storage file, and a memory image format dump data storage file used for abort dump analysis processing of the information processing system. It is something.

データ名取得部は、利用者に対して編集すべきデータ領
域のデータ名を漬水して取得するためのものである。
The data name acquisition unit is used to inform the user of the data name of the data area to be edited.

編集処理部は、取得したデータ名のデータ属性に脅せて
メモリイメージ形式ダンプデータをソースプログラム記
述レベルの表現形式に編集するためのものである。
The editing processing section is for editing the memory image format dump data into an expression format at the source program description level based on the data attributes of the acquired data name.

編集結果出力部は、編集の結果を出力するためのもので
ある。
The editing result output section is for outputting the editing results.

主制御部は、取得、編集、および出力の動作を制御する
ためのものである。
The main control unit is for controlling acquisition, editing, and output operations.

〔笑 施 例〕[lol Example]

次に、本発明について図面を参照して詳細に説明する。 Next, the present invention will be explained in detail with reference to the drawings.

第1図は本発明によるアボートダンプデータ記号編集方
式を実現する一実施例を示すブロック図であり、第2肉
は第1図に示す本発明の動作を示すフローチャートであ
る。
FIG. 1 is a block diagram showing an embodiment of the abort dump data symbol editing method according to the present invention, and the second part is a flowchart showing the operation of the present invention shown in FIG.

第1図において、1はアボートダンプデータ記号編集の
主要部、2は主制御部、3はデータ名取得部、4は編集
処理部、5は編集結果出力部、6はオペレーションシス
テム、7は端末装置。
In FIG. 1, 1 is the main part of the abort dump data symbol editing, 2 is the main control part, 3 is the data name acquisition part, 4 is the editing processing part, 5 is the editing result output part, 6 is the operation system, and 7 is the terminal. Device.

8は5YSINフアイル、9はプログラムネームテーブ
ル格納ファイル% lOはコンパイル時/実行時アドレ
ス変換宍格納ファイル、11はメモリイメージ形式ダン
プデータ格納ファイル、12は5YSOUTフアイルで
ある。
8 is a 5YSIN file, 9 is a program name table storage file, %1O is a compile time/runtime address conversion file storage file, 11 is a memory image format dump data storage file, and 12 is a 5YSOUT file.

第1図に示すように、本発明によるアボートダンプデー
タ記号編集方式は、利用者の指賃にヨリオペレーション
システム6かう呼itlサレ、王制曹部2と、データ名
取得部3と、編集処理部4と、編集結果出力部5とによ
り実現され、複数種類のファイル9〜1lt−使用して
いる。
As shown in FIG. 1, the abort dump data symbol editing method according to the present invention includes a user's instruction, an operation system 6, a data name acquisition section 3, an editing processing section. 4 and an editing result output unit 5, and uses a plurality of types of files 9 to 1lt.

すなわち、プログラムネームテーブル格納ファイル9に
はコンパイラから出力されたプログラムネームテーブル
があらかじめ格納されており、コンパイル時/実行時ア
ドレス変撲表格納ファイル10にはリンカから田方され
友アドレス変換表が格に6されており、メモリイメージ
形式ダンプデータ格納ファイル11にはプログラムアボ
ート時に採取されたメモリイメージ形式のダンプデータ
が格納されている。
That is, the program name table storage file 9 stores the program name table output from the compiler in advance, and the compile-time/run-time address conversion table storage file 10 stores the address conversion table sent from the linker. 6, and the memory image format dump data storage file 11 stores memory image format dump data collected at the time of program abort.

データ名取得部3は、ソースプログラム記述レベルの表
現形式に編集じたいメモリイメージ形式ダンプデータの
領域のデータ名を端末装置7、あるいは5YSINフア
イル8を利用して利用者より受叡る。編集処理部4は上
記データ名をキーとして、プログラムネームテーブル格
納ファイル9からネームテーブルエントリを取出し、次
に上記エントリに格納されているデータ属性、およびコ
ンパイル時アドレスを取出−j。
The data name acquisition unit 3 receives from the user, using the terminal device 7 or the 5YSIN file 8, the data name of the area of memory image dump data that is desired to be edited into an expression format at the source program description level. The editing processing unit 4 extracts a name table entry from the program name table storage file 9 using the data name as a key, and then extracts the data attribute and compile-time address stored in the entry.

さらに、コンパイル時アドレスをキーとして、コンパイ
ル時/実行時アドレス変換表格納ファイル10から該当
する実行時アドレスを取出す。
Furthermore, using the compile time address as a key, the corresponding runtime address is extracted from the compile time/runtime address conversion table storage file 10.

実行時アドレスからデータ属性の内のデータ領域要分だ
け、メモリイメージ形式ダンプデータ格納ファイル11
からダンプデータを取出し、上記ダンプデータをデータ
属性内のデータ形式(文字形、パック10進数形、ある
いは浮動小数点数形等〕に合せてソースプログラム記述
レベルの表現形式に編集し、これにデータ名とデータ構
造も付加した形で編集結果を生成する。
Memory image format dump data storage file 11 for the data area required in the data attributes from the execution address
, edit the dump data into an expression format at the source program description level according to the data format in the data attributes (character format, packed decimal format, floating point format, etc.), and add the data name to this. The editing result is generated with the data structure added.

編集結果出力s5は、このようにして得られた編集結果
を端末装置7、あるいはSYSOUTファイル12に出
力するよ 次に、第1図および第2図を参照してアボートダンプデ
ータ記号^集方式1の動作全簡単に説明する。
The editing result output s5 outputs the editing result obtained in this way to the terminal device 7 or the SYSOUT file 12.Next, referring to FIG. 1 and FIG. 2, the abort dump data symbol collection method 1 is executed. The operation will be explained briefly.

オペレーションシステム6から制御111れると、第(
1)にデータ名取得部3によフ端末装置7、あるいは5
YSINフアイル8を通して編集したいデータ名を取得
する。その後、第(11)にデータ名をキーにして、プ
ログラムネームテーブル格納ファイル9よジデータ名の
データ属性、およびコンパイル時アドレスを取込む。さ
らに、第(111)に上記コンパイル時アドレスをキー
として、コンパイル時/実行時アドレス変換表格納ファ
イル10よシ実行時アドレスヲ取込む。第(I■)に、
メモリイメージ形式ダンプデータ格納ファイル11から
ダンプデータの内で実行時アドレスからデータ領域長弁
だけのダンプデータを取出し、第(V)に上記データを
データ形式に会せてソースプログラム記述レベルの表現
形式に編集する。さらに、第(■1)に、編集結果出力
部5からの編集結果を端末装置7、あるいは5YSOU
Tフアイル12に出力する。
When the control 111 is received from the operation system 6, the
1) The data name acquisition unit 3 sends a message to the terminal device 7 or 5.
Obtain the data name to be edited through the YSIN file 8. Then, (11) using the data name as a key, the program name table storage file 9 is loaded with the data attribute of the data name and the compile-time address. Further, in the (111)th step, a run-time address is read from the compile-time/run-time address conversion table storage file 10 using the compile-time address as a key. Part (I■),
From the memory image format dump data storage file 11, extract the dump data of only the data area length valve from the runtime address in the dump data, and (V) combine the above data into the data format to create an expression format at the source program description level. Edit to. Furthermore, (■1), the editing results from the editing result output unit 5 are transferred to the terminal device 7 or 5YSOU.
Output to T-file 12.

この後、オペレーションシステム6に制御ヲ戻す。After this, control is returned to the operating system 6.

(発明の効果) 以上説明したように本発明は、ダンプ解析作業でメモリ
イメージ形式のダンプデータを出力する際に、利用者が
単にデータ名を指示すればよいように構成することによ
り、そのデータ領域の内容をソースプログラム記述レベ
ルの表現形式でみることができるので、利用者のダンプ
解析作業時間の軽減と、人手による変換誤りのない正確
さが得られると云う効果がある。
(Effects of the Invention) As explained above, the present invention is configured so that when outputting dump data in memory image format during dump analysis work, the user only needs to specify the data name. Since the contents of the area can be viewed in an expression format at the source program description level, the user's dump analysis work time can be reduced and accuracy can be achieved without manual conversion errors.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、本発明によるアボートダンプデータ記号編集
方式の一実施例を示すブロック図である。 i2図は、第1更に示す本発明の動作を示すフローチャ
ートである。 1・・・アボートダンプデータ記号編集の主要部2・・
・主制御部  3・・・データ名取得部4・・・編集処
理部 5・・・編集結果出力部6・・・オペレーション
システム 7・・・端末装置  8・・・8YSINフアイル9・
・・プログラムネームテーブル格納ファイル10・・・
コンパイル時/実行時アドレス変換表格納ファイル 11・・・メモリイメージ形式ダンプデータ格納ファイ
ル 12・・・5YSOUTフアイル 特許出願人  日本電気株式会社 代理人 弁理士 井 ノ  ロ   壽22図
FIG. 1 is a block diagram illustrating one embodiment of an abort dump data symbol editing method according to the present invention. FIG. i2 is a flowchart showing the operation of the present invention shown in the first step. 1... Main part of abort dump data symbol editing 2...
・Main control unit 3...Data name acquisition unit 4...Editing processing unit 5...Editing result output unit 6...Operation system 7...Terminal device 8...8YSIN file 9.
...Program name table storage file 10...
Compile time/run time address conversion table storage file 11...Memory image format dump data storage file 12...5 YSOUT file Patent applicant NEC Corporation Representative Patent attorney Hisashi Inoro Figure 22

Claims (1)

【特許請求の範囲】[Claims] 情報処理システムのアボートダンプ解析処理に使用され
るプログラムネームテーブル格納ファイル、コンパイル
時/実行時アドレス変換表格納ファイル、ならびにメモ
リイメージ形式ダンプデータ格納ファイルを記憶してお
くためのファイル記憶手段と、利用者に対して編集すべ
きデータ領域のデータ名を要求して取得するためのデー
タ名取得部と、前記取得したデータ名のデータ属性に合
せてメモリイメージ形式ダンプデータをソースプログラ
ム記述レベルの表現形式に編集するための編集処理部と
、前記編集の結果を出力するための編集結果出力部と、
前記取得、編集、および出力の動作を制御するための主
制御部とを具備して構成したことを特徴とするアボート
ダンプデータ記号編集方式。
A file storage means for storing a program name table storage file, a compile time/runtime address conversion table storage file, and a memory image format dump data storage file used for abort dump analysis processing of an information processing system, and its use. a data name acquisition unit for requesting and acquiring the data name of the data area to be edited from the user; and a representation format at the source program description level to output memory image format dump data according to the data attributes of the acquired data name. an editing processing unit for editing, an editing result output unit for outputting the editing result;
An abort dump data symbol editing method comprising: a main control section for controlling the acquisition, editing, and output operations.
JP61250556A 1986-10-21 1986-10-21 Symbol compiling system for abort damp data Pending JPS63104153A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61250556A JPS63104153A (en) 1986-10-21 1986-10-21 Symbol compiling system for abort damp data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61250556A JPS63104153A (en) 1986-10-21 1986-10-21 Symbol compiling system for abort damp data

Publications (1)

Publication Number Publication Date
JPS63104153A true JPS63104153A (en) 1988-05-09

Family

ID=17209665

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61250556A Pending JPS63104153A (en) 1986-10-21 1986-10-21 Symbol compiling system for abort damp data

Country Status (1)

Country Link
JP (1) JPS63104153A (en)

Similar Documents

Publication Publication Date Title
US5946488A (en) Method for selectively and incrementally displaying the results of preprocessing
JPS63104153A (en) Symbol compiling system for abort damp data
JP3327674B2 (en) Program translation apparatus and method
JPS59183441A (en) Debug processing system of extended language
JP2811804B2 (en) Variable output range specification method
AU776882B2 (en) Generating optimized computer data field conversion routines
JP2721377B2 (en) BASIC program compression method
JPH0212525A (en) Program editing and coupling device
KR970011897B1 (en) Words interpretating device
JPH083730B2 (en) Ladder program converter
KR960018928A (en) Device for Acquiring Signal Information Between Execution Modules
JPH03282620A (en) Automatic program generating system
JPH04107650A (en) Shift system for data base reference structure
JPH02271430A (en) Program executing device
JPH0498322A (en) Generation method for compiler
JPH02105224A (en) Data allocation system in compiler
JPS6069781A (en) Data collection system
JPS63291126A (en) System for shortening compile time
JPS63189950A (en) Abort/dump analysis processing system
JPH09160762A (en) Program conversion system
JPH0496178A (en) Change method for cad operation characteristic
JP2003330731A (en) Project management file generating device
JPH06119155A (en) Program generator
JPH03260828A (en) Information processor
JPS58166462A (en) Debugging aid processing system