Re: About gmp and mpfr dependencies for gdb building
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Andrew> GCC has its own wide-int implementation which might be useful to pull Andrew> into GDB if needed. It is used for BitInt and wide integer too. FWIW I tried this once but it was a pain, and also the API seemed pretty gross. I don't remember the details though. Tom