reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
   17   bool catch_value = filter.find("_catch") != std::string::npos;
   18   bool throw_value = filter.find("_throw") != std::string::npos;
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
  388   EmplaceSafeString(object, "filter", bp.filter);
tools/lldb/tools/lldb-vscode/VSCode.cpp
   66     if (bp.filter == filter)
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  798         EmplaceSafeString(body, "exceptionId", exc_bp->filter);
 1706     unset_filters.insert(bp.filter);