小編給大家分享一下Shell中Debug命令怎么用,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
為企業(yè)提供成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、網(wǎng)站優(yōu)化、營(yíng)銷(xiāo)型網(wǎng)站、競(jìng)價(jià)托管、品牌運(yùn)營(yíng)等營(yíng)銷(xiāo)獲客服務(wù)。創(chuàng)新互聯(lián)擁有網(wǎng)絡(luò)營(yíng)銷(xiāo)運(yùn)營(yíng)團(tuán)隊(duì),以豐富的互聯(lián)網(wǎng)營(yíng)銷(xiāo)經(jīng)驗(yàn)助力企業(yè)精準(zhǔn)獲客,真正落地解決中小企業(yè)營(yíng)銷(xiāo)獲客難題,做到“讓獲客更簡(jiǎn)單”。自創(chuàng)立至今,成功用技術(shù)實(shí)力解決了企業(yè)“網(wǎng)站建設(shè)、網(wǎng)絡(luò)品牌塑造、網(wǎng)絡(luò)營(yíng)銷(xiāo)”三大難題,同時(shí)降低了營(yíng)銷(xiāo)成本,提高了有效客戶(hù)轉(zhuǎn)化率,獲得了眾多企業(yè)客戶(hù)的高度認(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
寫(xiě)個(gè)小栗子
#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();
}
用它來(lái)試試這個(gè)dbgLib的操作
先加個(gè)斷點(diǎn),例如在bbb()的位置
以上是“Shell中Debug命令怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)站欄目:Shell中Debug命令怎么用
URL網(wǎng)址:http://vcdvsql.cn/article22/gjcecc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供移動(dòng)網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、用戶(hù)體驗(yàn)、網(wǎng)站設(shè)計(jì)公司、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)