Message ID | alpine.DEB.2.00.1708041500090.17596@tp.orcam.me.uk |
---|---|
State | Committed |
Headers | show |
"Maciej W. Rozycki" <macro@imgtec.com> writes: >> The patch looks good to me, but please give me two or three days to run >> the tests on an armv7 board. The board is being used for other tests, >> and I'll start the regression test on Monday next week. > > Sure. Here's v2 with an updated description. No changes to the patch > itself. My test is done. No regression. Could you please push it in?
On Mon, 7 Aug 2017, Yao Qi wrote: > > Sure. Here's v2 with an updated description. No changes to the patch > > itself. > > My test is done. No regression. Could you please push it in? Thanks for your review and testing. I have committed it to master now. How about the 8.0 branch? Maciej
"Maciej W. Rozycki" <macro@imgtec.com> writes: > Thanks for your review and testing. I have committed it to master now. > How about the 8.0 branch? Yes, please. Are you able to edit page https://sourceware.org/gdb/wiki/GDB_8.0_Release and add this PR in 8.0.1 release? If you don't have the permission to edit, I can do it for you.
On Wed, 9 Aug 2017, Yao Qi wrote: > > Thanks for your review and testing. I have committed it to master now. > > How about the 8.0 branch? > > Yes, please. Are you able to edit page > https://sourceware.org/gdb/wiki/GDB_8.0_Release and add this PR in 8.0.1 > release? If you don't have the permission to edit, I can do it for you. I have backported the change now and, after a hiccup, managed to create a wiki account. However as you suspected, I seem unable to edit the page as it shows as immutable, at least to me. Would you be able to do anything about my editing permission? FWIW I have no issues with the sibling GLIBC wiki. I'm user `macro' in both wikis. Thanks for your review. Maciej
On 17-08-11 15:31:25, Maciej W. Rozycki wrote: > On Wed, 9 Aug 2017, Yao Qi wrote: > > > > Thanks for your review and testing. I have committed it to master now. > > > How about the 8.0 branch? > > > > Yes, please. Are you able to edit page > > https://sourceware.org/gdb/wiki/GDB_8.0_Release and add this PR in 8.0.1 > > release? If you don't have the permission to edit, I can do it for you. > > I have backported the change now and, after a hiccup, managed to create a > wiki account. However as you suspected, I seem unable to edit the page as > it shows as immutable, at least to me. Would you be able to do anything > about my editing permission? FWIW I have no issues with the sibling GLIBC > wiki. I'm user `macro' in both wikis. AFAIK, users on https://sourceware.org/gdb/wiki/EditorGroup have the permission to edit the wiki. I add `macro' in the list. Does it work?
On Fri, 11 Aug 2017, Yao Qi wrote: > > I have backported the change now and, after a hiccup, managed to create a > > wiki account. However as you suspected, I seem unable to edit the page as > > it shows as immutable, at least to me. Would you be able to do anything > > about my editing permission? FWIW I have no issues with the sibling GLIBC > > wiki. I'm user `macro' in both wikis. > > AFAIK, users on https://sourceware.org/gdb/wiki/EditorGroup have the > permission to edit the wiki. I add `macro' in the list. Does it work? It does, thank you! Page updated. BTW, PR 21555 still has to be closed it would seem. I'm not sure if it's bugzilla or my browser (or myself), but I had troubles closing PR 21886 as well, as the intended status flipped from RESOLVED to WAITING as I was typing in the comment. Maciej
Index: binutils/gdb/mem-break.c =================================================================== --- binutils.orig/gdb/mem-break.c 2017-07-30 22:45:34.000000000 +0100 +++ binutils/gdb/mem-break.c 2017-07-30 23:41:28.595612206 +0100 @@ -37,7 +37,7 @@ int default_memory_insert_breakpoint (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) { - CORE_ADDR addr = bp_tgt->reqstd_address; + CORE_ADDR addr = bp_tgt->placed_address; const unsigned char *bp; gdb_byte *readbuf; int bplen;