Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h

    r331 r439  
    2424  DBGCMD_BREAK,
    2525  DBGCMD_INFO_BREAK,
     26  DBGCMD_INFO_LOCAL,
    2627  DBGCMD_WATCH,
    2728  DBGCMD_INFO_WATCH,
     
    105106  struct mrb_irep *root_irep;
    106107  struct mrb_irep *irep;
    107   mrb_code *pc;
     108  const mrb_code *pc;
    108109  mrb_value *regs;
    109110
     
    152153dbgcmd_state dbgcmd_break(mrb_state*, mrdb_state*);
    153154dbgcmd_state dbgcmd_info_break(mrb_state*, mrdb_state*);
     155dbgcmd_state dbgcmd_info_local(mrb_state*, mrdb_state*);
    154156dbgcmd_state dbgcmd_delete(mrb_state*, mrdb_state*);
    155157dbgcmd_state dbgcmd_enable(mrb_state*, mrdb_state*);
Note: See TracChangeset for help on using the changeset viewer.