Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Register reading in debugger


      Hi all!

I'm using CDT Debugger and when I want to look at all registers I've noticed that Debugger asks for value of one register two times. I think this doesn't accelerate Debugger's work and so I have small question which can be considered as suggestion of improving Debugger's work .  

  May be it would be better to read  all registers by GDB/MI command  "-data-list-register-values x" and then parse output inside CDT Debugger. May be I'm wrong but I think that  this way would be work faster than many calls of external program(i.e. gdb).


Thanks,

Igor S. Zamyatin
Interstron Ltd.
----------------------------------------
email:  isz@xxxxxxxxxxxxx
tel:    +7 (095) 269-4713
cell:   +7 (902) 659-5838
www:    http://www.interstron.ru


Back to the top