http://www.oracle.com/technetwork/server-storage/solarisstudio/documentation/amd64-dbx-364568.html AMD64 Instruction-Level Debugging With dbx By Nasser Nouri, May , Revised April Debugging at the machine-instruction level in the Solaris Studio dbx co…
https://blogs.msdn.microsoft.com/debuggingtoolbox/2007/06/08/recommended-books-how-to-acquire-or-improve-debugging-skills/ This article is my answer for this comment. First of all, this is just my opinion, not Microsoft’s opinion. Before talking abou…
http://blogs.msdn.com/b/debuggingtoolbox/archive/2007/06/08/recommended-books-how-to-acquire-or-improve-debugging-skills.aspx This article is my answer for this comment. First of all, this is just my opinion, not Microsoft’s opinion. Before talking a…
/proc/cpuinfo文件分析 在Linux系统中,提供了proc文件系统显示系统的软硬件信息.如果想了解系统中CPU的提供商和相关配置信息,则可以通过/proc/cpuinfo文件得到.本文章针对该文件进行简单的总结. 基于不同指令集(ISA)的CPU产生的/proc/cpuinfo文件不一样,基于X86指令集CPU的/proc/cpuinfo文件包含如下内容: processor : 0 vendor_id :GenuineIntel cpu family :6 model :26 mo…
换源 用中科大的比较快 deb http://mirrors.ustc.edu.cn/debian jessie main contrib non-free deb-src http://mirrors.ustc.edu.cn/debian jessie main contrib non-free deb http://mirrors.ustc.edu.cn/debian jessie-proposed-updates main contrib non-free deb-src http://m…