diff options
author | Pedro Alves <palves@redhat.com> | 2014-04-22 19:47:06 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-04-23 18:53:36 +0100 |
commit | 51aa91f97976e0b4d6103d5c6e6a60bbd09be2fb (patch) | |
tree | 525b526c3abf8efee967fa2eba0b91f9da768423 /gdb/gdbserver/mem-break.h | |
parent | a4165e94f452b3137a1071a5034853a93a9de1a2 (diff) | |
download | gdb-51aa91f97976e0b4d6103d5c6e6a60bbd09be2fb.zip gdb-51aa91f97976e0b4d6103d5c6e6a60bbd09be2fb.tar.gz gdb-51aa91f97976e0b4d6103d5c6e6a60bbd09be2fb.tar.bz2 |
[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.
Diffstat (limited to 'gdb/gdbserver/mem-break.h')
-rw-r--r-- | gdb/gdbserver/mem-break.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbserver/mem-break.h b/gdb/gdbserver/mem-break.h index 4346881..74369a7 100644 --- a/gdb/gdbserver/mem-break.h +++ b/gdb/gdbserver/mem-break.h @@ -25,11 +25,6 @@ struct breakpoint; struct fast_tracepoint_jump; -/* Locate a breakpoint placed at address WHERE and return a pointer - to its structure. */ - -struct breakpoint *find_gdb_breakpoint_at (CORE_ADDR where); - /* Create a new GDB breakpoint at WHERE. Returns -1 if breakpoints are not supported on this target, 0 otherwise. */ |