zoukankan      html  css  js  c++  java
  • 定期保存2017-04-19

    http://lib.csdn.net/article/go/18377
    https://sourceware.org/gdb/wiki/How%20gdb%20loads%20symbol%20files
    http://cn.bing.com/search?q=minimal+symtab&go=%E6%90%9C%E7%B4%A2&qs=n&form=QBRE&sp=-1&pq=minimal+symtab&sc=0-14&sk=&cvid=28F85BE0A9704DCF88B0CF69BEB2DF93
    http://www.ibm.com/developerworks/cn/linux/l-elfpw/index1.html

    https://wiki.linaro.org/KenWerner/Sandbox/libunwind


    http://www.alivepea.me/prog/how-backtrace-work/


    https://sourceware.org/gdb/wiki/Internals/Requirements

    vim配置
    http://www.cnblogs.com/ToDoToTry/archive/2011/09/07/2170120.html
    https://blogs.oracle.com/ali/entry/gnu_hash_elf_sections
    http://www.ibm.com/developerworks/cn/linux/l-elfpw/index1.html
    http://www.oenhan.com/gdb-principle
    http://www.cs.miami.edu/home/burt/learning/Csc521.101/notes/linux_syscall.html

    kdump
    http://www.ibm.com/developerworks/cn/linux/l-cn-kdump1/
    http://www.ibm.com/developerworks/cn/linux/l-cn-kdump2/
    http://www.ibm.com/developerworks/cn/linux/l-cn-kdump3/
    http://www.ibm.com/developerworks/cn/linux/l-cn-kdump4/

    ptrace
    http://www.cnblogs.com/xsln/p/ptrace.html
    http://www.linuxjournal.com/article/6100
    http://blog.csdn.net/shen332401890/article/details/17302843
    http://lixiang7.lofter.com/post/1b42fc_96d3e4

    http://www.ibm.com/developerworks/cn/linux/l-cn-prcss-hotupgrd/

    GDB原理
    http://wenku.baidu.com/view/ed1ec32258fb770bf78a5553.html
    http://www.tuicool.com/articles/aUrQZv7
    http://blog.csdn.net/fishmai/article/details/51786291
    GDB代码分析
    http://www.cnblogs.com/linucos/archive/2013/03/20/2971287.html
    https://sourceware.org/gdb/wiki/How%20gdb%20loads%20symbol%20files

    GDB使用
    https://www.ibm.com/developerworks/cn/linux/l-cn-gdbmp/index.html

    GDB Pocket Reference
    http://ishare.iask.sina.com.cn/f/7187993.html

    linux kernel
    http://www.win.tue.nl/~aeb/linux/lk/lk-5.html
    http://www.cl.cam.ac.uk/~srk31/blog/2016/02/25/?utm_source=tuicool&utm_medium=referral
    http://www.bricktou.com/kernel/ptrace_ptrace_attach.html //内核注释
    http://blog.csdn.net/FIELDOFFIER/article/details/44859305
    http://blog.chinaunix.net/uid-28458801-id-3468966.html
    http://www.mouseos.com/arch/interrupt.html
    http://www.mouseos.com
    http://m.blog.csdn.net/article/details?id=51104141
    http://home.ustc.edu.cn/~hchunhui/linux_intr.html
    http://cs.smith.edu/~nhowe/262/oldlabs/keyboard.html
    http://cs-pub.bu.edu/fac/richwest/cs591_w1/notes/wk3_pt2.PDF
    http://blog.csdn.net/u010143458/article/details/47723751

    SIGTRAP
    http://bbs.chinaunix.net/thread-1960928-1-1.html

    段错误时打印调用栈
    http://www.cppblog.com/sunicdavy/archive/2012/12/29/196809.html

    信号机制
    http://blog.csdn.net/ce123_zhouwei/article/details/8561822
    http://blog.csdn.net/ce123_zhouwei/article/details/8570616
    http://blog.csdn.net/qq276592716/article/details/7325216
    http://blog.chinaunix.net/uid-24774106-id-4061386.html
    http://blog.csdn.net/dsf031411/article/details/51325123
    http://kernel.meizu.com/linux-signal.html
    http://blog.csdn.net/morphad/article/details/9255969

    信号对调试进程的影响
    http://blog.chinaunix.net/uid-27767798-id-3483807.html
    http://blog.chinaunix.net/uid-27767798-id-3499327.html
    http://www.linuxidc.com/Linux/2012-01/51214.htm
    http://blog.csdn.net/zhangqing1001/article/details/8810257
    http://blog.csdn.net/dog250/article/details/5303228

    linux调试工具
    http://www.cnblogs.com/lidabo/p/4377545.html
    http://www.ibm.com/developerworks/cn/linux/sdk/l-debug/index.html
    https://www.ibm.com/developerworks/cn/linux/l-sigdebug.html

    打印所有线程bt
    http://www.cnblogs.com/mumuxinfei/p/4366708.html

    gdb使用
    http://blog.csdn.net/haoel/article/details/2885
    http://www.ibm.com/developerworks/cn/aix/library/au-unix-strace.html

    软件库
    https://fossies.org/linux/misc/

    LSOF
    https://launchpad.net/lsof/+milestone/4.82

    libtool
    http://blog.csdn.net/xljiulong/article/details/6636885

    连接器和库
    https://docs.oracle.com/cd/E53394_01/html/E54813/index.html

    elf
    https://docs.oracle.com/cd/E53394_01/html/E54813/index.html


    perf
    http://www.brendangregg.com/perf.html
    http://www.ibm.com/developerworks/cn/linux/l-cn-perf1/index.html
    https://www.ibm.com/developerworks/cn/linux/l-cn-perf2/index.html
    https://perf.wiki.kernel.org/index.php/Tutorial

    linux c 编程开发环境基础知识与实践
    http://shayi1983.blog.51cto.com/4681835/1548940/

    构建GCC
    http://blog.csdn.net/wangyuanfei555/article/details/51613419
    https://www3.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
    http://web.mit.edu/rhel-doc/3/rhel-as-en-3/

    oprofile
    https://blackfin.uclinux.org/doku.php?id=linux-kernel:oprofile
    http://www.ibm.com/developerworks/cn/linux/l-oprof/
    https://www.ibm.com/developerworks/cn/linux/l-pow-oprofile/index.html
    https://en.wikipedia.org/wiki/List_of_performance_analysis_tools

    cache
    http://blog.jobbole.com/85185/
    http://blog.csdn.net/cool_way/article/details/41855595
    http://igoro.com/archive/gallery-of-processor-cache-effects/

    arm v8栈帧
    http://blog.csdn.net/softee/article/details/51019329

    plt@got
    http://blog.csdn.net/softee/article/details/41256595

    ps
    Signal 11 (SEGV) caught by ps
    http://forums.grsecurity.net/viewtopic.php?f=3&t=3298
    https://bugzilla.redhat.com/show_bug.cgi?id=951391
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704041
    http://www.freelists.org/post/procps/PATCH-ps-allow-large-list-of-groups
    http://askubuntu.com/questions/284430/command-ps-freezed-how-to-fix-it


    调试器
    https://www.ibm.com/developerworks/cn/linux/sdk/l-debug/

    dwarf
    http://www.ibm.com/developerworks/library/os-debugging/index.html
    http://larmbr.com/2013/09/20/x86-assembly-call-frame-and-dwarf-CFI-introduction/
    https://www.ibm.com/developerworks/aix/library/au-dwarf-debug-format/
    http://stackoverflow.com/questions/3564752/what-is-cfi-and-lfe-in-assembly-code-produced-by-gcc-from-c-program

    signal
    http://www.cnblogs.com/taobataoma/archive/2007/08/30/875743.html
    http://www.ibm.com/developerworks/cn/linux/l-cn-signalsec/index.html

    ubuntu
    http://mirrors.163.com/ubuntu-releases/14.04/

    huibianyuyan
    链接http://pan.baidu.com/s/1jIlN6lg提取码iauq

    gcc & gdb
    http://cseweb.ucsd.edu/classes/fa09/cse141/tutorial_gcc_gdb.html
    http://stackoverflow.com/questions/5150996/gcc-debug-information
    http://stackoverflow.com/questions/17907715/gcc-how-to-generate-line-number-debug-information-only

    call frame
    https://en.wikipedia.org/wiki/Call_stack#CALL-FRAME

    posix
    https://en.wikipedia.org/wiki/POSIX

    syscall
    http://laokaddk.blog.51cto.com/368606/486231/

    vfork
    http://www.embeddedlinux.org.cn/html/xianchengjincheng/201304/14-2542.html

    另类方法查看linux源代码
    http://www.bricktou.com/


    memory manage
    https://www.ibm.com/developerworks/cn/linux/l-linux-slab-allocator/
    http://www.uml.org.cn/embeded/201210165.asp
    http://blog.csdn.net/goodluckwhh/article/details/9970845 // 内存管理系列


    圈复杂度
    http://www.cnblogs.com/techroad4ca/archive/2015/12/02/5012406.html

    procfs
    https://www.ibm.com/developerworks/cn/linux/l-proc.html

  • 相关阅读:
    thinkphp empty标签
    thinkphp present标签
    if标签
    thinkphp 范围标签
    thinkphp 比较标签
    thinkphp switch标签
    thinkphp for标签
    thinkphp foreach标签
    QueryList 来做采集
    thinkphp volist标签
  • 原文地址:https://www.cnblogs.com/sstudy-linux/p/6735136.html
Copyright © 2011-2022 走看看