My software loads/unloads some shared objects on the fly. Right now it is a bit tedious to have to trigger a breakpoint once the .so is loaded to set the breaks where I want them. 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? TTimo