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: [patch 1/2] Code cleanup: remote.c *->{async,sync}*


On 07/01/2013 02:10 AM, Jan Kratochvil wrote:
some code/variables are used only in async or sync mode.  Rename them
appropriately.  The state will be gdb_assert-ed in the next patch.

Do we really need to rename these functions? It is necessary to add gdb_assert on various sync-only or async-only functions, but I don't think we can get any benefits from this function renaming.

--
Yao (éå)


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