<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body bgcolor=white lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Thanks<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>In the constructor I have <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>  if FDebugger_OpenOCD_Config = nil then<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>    FDebugger_OpenOCD_Config := TStringList.Create;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I’ve added a destroy<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>destructor TGDBMIOpenOCDDebuggerProperties.Destroy;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>begin<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>  if FDebugger_OpenOCD_Config <> nil then<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>  begin<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>    FreeandNil(FDebugger_OpenOCD_Config);<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>  end;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>  inherited Destroy;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>end;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>and I’ve added    destructor Destroy; override; into the class itself<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>in the assign I’ve added<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>    FDebugger_OpenOCD_Config := TGDBMIOpenOCDDebuggerProperties(Source).FDebugger_OpenOCD_Config;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>As for the setter I’ve not added that , is that not the same as what I’ve already done ?<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Kind Regards<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Justin<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>PS I’ll get it added once my project is up and working <o:p></o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-AU'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:EN-AU'> Martin Frb [mailto:lazarus@mfriebe.de] <br><b>Sent:</b> Monday, 7 July 2014 8:24 PM<br><b>To:</b> delphian@smythconsulting.net; Lazarus mailing list<br><b>Subject:</b> Re: [Lazarus] gdb debug server class<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On 07/07/2014 11:08, Justin Smyth wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal>Hi folks , <o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>I’m trying to make a copy of GDBMiServerDebugger, to allow some extra gdb commands to be saved and  parsed.<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>In the list of properties I want to add a list of strings to save, ie ( assuming i have changed the name of the class , I am just  copying out of the original<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>I want to store 3 or 4 extra commands I want gdb to run when It executes my arm file via open ocd gdb. <o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>TGDBMIServerDebuggerProperties = class(TGDBMIDebuggerPropertiesBase)<o:p></o:p></p><p class=MsoNormal>  private<o:p></o:p></p><p class=MsoNormal>    FDebugger_Remote_Hostname: string;<o:p></o:p></p><p class=MsoNormal>    FDebugger_Remote_Port: string;<o:p></o:p></p><p class=MsoNormal>-<span style='font-family:Wingdings'>à</span> FDebugger_Custom_List:TStringList <span style='font-family:Wingdings'>ß</span><o:p></o:p></p><p class=MsoNormal>  public     <o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>is this possible ? if I do this I need to add FDebugger_Custom_List = TStringList.create; into the constructor listed below<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>constructor TGDBMIServerDebuggerProperties.Create;<o:p></o:p></p></blockquote><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:EN-AU'><br>Yes, the object needs to be present, so it can be used in the OI.<br><br>You probably also need a setter for the propert<br><br>procedure SetDebugger_Custom_List( New:TStringList );<br>   FDebugger_Custom_List.assign(New);<br><br><br>and a destructor to free it.Do not forget to add all of your fields to the ASSIGN method too. <br><br>And last note, I have not looked at how this is stringified when saved. So I do not know if it works with TStrings (it should...)<o:p></o:p></span></p></div></body></html>