Lines Matching defs:commands
34 "Add a set of LLDB commands to a watchpoint, to be "
36 "The commands added to the watchpoint replace any "
37 "commands previously added to it.",
43 General information about entering watchpoint commands
47 "This command will prompt for commands to be executed when the specified \
54 malformed commands can silently fail when executed. If your watchpoint commands \
60 prompt. There is no limit to the number of commands supplied, but do NOT enter \
64 Special information about PYTHON watchpoint commands
70 the code executes. Single line watchpoint commands will be interpreted 'as is' \
105 Python syntax, including indentation, when entering Python watchpoint commands."
239 StringList &commands = data->user_source;
241 if (commands.GetSize() > 0) {
264 debugger.GetCommandInterpreter().HandleCommands(commands, exe_ctx,
364 result.AppendError("No watchpoints exist to have commands added");
444 "Delete the set of commands from a watchpoint.",
459 result.AppendError("No watchpoints exist to have commands deleted");
465 "No watchpoint specified from which to delete the commands");
498 "List the script or set of commands to be executed "
514 result.AppendError("No watchpoints exist for which to list commands");
520 "No watchpoint specified for which to list the commands");
571 "Commands for adding, removing and examining LLDB commands "
572 "executed when the watchpoint is hit (watchpoint 'commands').",