Update help text for breakpoint command one-liners.

Fix minor bug in 'commands alias'; alias commands can now handle command options 
and arguments in the same alias.  Also fixes problem that disallowed "process launch --" as
an alias.

Fix typo in comment in Python script interpreter.

llvm-svn: 114499
This commit is contained in:
Caroline Tice
2010-09-21 23:25:40 +00:00
parent 7cf46bfda0
commit 867b185d8d
3 changed files with 14 additions and 11 deletions

View File

@@ -726,7 +726,7 @@ ScriptInterpreterPython::GenerateBreakpointCommandCallbackData (StringList &user
}
// Traverse user_input exactly once. At each line, either copy line into new, auto-generated function,
// increasing indentation by 5 spaces... ...or copy it exactly as is into the user-written
// increasing indentation by 5 spaces or copy it exactly as is into the user-written
// currently-to-be-pushed-to-Python function def. At the end of each Python function def, push the function
// to Python, and clear the function string, to start again. At the end of it all, if there is anything in
// the auto-generated function, push it to Python and add the function call to it to the callback data.