Pedro Alves wrote: > > By querying the target, how else? Something like: > > + if (target_supports_multi_process ()) > strcat (own_buf, ";multiprocess+"); > Here is a patch that does what you described. Thanks, -- Aleksandar Ristovski QNX Software Systems ChangeLog: * target.h (supports_multiprocess): New function. * server.c (handle_query): Use supports_multiprocess and output multiprocess accordingly. * linux-low.c (linux_supports_multiprocess): New function. (linux_target_ops): Set supports_multiprocess.