…ers" (#143941) Reland the script that converts lldb headers to RPC headers. The RPC test was failing due to the incorrect input filepath being used. Original commit message: This commit replaces the shell script that fixes up includes for the LLDB framework with a Python script. This script will also be used when fixing up includes for the LLDBRPC.framework.
10 lines
412 B
C
10 lines
412 B
C
// This is a truncated version of an SB API file generated by lldb-rpc-gen
|
|
// used to test framework-header-fix.py to make sure the includes are correctly fixed
|
|
// up for the LLDBRPC.framework.
|
|
|
|
// Local includes must be changed to framework level includes.
|
|
// e.g. #include "lldb/API/SBDefines.h" -> #include <LLDB/SBDefines.h>
|
|
#include "LLDBRPC.h"
|
|
#include "SBDefines.h"
|
|
#include <lldb-rpc/common/RPCPublic.h>
|