diff options
author | Caroline Tice <ctice@apple.com> | 2010-09-14 22:49:06 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-09-14 22:49:06 +0000 |
commit | e7e92b771aab26471737068c4bcb0759a8b0653f (patch) | |
tree | 4d02c6013ecb05b9c0f5ee20196f1da7c3769916 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | e049051e685a57056e45ffca1b6c6317777f5768 (diff) | |
download | bcm5719-llvm-e7e92b771aab26471737068c4bcb0759a8b0653f.tar.gz bcm5719-llvm-e7e92b771aab26471737068c4bcb0759a8b0653f.zip |
Remove help text that is no longer correct.
Fix Python script interpreter to not fail when the Debugger does
not have input/output file handles.
llvm-svn: 113880
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectProcess.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp index b6fb4d0c653..301cd88f179 100644 --- a/lldb/source/Commands/CommandObjectProcess.cpp +++ b/lldb/source/Commands/CommandObjectProcess.cpp @@ -464,8 +464,6 @@ public: "Attach to a process.", "process attach <cmd-options>") { - SetHelpLong("Currently, you must set the executable file before you can attach " - "to a process.\n"); } ~CommandObjectProcessAttach () |