[gvd-users] managing breakpoints in shared objects

Arnaud Charlet gvd-users@lists.act-europe.fr
Wed, 3 Jul 2002 14:12:26 +0200


> Could gvd handle some 'meta' breakpoints, i.e. if you define a breakpoint
> on source that it doesn't find, it would store it and set the breakpoint
> later, when it's able to do it?

That's what gdb tries to do, but it does not always succeed.
Note that this is really a low level debugger issue (since you need info on
when shared libraries are loaded), so I'd suggest you send your request to
the gdb mailing list.

Arno