Home
last modified time | relevance | path

Searched refs:g_reader_instructions (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp259 out_stream->Printf ("%s\n", g_reader_instructions); in GenerateWatchpointCommandCallback()
582 static const char *g_reader_instructions; member in CommandObjectWatchpointCommandAdd
587 CommandObjectWatchpointCommandAdd::g_reader_instructions = "Enter your debugger command(s). Type '… member in CommandObjectWatchpointCommandAdd
DCommandObjectBreakpointCommand.cpp281 out_stream->Printf ("%s\n", g_reader_instructions); in GenerateBreakpointCommandCallback()
621 static const char *g_reader_instructions; member in CommandObjectBreakpointCommandAdd
626 CommandObjectBreakpointCommandAdd::g_reader_instructions = "Enter your debugger command(s). Type '… member in CommandObjectBreakpointCommandAdd
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp1276 static const char *g_reader_instructions = "Enter your Python command(s). Type 'DONE' to end."; variable
1423 out_stream->Printf ("%s\n", g_reader_instructions); in GenerateWatchpointOptionsCommandCallback()