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,
363 result.AppendError("No watchpoints exist to have commands added");
443 "Delete the set of commands from a watchpoint.",
458 result.AppendError("No watchpoints exist to have commands deleted");
464 "No watchpoint specified from which to delete the commands");
497 "List the script or set of commands to be executed "
513 result.AppendError("No watchpoints exist for which to list commands");
519 "No watchpoint specified for which to list the commands");
570 "Commands for adding, removing and examining LLDB commands "
571 "executed when the watchpoint is hit (watchpoint 'commands').",