Add an option (-y) to "break set" and "source list" that uses the same

file:line:column form that we use to print out locations.  Since we
print them this way it makes sense we also accept that form.

Differential Revision: https://reviews.llvm.org/D83975
This commit is contained in:
Jim Ingham
2020-07-16 11:34:50 -07:00
parent b79dff0279
commit bc0a9a17a4
23 changed files with 436 additions and 13 deletions

View File

@@ -52,6 +52,7 @@ void OptionValueArray::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
case eTypeChar:
case eTypeEnum:
case eTypeFileSpec:
case eTypeFileLineColumn:
case eTypeFormat:
case eTypeSInt64:
case eTypeString: