動的なパラメータ指定機能をもつあるデバッグシステム
スポンサーリンク
概要
- 論文の詳細を見る
A debugging system(DS-11) that provides a new approach to the process of debugging has been implemented on PDP-11, and in use. DS-11 has various kinds of commands and requests which enable a programmer to make effective use of the advanced debugging techniques as well as the usual ones such as postmortem dumps, snapshots, trace and breakpoints. That is, not only the traditional AT-timing but also the newly introduced ON-timing is available in each request. Both of them specify a request point when the request should be served. The former specifies the request point in terms of only an instruction address, whereas the latter does it in terms of a program state. Thus the ON-timing can dynamically specity it, therefore the programmer is able to get the pertinent information about possible bugs and carry out the debugging effectively and efficiently.
- 一般社団法人情報処理学会の論文
- 1977-12-15
著者
関連論文
- 拡張されたヒープ領域管理機能をもつPASCAL処理系ELPH
- PASCALシンボリック・デバッガの作成
- 分枝限定法の並列化と並列計算機での実行
- 分枝限定法の並列化と並列計算機での実行
- ミニコンのエディタの多ユーザ化
- ミニコンによるある連想記憶システムの作成について
- 階層情報の3次元視覚化に関する評価
- プロセッサ間通信遅延を考慮した完全2分木状タスク依存グラフのスケジューリングアルゴリズム
- 音声メニュー同時提示方法の提案と評価
- 練習船教育における補助的手段としてのコンピュータの応用について
- 動的なパラメータ指定機能をもつあるデバッグシステム
- 平衡2分探索木に対する並列オンライン操作
- 3. ハードウェアアルゴリズムの設計法 3.2 ハードウェアアルゴリズムの記述と検証 (VLSI向きハードウェアアルゴリズム)
- 2. ハードウェアアルゴリズムの基礎理論 2.3 VLSIモデルと面積複雑度 (VLSI向きハードウェアアルゴリズム)
- パイプライン化による平衡2分探索木に対する並列操作
- システム記述用言語Cのポータブルコンパイラの作成