address as UnsignedLongLong, not LongLong.
+2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
+ address as UnsignedLongLong, not LongLong.
+
2010-03-04 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
goto error;
*length = PyLong_AsLong (py_len);
- addr = PyLong_AsLongLong (py_addr);
+ addr = PyLong_AsUnsignedLongLong (py_addr);
/* If the user supplies Py_None an encoding, set encoding to NULL.
This will trigger the resulting LA_PRINT_CALL to automatically