[binutils-gdb] Introduce x86_linux_update_debug_registers

sergiodj+buildbot@redhat.com sergiodj+buildbot@redhat.com
Tue Mar 24 20:28:00 GMT 2015


*** TEST RESULTS FOR COMMIT 2b95d4403883ba22687ecb81520855204348a7fb ***

Author: Gary Benson <gbenson@redhat.com>
Branch: master
Commit: 2b95d4403883ba22687ecb81520855204348a7fb

Introduce x86_linux_update_debug_registers
This commit moves the entire body of both GDB's and gdbserver's
x86_linux_prepare_to_resume functions into new functions,
x86_linux_update_debug_registers.  This reorganisation allows
all Linux x86 low-level debug register code to be placed in one
shared file, separate from general Linux x86 shared code.

gdb/ChangeLog:

	* x86-linux-nat.c (x86_linux_update_debug_registers):
	New function, factored out from...
	(x86_linux_prepare_to_resume): ...this.

gdb/gdbserver/ChangeLog:

	* linux-x86-low.c (x86_linux_update_debug_registers):
	New function, factored out from...
	(x86_linux_prepare_to_resume): ...this.



More information about the Gdb-testers mailing list