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] expose gdb values to python


Joel Brobecker wrote:
>> +  gdb_test "python print 'result = ' + str(s\['a'\])" " = 3" "acess
>> element inside struct using 8-bit string name"
>> +  gdb_test "python print 'result = ' + str(s\[u'a'\])" " = 3" "acess
>> element inside struct using unicode name"
> 
> (Humpf, it's getting really hard sometimes to read these tests :-().

Yes, there are a few levels of quoting involved in that. :-/

> Anyway, this forced me to have a heada..., I mean focus, and I noticed
> a typo: "acess" -> "access".
 
Fixed, thanks!
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


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