Home
last modified time | relevance | path

Searched refs:rb_raw_obj_info (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.h90 const char *rb_raw_obj_info(char *buff, const int buff_size, VALUE obj);
H A Ddebug.c100 rb_raw_obj_info(buff, 0x100, obj); in ruby_debug_print_value()
H A Dhash.c393 rb_raw_obj_info(b1, 0x100, k), in rb_hash_dump()
394 rb_raw_obj_info(b2, 0x100, v)); in rb_hash_dump()
H A Dgc.c9627 rb_raw_obj_info(char *buff, const int buff_size, VALUE obj) in rb_raw_obj_info() function
9687 UNEXPECTED_NODE(rb_raw_obj_info); in rb_raw_obj_info()
9838 return rb_raw_obj_info(buff, OBJ_INFO_BUFFERS_SIZE, obj); in obj_info()
9863 fprintf(stderr, "rb_obj_info_dump: %s\n", rb_raw_obj_info(buff, 0x100, obj)); in rb_obj_info_dump()
H A DChangeLog3898 rb_raw_obj_info() support T_MODULE and T_ICLASS.
10681 * gc.c (rb_raw_obj_info): fix type mismatch specified by the following
12950 fix SEGV in rb_raw_obj_info()
12959 …frame #0: 0x00000001000ca4f9 miniruby`rb_raw_obj_info(buff="0x000000010205d158 [0 ] T_IMEMO", b…
12969 …* frame #0: 0x00000001000ca4f9 miniruby`rb_raw_obj_info(buff="0x000000010205d158 [0 ] T_IMEMO",…
38902 * gc.c (rb_raw_obj_info): check block before using it.
38905 check is only needed by `rb_raw_obj_info()` and it is called at GC
38906 debug mode. Above fix for `rb_raw_obj_info()` solves this problem and
39102 …frame #4: 0x00000001000bdc61 miniruby`rb_raw_obj_info(buff="0x0000000100f46450 [0 ] T_IMEMO", b…
39118 frame #4: 0x00000001000bdc61 miniruby`rb_raw_obj_info(buff="0x0000000100f46450 [0 ] T_IMEMO", bu…
[all …]
H A Dcompile.c9342 rb_raw_obj_info(buff, sizeof(buff), obj); in ibf_dump_object_unsupported()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.01729 * gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGC
2053 * gc.c (rb_raw_obj_info): fix trivial issues.
3831 which prints the result of rb_raw_obj_info(..., obj).
4571 * gc.c (rb_raw_obj_info): iseq->body->location.first_lineno is Fixnum.
4580 * gc.c (rb_raw_obj_info): should support IMEMO/iseq.
6688 * gc.c (rb_raw_obj_info): separated from rb_obj_info().
6691 * gc.h: declare rb_raw_obj_info().
H A DChangeLog-2.4.02122 * gc.c (rb_raw_obj_info): support to show Proc obj.
2169 * debug.c (ruby_debug_printf): use rb_raw_obj_info()