Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp297 llvm::StringRef error_context; in SetOptionValue() local
312 error_context = in SetOptionValue()
316 error_context = "Unknown language type for exception breakpoint"; in SetOptionValue()
326 error_context = "Unsupported language type for exception breakpoint"; in SetOptionValue()
328 if (!error_context.empty()) in SetOptionValue()
330 long_option, error_context); in SetOptionValue()