Home
last modified time | relevance | path

Searched defs:SourceBreakpoint (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DSourceBreakpoint.h17 struct SourceBreakpoint : public BreakpointBase { struct
22 SourceBreakpoint() : BreakpointBase(), line(0), column(0) {} in SourceBreakpoint() argument
H A DSourceBreakpoint.cpp14 SourceBreakpoint::SourceBreakpoint(const llvm::json::Object &obj) in SourceBreakpoint() function in lldb_vscode::SourceBreakpoint