aboutsummaryrefslogtreecommitdiff
path: root/src/rtos
diff options
context:
space:
mode:
authorMichel JAOUEN <michel.jaouen@stericsson.com>2012-01-03 16:18:22 +0100
committerØyvind Harboe <oyvindharboe@gmail.com>2012-01-15 22:13:03 +0000
commit2bc51d1abc14ec776da7f52ef344742259dccdcd (patch)
treec5e266a1f07a55e82ea6d822a06de9ffa0185eb1 /src/rtos
parentebac7c963a76ba20b4e66b0525d12127295cdccb (diff)
rtos : ps command
Change-Id: I1b00b6d72f425826c33b0df7dd63114ce642ce93 Signed-off-by: Michel JAOUEN <michel.jaouen@stericsson.com> Reviewed-on: http://openocd.zylin.com/345 Tested-by: jenkins Reviewed-by: Evan Hunter <evan@ozhiker.com> Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'src/rtos')
-rw-r--r--src/rtos/rtos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h
index 890a99e0..3d231481 100644
--- a/src/rtos/rtos.h
+++ b/src/rtos/rtos.h
@@ -80,6 +80,7 @@ struct rtos_type
int (*get_thread_reg_list) ( struct rtos *rtos, int64_t thread_id, char ** hex_reg_list );
int (*get_symbol_list_to_lookup) (symbol_table_elem_t * symbol_list[] );
int (*clean)(struct target *target);
+ char * (*ps_command)(struct target *target);
};