posted by 구름너머 2008. 9. 4. 10:57

dbx 사용...

stop at 번호 if gstDivOutput.achClgNo == "24959724"

stop in MainLine
switch 498234293
stop in MainLine
stop in setMoveType

cat .dbxinit
alias n "next"
alias s "step"
alias l "list"
alias ll "list $curline-5:$listwindow"
alias p "print"
alias t "where"
alias c "cont"
alias q "quit"
alias bp "stop in"
alias b "stop at"
alias h "history"
alias j "status"
alias d "delete"
alias det "detach"
alias att "attach"
alias W "list $curline-10:20"
alias w "list $curline-5:10"

set $prompt = "dbx > "
set $listwindow = 15
set $lines = 50
set $addrfmt = "0x%lx"

set $stop_all_forks = 0
set $stop_on_fork = 1
set $stop_on_exec = 1

set $stopall_on_step = 1
set $break_during_step = 1

use $HOME/obj

setenv LANG "ko_KR.eucKR"
setenv NLS_LANG "American_America.KO16KSC5601"

'UNIX' 카테고리의 다른 글

which  (0) 2008.09.23
유닉스 명령어  (0) 2008.09.18
head와 tail의 만남  (0) 2008.09.03
Message Queues 조회 및 삭제  (0) 2008.09.03
memcmp  (0) 2008.08.17