支持內(nèi)存錯(cuò)誤檢測(cè)的改進(jìn)gdb調(diào)試器的設(shè)計(jì)與實(shí)現(xiàn)
[Abstract]:C language has been widely used in the development of various system software and application software. Its memory management mechanism and pointer operation mechanism greatly improve its expression ability and flexibility, but also lead to a large number of memory errors. These errors are difficult to reproduce and difficult to find to induce errors, so memory errors are often difficult to detect. Current memory error detection methods can be divided into two categories according to whether or not to execute programs: dynamic method and static method. The static method does not need to execute the program, so it has no execution overhead and high detection efficiency. However, because of the uncertainty and unpredictability in the process of running the program, the static method can not accurately grasp the actual running state of the memory. It usually has high false alarm rate and false alarm rate. The dynamic method gathers information during program execution and thus locates where a memory error occurred in the program. But the method of collecting information by dynamic method is to modify the source code of the program by inserting piles, which may destroy the structure of the program and affect the function of the program. In addition, some of the existing tools for static array cross-border access detection is not ideal. In view of the above problems, this paper proposes a solution to implement memory error detection in gdb debugger by improving the gdb debugger. The improved gdb debugger can detect memory access error and memory leak error without modifying any source code, and get rid of the false positive problem caused by static method. The design idea of the improved gdb debugger is: 1) in the process of debugging the program, according to the different memory distribution of the program, Different methods are used to capture the memory allocation information in the program. 2) based on this information, the memory debug symbol table for memory cross access detection and the memory leak chain table 3 for memory leak detection are established) based on the watchpoint principle of the gdb debugger. The memory debug symbol table is used to monitor the memory allocation block in the program, to detect the memory access error, and to analyze the memory leak list before the end of the program. By further combining with the gdb debugger, the program can locate the location where the memory error occurred in the program.
【學(xué)位授予單位】:南京大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2012
【分類號(hào)】:TP311.11;TP333.1
【參考文獻(xiàn)】
相關(guān)期刊論文 前4條
1 李吉;王雷;;C程序緩沖區(qū)溢出漏洞精確檢測(cè)方法[J];北京航空航天大學(xué)學(xué)報(bào);2008年03期
2 周曉宇,黃文偉,史亮,徐寶文;基于源代碼插樁的C程序內(nèi)存使用錯(cuò)誤動(dòng)態(tài)檢測(cè)[J];艦船電子工程;2004年06期
3 李倩;潘敏學(xué);李宣東;;內(nèi)存泄漏檢測(cè)工具與評(píng)估方法[J];計(jì)算機(jī)科學(xué)與探索;2010年01期
4 甘紅星;金大海;宮云戰(zhàn);;基于源代碼的內(nèi)存泄漏靜態(tài)分析方法[J];內(nèi)蒙古大學(xué)學(xué)報(bào)(自然科學(xué)版);2011年05期
相關(guān)博士學(xué)位論文 前1條
1 馬曉東;C程序內(nèi)存錯(cuò)誤靜態(tài)分析技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2009年
相關(guān)碩士學(xué)位論文 前10條
1 陸晗;基于GNU的JTAG調(diào)試器的集成與設(shè)計(jì)[D];浙江大學(xué);2005年
2 樓永紅;面向嵌入式實(shí)時(shí)應(yīng)用的內(nèi)存管理技術(shù)研究[D];浙江大學(xué);2006年
3 龔偉;基于gdb的嵌入式系統(tǒng)調(diào)試器的設(shè)計(jì)與實(shí)現(xiàn)[D];電子科技大學(xué);2006年
4 欒紹楠;C/C++程序中指針有效性的靜態(tài)檢測(cè)[D];西安電子科技大學(xué);2006年
5 王文俊;C/C++程序緩沖區(qū)越界靜態(tài)檢測(cè)研究[D];西安電子科技大學(xué);2006年
6 羅琰;基于內(nèi)核模式下進(jìn)程快照的可回溯調(diào)試研究及初步實(shí)現(xiàn)[D];浙江大學(xué);2008年
7 王皓;一種內(nèi)存泄漏檢測(cè)技術(shù)的研究和實(shí)現(xiàn)[D];北京交通大學(xué);2008年
8 張超;COM組件棧緩沖區(qū)溢出漏洞檢測(cè)技術(shù)研究[D];華中科技大學(xué);2008年
9 柯平;內(nèi)存泄漏靜態(tài)檢測(cè)模型的設(shè)計(jì)與實(shí)現(xiàn)[D];北京郵電大學(xué);2009年
10 楊木葉;嵌入式交叉調(diào)試工具實(shí)現(xiàn)技術(shù)研究[D];華中科技大學(xué);2009年
,本文編號(hào):2212776
本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2212776.html