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: [PATCH 2/2] btrace: avoid symbol lookup


On 03/07/2014 08:57 AM, Markus Metzger wrote:
> --- a/gdb/testsuite/gdb.btrace/exception.exp
> +++ b/gdb/testsuite/gdb.btrace/exception.exp
> @@ -47,7 +47,7 @@ gdb_continue_to_breakpoint "cont to bp.2" ".*$srcfile:$bp_2\r\n.*"
>  send_gdb "record function-call-history 1\n"
>  gdb_expect_list "flat" "\r\n$gdb_prompt $" [list \
>    [join [list \
> -    "1\tmain\\(\\)" \
> +    "1\tmain" \
>      "2\ttest\\(\\)" \
>      "3\tfoo\\(\\)" \
>      "4\tbar\\(\\)" \

I wonder whether people will think the different looks are a bug...

Also, doesn't that mean we'll show mangled C++ names?  Won't that
be quite user unfriendly?

-- 
Pedro Alves


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