<?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 Does CodeWarrior have any API to set soft breakpoints directly? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587720#M4781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the CodeWarrior 5.9.0. When I set a soft breakpoint then check the CCS log, only find these "ccs_read_reg" "ccs_write_reg" "ccs_write_mem" and some other APIs viewing memories or registers directly. So I want to know if there are some APIs to set soft breakpoints directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2016 07:52:31 GMT</pubDate>
    <dc:creator>blackmouse</dc:creator>
    <dc:date>2016-08-10T07:52:31Z</dc:date>
    <item>
      <title>Does CodeWarrior have any API to set soft breakpoints directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587720#M4781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the CodeWarrior 5.9.0. When I set a soft breakpoint then check the CCS log, only find these "ccs_read_reg" "ccs_write_reg" "ccs_write_mem" and some other APIs viewing memories or registers directly. So I want to know if there are some APIs to set soft breakpoints directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 07:52:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587720#M4781</guid>
      <dc:creator>blackmouse</dc:creator>
      <dc:date>2016-08-10T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does CodeWarrior have any API to set soft breakpoints directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587721#M4782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello customer：&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;Below are the CCS API functions for breakpoint set and remove: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;ccs_error ccs_set_hwbp(ccs_core_handle coreh, unsigned long bp_info_size, void *bp_info, unsigned long reservation_id, unsigned long *bp_id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;ccs_error ccs_delete_hwbp(ccs_core_handle coreh, unsigned long bp_id);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 07:00:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587721#M4782</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-08-11T07:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Does CodeWarrior have any API to set soft breakpoints directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587722#M4783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But according to the help document they are hardware breakpoint APIs. Are they suitable for software breakpoints?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 08:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587722#M4783</guid>
      <dc:creator>blackmouse</dc:creator>
      <dc:date>2016-08-11T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does CodeWarrior have any API to set soft breakpoints directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587723#M4784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello customer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;No, these two functions are for hardware breakpoints. The software breakpoints works in different ways. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;When software breakpoints are used, the debugger will remove the instruction and replace it with a special debug halt instruction into program Flash memory.&amp;nbsp;&amp;nbsp; After the CPU starts running, periodically, the debugger polls the target for status to see if it has halted. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 07:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Does-CodeWarrior-have-any-API-to-set-soft-breakpoints-directly/m-p/587723#M4784</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-08-12T07:17:36Z</dc:date>
    </item>
  </channel>
</rss>

