GDB and debug fission
Alexander Yermolovich via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <BN7PR15MB2466A73E710FFE9A98FE3394BFAE0@BN7PR15MB2466.namprd15.prod.outlook.com> |
Hello. For latest gdb to work with -gsplit-dwarf debug information generated by clang, either in split or single mode does it need gdb_index or pubnames? In normal case where debug information is part of executable gdb_index is nice to speed up startup time, and I think I read pubnames is not used, but with debug fission are either gdb_index or pubnames necessary? Thank You Alex