/external/lldb/source/Core/ |
D | Debugger.cpp | 830 InputReaderSP reader_sp; in GetCurrentInputReader() local 838 reader_sp = m_input_reader_stack.Top(); in GetCurrentInputReader() 841 return reader_sp; in GetCurrentInputReader() 868 InputReaderSP reader_sp (GetCurrentInputReader ()); in DispatchInputInterrupt() local 869 if (reader_sp) in DispatchInputInterrupt() 871 reader_sp->Notify (eInputReaderInterrupt); in DispatchInputInterrupt() 883 InputReaderSP reader_sp (GetCurrentInputReader ()); in DispatchInputEndOfFile() local 884 if (reader_sp) in DispatchInputEndOfFile() 886 reader_sp->Notify (eInputReaderEndOfFile); in DispatchInputEndOfFile() 901 InputReaderSP reader_sp (GetCurrentInputReader ()); in CleanUpInputReaders() local [all …]
|
D | InputReaderStack.cpp | 39 InputReaderStack::Push (const lldb::InputReaderSP& reader_sp) in Push() argument 41 if (reader_sp) in Push() 44 m_input_readers.push (reader_sp); in Push()
|
/external/lldb/include/lldb/Core/ |
D | Debugger.h | 210 PushInputReader (const lldb::InputReaderSP& reader_sp); 213 PopInputReader (const lldb::InputReaderSP& reader_sp); 219 InputReaderIsTopReader (const lldb::InputReaderSP& reader_sp); 349 ActivateInputReader (const lldb::InputReaderSP &reader_sp);
|
D | InputReaderStack.h | 32 Push (const lldb::InputReaderSP& reader_sp);
|
/external/lldb/source/API/ |
D | SBInputReader.cpp | 33 SBInputReader::SBInputReader (const lldb::InputReaderSP &reader_sp) : in SBInputReader() argument 34 m_opaque_sp (reader_sp) in SBInputReader() 39 … log->Printf ("SBInputReader::SBInputReader (reader_sp=%p) => SBInputReader(%p)", reader_sp.get(), in SBInputReader()
|
D | SBDebugger.cpp | 853 InputReaderSP reader_sp (*reader); in InputReaderIsTopReader() local 854 return m_opaque_sp->InputReaderIsTopReader (reader_sp); in InputReaderIsTopReader() 875 InputReaderSP reader_sp(*reader); in PushInputReader() local 876 m_opaque_sp->PushInputReader (reader_sp); in PushInputReader()
|
/external/lldb/source/Interpreter/ |
D | ScriptInterpreterPython.cpp | 550 const InputReaderSP reader_sp = m_embedded_thread_input_reader_sp; in ~ScriptInterpreterPython() local 551 debugger.PopInputReader (reader_sp); in ~ScriptInterpreterPython() 559 const InputReaderSP reader_sp = m_embedded_python_input_reader_sp; in ~ScriptInterpreterPython() local 560 debugger.PopInputReader (reader_sp); in ~ScriptInterpreterPython() 1016 InputReaderSP reader_sp (new InputReader(debugger)); in ExecuteInterpreterLoop() local 1017 if (reader_sp) in ExecuteInterpreterLoop() 1019 Error error (reader_sp->Initialize (ScriptInterpreterPython::InputReaderCallback, in ExecuteInterpreterLoop() 1028 debugger.PushInputReader (reader_sp); in ExecuteInterpreterLoop() 1029 m_embedded_python_input_reader_sp = reader_sp; in ExecuteInterpreterLoop() 1524 InputReaderSP reader_sp (new InputReader (debugger)); in CollectDataForBreakpointCommandCallback() local [all …]
|
D | CommandInterpreter.cpp | 2159 InputReaderSP reader_sp (new InputReader(GetDebugger())); in Confirm() local 2161 if (reader_sp) in Confirm() 2170 Error err (reader_sp->Initialize (CommandInterpreter::GetConfirmationInputReaderCallback, in Confirm() 2178 GetDebugger().PushInputReader (reader_sp); in Confirm() 2180 reader_sp->WaitOnReaderIsDone(); in Confirm()
|
/external/lldb/source/Commands/ |
D | CommandObjectExpression.cpp | 430 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger())); in DoExecute() local 431 if (reader_sp) in DoExecute() 433 Error err (reader_sp->Initialize (CommandObjectExpression::MultiLineExpressionCallback, in DoExecute() 441 m_interpreter.GetDebugger().PushInputReader (reader_sp); in DoExecute()
|
D | CommandObjectWatchpointCommand.cpp | 192 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger())); in CollectDataForWatchpointCommandCallback() local 194 if (reader_sp && data_ap.get()) in CollectDataForWatchpointCommandCallback() 199 …Error err (reader_sp->Initialize (CommandObjectWatchpointCommandAdd::GenerateWatchpointCommandCall… in CollectDataForWatchpointCommandCallback() 207 m_interpreter.GetDebugger().PushInputReader (reader_sp); in CollectDataForWatchpointCommandCallback()
|
D | CommandObjectBreakpointCommand.cpp | 214 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger())); in CollectDataForBreakpointCommandCallback() local 216 if (reader_sp && data_ap.get()) in CollectDataForBreakpointCommandCallback() 221 …Error err (reader_sp->Initialize (CommandObjectBreakpointCommandAdd::GenerateBreakpointCommandCall… in CollectDataForBreakpointCommandCallback() 229 m_interpreter.GetDebugger().PushInputReader (reader_sp); in CollectDataForBreakpointCommandCallback()
|
D | CommandObjectCommands.cpp | 923 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger())); in DoExecute() local 924 if (reader_sp) in DoExecute() 926 … error =reader_sp->Initialize (CommandObjectCommandsAddRegex::InputReaderCallback, in DoExecute() 934 m_interpreter.GetDebugger().PushInputReader (reader_sp); in DoExecute() 1768 InputReaderSP reader_sp (new PythonAliasReader (m_interpreter.GetDebugger(), in DoExecute() local 1773 if (reader_sp) in DoExecute() 1778 Error err (reader_sp->Initialize (ipr.SetBaton(NULL).SetPrompt(" "))); in DoExecute() 1781 m_interpreter.GetDebugger().PushInputReader (reader_sp); in DoExecute()
|
D | CommandObjectType.cpp | 1001 InputReaderSP reader_sp (new TypeScriptAddInputReader(m_interpreter.GetDebugger())); in CollectPythonScript() local 1002 if (reader_sp && options) in CollectPythonScript() 1007 Error err (reader_sp->Initialize (ipr.SetBaton(options).SetPrompt(" "))); in CollectPythonScript() 1010 m_interpreter.GetDebugger().PushInputReader (reader_sp); in CollectPythonScript() 3450 InputReaderSP reader_sp (new TypeSynthAddInputReader(m_interpreter.GetDebugger())); in CollectPythonScript() local 3451 if (reader_sp && options) in CollectPythonScript() 3456 Error err (reader_sp->Initialize (ipr.SetBaton(options).SetPrompt(" "))); in CollectPythonScript() 3459 m_interpreter.GetDebugger().PushInputReader (reader_sp); in CollectPythonScript()
|
D | CommandObjectTarget.cpp | 5024 InputReaderSP reader_sp (new InputReader(m_interpreter.GetDebugger())); in DoExecute() local 5025 if (!reader_sp) in DoExecute() 5033 … Error err (reader_sp->Initialize (CommandObjectTargetStopHookAdd::ReadCommandsCallbackFunction, in DoExecute() 5046 m_interpreter.GetDebugger().PushInputReader (reader_sp); in DoExecute()
|
/external/lldb/include/lldb/API/ |
D | SBInputReader.h | 29 SBInputReader (const lldb::InputReaderSP &reader_sp);
|