September 22, 2014 Issues » [Issue 13519] New: Debugging issues when main()-containing module not listed first in DMD commandline | |||
|---|---|---|---|
| |||
...Load it in gdb with the following: $ gdb ./badsymbols then, in gdb, enter the following... | |||
September 21, 2014 General » Re: D tooling: perf tool, gdb, unit tests, gcov, gprof | |||
|---|---|---|---|
| |||
The dmd compiler can profile your code by merely throwing the -profile switch. It can... | |||
September 21, 2014 General » D tooling: perf tool, gdb, unit tests, gcov, gprof | |||
|---|---|---|---|
| |||
...wiki.dlang.org/Debugging according to that gdb support is good. Any comments on the... | |||
September 12, 2014 Issues » [Issue 13459] segfault in two auto opSlices() | |||
|---|---|---|---|
| |||
...recursion, but segfaults on an invalid pointer: ------ (gdb) bt #0 Parameter::foreach (args=args@entry... | |||
September 12, 2014 General » Re: Better Debugging With Metaprogramming | |||
|---|---|---|---|
| |||
...can select callees using some method (ide, gdb like breakpoint list, ect.) and then add... | |||
September 05, 2014 Issues » [Issue 13426] New: crash when using exceptions in a non-d thread (in thread_stackBottom) | |||
|---|---|---|---|
| |||
...and_gdb.sh which will compile the c++ library, the d program and start gdb... | |||
September 05, 2014 Issues » [Issue 13417] segmentation fault when deduce template type | |||
|---|---|---|---|
| |||
...stacktrace under gdb: ------ Program received signal SIGSEGV, Segmentation fault. 0x000000000047670a in ctfeInterpret(Expression*) () (gdb) bt... | |||
September 02, 2014 Issues » [Issue 13417] New: segmentation fault when deduce template type | |||
|---|---|---|---|
| |||
...org/attachment.cgi?id=1411&action=edit gdb output [code] struct Vector(size_t N... | |||
September 01, 2014 Issues » [Issue 13416] New: frequent auto-tester hangs in core.thread on freebsd 64 | |||
|---|---|---|---|
| |||
...vs the older boxes 2 core system. (gdb) bt #0 0x0000000800a0a7ac in sigsuspend () from /lib... | |||
August 29, 2014 Announce » Debugging D in Vim with Vebugger | |||
|---|---|---|---|
| |||
...Vim, Vebugger, allows debugging D programs with GDB. This is done by invoking the debugger... | |||
Copyright © 1999-2021 by the D Language Foundation