mirror of
https://github.com/openharmony/third_party_lldb-mi.git
synced 2026-07-01 20:05:01 -04:00
5a9adaee19d062cfff96aacc4c08476ea219f26f
lldb-mi
This is the LLDB's machine interface driver from llvm-8.0.1. A few patches and OHOS target modifications are applied.
Build
The build of lldb-mi relies on LLDB, Clang and LLVM. On a system that's already configured with LLDB, CLANG and LLVM, the lldb-mi can be built with the following commond:
cmake . ; cmake --build .
Description
Languages
C++
99.7%
CMake
0.3%