On Mon, May 14, 2012 at 7:25 AM, GDB Administrator wrote: > 719a720 >> gdb/python/python.c:642: code: long long: Do not use 'long long', instead use LONGEST > gdb/python/python.c:642:  unsigned long long pc_llu; Committed the attached patch as obvious to fix this. 2012-05-14 Siva Chandra Reddy * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of unsigned long long. Thanks, Siva Chandra