From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 17 Jul 2010 02:48:44 -0600 From: EBo To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: <16b49e4e76df857990ac9dedae73c171@9netics.com> References: <16b49e4e76df857990ac9dedae73c171@9netics.com> Message-ID: User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] acid question Topicbox-Message-UUID: 3fc1299c-ead6-11e9-9d60-3106f5b1d025 > is there a way to do in acid the equivalent to gdb 'call'? I have not spent any time with acid so I cannot say definitively, but if you are referring to the trick I did to develop an embedded regression test suite was to set break points and then test specific variables or continue to other break points which revealed the proper behavior as a pass or fail. I was able to put all this into a series of .gdbinit's. Looking at the acid documentation it appears that there is an equivalent functionality. So as long as there is a way to read a configuration file when acid starts, then yes. If not, then it should be relatively easy to add. I hope this answered your question, assuming I was the one you were asking the question of. EBo --