JPH0235521A - Generation system for patch image - Google Patents

Generation system for patch image

Info

Publication number
JPH0235521A
JPH0235521A JP63186161A JP18616188A JPH0235521A JP H0235521 A JPH0235521 A JP H0235521A JP 63186161 A JP63186161 A JP 63186161A JP 18616188 A JP18616188 A JP 18616188A JP H0235521 A JPH0235521 A JP H0235521A
Authority
JP
Japan
Prior art keywords
update
image
memory
real memory
patch
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
JP63186161A
Other languages
Japanese (ja)
Inventor
Hiroichi Uchiyama
博一 内山
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 JP63186161A priority Critical patent/JPH0235521A/en
Publication of JPH0235521A publication Critical patent/JPH0235521A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To decrease the man-hours of program generation and to improve the operation efficiency by writing an update image onto a memory and also outputting it to a primary working area, checking the update contents, and generating the patch image. CONSTITUTION:A memory patch processed on a console terminal 4 is analyzed by an operation indication analyzing means 6 and then passed to an in-actual- memory update means 1. An update processing control means 13 as the sub- function of the in-actual-memory update means indicates a real address 21 in a real memory area 7 corresponding to an update position to an actual address retrieval means 14 to perform retrieval. A memory alteration image generating means 16 updates the contents 21 of the object place to be updated by using a memory image updating means 15. At the same time, the variation contents 23 of the actual memory are outputted to an update image file 22 by an update image push-out means 17.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はソフトウェアの作成に利用する。本発明はプロ
グラム作成におけるパッチイメージの生成方式に関する
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention is used for creating software. The present invention relates to a method for generating patch images in program creation.

〔概要〕〔overview〕

本発明はソフトウェア作成におけるパッチイメージの生
成方式において、 更新イメージをメモリ上へ書き出すきともに一時作業領
域へ出力し、更新する実メモリの箇所のイメージをアド
レスから得ることによんでパッチイメージを作成するた
めの変更対象モジュールに関する情報を得て更新内容を
チェックし、パッチ、イメージを作成することにより、 プログラムの作成工数を削減し、作業の効率化をはかる
ようにしたものである。
The present invention is a patch image generation method for software creation, in which a patch image is created by writing an updated image to memory and outputting it to a temporary work area, and obtaining an image of the location in real memory to be updated from an address. By obtaining information about the modules to be changed, checking the updated contents, and creating patches and images, it is possible to reduce the number of man-hours required to create programs and improve work efficiency.

〔従来の技術〕[Conventional technology]

プログラム作成において、ソースコーディングにより作
成したプログラムを製造の前半工程ではソースイメージ
の上で修正して設計に従った機能を有するプログラムを
作成する。これに対して、製造の後半工程ではプログラ
ムのオブジェクトイメージの上でパッチを施工して作成
する。
In program creation, a program created by source coding is modified on the source image in the first half of the manufacturing process to create a program having functions according to the design. In contrast, in the latter half of the manufacturing process, patches are created by constructing patches on the object image of the program.

従来、このパッチ作成の作業はプログラムの製造担当者
が各プログラムのオブジェクトプログラムリストを参照
して問題点に対する適切な処置を命令コード記述により
記述したパッチイメージを作成し、これを各プログラム
のオブジェクトに施工し実行fll+Jを進めていた。
Conventionally, this patch creation work involved the person in charge of producing the program referring to the object program list of each program, creating a patch image that describes the appropriate solution to the problem using instruction code, and applying this to the object of each program. Construction and execution were proceeding with full+J.

またマシンを使用しての確認作業中には現在実行中でメ
モリ上にローディングされているプログラムに対してメ
モリパッチを施工して実行確認をした後、別途あらため
て施工したパッチの対処イメージを作成し、同様の対処
を必要とするシステムのプログラムに対してこのパッチ
施工を行う作業を行っている。
Also, during confirmation work using a machine, a memory patch is applied to the program currently being executed and loaded into memory, and after confirming the execution, a separate image of how to deal with the applied patch is created. , we are working on applying this patch to system programs that require similar measures.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のパッチ作成作業は上述したように非常に非効率的
な作業であり、製造工程での作業効率を劣化する大きな
要因となっている。
As described above, the conventional patch creation work is extremely inefficient and is a major factor in deteriorating work efficiency in the manufacturing process.

また、パッチ施工の対処が取られるのは、製造工程の後
半であることから作成されるパッチ品質には高品質が要
求される。しかし、製造担当者はソースプログラムの記
述言語には精通しているが、往々にしてパッチイメージ
を記述するテクニックには疎いのが通例である。マシン
確認時にはメモリ上へ直接対処していたため、対処イメ
ージが明確であったがパッチイメージとして改めてコー
ディングする際に誤った対処を行っしまう危険性を含ん
でいる。それ故、作成されるパッチの品質および性能に
より対処された結果が思わしくなく、さらに問題を継続
、発生することも有り得る。
Furthermore, since patch construction is carried out in the latter half of the manufacturing process, high quality patches are required. However, although manufacturing personnel are familiar with source program description languages, they are usually unfamiliar with techniques for describing patch images. At the time of checking the machine, the problem was dealt with directly in memory, so the idea of how to deal with it was clear, but there is a risk of taking the wrong measure when recoding it as a patch image. Therefore, the quality and performance of the patches that are created may result in unfavorable results and may continue to cause further problems.

こうした問題はソフトウェアの生産性を著しく低下させ
ることに加えて、さらに問題を派生的に拡げる危険性を
含んでいる。
These problems not only significantly reduce software productivity, but also carry the risk of further aggravating the problem.

本発明はこのような問題を解決するもので、パッチイメ
ージの再作成工数を削減し、品質および生産性を向上さ
せることができる方式を提供することを目的とする。
The present invention solves these problems, and aims to provide a method that can reduce the number of steps required to recreate patch images and improve quality and productivity.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、コンソールターミナルおよび表示手段と、実
メモリ領域内の情報をバッファ領域に読み出す実メモリ
内参照手役と、上記コンソールターミナルから投入され
た指示を解析して更新指示を行う操作指示解析手段と、
この操作指示解析手段の指示により上記実メモリ領域内
の更新を行う実メモリ内更新手段とを備えたパッチイメ
ージの生成方式において、上記実メモリ内更新手段に制
御され、上記実メモリ領域に対して更新する更新イメー
ジを直接実メモリ上へ書き出すとともに一時作業領域へ
出力する更新イメージプッシュアウト手段と、更新する
実メモリの箇所のイメージを変更箇所アドレスから得て
、パンチイメージを作成するために変更対象モジュール
に関する情報を得る更新箇所参照手段と、更新内容がパ
ッチ施工規約違反になっていないか否かをセクション情
報管理データベースを使用してチェックする更新箇所チ
ェック手段と、保存および他システムへの開放用のパッ
チイメージを作成しパッチイメージファイルへ自動的に
出力するパッチイメージ生成手段とを備えたことを特徴
とする。
The present invention includes a console terminal and a display means, a real memory reference hand that reads information in a real memory area into a buffer area, and an operation instruction analysis means that analyzes instructions input from the console terminal and issues an update instruction. and,
In the patch image generation method, the patch image generation method includes a real memory updating means for updating the real memory area according to instructions from the operation instruction analysis means, the patch image generation method is controlled by the real memory updating means, and the real memory area is updated by the real memory updating means. An update image pushout means that directly writes the update image to real memory and outputs it to a temporary work area, and a change target that obtains the image of the real memory location to be updated from the change location address and creates a punch image. An update point reference means to obtain information about the module, an update point check means to use the section information management database to check whether the updated content violates the patch construction regulations, and a means for saving and opening to other systems. and patch image generation means for creating a patch image and automatically outputting it to a patch image file.

〔作用〕[Effect]

更新イメージプッシュアウト手段がメモリ変更イメージ
作成手段により作成された実メモリ領域に対して更新を
掛ける更新イメージを直接メモリに書き出すのと並行し
て一時作業領域へ出力し、更新箇所参照手段が更新する
実メモリの箇所のイメージを変更箇所アドレスから得て
、パッチイメージを作成するために変更対象モジュール
に関する情報をモジュールごとの情報を管理しているセ
クション情報データベースから得、更新箇所チェック手
段が更新内容がパッチ施工規約違反になっていないかを
チェックし、パッチイメージ生成手段が保存および他シ
ステムへの開放用のパッチイメージを作成しパッチイメ
ージファイルへ出力する。
The update image pushout means writes an update image that updates the real memory area created by the memory change image creation means directly to the memory, and outputs it to a temporary work area in parallel, and the update location reference means updates it. An image of the real memory location is obtained from the modified location address, and information about the module to be modified is obtained from the section information database that manages information for each module in order to create a patch image. After checking whether there is a violation of the patch construction regulations, the patch image generation means creates a patch image for storage and release to other systems, and outputs it as a patch image file.

これによりパッチイメージを自動的に生成することがで
き、工数の削減、品質および生産性の向上をはかること
ができる。
This allows patch images to be automatically generated, reducing man-hours and improving quality and productivity.

〔実施例〕〔Example〕

次に、本発明実施例を図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明にかかわるパッチイメージ自動生成方式
の一実施例を示すブロック構成図である。
FIG. 1 is a block diagram showing an embodiment of an automatic patch image generation method according to the present invention.

本発明実施例は、実メモリ領域7上の内容を更新する実
メモリ内更新手段1のサブ機能に位置づけられる。
The embodiment of the present invention is positioned as a sub-function of the real memory update means 1 that updates the contents in the real memory area 7.

通常の実メモリ領域7内の更新は第1図に示すように次
の手順で行われる。実メモリ領域7内の情報を実メモリ
内参照手段2によりバッファ領域3に読み出す。このバ
ッファ領域3に読み出された実メモリ内の情報を通常行
われるように外部コンソールターミナル4から表示手段
5を使用して参照する。
Normal updating in the real memory area 7 is performed in the following procedure as shown in FIG. The information in the real memory area 7 is read into the buffer area 3 by the real memory reference means 2. The information in the real memory read into the buffer area 3 is referenced from the external console terminal 4 using the display means 5 as is normally done.

その後コンソールターミナル4から実メモリ上のイメー
ジに対してメモリパッチを施工する。このメモリパッチ
の作業はコンソールターミナル4から投入された指示を
操作指示解析手段6が解析し実メモリ内更新手段1に指
示し実メモリ領域7内の更新を行う。
After that, a memory patch is applied to the image on the real memory from the console terminal 4. In this memory patch work, the operation instruction analysis means 6 analyzes instructions input from the console terminal 4 and instructs the real memory update means 1 to update the real memory area 7.

本発明は、この実メモリ内更新手段1に実メモリ領域7
に対して更新する更新イメージを直接実メモリ上に書き
出すのと並行して一時作業領域へ出力する更新イメージ
プッシュアウト手段8と、実メモリ領域7内の更新対象
箇所アドレスからセクション情報管理データベース9を
使用して更新箇所のチェックを行う更新箇所参照手段1
0と、更新イメージプッシュアウト手段8により出力さ
れた更新・イメージと更新箇所参照手段lOによりチェ
ックした結果を用いて保存するパッチイメージを生成し
外部のパッチイメージファイル11に出力するパッチイ
メージ生成手段12と、更新内容がパッチ施工規約違反
になっていないか否かをセクンヨン情報管理データベー
ス9を使用してチェックする更新箇所チェック手没19
とを備える。
The present invention provides a real memory area 7 in this real memory updating means 1.
An update image pushout means 8 outputs an update image to a temporary work area in parallel with directly writing an update image to the real memory, and a section information management database 9 is read from the update target location address in the real memory area 7. Updated location reference means 1 that is used to check updated locations
0, the update/image output by the update image pushout means 8, and the results checked by the update location reference means 1O to generate a patch image to be saved, and output it to an external patch image file 11. and check whether the updated content violates the patch construction regulations using the Sekunyong Information Management Database 9.
Equipped with.

次に本発明の動作について図面を参照して説明する。ま
ず、実更新イメージの作成に至るまでの過程は第1図に
示した通りすでに従来の技術により実現されている。第
2図に特に本発明のポ、fントとなるパッチイメージ作
成方法について示した。
Next, the operation of the present invention will be explained with reference to the drawings. First, the process up to the creation of the actual update image has already been realized using conventional technology, as shown in FIG. FIG. 2 particularly shows the patch image creation method which is the key point of the present invention.

また第3図にこのパッチイメージ生成処理の流れを示す
フローチャートを示した。これらの図面に基づいて本発
明実施例の動作について説明をする。
Further, FIG. 3 shows a flowchart showing the flow of this patch image generation process. The operation of the embodiment of the present invention will be explained based on these drawings.

コンソールターミナル4上から施工したメモリパッチは
操作指示解析手段6により解析された結果、実メモリ内
更新手段1に渡される。これを受けた実メモリ内更新手
段1のサブ機能である更新処理制御手段13は更新箇所
に当たる実メモリ領域7内の実アドレス21を実アドレ
ス検索手段14に指示し検索する(ステップ127)、
また更新内容に該当するメモリ変更イメージ24の作成
をメモリ変更イメージ作成手段16に依頼する。メモリ
変更イメージ作成手段16は更新対象箇所の内容21に
対してメモリイメージ更新手段15を使用して更新を行
う(ステップ129)。同時に実メモリへの変更内容2
3を更新イメージプッシュアウト手段17により更新イ
メージファイル22へ出力する(ステップ128)。
The memory patch constructed from the console terminal 4 is analyzed by the operation instruction analysis means 6 and then passed to the real memory update means 1. Upon receiving this, the update processing control means 13, which is a sub-function of the real memory update means 1, instructs the real address search means 14 to search for the real address 21 in the real memory area 7 corresponding to the updated location (step 127).
It also requests the memory change image creation means 16 to create a memory change image 24 corresponding to the updated content. The memory change image creation means 16 updates the content 21 of the update target location using the memory image update means 15 (step 129). Changes to real memory at the same time 2
3 is output to the update image file 22 by the update image pushout means 17 (step 128).

一方、更新箇所に関するセクション情報を得るため更新
箇所参照手段18により更新アドレスから実メモリ領域
7内の更新対象イメージを得る(ステップ130)。次
にセクション情報管理データベース9を検索して更新箇
所に関するセクション情報を得て更新箇所チェックファ
イル25へ出力する(ステップ131)。
On the other hand, in order to obtain section information regarding the updated location, the updated location reference means 18 obtains the update target image in the real memory area 7 from the updated address (step 130). Next, the section information management database 9 is searched to obtain section information regarding the updated location and output to the updated location check file 25 (step 131).

更新箇所チェックファイル25に出力された更新対象箇
所のイメージと更新箇所イメージ24、更新イメージフ
ァイル22へ出力された更新イメージ23を照合して更
新箇所、更新内容に関する更新前後チェックを行う (
ステップ132)。
The image of the update target location output to the update location check file 25 is compared with the update location image 24 and the update image 23 output to the update image file 22 to perform a before and after update check regarding the update location and update content.
Step 132).

更新前後チェック (ステップ132)の結果、正当な
更新と判断された更新イメージである更新前後イメージ
から保存するパッチイメージをパッチイメージ作成手段
20により生成する(ステップ133)。
As a result of the before and after update check (step 132), the patch image creation means 20 generates a patch image to be saved from the before and after images that are determined to be valid updates (step 133).

生成されたパッチイメージはパッチイメージファイル1
1に出力する(ステップ134)。
The generated patch image is patch image file 1
1 (step 134).

第4図は本発明実施例におけるイメージの実例を示した
ものである。
FIG. 4 shows an example of an image in an embodiment of the present invention.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、パッチイメージを
自動的に生成することにより以下に述べる効果がある。
As explained above, according to the present invention, by automatically generating patch images, the following effects can be achieved.

(1)パッチイメージの再作成工数が大幅に削減される
(1) The number of man-hours required to recreate patch images is significantly reduced.

(2)パッチイメージの自動生成により作成されたパッ
チイメージの品質が向上し、安定する。
(2) The quality of patch images created by automatic generation of patch images is improved and stabilized.

(3)パッチイメージの品質向上により、製造プログラ
ム全体の品質が向上する。
(3) Improving the quality of patch images improves the quality of the entire manufacturing program.

(4)  ソフトウェア生産性の向上の疎外要因であっ
たパッチ作成作業工数の削減によりソフトウェア生産性
の向上がはかれる。
(4) Software productivity can be improved by reducing the number of man-hours required to create patches, which has been a factor that has hindered the improvement of software productivity.

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

第1図は本発明にかかわるパッチイメージ自動生成方式
の一実施例を示すブロック構成図。 第2図はパッチイメージ自動生成方式のポイントとする
詳細機能構成図およびパッチイメージ作成方法の具体的
一実施例を示す図。 第3図はパッチイメージ生成処理の処理の流れを示すフ
ローチャート。 第4図は本発明実施例にふけるイメージの実例を示す図
。 1・・・実メモリ内更新手段、2・・・実メモリ内参照
手L 3・・・バッファIL 4・・・コンソールター
ミナル、5・・・表示手段、6・・・操作指示解析手段
、7・・・実メモリ領域、8.17・・・更新イメージ
プッシュアウト手段、9・・・セクション情報管理デー
タベース、10.18・・・更新箇所参照手段、11・
・・パッチイメージファイル、12・・・パッチイメー
ジ生成手段、13・・・更新処理制御手段、14・・・
実アドレス検索手段、15・・・メモリイメージ更新手
段、16・・・メモリ変更イメ−ジファイル、19・・
・更新箇所チェック手段、20・・・パッチイメージ作
成手段、21・・・実メモリ情報、22・・・更新イメ
ージファイル、23・・・更新イメージ、24・・・更
新箇所イメージ、25・・・更新箇所チェックファイル
、26・・・更新イメージ実例、27・・・更新箇所イ
メージ実例、28・・・パッチソースイメージ実例、2
9・・・パッチイメージ生成結果実例。
FIG. 1 is a block diagram showing an embodiment of an automatic patch image generation method according to the present invention. FIG. 2 is a diagram showing a detailed functional configuration of the key points of the patch image automatic generation method and a specific example of the patch image creation method. FIG. 3 is a flowchart showing the flow of patch image generation processing. FIG. 4 is a diagram showing an example of an image in accordance with an embodiment of the present invention. DESCRIPTION OF SYMBOLS 1... Real memory update means, 2... Real memory reference hand L 3... Buffer IL 4... Console terminal, 5... Display means, 6... Operation instruction analysis means, 7 ... Real memory area, 8.17... Update image pushout means, 9... Section information management database, 10.18... Update point reference means, 11.
... Patch image file, 12... Patch image generation means, 13... Update processing control means, 14...
Real address search means, 15...Memory image update means, 16...Memory change image file, 19...
- Updated part checking means, 20... Patch image creation means, 21... Real memory information, 22... Updated image file, 23... Updated image, 24... Updated part image, 25... Updated part check file, 26... Update image example, 27... Updated part image example, 28... Patch source image example, 2
9...Example of patch image generation results.

Claims (1)

【特許請求の範囲】 1、コンソールターミナル(4)および表示手段(5)
と、 実メモリ領域内の情報をバッファ領域に読み出す実メモ
リ内参照手段(2)と、 上記コンソールターミナルから投入された指示を解析し
て更新指示を行う操作指示解析手段(6)と、 この操作指示解析手段の指示により上記実メモリ領域内
の更新を行う実メモリ内更新手段(1)と を備えたパッチイメージの生成方式において、上記実メ
モリ内更新手段に制御され、上記実メモリ領域に対して
更新する更新イメージを直接実メモリ上へ書き出すとと
もに一時作業領域へ出力する更新イメージプッシュアウ
ト手段(8)と、更新する実メモリの箇所のイメージを
変更箇所アドレスから得て、パッチイメージを作成する
ために変更対象モジュールに関する情報を得る更新箇所
参照手段(10)と、 更新内容がパッチ施工規約違反になっていないか否かを
セクション情報管理データベースを使用してチェックす
る更新箇所チェック手段(19)と、保存および他シス
テムへの開放用のパッチイメージを作成しパッチイメー
ジファイルへ自動的に出力するパッチイメージ生成手段
(12)とを備えたことを特徴とするパッチイメージの
生成方式。
[Claims] 1. Console terminal (4) and display means (5)
, real memory reference means (2) that reads information in the real memory area into the buffer area, operation instruction analysis means (6) that analyzes instructions input from the console terminal and issues update instructions, and this operation. In a patch image generation method, the patch image generation method includes a real memory updating means (1) for updating the real memory area according to instructions from the instruction analysis means, wherein the patch image generation method is controlled by the real memory updating means and updates the real memory area. an update image pushout means (8) that directly writes the update image to the real memory and outputs it to a temporary work area; and obtains the image of the real memory location to be updated from the change location address to create a patch image. an update point reference means (10) for obtaining information about the module to be changed; and an update point check means (19) that uses the section information management database to check whether the updated content violates the patch construction regulations. and patch image generation means (12) for creating a patch image for storage and release to other systems and automatically outputting it as a patch image file.
JP63186161A 1988-07-25 1988-07-25 Generation system for patch image Pending JPH0235521A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63186161A JPH0235521A (en) 1988-07-25 1988-07-25 Generation system for patch image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63186161A JPH0235521A (en) 1988-07-25 1988-07-25 Generation system for patch image

Publications (1)

Publication Number Publication Date
JPH0235521A true JPH0235521A (en) 1990-02-06

Family

ID=16183454

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63186161A Pending JPH0235521A (en) 1988-07-25 1988-07-25 Generation system for patch image

Country Status (1)

Country Link
JP (1) JPH0235521A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5131254A (en) * 1991-01-29 1992-07-21 Whitefab, Inc Apparatus for bending beams

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5131254A (en) * 1991-01-29 1992-07-21 Whitefab, Inc Apparatus for bending beams

Similar Documents

Publication Publication Date Title
JPH0235521A (en) Generation system for patch image
JPS63288357A (en) Data editing system
JP3637606B2 (en) Data processing device
JPS62281031A (en) Editing system for equipment updating system
JPS61180344A (en) Step execution system for high level language
JPH086782A (en) Maintenance work automation supporting method for program
JPH06236261A (en) Separating system for procedure language program component
JP2845694B2 (en) Data processing device
JPS63301324A (en) System for improving data editing response
JPH01109430A (en) Programming method for computer processing
JPH0374724A (en) Installation inspecting device
JPH02249026A (en) High speed patch executing method
JPS61147335A (en) Parameter registration system of job
JPS6329825A (en) Interactive processing system
JPH04205422A (en) Automatic program translation connecting and selecting method
JPH05143422A (en) Updated journal managing system
JPH0250730A (en) Language converting system based upon common machine word
JPH0264822A (en) Error detecting method for file processing
JPH0337726A (en) Case statement optimizing system
JPH044428A (en) System for improving redundant execution of patch
JPH02178734A (en) System for automatically generating patch
JPS63228264A (en) Design change managing system for standard parts
JPH02214946A (en) Debugging system
JPH0344738A (en) Automatic memory assignment check system
JPH064348A (en) Program debugging system