This is the mail archive of the gdb-patches@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: RFC: threads PREPARE_TO_PROCEED patch


[picking up old thread sitting in my in box, added AndreasS]

Can I suggest:

- moving default_prepare_to_proceed() to infrun.c, make it static, rename it to prepare_to_proceed().
- removing PREPARE_TO_PROCEED from the architecture vector
- renaming HP's (and Mach) PREPARE_TO_PROCEED to DEPRECATED_PREPARE_TO_PROCEED
- tweaking the PREPARE_TO_PROCEED code to use #ifdef'd DEPRECATED_PREPARE_TO_PROCEED if available.


Andrew


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