mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user