* corelow.c (core_open): Copy the modified to_sections_end

vector from current_target to core_ops too.

	* gdbserver/server.c (main):  Silently accept query requests
	and send back a zero length acknowledge.
This commit is contained in:
Peter Schauer
1994-10-03 12:13:46 +00:00
parent 7a6c910ea1
commit a91b6ec8f0
2 changed files with 11 additions and 1 deletions

View File

@@ -202,8 +202,10 @@ core_open (filename, from_tty)
/* solib_add_stub usually modifies current_target.to_sections, which
has to be reflected in core_ops to enable proper freeing of
of the to_sections vector in core_close. */
the to_sections vector in core_close and correct section
mapping in xfer_memory and core_files_info. */
core_ops.to_sections = current_target.to_sections;
core_ops.to_sections_end = current_target.to_sections_end;
#endif
/* Now, set up the frame cache, and print the top of stack */