File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Example session for debugging a clang crash:
2222$ export WS=/your_own_path
2323$ cd reports/failed
2424$ unzip main.c_4c7feffae4c2b887abcdc37a3c88b2e5.plist.zip
25- $ $WS /CodeChecker/debug_tools/prepare_analyzer_cmd.py --clang $WS /llvm/build/debug/bin/clang --clang_plugin_name libericsson --clang_plugin_path $WS /codechecker_core_ws/build/debug/libericsson-checkers.so
25+ $ $WS /CodeChecker/debug_tools/prepare_analyzer_cmd.py --clang $WS /llvm/build/debug/bin/clang
2626$ bash analyzer-command_DEBUG
2727```
2828
@@ -33,6 +33,6 @@ $ export PATH=$WS/CodeChecker/build/CodeChecker/bin:$PATH
3333$ source $WS /CodeChecker/venv_dev/bin/activate
3434$ cd reports/failed
3535$ unzip main.c_4c7feffae4c2b887abcdc37a3c88b2e5.plist.zip
36- $ $WS /CodeChecker/debug_tools/prepare_all_cmd_for_ctu.py --clang $WS /llvm/build/debug/bin/clang --clang_plugin_name libericsson --clang_plugin_path $WS /codechecker_core_ws/build/debug/libericsson-checkers.so
36+ $ $WS /CodeChecker/debug_tools/prepare_all_cmd_for_ctu.py --clang $WS /llvm/build/debug/bin/clang
3737$ bash analyzer-command_DEBUG
3838```
You can’t perform that action at this time.
0 commit comments