Lines Matching refs:verbose
17 Xcode::FetchVariable (SBValue value, uint32_t expand, bool verbose) in FetchVariable() argument
29 if (verbose) in FetchVariable()
37 FetchVariable (child,expand-1,verbose); in FetchVariable()
43 Xcode::FetchModules (SBTarget target, bool verbose) in FetchModules() argument
53 if (verbose) in FetchModules()
61 Xcode::FetchVariables (SBFrame frame, uint32_t expand, bool verbose) in FetchVariables() argument
68 FetchVariable (value,expand,verbose); in FetchVariables()
73 Xcode::FetchFrames(SBProcess process, bool variables, bool verbose) in FetchFrames() argument
80 if (verbose) in FetchFrames()
103 if (verbose) in FetchFrames()
106 FetchVariables (frame, 0, verbose); in FetchFrames()
112 Xcode::RunExpression (SBFrame frame, const char* expression, bool po, bool verbose) in RunExpression() argument
115 FetchVariable (value,0,verbose); in RunExpression()
137 Xcode::RunCommand (SBDebugger debugger, const char* cmd, bool verbose) in RunCommand() argument
142 if (verbose) in RunCommand()