summaryrefslogtreecommitdiff
path: root/.gdbinit
AgeCommit message (Expand)Author
2014-03-28.gdbinit (rp): dump T_SYMBOLnobu
2014-03-23.gdbinit: use st_numhashnobu
2014-03-19.gdbinit: super movednobu
2013-12-13.gdbinit: initializenobu
2013-12-03* include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm1
2013-11-06* .gdbinit (rp): fix flag name.nobu
2013-11-04* gc.c: add 3gen GC patch, but disabled as default.ko1
2013-09-27.gdbinit: insert a colonnobu
2013-09-20.gdbinit: show ID typenobu
2013-09-20.gdbinit: rp_stringnobu
2013-09-20.gdbinit: rp_idnobu
2013-08-29.gdbinit: improve for displaying class/modulenobu
2013-08-29.gdbinit: follow classname() changenobu
2013-03-07.gdbinit: initialize color sequencesnobu
2013-02-24* .gdbinit (rp): fix argument order.nobu
2013-02-17.gdbinit: revert colored promptnobu
2013-02-16* .gdbinit (iseq): rename dummy_gdb_enums to ruby_dummy_gdb_enums.ktsj
2013-02-16.gdbinit: colorizenobu
2012-09-06.gdbinit: FLONUM supportnobu
2012-07-02rp_class rb_ancestorsnobu
2012-06-22.gdbinit: improve rp for classnobu
2012-06-10* .gdbinit (SDR): add SDR function. It's only for VM debugging.ko1
2012-06-07* .gdbinit: add function `trace_machine_instructions' to traceko1
2012-04-23* .gdbinit (rb_ps_vm): follow st_table's packing change.naruse
2012-03-08* .gdbinit (rb_numtable_entry): update for recent refactoring ofnobu
2010-06-05* .gdbinit (rp): show type name for RTypedData.akr
2010-06-05* .gdbinit (rp): detect and show RTypedData.akr
2010-05-30* .gdbinit (rp): mark singleton classes.nobu
2009-10-19* .gdbinit (rb_method_entry): search method entry by class and id.nobu
2009-10-19* .gdbinit (rb_ps): dump all threads and their callstacks. basednobu
2009-08-05* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]nobu
2009-06-15* .gdbinit (rp, iseq): load dummy_gdb_enums on demand.nobu
2009-05-21* template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu
2009-05-21.gdbinit (rp): missing "else" after T_NODE block.nobu
2009-03-30* .gdbinit (rp): show negative fixnum correctly.akr
2009-02-13* .gdbinit (iseq): added.nobu
2008-12-27* .gdbinit (dummy_gdb_enums.special_consts): forces to load debugnobu
2008-12-09* .gdbinit (rp): fixed typo for T_STRUCT.nobu
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-05-23* .gdbinit (rp): T_VALUES is no longer defined.nobu
2008-05-07* .gdbinit (rp): removed RUBY_T_BLOCK.nobu
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-04-01* .gdbinit (rp): supports rational and complex numbers. it'smatz
2008-03-06use %ld for VALUE in rp.akr
2008-03-06follow RFloat member name change.akr
2007-12-21* re.c (ARG_ENCODING_NONE): defined for /.../n option.akr
2007-12-21* debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGEnobu
2007-12-17show regexp flags and encoding.akr
2007-12-13don't show shared and assoc for embed string.akr