This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Simulator: prevent inlining in C++ mode


On 2019-01-16 13:29, Pavel I. Kryukov wrote:
Okay, there are no C++ compiler errors other than macro expansion,
so this patch may be ignored. I submitted a separate patch for macros
expansion (https://sourceware.org/ml/gdb-patches/2019-01/msg00367.html)

I'll take a look.

(Sorry, I still get lines wrapped in patches while sending them via Gmail.
Could you please tell if there is a workaround?)

The best way is to use "git-send-email". You will need an SMTP server, whether it is gmail, your ISP's, etc. This should help:

https://coderwall.com/p/dp-gka/setting-up-git-send-email-with-gmail

If you really can't get this to work, the next best thing is to generate a .patch file (git format-patch HEAD^) and send it as an attachment. This ensures that the formatting is preserved.

Thanks!

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]