LLDB mainline
REPL.cpp File Reference

Go to the source code of this file.

Functions

static bool ReadCode (const std::string &path, std::string &code, lldb::StreamFileSP &error_sp)
bool QuitCommandOverrideCallback (void *baton, const char **argv)

Function Documentation

◆ QuitCommandOverrideCallback()

bool QuitCommandOverrideCallback ( void * baton,
const char ** argv )

Definition at line 550 of file REPL.cpp.

References lldb_private::Target::GetProcessSP().

Referenced by lldb_private::REPL::RunLoop().

◆ ReadCode()

bool ReadCode ( const std::string & path,
std::string & code,
lldb::StreamFileSP & error_sp )
static