Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is different about the debugger gdb(1)?

debugger different gdb
0
Posted

What is different about the debugger gdb(1)?

0

BSD/OS 4.0 includes gdb 4.16, the same version as in BSD/OS 3.1. We changed the configuration so that it could support debugging of ELF, a.out and COFF programs. Gdb can handle ELF format core files with both ELF and a.out programs; this is useful since the ELF core file format is considerably richer than the old a.out format, allowing us to include all writable data in the address space in the core file, not just the program’s data segment, heap and stack. Gdb still doesn’t understand the statically linked shared libraries, but it will correctly debug dynamically linked shared libraries, including shared libraries that were built with -g. The complete documentation for gdb is on-line and may be accessed using `info gdb’. BSD/OS 4.0 comes with the ddd graphical interface for gdb. Ddd 2.2.3 is an X11R6 program that supplements the text-oriented gdb interface with buttons and menus. Ddd can display data structures graphically, using arrows and charts to show where pointers point. Through

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123