* [RFA] Add test for comma in linespec (python)
@ 2012-03-30 18:08 Keith Seitz
2012-03-30 18:17 ` Tom Tromey
0 siblings, 1 reply; 3+ messages in thread
From: Keith Seitz @ 2012-03-30 18:08 UTC (permalink / raw)
To: gdb-patches@sourceware.org ml
[-- Attachment #1: Type: text/plain, Size: 347 bytes --]
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 <keiths@redhat.com>
* gdb.python: Add test for linespecs with commas.
[-- Attachment #2: python-comma-linespec.patch --]
[-- Type: text/x-patch, Size: 998 bytes --]
Index: testsuite/gdb.python/python.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.python/python.exp,v
retrieving revision 1.31
diff -u -p -r1.31 python.exp
--- testsuite/gdb.python/python.exp 16 Jan 2012 16:21:52 -0000 1.31
+++ testsuite/gdb.python/python.exp 30 Mar 2012 18:04:02 -0000
@@ -182,6 +182,9 @@ gdb_test "python print len(symtab)" "2"
gdb_test "python print len(symtab\[1\])" "1" "Test decode_line func1 length"
gdb_test "python print symtab\[1\]\[0\].symtab" ".*gdb.python/python-1.c.*" "Test decode_line func1 filename"
gdb_test "python print symtab\[1\]\[0\].line" "19" "Test decode_line func1 line number"
+gdb_py_test_silent_cmd {python symtab = gdb.decode_line ("func1,func2")} \
+ "test decode_line func1,func2" 1
+gdb_test {python print symtab[0]} ",func2" "stop at comma in linespec"
# gdb.write
gdb_test "python print sys.stderr" ".*__main__.GdbOutputErrorFile instance at.*" "Test stderr location"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Add test for comma in linespec (python)
2012-03-30 18:08 [RFA] Add test for comma in linespec (python) Keith Seitz
@ 2012-03-30 18:17 ` Tom Tromey
2012-03-30 19:17 ` Keith Seitz
0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2012-03-30 18:17 UTC (permalink / raw)
To: Keith Seitz; +Cc: gdb-patches@sourceware.org ml
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2012-03-30 Keith Seitz <keiths@redhat.com>
Keith> * gdb.python: Add test for linespecs with commas.
Ok. Thanks.
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFA] Add test for comma in linespec (python)
2012-03-30 18:17 ` Tom Tromey
@ 2012-03-30 19:17 ` Keith Seitz
0 siblings, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2012-03-30 19:17 UTC (permalink / raw)
Cc: gdb-patches@sourceware.org ml
On 03/30/2012 11:16 AM, Tom Tromey wrote:
>>>>>> "Keith" == Keith Seitz<keiths@redhat.com> writes:
>
> Keith> 2012-03-30 Keith Seitz<keiths@redhat.com>
> Keith> * gdb.python: Add test for linespecs with commas.
>
> Ok. Thanks.
Committed. Thank you for the quick response!
Keith
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-30 19:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-30 18:08 [RFA] Add test for comma in linespec (python) Keith Seitz
2012-03-30 18:17 ` Tom Tromey
2012-03-30 19:17 ` Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox