AIとハイブリッド・クラウドでビジネスを未来へ イノベーションと自動化を推進し、セキュリティーを強化するとともに規模を拡大 watsonx Code Assistantで作成 最新情報 IBM、オープンソース、製品、エコシステムの革新により、エンタープライズAIを大規模に推進するwatsonxの次章を発表 ServiceNowとIBM、企業全体での生成AIインパクトの加速を目指し協業拡大
gdb tips gdb を使う上で便利な tips を紹介します。基本的な使い方をマスターしている人向けです。 .gdbinit の設定 ホームディレクトリに .gdbinit を置いておくと、gdb の起動の際に読み込まれます。私の場合は次のような設定をしています。 set history save on set history size 10000 set history filename ~/.gdb_history set print pretty on set print static-members off set charset ASCII set history から始まる最初の 3行は履歴に関する設定です。それぞれ、 gdb のコマンドラインの履歴をファイルに保存する、保存する行は最大 10000 行、ファイル名は ~/.gdb_history 、という意味になります。
C/C++ でプログラム開発をしていると、アドレスの開放を忘れたり、間違ったアドレスを開放しちゃったりしてメモリリーク(core)が出るのです〜〜〜ぅ。たちの悪い事にこのメモリリークって奴は、何処で起こっているのか判断しずらい時が往々にしてあり、毎回悩まされてしまうのです。 で下記のツール(ライブラリ)を使うと、ちょっと楽になるって代物なんですぅ (^o^)丿
Don't put off fixing memory leaks. Make one or more of these convenient tools a part of your development process. An earlier article [“Memory Leak Detection in Embedded Systems”, LJ, September 2002, available at www.linuxjournal.com/article/6059] discussed the detection of memory leaks when using C as the programming language. This article discusses the problem of detecting memory leaks in C++ pro
A memory debugger is a debugger for finding software memory problems such as memory leaks and buffer overflows. These are due to bugs related to the allocation and deallocation of dynamic memory. Programs written in languages that have garbage collection, such as managed code, might also need memory debuggers, e.g. for memory leaks due to "living" references in collections. Memory debuggers work b
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く