Using C++ code inside gdb
Ashutosh <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CADHm+ztUrxkStMRgqTFTnz+d02jHT5wTCmJH3qwUQximA5x+Kg@mail.gmail.com> |
Hi All, I plan to add a standalone module inside gdb code that contains information about the memories in the target, but want to organize it in the form of a C++ class. My question is: Has anybody earlier tried adding C++ code to gdb code-base and how easy it would be to do so? Any guidelines? Thanks, ash