xref
: /
external
/
lldb
/
source
/
Plugins
/
Platform
/
gdb-server
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_NO_RTTI 1)
2
3
add_lldb_library(lldbPluginPlatformGDB
4
PlatformRemoteGDBServer.cpp
5
)
6