This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] python API exposing inferior's frame stack.


>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:

Thiago> 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
Thiago> 	Expose frames to Python.
[...]

Thiago> +static PyObject *
Thiago> +frapy_name (PyObject *self, PyObject *args)
[...]

Thiago> +  if (name)
Thiago> +    result = target_string_to_unicode (name, strlen (name));

I think symbols are assumed to use the host encoding.

Ok with this fix.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]