Re: insight
Keith Seitz <[email protected]> Wed, 16 Jan 2019 11:40:48 -0800
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 1/10/19 1:58 AM, malaoba wrote: > Insight is a great GUI to GDB, but it is too old. the newest version is only 6.8-1,2009. > My gcc is 7.3, and the ELF file which is compiled by gcc 7.3 was not compatible with gdb 6.8. > I wonder how does the Insight work correctly with the newer GDB? Build from the repo. That's what Patrick and I do. $ git clone git://sourceware.org/git/insight.git Follow directions in the README. Keith