This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] sim: allow memory maps to default to mapped files
> i dont mind writing documentation, but i dont understand texi, so ive
> avoided the format when possible. i believe all of the gdb
> documentation is based in that format ?
Yes, that's correct. texi isn't very difficult, and we have Eli who
helps with any issues around it. There are @[cmd] markers that help
describe the text, and once you know that, you should be able to write
documentation by copy/paste. I found an "introduction to Texinfo" page,
which might be helpful giving you the basics in a short amount of time:
http://lilypond.org/doc/v2.12/Documentation/devel/contrib-guide/Texinfo-introduction-and-usage-policy
> that's basically what my change does. "addr,0" or just "addr" now work.
> sorry if my commit msg wasnt clear.
OK. The patch looks good to me, except for the little formatting nits
that I already pointed out. But can you give it a few more days for
others to comment? In particular, Doug Evans is more proficient with
the simulator than I am, I believe (which is not hard, considering
that I have barely ever touched that code).
--
Joel