Home
last modified time | relevance | path

Searched refs:JumpToLine (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h132 SBError JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i265 JumpToLine (lldb::SBFileSpec &file_spec, uint32_t line);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp941 SBError SBThread::JumpToLine(lldb::SBFileSpec &file_spec, uint32_t line) { in JumpToLine() function in SBThread
956 Status err = thread->JumpToLine(file_spec.ref(), line, true); in JumpToLine()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h422 Status JumpToLine(const FileSpec &file, uint32_t line,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1560 Status Thread::JumpToLine(const FileSpec &file, uint32_t line, in JumpToLine() function in Thread
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1706 Status err = thread->JumpToLine(file, line, m_options.m_force, &warnings); in DoExecute()