index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-bin-debugger
/
tools
/
mrdb
Age
Commit message (
Expand
)
Author
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-03-08
Improve conflict error message of mruby-bin-debugger; ref 87d1b2a91
dearblue
2019-10-09
Fix that `print` command raises `FrozenError` in `mrdb`; ref 1f5a7f2f
KOBAYASHI Shuji
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-07-14
Error needed/conflicts configuration
dearblue
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-02-19
Add "info locals" command to mrdb
kimu_shu
2019-02-03
Use `mrb->eException_class` instead of `mrb_class_get()`
KOBAYASHI Shuji
2018-07-31
Bytecode support for `mrdb`.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-04-04
Fixed illegal memory operation on mruby debugger.
mimaki
2017-12-23
Do not initialize a local variable soon to be assigned.
Yukihiro "Matz" Matsumoto
2017-12-23
Make source compilable with C++17
Lothar Scholz
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-04
Fixed a invalid source path name on mruby debugger.
Hiroshi Mimaki
2017-08-01
Better class name management.
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2017-04-03
Remove spaces around parens
Yukihiro "Matz" Matsumoto
2017-02-08
Fixed mixture of signed/unsigned integers
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-07-31
intptr_t should be used instead of uint32_t to hold a pointer.
Guo Xiao
2015-12-26
remove execute bit from mrbgems/mruby-bin-debugger files
Yukihiro "Matz" Matsumoto
2015-12-23
fix bug that doesn't stop program when execute next command.
Yuhei Okazaki
2015-12-23
fixed next command's comment.
Yuhei Okazaki
2015-12-23
add next command to mrdb.
Yuhei Okazaki
2015-12-22
fix build on VS2012
Yasuhiro Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-07-02
Fix incorrect memory allocation of mrdb_state_new.
Blaž Hrastnik
2015-06-19
Fix typos in documentation and error messages [skip ci]
Anton Davydov
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-03-31
fix maximum value of the index when access breakpoints.
Yuhei Okazaki
2015-01-19
Merge pull request #2680 from sdottaka/add-fflush
Yukihiro "Matz" Matsumoto
2015-01-18
mrdb: fix crash when stepping into Proc.call
sdottaka
2015-01-10
Merge pull request #2697 from cubicdaiya/use-sizeof
Yukihiro "Matz" Matsumoto
2015-01-03
Removed duplicated declarations.
Tatsuhiko Kubo
2015-01-03
Use sizeof() instead of strlen().
Tatsuhiko Kubo
2015-01-03
fixed error-handling for mrb_open().
Tatsuhiko Kubo
2015-01-03
Add fflush() (2)
sdottaka
2015-01-01
Remove redundant NULL checks for mrb_malloc().
Tatsuhiko Kubo
2014-12-20
mrdb: fix that break command cannot handle Windows paths
sdottaka
2014-12-19
mrdb, mirb: Add fflush() so that a external program can read output immediately.
sdottaka
2014-11-29
closing to Local Scope
murase_syuka
2014-11-27
adhoc fix for pass build
murase_syuka
2014-11-26
Merge pull request #2652 from cremno/mrdb-add-missing-null-termination
Yukihiro "Matz" Matsumoto
2014-11-26
free memory used by breakpoints
cremno
2014-11-26
free return value of dirname()
cremno
2014-11-25
Merge pull request #2644 from cremno/mrdb-minor-changes
Hiroshi Mimaki
[next]