1 type summary add -w lldb lldb_private::Error -s "Type: ${var.m_type%E}, Code: ${var.m_code}, Message: ${var.m_string}"
2 type summary add -w lldb lldb_private::ConstString -s "${var.m_string}"
3 type summary add -w lldb lldb_private::Language -s "${var.m_language%E}"
4 type summary add -w lldb lldb_private::RegularExpression -s "${var.m_re}"
5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_uid})"
6 type summary add -w lldb lldb_private::ValueObject -s "${var.m_name}"
7 type summary add -w lldb lldb_private::ValueObjectSP -s "${var.ptr_.m_name}"
8 type summary add -w lldb lldb_private::ValueObjectRegister -s "${var.m_reg_info.name}"
9 type summary add -w lldb lldb_private::ClangExpression -s "{${var.m_expr_text}}"
10 type summary add -w lldb lldb_private::CommandObject -s "Command name: ${var.m_cmd_name}"
11 type summary add -w lldb lldb_private::Variable -s "${var.m_type.m_name} ${var.m_name}"
12 type summary add -w lldb lldb_private::StopInfo -s "ID: ${var.m_stop_id}, ${var.m_description}"
13 type summary add -w lldb lldb_private::FileSpec -s "file: ${var.m_filename%S} dir: ${var.m_directory%S}"
14 type summary add -v -w lldb lldb::ConnectionStatus -s "[enum=${var%E} val=${var%i}]"
15 # Where '-v' tells type summary not to show the value itself, but just use the summary format.
17 type summary add -w lldb "lldb_private::ThreadSafeValue<lldb::StateType>" -s "${var.m_value}"
18 type summary add -w lldb lldb_private::CompileUnit -s "file: ${var.m_filename%S} dir: ${var.m_directory%S}"
19 type summary add -w lldb "lldb_private::Module" -s "${var.m_file%S}"
20 type summary add -w lldb "lldb_private::ModuleSpec" -s "${var.m_file%S}"
21 type summary add -w lldb "lldb_private::ModuleList" -s "${var.m_modules%S}"
22 type summary add -w lldb "lldb::ModuleSP" -s "${var._M_ptr%S}"
23 type summary add -w lldb "lldb_private::Process" -s "Public: ${var.m_public_state%S} Private: ${var.m_private_state%S}"
24 type summary add -w lldb "DynamicLoaderMacOSXDYLD::DYLDImageInfo" -s "${var.file_spec%S}"
26 type format add -f x lldb::addr_t
28 type category enable lldb