reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
138 LLDB_REGISTER_CONSTRUCTOR(SBTraceOptions, ()); 139 LLDB_REGISTER_METHOD_CONST(lldb::TraceType, SBTraceOptions, getType, ()); 140 LLDB_REGISTER_METHOD_CONST(uint64_t, SBTraceOptions, getTraceBufferSize, 142 LLDB_REGISTER_METHOD(lldb::SBStructuredData, SBTraceOptions, getTraceParams, 144 LLDB_REGISTER_METHOD_CONST(uint64_t, SBTraceOptions, getMetaDataBufferSize, 146 LLDB_REGISTER_METHOD(void, SBTraceOptions, setTraceParams, 148 LLDB_REGISTER_METHOD(void, SBTraceOptions, setType, (lldb::TraceType)); 149 LLDB_REGISTER_METHOD(void, SBTraceOptions, setTraceBufferSize, (uint64_t)); 150 LLDB_REGISTER_METHOD(void, SBTraceOptions, setMetaDataBufferSize, 152 LLDB_REGISTER_METHOD(bool, SBTraceOptions, IsValid, ()); 153 LLDB_REGISTER_METHOD_CONST(bool, SBTraceOptions, operator bool, ()); 154 LLDB_REGISTER_METHOD(void, SBTraceOptions, setThreadID, (lldb::tid_t)); 155 LLDB_REGISTER_METHOD(lldb::tid_t, SBTraceOptions, getThreadID, ());