This is the mail archive of the gdb@sources.redhat.com 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: Making "info thread" sane



> 2) I would like to have the result of the "ThreadExtraInfo" on the same line (as the info thread command does).


Can you post the output so we can see exactly what you mean here?


I haven't got it all working as yet, but the "thread apply all"
puts out something like:
Thread 1 (Thread 1):
for each thread. An option I would like is for this to not have new line so I can add to it, something like:
Thread 1 (Thread 1): (init) 0xff00....
and keep it all on one line.

Ah, ulgh. I don't think it should output anything. Something like:


foreach thread $t
end

?

Andrew



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