Searched refs:BreakpointBase (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | BreakpointBase.cpp | 15 BreakpointBase::BreakpointBase(const llvm::json::Object &obj) in BreakpointBase() function in BreakpointBase 20 void BreakpointBase::SetCondition() { bp.SetCondition(condition.c_str()); } in SetCondition() 22 void BreakpointBase::SetHitCondition() { in SetHitCondition() 28 lldb::SBError BreakpointBase::AppendLogMessagePart(llvm::StringRef part, in AppendLogMessagePart() 44 lldb::SBError BreakpointBase::FormatLogText(llvm::StringRef text, in FormatLogText() 173 void BreakpointBase::SetLogMessage() { in SetLogMessage() 267 bp.SetCallback(BreakpointBase::BreakpointHitCallback, this); in SetLogMessage() 270 void BreakpointBase::NotifyLogMessageError(llvm::StringRef error) { in NotifyLogMessageError() 277 bool BreakpointBase::BreakpointHitCallback( in BreakpointHitCallback() 283 BreakpointBase *bp = (BreakpointBase *)baton; in BreakpointHitCallback() [all …]
|
| H A D | BreakpointBase.h | 20 struct BreakpointBase { struct 41 BreakpointBase() = default; argument 42 BreakpointBase(const llvm::json::Object &obj); 47 void UpdateBreakpoint(const BreakpointBase &request_bp);
|
| H A D | SourceBreakpoint.h | 17 struct SourceBreakpoint : public BreakpointBase { 22 SourceBreakpoint() : BreakpointBase(), line(0), column(0) {} in SourceBreakpoint()
|
| H A D | FunctionBreakpoint.h | 16 struct FunctionBreakpoint : public BreakpointBase {
|
| H A D | FunctionBreakpoint.cpp | 15 : BreakpointBase(obj), functionName(std::string(GetString(obj, "name"))) {} in FunctionBreakpoint()
|
| H A D | SourceBreakpoint.cpp | 15 : BreakpointBase(obj), line(GetUnsigned(obj, "line", 0)), in SourceBreakpoint()
|
| H A D | ExceptionBreakpoint.cpp | 24 bp.AddName(BreakpointBase::GetBreakpointLabel()); in SetBreakpoint()
|
| H A D | VSCodeForward.h | 13 struct BreakpointBase;
|
| H A D | CMakeLists.txt | 27 BreakpointBase.cpp
|
| H A D | lldb-vscode.cpp | 491 bp.MatchesName(BreakpointBase::GetBreakpointLabel())) { in EventThreadFunction()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/ |
| H A D | BUILD.gn | 41 "BreakpointBase.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4778 lldb/tools/lldb-vscode/BreakpointBase.cpp 4779 lldb/tools/lldb-vscode/BreakpointBase.h
|