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: [commit] fix for "info threads" printing multiple headers


One think I kept wanting to mention and forgetting, is that the
old version was really ineficient against remote targets,
because for "info threads 1-N", you'd pull the thread
list out of the remote target (update_thread_list) N times!
"set debug remote 1; info threads 1-10000" was fun to watch...

-- 
Pedro Alves


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