Confirmed users
1,345
edits
Nnethercote (talk | contribs) |
Nnethercote (talk | contribs) (→Run) |
||
Line 21: | Line 21: | ||
LD_PRELOAD=$OBJDIR/dist/lib/libdmd.so \ | LD_PRELOAD=$OBJDIR/dist/lib/libdmd.so \ | ||
LD_LIBRARY_PATH=$OBJDIR/dist/lib/ \ | LD_LIBRARY_PATH=$OBJDIR/dist/lib/ \ | ||
DMD=1 \ | DMD=1 \ # or replace the '1' with one or more DMD options (see below) | ||
<command> | <command> | ||
Line 28: | Line 28: | ||
LD_PRELOAD=$OBJDIR/dist/lib/libdmd.so \ | LD_PRELOAD=$OBJDIR/dist/lib/libdmd.so \ | ||
LD_LIBRARY_PATH=$OBJDIR/dist/lib/ \ | LD_LIBRARY_PATH=$OBJDIR/dist/lib/ \ | ||
DMD=1 \ | DMD=1 \ # or replace the '1' with one or more DMD options (see below) | ||
gdb --args <command> | gdb --args <command> | ||