summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/www/emacs-integration.html60
-rw-r--r--lldb/www/lldb-gud-window.pngbin163020 -> 0 bytes
-rw-r--r--lldb/www/sidebar.incl1
3 files changed, 0 insertions, 61 deletions
diff --git a/lldb/www/emacs-integration.html b/lldb/www/emacs-integration.html
deleted file mode 100755
index da0f1299ea7..00000000000
--- a/lldb/www/emacs-integration.html
+++ /dev/null
@@ -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 &lt;SPC&gt;</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>
diff --git a/lldb/www/lldb-gud-window.png b/lldb/www/lldb-gud-window.png
deleted file mode 100644
index c0122d27b58..00000000000
--- a/lldb/www/lldb-gud-window.png
+++ /dev/null
Binary files differ
diff --git a/lldb/www/sidebar.incl b/lldb/www/sidebar.incl
index fc2f3137d0f..a7f79cbe3c9 100644
--- a/lldb/www/sidebar.incl
+++ b/lldb/www/sidebar.incl
@@ -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>
OpenPOWER on IntegriCloud