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

Simon Marchi simon.marchi@polymtl.ca
Wed Jan 16 19:51:00 GMT 2019


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



More information about the Gdb-patches mailing list