January 05, 2022 Learn » Re: Debugging D code with GDB | |||
|---|---|---|---|
| |||
Yes, it is specified in 7.15. Calling Convention Encodings in DWARF standard. You can... | |||
January 04, 2022 Learn » Re: Libc functions undefined when linking | |||
|---|---|---|---|
| |||
...a -g build and run it in gdb or lldb and do check the exact... | |||
December 18, 2021 Issues » [Issue 22590] importC: static functions have no debug information generated for them | |||
|---|---|---|---|
| |||
...to any function, and try running a gdb over it. As I've pointed out... | |||
December 17, 2021 Issues » [Issue 22590] importC: static functions have no debug information generated for them | |||
|---|---|---|---|
| |||
...config.objfmt == OBJ_ELF)
if (!sd.SDsym) // gdb ignores line number data without a DW... | |||
December 17, 2021 Issues » [Issue 22590] importC: static functions have no debug information generated for them | |||
|---|---|---|---|
| |||
...is to debug gdb here to determine at what point does gdb give up attempting... | |||
December 17, 2021 Issues » [Issue 22590] importC: static functions have no debug information generated for them | |||
|---|---|---|---|
| |||
...and when you step into it with gdb, all debugging is gone. Looking at an... | |||
December 12, 2021 Issues » [Issue 22591] New: importC: Debug information for C sources have DW_AT_language set to D. | |||
|---|---|---|---|
| |||
...have their language set to C so gdb knows better how to interpret the generated... | |||
December 02, 2021 Learn » Re: Debugging D code with GDB | |||
|---|---|---|---|
| |||
So currently the workaround is they way to go. Thank you all for your help... | |||
November 30, 2021 Learn » Re: Debugging D code with GDB | |||
|---|---|---|---|
| |||
...Does gdb know about functions with thiscall or regparm attributes?) Another thing on the gdb... | |||
November 29, 2021 Learn » Re: Debugging D code with GDB | |||
|---|---|---|---|
| |||
I confirm this is an issue with DMD. I filed a bug in the issue... | |||
Copyright © 1999-2021 by the D Language Foundation