JP2000099364A - Method for debugging device driver - Google Patents

Method for debugging device driver

Info

Publication number
JP2000099364A
JP2000099364A JP10283267A JP28326798A JP2000099364A JP 2000099364 A JP2000099364 A JP 2000099364A JP 10283267 A JP10283267 A JP 10283267A JP 28326798 A JP28326798 A JP 28326798A JP 2000099364 A JP2000099364 A JP 2000099364A
Authority
JP
Japan
Prior art keywords
device driver
debugging
request packet
debug
name
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
JP10283267A
Other languages
Japanese (ja)
Inventor
Seiji Noguchi
征司 野口
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP10283267A priority Critical patent/JP2000099364A/en
Publication of JP2000099364A publication Critical patent/JP2000099364A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable debugging without preparing any dedicated debugging object device driver and changing any internal code by monitoring a request packet to be dispatched from an operating system(OS) to the debugging object device driver and controlling the output of input/output data. SOLUTION: When a computer is activated, an OS 4 and a debugging object device driver 6 are integrated onto an internal RAM 2. Next, a device driver 5 for debugging is integrated onto the RAM 2 and during that integrating processing, processing is performed for hooking the entry routine of the debugging object device driver 6. Then, this method uses a device driver 5 for debugging provided with a method for controlling the output of output data by monitoring the request packet to be dispatched from the OS 4 to the debugging object device driver 6.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェアが実
際に使われる最終形態(以降、リリース版と呼ぶ)用に
デバイスドライバを作成した時のように、デバイスドラ
イバ内にデバッグのための出力処理を持たないデバイス
ドライバにおいてもデバイスドライバを変更することな
く、デバッグのためのリクエストパケットデータを容易
に出力制御するデバイスドライバのデバッグ方法に関す
るものである。
The present invention relates to an output process for debugging in a device driver, such as when a device driver is created for a final form in which software is actually used (hereinafter referred to as a release version). The present invention relates to a device driver debugging method for easily controlling output of request packet data for debugging without changing a device driver even if the device driver does not have the device driver.

【0002】[0002]

【従来の技術】従来のデバイスドライバのデバッグ方法
は、専用のデバッキングツールを使用し、その専用のデ
バッキングツールがデバイスドライバのシンボル情報等
を扱えるようにデバイスドライバのソースコード内にデ
バッグ出力用のコードを埋め込み、それにデバッグ用オ
プションを付加し、アセンブルやコンパイルを行うこと
によってリリース版と異なるデバッグ専用のデバイスド
ライバを作成してデバッグを行う方法を行っている。
2. Description of the Related Art A conventional debugging method of a device driver uses a dedicated debugging tool, and a debugging output is included in a source code of the device driver so that the dedicated debugging tool can handle symbol information of the device driver. In this method, a debugging-specific device driver that differs from the release version is created by embedding the code, adding debugging options to it, and assembling and compiling.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記従
来のデバイスドライバのデバッグ方法では本来のリリー
ス版のデバイスドライバと異なるデバッグ専用のデバイ
スドライバを作成しなければならないという問題と、リ
リース版のデバイスドライバ自体をデバッグする場合に
は複雑な方法が必要であるという問題があった。また、
これらのデバッグを行うためにはデバッグ対象デバイス
ドライバが稼働するためのシステムと、デバッグ対象デ
バイスドライバを制御するためのシステムの2つのシス
テムが必要であるという問題があった。
However, in the above-described conventional device driver debugging method, there is a problem that a device driver dedicated to debugging different from the original release version device driver has to be created, and the release version device driver itself has to be created. There is a problem that a complicated method is required when debugging. Also,
In order to perform such debugging, there is a problem that a system for operating the device driver to be debugged and a system for controlling the device driver for debugging are required.

【0004】本発明は上記の課題を解決するもので、デ
バッグ用のデバイスドライバを用いることにより、デバ
ッグ対象デバイスドライバをデバッグ専用に作成するこ
となく、また、内部コードを変更することなく、さら
に、デバッグ対象デバイスドライバが稼働する1つのシ
ステムだけでデバッグを行えるデバイスドライバのデバ
ッグ方法を提供することを目的とするものである。
SUMMARY OF THE INVENTION The present invention solves the above-mentioned problem. By using a device driver for debugging, a device driver to be debugged is not created exclusively for debugging, and without changing an internal code. It is an object of the present invention to provide a device driver debugging method capable of performing debugging with only one system in which a debug target device driver operates.

【0005】[0005]

【課題を解決するための手段】上記の課題を解決するた
めに、本発明は、オペレーティングシステムからデバッ
グ対象デバイスドライバに渡されるリクエストパケット
を監視してその出力データを出力制御する方法を備えた
デバッグ用デバイスドライバを用いることによって、デ
バッグ対象デバイスドライバをデバッグ専用に作成する
ことなく、また、内部コードを変更することなく、容易
にデバッグ対象デバイスドライバをデバッグするもので
あり、また、デバッグ対象デバイスドライバが稼働する
1つのシステムだけでデバッグを行うものである。
SUMMARY OF THE INVENTION In order to solve the above-described problems, the present invention provides a debugger having a method of monitoring a request packet passed from an operating system to a device driver to be debugged and controlling the output data of the request packet. By using the device driver for debugging, the device driver to be debugged can be easily debugged without creating a device driver for debugging exclusively for debugging and without changing the internal code. Debugging is performed by only one system running.

【0006】[0006]

【発明の実施の形態】本発明の請求項1に記載の発明
は、デバッグ用デバイスドライバのパラメータ行からデ
バッグ対象デバイスドライバ名を取得する手段と、取得
したデバイスドライバ名を記憶する手段と、記憶手段に
記憶されたデバイスドライバ名を用いてシステムによっ
て登録されているデバイスドライバのデバイスリストか
ら一致するデバイスドライバ名を見つけ出しオペレーテ
ィングシステムからのリクエストパケットを処理するた
めエントリポイントを取得する手段と、取得したエント
リポイントを記憶する手段と、記憶手段に記憶されたデ
バイスドライバ名を用いてデバッグ対象デバイスドライ
バと同名のデバッグ用デバイスドライバをシステムに組
み込むことによってデバッグ対象デバイスドライバとデ
バッグ用デバイスドライバを置き換える手段と、オペレ
ーティングシステムからデバッグ用デバイスドライバに
渡されるリクエストパケットを記憶する手段と、記憶手
段に記憶されたリクエストパケットを、記憶手段に記憶
されたエントリポイントを用いてリクエストパケットを
デバッグ対象デバイスドライバのエントリポイントに渡
す手段と、デバッグ対象デバイスドライバから返送され
るリクエストパケットを記憶する手段と、デバッグ用デ
バイスドライバに渡されるリクエストパケットがデバッ
グデータ出力要求のリクエストパケットかどうか調べ、
デバッグデータ出力要求のリクエストパケットである場
合には、記憶手段に記憶されたリクエストパケットのデ
ータ内容を標準出力に出力する手段とを備え、オペレー
ティングシステムからデバッグ対象デバイスドライバに
渡されるリクエストパケットを監視してその入出力デー
タを出力制御するデバイスドライバのデバッグ方法であ
り、デバッグ対象デバイスドライバをデバッグ専用に作
成することなく、また、内部コードを変更することな
く、また、デバッグ対象デバイスドライバが稼働する1
つのシステムだけでデバッグを行うという作用を有す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention according to claim 1 of the present invention provides means for acquiring a device driver name to be debugged from a parameter line of a device driver for debugging, means for storing the acquired device driver name, and storage. Means for finding a matching device driver name from the device list of device drivers registered by the system using the device driver name stored in the means and obtaining an entry point for processing a request packet from the operating system; Means for storing an entry point, and incorporating a device driver for debugging with the same name as the device driver for debugging by using the device driver name stored in the storage means in the system, thereby providing the device driver for debugging and the device driver for debugging. Means for replacing the request packet, means for storing a request packet passed from the operating system to the debugging device driver, and request packet stored in the storage means for debugging the request packet using the entry point stored in the storage means. Means for passing to the entry point of the device driver, means for storing a request packet returned from the device driver to be debugged, and checking whether the request packet passed to the device driver for debugging is a request packet for a debug data output request,
Means for outputting, to a standard output, the data content of the request packet stored in the storage means when the request packet is a debug data output request, and monitors the request packet passed from the operating system to the device driver to be debugged. This is a method of debugging a device driver that controls output of its input / output data without creating a debug target device driver exclusively for debugging, without changing internal code, and operating the debug target device driver.
It has the effect of debugging with only one system.

【0007】以下、本発明の実施の形態について図面を
参照して説明する。 (実施の形態)図1は本発明のデバイスドライバのデバ
ッグ方法を実施するシステムの実施の形態における構成
図であり、1はプロセッサ、2はコンピュータ内部のラ
ンダムアクセスメモリ(RAM)、3はRAM2上のア
プリケーション、4はRAM2上のオペレーティングシ
ステム、5はRAM2上のデバッグ用デバイスドライ
バ、51はデバッグ用デバイスドライバ5内においてデ
バイスドライバ名を記憶する領域、52はデバッグ用デ
バイスドライバ5内においてエントリポイントを記憶す
る領域、53はデバッグ用デバイスドライバ5内におい
て前記オペレーティングシステム4から渡されるリクエ
ストパケットを記憶する領域、54はデバッグ用デバイ
スドライバ5内において後述のデバッグ対象デバイスド
ライバ6から返されるリクエストパケットを記憶する領
域、6は前記RAM2上のデバッグ対象デバイスドライ
バ、7は前記デバッグ対象デバイスドライバ6が制御す
るデバイス、8は標準出力デバイスである。
Hereinafter, embodiments of the present invention will be described with reference to the drawings. (Embodiment) FIG. 1 is a configuration diagram of an embodiment of a system for implementing a device driver debugging method according to the present invention, wherein 1 is a processor, 2 is a random access memory (RAM) inside a computer, and 3 is on a RAM 2. Application 4, an operating system on the RAM 2, a debugging device driver 5 on the RAM 2, an area 51 for storing a device driver name in the debugging device driver 5, and an entry point 52 in the debugging device driver 5. An area for storing 53 is an area for storing a request packet passed from the operating system 4 in the debugging device driver 5, and an area 54 is returned from a debugging target device driver 6 described later in the debugging device driver 5. Area for storing the request packet, 6 debugged device drivers on the RAM 2, 7 is the debug target device device driver 6 controls, 8 is a standard output device.

【0008】図2は上記構成のシステムの動作を示すフ
ローチャートであり、コンピュータが起動されると、ス
テップ1において、コンピュータ内部のRAM2上にオ
ペレーティングシステム4とデバッグ対象デバイスドラ
イバ6が組み込まれる。ステップ2において、コンピュ
ータ内部のRAM2上にデバッグ用デバイスドライバ5
が組み込まれ、その組み込み処理中にデバッグ対象デバ
イスドライバ6のエントリルーチンをフック(対象とす
るソフトウエアの処理が呼び出されるとき、その呼び出
された場所を横取りして先に処理する)するための処理
が行われる。ステップ3において、デバッグ用デバイス
ドライバ5はパラメータ行からデバッグ対象デバイスド
ライバ6名を取得し、取得したデバッグ対象デバイスド
ライバ6名を、デバイスドライバ名を記憶するデバッグ
用デバイスドライバ5の領域51に保存する。ステップ
4において、デバッグ用デバイスドライバ5はデバイス
ドライバ名を記憶する領域51からデバッグ対象デバイ
スドライバ6名のデバイスドライバ名を取得する。ステ
ップ5において、デバッグ用デバイスドライバ5はシス
テムによって登録されているデバイスドライバのデバイ
スリストから一致するデバイスドライバ名を見つけ出し
エントリポイントを取得し、エントリポイントを記憶す
るデバッグ用デバイスドライバ5の領域52に保存す
る。ステップ6において、デバッグ用デバイスドライバ
5はデバイスドライバ名を記憶する領域51からデバイ
スドライバ名を取得し、デバッグ用デバイスドライバ5
のデバイス名をデバッグ対象デバイスドライバ6のデバ
イス名と同名となるようにしてデバッグ対象デバイスド
ライバ6のシステムに組み込まれるための処理を終了す
る。このような手順によりデバッグ対象デバイスドライ
バ6とデバッグ用デバイスドライバ5を置換することが
でき、また、デバッグ対象デバイスドライバ6のエント
リポイントをフックすることができ、本来、デバッグ対
象デバイスドライバ6に直接渡されるオペレーティング
システム4からのリクエストパケットがデバッグ用デバ
イスドライバ5を介して間接的に渡されることになる。
FIG. 2 is a flowchart showing the operation of the system having the above configuration. When the computer is started, in step 1, the operating system 4 and the debug target device driver 6 are installed on the RAM 2 inside the computer. In step 2, the debugging device driver 5 is stored in the RAM 2 inside the computer.
For hooking an entry routine of the device driver 6 to be debugged during the embedding processing (when the processing of the target software is called, the called place is intercepted and processed first). Is performed. In step 3, the debugging device driver 5 obtains the name of the debugging target device driver 6 from the parameter line, and saves the obtained debugging target device driver 6 in the area 51 of the debugging device driver 5 that stores the device driver name. . In step 4, the debugging device driver 5 acquires the device driver names of the six device drivers to be debugged from the area 51 storing the device driver names. In step 5, the debugging device driver 5 finds a matching device driver name from the device list of device drivers registered by the system, obtains an entry point, and saves the entry point in the area 52 of the debugging device driver 5 that stores the entry point. I do. In step 6, the debugging device driver 5 acquires the device driver name from the area 51 storing the device driver name, and
The device name of the debug target device driver 6 is set to the same name as the device name of the debug target device driver 6, and the process for incorporating the device name of the debug target device driver 6 into the system ends. According to such a procedure, the debug target device driver 6 and the debug device driver 5 can be replaced, and the entry point of the debug target device driver 6 can be hooked. A request packet from the operating system 4 to be transmitted is indirectly passed through the debugging device driver 5.

【0009】ステップ7において、オペレーティングシ
ステム4からデバッグ用デバイスドライバ5に渡される
リクエストパケットを発行する。ステップ8において、
デバッグ用デバイスドライバ5に渡されるリクエストパ
ケットを調べ、デバッグデータ出力要求のリクエストパ
ケットかどうかを確認する。デバッグデータ出力要求の
リクエストパケットである場合はステップ9へ行き、ス
テップ9の処理を行い、デバッグデータ出力要求のリク
エストパケットでない場合はステップ10へ行き、ステ
ップ10の処理へ移る。ステップ9において、デバッグ
用デバイスドライバ5は、オペレーティングシステム4
からのリクエストパケットを記憶するデバッグ用デバイ
スドライバ5内の領域53からリクエストパケットデー
タと、デバッグ対象デバイスドライバ6からのリクエス
トパケットを記憶するデバッグ用デバイスドライバ5内
の領域54からリクエストパケットデータとをそれぞれ
取得する。ステップ11において、デバッグ用デバイス
ドライバ5はステップ9で取得したデータをバイナリデ
ータからASCIIデータに変換し、このデータを標準
出力デバイス8に出力する。ステップ10において、デ
バッグ用デバイスドライバ5はオペレーティングシステ
ム4からデバッグ用デバイスドライバ5に渡されるリク
エストパケットをデバッグ用デバイスドライバ5内のリ
クエストパケットを記憶する領域53に保存する。ステ
ップ12において、デバッグ用デバイスドライバ5はエ
ントリポイントを記憶するデバッグ用デバイスドライバ
5内の領域52からエントリポイントを取得し、リクエ
ストパケットを記憶する領域53からリクエストパケッ
トを取得することにより、エントリポイントで示される
デバッグ対象デバイスドライバ6にリクエストパケット
を渡す。ステップ13において、デバッグ用デバイスド
ライバ5は渡したリクエストパケットの実行結果が設定
されているデバッグ対象デバイスドライバ6から返送さ
れるリクエストパケットをデバッグ用デバイスドライバ
5で受け取り、リクエストパケットを記憶する領域54
に保存する。ステップ14において、デバッグ用デバイ
スドライバ5はデバッグ対象デバイスドライバ6からの
リクエストパケットを記憶するデバッグ用デバイスドラ
イバ5内の領域54からリクエストパケットを取得す
る。ステップ15において、デバッグ用デバイスドライ
バ5はリクエストパケットをオペレーティングシステム
4に返送する。その後は、ステップ7からの手順が繰り
返される。
At step 7, a request packet passed from the operating system 4 to the debugging device driver 5 is issued. In step 8,
The request packet passed to the debugging device driver 5 is checked to determine whether it is a request packet for a debug data output request. If it is a request packet for a debug data output request, go to step 9 and perform the process of step 9. If it is not a request packet for a debug data output request, go to step 10 and go to the process of step 10. In step 9, the debugging device driver 5
Request packet data from an area 53 in the debug device driver 5 that stores a request packet from the debugger, and request packet data from an area 54 in the debug device driver 5 that stores a request packet from the debug target device driver 6. get. In step 11, the debugging device driver 5 converts the data acquired in step 9 from binary data to ASCII data, and outputs this data to the standard output device 8. In step 10, the debugging device driver 5 saves the request packet passed from the operating system 4 to the debugging device driver 5 in an area 53 of the debugging device driver 5 that stores the request packet. In step 12, the debugging device driver 5 acquires the entry point from the area 52 in the debugging device driver 5 that stores the entry point, and acquires the request packet from the area 53 that stores the request packet. The request packet is passed to the indicated device driver 6 to be debugged. In step 13, the debug device driver 5 receives the request packet returned from the debug target device driver 6 in which the execution result of the passed request packet is set, and stores the request packet in the area 54 for storing the request packet.
To save. In step 14, the debugging device driver 5 acquires the request packet from the area 54 in the debugging device driver 5 that stores the request packet from the debugging target device driver 6. In step 15, the debugging device driver 5 returns a request packet to the operating system 4. Thereafter, the procedure from step 7 is repeated.

【0010】以上のような方法により、デバッグ対象デ
バイスドライバ6を変更することなく、デバッグに必要
なデバイスドライバの実行結果を標準出力から得ること
ができる。
According to the above-described method, the execution result of the device driver required for debugging can be obtained from the standard output without changing the device driver 6 to be debugged.

【0011】[0011]

【発明の効果】以上のように、本発明のデバイスドライ
バのデバッグ方法によれば、デバッグ対象デバイスドラ
イバをデバッグ専用に作成することなく、また、内部コ
ードを変更することなく、容易にデバッグ対象デバイス
ドライバをデバッグするためのオペレーティングシステ
ムからデバッグ対象デバイスドライバに渡されるリクエ
ストパケットを監視することができ、その結果を標準出
力から得ることができる。また、デバッグ対象デバイス
ドライバが稼働する1つのシステムだけでデバッグ情報
を得ることができる。
As described above, according to the device driver debugging method of the present invention, the device to be debugged can be easily created without creating the device to be debugged exclusively for debugging and without changing the internal code. The request packet passed from the operating system for debugging the driver to the device driver to be debugged can be monitored, and the result can be obtained from the standard output. Further, debug information can be obtained only by one system in which the debug target device driver operates.

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

【図1】本発明のデバイスドライバのデバッグ方法を実
施するシステムの実施の形態における構成図
FIG. 1 is a configuration diagram of an embodiment of a system that implements a device driver debugging method of the present invention.

【図2】図1のシステムの動作を示すフローチャートFIG. 2 is a flowchart showing the operation of the system of FIG. 1;

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

1 プロセッサ 2 ランダムアクセスメモリ(RAM) 3 アプリケーション 4 オペレーティングシステム 5 デバッグ用デバイスドライバ 6 デバッグ対象デバイスドライバ 7 デバイス 8 標準出力デバイス 51 デバイスドライバ名を記憶する領域 52 エントリポイントを記憶する領域 53,54 リクエストパケットを記憶する領域 Reference Signs List 1 processor 2 random access memory (RAM) 3 application 4 operating system 5 device driver for debugging 6 device driver for debugging 7 device 8 standard output device 51 area for storing device driver name 52 area for storing entry point 53, 54 request packet Area to store

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラムの不都合点を発見し修正する
(以降、デバッグと呼ぶ)ためのデバイスドライバによ
るデバッグ方法において、デバッグ用デバイスドライバ
のパラメータ行からデバッグ対象デバイスドライバ名を
取得する手段と、取得したデバイスドライバ名を記憶す
る手段と、記憶手段に記憶されたデバイスドライバ名を
用いてシステムによって登録されているデバイスドライ
バのデバイスリストから一致するデバイスドライバ名を
見つけ出しオペレーティングシステムからのリクエスト
パケットを処理するための割り込みポインタ(以降、エ
ントリポイントと呼ぶ)を取得する手段と、取得したエ
ントリポイントを記憶する手段と、記憶手段に記憶され
たデバイスドライバ名を用いてデバッグ対象デバイスド
ライバと同名のデバッグ用デバイスドライバをシステム
に組み込むことによってデバッグ対象デバイスドライバ
とデバッグ用デバイスドライバを置き換える手段と、オ
ペレーティングシステムからデバッグ用デバイスドライ
バに渡されるリクエストパケットを記憶する手段と、記
憶手段に記憶されたリクエストパケットを、記憶手段に
記憶されたエントリポイントを用いてリクエストパケッ
トをデバッグ対象デバイスドライバのエントリポイント
に渡す手段と、デバッグ対象デバイスドライバから返送
されるリクエストパケットを記憶する手段と、デバッグ
用デバイスドライバに渡されるリクエストパケットがデ
バッグデータ出力要求のリクエストパケットかどうか調
べ、デバッグデータ出力要求のリクエストパケットであ
る場合には、記憶手段に記憶されたリクエストパケット
のデータ内容を標準出力に出力する手段とを備え、オペ
レーティングシステムからデバッグ対象デバイスドライ
バに渡されるリクエストパケットを監視してその入出力
データを出力制御するデバイスドライバのデバッグ方
法。
In a debugging method by a device driver for finding and correcting an inconvenience of a program (hereinafter, referred to as debugging), means for acquiring a name of a device driver to be debugged from a parameter line of a device driver for debugging, Means for storing the registered device driver name, and using the device driver name stored in the storage means, to find a matching device driver name from a device list of device drivers registered by the system, and to process a request packet from the operating system. Means for acquiring an interrupt pointer (hereinafter, referred to as an entry point), a means for storing the acquired entry point, and a device having the same name as the device driver to be debugged using the device driver name stored in the storage means. Means for replacing the debug target device driver and the debug device driver by incorporating the debug device driver into the system; means for storing a request packet passed from the operating system to the debug device driver; and request stored in the storage means. Means for delivering the request packet to the entry point of the device driver to be debugged using the entry point stored in the storage means, means for storing the request packet returned from the device driver for debugging, and device device for debugging. It is checked whether the passed request packet is a request packet for a debug data output request, and if the request packet is a request packet for a debug data output request, the request packet stored in the storage means is checked. And means for outputting the data contents of Est packet to standard output, debug a device driver for outputting control the input and output data to monitor the request packet is passed to the debug target device driver from the operating system.
JP10283267A 1998-09-18 1998-09-18 Method for debugging device driver Pending JP2000099364A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10283267A JP2000099364A (en) 1998-09-18 1998-09-18 Method for debugging device driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10283267A JP2000099364A (en) 1998-09-18 1998-09-18 Method for debugging device driver

Publications (1)

Publication Number Publication Date
JP2000099364A true JP2000099364A (en) 2000-04-07

Family

ID=17663254

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10283267A Pending JP2000099364A (en) 1998-09-18 1998-09-18 Method for debugging device driver

Country Status (1)

Country Link
JP (1) JP2000099364A (en)

Similar Documents

Publication Publication Date Title
US5630049A (en) Method and apparatus for testing software on a computer network
US6658650B1 (en) Service entry point for use in debugging multi-job computer programs
CN115167831A (en) Software integration method and device based on AUTOSAR and use method
JP3117958B2 (en) Server setting device
US20040168157A1 (en) System and method for creating a process invocation tree
US20030182598A1 (en) Systems and methods for monitoring object activity through an external agent using a proxy object
US6842893B1 (en) Method for global breakout identification
JP2000099364A (en) Method for debugging device driver
US6983454B2 (en) Extended “run to” function
JPH0922369A (en) Illicit operation detection method in kernel of multi-tasking system
JP2000330823A (en) Device and method for debugging program
CN115292076A (en) Linux system kernel debugging device and method
JPH0465729A (en) Symbolic debugger
JP2570108B2 (en) Software debugging method
JP3029355B2 (en) Single-step instruction execution method
JP2697230B2 (en) Debug support device
JPH05334135A (en) Error information display system for abnormal end of program
JP2004054807A (en) Method and device for information processing
JPH10187480A (en) Emulator
JP2007304946A (en) Performance evaluation system, performance evaluation method, and performance evaluation program
JP2007041887A (en) Debugging apparatus, its memory access method and program for realizing memory access method
JPS59117646A (en) Debugging console control circuit
JPH05313916A (en) Electronic computer and its interruption processing method
JPH05250208A (en) Program reexecution processing system
JP2000215042A (en) In-operation update system for control program