<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Debugger jumping around (Pascal) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873491#M37635</link>
    <description>&lt;P&gt;One of the benefits of IA64 design (Alpha too) is the ability to execute instructions out of order.&amp;nbsp; The compilers are smart enough to create efficient code which will look like lines executing out of order.&amp;nbsp; This only means that instructions are executing that are linked to certain lines.&amp;nbsp; Look at the machine code generated and you will see this in action.&amp;nbsp; Even with optimization turned off, there will still be some of this interleaving happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bottom line:&amp;nbsp; this is normal.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 22:59:52 GMT</pubDate>
    <dc:creator>abrsvc</dc:creator>
    <dc:date>2016-06-28T22:59:52Z</dc:date>
    <item>
      <title>Debugger jumping around (Pascal)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873288#M37634</link>
      <description>&lt;P&gt;When using the debugger it jumps around in the code. For example it will jump back and forth between an if statement &amp;amp; the previous line before finally moving on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the past the fix has been to turn off all optimizations for the build but even with that it is still jumping around.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is IA64 OpenVMS 8.4 Pascal 6.1 compile is:&lt;/P&gt;&lt;P&gt;PASCAL -&lt;BR /&gt;/CHECK=ALL -&lt;BR /&gt;/DEBUG=ALL -&lt;BR /&gt;/GRANULARITY=QUADWORD -&lt;BR /&gt;/LIST=LIS:'FILENAME' -&lt;BR /&gt;/OBJECT=OBJ:'FILENAME' -&lt;BR /&gt;/NOOPTIMIZE -&lt;BR /&gt;/TERMINAL=(FILE_NAME) -&lt;BR /&gt;/USAGE=(ALL,NOPERFORMANCE) -&lt;BR /&gt;'FILESPEC'&lt;/P&gt;&lt;P&gt;Any ideas on how to stop it jumping round?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873288#M37634</guid>
      <dc:creator>stephenbrayshaw</dc:creator>
      <dc:date>2016-06-28T14:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger jumping around (Pascal)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873491#M37635</link>
      <description>&lt;P&gt;One of the benefits of IA64 design (Alpha too) is the ability to execute instructions out of order.&amp;nbsp; The compilers are smart enough to create efficient code which will look like lines executing out of order.&amp;nbsp; This only means that instructions are executing that are linked to certain lines.&amp;nbsp; Look at the machine code generated and you will see this in action.&amp;nbsp; Even with optimization turned off, there will still be some of this interleaving happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bottom line:&amp;nbsp; this is normal.&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873491#M37635</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2016-06-28T22:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger jumping around (Pascal)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873601#M37636</link>
      <description>&lt;P&gt;As far as I can see - with a small test programm - this works as expected: /DEBUG with /OPTIMIZE results in jumping and with /NOOPTIMIZE there is no jumping. Tested with HP Pascal I64 V6.1-119 on OpenVMS I64 V8.4.&lt;/P&gt;&lt;P&gt;I would check the compiler listings and linker map how the source module was compiled and whether the expected object module was linked into the image.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 07:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/debugger-jumping-around-pascal/m-p/6873601#M37636</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2016-06-29T07:49:54Z</dc:date>
    </item>
  </channel>
</rss>

