If LLDB_DISABLE_PYTHON is set, some functions are unavailable but
SBReproducer assumes they are. Let's conditionally register those functions
since they are conditionally declared.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Event Timeline
source/API/SBReproducer.cpp | ||
---|---|---|
821 | The order of the methods doesn't matter within a block, feel free to group multiple of these functions together into one ifndef. |
The order of the methods doesn't matter within a block, feel free to group multiple of these functions together into one ifndef.