Lines Matching full:can
19 return "Register names can be specified using the architecture specific " in RegisterNameHelpTextCallback()
21 "They can also be specified using generic names. Not all generic " in RegisterNameHelpTextCallback()
46 "can specify all the locations of a breakpoint by just indicating the " in BreakpointIDHelpTextCallback()
58 "This can be done through several mechanisms. The easiest way is to " in BreakpointIDRangeHelpTextCallback()
61 "breakpoint locations under a major breakpoint, you can use the major " in BreakpointIDRangeHelpTextCallback()
64 "breakpoint 5. You can also indicate a range of breakpoints by using " in BreakpointIDRangeHelpTextCallback()
66 "range can " in BreakpointIDRangeHelpTextCallback()
75 return "A name that can be added to a breakpoint when it is created, or " in BreakpointNameHelpTextCallback()
78 "Breakpoint names can be used to specify breakpoints in all the " in BreakpointNameHelpTextCallback()
80 "and breakpoint ID ranges can be used. As such they provide a " in BreakpointNameHelpTextCallback()
95 "Also, breakpoint names can only be applied to breakpoints, not to " in BreakpointNameHelpTextCallback()
143 sstr << "One of the format names (or one-character names) that can be used " in FormatHelpTextCallback()
186 " - Static text can be any sequence of non-special characters, i.e. " in SummaryStringHelpTextCallback()
207 " ${var.x.y}). You can also use ${*var followed by an expression path " in SummaryStringHelpTextCallback()
211 "additional details on expression paths, you can type 'help " in SummaryStringHelpTextCallback()
214 "variable they reference, and if that fails the value. If neither can " in SummaryStringHelpTextCallback()
216 "In a summary string, you can also use an array index [n], or a " in SummaryStringHelpTextCallback()
217 "slice-like range [n-m]. This can have two different meanings " in SummaryStringHelpTextCallback()
228 "obtain the values (this means, the latter case can have no range " in SummaryStringHelpTextCallback()
231 "you can also use [] instead of giving an exact range. This has the " in SummaryStringHelpTextCallback()
233 "Additionally, a variable can contain an (optional) format code, as " in SummaryStringHelpTextCallback()
234 "in ${var.x.y%code}, where code can be any of the valid formats " in SummaryStringHelpTextCallback()
246 "Another variable that you can use in summary strings is ${svar . " in SummaryStringHelpTextCallback()
268 "'.next->b' is the expression path, because it can be attached to any " in ExprPathHelpTextCallback()
283 "expression paths can only contain one index" in ExprPathHelpTextCallback()