summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-14 22:49:06 +0000
committerCaroline Tice <ctice@apple.com>2010-09-14 22:49:06 +0000
commite7e92b771aab26471737068c4bcb0759a8b0653f (patch)
tree4d02c6013ecb05b9c0f5ee20196f1da7c3769916 /lldb/source/Commands/CommandObjectProcess.cpp
parente049051e685a57056e45ffca1b6c6317777f5768 (diff)
downloadbcm5719-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.cpp2
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 ()
OpenPOWER on IntegriCloud