summaryrefslogtreecommitdiffstats
path: root/.gdbinit
Commit message (Expand)AuthorAgeFilesLines
* * .gdbinit (rb_method_entry): search method entry by class and id.nobu2009-10-191-1/+61
* * .gdbinit (rb_ps): dump all threads and their callstacks. basednobu2009-10-191-0/+38
* * debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]nobu2009-08-051-1/+1
* * .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu2009-06-151-3/+4
* * template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu2009-05-211-116/+185
* .gdbinit (rp): missing "else" after T_NODE block.nobu2009-05-211-0/+1
* * .gdbinit (rp): show negative fixnum correctly.akr2009-03-301-1/+1
* * .gdbinit (iseq): added.nobu2009-02-131-3/+26
* * .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu2008-12-271-0/+7
* * .gdbinit (rp): fixed typo for T_STRUCT.nobu2008-12-091-1/+1
* * .gdbinit (rp): REGEXP handling fixed.matz2008-10-161-2/+8
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-2/+27
* * .gdbinit (rp): T_VALUES is no longer defined.nobu2008-05-231-5/+0
* * .gdbinit (rp): removed RUBY_T_BLOCK.nobu2008-05-071-5/+0
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-2/+2
* * .gdbinit (rp): supports rational and complex numbers. it'smatz2008-04-011-0/+10
* use %ld for VALUE in rp.akr2008-03-061-8/+8
* follow RFloat member name change.akr2008-03-061-1/+1
* * re.c (ARG_ENCODING_NONE): defined for /.../n option.akr2007-12-211-0/+3
* * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu2007-12-211-5/+5
* show regexp flags and encoding.akr2007-12-171-3/+10
* don't show shared and assoc for embed string.akr2007-12-131-6/+7
* * string.c (rb_str_shared_replace): make str noembed after free.akr2007-12-131-1/+13
* fix coderange.akr2007-11-261-1/+1
* * ruby.c (RUBY_ENCODING_SHIFT): added as enum.akr2007-10-161-1/+14
* avoid magic numbers.akr2007-10-071-31/+31
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-071-3/+3
* forgot to follow RHash change.akr2007-09-111-2/+2
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-2/+10
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-161-1/+1
* * include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu2007-08-071-10/+29
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-051-41/+358
* * .gdbinit: new file to ease debugging using gdb.akr2007-06-151-0/+142