diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 02:09:43 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-19 02:09:43 +0000 |
commit | 651f0e48bb148cfbeb190bd92fa2da736dac0d6c () | |
tree | 26e00d33217b234a7f75d70565fffed9a7a4212c /vm_exec.h | |
parent | fb4bea8aaff84adedc4674758ac503d28d30ed0b (diff) |
* vm_dump.c: add a prefix "rb_vmdebug_" to
vm_stack_dump_raw(), vm_stack_dump_raw_current(), vm_env_dump_raw(), vm_proc_dump_raw(), vm_stack_dump_th(), vm_debug_print_register(), vm_thread_dump_regs(), vm_debug_print_pre(), vm_debug_print_post(), vm_thread_dump_state(). This change also may affect core (in fact, user of above functions may be only ko1). * vm_core.h: ditto. * vm_exec.h (SDR2): remove duplicate definition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | vm_exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -59,9 +59,6 @@ typedef rb_iseq_t *ISEQ; #define throwdebug if(0)printf /* #define throwdebug printf */ -#define SDR2(cfp) vm_stack_dump_raw(GET_THREAD(), (cfp)) - - /************************************************/ #if DIS_XXX error ! |