From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) by sourceware.org (Postfix) with ESMTPS id 60A983858D20 for ; Fri, 28 Jul 2023 14:50:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 60A983858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lj1-x229.google.com with SMTP id 38308e7fff4ca-2b95d5ee18dso34266261fa.1 for ; Fri, 28 Jul 2023 07:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690555852; x=1691160652; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=B9lrDhRfulV7pAVv3r1zODjWDU7oV/AXxWYZVcsthpI=; b=E6HONUTkJXlnVvn1DE+6RZNUgUmE9SdNEkNYY8ZJOYInbYPfYvtBlKsocwyHDoaAM/ UpU5oybRLpzurrNqqhy0Xj2DIMigIrpDgkdUs9Jfqb3PGygQlNSgOD2SVhjLKRv3NQvm tc2OXotqbum/AFiBrAinYD1G6IE5+dMpd2j49B7jdfvWn2DNoShVi2N7X2gO3sQB94UD SaUMFl/Q4XjBLuswFxY+L5xf9O2IhEVmSBrd7ZappEluxRRPY84jLBKLf7CoCZSdgwNw HB72IJcVWN9UKnxZeJw+iEYvgoFB9R3Gid7UIKlPMJ3/I6AQSfWUKDprhd9yni2WZ/h+ V2cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690555852; x=1691160652; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=B9lrDhRfulV7pAVv3r1zODjWDU7oV/AXxWYZVcsthpI=; b=XQwt0pjzYKELBmohPk4y9Aj6v1ADhDtzIaqUxfjEI1Nxq9jWySHWPYaWC09ZWr4tca 5ieunYJqYADi7ajOsemMx7Gaq7CEjw14DavIq1BqjK88beWNbYYsOWWYSgqfPyJJ+f3+ IgbcAu4effTBJaQ0fvqg8aH+i00dOytuEwLT0I4X2DXSF5E3HAippiTAszTYm+QtPF92 cATtKi9VuGKFxT48nEVRje66RnEcPbqZrVyky30YOt5P7wsohVQRgFznVdxiyKa7xlmu EunmnjeBD7u4gGCzTTdsxRI/9QaCefa8PIYmjfHMi9SgG2ew8pfrD+dxdk044qPid+Dh kpIQ== X-Gm-Message-State: ABy/qLYVU8b46NTUquTlyruALfMVudkn4pkMr+BybrSf8yQTMLijQcB1 oNGpSWS49JxReG2bgZU1OBp4qoekl1bn608CXaNiSS/Qsvo= X-Google-Smtp-Source: APBJJlF74tVTCPSySuTLYS15clUoejv6oCrCTAR96k2zMXUEC3k1zzqUY6aHu9/SKD4LQ5tbJ1E2r1SdA8sTgd1ZwQc= X-Received: by 2002:a2e:9547:0:b0:2b9:ba75:6620 with SMTP id t7-20020a2e9547000000b002b9ba756620mr1628655ljh.6.1690555851778; Fri, 28 Jul 2023 07:50:51 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6f02:a9d:b0:4a:d316:796e with HTTP; Fri, 28 Jul 2023 07:50:50 -0700 (PDT) In-Reply-To: References: From: K Date: Fri, 28 Jul 2023 16:50:50 +0200 Message-ID: Subject: Problem sending program a signal on hitting breakpoint - an anomaly? To: gdb Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: vaxx-induced prions eating my brain! inserting command ignore $bpnum 1 does the trick. replacement question: early in my gdb endeavours I tried to use libgdb.a but got discouraged by the entanglement with other libraries it needed linking with such as libreadline.a. is there any plan to make a single library available, static or dynamic? thanks in advance.