[lldb] Fix build failures introduced in f0731d5b61 (NFCI)

This patch should fix the build failures introduced by f0731d5b61.

This removes the use of the `STRING_EXTENSION_OUTSIDE` swig macro in SB
classes that don't implement a `GetDescription` method.

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
This commit is contained in:
Med Ismail Bennani
2023-08-29 16:29:19 +01:00
parent 4d32f9ad0e
commit 8e0a087571
27 changed files with 0 additions and 54 deletions

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBAttachInfo)
%extend lldb::SBAttachInfo {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBBreakpointList)
%extend lldb::SBBreakpointList {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBBroadcaster)
%extend lldb::SBBroadcaster {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBCommandInterpreter)
%extend lldb::SBCommandInterpreter {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBCommandInterpreterRunOptions)
%extend lldb::SBCommandInterpreterRunOptions {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBCommunication)
%extend lldb::SBCommunication {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBEnvironment)
%extend lldb::SBEnvironment {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBExpressionOptions)
%extend lldb::SBExpressionOptions {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBHostOS)
%extend lldb::SBHostOS {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBLanguageRuntime)
%extend lldb::SBLanguageRuntime {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBLaunchInfo)
%extend lldb::SBLaunchInfo {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBListener)
%extend lldb::SBListener {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBMemoryRegionInfoList)
%extend lldb::SBMemoryRegionInfoList {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBPlatformConnectOptions)
%extend lldb::SBPlatformConnectOptions {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBPlatform)
%extend lldb::SBPlatform {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBPlatformShellCommand)
%extend lldb::SBPlatformShellCommand {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBProcessInfo)
%extend lldb::SBProcessInfo {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBQueue)
%extend lldb::SBQueue {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBQueueItem)
%extend lldb::SBQueueItem {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBReproducer)
%extend lldb::SBReproducer {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBScriptObject)
%extend lldb::SBScriptObject {
#ifdef SWIGPYTHON
%pythoncode %{

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBSourceManager)
%extend lldb::SBSourceManager {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBThreadCollection)
%extend lldb::SBThreadCollection {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBTraceCursor)
%extend lldb::SBTraceCursor {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBTrace)
%extend lldb::SBTrace {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBTypeSummaryOptions)
%extend lldb::SBTypeSummaryOptions {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject

View File

@@ -1,5 +1,3 @@
STRING_EXTENSION_OUTSIDE(SBVariablesOptions)
%extend lldb::SBVariablesOptions {
#ifdef SWIGPYTHON
// operator== is a free function, which swig does not handle, so we inject