diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-10 18:06:09 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-10 18:06:09 +0000 |
commit | a319b84f6ab4d128db096a8b9a7a0ac935f12f6c (patch) | |
tree | df08dbff22004485e7e14510c17ccaa62e002de9 | |
parent | 1a6eb99d45e554ea5431d49c5cbcab4fc3d9f70e (diff) | |
download | bcm5719-llvm-a319b84f6ab4d128db096a8b9a7a0ac935f12f6c.tar.gz bcm5719-llvm-a319b84f6ab4d128db096a8b9a7a0ac935f12f6c.zip |
Modify sidebar.incl and remove files to reflect r141554 change.
llvm-svn: 141556
-rwxr-xr-x | lldb/www/emacs-integration.html | 60 | ||||
-rw-r--r-- | lldb/www/lldb-gud-window.png | bin | 163020 -> 0 bytes | |||
-rw-r--r-- | lldb/www/sidebar.incl | 1 |
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 <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>
diff --git a/lldb/www/lldb-gud-window.png b/lldb/www/lldb-gud-window.png Binary files differdeleted file mode 100644 index c0122d27b58..00000000000 --- a/lldb/www/lldb-gud-window.png +++ /dev/null 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> |