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.cpp318 llvm::StringRef error_context; in SetOptionValue() local
333 error_context = in SetOptionValue()
337 error_context = "Unknown language type for exception breakpoint"; in SetOptionValue()
347 error_context = "Unsupported language type for exception breakpoint"; in SetOptionValue()
349 if (!error_context.empty()) in SetOptionValue()
351 option_arg, short_option, long_option, error_context)); in SetOptionValue()