[Lldb-commits] [lldb] r141556 - in /lldb/trunk/www: emacs-integration.html lldb-gud-window.png sidebar.incl
Johnny Chen
johnny.chen at apple.com
Mon Oct 10 11:06:09 PDT 2011
Author: johnny
Date: Mon Oct 10 13:06:09 2011
New Revision: 141556
URL: http://llvm.org/viewvc/llvm-project?rev=141556&view=rev
Log:
Modify sidebar.incl and remove files to reflect r141554 change.
Removed:
lldb/trunk/www/emacs-integration.html
lldb/trunk/www/lldb-gud-window.png
Modified:
lldb/trunk/www/sidebar.incl
Removed: lldb/trunk/www/emacs-integration.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/emacs-integration.html?rev=141555&view=auto
==============================================================================
--- lldb/trunk/www/emacs-integration.html (original)
+++ lldb/trunk/www/emacs-integration.html (removed)
@@ -1,60 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-<link href="style.css" rel="stylesheet" type="text/css" />
-<title>LLDB Status</title>
-</head>
-
-<body>
-<div class="www_title">
- The <strong>Emacs</strong> Integration
-</div>
-
-<div id="container">
-<div id="content">
- <!--#include virtual="sidebar.incl"-->
-
-<div id="middle">
-<div class="post">
- <h1 class ="postheader">Status</h1>
-<div class="postcontent">
-
- <p>LLDB supports emacs integration through customizing the GUD (Grand Unified Debugger) library.
- Take a look at <a href="http://www.gnu.org/software/libtool/manual/emacs/Debuggers.html#Debuggers">Grand Unified Debugger</a>
- and the <a href="http://www.emacswiki.org/emacs/GrandUnifiedDebugger">Emacs Wiki Page</a> for more details.</p>
-
- <p>The lldb-enhanced gud.el is based on the emacs 22.3.1 version from Aquamacs 1.8c distribution.
- To use it, within emacs, load the gud.el file located under the utils/emacs directory.
- Type <font color=blue>M-x lldb</font> to invoke lldb. The first time you do this, emacs will ask you to supply the command line to invoke lldb.
- If lldb is not in your PATH, be sure to specify the full path to the lldb executable.</p>
-
- <p>This is a screen shot of the gud (with lldb) at work on Aquamacs distribution 2.1 by loading gud.el and then <font color=blue>M-x lldb</font>
- on the a.out file in the test/functionalities/conditional_break directory:</p>
-
- <p>
- <img src="lldb-gud-window.png">
- </p>
-
- <p>For a very simple interaction using 'M-x lldb', you can supply your executable to the "Run lldb (like this)" prompt.
- For example:<br><br>
-
- <font color=blue>Run lldb (like this)</font>: /Volumes/data/lldb/svn/trunk/build/Debug/lldb a.out
- </p>
-
- <p>Visit your source code buffer, go to the line where you want to set the breakpoint on, type <font color=blue>C-x <SPC></font>
- to set a breakpoint on the source line that point is on, and then run the inferior program. The inferior should then stop and emacs
- shows the buffer and marks the line where it breaks on.</p>
-
- <p>We welcome any help fleshing out missing pieces and improving the elisp code.</p>
-
- <p>Last Update: Oct 06, 2011.</p>
-
-</div>
-<div class="postfooter"></div>
-</div>
-</div>
-</div>
-</div>
-</body>
-</html>
Removed: lldb/trunk/www/lldb-gud-window.png
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gud-window.png?rev=141555&view=auto
==============================================================================
Binary file - no diff available.
Modified: lldb/trunk/www/sidebar.incl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/sidebar.incl?rev=141556&r1=141555&r2=141556&view=diff
==============================================================================
--- lldb/trunk/www/sidebar.incl (original)
+++ lldb/trunk/www/sidebar.incl Mon Oct 10 13:06:09 2011
@@ -21,7 +21,6 @@
<li><a href="lldb-gdb.html">LLDB and GDB</a></li>
<li><a href="scripting.html">Python Scripting</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
- <li><a href="emacs-integration.html">Emacs Integration</a></li>
</ul>
</div>
</div>
More information about the lldb-commits
mailing list