METHOD FOR DEBUGGING COMPUTER PROGRAM
    1.
    发明公开
    METHOD FOR DEBUGGING COMPUTER PROGRAM 审中-公开
    VERFAHREN ZUR COMPUTERPROGRAMMFEHLERBESEITIGUNG

    公开(公告)号:EP3103018A4

    公开(公告)日:2017-03-08

    申请号:EP14884084

    申请日:2014-02-28

    IPC分类号: G06F11/36

    CPC分类号: G06F11/366 G06F11/3664

    摘要: A debugging method is proposed in the disclosure. A computer running a program generates a master core dump file and one or more slave core dump files in response to a triggering event such as an internal failure. The core dump files are analyzed by another computer for debugging the program. The master core dump file includes an index list, and each entry of the index list corresponds to a slave core dump file of the one or more slave core dump files. The master core dump file can be the first to be transferred to the other computer. Based on the information in the index list, the other computer selectively requests one or more slave core dump files from the generated slave core dump files for debugging.

    摘要翻译: 本发明提出了一种调试方法。 运行程序的计算机响应于触发事件(如内部故障)生成主核心转储文件和一个或多个从属核心转储文件。 核心转储文件由另一台计算机进行分析,用于调试程序。 主核心转储文件包括索引列表,索引列表的每个条目对应于一个或多个从属核心转储文件的从核心转储文件。 主核心转储文件可以首先传输到另一台计算机。 根据索引列表中的信息,另一台计算机从生成的从核心转储文件中选择性地请求一个或多个从属核心转储文件进行调试。

    A SYSTEM AND METHOD THEREOF FOR CREATING DYNAMICALLY ATTACHABLE AND DETACHABLE BINARY FILES
    2.
    发明公开
    A SYSTEM AND METHOD THEREOF FOR CREATING DYNAMICALLY ATTACHABLE AND DETACHABLE BINARY FILES 审中-公开
    用于生产动态可固定和可溶解二元文件的系统和方法

    公开(公告)号:EP2987079A4

    公开(公告)日:2016-04-06

    申请号:EP14814726

    申请日:2014-10-29

    IPC分类号: G06F9/45 G06F9/44 G06F9/445

    摘要: A technique for creating dynamically attachable and detachable binary files is provided. The invention provides an efficient mechanism to manage the existing code bases with respect to the additional code needed for a particular feature as a single code base. It also provides a mechanism for designers to plan for such features even before the code is conceptualized. The system parses the code having a dynamic feature manager (DFM) tag to produce a base code wherein the DFM tag encloses a feature. The multiple code sets based on the DFM tags are created. A feature change table storing the information about a changed feature compared to the feature from the code sets is generated and stored in the system. The code sets are then compiled to generate binaries. The difference between each of the binaries, using the feature change tables is determined and stored which is used for creating differential binary file(s).