小編給大家分享一下Shell中Debug命令怎么用,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
為企業(yè)提供成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、網(wǎng)站優(yōu)化、營銷型網(wǎng)站、競價托管、品牌運(yùn)營等營銷獲客服務(wù)。創(chuàng)新互聯(lián)擁有網(wǎng)絡(luò)營銷運(yùn)營團(tuán)隊(duì),以豐富的互聯(lián)網(wǎng)營銷經(jīng)驗(yàn)助力企業(yè)精準(zhǔn)獲客,真正落地解決中小企業(yè)營銷獲客難題,做到“讓獲客更簡單”。自創(chuàng)立至今,成功用技術(shù)實(shí)力解決了企業(yè)“網(wǎng)站建設(shè)、網(wǎng)絡(luò)品牌塑造、網(wǎng)絡(luò)營銷”三大難題,同時降低了營銷成本,提高了有效客戶轉(zhuǎn)化率,獲得了眾多企業(yè)客戶的高度認(rèn)可!
-> dbgHelpb Display breakpoints and eventpointsb addr[,task[,count [,quiet]]] Set breakpointbi [bpId] Display breakpoint(s) detailed informatione addr[,eventNo[,task[,func[,arg]]]]] Set eventpointdprintf addr,task,count,fmtStr[,args] Set dynamic printf eventpointbd addr[,task] Delete breakpointbdall [task] Delete all breakpoints and eventpointsc [task[,addr[,addr1]]] Continue from breakpointcret [task] Continue to subroutine returns [task[,addr[,addr1]]] Single stepso [task] Single step/step over subroutinel [adr[,nInst]] List disassembled memorytt [task] Do stack trace on taskhdprintf addr,access,task,count,fmtStr[,args] Set hardware dynamic printf eventpoint (bh() help entry lists access modes)bh addr[,access[,task[,count[,quiet]]]] Set hardware breakpoint access : 0 - instruction 1 - write 1 byte 3 - read/write 1 byte 5 - write 2 bytes 7 - read/write 2 bytes d - write 4 bytes f - read/write 4 bytes 9 - write 8 bytes b - read/write 8 bytes
寫個小栗子
#include <stdio.h>
void eee()
{
printf("!%s\n", __FUNCTION__);
}
void ddd()
{
printf("!%s\n", __FUNCTION__);
eee();
}
void ccc()
{
printf("!%s\n", __FUNCTION__);
ddd();
}
void bbb()
{
printf("!%s\n", __FUNCTION__);
ccc();
}
void aaa()
{
printf("!%s\n", __FUNCTION__);
bbb();
}
用它來試試這個dbgLib的操作
先加個斷點(diǎn),例如在bbb()的位置
以上是“Shell中Debug命令怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)站欄目:Shell中Debug命令怎么用
URL網(wǎng)址:http://aaarwkj.com/article22/gjcecc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供移動網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、用戶體驗(yàn)、網(wǎng)站設(shè)計(jì)公司、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)