Re: Next Release Status
Keith Seitz <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
On 12/15/2011 06:37 AM, Bahadir Balban wrote: > Is it possible to compile Insight as detached from a specific GDB > version? In DDD ddd --gdb --debugger option specifies the GDB version. > This is the way we confirmed that insight's gdb and latest GDB differed > in the way they step through our latest compiled code. Insight is > skipping certain function bodies as if they were inlined. No. Insight *is* gdb. That's what makes it so much faster than Eclipse, emacs, DDD, etc, all of which have to process MI. Insight is the same executable. Just checkout the latest sources and build. Like I mentioned in my other email, I've been doing this for years. That reminds me, I believe I have a patch to commit... O:-) Keith