<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Tue, 24 Nov 2009 18:26:59 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/idb-linux/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments feed</title>
    <link>http://software.intel.com/en-us/articles/idb-linux/feed/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Haw-Jye (Howard) Shyu</title>
      <description><![CDATA[ Is there a PDF file user manual for the new Intel debugger (IDB) that I can download?
We are using the new version of Intel debugger in our lab but have problem in using the DDD as the front end for the IDB. 

Sincerely,

Haw-Jye (Howard) Shyu
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-25633</link>
      <pubDate>Fri, 05 Jun 2009 07:46:50 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-25633</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ There is a command reference available at http://www.intel.com/cd/software/products/asmo-na/eng/406036.htm.

The debugger user manual itelf is only available in html format inside the debugger installaion itself. /opt/intel/Compiler/11.x/xxx/Documentation/idb

There also is a more complete Eclipse based online help available inside the debugger GUI.

Since we have our own Eclipse RCP based GUI which is way more powerful than DDD, the support for DDD has been deprecated. I cannnot guarantee that it will still work. A good way to start would be to use the command line binary of idb ./idbc for the integration.    ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-25634</link>
      <pubDate>Fri, 05 Jun 2009 08:05:50 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-25634</guid>
    </item>
    <item>
      <title>By DAVID GALILI</title>
      <description><![CDATA[ Hello

do you have support for Intel(R) Debugger for Linux* (IDB) in ISRAEL

Thanks
David ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29022</link>
      <pubDate>Tue, 04 Aug 2009 08:01:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29022</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ With Ubuntu 8.x and Fedora* 9 or Fedora* 10 there can be a problem displaying the Intel(R) Debugger Online Help.

The problem is due to a proxy setting configuration issue in Firefox*, where Eclipse is prevented from connecting to the local help server. The proxy can handle "localhost" but not 127.0.0.1 which is the loopback of the localhost.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29122</link>
      <pubDate>Wed, 05 Aug 2009 10:27:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29122</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi David,

debugger support is owned by the Compiler TCE team. There are colleagues of mine in Germany that are like me more debugger focused, since quite abit of our debugger development is done there. I'll send you an email on this.  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29124</link>
      <pubDate>Wed, 05 Aug 2009 10:29:39 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29124</guid>
    </item>
    <item>
      <title>By Angela Sigmund</title>
      <description><![CDATA[ 
When I bring up the debugger I get invisible source code. How does one
fix this? 

Thanks,
Angie ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-29714</link>
      <pubDate>Mon, 17 Aug 2009 06:00:56 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-29714</guid>
    </item>
    <item>
      <title>By dan0112</title>
      <description><![CDATA[ Hi 

I am trying to use idb 11.0 from within eclipse sdk 3.4.1. I have searched on this forum and elsewhere, but it seems that the explanations always refer to older versions (idb 10.1) and are not applicable. 

Let me know if u need further information.

Thanks a lot.

Daniel ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30540</link>
      <pubDate>Wed, 02 Sep 2009 07:33:51 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30540</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Dan,

since we have our own full blown Eclipse based GUI that provides features beyond what can be done with CDT integration we don't actively work on the CDT integration part any more. That said, everything that is states in the 10.1 documentation is actually still working, except that you will need to make sure to link in ./idbc (the comman dline debugger call command), instead of ./idb (which would try to call IDB's Eclispe RCP GUI.

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30541</link>
      <pubDate>Wed, 02 Sep 2009 07:38:57 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30541</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Angie,

is your applicatio nbuild with -g (symbol info enabled). You can double check with using readelf on your executable file. Your problem could also be one of path mapping although the debugger should ask you to provide the correct source path i this was the issue. Lastly if you are debuging a runtime loaded shared object yo may need to add the binary path for that shared object to your library search path. 

Thanks, Rob ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30542</link>
      <pubDate>Wed, 02 Sep 2009 07:41:30 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30542</guid>
    </item>
    <item>
      <title>By dan0112</title>
      <description><![CDATA[ Hi Rob,

thanks for your quick reply. I checked again, and as far as I can see, the documentation for using IDB 10.1 with eclipse is not applicable to 11.0, for two reasons: (1) the menus described for eclipse do not exist anymore, and (2) the folder structure described for IDB 10.1 does not exist anymore (in particular there is no eclipse directory in 11.0) - see for example http://www.intel.com/software/products/compilers/docs/clin/idb_manual/lin/idb_starting_eclipse.htm (and others). Please let me know if you have a different documentation.

I am not sure what u mean by 'link in ./idbc'. I tried to define idbc as the debugger in the Run/Debug Settings (launch configuration properties) of my eclipse project, instead of the default gdb. I then get the following error message:

Error initializing shared library options: Not implemented: gdb_show_solib_search_path

I also tried iidb as the debugger. In that case I got the error message: 
Error creating session
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

I am still relatively new to all this, so I greatly appreciate your help. 

Thanks a lot

Daniel

PS: I tried the IDB 11.0 GUI, but I can't see how to look at variables, or put expressions on watch and the like. Where can I find an easy Intro guide for that? ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30550</link>
      <pubDate>Wed, 02 Sep 2009 09:18:00 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30550</guid>
    </item>
    <item>
      <title>By aleks vadnjal</title>
      <description><![CDATA[ I’m trying to ./install Intel Fortran compiler 11.046 on Linux Centos OS distro, but have problems getting JRE being recognized by interactive install. However I have 2 compatible  JRE installed on…. 
/usr/java/jre1.5.0_11/
/usr/java/jdk1.6.0_03/jre/
…and for some reason install script missed them both. Could you please advise on how to get my JRE working with idb?
Thank you!
 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-30925</link>
      <pubDate>Fri, 11 Sep 2009 10:58:52 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-30925</guid>
    </item>
    <item>
      <title>By joex26</title>
      <description><![CDATA[ I have the same error running iidb:
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

How I can solve it? Please help ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33259</link>
      <pubDate>Mon, 26 Oct 2009 02:40:17 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33259</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Aleks,

normally if you do a JRE install from the RPM at java.com or from your OS repository / package manager the installation should work without problems.

One possibility could be that you have an ia32 compiler/debugger installation on an Intel64 system. As far as 64bit support goes the JRE and the debugger need to match.  ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33290</link>
      <pubDate>Mon, 26 Oct 2009 09:27:59 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33290</guid>
    </item>
    <item>
      <title>By Robert MuellerAlbrecht (Intel)</title>
      <description><![CDATA[ Hi Joe and Dan,

On the error message:
iidb: error while loading shared libraries: libPostOffice.so: cannot open shared object file: No such file or directory

This should be caused simply by an incomplete environment setup on your system.

If you go to /opt/intel/Compiler/11.x/xxx/bin you should find something like fortvars.sh or iccvars.sh depending on your installaiton that handles the complete environment setup for you.

The type of enviornment setting that is probably missing for you would be 

export LD_LIBRARY_PATH=/opt/intel/Compiler/11.0/069/idb/lib/intel64:$LD_LIBRARY_PATH


To set breakpoints or wathcpoints there is a Debug>breakpoint menu entry and there also is a stop sign (may also look like a red flower to you) in the debugger icon bar.
There also is a variable browser, locals window and a freely definable variables window available. I guess the easiest would be to hover over the button bar and look at the mouse-over hints - if it is not obvious which those are.


 ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-33292</link>
      <pubDate>Mon, 26 Oct 2009 09:49:11 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-33292</guid>
    </item>
    <item>
      <title>By Pierre</title>
      <description><![CDATA[ Whether I setup idb, idbc, or iidb from the Eclipse Galileo 'Debug Configuration' options, I invariably get a disassembly dump rather than my source code files.

I have entered the source actual code path in the 'Source' tab (/Project/Source1, /Project/Source2).

When I run idb, it launches separately (java GUI) and lists the cc8mSUAH.s / crti.S / init.c / initfini.c source files instead of my code (it tries to find my code in the /Project/Release folder rather than in /Project/Source1).

Any idea about how I can tell the Intel Debugger to look at the Source Code Path setup (under the "Debug Configuration") in Eclipse?

Thanks!

Pierre. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-35211</link>
      <pubDate>Sat, 21 Nov 2009 05:38:44 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-35211</guid>
    </item>
    <item>
      <title>By Pierre</title>
      <description><![CDATA[ .
It works like a charm now I have put all my source files in one large (and ugly) directory.
.
Support for splitting source code to several folders should not be that difficult to get working... maybe for the next release.

Pierre. ]]></description>
      <link>http://software.intel.com/en-us/articles/idb-linux/#comment-35214</link>
      <pubDate>Sat, 21 Nov 2009 06:26:12 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/idb-linux/#comment-35214</guid>
    </item>
  </channel></rss>