forked from Imagelibrary/binutils-gdb
[gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.
Nothing calls this outside mem-break.c. gdb/gdbserver/ 2014-04-23 Pedro Alves <palves@redhat.com> * mem-break.c (find_gdb_breakpoint_at): Make static. * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
This commit is contained in:
@@ -676,7 +676,10 @@ delete_breakpoint (struct breakpoint *todel)
|
||||
return delete_breakpoint_1 (proc, todel);
|
||||
}
|
||||
|
||||
struct breakpoint *
|
||||
/* Locate a breakpoint placed at address WHERE and return a pointer
|
||||
to its structure. */
|
||||
|
||||
static struct breakpoint *
|
||||
find_gdb_breakpoint_at (CORE_ADDR where)
|
||||
{
|
||||
struct process_info *proc = current_process ();
|
||||
|
||||
Reference in New Issue
Block a user