summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger
AgeCommit message (Expand)Author
2018-08-25Fix misspelling words in commentsKazuhiro Sera
2018-07-31Bytecode support for `mrdb`.Yukihiro "Matz" Matsumoto
2018-07-30New bytecode implementation of mruby VM.Yukihiro "Matz" Matsumoto
2018-04-04Fixed test case for mruby ddebugger.mimaki
2018-04-04Fixed illegal memory operation on mruby debugger.mimaki
2017-12-23Do not initialize a local variable soon to be assigned.Yukihiro "Matz" Matsumoto
2017-12-23Make source compilable with C++17Lothar Scholz
2017-11-20Add `MRB_METHOD_TABLE_INLINE` option.Yukihiro "Matz" Matsumoto
2017-08-12Reduce integer type mismatch warnings in VC.Yukihiro "Matz" Matsumoto
2017-08-04Fixed a invalid source path name on mruby debugger.Hiroshi Mimaki
2017-08-01Better class name management.Yukihiro "Matz" Matsumoto
2017-06-28Remove redundant use of `Object#to_s` in interpolation.Yukihiro "Matz" Matsumoto
2017-04-03Unify `else` clause styleYukihiro "Matz" Matsumoto
2017-04-03Remove spaces around parensYukihiro "Matz" Matsumoto
2017-02-08Fixed mixture of signed/unsigned integersYukihiro "Matz" Matsumoto
2016-09-28Removed trailing spacesNobuyoshi Nakada
2016-07-31intptr_t should be used instead of uint32_t to hold a pointer.Guo Xiao
2015-12-26remove execute bit from mrbgems/mruby-bin-debugger filesYukihiro "Matz" Matsumoto
2015-12-23fix bug that doesn't stop program when execute next command.Yuhei Okazaki
2015-12-23fixed next command's comment.Yuhei Okazaki
2015-12-23add next command to mrdb.Yuhei Okazaki
2015-12-22fix build on VS2012Yasuhiro Matsumoto
2015-11-27include changed from by quotes ("") to by brackets (<>); close #3032Yukihiro "Matz" Matsumoto
2015-09-01Typo in mruby-bin-debugger/mrbgem.rakeZachary Scott
2015-07-02Fix incorrect memory allocation of mrdb_state_new.Blaž Hrastnik
2015-06-19Fix typos in documentation and error messages [skip ci]Anton Davydov
2015-04-18Suppress warnings generated by -Wwrite-stringsKouhei Sutou
2015-03-31fix maximum value of the index when access breakpoints.Yuhei Okazaki
2015-01-19Merge pull request #2680 from sdottaka/add-fflushYukihiro "Matz" Matsumoto
2015-01-18mrdb: fix crash when stepping into Proc.callsdottaka
2015-01-10Merge pull request #2697 from cubicdaiya/use-sizeofYukihiro "Matz" Matsumoto
2015-01-03Removed duplicated declarations.Tatsuhiko Kubo
2015-01-03Use sizeof() instead of strlen().Tatsuhiko Kubo
2015-01-03fixed error-handling for mrb_open().Tatsuhiko Kubo
2015-01-03Add fflush() (2)sdottaka
2015-01-01Remove redundant NULL checks for mrb_malloc().Tatsuhiko Kubo
2014-12-20mrdb: fix that break command cannot handle Windows pathssdottaka
2014-12-19mrdb, mirb: Add fflush() so that a external program can read output immediately.sdottaka
2014-11-29closing to Local Scopemurase_syuka
2014-11-27adhoc fix for pass buildmurase_syuka
2014-11-26Merge pull request #2652 from cremno/mrdb-add-missing-null-terminationYukihiro "Matz" Matsumoto
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
2014-11-25add missing null-terminationcremno
2014-11-22use mrb_str_xxx_lit for mrdb.Tatsuhiko Kubo
2014-11-20remove const type qualifiercremno
2014-11-20don't convert function pointer to object pointercremno
2014-11-20remove castcremno
2014-11-20fix heap-use-after-freecremno