Remove set_breakpoint_data definition in GDBServer.

This patch removes the now unused set_breakpoint_data function from mem_break.h

gdb/gdbserver/ChangeLog:

	* mem-break.h (set_breakpoint_data): Remove.
This commit is contained in:
Antoine Tremblay 2015-10-23 13:20:39 -04:00
parent fb78e89c56
commit 3db2885585
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
* mem-break.h (set_breakpoint_data): Remove.
2015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
* nto-low.c (nto_sw_breakpoint_from_kind): New function.

View file

@ -194,11 +194,6 @@ void check_mem_read (CORE_ADDR mem_addr, unsigned char *buf, int mem_len);
void check_mem_write (CORE_ADDR mem_addr,
unsigned char *buf, const unsigned char *myaddr, int mem_len);
/* Set the byte pattern to insert for memory breakpoints. This function
must be called before any breakpoints are set. */
void set_breakpoint_data (const unsigned char *bp_data, int bp_len);
/* Delete all breakpoints. */
void delete_all_breakpoints (void);