Improve python debugger client. (#2441)
Replace DisplayData to DebuggerAction. The new class has only four type options. Furthermore several functions returning with DisplayData is changed to return with string. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -367,7 +367,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
uint8_t type; /**< type of the message */
|
||||
uint8_t frame_count[sizeof (uint32_t)]; /**< total number of frames*/
|
||||
uint8_t frame_count[sizeof (uint32_t)]; /**< total number of frames */
|
||||
} jerry_debugger_send_backtrace_total_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user