Displaying 1 result from an estimated 1 matches for "dotdebug_005fgdb_005fscript".
Did you mean:
dotdebug_005fgdb_005fscripts
2016 Jun 01
1
GDB pretty printers for LLVM ADTs
...etc might change often enough
that this approach would come up for users in this situation). Also having
to go in and another line whenever we add other scripts - Clang pretty
printers, LLD pretty printers, etc, would be unfortunate.
.debug_gdb_scripts
<https://sourceware.org/gdb/onlinedocs/gdb/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section>
provides a way to load these scripts on demand, which would ensure that we
didn't need to update each of our local .gdbinit files every time a new set
of pretty printers (probably on a per project basis - one for clang, one
for LLVM, one f...