mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Provide a gdb usage fix provided by Zhongzing Xu.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca756d2cf9
commit
22a9e5bfd8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user