- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: http://rr-project.org/
软件介绍
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)
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》 这本书的介绍吧!
