Home
last modified time | relevance | path

Searched refs:AppendEventStateReport (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py19 obj.AppendEventStateReport(event, lldb.SBCommandReturnObject())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h74 void AppendEventStateReport(const lldb::SBEvent &event,
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i104 AppendEventStateReport (const lldb::SBEvent &event, lldb::SBCommandReturnObject &result);
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp327 void SBProcess::AppendEventStateReport(const SBEvent &event, in AppendEventStateReport() function in SBProcess