mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2006-12-05 Adam Nemet <anemet@caviumnetworks.com>
* target.c (debug_to_remove_watchpoint): Call to_remove_watchpoint. Print target_remove_watchpoint.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2006-12-05 Adam Nemet <anemet@caviumnetworks.com>
|
||||
|
||||
* target.c (debug_to_remove_watchpoint): Call
|
||||
to_remove_watchpoint. Print target_remove_watchpoint.
|
||||
|
||||
2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* elfread.c (elf_symtab_read): Treat weak functions as global.
|
||||
|
@ -2386,10 +2386,10 @@ debug_to_remove_watchpoint (CORE_ADDR addr, int len, int type)
|
||||
{
|
||||
int retval;
|
||||
|
||||
retval = debug_target.to_insert_watchpoint (addr, len, type);
|
||||
retval = debug_target.to_remove_watchpoint (addr, len, type);
|
||||
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
"target_insert_watchpoint (0x%lx, %d, %d) = %ld\n",
|
||||
"target_remove_watchpoint (0x%lx, %d, %d) = %ld\n",
|
||||
(unsigned long) addr, len, type, (unsigned long) retval);
|
||||
return retval;
|
||||
}
|
||||
|
Reference in New Issue
Block a user