From: krokus <nomadbyte@gmail.com>
To: gdb@sourceware.org
Subject: Re: Building gdb-9.1 on OSX: gdb's exceptions are not getting caught
Date: Tue, 14 Apr 2020 16:59:43 -0500 [thread overview]
Message-ID: <CAMCMYR4kH3eQMW9TBjCFLxhX-mmPXe2e88NiZEQ9r0oLC=oS3Q@mail.gmail.com> (raw)
In-Reply-To: <878633F1-77D9-46CD-BB6F-2FB064B2793A@comcast.net>
Thanks for the quick reply. I'll try building using your config.
What compile/link flags did you use?
I assume it's clang too. If you didn't set or pass any additional
C/CXXFLAGS to configure, it would probably use the defaults. In such case
the deffault flags will likely show up with this command:
```
echo "int main() {return 0;}" > /tmp/x.cc && clang++ -v -Wl,-v /tmp/x.cc
-o /dev/null && rm /tmp/x.cc
```
next prev parent reply other threads:[~2020-04-14 21:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-14 20:23 krokus
2020-04-14 20:27 ` Paul Koning
2020-04-14 21:59 ` krokus [this message]
[not found] ` <05B3AEF0-54D0-408F-97A4-19B2F3918611@comcast.net>
2020-04-15 1:48 ` krokus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMCMYR4kH3eQMW9TBjCFLxhX-mmPXe2e88NiZEQ9r0oLC=oS3Q@mail.gmail.com' \
--to=nomadbyte@gmail.com \
--cc=gdb@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox