<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-ext.aps.anl.gov/epics/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_a_New_Breakpoint_Table</id>
	<title>How to Add a New Breakpoint Table - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-ext.aps.anl.gov/epics/index.php?action=history&amp;feed=atom&amp;title=How_to_Add_a_New_Breakpoint_Table"/>
	<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_to_Add_a_New_Breakpoint_Table&amp;action=history"/>
	<updated>2026-07-21T01:01:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki-ext.aps.anl.gov/epics/index.php?title=How_to_Add_a_New_Breakpoint_Table&amp;diff=2937&amp;oldid=prev</id>
		<title>StephanieAllison at 16:41, 4 January 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki-ext.aps.anl.gov/epics/index.php?title=How_to_Add_a_New_Breakpoint_Table&amp;diff=2937&amp;oldid=prev"/>
		<updated>2011-01-04T16:41:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;(1) Copy menuConvert.dbd from base/dbd to the app's src directory.&lt;br /&gt;
&lt;br /&gt;
(2) In the src directory, create a breakpoint table file &amp;lt;bpname&amp;gt;.dbd.  Look at base/dbd/bpt*.dbd for the proper format.&lt;br /&gt;
&lt;br /&gt;
(3) In src/menuConvert.dbd, add a line for your new breakpoint table, using the breaktable name from the first line of &amp;lt;bpname&amp;gt;.dbd.   Look at the existing breakpoint table entries in menuConvert.dbd for the proper format.&lt;br /&gt;
&lt;br /&gt;
(4a) If the breakpoint table is monotonic or epics base is &amp;lt; 3.14.9, add &amp;lt;bpname&amp;gt;.dbd to src/&amp;lt;appname&amp;gt;Support.dbd:&lt;br /&gt;
&lt;br /&gt;
'''include &amp;quot;&amp;lt;bpname&amp;gt;.dbd&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
If Makefile is used instead of &amp;lt;appname&amp;gt;Support.dbd, add to src/Makefile:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;appname&amp;gt;_DBD += &amp;lt;bpname&amp;gt;.dbd'''&lt;br /&gt;
&lt;br /&gt;
(4b) If the breakpoint table is non-monotonic and epics base &amp;gt; 3.14.8, install &amp;lt;bpname&amp;gt;.dbd by itself in src/Makefile:&lt;br /&gt;
&lt;br /&gt;
'''DBD += &amp;lt;bpname&amp;gt;.dbd'''&lt;br /&gt;
&lt;br /&gt;
(5) Clean/build src.&lt;br /&gt;
&lt;br /&gt;
(6) Use the breaktable name in the record's LINR field.  Make sure that the device support for the record supports conversion.&lt;br /&gt;
&lt;br /&gt;
(7) If the breakpoint table is non-monotonic and epics base &amp;gt; 3.14.8, change st.cmd to set the non-monotonic flag and load the breakpoint table:&lt;br /&gt;
&lt;br /&gt;
'''dbBptNotMonotonic=1'''  (rtems, vxWorks)&lt;br /&gt;
&lt;br /&gt;
or:&lt;br /&gt;
&lt;br /&gt;
'''var dbBptNotMonotonic 1''' (soft)&lt;br /&gt;
&lt;br /&gt;
then:&lt;br /&gt;
&lt;br /&gt;
'''dbLoadRecords(&amp;quot;dbd/&amp;lt;bpname&amp;gt;.dbd&amp;quot;)'''&lt;/div&gt;</summary>
		<author><name>StephanieAllison</name></author>
	</entry>
</feed>