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: [RFC] move strace call to gdb_init? (away from testcase)


>   No testcase changes tracelevel
> for now..

... and I forgot to say that I would consider that to be a bug
(to change the strace level without changing it)

>   What about removing it completely and adding tracelevel variable to
>   the list of banned variables in lib/gdb.exp currently, this list has
>   only two items: gdb.exp, line 2767:  set banned_variables { bug_id
>   prms_id }
>
> just add tracelevel variable to this list and remove all
> if {$tracelevel} {
>   strace $tracelevel
> }
> from all testcases.

That would definitely work for me!

-- 
Joel


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