Regression gdb.base/fixsection.exp && gdb.threads/thread_check.exp [Re: [trunk + 7.4] sort minsyms by priority]
Jan Kratochvil
jan.kratochvil@redhat.com
Sat Dec 17 09:48:00 GMT 2011
On Fri, 16 Dec 2011 22:34:05 +0100, Tom Tromey wrote:
> Built and regtested on x86-64 F15 and the compile farm PPC.
The regression occurs for me on all the tested OSes/archs.
3f57d03b13d7a4a546e43a146fe4ec57e57220b4 is the first bad commit
commit 3f57d03b13d7a4a546e43a146fe4ec57e57220b4
Author: Tom Tromey <tromey@redhat.com>
Date: Fri Dec 16 21:35:56 2011 +0000
* linespec.c (struct collect_info) <objfile>: Remove field.
(decode_objc): Update.
(find_method): Update.
(decode_variable): Update.
(struct minsym_and_objfile): New.
(struct collect_minsyms): New.
(classify_mtype): New function.
(compare_msyms): Likewise.
(add_minsym): Likewise.
(check_minsym): Remove.
(search_minsyms_for_name): Sort minsyms and apply only those with
top priority.
-PASS: gdb.base/fixsection.exp: breakpoint at static_fun
+FAIL: gdb.base/fixsection.exp: breakpoint at static_fun
-PASS: gdb.threads/thread_check.exp: breakpoint at tf
+FAIL: gdb.threads/thread_check.exp: breakpoint at tf
(gdb) break static_fun
-Breakpoint 2 at 0x40060c: file ./gdb.base/fixsection.c, line 26.
-(gdb) PASS: gdb.base/fixsection.exp: breakpoint at static_fun
+Breakpoint 2 at 0x40060c: static_fun. (2 locations)
+(gdb) FAIL: gdb.base/fixsection.exp: breakpoint at static_fun
(gdb) break tf
-Breakpoint 2 at 0x4006b6: file ./gdb.threads/thread_check.c, line 33.
-(gdb) PASS: gdb.threads/thread_check.exp: breakpoint at tf
+Breakpoint 2 at 0x4006b6: tf. (2 locations)
+(gdb) FAIL: gdb.threads/thread_check.exp: breakpoint at tf
Thanks,
Jan
More information about the Gdb-patches
mailing list