summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c
AgeCommit message (Collapse)Author
2019-02-19Add "info locals" command to mrdbkimu_shu
2019-02-03Use `mrb->eException_class` instead of `mrb_class_get()`KOBAYASHI Shuji
2017-12-23Make source compilable with C++17Lothar Scholz
Changes applied: - Removing "register" keyword - Fixing const pointer to pointer assignments - Adding type casts to rb_malloc calls
2017-04-03Remove spaces around parensYukihiro "Matz" Matsumoto
2015-12-26remove execute bit from mrbgems/mruby-bin-debugger filesYukihiro "Matz" Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-06-19Fix typos in documentation and error messages [skip ci]Anton Davydov
2015-01-19Merge pull request #2680 from sdottaka/add-fflushYukihiro "Matz" Matsumoto
mrdb, mirb: Add fflush() so that a external program can read output imme...
2015-01-03Add fflush() (2)sdottaka
2015-01-01Remove redundant NULL checks for mrb_malloc().Tatsuhiko Kubo
2014-11-20fix heap-use-after-freecremno
2014-11-18Add mruby debugger (mrdb)mimaki