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]

[rfc] ``pc'' -> resume_addr?


Hello,

GDB, in a number of places, refers to the ``pc'' - PC_REGNUM, frame->pc, 
  read_pc(), write_pc(), ...

I think this name choice was unfortunate.  It is too easy for a 
developer to confuse ``pc'' with the hardware ``pc''.

With this in mind, I'd like to propose a GDBspeak ``resume_addr''.  It 
is the address of the first instruction that will be executed when the 
target resumes.

thoughts?  better names?
Andrew


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