这是indexloc提供的服务,不要输入任何密码
Skip to content

time travel debugging,意思就是类似rr的调试 #23

@hitzhangjie

Description

@hitzhangjie

The concept of time travel debugging (see the Exercises, below) has been invented (and reinvented) many times. One of the most impactful tools comes from King et al. [Samuel T. King et al, 2005], integrating a time-traveling virtual machine (TTVM) for debugging operating systems, integrated into GDB. The recent record+replay "rr" debugger also implements time travel debugging on top of the GDB command line debugger; it is applicable for general-purpose programs and available as open source.

see: https://www.debuggingbook.org/beta/html/Debugger.html#:~:text=The%20concept%20of,as%20open%20source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions