target/esirisc_trace: change prototype of trace dump functions
authorPaul Fertser <fercerpav@gmail.com>
Mon, 1 Apr 2019 03:42:24 +0000 (05:42 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Tue, 14 May 2019 18:36:53 +0000 (19:36 +0100)
commit7060286175166bb78c803c79121d20dd6eddd693
treeb3b576823aaa2c881c43cbdba3a50b01839eefbd
parent3f8f7352d2f64411df6eee48a63c71e7bded6056
target/esirisc_trace: change prototype of trace dump functions

To prepare for handling TCL return values consistently, all calls
to command_print/command_print_sameline should be ready to switch
to CMD as first parameter.

Change prototype of esirisc_trace_dump*() functions to pass CMD
instead of CMD_CTX.

This change was part of http://openocd.zylin.com/1815 from Paul
Fertser and has been extracted and rebased to simplify the review.

Change-Id: Ia43bff112372cbb76e1aea9f59f4a9b6df05c15d
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5079
Tested-by: jenkins
Reviewed-by: Steven Stallion <sstallion@gmail.com>
src/target/esirisc_trace.c