8 citations found. Retrieving documents...
J. Lourenco, J. Cunha, H.Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewski. An Integrated Testing and Debugging Environment for Parallel and Distributed Programs. In EUROMICRO 97, Proceedings of the 23rd EUROMICRO Conference, pages 291--298, Budapest, Hungary, September 1997. IEEE Computer Society.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:
A Framework to Support Parallel and Distributed Debugging - Cunha, Lourenco.. (1998)   (2 citations)  Self-citation (Lourenco Cunha)   (Correct)

No context found.

J. Lourenco, J. Cunha, H.Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewski. An Integrated Testing and Debugging Environment for Parallel and Distributed Programs. In EUROMICRO 97, Proceedings of the 23rd EUROMICRO Conference, pages 291--298, Budapest, Hungary, September 1997. IEEE Computer Society.


The PDBG Process-level Debugger for Parallel and Distributed.. - Lourenço, Cunha (1998)   Self-citation (Loureno Cunha)   (Correct)

.... and usergenerated commands (e.g. system signals and client tool requests) with a well defined set of events and an implementation independent operational semantics, is a major step forward to the integration of parallel debuggers in more complete and complex program development environments [7, 9]. The OMIS (proposed) Standard The On line Monitoring Interface Specification (OMIS) 11] aims to define an open interface to connect software development tools for parallel software, including e.g. debuggers and performance analyzers. Concerning debugging, OMIS has a more broad scope than ....

J. Loureno, J. C. Cunha, H. Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewsk. An integrated testing and debugging environment for parallel and distributed programs. In Proceedings of the 23 Euromicro Conference (EUROMICRO'97), pages 291-- 298, Budapeste, Hungary, September 1997. IEEE Computer Society Press.


An Experiment in Tool Integration: the DDBG Parallel and.. - Cunha, Lourenço, Antão (1999)   (2 citations)  Self-citation (Lourenco Cunha De lisboa)   (Correct)

....Using the DDBG Debugger In this section we briefly discuss our experimentation with the interfacing of the DDBG system and two high level tools of a parallel software engineering environment: the STEPS and the GRAPNEL tools. More detailed descriptions of these tools and interfaces is given in [21,14,18 20,9,23]. 4.1 Tool Composition for Testing and Debugging In our project we have given great consideration to the search of a close integration of static analysis and dynamic analysis methods in order to guarantee the final quality of the parallel software. The development of a methodology and tool to ....

J. Lourenco, J.C. Cunha, Universidade Nova de Lisboa, and H. Krawczyk, P. Kuzora, M. Neyman, B. Wiszniewsk, Technical University of Gdansk. An Integrated Testing and Debugging Environment for Parallel and Distributed Programs. in: Proc. 23rd EUROMICRO Conference (Budapest, Hungary, 1997).


A Thread-level Distributed Debugger - Lourenço, Cunha (1998)   Self-citation (Loureno Cunha)   (Correct)

No context found.

J. Loureno, J. C. Cunha, H. Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewsk. An integrated testing and debugging environment for parallel and distributed programs. In Proceedings of the 23 Euromicro Conference (EUROMICRO'97), pages 291--298, Budapeste, Hungary, September 1997. IEEE Computer Society Press.


Replaying Distributed Applications with RPVM - Lourenço, Cunha (1998)   Self-citation (Lourenco Cunha)   (Correct)

....control. An automated tool determines a valid sequence of intermediate states that lead the application to the desired state, and then the technique described in (2) is applied. This specification file can be generated by a multitude of tools, such as static or dynamic testing tools [13] 17] or by a monitor that traces all the processes interactions during the application (as presented in this paper) The re execution of a parallel or distributed application requires a two phase process: ffl Phase 1: Recording In this phase, information is collected on each node, in order to ....

J. Lourenco, J. C. Cunha, H. Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewsk. An integrated testing and debugging environment for parallel and distributed programs. In Proceedings of the 23 rd Euromicro Conference (EUROMICRO'97), pages 291--298, Budapeste, Hungary, September 1997. IEEE Computer Society Press.


Using Ddbg To Support Testing And High-Level Debugging.. - Cunha, Lourenço, Duarte (1995)   Self-citation (Cunha)   (Correct)

....e.g. converting a DEIPA step command into a set of DDBG set breakpoint and continue execution commands. It also supports the required process control, e.g. setting variables in an if then else statement, so that each process is forced to follow the path that is specified by the TeSS file. In [16] there is a complete discussion of DDBG and STEPS integration. The DDBG support for multiple simultaneous client tools has been used here. The DEIPA tool is used to control the execution of all the application processes as explained, and the DDBG console and or GUI can be used to provide a more ....

Lourenco J.---Cunha, J. C.---Krawczyk, H.---Kuzora, P.---Neyman, M.--- Wiszniewski, B.: An Integrated Testing and Debugging Environment for Parallel and Distributed Programs. Proceedings of the 23 rd Euromicro Conference. Budapest, Hungary, 1997.


Testing Debugging - Task Leader   Self-citation (Krawczyk)   (Correct)

.... (with some redundancy) possible communication events in a program [27] ffl analysis of conditions of a program execution in order to generate test data for exercising execution paths [30] ffl formulating conditions for replay and rerun of the program runtime code to achieve repeatability [23, 25], ffl definition of correspondences between tests and logs [23] ffl determining conditions for detecting typical time dependent errors like races and deadlocks [26] ffl formulating principles for designing test scenarios for a given application program [1, 2, 3, 7, 12, 13, 17] ffl ....

.... for detecting typical time dependent errors like races and deadlocks [26] ffl formulating principles for designing test scenarios for a given application program [1, 2, 3, 7, 12, 13, 17] ffl ordering of communication events for the appropriate visualization of various parallel fenomena [25, 29]. Another important theoretical result of the project research has been the reduction of monitoring states in a parallel program under test, owing to the synthesis method of protocol machines [16] The practical result of this research are the STEPS and DDBG tools, which implement the concepts ....

[Article contains additional citation context not shown here]

Louren¸co, J., Cunha, J.C., Krawczyk, H., Kuzora, P., Neyman, M., Wiszniewski, B.: An Integrated Testing and Debugging Environment for Parallel and Distributed Programs, 23rd EUROMICRO'97, Budapest, September 1997.


Tool Integration Issues for Parallel and Distributed Debugging - Cunha, Lourenço, Duarte   Self-citation (Cunha Loureno)   (Correct)

....converting a DEIPA step command into a set of DDBG set breakpoint and continue execution commands. It s also responsible for the required process control, e.g. setting variables in an if then else statement, so that a process is forced to follow the specific path as specified in the TeSS file. In [16] one can find a complete discussion of the DDBG and STEPS integration issues. 4. Conclusions and Future Work In this paper we have discussed the DDBG debugger, and how it was used to offer debugging functionalities to other tools in a parallel software engineering environment. The DDBG is a ....

J. C. Cunha, J. Lourenço, H. Krawczyk, P. Kuzora, M. Neyman, and B. Wiszniewski. An integrated testing and debugging environment for parallel and distributed programs. In Proceedings of the 23 rd EUROMICRO 97 Conference, pages 291--298, Budapest, Hungary, September 1997. IEEE CS.

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC