Home
last modified time | relevance | path

Searched refs:GetBatchCommandMode (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Core/
DInputReader.cpp308 if (m_debugger.GetCommandInterpreter().GetBatchCommandMode()) in RefreshPrompt()
380 return reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GetBatchMode()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback()
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1360 reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode() : in GenerateBreakpointOptionsCommandCallback()
1418 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1437 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1452 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1477 reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode() : in GenerateWatchpointOptionsCommandCallback()
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h396 GetBatchCommandMode () { return m_batch_command_mode; } in GetBatchCommandMode() function
/external/lldb/source/Commands/
DCommandObjectExpression.cpp238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in MultiLineExpressionCallback()
DCommandObjectWatchpointCommand.cpp252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointCommandCallback()
DCommandObjectBreakpointCommand.cpp274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointCommandCallback()
DCommandObjectType.cpp768 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ActivateHandler()
781 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReactivateHandler()
791 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GotTokenHandler()
805 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InterruptHandler()
DCommandObjectCommands.cpp1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback()
DCommandObjectTarget.cpp4864 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReadCommandsCallbackFunction()