File tree Expand file tree Collapse file tree 6 files changed +48
-9
lines changed
lldb/source/Plugins/ScriptInterpreter/Python Expand file tree Collapse file tree 6 files changed +48
-9
lines changed Original file line number Diff line number Diff line change 10
10
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_INTERFACES_SCRIPTEDPYTHONINTERFACE_H
11
11
12
12
#if LLDB_ENABLE_PYTHON
13
+ // clang-format off
14
+ // LLDB Python header must be included first
15
+ #include " ../lldb-python.h"
16
+ // clang-format on
17
+ #endif
18
+
13
19
14
20
#include < optional>
15
21
#include < sstream>
21
27
#include " lldb/Interpreter/Interfaces/ScriptedInterface.h"
22
28
#include " lldb/Utility/DataBufferHeap.h"
23
29
30
+ #if LLDB_ENABLE_PYTHON
31
+
24
32
#include " ../PythonDataObjects.h"
25
33
#include " ../SWIGPythonBridge.h"
26
34
#include " ../ScriptInterpreterPythonImpl.h"
Original file line number Diff line number Diff line change 9
9
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_INTERFACES_SCRIPTEDTHREADPYTHONINTERFACE_H
10
10
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_INTERFACES_SCRIPTEDTHREADPYTHONINTERFACE_H
11
11
12
+ #if LLDB_ENABLE_PYTHON
13
+ // clang-format off
14
+ // LLDB Python header must be included first
15
+ #include " ../lldb-python.h"
16
+ // clang-format on
17
+ #endif
18
+
12
19
#include " lldb/Host/Config.h"
13
20
14
21
#if LLDB_ENABLE_PYTHON
Original file line number Diff line number Diff line change 48
48
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONDATAOBJECTS_H
49
49
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_PYTHONDATAOBJECTS_H
50
50
51
- #include " lldb/Host/Config.h"
52
-
53
51
#if LLDB_ENABLE_PYTHON
54
52
53
+ // clang-format off
55
54
// LLDB Python header must be included first
56
55
#include " lldb-python.h"
56
+ // clang-format on
57
+ #endif
58
+
59
+ #include " lldb/Host/Config.h"
60
+
61
+ #if LLDB_ENABLE_PYTHON
57
62
58
63
#include " lldb/Host/File.h"
59
64
#include " lldb/Utility/StructuredData.h"
Original file line number Diff line number Diff line change 9
9
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
10
10
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SWIGPYTHONBRIDGE_H
11
11
12
- #include < optional>
13
- #include < string>
14
-
15
- #include " lldb/Host/Config.h"
16
-
17
12
#if LLDB_ENABLE_PYTHON
18
13
14
+ // clang-format off
19
15
// LLDB Python header must be included first
20
16
#include " lldb-python.h"
17
+ // clang-format on
18
+ #endif
19
+
20
+ #include " lldb/Host/Config.h"
21
+
22
+ #include < optional>
23
+ #include < string>
24
+
25
+ #if LLDB_ENABLE_PYTHON
21
26
22
27
#include " Plugins/ScriptInterpreter/Python/PythonDataObjects.h"
23
28
#include " lldb/lldb-forward.h"
Original file line number Diff line number Diff line change 9
9
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H
10
10
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHON_H
11
11
12
+ #if LLDB_ENABLE_PYTHON
13
+
14
+ // clang-format off
15
+ // LLDB Python header must be included first
16
+ #include " lldb-python.h"
17
+ // clang-format on
18
+ #endif
19
+
12
20
#include " lldb/Host/Config.h"
13
21
14
22
#if LLDB_ENABLE_PYTHON
Original file line number Diff line number Diff line change 9
9
#ifndef LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHONIMPL_H
10
10
#define LLDB_PLUGINS_SCRIPTINTERPRETER_PYTHON_SCRIPTINTERPRETERPYTHONIMPL_H
11
11
12
- #include " lldb/Host/Config.h"
13
-
14
12
#if LLDB_ENABLE_PYTHON
15
13
14
+ // clang-format off
15
+ // LLDB Python header must be included first
16
16
#include " lldb-python.h"
17
+ // clang-format on
18
+ #endif
19
+
20
+ #include " lldb/Host/Config.h"
21
+
22
+ #if LLDB_ENABLE_PYTHON
17
23
18
24
#include " PythonDataObjects.h"
19
25
#include " ScriptInterpreterPython.h"
You can’t perform that action at this time.
0 commit comments