GDB and LLDB
GDB·LLDB Python 스크립팅 — Pretty-Printer·Custom Command
GDB / LLDB Python API. pretty-printer 작성, 커스텀 명령, 자동화, MI.
· 8분 읽기
gdb lldb
Tech articles, book reviews, and presentations.
페이지 10 / 56
GDB / LLDB Python API. pretty-printer 작성, 커스텀 명령, 자동화, MI.
다른 머신·MCU를 GDB로. RSP, gdbserver, OpenOCD, J-Link, JTAG/SWD, ARM CoreSight.
ulimit / core_pattern. gdb -c. ELF core 포맷, NT_PRSTATUS, systemd-coredump.
thread / process apply. scheduler-locking. follow-fork. rr 시간 역행 디버깅.
조건부 break, watchpoint(변수 변경 추적), catchpoint, hardware vs software.
bt·frame·up·down — 호출 스택 분석, 프레임 안 변수 조사, 인라인 함수 처리.
print 만으로 부족한 자리들 — x/memory examine, ptype, STL 컨테이너, pretty printer.
디버거에서 매일 쓰는 핵심 명령 10가지 — 정확한 의미와 자주 쓰는 변형.
네이티브 디버거의 메커니즘, gdb·lldb 차이, 설치, 첫 세션.
큰 디버그 정보 다루기. 분리·압축·네트워크 다운로드·자체 도구 작성.