diff options
Diffstat (limited to 'lldb/tools/driver/IOChannel.h')
| -rw-r--r-- | lldb/tools/driver/IOChannel.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lldb/tools/driver/IOChannel.h b/lldb/tools/driver/IOChannel.h index dec7c82da29..90e76fbbc65 100644 --- a/lldb/tools/driver/IOChannel.h +++ b/lldb/tools/driver/IOChannel.h @@ -86,7 +86,8 @@ public: const char * GetPrompt (); - static unsigned char ElCompletionFn (EditLine *e, int ch); + static unsigned char + ElCompletionFn (EditLine *e, int ch); bool IsGettingCommand () const; @@ -105,9 +106,12 @@ private: History *m_history; HistEvent m_history_event; bool m_getting_command; + void HistorySaveLoad (bool save); - unsigned char HandleCompletion (EditLine *e, int ch); + + unsigned char + HandleCompletion (EditLine *e, int ch); }; #endif // lldb_IOChannel_h_ |

