ダウンロードリスト

プロジェクト概要

The GNU Debugger(GDB)は、C、C++、Java、Modula-2、およびいくつかの他の言語におけるソースレベルデバッガです。GNU/Linux、BSDおよび多くのプロプライエタリなOS上で動作します。GDBはプログラムそのものと同じマシン上で実行するほか、デバッギングスタブを用いてネットワークやシリアル回線越しに別のマシン上でデバッグすることもできます。これは、カーネルや埋め込み機器のデバッグに有用です。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-01-26 07:14
7.4

あいまいな linespecs 今より一貫して処理されます。つまらない関数およびファイルは「スキップ機能」と「ファイル スキップ」コマンドをステップするとき今スキップできます。設定と、リモート ・ ターゲット ・ ハードウェア watchpoint の最大の長さ制限を得るのためのコマンドが追加されました。Python スクリプトを広大に改善されました。他の多くの改善、バグ修正と一般的な変更が行われました。
タグ: Major feature enhancements, Minor bugfixes
Ambiguous linespecs are now handled more consistently. Uninteresting functions and files can now be skipped when stepping with the "skip function" and "skip file" commands. Commands for setting and getting the maximum length limit of a remote target hardware watchpoint were added. Python scripting was vastly improved. Many other improvements, bugfixes, and general changes were made.

2011-08-26 19:47
7.3a

GDBは現在のスレッドの名前を理解し。 "スレッド名"(名前を割り当てるため)と(名前、ターゲットID、または余分な情報をマッチング)"のスレッドが[REGEXP]を見つける"コマンドが追加されました。 Pythonスクリプトのサポートが大幅に強化されました。 C + +サポートでは、例外処理が改善され、インスタンス化でのデバッグ時にテンプレートパラメータは、現在のスコープに置かれます。 GNU / Linux上でコアダンプのスレッドのデバッグが可能になりました。 OpenCLはC言語用の初期サポートが導入されました。他の多くの機能強化が行われた。
タグ: Major feature enhancements
GDB now understands thread names. The commands "thread name" (to assign a name) and "thread find [REGEXP]" (matching name, target ID, or extra information) were added. Python scripting support was vastly enhanced. In C++ support, exception handling was improved, and template parameters are now put in scope when debugging in an instantiation. Thread debugging of core dumps on GNU/Linux is now possible. Initial support for the OpenCL C language was introduced. Many other enhancements were made.

2010-09-06 00:45
7.2

サポートは、D言語が追加されました。 C + +の拡張機能が改善されたユーザー定義演算子のサポートと、静的なconstクラスのメンバは、引数依存ルックアップ(ADL)のサポートされています。 Pythonの拡張機能は、ブレークポイント、記号、シンボルテーブル、プログラムスペース、目下、スレッド、フレームのコードブロックへのアクセスし、[セット/ショーCLIでを介して操作することができますGDBのパラメータを作成する機能です。さらに、拡張機能はトレースポイント、およびGDBserverのために作られた。 ARMのSymbianのプラットフォームのサポートが追加されました。他の多くの機能強化だけでなく、バグ修正が行われた。
タグ: Major feature enhancements, Minor bugfixes
Support was added for the D language. C++ enhancements are supported for Argument Dependent Lookup (ADL), for static const class members, and improved User Defined Operator support. Python enhancements are access to breakpoints, symbols, symbol tables, program spaces, inferiors, threads, and a frame's code blocks, and the ability to create GDB parameters that can then be manipulated via set/show in the CLI. Furthermore, enhancements were made for tracepoints and for GDBserver. Support for the ARM Symbian platform was added. Many other enhancements as well as bugfixes were made.

2010-03-23 22:32
7.1

ザイリンクスのMicroBlazeとルネサスの送受信は、ターゲットとしてサポートされます。をサポートし、マルチのために追加されたプログラムをデバッグすると、デバッガは1つ以上の同じGDBセッション内のプログラムを制御することができます。サポート位置独立実行可能ファイル(PIE)のデバッグが追加されました。多くの改良が、そのようなPythonのためであり、Cのために作られた+ +(名前空間は、キャスト演算子は、バグ修正)、トレースポイントのためのプロセスレコード(保存/実行ログは、ハードウェアウォッチポイントをサポートして復元する)、およびリモートプロトコル(Linuxカーネルのデバッグを処理するため、トレースポイントのサポートのための新しいパケット)。
タグ: Major feature enhancements
Xilinx MicroBlaze and Renesas RX are now supported as targets. Support was added for multi-program debugging, allowing the debugger to control more than one program within the same GDB session. Support was added for Position Independent Executable (PIE) debugging. Many improvements were made, such as for Python, for C++ (namespace, cast operators, bug fixes), for tracepoints, for Process Record (save/restore execution log, hardware watchpoint support), and for remote protocol handling (Linux kernel debugging, new packets for tracepoint support).

2009-12-29 01:46
7.0.1

いくつかのクラッシュなど、解決された方は、『Solarisの読み込み時にシンボルを、いつ、"コマンドは、"catch例外を完了しようとすると、スタックオーバーフローのためにときに、ビットフィールドでアクセスして印刷する構造体。 FreeBSD上での障害やIRIXのビルドで修正された。 Thumb2デバッグのサポートが追加されました。関数のエピローグ解析時にバッファオーバーフローが修正されました。様々なテストスイートの修正が行われた。
タグ: Minor bugfixes
Several crashes were resolved, such as those due to a stack overflow, on Solaris when reading symbols, when trying to complete the "catch exception" command, and when accessing a printing structure with a bitfield. Build failures on FreeBSD and IRIX were fixed. Thumb2 debugging support was added. A buffer overflow during function epilogue analysis was fixed. Various testsuite fixes were made.

プロジェクトリソース