-
Rust debugging (wc -c main / lld main)코딩Coding/LLDB&GDB_TheGNU_Project_Debugger 2022. 2. 24. 11:30728x90
2분 57초
wc -c main
3분
lld main
readelf – useful command than ldd
얼마 전 테스트 때문에 openSSL 버전 변경을 위해서 임시로 동적 라이브러리를 정적 라이브러리 참조로 변경하였다. 재 빌드 후, ldd 명령으로 동적 라이브러리 참조가 없어졌는지 확인해보려고
www.morenice.kr
다른글 보기
dmesg | grep 내가 보려는 메세지 쓰면 됨
- https://economiceco.tistory.com/m/12550dmesg | grep 내가 보려는 메세지 쓰면 됨
ex) dmesg | grep 6분31초 나옴 https://youtu.be/nxpKv0QWs-o https://eehoeskrap.tistory.com/m/259 [Linux] dmesg 명령어 dmesg 명령어 dmesg 명령어는 시스템 부팅 메세지를 확인하는 명령어이다. 또한 커널에..
economiceco.tistory.com
반응형'코딩Coding > LLDB&GDB_TheGNU_Project_Debugger' 카테고리의 다른 글
LLDB debugger integration for NeoVim (0) 2022.03.05 NeoVim nvim-dap rust debugger (0) 2022.03.03 Execution and Static Analysis Support for MSVC on Compiler Explorer (0) 2022.03.02 dmesg | grep 내가 보려는 메세지 쓰면 됨 (0) 2022.02.24 Notes on Rust IDEs: CLion vs Rust Analyzer (0) 2022.02.22 Rust- VSCode CodeLLDB세팅 방법 (0) 2022.02.22 LLDB설명서 (0) 2022.02.22 Declarative memory management (0) 2022.02.22