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] fix bug with command `printf "%s\n", $_as_string($pc)`


On 2017-02-26 08:20, Matthew Malcomson wrote:
I've attached the patch with correct formatting because my email
client replaces tabs with spaces. I'll leave the changelog entries as
you suggested.

Just a heads up for others, the patch does not apply for me, I think because it has CRLF line terminators. When I convert it to LF it applies fine.

Just one comment:

  void
  *malloc (size_t size)

should be:

  void *
  malloc (size_t size)

Otherwise, the patch looks good to me. Now you just have to wait until somebody with actual authority looks at it :).


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