reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/Editline.cpp
  571     new_line_fragment = EditLineConstString("");
 1027   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-break-line"),
 1028           EditLineConstString("Insert a line break"),
 1032   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-end-or-add-line"),
 1033           EditLineConstString("End editing or continue when incomplete"),
 1037   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-delete-next-char"),
 1038           EditLineConstString("Delete next character"),
 1043       m_editline, EL_ADDFN, EditLineConstString("lldb-delete-previous-char"),
 1044       EditLineConstString("Delete previous character"),
 1048   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-previous-line"),
 1049           EditLineConstString("Move to previous line"),
 1053   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-next-line"),
 1054           EditLineConstString("Move to next line"),
 1058   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-previous-history"),
 1059           EditLineConstString("Move to previous history"),
 1063   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-next-history"),
 1064           EditLineConstString("Move to next history"),
 1068   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-buffer-start"),
 1069           EditLineConstString("Move to start of buffer"),
 1073   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-buffer-end"),
 1074           EditLineConstString("Move to end of buffer"),
 1078   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-fix-indentation"),
 1079           EditLineConstString("Fix line indentation"),
 1093   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-complete"),
 1094           EditLineConstString("Invoke completion"), complete_callback);
 1095   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb_complete"),
 1096           EditLineConstString("Invoke completion"), complete_callback);
 1113   el_wset(m_editline, EL_ADDFN, EditLineConstString("lldb-revert-line"),
 1114           EditLineConstString("Revert line to saved state"),
 1324   m_input_lines.insert(m_input_lines.begin(), EditLineConstString(""));
 1369   m_input_lines.insert(m_input_lines.begin(), EditLineConstString(""));
 1383     el_wpush(m_editline, EditLineConstString(