Provide a gdb usage fix provided by Zhongzing Xu.

llvm-svn: 30645
This commit is contained in:
Reid Spencer 2006-09-28 16:53:47 +00:00
parent 5d409822d6
commit 48cf6a6f21
1 changed files with 1 additions and 1 deletions

View File

@ -1593,7 +1593,7 @@ object. The most foolproof way of doing this is to set a breakpoint in
want:</p>
<div class="doc_code"><pre>
(gdb) <b>break PassManager::run</b>
(gdb) <b>break llvm::PassManager::run</b>
Breakpoint 1 at 0x2413bc: file Pass.cpp, line 70.
(gdb) <b>run test.bc -load $(LLVMTOP)/llvm/Debug/lib/[libname].so -[passoption]</b>
Starting program: opt test.bc -load $(LLVMTOP)/llvm/Debug/lib/[libname].so -[passoption]