From: Chris Lattner Date: Fri, 6 Sep 2002 02:02:58 +0000 (+0000) Subject: * Remove notes at the top of the file X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=480e2efb2e3638cd202551ed53fb456d6179d5e0;p=oota-llvm.git * Remove notes at the top of the file * Add information about how to debug a dynamically loaded pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3583 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 3e2f167ccbb..d1cf63cae8f 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -1,34 +1,6 @@ Writing an LLVM Pass - - @@ -80,6 +52,11 @@ just grow as time goes on. +
  • Using GDB with dynamically loaded passes +
  • Future extensions planned
  • +
    +Using GDB with dynamically loaded passes +


    Setting a breakpoint in your pass


    Miscellaneous Problems

    @@ -1098,9 +1161,9 @@ href="#Pass">Pass, only the other way around.


    -
    Christopher Lattner
    +
    Chris Lattner
    -Last modified: Thu Aug 22 14:19:43 CDT 2002 +Last modified: Thu Sep 5 15:06:01 CDT 2002