summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger
AgeCommit message (Collapse)Author
2014-11-26Merge pull request #2652 from cremno/mrdb-add-missing-null-terminationYukihiro "Matz" Matsumoto
mrdb: add missing null-termination
2014-11-26free memory used by breakpointscremno
2014-11-26free return value of dirname()cremno
2014-11-25Merge pull request #2644 from cremno/mrdb-minor-changesHiroshi Mimaki
mrdb: minor changes
2014-11-25add missing null-terminationcremno
2014-11-22use mrb_str_xxx_lit for mrdb.Tatsuhiko Kubo
2014-11-20remove const type qualifiercremno
clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic.
2014-11-20don't convert function pointer to object pointercremno
2014-11-20remove castcremno
C99+TC3, 7.19.7.1p2: [...] the fgetc function obtains that character as an unsigned char converted to an int [...]
2014-11-20fix heap-use-after-freecremno
2014-11-18Add mruby debugger (mrdb)mimaki