mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
gdb/
* remote.c (remote_trace_find): Change type of parameters 'addr1' and 'addr2' to CORE_ADDR. * target.c (update_current_target): Update. * target.h (struct target_ops) <to_trace_find>: Change parameter type to CORE_ADDR. * tracepoint.c (tfind_1): Change type of parameters 'addr1' and 'addr2' to CORE_ADDR. (tfile_trace_find): Likewise. (tfile_get_traceframe_address): Change return type to CORE_ADDR. Change local variable 'addr' to type CORE_ADDR. * tracepoint.h (tfind_1): Update declaration.
This commit is contained in:
@ -383,7 +383,7 @@ extern void tvariables_info_1 (void);
|
||||
extern void save_trace_state_variables (struct ui_file *fp);
|
||||
|
||||
extern void tfind_1 (enum trace_find_type type, int num,
|
||||
ULONGEST addr1, ULONGEST addr2,
|
||||
CORE_ADDR addr1, CORE_ADDR addr2,
|
||||
int from_tty);
|
||||
|
||||
extern void trace_save_tfile (const char *filename,
|
||||
|
Reference in New Issue
Block a user