- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
When using idb, module's variables are accessed using `module`variable. What about when using idb -gdb?
Regards,
Nicolas
When using idb, module's variables are accessed using `module`variable. What about when using idb -gdb?
Regards,
Nicolas
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The Intel Debugger release notes state:
Fortran modules
A globally defined Fortran module should be rescoped with a double percent (%%) when referred to. For example, to set a breakpoint in the subroutine bar contained in a globally defined module foo, do
(idb) stop in foo%%bar
Please refer to the following section in the manual for the rescoping syntax:
Looking Around the Code, the Data and Other Process Information > Looking at the Data > The print Command
That syntax works in both DBX and GDB command modes.
Please let me know if there's something more you need in this regard.
Thanks,
-- G
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page