This is the mail archive of the gdb-patches@sources.redhat.com 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/rfc, rfa:doco] gdbarch return value



The doco part is okay with me, but I'd suggest to move this paragraph:

  +Given a function with a return-value of type @var{rettype}, return which
  +return-value convention that function would use.

right after these two lines:

Yes. I was struggling with how to best order things.



  +@item enum return_value_convention gdbarch_return_value (struct gdbarch *@var{gdbarch}, struct type *@var{valtype}, struct regcache *@var{regcache}, const void *@var{inval}, void *@var{outval})
  +@findex gdbarch_return_value

since it describes what the method does, while the rest explains more
about the matter.


thanks, Andrew



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