mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 23:50:09 +08:00
Remove current_traceframe declaration
The variable has been removed in c12a508 ("Add client_state struct."), remove the leftover declaration. gdb/gdbserver/ChangeLog: * tracepoint.h (current_traceframe): Remove declaration.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
|
* tracepoint.h (current_traceframe): Remove declaration.
|
||||||
|
|
||||||
2018-06-18 Alan Hayward <alan.hayward@arm.com>
|
2018-06-18 Alan Hayward <alan.hayward@arm.com>
|
||||||
|
|
||||||
* linux-aarch64-low.c (is_sve_tdesc): New function.
|
* linux-aarch64-low.c (is_sve_tdesc): New function.
|
||||||
|
@ -83,8 +83,6 @@ int tracepoint_was_hit (struct thread_info *tinfo, CORE_ADDR stop_pc);
|
|||||||
|
|
||||||
void release_while_stepping_state_list (struct thread_info *tinfo);
|
void release_while_stepping_state_list (struct thread_info *tinfo);
|
||||||
|
|
||||||
extern int current_traceframe;
|
|
||||||
|
|
||||||
int in_readonly_region (CORE_ADDR addr, ULONGEST length);
|
int in_readonly_region (CORE_ADDR addr, ULONGEST length);
|
||||||
int traceframe_read_mem (int tfnum, CORE_ADDR addr,
|
int traceframe_read_mem (int tfnum, CORE_ADDR addr,
|
||||||
unsigned char *buf, ULONGEST length,
|
unsigned char *buf, ULONGEST length,
|
||||||
|
Reference in New Issue
Block a user