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: GDB / SIM 7.3.1 Cosmetic patch for profile title


> since profile_printf() takes a cpu arg, this fails to build once the
> header printf is pulled out from the loop where "cpu" is declared.

Ah, correct. A quick look at that function reveals that it only needs
the "cpu" to get access to the associaed PROFILE_FILE. Not sure what
this is and why it is necessary, rather than doing a simple printf.

In any case, sounded like a good idea, but maybe it wasn't. I'll leave
it to you guys if you want to pursue it.

-- 
Joel


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