diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 8f72c90e46b9..e1f91f6c6268 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -871,6 +871,30 @@

+

+

Miscellaneous

+
+

+ + + + + + + + + + + + +
LLDBGDB
Echo text to the screen.
+ (lldb) script print "Here is some text"
+
+ (gdb) echo Here is some text\n
+
+

+

+