vm_debug.h File Reference

#include "ruby/ruby.h"
#include "node.h"

Go to the source code of this file.

Defines

#define dpv(h, v)   ruby_debug_print_value(-1, 0, (h), (v))
#define dp(v)   ruby_debug_print_value(-1, 0, "", (v))
#define dpi(i)   ruby_debug_print_id(-1, 0, "", (i))
#define dpn(n)   ruby_debug_print_node(-1, 0, "", (n))
#define bp()   ruby_debug_breakpoint()

Functions

VALUE ruby_debug_print_value (int level, int debug_level, const char *header, VALUE v)
ID ruby_debug_print_id (int level, int debug_level, const char *header, ID id)
NODEruby_debug_print_node (int level, int debug_level, const char *header, const NODE *node)
int ruby_debug_print_indent (int level, int debug_level, int indent_level)
void ruby_debug_breakpoint (void)
void ruby_debug_gc_check_func (void)
void ruby_set_debug_option (const char *str)


Define Documentation

 
#define bp (  )     ruby_debug_breakpoint()

Definition at line 25 of file vm_debug.h.

Referenced by dln_find_1(), match_at(), onig_vsnprintf_with_pattern(), str_transcode0(), vm_base_ptr(), VpAddAbs(), and VpSubAbs().

#define dp (  )     ruby_debug_print_value(-1, 0, "", (v))

Definition at line 21 of file vm_debug.h.

Referenced by allocate_converted_string(), bary_pack(), bary_unpack_internal(), check_env(), dir_each(), dir_initialize(), dir_read(), dir_s_open(), dln_find_1(), fill_cbuf(), finish_writeconv(), gzfile_getc(), rb_absint_singlebit_p(), rb_absint_size(), rb_econv_append(), rb_str_conv_enc_opts(), str2big_poweroftwo(), and vm_make_env_each().

#define dpi (  )     ruby_debug_print_id(-1, 0, "", (i))

Definition at line 22 of file vm_debug.h.

#define dpn (  )     ruby_debug_print_node(-1, 0, "", (n))

Definition at line 23 of file vm_debug.h.

#define dpv ( h,
 )     ruby_debug_print_value(-1, 0, (h), (v))

Definition at line 20 of file vm_debug.h.


Function Documentation

void ruby_debug_breakpoint ( void   ) 

Definition at line 134 of file debug.c.

void ruby_debug_gc_check_func ( void   ) 

ID ruby_debug_print_id ( int  level,
int  debug_level,
const char *  header,
ID  id 
)

Definition at line 114 of file debug.c.

References rb_id2name().

int ruby_debug_print_indent ( int  level,
int  debug_level,
int  indent_level 
)

Definition at line 75 of file debug.c.

References FALSE, and TRUE.

NODE* ruby_debug_print_node ( int  level,
int  debug_level,
const char *  header,
const NODE node 
)

Definition at line 124 of file debug.c.

References nd_line, nd_type, node, and ruby_node_name().

VALUE ruby_debug_print_value ( int  level,
int  debug_level,
const char *  header,
VALUE  v 
)

Definition at line 95 of file debug.c.

References rb_inspect(), SIGNED_VALUE, StringValueCStr, and VALUE.

Referenced by ruby_debug_print_v().

void ruby_set_debug_option ( const char *  str  ) 

Definition at line 159 of file debug.c.

References ruby_each_words(), and set_debug_option().

Referenced by main().


Generated on 19 Jul 2016 for Ruby by  doxygen 1.4.7