dje42 / gdb

various gdb patches, extensions
GNU General Public License v2.0
1 stars 0 forks source link

[gdb-guile] auto-loading guile-implemented gdb functions and commands #4

Open dje42 opened 11 years ago

dje42 commented 11 years ago

It's not clear what kind of auto-loading of guile-implemented gdb functions and commands to have.

E.g., should the user have to "import" them first? Not as user-friendly perhaps, but it has the virtue of not populating the command/function space if the user doesn't want them for some reason.