From 74f29358b163bbe497585211021862c8e71da31f Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 5 Oct 2012 04:28:33 +0000 Subject: [PATCH] Update the intro paragraph of text describing the table below to reflect that the columns were just swapped. llvm-svn: 165295 --- lldb/www/lldb-gdb.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lldb/www/lldb-gdb.html b/lldb/www/lldb-gdb.html index 5641c9f9f02b..7e07d4636274 100755 --- a/lldb/www/lldb-gdb.html +++ b/lldb/www/lldb-gdb.html @@ -20,9 +20,11 @@

LLDB to GDB Command Map

-

Below is a table of LLDB commands with the GDB counterparts. +

Below is a table of GDB commands with the LLDB counterparts. The built in GDB-compatibility aliases in LLDB are also - listed.

+ listed. The full lldb command names are often long, but any + unique short form can be used. Instead of breakpoint set, + br se is also acceptable.