search for: r_buffer

Displaying 1 result from an estimated 1 matches for "r_buffer".

Did you mean: w_buffer
2005 Sep 09
1
1.0alpha1: stack frame core
...alloc(): stack frame changed"); (gdb) print pool Variable "pool" is not available. (gdb) up #5 0x00067d60 in buffer_alloc (buf=0x98500, size=1024) at buffer.c:32 32 buf->w_buffer = p_realloc(buf->pool, buf->w_buffer, buf->alloc, size); (gdb) print *buf $1 = {r_buffer = 0x98520 "\"name\" {539}\r\n", used = 14, w_buffer = 0x98520 "\"name\" {539}\r\n", dirty = 36, alloc = 256, pool = 0x984d0, alloced = 1, dynamic = 1} (gdb) print *(buf->w_buffer) $2 = 34 '"' (gdb) print *(buf->r_buffer) $3 = 34 '&q...