This commit upstreams the LLDB RPC server interface emitters. These emitters generate the server-side API interfaces for RPC, which communicate directly with liblldb itself out of process using the SB API. https://discourse.llvm.org/t/rfc-upstreaming-lldb-rpc/85804
7 lines
283 B
C
7 lines
283 B
C
// This ia a basic header file used to check that the server-side emitter
|
|
// for rpc-gen emits an expected set of includes in a generated source file.
|
|
#ifndef LLDB_API_SBRPC_CHECKBASICINCLUDE_H
|
|
#define LLDB_API_SBRPC_CHECKBASICINCLUDE_H
|
|
|
|
#endif // LLDB_API_SBRPC_CHECKBASICINCLUDE_H
|