* configure.srv (x86_64-*-linux*): Turn on thread_db support.

* linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
	(x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
	(the_low_target): Update.
This commit is contained in:
Daniel Jacobowitz
2005-11-02 19:54:44 +00:00
parent a92e0d0a05
commit 011a70c2ea
3 changed files with 53 additions and 1 deletions

View File

@ -87,6 +87,7 @@ case "${target}" in
x86_64-*-linux*) srv_regobj=reg-x86-64.o
srv_tgtobj="linux-low.o linux-x86-64-low.o i387-fp.o"
srv_linux_regsets=yes
srv_linux_thread_db=yes
;;
xscale*-*-linux*) srv_regobj=reg-arm.o
srv_tgtobj="linux-low.o linux-arm-low.o"