[Ups-cvs] ups/ups ao_ptrace.c,1.13,1.14
Brought to you by:
ianedwards
From: Tom H. <th...@us...> - 2010-10-14 14:22:58
|
Update of /cvsroot/ups/ups/ups In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11677/ups Modified Files: ao_ptrace.c Log Message: Recalculate breakpoint address after the target has started. Index: ao_ptrace.c =================================================================== RCS file: /cvsroot/ups/ups/ups/ao_ptrace.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ao_ptrace.c 13 Jul 2009 13:47:37 -0000 1.13 --- ao_ptrace.c 14 Oct 2010 14:22:49 -0000 1.14 *************** *** 590,593 **** --- 590,594 ---- elf_update_dynamic_solibs(xp->xp_apool, xp->xp_textpath, &ip->ip_solibs, TRUE); + recalculate_bpt_addrs(xp); if (get_startup_stop_addrs(xp, &main_addr, &main_min_bpt_addr) != 0) return -1; |