diff options
author | Caroline Tice <ctice@apple.com> | 2010-09-21 19:25:28 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-09-21 19:25:28 +0000 |
commit | 650b92683a183264e17f63f7c40e89462f5457fb (patch) | |
tree | d3c52408bbb4631e1567f7d9dc57e38bd7b68447 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 2989bfa88bc30e6d3b8e2b91083c45a607725ae7 (diff) | |
download | bcm5719-llvm-650b92683a183264e17f63f7c40e89462f5457fb.tar.gz bcm5719-llvm-650b92683a183264e17f63f7c40e89462f5457fb.zip |
Re-write/clean up code that generated Python breakpoint commands.
Add a warning if no command was attached to the breakpoint.
Update the help slightly.
llvm-svn: 114467
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpointCommand.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp index a3c62ebd394..3c3a85a0bde 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp @@ -225,6 +225,11 @@ initialized: \n\ \n\ (lldb) \n\ \n\ + \n\ +Final Note: If you get a warning that no breakpoint command was generated, \n\ +but you did not get any syntax errors, you probably forgot to add a call \n\ +to your functions. \n\ + \n\ Special information about debugger command breakpoint commands \n\ -------------------------------------------------------------- \n\ \n\ |