원문정보
초록
영어
Virtual machine technology is one of core technologies for mobile, cloud, and IoT, which is intended to provide environments independent of certain hardware. The scope of utilization of virtual machines is being widened further because virtual machines simplify complicated execution and development environments fragmented by type of devices or platforms and provide consistent program development methods and common execution methods. Smart virtual machine (SVM) is a software processor that can be loaded on various devices such as smart devices and embedded devices and are core modules of smart cross platforms for providing language/platform-independent functions to users in order to improve the reusability of contents. SVM supports programming languages such as C/C++, Java, and Objective C and diverse execution environments such as Android, iOS, Linux, and Windows. In the present paper, a debugger for more effective support for the development of SVM applications was designed and implemented. Through analysis of existing diverse debug file formats, a debug file format that can cover the diverse languages and execution environments supported by SVM was designed, assemblers and compilers were expanded based on the designed debug file format, and debugging processes were shown in which a debugger was implemented using the proposed debug file format.
목차
1. Introduction
2. Related Researches Related Studies
2.1. GDB (GNU Debugger)
2.2. Java Debugger
2.3. CLR Debugger
2.4. Debug File Formats
3. SVM Debugger
4. Experimental Results
5. Conclusions and Further Researches
References