Skip to content

Instantly share code, notes, and snippets.

View 3-24's full-sized avatar
🎯
Focusing

Youngseok Choi 3-24

🎯
Focusing
View GitHub Profile
@3-24
3-24 / tips.md
Created April 23, 2020 14:12
핀토스 팁 끄적끄적

GDB 사용법

Setup

shell 하나에서 pintos --gdb ~~~ 나머지 shell에서 gdb kernel.otarget remote localhost:1234

Breakpoints

b process.c:345 : process.c의 345번째 줄에 삽입