Lines Matching refs:breakpoint

56 let Command = "breakpoint list" in {
62 Desc<"Give a brief description of the breakpoint (no location info).">;
64 Desc<"Give a full description of the breakpoint and its locations.">;
66 Desc<"Explain everything we know about the breakpoint (for debugging "
73 let Command = "breakpoint modify" in {
76 Desc<"Set the number of times this breakpoint is skipped before stopping.">;
79 Desc<"The breakpoint is deleted the first time it stop causes a stop.">;
81 Arg<"ThreadIndex">, Desc<"The breakpoint stops only for the thread whose "
84 Arg<"ThreadID">, Desc<"The breakpoint stops only for the thread whose TID "
87 Arg<"ThreadName">, Desc<"The breakpoint stops only for the thread whose "
90 Arg<"QueueName">, Desc<"The breakpoint stops only for threads in the queue "
93 Arg<"Expression">, Desc<"The breakpoint stops only if this condition "
97 Desc<"The breakpoint will auto-continue after running its commands.">;
99 Desc<"Enable the breakpoint.">;
101 Desc<"Disable the breakpoint.">;
104 Desc<"A command to run when the breakpoint is hit, can be provided more "
108 let Command = "breakpoint dummy" in {
115 let Command = "breakpoint set" in {
118 Desc<"Set the breakpoint only in this shared library. Can repeat this "
121 Desc<"Require the breakpoint to use hardware breakpoints.">;
124 Desc<"Specifies the source file in which to set this breakpoint. Note, by "
127 "files that are #included, set target.inline-breakpoint-strategy to "
131 Desc<"Specifies the line number on which to set this breakpoint.">;
133 Desc<"Specifies the column number on which to set this breakpoint.">;
136 Desc<"Set the breakpoint at the specified address. If the address maps "
138 "a \"file\"address, so that the breakpoint will track that binary+offset "
144 "breakpoint, and will get resolved when the module is loaded.">;
147 Desc<"Set the breakpoint by function name. Can be repeated multiple times "
148 "to make one breakpoint for multiple names.">;
156 Desc<"Set the breakpoint by fully qualified function names. For C++ this "
159 " to make one breakpoint for multiple names.">;
162 Desc<"Set the breakpoint by Objective-C selector name. Can be repeated "
163 "multiple times to make one breakpoint for multiple Selectors.">;
165 Required, Desc<"Set the breakpoint by C++ method names. Can be repeated "
166 "multiple times to make one breakpoint for multiple methods.">;
168 Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function "
172 Desc<"Set the breakpoint by function basename (C++ namespaces and arguments"
173 " will be ignored). Can be repeated multiple times to make one breakpoint "
177 Required, Desc<"Set the breakpoint by specifying a regular expression which"
186 Desc<"Set the breakpoint on exceptions thrown by the specified language "
189 Arg<"Boolean">, Desc<"Set the breakpoint on exception throW.">;
191 Arg<"Boolean">, Desc<"Set the breakpoint on exception catcH.">;
194 Desc<"Specifies the Language to use when interpreting the breakpoint's "
199 Desc<"sKip the prologue if the breakpoint is at the beginning of a "
201 def breakpoint_set_breakpoint_name : Option<"breakpoint-name", "N">,
203 Desc<"Adds this to the list of names for this breakpoint.">;
206 Desc<"Add the specified offset to whatever address(es) the breakpoint "
218 Arg<"TypeName">, Desc<"The breakpoint will only stop if an "
224 let Command = "breakpoint clear" in {
227 Desc<"Specify the breakpoint by source location in this particular file.">;
230 Desc<"Specify the breakpoint by source location at this particular line.">;
233 let Command = "breakpoint delete" in {
244 let Command = "breakpoint name" in {
246 Arg<"BreakpointName">, Desc<"Specifies a breakpoint name to use.">;
247 def breakpoint_name_breakpoint_id : Option<"breakpoint-id", "B">, Group<2>,
248 Arg<"BreakpointID">, Desc<"Specify a breakpoint ID to use.">;
256 let Command = "breakpoint access" in {
258 Arg<"Boolean">, Desc<"Determines whether the breakpoint will show up in "
261 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be disabled by "
264 Arg<"Boolean">, Desc<"Determines whether the breakpoint can be deleted by "
268 let Command = "breakpoint read" in {
272 def breakpoint_read_breakpoint_name : Option<"breakpoint-name", "N">,
276 let Command = "breakpoint write" in {
284 let Command = "breakpoint command add" in {
286 Arg<"OneLiner">, Desc<"Specify a one-line breakpoint command inline. Be "
289 Arg<"Boolean">, Desc<"Specify whether breakpoint command execution should "
300 let Command = "breakpoint command delete" in {
364 Desc<"Ignore breakpoint hits while running expressions">;
371 "signal. Note, unlike gdb hitting a breakpoint is controlled by another "
374 Desc<"When specified, debug the JIT code by setting a breakpoint on the "
734 Arg<"UnsignedInteger">, Desc<"Ignore <N> crossings of the breakpoint (if it"
737 Arg<"BreakpointIDRange">, Desc<"Specify a breakpoint to continue to, temporarily "
1034 Arg<"Boolean">, Desc<"The breakpoint will auto-continue after running its"