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: [RFC/RFA/i386] pb reading insns if breakpoints still inserted


What would folks say to simply un-deprecating
deprecated_read_memory_nobpt?  We don't have an acceptable replacement
for it yet.  Joel's read_insn function is the logical thing to do, but
it defeats the purpose of deprecating the function in the first place
--- encouraging people to pass context information explicitly --- to
depend on current_frame.  There isn't any way at present to pull it
off.  So I think the deprecation was premature.


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