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
Age
Commit message (
Expand
)
Author
2021-09-20
Update `struct` initializer to work with relatively older `C++`.
Yukihiro "Matz" Matsumoto
2021-09-15
Use `struct` initializer instead of `memset`.
Yukihiro "Matz" Matsumoto
2021-08-18
debug.c: export integer compressing functions.
Yukihiro "Matz" Matsumoto
2021-08-02
mrdb.c: do not skip `OP_JMP` on step execution.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-07-17
Avoid implicit casting from void pointers for C++
dearblue
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: remove unused local variables.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: support `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: rename prefix 'mrb_debug_' to `mrdb_`.
Yukihiro "Matz" Matsumoto
2021-07-06
Merge branch 'mrb_debug_strdup-and-strndup' of https://github.com/cremno/mrub...
Yukihiro "Matz" Matsumoto
2021-03-22
Use global defines for `mruby-bin-debugger`
KOBAYASHI Shuji
2021-03-01
feat: add pre-commit framework
John Bampton
2021-02-28
Remove periods from error messages according to the convention.
Yukihiro "Matz" Matsumoto
2021-02-13
chore: fix spelling
John Bampton
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-21
Silence gcc warning from `strncpy()`.
Yukihiro "Matz" Matsumoto
2021-01-18
Fix build error for mruby-bin-debugger
dearblue
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-12-13
Fix spelling
John Bampton
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-19
Allow `bintest` even if build name is not `host`
KOBAYASHI Shuji
2020-11-18
Fix integer overflow error in mrdb test
KOBAYASHI Shuji
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-12
Update `bintest` of `mruby-bin-debugger`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` before `struct mrb_irep` in `mruby-bin-debugger` gem.
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Change the return type of `mrb_check_intern()` and friends.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `mrb_irep` for `code_fetch_hook`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
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-12-24
Refine the assertion failure message in mrdb print tests
KOBAYASHI Shuji
2019-12-18
Fix `mruby-bin-debugger` tests; ref d2f2f9db
KOBAYASHI Shuji
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-08-25
Fix misspelling words in comments
Kazuhiro Sera
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 test case for mruby ddebugger.
mimaki
2018-04-04
Fixed illegal memory operation on mruby debugger.
mimaki
[next]