>>>>> "David" == David Malcolm <dmalc...@redhat.com> writes:
David> Is there a precanned event provided by gdb that I can connect to for David> when the underlying code has changed and my caches need to be David> invalidated? Maybe not :( You could use the "exited" event as a decent approximation. Also, and I think we're really getting into the obscure stuff here, if you want to let users debug multiple versions of gcc at the same time, then your caches have to be parameterized by the inferior. I'm reasonably confident that nobody actually does this. Tom