From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) by sourceware.org (Postfix) with ESMTPS id C34063948490 for ; Tue, 28 Apr 2020 21:18:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C34063948490 Received: by mail-lj1-x22c.google.com with SMTP id e25so328559ljg.5 for ; Tue, 28 Apr 2020 14:18:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vcoFGTvfwK5QQO6rfZ9A1jiDIPKRm67Iw+nqoY/66r4=; b=OnFpLZqC8qd2gLVNY7V55I4ilb8tGp/ycxzBzPfw4YLBdHmzd3RglOPSNyv/lWgrR9 0dlunCSvK92DrAh4yaK48FczymfRAIXD+WnPP+TopD4wn7SDssU2LlOFkF9RYC/9rGww iQo5bDjHRHAb+eKx0C2FUzhYlzAttZrulJif9CgpnoFbRHWxn3imeHmdE8GyEOsXkBw0 qawW0vM/FCJd067O54WXp7nPpeZqBgeetDCWLPxsUJAgGJ8gvM+ehWHNpbTMrLoAvS17 pgNYiUQnWkEdv5gY+zxZWF76GkWGxSINFR03raLT4gXf2cOfWVB6rarDQ1hN3V+36YBt Y7xA== X-Gm-Message-State: AGi0PuaBPKCWBB97ZIuCQrGYug7VL1YHLIc6v464EKQZrzRsJKCmf9Ks ZCPR5KIHD0veLw4jDyfRwUee1XZcvmfe1+jBd3yquWKp X-Google-Smtp-Source: APiQypLV7OD2u3UYqunRpcQ9CimuUukrCeeUml63/diAN3w3O7PVJZBfvuls5an0UjZSoVDxMExpuEfSVJdxJPgKWak= X-Received: by 2002:a2e:8296:: with SMTP id y22mr18161661ljg.254.1588108713757; Tue, 28 Apr 2020 14:18:33 -0700 (PDT) MIME-Version: 1.0 From: Francisco Moraes Date: Tue, 28 Apr 2020 17:18:22 -0400 Message-ID: Subject: Frame unwinders with core files To: gdb@sourceware.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 21:18:37 -0000 Hi, Are frame unwinders executed when using a core file? I have a Python unwinder registered and enabled but it is not being called at all. It is registered with None as the objfile as to make it global. This is with gdb-7.11.1 which is what's currently installed on the system of interest. Francisco