-
C언어Debug)Source-based Code Coverage(clang)코딩Coding/LLDB&GDB_TheGNU_Project_Debugger 2022. 4. 24. 20:47728x90
https://clang.llvm.org/docs/SourceBasedCodeCoverage.html
Clang ships two other code coverage implementations:
- SanitizerCoverage - A low-overhead tool meant for use alongside the various sanitizers. It can provide up to edge-level coverage.
- gcov - A GCC-compatible coverage implementation which operates on DebugInfo. This is enabled by -ftest-coverage or --coverage.
반응형'코딩Coding > LLDB&GDB_TheGNU_Project_Debugger' 카테고리의 다른 글
How to find memory leak in a C++ code/project? (0) 2022.05.04 m1pro는X에러해결?g++ -fsanitize=address -g3 -std=c++11 vector_ex01.cpp -o vector_ex01 (0) 2022.05.01 c++) valgrid사용법 (0) 2022.04.27 linux) readelf 메모리 주소 체크-C++ (0) 2022.04.27 Rubber Duck Debugging (0) 2022.04.22 What’s new for C++ Debugging in Visual Studio Code-microsoft (0) 2022.04.22 The state of static analysis in the GCC 12 compiler (0) 2022.04.13 Debugging in Xcode 13: Tips & Tricks (2022)- iOS (iOS Academy) (0) 2022.04.07