Lines Matching refs:breakpoints
53 Desc<"Show debugger internal breakpoints">;
61 def blist_dummy_bp : Option<"dummy-breakpoints", "D">,
62 Desc<"List Dummy breakpoints - i.e. breakpoints set before a file is "
103 Option<"dummy-breakpoints", "D">, Group<1>,
104 Desc<"Act on Dummy breakpoints - i.e. breakpoints set before a file is "
114 Desc<"Require the breakpoint to use hardware breakpoints.">;
119 "standard include file extensions. To set breakpoints on .c/.cpp/.m/.mm "
188 "expression (note: currently only implemented for setting breakpoints on "
204 Desc<"Move breakpoints to nearest code. If not set the "
208 Desc<"A specifier in the form filename:line[:column] for setting file & line breakpoints.">;
228 Desc<"Delete all breakpoints without querying for confirmation.">;
229 def breakpoint_delete_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
230 Group<1>, Desc<"Delete Dummy breakpoints - i.e. breakpoints set before a "
233 Desc<"Delete all breakpoints which are currently disabled. When using the disabled option "
234 "any breakpoints listed on the command line are EXCLUDED from deletion.">;
242 def breakpoint_name_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
243 Group<3>, Desc<"Operate on Dummy breakpoints - i.e. breakpoints set before "
255 "name or when all breakpoints are disabled.">;
258 "name or when all breakpoints are deleted.">;
264 Desc<"The file from which to read the breakpoints.">;
266 Arg<"BreakpointName">, Desc<"Only read in breakpoints with this name.">;
272 Desc<"The file into which to write the breakpoints.">;
274 Desc<"Append to saved breakpoints file if it exists.">;
288 def breakpoint_add_dummy_breakpoints : Option<"dummy-breakpoints", "D">,
289 Desc<"Sets Dummy breakpoints - i.e. breakpoints set before a file is "
295 Option<"dummy-breakpoints", "D">, Group<1>,
296 Desc<"Delete commands from Dummy breakpoints - i.e. breakpoints set before "
350 def expression_options_ignore_breakpoints : Option<"ignore-breakpoints", "i">,
363 "first instruction and forcing breakpoints to not be ignored (-i0) and no "
738 "ignoring other breakpoints. Can be specified more than once. "
861 def source_list_show_breakpoints : Option<"show-breakpoints", "b">,
863 "indicate valid places to set source level breakpoints.">;