Hi all, I am testing a custom build debugger on command line interface using dejagnu testsuite.
In the normal way, in order to debug the application, I'll first run the executable on the simulator specifying the configuration and port (say, 4000) to connect. This application now runs waiting for a remote debugger to attach to itself and waits. Then, in another command window, I run the customized debugger specifying the executable file. I then connect to the already running process by the command: target extended-remote localhost:4000 (where 4000 is the port specified earlier). Then, I can continue to debug the application in the normal way. My question is, I have to get this setup running on dejagnu gdb testsuite. Can anyone help me in setting the configuration?. How do I need to setup the testsuite to get it running in the above setup? Note: The target hardware to run the executable is not x86. I'm using a customized c compiler and also a customized debugger (which is ported from gdb). Thanks in advance, Regards, Ravi. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu