forked from OSchip/llvm-project
Add an example type summary -- for lldb::ConnectionStatus.
llvm-svn: 135997
This commit is contained in:
parent
c956033947
commit
bb034f9f5d
|
@ -11,3 +11,4 @@ type summary add -w lldb lldb_private::CommandObject -f "Command name: ${v
|
|||
type summary add -w lldb lldb_private::Variable -f "${var.m_type.m_name} ${var.m_name}"
|
||||
type summary add -w lldb lldb_private::StopInfo -f "ID: ${var.m_stop_id}, ${var.m_description}"
|
||||
type summary add -w lldb lldb_private::FileSpec -f "file: ${var.m_filename} dir: ${var.m_directory}"
|
||||
type summary add -w lldb lldb::ConnectionStatus -f "[enum=${var%E} val=${var%i}]"
|
||||
|
|
Loading…
Reference in New Issue