http://h41379.www4.hpe.com/doc/84final/4538/4538pro_contents.html

https://kgdb.wiki.kernel.org/index.php/Main_Page

http://www.linuxjournal.com/article/4681?page=0,1

https://www.kernel.org/doc/Documentation/dynamic-debug-howto.txt

http://www.ibm.com/developerworks/library/l-gdb/index.html

https://www.kernel.org/pub/linux/kernel/people/jwessel/kgdb/

http://www.elinux.org/Debugging_The_Linux_Kernel_Using_Gdb

https://www.kernel.org/pub/linux/kernel/people/jwessel/dbg_webinar/

Parent Directory                                                     -  
README.TXT                                      16-Apr-2012 20:20  305  
README.TXT.sign                                 16-Apr-2012 20:20  836  
State_Of_kernel_debugging_LinuxCon2010.pdf      16-Apr-2012 20:20  202K 
State_Of_kernel_debugging_LinuxCon2010.pdf.sign 16-Apr-2012 20:20  836  
State_Of_kernel_debugging_LinuxCon2014.pdf      29-Aug-2014 22:52  513K 
State_Of_kernel_debugging_LinuxCon2014.pdf.sign 29-Aug-2014 22:52  543  
crash_mod.tar                                   16-Apr-2012 20:28   20K 
crash_mod.tar.bz2                               19-Apr-2012 14:47  2.2K 
crash_mod.tar.gz                                19-Apr-2012 14:47  2.2K 
crash_mod.tar.sign                              19-Apr-2012 14:47  836  
crash_mod.tar.xz                                19-Apr-2012 14:47  2.1K 
kernel_config                                   16-Apr-2012 20:20   49K 
kernel_config.sign                              16-Apr-2012 20:20  836  
kernel_debugging_tools_webinar.pdf              16-Apr-2012 20:20  210K 
kernel_debugging_tools_webinar.pdf.sign         16-Apr-2012 20:20  836  
sha256sums.asc

Linux dbg debugging的更多相关文章

  1. Linux GDB Debugging

    Catalog . GDB Introduction . GDB基本命令 1. GDB Introduction GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具,GDB主要可帮助工程师 ...

  2. 掌握 Linux 调试技术

    掌握 Linux 调试技术 在 Linux 上找出并解决程序错误的主要方法 Steve Best (sbest@us.ibm.com)JFS 核心小组成员,IBM 简介: 您可以用各种方法来监控运行着 ...

  3. LINUX 内核与 systemtap +GO 专家博客 一个[ 系统软件工程师] 的随手涂鸦

    http://nanxiao.me/category/%E3%80%8Anix-hacking%E3%80%8B%E6%9D%82%E5%BF%97/     月刊 https://github.co ...

  4. 在Linux中调试段错误(core dumped)

    在Linux中调试段错误(core dumped) 在作比赛的时候经常遇到段错误, 但是一般都采用的是printf打印信息这种笨方法,而且定位bug比较慢,今天尝试利用gdb工具调试段错误. 段错误( ...

  5. Linux 驱动开发

    linux驱动开发总结(一) 基础性总结 1, linux驱动一般分为3大类: * 字符设备 * 块设备 * 网络设备 2, 开发环境构建: * 交叉工具链构建 * NFS和tftp服务器安装 3, ...

  6. 在 Linux 上找出并解决程序错误的主要方法【转】

    转自:https://www.ibm.com/developerworks/cn/linux/sdk/l-debug/index.html 本文讨论了四种调试 Linux 程序的情况.在第 1 种情况 ...

  7. linux core文件设置

     http://blog.csdn.net/ctthuangcheng/article/details/8963551 linux core文件设置 分类: Linux OS Debugging Te ...

  8. 使用Visual Studio 利用WinGDB编译和远程调试嵌入式Linux的程序

    写这篇文章的目的在于帮助那些既要使用Visual Studio编写程序又要开发和调试嵌入式Linux 程序的苦命程序员们! 第一步, 安装 WinGDB ,下载位置  http://www.wingd ...

  9. Debugging Maya Plugin(C++) with CodeBlocks in Linux

    My system is CentOS7 x64, Maya2015 x64 for Linux. - Make sure that your project is built with flag - ...

随机推荐

  1. Map的遍历

    @Test public void test() { Map<String,String> usersmap = new HashMap<>(); usersmap.put(& ...

  2. alpha,hidden,opaque的一些认识

    如果opaque设置为YES,那么视图会被当做全视图来对待,系统会重绘整个视图 如果opaque设置为NO,那么系统会减少开销,以其中的内容来判定重绘的视图 如果把视图的背景色设置为透明那个,那么op ...

  3. Math 对象的方法

    Math 对象的方法 方法 描述 abs(x) 返回数的绝对值 acos(x) 返回数的反余弦值 asin(x) 返回数的反正弦值 atan(x) 以介于 -PI/2 与 PI/2 弧度之间的数值来返 ...

  4. Office word excel电子表格在线编辑的实现方法

    Office xp之后的版本支持通过webdav协议(http的扩展)直接编辑服务器上的文件. IIS(6.0)支持webdav,这在IIS管理器的web服务扩展中可以看到.利用IIS作为webdav ...

  5. hadoop常见错误集锦

    1  Hadoop namenode -format后Incompatible namespaceIDS 错误解决办法 重新格式话namenode后,会重新分配一个namespaceId, 这个nam ...

  6. 给宏基装WIN8.1系统之问题与解决方法(原创)

    1.采用老毛桃U盘PE进入笔记本: 2.备份桌面文件以防丢失: 3.将下载好的Win8操作系统镜像加载到虚拟光驱,最好把操作系统拷贝到笔记本硬盘上,不然可能会出现意想不到的错误: 4.打开老毛桃桌面安 ...

  7. 表设计VIso

  8. device framework(设备框架)

    Table A-1  Device frameworks Name First available Prefixes Description Accelerate.framework 4.0 cbla ...

  9. 转载 javascript中的正则表达式总结 二

    学习正则表达式 今年的第一篇javascript文章就是这个正则表达式了,之前的文章是转载别人的,不算自己的东西,可以忽略不计,最近突然想把转载别人的东西 统统删掉,因为转载过的文章,我根本没有从中获 ...

  10. Android与服务器http连接模块代码

    package com.example.httpdemo2; import java.io.BufferedReader; import java.io.IOException; import jav ...