breakpoint의 종류

[WDM/WinDbg]
1. Processor breakpoint
    A breakpoint that is implemented by the processor. The debugger engine instructs the target's processor to insert this breakpoint.
    breakpoint는 프로세서로 부터 수행되어 진다. The debugger engine은 타겟의 프로세서에게 breakpoint를 넣으라고 명령한다.

2. Software breakpoint
    A breakpoint that is implemented by the debugger engine temporarily modifying the target's executable code. The breakpoint is triggered when the code is executed. The code modification is invisible to users of the debugger or the debugger engine API.
    breakpoint는 the debugger engine이 임시적으로 수정하고 있는 타겟의 실행중인 코드로 부터 수행되어진다. breakpoint는 코드가 실행되어졌을때 유발되어진다. 코드 수정은 the debugger 사용자나 debugger engine API가 알 수 없다.


1번의 경우는 말 그대로 breakpoint만 설정하는 것이지만
2번의 경우는 우리가 모르는 것 뿐이지 코드에 수정이 가해진다는 것.

난 당연히 1번을 선택!!

그러면 ba e1이 아닌 bu를 선택 ㅎㅎ
2008/01/23 17:56 2008/01/23 17:56
TAG. 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색, 이올린 태그검색올블로그 태그검색테크노라티 태그검색태그스토리 태그검색티스토리 태그검색

이 글의 트랙백 주소 :: http://www.waaraawa.com/trackback/390

::: 사람과 사람의 교감! 人터넷의 첫 시작! 댓글을 달아주세요! :::

[로그인][오픈아이디란?]