Hi, This adds a simple test to check if gdb.decode_line (and everything underneath that) is properly handling linespecs with commas in them, e.g. "func1,func2". This should return a symtab for func1, but stop processing at ",func2". Ok? Keith 2012-03-30 Keith Seitz * gdb.python: Add test for linespecs with commas.