forked from OSchip/llvm-project
Update the intro paragraph of text describing the table below to
reflect that the columns were just swapped. llvm-svn: 165295
This commit is contained in:
parent
c8fd91603a
commit
74f29358b1
|
@ -20,9 +20,11 @@
|
|||
<h1 class ="postheader">LLDB to GDB Command Map</h1>
|
||||
<div class="post">
|
||||
|
||||
<p>Below is a table of LLDB commands with the GDB counterparts.
|
||||
<p>Below is a table of GDB commands with the LLDB counterparts.
|
||||
The built in GDB-compatibility aliases in LLDB are also
|
||||
listed.</p>
|
||||
listed. The full lldb command names are often long, but any
|
||||
unique short form can be used. Instead of <b>breakpoint set</b>,
|
||||
<b>br se</a> is also acceptable.</p>
|
||||
</div>
|
||||
<div class="postfooter"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue