rtos: allow symbols to be optional for a particular RTOS
Default to non-optional. Change-Id: Ifc9ddb1ab701a19c3760f95da47da6f7d412ff2e Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2355 Tested-by: jenkins Reviewed-by: Christian Gudrian <christian.gudrian@gmx.de> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
08607aefc0
commit
6d562283b5
@@ -35,7 +35,7 @@ struct reg;
|
||||
typedef struct symbol_table_elem_struct {
|
||||
const char *symbol_name;
|
||||
symbol_address_t address;
|
||||
|
||||
bool optional;
|
||||
} symbol_table_elem_t;
|
||||
|
||||
struct thread_detail {
|
||||
|
||||
Reference in New Issue
Block a user