JPH01205349A - Queuing possible type debugging system - Google Patents

Queuing possible type debugging system

Info

Publication number
JPH01205349A
JPH01205349A JP63030352A JP3035288A JPH01205349A JP H01205349 A JPH01205349 A JP H01205349A JP 63030352 A JP63030352 A JP 63030352A JP 3035288 A JP3035288 A JP 3035288A JP H01205349 A JPH01205349 A JP H01205349A
Authority
JP
Japan
Prior art keywords
time
program
queuing
debugging
point
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
JP63030352A
Other languages
Japanese (ja)
Inventor
Kozo Nishino
西野 耕造
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 JP63030352A priority Critical patent/JPH01205349A/en
Publication of JPH01205349A publication Critical patent/JPH01205349A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To attain debugging by queuing for a constant time and adjusting a timing with other programs by executing a queuing processing in the specified point of a program for debugging at the time of debugging. CONSTITUTION:A debugging point detection function 1 recognizes a point (a), when the designated point (a) in the program for debugging 4 is passed. If it is a queuing necessary point, a time queuing device 2 stops the execution of the program 4, namely, allows it to be queued. Next, a time queuing releasing mechanism 3 recognizes the optional time elapse which is previously set and removes the queuing of the program 4. When the certain processing of the program for debugging is executed, debugging can be executed with queuing for the constant time while adjusting the timing with the other program.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラムデバグ時においてデバグ対象プログ
ラムのある指定ポイントでプログラムの実行を中断させ
(時間待ち処理)、任意の時間後に再開させる(時間待
ち解除)ことができる時間待ち可能型デバグ方式に関す
るものである。
Detailed Description of the Invention [Industrial Application Field] When debugging a program, the present invention suspends program execution at a specified point in the program to be debugged (time wait processing) and resumes it after an arbitrary time (time wait processing). The present invention relates to a time-waiting debugging method that can be released (released).

〔従来の技術〕[Conventional technology]

従来のデバグ方式は指定ポイントでメモリの内容、レジ
スタの内容という情報収集、メモリの内容の変更、レジ
スタの内容の変更ということを行うことはできたが、指
定ポイントで時間待ちさせ、任意の時間後に時間待ち解
除することはでき、なかった。
Conventional debugging methods could collect information such as memory contents and register contents at a specified point, change the memory contents, and change the register contents. It was not possible to release the wait time later.

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

上述した従来のデバグ方式は、デバグ対象プログラムの
指定ポイントで中断させ(時間待ち処理)、任意の時間
後に再開させる(時間待ち解除)ことができないため、
デバグ対象プログラムのある処理が行なわれる時に一定
時間待ち合わせを行ない、バグを取り除くなどの作業時
間を確保するといったことによりデバグが行なえなかっ
たという欠点がある。
In the conventional debugging method described above, it is not possible to interrupt the program to be debugged at a specified point (time wait processing) and resume it after an arbitrary time (time wait cancellation).
This method has the disadvantage that debugging cannot be performed by waiting for a certain period of time when a certain process in the program to be debugged is performed, thereby securing time for work such as removing bugs.

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

本発明の時間待ち可能型デバグ方式は、デバグ対象プロ
グラムの指定ポイントを検出するデバグポイント検出手
段と、指定ポイントにおいて時間待ち処理を行なう時間
待ち手段と、任意の時間後に時間待ち解除処理を行なう
時間待ち解除手段とを有している。
The time-waiting type debugging method of the present invention includes a debug point detection means for detecting a designated point in a program to be debugged, a time waiting means for performing time-waiting processing at the designated point, and a time-waiting means for performing time-waiting cancellation processing after an arbitrary time. and a waiting release means.

〔実施例〕〔Example〕

次に本発明について図面を用いて説明する。 Next, the present invention will be explained using the drawings.

第1図は本発明の一実施例を示すブロック図である。デ
バグ対象プログラム4内の指定ポイントaを通過した時
に、デバグポイント検出機構1が指定ポイントaを認識
し、時間待ち必要ポイントであれば時間待ち機構2によ
りプログラム4の実行を停止すなわち、時間待ちさせる
。その後、時間待ち解除機構3が予じめ設定した任意の
時間経過を認識して、プログラム4の時間待ち解除を行
なう。このようにして、デバク対象プログラムの特定ポ
イントでデバグ時に時間待ち処理を行なう。
FIG. 1 is a block diagram showing one embodiment of the present invention. When the designated point a in the debug target program 4 is passed, the debug point detection mechanism 1 recognizes the designated point a, and if it is a point that requires a time wait, the time wait mechanism 2 stops the execution of the program 4, that is, causes it to wait for a time. . Thereafter, the time waiting release mechanism 3 recognizes the elapse of a preset arbitrary time and releases the time waiting of the program 4. In this way, a time wait process is performed during debugging at a specific point in the program to be debugged.

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

以上説明したように本発明は、デバグ対象プログラムの
特定ポイントでデバグ時に時間待ち処理を行なうことに
より、デバグ対象プログラムのある処理が行なわれる時
に一定時間待ち合わせて他のプログラムとのタイミング
をとりなからデバグを行なうことができる効果がある。
As explained above, the present invention performs a time waiting process during debugging at a specific point in the program to be debugged, so that when a certain process in the program to be debugged is performed, the program waits for a certain period of time to avoid timing with other programs. This has the effect of allowing debugging.

発明の詳細な説明 第1図は本発明の一実施例の構成を示すブロック図であ
る。
DETAILED DESCRIPTION OF THE INVENTION FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

1・・・デバグポイント検出機能、2・・・時間待ち機
能、3・・・時間待ち解除機能、4・・・デバグ対象プ
ログラム。
1...Debug point detection function, 2...Time wait function, 3...Time wait release function, 4...Debug target program.

Claims (1)

【特許請求の範囲】[Claims] デバグ対象プログラムの予じめ設定された指定ポイント
を検出するデバグポイント検出手段と、前記デバグポイ
ント検出手段からの指定ポイント検出情報に従って時間
待ち処理を行なう時間待ち手段と、前記時間待ち手段に
より時間待ち開始後予じめ設定された時間後に時間待ち
解除処理を行なう時間待ち解除手段とを有することを特
徴とする時間待ち可能型デバグ方式。
a debug point detection means for detecting a specified point set in advance in a program to be debugged; a time waiting means for performing a time waiting process according to specified point detection information from the debug point detection means; 1. A time waitable debugging method, comprising a time wait release means for performing time wait release processing after a preset time after start.
JP63030352A 1988-02-12 1988-02-12 Queuing possible type debugging system Pending JPH01205349A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63030352A JPH01205349A (en) 1988-02-12 1988-02-12 Queuing possible type debugging system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63030352A JPH01205349A (en) 1988-02-12 1988-02-12 Queuing possible type debugging system

Publications (1)

Publication Number Publication Date
JPH01205349A true JPH01205349A (en) 1989-08-17

Family

ID=12301459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63030352A Pending JPH01205349A (en) 1988-02-12 1988-02-12 Queuing possible type debugging system

Country Status (1)

Country Link
JP (1) JPH01205349A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011060129A (en) * 2009-09-11 2011-03-24 Nec Corp Out-of-order execution processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011060129A (en) * 2009-09-11 2011-03-24 Nec Corp Out-of-order execution processor

Similar Documents

Publication Publication Date Title
WO2000068781A3 (en) Switching method in a multi-threaded processor
EP0340453A3 (en) Instruction handling sequence control system
EP0287295A3 (en) Multiple i/o bus virtual broadcast of programmed i/o instructions
JPH01205349A (en) Queuing possible type debugging system
JPS5750058A (en) Debugging method by instruction exchange
JP2680842B2 (en) Data processing device
JPH0328933A (en) Task control method
JPH01114946A (en) Synchronizing type debugging system
JPS63253441A (en) User program and task managing system for debugger
JP2653411B2 (en) How to set breakpoints
JPH03244040A (en) Parallel run type debug system
JPH0546431A (en) Multiprocess debugger
JP2619418B2 (en) Wait instruction control method
JPS61210439A (en) Tracing control system for task
JPH01288931A (en) Pl/i program debugging system
JPH03168844A (en) Program debugging system
JPH01137339A (en) Microprocessor
JPH02139639A (en) Debugging processing system for dynamic link program
JPS625449A (en) Debug system for information processor
JPH01310450A (en) I/o emulator
JPS61173367A (en) Microcomputer switching circuit
JPS61183705A (en) Operating trace processing method of programmable controller
JPS62128339A (en) Execution system for program including undefined hardware instruction
JPH01154252A (en) Program debug back-up device for parallel processors
JPH01200440A (en) Program debugging method