Skip to content

Commit

Permalink
update lldbdplugin build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Mar 9, 2018
1 parent a1bd6e9 commit 8597923
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dtools/lldbdplugin.d
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Usage
build lldb with https://github.com/llvm-mirror/lldb/pull/3
## build
```
## build lldb
git clone https://github.com/llvm-mirror/llvm.git
cd llvm/tools
git clone https://github.com/llvm-mirror/lldb
Expand All @@ -14,6 +14,10 @@ mkdir build
cd build
cmake .. -G Ninja
ninja all
## build lldbdplugin
#dtools_D=path to dtools repo
ldmd2 -of=liblldbdplugin.dylib -shared -g -I$dtools_D $dtools_D/dtools/modified/demangle.d $dtools_D/dtools/lldbdplugin.d
```
## run
Expand Down

0 comments on commit 8597923

Please sign in to comment.