mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
<rdar://problem/14003462>
Formatters for unsigned char* and const variant llvm-svn: 183254
This commit is contained in:
@@ -685,6 +685,8 @@ FormatManager::LoadSystemFormatters()
|
||||
|
||||
sys_category_sp->GetSummaryNavigator()->Add(ConstString("char *"), string_format);
|
||||
sys_category_sp->GetSummaryNavigator()->Add(ConstString("const char *"), string_format);
|
||||
sys_category_sp->GetSummaryNavigator()->Add(ConstString("unsigned char *"), string_format);
|
||||
sys_category_sp->GetSummaryNavigator()->Add(ConstString("const unsigned char *"), string_format);
|
||||
sys_category_sp->GetRegexSummaryNavigator()->Add(any_size_char_arr, string_array_format);
|
||||
|
||||
lldb::TypeSummaryImplSP ostype_summary(new StringSummaryFormat(TypeSummaryImpl::Flags().SetCascades(false)
|
||||
|
||||
Reference in New Issue
Block a user