forked from OSchip/llvm-project
Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/Python/buildSwigPython.py
llvm-svn: 235819
This commit is contained in:
parent
9370dc2fda
commit
ce216063ac
|
@ -55,6 +55,7 @@ class LLDB_API SBFunction;
|
|||
class LLDB_API SBHostOS;
|
||||
class LLDB_API SBInstruction;
|
||||
class LLDB_API SBInstructionList;
|
||||
class LLDB_API SBLaunchInfo;
|
||||
class LLDB_API SBLineEntry;
|
||||
class LLDB_API SBListener;
|
||||
class LLDB_API SBModule;
|
||||
|
|
|
@ -97,7 +97,7 @@ def get_header_files( vDictArgs ):
|
|||
"/include/lldb/API/SBInputReader.h",
|
||||
"/include/lldb/API/SBInstruction.h",
|
||||
"/include/lldb/API/SBInstructionList.h",
|
||||
"/include/lldb/API/SBLaunchInfo.h",
|
||||
"/include/lldb/API/SBLaunchInfo.h",
|
||||
"/include/lldb/API/SBLineEntry.h",
|
||||
"/include/lldb/API/SBListener.h",
|
||||
"/include/lldb/API/SBModule.h",
|
||||
|
@ -175,7 +175,7 @@ def get_interface_files( vDictArgs ):
|
|||
"/scripts/interface/SBInputReader.i",
|
||||
"/scripts/interface/SBInstruction.i",
|
||||
"/scripts/interface/SBInstructionList.i",
|
||||
"/scripts/interface/SBLaunchInfo.i",
|
||||
"/scripts/interface/SBLaunchInfo.i",
|
||||
"/scripts/interface/SBLineEntry.i",
|
||||
"/scripts/interface/SBListener.i",
|
||||
"/scripts/interface/SBModule.i",
|
||||
|
|
Loading…
Reference in New Issue