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:
parent
f709fabb61
commit
c4eb05ff9a
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* 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);
|
||||
|
||||
extern int current_traceframe;
|
||||
|
||||
int in_readonly_region (CORE_ADDR addr, ULONGEST length);
|
||||
int traceframe_read_mem (int tfnum, CORE_ADDR addr,
|
||||
unsigned char *buf, ULONGEST length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue