调试工具 rr-project

码农软件 · 软件分类 · 程序调试工具 · 2019-11-30 18:42:54

软件介绍

rr 可以用来作为主调试工具,用来记录不确定性的执行和调试记录,由 Mozilla 开发。

$ rr record /your/application --args
...
FAIL: oh no!

$ rr replay
GNU gdb (GDB) ...
...
0x4cee2050 in _start () from /lib/ld-linux.so.2
(gdb)

本文地址:https://codercto.com/soft/d/20143.html

C++ Concurrency in Action

C++ Concurrency in Action

Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99

HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换