Searched refs:AppendEventStateReport (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 19 obj.AppendEventStateReport(event, lldb.SBCommandReturnObject())
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 74 void AppendEventStateReport(const lldb::SBEvent &event,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 106 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result);
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 366 void SBProcess::AppendEventStateReport(const SBEvent &event, in AppendEventStateReport() function in SBProcess 368 LLDB_RECORD_METHOD(void, SBProcess, AppendEventStateReport, in AppendEventStateReport() 1350 void, SBProcess, AppendEventStateReport, in RegisterMethods()
|