5028bf3e7cfa4812a257e8a468b65a4fa0b9a032
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
1 2011-03-10 Joel Brobecker <brobecker@adacore.com>
2
3 * Makefile.in (maintainer-clean realclean distclean): Remove
4 "make ... subdir_do" command.
5
6 2011-03-09 Yao Qi <yao@codesourcery.com>
7
8 Revert:
9 2011-03-04 Yao Qi <yao@codesourcery.com>
10
11 * Makefile.in: Remove GNU make feature --directory.
12
13 2011-03-05 Yao Qi <yao@codesourcery.com>
14
15 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
16 (subdir_do): New make target. Copied from gdb/Makefile.
17 (maintainer-clean, realclean, distclean, clean): Call corresponding
18 make targets in common/Makefile.
19
20 2011-02-11 Yao Qi <yao@codesourcery.com>
21
22 * configure.ac: Call AC_PROG_RANLIB.
23 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
24 * configure: Regenerate.
25
26 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
29
30 2011-03-06 Yao Qi <yao@codesourcery.com>
31
32 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
33
34 2011-03-05 Yao Qi <yao@codesourcery.com>
35
36 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
37 (subdir_do): New make target. Copied from gdb/Makefile.
38 (maintainer-clean, realclean, distclean, clean): Call corresponding
39 make targets in common/Makefile.
40
41 2011-03-04 Yao Qi <yao@codesourcery.com>
42
43 * Makefile.in: Remove GNU make feature --directory.
44
45 2011-02-28 Michael Snyder <msnyder@vmware.com>
46
47 * utils.c (decimal2str): Initialize 'width' to nine, then
48 don't mess with it.
49
50 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
51
52 * hostio.c (require_data): Free *data, not data.
53
54 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 * hostio.c (require_data): Use free, not xfree.
57
58 2011-02-27 Michael Snyder <msnyder@vmware.com>
59
60 * server.c (handle_query): Discard unused value.
61
62 * hostio.c (require_data): Free malloc memory before returning
63 error.
64
65 2011-02-26 Michael Snyder <msnyder@vmware.com>
66
67 * linux-low.c (list_threads): Call closedir for dirent.
68
69 2011-02-27 Michael Snyder <msnyder@vmware.com>
70
71 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
72 a case statement falls through.
73
74 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
75
76 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
77 in comparison.
78
79 2011-02-26 Michael Snyder <msnyder@vmware.com>
80
81 * utils.c (decimal2str): Eliminate dead code and dead param.
82 (pulongest): Drop dead param from call to decimal2str.
83 (plongest): Ditto.
84
85 2011-02-24 Joel Brobecker <brobecker@adacore.com>
86
87 Revert the following patch (not approved yet):
88 2011-02-21 Hui Zhu <teawater@gmail.com>
89 * tracepoint.c (tp_printf): New function.
90 (eval_agent_expr): Handle gdb_agent_op_printf.
91
92 2011-02-21 Hui Zhu <teawater@gmail.com>
93
94 * tracepoint.c (tp_printf): New function.
95 (eval_agent_expr): Handle gdb_agent_op_printf.
96
97 2011-02-18 Tom Tromey <tromey@redhat.com>
98
99 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
100 (tracepoint.o): Likewise.
101 * tracepoint.c (enum gdb_agent_op): Use ax.def.
102 (gdb_agent_op_names): Likewise.
103
104 2011-02-18 Tom Tromey <tromey@redhat.com>
105
106 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
107 gdb_agent_op_rot>: New constants.
108 (gdb_agent_op_names): Add pick and roll.
109 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
110 cases.
111
112 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
113
114 * aclocal.m4: Regenerated with aclocal-1.11.1.
115
116 2011-02-14 Pedro Alves <pedro@codesourcery.com>
117
118 * server.c (handle_qxfer_traceframe_info): New.
119 (qxfer_packets): Register "traceframe-info".
120 (handle_query): Report support for qXfer:traceframe-info:read+.
121 * tracepoint.c (match_blocktype): New.
122 (traceframe_find_block_type): Rename to ...
123 (traceframe_walk_blocks): ... this. Add callback filter argument,
124 and use it.
125 (traceframe_find_block_type): New, reimplemented on top of
126 traceframe_walk_blocks.
127 (build_traceframe_info_xml): New.
128 (traceframe_read_info): New.
129 * server.h (traceframe_read_info): Declare.
130
131 2011-02-11 Yao Qi <yao@codesourcery.com>
132
133 * configure.ac: Call AC_PROG_RANLIB.
134 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
135 * configure: Regenerate.
136
137 2011-02-07 Pedro Alves <pedro@codesourcery.com>
138
139 * server.c (gdb_read_memory): Change return semantics to allow
140 partial transfers.
141 (handle_search_memory_1): Adjust.
142 (process_serial_event) <'m' packet>: Handle partial transfers.
143 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
144
145 2011-01-28 Pedro Alves <pedro@codesourcery.com>
146
147 * regcache.c (init_register_cache): Initialize
148 regcache->register_status.
149 (free_register_cache): Release regcache->register_status.
150 (regcache_cpy): Copy register_status.
151 (registers_to_string): Print 'x's for unavailable registers.
152 (supply_register): Mark the register's status valid or
153 unavailable, depending on whether a buffer was passed in or not.
154 (supply_register_zeroed): New.
155 (supply_regblock): Mark the registers' status valid or
156 unavailable, depending on whether a buffer was passed in or not.
157 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
158 (struct regcache): New `register_status' field.
159 (supply_register_zeroed): Declare.
160 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
161 supply_register_zeroed, rather than passing a NULL buffer to
162 supply_register.
163 * tracepoint.c (fetch_traceframe_registers): Update comment.
164
165 2011-01-28 Pedro Alves <pedro@codesourcery.com>
166
167 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
168 buffer explicit.
169
170 2011-01-25 Pedro Alves <pedro@codesourcery.com>
171
172 * server.h (decode_xfer_write): Change prototype.
173 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
174 and don't extract the annex here.
175 * server.c (decode_xfer_read): Remove `annex' parameter,
176 and don't extract the annex here.
177 (decode_xfer): New.
178 (struct qxfer): New.
179 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
180 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
181 (handle_qxfer_statictrace): New functions, abstracted out from
182 handle_query, and made to use the struct qxfer interface.
183 (handle_threads_qxfer_proper): Rename to ...
184 (handle_qxfer_threads_proper): ... this.
185 (handle_threads_qxfer): Rename to ...
186 (handle_qxfer_threads): ... this. Adjust.
187 (qxfer_packets): New array.
188 (handle_qxfer): New function.
189 (handle_query): Use handle_qxfer.
190
191 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
192
193 * gdbreplay.c: Shorten lines of >= 80 columns.
194 * linux-low.c: Ditto.
195 * linux-ppc-low.c: Ditto.
196 * linux-s390-low.c: Ditto.
197 * linux-sparc-low.c: Ditto.
198 * linux-x86-low.c: Ditto.
199 * linux-xtensa-low.c: Ditto.
200 * mem-break.c: Ditto.
201 * nto-low.c: Ditto.
202 * regcache.h: Ditto.
203 * remote-utils.c: Ditto.
204 * server.c: Ditto.
205 * server.h: Ditto.
206 * thread-db.c: Ditto.
207 * tracepoint.c: Ditto.
208 * utils.c: Ditto.
209 * win32-low.h: Ditto.
210
211 2011-01-05 Joel Brobecker <brobecker@adacore.com>
212
213 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
214 update.
215
216 2011-01-01 Joel Brobecker <brobecker@adacore.com>
217
218 * server.c (gdbserver_version): Update copyright year in version
219 output.
220 * gdbreplay.c (gdbreplay_version): Ditto.
221
222 2010-12-29 Jie Zhang <jie.zhang@analog.com>
223
224 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
225 * linux-bfin-low.c: New file.
226 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
227 PT_DATA_ADDR for BFIN targets.
228 * Makefile.in (SFILES): Add linux-bfin-low.c.
229 (clean): Remove reg-bfin.c.
230 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
231 * README: Mention supported Blackfin targets.
232
233 2010-12-23 Mike Frysinger <vapier@gentoo.org>
234
235 * .gitignore: New file.
236
237 2010-11-16 Mike Frysinger <vapier@gentoo.org>
238
239 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
240
241 2010-10-22 Jie Zhang <jie@codesourcery.com>
242
243 * Makefile.in: Add FLAGS_TO_PASS variable.
244 (install): Remove dependency of install-only and recursively
245 invoke make for install-only.
246
247 2010-10-04 Doug Evans <dje@google.com>
248
249 * Makefile.in (uninstall): Use $(DESTDIR).
250
251 2010-09-24 Pedro Alves <pedro@codesourcery.com>
252
253 PR gdb/11842
254
255 * linux-x86-low.c (compat_siginfo_from_siginfo)
256 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
257 si_code is < 0. Check for si_code == SI_TIMER before checking for
258 si_code < 0.
259
260 2010-09-13 Joel Brobecker <brobecker@adacore.com>
261
262 * lynx-i386-low.c: New file.
263 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
264
265 2010-09-13 Joel Brobecker <brobecker@adacore.com>
266
267 * lynx-low.c (ptrace_request_to_str): Remove handling for
268 request values that have been removed in LynxOS 5.x.
269
270 2010-09-13 Joel Brobecker <brobecker@adacore.com>
271
272 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
273 <ptrace.h>
274
275 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
276
277 * configure.ac: Add --enable-inprocess-agent option.
278 * configure: Rebuilt.
279
280 2010-09-06 Yao Qi <yao@codesourcery.com>
281
282 * linux-low.c (linux_kill): Remove unused variable.
283 (linux_stabilize_threads): Likewise.
284 * server.c (start_inferior): Likewise.
285 (queue_stop_reply_callback): Likewise.
286 * tracepoint.c (do_action_at_tracepoint): Likewise.
287
288 2010-09-06 Yao Qi <yao@codesourcery.com>
289
290 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
291 on return.
292
293 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
296
297 2010-09-06 Pedro Alves <pedro@codesourcery.com>
298
299 * Makefile.in (install-only): Replace $IPA_DEPFILES with
300 "$(IPA_DEPFILES)".
301
302 2010-09-01 Joel Brobecker <brobecker@adacore.com>
303
304 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
305 gdbserver/lynx-ppc-low.c: New files.
306 * Makefile.in (lynx_low_h): New variable.
307 (lynx-low.o, lynx-ppc-low.o): New rules.
308 * configure.ac: On LynxOS, link with -lnetinet.
309 * configure.srv: Add handling of powerpc-*-lynxos* targets.
310 * configure: regenerate.
311
312 2010-09-01 Joel Brobecker <brobecker@adacore.com>
313
314 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
315 * configure.ac: Add check for vasprintf and vsnprintf.
316 * configure, config.in: Regenerate.
317 * server.h (vasprintf, vsnprintf): Add conditional declarations.
318
319 2010-09-01 Joel Brobecker <brobecker@adacore.com>
320
321 * gdbreplay.c: Move include of alloca.h up, next to include of
322 malloc.h.
323 * server.h: Add include of malloc.h.
324 * mem-break.c: Remove include of malloc.h.
325 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
326
327 2010-09-01 Joel Brobecker <brobecker@adacore.com>
328
329 * Makefile.in (memmem.o): Build with -Wno-error.
330
331 2010-09-01 Joel Brobecker <brobecker@adacore.com>
332
333 * utils.c (xsnprintf): Make non-static.
334 * server.h: Add xsnprintf declaration.
335 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
336 replace calls to snprintf by calls to xsnprintf throughout.
337
338 2010-09-01 Joel Brobecker <brobecker@adacore.com>
339
340 * configure.ac: Add configure check for alloca.
341 * configure, config.in: Regenerate.
342 * server.h: Include alloca.h if it exists.
343 * gdbreplay.c: Include alloca.h if it exists.
344
345 2010-08-28 Pedro Alves <pedro@codesourcery.com>
346
347 * linux-low.c (__SIGRTMIN): Define if not already defined.
348 (linux_create_inferior): Check for __ANDROID__ rather than
349 __SIGRTMIN.
350 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
351 are already deferred.
352 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
353 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
354 stopped and already has a pending signal to report.
355 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
356 a pending signal to report or is moving out of a jump pad.
357 (linux_init_signals): Check for __ANDROID__ rather than
358 __SIGRTMIN.
359
360 2010-08-28 Pedro Alves <pedro@codesourcery.com>
361
362 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
363 debug_threads check. Avoid a linear search when not doing debug
364 output.
365
366 2010-08-27 Pedro Alves <pedro@codesourcery.com>
367
368 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
369 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
370 (struct file_handler) <fd>: Change type to gdb_fildes_t.
371 (process_event): Change local fd's type to gdb_fildes_t.
372 (create_file_handler): Adjust prototype.
373 (delete_file_handler): Adjust prototype.
374 (handle_file_event): Adjust prototype. Use pfildes.
375 (create_file_event): Adjsut prototype.
376 * remote-utils.c (remote_desc, listen_desc): Change type to
377 gdb_fildes_t.
378 * server.h: New gdb_fildes_t typedef.
379 [USE_WIN32API]: Include winsock2.h.
380 (delete_file_handler, add_file_handler): Adjust prototypes.
381 (pfildes): Declare.
382 * utils.c (pfildes): New.
383
384 2010-08-27 Pedro Alves <pedro@codesourcery.com>
385
386 * configure.ac (build_warnings): Add -Wno-char-subscripts.
387 * configure: Regenerate.
388
389 2010-08-27 Pedro Alves <pedro@codesourcery.com>
390
391 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
392 (linux_done_accessing_memory): ... this.
393 (linux_target_ops): Adjust.
394 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
395 * nto-low.c (nto_target_ops): Adjust comment.
396 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
397 * spu-low.c (spu_target_ops): Adjust comment.
398 * target.h (target_ops): Rename unprepare_to_access_memory field
399 to done_accessing_memory.
400 (unprepare_to_access_memory): Rename to ...
401 (done_accessing_memory): ... this.
402
403 2010-08-26 Pedro Alves <pedro@codesourcery.com>
404
405 * linux-low.c (linux_prepare_to_access_memory): New.
406 (linux_unprepare_to_access_memory): New.
407 (linux_target_ops): Install them.
408 * server.c (read_memory): Rename to ...
409 (gdb_read_memory): ... this. Use
410 prepare_to_access_memory/prepare_to_access_memory.
411 (write_memory): Rename to ...
412 (gdb_write_memory): ... this. Use
413 prepare_to_access_memory/prepare_to_access_memory.
414 (handle_search_memory_1): Adjust.
415 (process_serial_event): Adjust.
416 * target.h (struct target_ops): New fields
417 prepare_to_access_memory and unprepare_to_access_memory.
418 (prepare_to_access_memory, unprepare_to_access_memory): New.
419 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
420 prepare_to_access_memory/prepare_to_access_memory.
421 * nto-low.c (nto_target_ops): Adjust.
422 * spu-low.c (spu_target_ops): Adjust.
423 * win32-low.c (win32_target_ops): Adjust.
424
425 2010-08-26 Pedro Alves <pedro@codesourcery.com>
426
427 * Makefile.in (WARN_CFLAGS): Get it from configure.
428 (WERROR_CFLAGS): New.
429 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
430 * configure.ac: Introduce --enable-werror, which adds -Werror to
431 the compiler command line. Enabled by default. Disable with
432 --disable-werror. Add -Wdeclaration-after-statement
433 Wpointer-arith and -Wformat-nonliteral to warning flags.
434 * configure: Regenerate.
435
436 2010-08-26 Pedro Alves <pedro@codesourcery.com>
437
438 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
439
440 2010-08-26 Pedro Alves <pedro@codesourcery.com>
441
442 * gdbreplay.c (remote_error): New.
443 (gdbchar): New.
444 (expect): Use gdbchar. Check for error reading from GDB.
445 Clarify sync error output.
446 (play): Check for errors writing to GDB.
447 * linux-low.c (sigchld_handler): Really ignore `write' errors.
448 * remote-utils.c (getpkt): Check for errors writing to the remote
449 descriptor.
450
451 2010-08-25 Pedro Alves <pedro@codesourcery.com>
452
453 * linux-low.c (linux_wait_1): Move non-debugging code out of
454 `debug_threads' control.
455
456 2010-08-25 Pedro Alves <pedro@codesourcery.com>
457
458 * linux-low.c (linux_wait_1): Don't set last_status here.
459 * server.c (push_event, queue_stop_reply_callback): Assert we're
460 not pushing a TARGET_WAITKIND_IGNORE event.
461 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
462 (myresume, handle_target_event): Set the thread's last_resume_kind
463 and last_status from the target returned status.
464
465 2010-08-25 Pedro Alves <pedro@codesourcery.com>
466
467 PR threads/10729
468
469 * linux-x86-low.c (update_debug_registers_callback): New.
470 (i386_dr_low_set_addr): Use it.
471 (i386_dr_low_get_addr): New.
472 (i386_dr_low_set_control): Use update_debug_registers_callback.
473 (i386_dr_low_get_control): New.
474 (i386_dr_low_get_status): Adjust.
475 * linux-low.c (linux_stop_lwp): New.
476 * linux-low.h (linux_stop_lwp): Declare.
477
478 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
479 argument instead of a i386_debug_reg_state.
480 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
481 a i386_debug_reg_state.
482 (i386_insert_aligned_watchpoint): Adjust.
483 (i386_remove_aligned_watchpoint): Adjust.
484 (i386_low_stopped_data_address): Read the debug registers from the
485 inferior instead of from the mirrors.
486 * i386-low.h (struct i386_debug_reg_state): Extend comment.
487 (i386_dr_low_get_addr): Declare.
488 (i386_dr_low_get_control): Declare.
489 (i386_dr_low_get_status): Change prototype.
490
491 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
492 (i386_dr_low_get_addr): New.
493 (i386_dr_low_get_control): New.
494 (i386_dr_low_get_status): Adjust prototype. Return
495 dr_status_mirror.
496 (i386_initial_stuff): Clear dr_status_mirror and
497 dr_control_mirror.
498 (i386_get_thread_context): Adjust.
499 (i386_set_thread_context): Adjust.
500 (i386_thread_added): Adjust.
501
502 2010-08-24 Pedro Alves <pedro@codesourcery.com>
503
504 * linux-low.h (linux_thread_area): Delete declaration.
505
506 2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
507
508 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
509 after its termination.
510
511 2010-08-09 Pedro Alves <pedro@codesourcery.com>
512
513 * linux-low.c (gdb_wants_lwp_stopped): Delete.
514 (gdb_wants_all_stopped): Delete.
515 (linux_wait_1): Don't call them.
516 * server.c (handle_v_cont): Tag all threads as want-stopped.
517 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
518 stopped as "client-wants-stopped".
519
520 2010-07-31 Pedro Alves <pedro@codesourcery.com>
521
522 * Makefile.in (signals_h): New.
523 (server_h): Depend on it.
524 (server.o): Don't depend on $(signals_def).
525 (signals.o): Depend on $(signals_def).
526
527 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 * Makefile.in (signals_def): New.
530 (server_h): Append include/gdb/signals.h and signals_def.
531 (server.o): Append signals_def.
532
533 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
534
535 * server.c (handle_target_event): Use target_signal_to_host for
536 resume_info.sig initialization.
537 * target.h (struct thread_resume) <sig>: New comment.
538
539 2010-07-20 Ozkan Sezer <sezeroz@gmail.com>
540
541 * server.c (handle_query): strcpy() the returned string from paddress()
542 instead of sprintf().
543 * utils.c (paddress): Return phex_nz().
544
545 2010-07-07 Joel Brobecker <brobecker@adacore.com>
546
547 * server.c (handle_v_cont): Call mourn_inferior if process
548 just exited.
549 (myresume): Likewise.
550
551 2010-07-01 Pedro Alves <pedro@codesourcery.com>
552
553 Static tracepoints, and integration with UST.
554
555 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
556 * mem-break.c (uninsert_all_breakpoints)
557 (reinsert_all_breakpoints): New.
558 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
559 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
560 (gdb_agent_ust_loaded, helper_thread_id)
561 (gdb_agent_helper_thread_id): New macros.
562 (struct ipa_sym_addresses): Add addr_ust_loaded,
563 addr_helper_thread_id, addr_cmd_buf.
564 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
565 (in_process_agent_loaded_ust): New.
566 (write_e_ust_not_loaded): New.
567 (maybe_write_ipa_ust_not_loaded): New.
568 (struct collect_static_trace_data_action): New.
569 (enum tracepoint_type) <static_tracepoint>: New.
570 (struct tracepoint) <handle>: Mention static tracepoints.
571 (struct static_tracepoint_ctx): New.
572 (CMD_BUF_SIZE): New.
573 (add_tracepoint_action): Handle static tracepoint actions.
574 (unprobe_marker_at): New.
575 (clear_installed_tracepoints): Handle static tracepoints.
576 (cmd_qtdp): Handle static tracepoints.
577 (probe_marker_at): New.
578 (cmd_qtstart): Handle static tracepoints.
579 (response_tracepoint): Handle static tracepoints.
580 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
581 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
582 (get_context_regcache): Handle static tracepoints.
583 (do_action_at_tracepoint): Handle static tracepoint actions.
584 (traceframe_find_block_type): Handle static trace data blocks.
585 (traceframe_read_sdata): New.
586 (download_tracepoints): Download static tracepoint actions.
587 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
588 (GDB_PROBE_NAME): New.
589 (ust_ops): New.
590 (GET_UST_SYM): New.
591 (USTF): New.
592 (dlsym_ust): New.
593 (ust_marker_to_static_tracepoint): New.
594 (gdb_probe): New.
595 (collect_ust_data_at_tracepoint): New.
596 (gdb_ust_probe): New.
597 (UNIX_PATH_MAX, SOCK_DIR): New.
598 (gdb_ust_connect_sync_socket): New.
599 (resume_thread, stop_thread): New.
600 (run_inferior_command): New.
601 (init_named_socket): New.
602 (gdb_ust_socket_init): New.
603 (cstr_to_hexstr): New.
604 (next_st): New.
605 (first_marker, next_marker): New.
606 (response_ust_marker): New.
607 (cmd_qtfstm, cmd_qtsstm): New.
608 (unprobe_marker_at, probe_marker_at): New.
609 (cmd_qtstmat, gdb_ust_thread): New.
610 (gdb_ust_init): New.
611 (initialize_tracepoint_ftlib): Call gdb_ust_init.
612 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
613 (ST_REGENTRY): New.
614 (x86_64_st_collect_regmap): New.
615 (X86_64_NUM_ST_COLLECT_GREGS): New.
616 (AMD64_RIP_REGNUM): New.
617 (supply_static_tracepoint_registers): New.
618 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
619 (ST_REGENTRY): New.
620 (i386_st_collect_regmap): New.
621 (i386_NUM_ST_COLLECT_GREGS): New.
622 (supply_static_tracepoint_registers): New.
623 * server.c (handle_query): Handle qXfer:statictrace:read.
624 <qSupported>: Report support for StaticTracepoints, and
625 qXfer:statictrace:read features.
626 * server.h (traceframe_read_sdata)
627 (supply_static_tracepoint_registers): Declare.
628 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
629 (unpack_varlen_hex): Include in IPA build.
630 * Makefile.in (ustlibs, ustinc): New.
631 (IPA_OBJS): Add remote-utils-ipa.o.
632 ($(IPA_LIB)): Link -ldl and -lpthread.
633 (UST_CFLAGS): New.
634 (IPAGENT_CFLAGS): Add UST_CFLAGS.
635 * config.in, configure: Regenerate.
636
637 2010-06-20 Ian Lance Taylor <iant@google.com>
638 Pedro Alves <pedro@codesourcery.com>
639
640 * linux-x86-low.c (always_true): Delete.
641 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
642 trying to fool the compiler with always_true.
643
644 2010-06-20 Pedro Alves <pedro@codesourcery.com>
645
646 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
647 conditions in gdbserver.
648
649 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
650
651 * spu-low.c (spu_read_memory): Wrap around local store limit.
652 (spu_write_memory): Likewise.
653
654 2010-06-15 Pedro Alves <pedro@codesourcery.com>
655
656 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
657 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
658 LONGEST uses.
659 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
660 uses.
661 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
662 uses with LONGEST uses.
663
664 2010-06-14 Stan Shebs <stan@codesourcery.com>
665 Pedro Alves <pedro@codesourcery.com>
666
667 Bytecode compiler.
668
669 * linux-x86-low.c: Include limits.h.
670 (add_insns): New.
671 (always_true): New.
672 (EMIT_ASM): New.
673 (EMIT_ASM32): New.
674 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
675 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
676 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
677 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
678 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
679 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
680 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
681 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
682 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
683 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
684 (amd64_emit_void_call_2): New.
685 (amd64_emit_ops): New.
686 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
687 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
688 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
689 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
690 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
691 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
692 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
693 (i386_emit_call, i386_emit_reg, i386_emit_pop)
694 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
695 (i386_emit_stack_adjust, i386_emit_int_call_1)
696 (i386_emit_void_call_2): New.
697 (i386_emit_ops): New.
698 (x86_emit_ops): New.
699 (the_low_target): Install x86_emit_ops.
700 * server.h (struct emit_ops): New.
701 (get_raw_reg_func_addr): Declare.
702 (current_insn_ptr, emit_error): Declare.
703 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
704 (set_trace_state_variable_value): New defines.
705 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
706 addr_get_trace_state_variable_value and
707 addr_set_trace_state_variable_value.
708 (symbol_list): New fields for get_raw_reg,
709 get_trace_state_variable_value and set_trace_state_variable_value.
710 (condfn): New typedef.
711 (struct tracepoint): New field `compiled_cond'.
712 (do_action_at_tracepoint): Clear compiled_cond.
713 (get_trace_state_variable_value, set_trace_state_variable_value):
714 Export in the IPA.
715 (condition_true_at_tracepoint): If there's a compiled condition,
716 run that.
717 (current_insn_ptr, emit_error): New globals.
718 (struct bytecode_address): New.
719 (get_raw_reg_func_addr): New.
720 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
721 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
722 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
723 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
724 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
725 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
726 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
727 (compile_tracepoint_condition, compile_bytecodes): New.
728 * target.h (emit_ops): Forward declare.
729 (struct target_ops): New field emit_ops.
730 (target_emit_ops): New.
731 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
732 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
733 * linux-low.c (linux_emit_ops): New.
734 (linux_target_ops): Install it.
735 * linux-low.h (struct linux_target_ops): New field emit_ops.
736
737 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
738
739 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
740 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
741
742 2010-06-01 Pedro Alves <pedro@codesourcery.com>
743 Stan Shebs <stan@codesourcery.com>
744
745 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
746 (all): Depend on $(extra_libraries).
747 (install-only): Install the IPA.
748 (IPA_OBJS, IPA_LIB): New.
749 (clean): Remove the IPA lib.
750 (IPAGENT_CFLAGS): New.
751 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
752 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
753 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
754 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
755 * configure.ac: Check for atomic builtins support in the compiler.
756 (IPA_DEPFILES, extra_libraries): Define.
757 * configure.srv (ipa_obj): Add description.
758 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
759 (i[34567]86-*-linux*): Set ipa_obj.
760 (x86_64-*-linux*): Set ipa_obj.
761 * linux-low.c (stabilizing_threads): New.
762 (supports_fast_tracepoints): New.
763 (linux_detach): Stabilize threads before detaching.
764 (handle_tracepoints): Handle internal tracing breakpoints. Assert
765 the lwp is either not stabilizing, or is moving out of a jump pad.
766 (linux_fast_tracepoint_collecting): New.
767 (maybe_move_out_of_jump_pad): New.
768 (enqueue_one_deferred_signal): New.
769 (dequeue_one_deferred_signal): New.
770 (linux_wait_for_event_1): If moving out of a jump pad, defer
771 pending signals to later.
772 (linux_stabilize_threads): New.
773 (linux_wait_1): Check if threads need moving out of jump pads, and
774 do it if so.
775 (stuck_in_jump_pad_callback): New.
776 (move_out_of_jump_pad_callback): New.
777 (lwp_running): New.
778 (linux_resume_one_lwp): Handle moving out of jump pads.
779 (linux_set_resume_request): Dequeue deferred signals.
780 (need_step_over_p): Also step over fast tracepoint jumps.
781 (start_step_over): Also uninsert fast tracepoint jumps.
782 (finish_step_over): Also reinsert fast tracepoint jumps.
783 (linux_install_fast_tracepoint_jump): New.
784 (linux_target_ops): Install linux_stabilize_threads and
785 linux_install_fast_tracepoint_jump_pad.
786 * linux-low.h (linux_target_ops) <get_thread_area,
787 install_fast_tracepoint_jump_pad>: New fields.
788 (struct lwp_info) <collecting_fast_tracepoint,
789 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
790 (linux_get_thread_area): Declare.
791 * linux-x86-low.c (jump_insn): New.
792 (x86_get_thread_area): New.
793 (append_insns): New.
794 (push_opcode): New.
795 (amd64_install_fast_tracepoint_jump_pad): New.
796 (i386_install_fast_tracepoint_jump_pad): New.
797 (x86_install_fast_tracepoint_jump_pad): New.
798 (the_low_target): Install x86_get_thread_area and
799 x86_install_fast_tracepoint_jump_pad.
800 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
801 (struct fast_tracepoint_jump): New.
802 (fast_tracepoint_jump_insn): New.
803 (fast_tracepoint_jump_shadow): New.
804 (find_fast_tracepoint_jump_at): New.
805 (fast_tracepoint_jump_here): New.
806 (delete_fast_tracepoint_jump): New.
807 (set_fast_tracepoint_jump): New.
808 (uninsert_fast_tracepoint_jumps_at): New.
809 (reinsert_fast_tracepoint_jumps_at): New.
810 (set_breakpoint_at): Use write_inferior_memory.
811 (uninsert_raw_breakpoint): Use write_inferior_memory.
812 (check_mem_read): Mask out fast tracepoint jumps.
813 (check_mem_write): Mask out fast tracepoint jumps.
814 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
815 (set_fast_tracepoint_jump): Declare.
816 (delete_fast_tracepoint_jump)
817 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
818 (reinsert_fast_tracepoint_jumps_at): Declare.
819 * regcache.c: Don't compile many functions when building the
820 in-process agent library.
821 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
822 the register buffer in the heap.
823 (free_register_cache): If the register buffer isn't owned by the
824 regcache, don't free it.
825 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
826 pre-existing register caches.
827 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
828 type.
829 (convert_ascii_to_int): : Constify `from' parameter type.
830 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
831 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
832 the needed buffer in-place.
833 (relocate_instruction): New.
834 * server.c (handle_query) <qSymbols>: If the target supports
835 tracepoints, give it a chance of looking up symbols. Report
836 support for fast tracepoints.
837 (handle_status): Stabilize threads.
838 (process_serial_event): Adjust.
839 * server.h (struct fast_tracepoint_jump): Forward declare.
840 (struct process_info) <fast_tracepoint_jumps>: New field.
841 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
842 (decode_X_packet, decode_M_packet): Adjust.
843 (relocate_instruction): Declare.
844 (in_process_agent_loaded): Declare.
845 (tracepoint_look_up_symbols): Declare.
846 (struct fast_tpoint_collect_status): Declare.
847 (fast_tracepoint_collecting): Declare.
848 (force_unlock_trace_buffer): Declare.
849 (handle_tracepoint_bkpts): Declare.
850 (initialize_low_tracepoint)
851 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
852 * target.h (struct target_ops) <stabilize_threads,
853 install_fast_tracepoint_jump_pad>: New fields.
854 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
855 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
856 [HAVE_STDINT_H]: Include stdint.h.
857 (trace_debug_1): Rename to ...
858 (trace_vdebug): ... this.
859 (trace_debug): Rename to ...
860 (trace_debug_1): ... this. Add `level' parameter.
861 (trace_debug): New.
862 (ATTR_USED, ATTR_NOINLINE): New.
863 (IP_AGENT_EXPORT): New.
864 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
865 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
866 (about_to_request_buffer_space, trace_buffer_is_full)
867 (stopping_tracepoint, expr_eval_result, error_tracepoint)
868 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
869 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
870 (traceframe_write_count, traceframes_created)
871 (trace_state_variables)
872 New renaming defines.
873 (struct ipa_sym_addresses): New.
874 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
875 (symbol_list): New.
876 (ipa_sym_addrs): New.
877 (all_tracepoint_symbols_looked_up): New.
878 (in_process_agent_loaded): New.
879 (write_e_ipa_not_loaded): New.
880 (maybe_write_ipa_not_loaded): New.
881 (tracepoint_look_up_symbols): New.
882 (debug_threads) [IN_PROCESS_AGENT]: New.
883 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
884 (UNKNOWN_SIDE_EFFECTS): New.
885 (stop_tracing): New.
886 (flush_trace_buffer): New.
887 (stop_tracing_bkpt): New.
888 (flush_trace_buffer_bkpt): New.
889 (read_inferior_integer): New.
890 (read_inferior_uinteger): New.
891 (read_inferior_data_pointer): New.
892 (write_inferior_data_pointer): New.
893 (write_inferior_integer): New.
894 (write_inferior_uinteger): New.
895 (struct collect_static_trace_data_action): Delete.
896 (enum tracepoint_type): New.
897 (struct tracepoint) <type>: New field `type'.
898 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
899 <orig_size, obj_addr_on_target, adjusted_insn_addr>
900 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
901 (tracepoints): Use IP_AGENT_EXPORT.
902 (last_tracepoint): Don't include in the IPA.
903 (stopping_tracepoint): Use IP_AGENT_EXPORT.
904 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
905 (alloced_trace_state_variables): New.
906 (trace_state_variables): Use IP_AGENT_EXPORT.
907 (traceframe_t): Delete unused variable.
908 (circular_trace_buffer): Don't include in the IPA.
909 (trace_buffer_start): Delete.
910 (struct trace_buffer_control): New.
911 (trace_buffer_free): Delete.
912 (struct ipa_trace_buffer_control): New.
913 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
914 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
915 New.
916 (trace_buffer_ctrl): New.
917 (TRACE_BUFFER_CTRL_CURR): New.
918 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
919 Reimplement as macros.
920 (trace_buffer_wrap): Delete.
921 (traceframe_write_count, traceframe_read_count)
922 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
923 (struct tracepoint_hit_ctx) <type>: New field.
924 (struct fast_tracepoint_ctx): New.
925 (memory_barrier): New.
926 (cmpxchg): New.
927 (record_tracepoint_error): Update atomically in the IPA.
928 (clear_inferior_trace_buffer): New.
929 (about_to_request_buffer_space): New.
930 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
931 updating the same buffer.
932 (add_tracepoint): Default the tracepoint's type to trap
933 tracepoint, and orig_size to -1.
934 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
935 internal variables.
936 (create_trace_state_variable): New parameter `gdb'. Handle it.
937 (clear_installed_tracepoints): Clear fast tracepoint jumps.
938 (cmd_qtdp): Handle fast tracepoints.
939 (cmd_qtdv): Adjust.
940 (max_jump_pad_size): New.
941 (gdb_jump_pad_head): New.
942 (get_jump_space_head): New.
943 (claim_jump_space): New.
944 (sort_tracepoints): New.
945 (MAX_JUMP_SIZE): New.
946 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
947 IPA.
948 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
949 support. Upload fast traceframes, and delete internal IPA
950 breakpoints.
951 (stop_tracing_handler): New.
952 (flush_trace_buffer_handler): New.
953 (cmd_qtstop): Upload fast tracepoints.
954 (response_tracepoint): Handle fast tracepoints.
955 (tracepoint_finished_step): Upload fast traceframes. Set the
956 tracepoint hit context's tracepoint type.
957 (handle_tracepoint_bkpts): New.
958 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
959 type. Add comment about fast tracepoints.
960 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
961 non-existing action_str field.
962 (get_context_regcache): Handle fast tracepoints.
963 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
964 to the regcache.
965 (fast_tracepoint_from_jump_pad_address): New.
966 (fast_tracepoint_from_ipa_tpoint_address): New.
967 (collecting_t): New.
968 (force_unlock_trace_buffer): New.
969 (fast_tracepoint_collecting): New.
970 (collecting): New.
971 (gdb_collect): New.
972 (write_inferior_data_ptr): New.
973 (target_tp_heap): New.
974 (target_malloc): New.
975 (download_agent_expr): New.
976 (UALIGN): New.
977 (download_tracepoints): New.
978 (download_trace_state_variables): New.
979 (upload_fast_traceframes): New.
980 (IPA_FIRST_TRACEFRAME): New.
981 (IPA_NEXT_TRACEFRAME_1): New.
982 (IPA_NEXT_TRACEFRAME): New.
983 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
984 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
985 (gdb_jump_pad_buffer_end): New.
986 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
987 (initialize_tracepoint): Adjust.
988 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
989 buffer. Initialize the low module.
990 * utils.c (PREFIX, TOOLNAME): New.
991 (malloc_failure): Use PREFIX.
992 (error): In the IPA, an error causes an exit.
993 (fatal, warning): Use PREFIX.
994 (internal_error): Use TOOLNAME.
995 (NUMCELLS): Increase to 10.
996 * configure, config.in: Regenerate.
997
998 2010-06-01 Pedro Alves <pedro@codesourcery.com>
999
1000 * server.c (handle_query) <qSupported>: Do two passes over the
1001 qSupported string to avoid nesting strtok.
1002
1003 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
1006 (CDEPS): New.
1007 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
1008 -Wl,--dynamic-list.
1009 * configure: Regenerate.
1010 * proc-service.list: New.
1011
1012 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1013
1014 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
1015 New comment.
1016
1017 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
1018
1019 * gdbreplay.c (remote_open): Check error return from socket() call by
1020 its equality to -1 not by it being negative.
1021 * remote-utils.c (remote_open): Likewise.
1022
1023 2010-05-23 Pedro Alves <pedro@codesourcery.com>
1024
1025 * config.h: Regenerate.
1026
1027 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1028
1029 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
1030 doesn't provide PTRACE_GET_THREAD_AREA.
1031
1032 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1033
1034 * linux-m68k-low.c: Include <asm/ptrace.h>
1035 (ps_get_thread_area): Implement.
1036
1037 2010-05-03 Doug Evans <dje@google.com>
1038
1039 * event-loop.c (struct callback_event): New struct.
1040 (callback_list): New global.
1041 (append_callback_event, delete_callback_event): New functions.
1042 (process_callback): New function.
1043 (start_event_loop): Call it.
1044 * remote-utils.c (NOT_SCHEDULED): Define.
1045 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
1046 moved out of readchar.
1047 (readchar): Rewrite. Call reschedule before returning.
1048 (reset_readchar): New function.
1049 (remote_close): Call it.
1050 (process_remaining, reschedule): New functions.
1051 * server.h (callback_handler_func): New typedef.
1052 (append_callback_event, delete_callback_event): Declare.
1053
1054 2010-05-03 Pedro Alves <pedro@codesourcery.com>
1055
1056 * proc-service.c (ps_pglobal_lookup): Use
1057 thread_db_look_up_one_symbol.
1058 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
1059 parameter. Use it instead of all_symbols_looked_up.
1060 * server.h (struct process_info) <all_symbols_looked_up>: Delete
1061 field.
1062 (all_symbols_looked_up): Don't declare.
1063 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
1064 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
1065 field.
1066 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
1067 Set all_symbols_looked_up here.
1068 (thread_db_look_up_one_symbol): New.
1069 (thread_db_get_tls_address): Adjust.
1070 (thread_db_load_search, try_thread_db_load_1): Always allocate the
1071 thread_db object on the heap, and tentatively set it in the
1072 process structure.
1073 (thread_db_init): Don't set all_symbols_looked_up here.
1074 * linux-low.h (thread_db_look_up_one_symbol): Declare.
1075
1076 2010-05-03 Pedro Alves <pedro@codesourcery.com>
1077
1078 * linux-low.c (linux_kill, linux_detach): Adjust.
1079 (status_pending_p_callback): Remove redundant statement. Check
1080 for !TARGET_WAITIKIND_IGNORE, instead of
1081 TARGET_WAITKIND_STOPPED.
1082 (handle_tracepoints): Make sure LWP is locked. Adjust.
1083 (linux_wait_for_event_1): Adjust.
1084 (linux_cancel_breakpoints): New.
1085 (unsuspend_one_lwp): New.
1086 (unsuspend_all_lwps): New.
1087 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
1088 (send_sigstop_callback): Change return type to int, add new
1089 `except' parameter and handle it.
1090 (suspend_and_send_sigstop_callback): New.
1091 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
1092 pass them down. If SUSPEND, also increment the lwp's suspend
1093 count.
1094 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
1095 (need_step_over_p): Don't consider suspended LWPs.
1096 (start_step_over): Adjust.
1097 (proceed_one_lwp): Change return type to int, add new `except'
1098 parameter and handle it.
1099 (unsuspend_and_proceed_one_lwp): New.
1100 (proceed_all_lwps): Use find_inferior instead of
1101 for_each_inferior.
1102 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
1103 also decrement the suspend count of LWPs. Pass `except' down,
1104 instead of hacking its suspend count.
1105 (linux_pause_all): Add `freeze' parameter. Adjust.
1106 (linux_unpause_all): New.
1107 (linux_target_ops): Install linux_unpause_all.
1108 * server.c (handle_status): Adjust.
1109 * target.h (struct target_ops): New fields `unpause_all' and
1110 `cancel_breakpoints'. Add new parameter to `pause_all'.
1111 (pause_all): Add new `freeze' parameter.
1112 (unpause_all): New.
1113 (cancel_breakpoints): New.
1114 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
1115 cancel breakpoints.
1116 (cmd_qtstart): Pause threads.
1117 (stop_tracing): Pause threads, and cancel breakpoints.
1118 * win32-low.c (win32_target_ops): Adjust.
1119
1120 2010-05-03 Pedro Alves <pedro@codesourcery.com>
1121
1122 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
1123 the inferior right away from here...
1124 (linux_wait_1): ... to here, and adjust to check the thread's
1125 last_resume_kind instead of the lwp's step or stop_expected flags.
1126
1127 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1128
1129 * README: Use consistent `GDB' and `GDBserver' spellings.
1130
1131 2010-05-02 Pedro Alves <pedro@codesourcery.com>
1132
1133 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
1134 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
1135 (linux_detach_one_lwp): Assume the lwp is stopped.
1136 (any_thread_of): Delete.
1137 (linux_detach): Stop all lwps here. Don't blindly delete all
1138 breakpoints.
1139 (delete_lwp_callback): New.
1140 (linux_mourn): Delete all lwps of the process that is gone.
1141 (linux_wait_1): Don't delete the last lwp of the process here.
1142 * mem-break.h (mark_breakpoints_out): Declare.
1143 * mem-break.c (mark_breakpoints_out): New.
1144 (free_all_breakpoints): Use it.
1145 * server.c (handle_target_event): If the process is gone, mark
1146 breakpoints out.
1147 * thread-db.c (struct thread_db) <create_bp>: New field.
1148 (thread_db_enable_reporting): Fix prototype. Store a thread event
1149 breakpoint reference in the thread_db struct.
1150 (thread_db_load_search): Clear the thread_db object.
1151 (try_thread_db_load_1): Ditto.
1152 (switch_to_process): New.
1153 (disable_thread_event_reporting): Use it.
1154 (remove_thread_event_breakpoints): New.
1155 (thread_db_detach, thread_db_mourn): Use it.
1156
1157 2010-05-01 Pedro Alves <pedro@codesourcery.com>
1158
1159 * linux-low.c (linux_enable_event_reporting): New.
1160 (linux_wait_for_event_1, handle_extended_wait): Use it.
1161
1162 2010-04-30 Pedro Alves <pedro@codesourcery.com>
1163
1164 * linux-low.c (linux_kill_one_lwp, linux_kill)
1165 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
1166 (send_sigstop): Take an lwp_info as parameter instead. Queue a
1167 SIGSTOP even if the LWP is stopped.
1168 (send_sigstop_callback): New.
1169 (stop_all_lwps): Use send_sigstop_callback instead.
1170 (linux_resume_one_thread): Adjust.
1171 (proceed_one_lwp): Still proceed an LWP that the client has
1172 requested to stop, if we haven't reported it as stopped yet. Make
1173 sure that LWPs the client want stopped, have a pending SIGSTOP.
1174
1175 2010-04-26 Doug Evans <dje@google.com>
1176
1177 * server.c (handle_general_set): Make static.
1178
1179 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
1180 Print received char after testing for error/eof instead of before.
1181 (input_interrupt): Tweak comment.
1182
1183 2010-04-23 Doug Evans <dje@google.com>
1184
1185 * server.c (start_inferior): Print inferior argv if --debug.
1186
1187 2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
1188
1189 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
1190 * nto-x86-low.c: Include server.h
1191
1192 2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
1193
1194 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
1195 be consistent with other sources of this directory.
1196 (init_registers_amd64): Correct name of source file of this function
1197 in the comment.
1198
1199 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1200
1201 * configure.srv (x86_64-*-mingw*): New configuration for Windows
1202 64-bit executables.
1203
1204 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1205
1206 * win32-i386-low.c: Add 64-bit support.
1207 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
1208 (init_registers_amd64): Declare.
1209 (mappings): Add 64-bit version of array.
1210 (init_windows_x86): New function.
1211 (the_low_target): Change init_arch field to init_windows_x86.
1212
1213 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1214
1215 * win32-low.c: Adapt to support also 64-bit architecture.
1216 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
1217 (get_image_name): Use SIZE_T type for local variable `done'.
1218 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
1219 (toolhelp_get_dll_name): Idem.
1220 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
1221 Use uintptr_t typecast to avoid warning.
1222 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
1223 (handle_exception): Use phex_nz to avoid warning.
1224 (win32_wait): Remove unused local variable `process'.
1225
1226 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1227
1228 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
1229 `amd64-avx.o'.
1230
1231 2010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
1232
1233 * configure.ac: Use `ws2_32' library for srv_mingw.
1234 * configure: Regenerate.
1235 * gdbreplay.c: Include winsock2.h instead of winsock.h.
1236 * remote-utils.c: Likewise.
1237
1238 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
1241 if __x86_64__ is defined.
1242
1243 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1244
1245 * configure: Regenerate.
1246
1247 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1248
1249 * server.c (handle_query): Handle 'qGetTIBAddr' query.
1250 * target.h (target_ops): New get_tib_address field.
1251 * win32-low.h (win32_thread_info): Add thread_local_base field.
1252 * win32-low.c (child_add_thread): Add tlb argument.
1253 Set thread_local_base field to TLB.
1254 (get_child_debug_event): Adapt to child_add_thread change.
1255 (win32_get_tib_address): New function.
1256 (win32_target_ops): Set get_tib_address field to
1257 win32_get_tib_address.
1258 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
1259
1260 2010-04-12 Pedro Alves <pedro@codesourcery.com>
1261
1262 * linux-low.c (linux_mourn): Also remove the process.
1263 * server.c (handle_target_event): Don't remove the process here.
1264 * nto-low.c (nto_mourn): New.
1265 (nto_target_ops): Install it.
1266 * spu-low.c (spu_mourn): New.
1267 (spu_target_ops): Install it.
1268 * win32-low.c (win32_mourn): New.
1269 (win32_target_ops): Install it.
1270
1271 2010-04-12 Pedro Alves <pedro@codesourcery.com>
1272
1273 * server.h (buffer_xml_printf): Remove redundant `;'.
1274
1275 2010-04-12 Pedro Alves <pedro@codesourcery.com>
1276
1277 * regcache.c (set_register_cache): Invalidate regcaches before
1278 changing the register cache layout.
1279 (regcache_invalidate_one): Allow a NULL regcache.
1280 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
1281 regcaches before changing the register cache layout or the target
1282 regsets.
1283
1284 2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
1285
1286 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
1287 variable warning on Linux/x86-64.
1288
1289 2010-04-11 Pedro Alves <pedro@codesourcery.com>
1290
1291 GDBserver disconnected tracing support.
1292
1293 * linux-low.c (linux_remove_process): Delete.
1294 (add_lwp): Don't set last_resume_kind here.
1295 (linux_kill): Use `mourn'.
1296 (linux_detach): Use `thread_db_detach', and `mourn'.
1297 (linux_mourn): New.
1298 (linux_attach_lwp_1): Adjust comment.
1299 (linux_attach): last_resume_kind moved the thread_info; adjust.
1300 (status_pending_p_callback): Adjust.
1301 (linux_wait_for_event_1): Adjust.
1302 (count_events_callback, select_singlestep_lwp_callback)
1303 (select_event_lwp_callback, cancel_breakpoints_callback)
1304 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
1305 (proceed_one_lwp): Adjust.
1306 (linux_async): Add debug output.
1307 (linux_thread_stopped): New.
1308 (linux_pause_all): New.
1309 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
1310 linux_pause_all.
1311 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
1312 (thread_db_free): Delete declaration.
1313 (thread_db_detach, thread_db_mourn): Declare.
1314 * thread-db.c (thread_db_init): Use thread_db_mourn.
1315 (thread_db_free): Delete, split in two.
1316 (disable_thread_event_reporting): New.
1317 (thread_db_detach): New.
1318 (thread_db_mourn): New.
1319
1320 * server.h (struct thread_info) <last_resume_kind>: New field.
1321 <attached>: Add comment.
1322 <gdb_detached>: New field.
1323 (handler_func): Change return type to int.
1324 (handle_serial_event, handle_target_event): Ditto.
1325 (gdb_connected): Declare.
1326 (tracing): Delete.
1327 (disconnected_tracing): Declare.
1328 (stop_tracing): Declare.
1329
1330 * server.c (handle_query) <qSupported>: Report support for
1331 disconnected tracing.
1332 (queue_stop_reply_callback): Account for running threads.
1333 (gdb_wants_thread_stopped): New.
1334 (gdb_wants_all_threads_stopped): New.
1335 (gdb_reattached_process): New.
1336 (handle_status): Clear the `gdb_detached' flag of all processes.
1337 In all-stop, stop all threads.
1338 (main): Be sure to leave tfind mode. Handle disconnected tracing.
1339 (process_serial_event): If the remote connection breaks, or if an
1340 exit was forced with "monitor exit", force an event loop exit.
1341 Handle disconnected tracing on detach.
1342 (handle_serial_event): Adjust.
1343 (handle_target_event): If GDB isn't connected, forward events back
1344 to the inferior, unless the last process exited, in which case,
1345 exit gdbserver. Adjust interface.
1346
1347 * remote-utils.c (remote_open): Don't block in accept. Instead
1348 register an event loop source on the listen socket file
1349 descriptor. Refactor bits into ...
1350 (listen_desc): ... this new global.
1351 (gdb_connected): ... this new function.
1352 (enable_async_notification): ... this new function.
1353 (handle_accept_event): ... this new function.
1354 (remote_close): Clear remote_desc.
1355
1356 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
1357
1358 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
1359 New fields.
1360 (mourn_inferior): Define.
1361 (target_process_qsupported): Avoid the dangling else problem.
1362 (thread_stopped): Define.
1363 (pause_all): Define.
1364 (target_waitstatus_to_string): Declare.
1365 * target.c (target_waitstatus_to_string): New.
1366
1367 * tracepoint.c (tracing): Make extern.
1368 (disconnected_tracing): New.
1369 (stop_tracing): Make extern. Handle tracing stops due to GDB
1370 disconnecting.
1371 (cmd_qtdisconnected): New.
1372 (cmd_qtstatus): Report disconnected tracing status in trace reply.
1373 (handle_tracepoint_general_set): Handle QTDisconnected.
1374
1375 * event-loop.c (event_handler_func): Change return type to int.
1376 (process_event): Bail out if the event handler wants the event
1377 loop to stop.
1378 (handle_file_event): Ditto.
1379 (start_event_loop): Bail out if the event handler wants the event
1380 loop to stop.
1381
1382 * nto-low.c (nto_target_ops): Adjust.
1383 * spu-low.c (spu_wait): Don't remove the process here.
1384 (spu_target_ops): Adjust.
1385 * win32-low.c (win32_wait): Don't remove the process here.
1386 (win32_target_ops): Adjust.
1387
1388 2010-04-11 Pedro Alves <pedro@codesourcery.com>
1389
1390 * regcache.c (realloc_register_cache): Invalidate inferior's
1391 regcache before recreating it.
1392
1393 2010-04-09 Pedro Alves <pedro@codesourcery.com>
1394
1395 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
1396
1397 2010-04-09 Stan Shebs <stan@codesourcery.com>
1398 Pedro Alves <pedro@codesourcery.com>
1399
1400 * server.h (LONGEST): New.
1401 (struct thread_info) <while_stepping>: New field.
1402 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
1403 Declare.
1404 (initialize_tracepoint, handle_tracepoint_general_set)
1405 (handle_tracepoint_query, tracepoint_finished_step)
1406 (tracepoint_was_hit, release_while_stepping_state_list):
1407 (current_traceframe): Declare.
1408 * server.c (handle_general_set): Handle tracepoint packets.
1409 (read_memory): New.
1410 (write_memory): New.
1411 (handle_search_memory_1): Use read_memory.
1412 (handle_query): Report support for conditional tracepoints, trace
1413 state variables, and tracepoint sources. Handle tracepoint
1414 queries.
1415 (main): Initialize the tracepoints module.
1416 (process_serial_event): Handle traceframe reads/writes.
1417
1418 * linux-low.c (handle_tracepoints): New.
1419 (linux_wait_1): Call it.
1420 (linux_resume_one_lwp): Handle while-stepping.
1421 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
1422 (linux_target_ops): Install them.
1423 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
1424 New field.
1425 * linux-x86-low.c (x86_supports_tracepoints): New.
1426 (the_low_target). Install it.
1427
1428 * mem-break.h (delete_breakpoint): Declare.
1429 * mem-break.c (delete_breakpoint): Make external.
1430
1431 * target.h (struct target_ops): Add `supports_tracepoints',
1432 `read_pc', and `write_pc' fields.
1433 (target_supports_tracepoints): Define.
1434 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
1435 (phex_nz): New.
1436
1437 * regcache.h (struct regcache) <registers_owned>: New field.
1438 (init_register_cache, regcache_cpy): Declare.
1439 (regcache_read_pc, regcache_write_pc): Declare.
1440 (register_cache_size): Declare.
1441 (supply_regblock): Declare.
1442 * regcache.c (init_register_cache): New.
1443 (new_register_cache): Use it.
1444 (regcache_cpy): New.
1445 (register_cache_size): New.
1446 (supply_regblock): New.
1447 (regcache_read_pc, regcache_write_pc): New.
1448
1449 * tracepoint.c: New.
1450
1451 * Makefile.in (OBS): Add tracepoint.o.
1452 (tracepoint.o): New rule.
1453
1454 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1455
1456 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
1457 (i386-mmx.o): New.
1458 (i386-mmx.c): Likewise.
1459 (i386-mmx-linux.o): Likewise.
1460 (i386-mmx-linux.c): Likewise.
1461
1462 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
1463 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
1464 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
1465 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
1466
1467 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
1468 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
1469 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
1470
1471 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1472
1473 * Makefile.in (clean): Updated.
1474 (i386-avx.o): New.
1475 (i386-avx.c): Likewise.
1476 (i386-avx-linux.o): Likewise.
1477 (i386-avx-linux.c): Likewise.
1478 (amd64-avx.o): Likewise.
1479 (amd64-avx.c): Likewise.
1480 (amd64-avx-linux.o): Likewise.
1481 (amd64-avx-linux.c): Likewise.
1482
1483 * configure.srv (srv_i386_regobj): Add i386-avx.o.
1484 (srv_i386_linux_regobj): Add i386-avx-linux.o.
1485 (srv_amd64_regobj): Add amd64-avx.o.
1486 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
1487 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
1488 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
1489 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
1490 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
1491 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
1492 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
1493
1494 * i387-fp.c: Include "i386-xstate.h".
1495 (i387_xsave): New.
1496 (i387_cache_to_xsave): Likewise.
1497 (i387_xsave_to_cache): Likewise.
1498 (x86_xcr0): Likewise.
1499
1500 * i387-fp.h (i387_cache_to_xsave): Likewise.
1501 (i387_xsave_to_cache): Likewise.
1502 (x86_xcr0): Likewise.
1503
1504 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
1505 * linux-crisv32-low.c (target_regsets): Likewise.
1506 * linux-m68k-low.c (target_regsets): Likewise.
1507 * linux-mips-low.c (target_regsets): Likewise.
1508 * linux-ppc-low.c (target_regsets): Likewise.
1509 * linux-s390-low.c (target_regsets): Likewise.
1510 * linux-sh-low.c (target_regsets): Likewise.
1511 * linux-sparc-low.c (target_regsets): Likewise.
1512 * linux-xtensa-low.c (target_regsets): Likewise.
1513
1514 * linux-low.c: Include <sys/uio.h>.
1515 (regsets_fetch_inferior_registers): Support nt_type.
1516 (regsets_store_inferior_registers): Likewise.
1517 (linux_process_qsupported): New.
1518 (linux_target_ops): Add linux_process_qsupported.
1519
1520 * linux-low.h (regset_info): Add nt_type.
1521 (linux_target_ops): Add process_qsupported.
1522
1523 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
1524 and <sys/uio.h>.
1525 (init_registers_i386_avx_linux): New.
1526 (init_registers_amd64_avx_linux): Likewise.
1527 (xmltarget_i386_linux_no_xml): Likewise.
1528 (xmltarget_amd64_linux_no_xml): Likewise.
1529 (PTRACE_GETREGSET): Likewise.
1530 (PTRACE_SETREGSET): Likewise.
1531 (x86_fill_xstateregset): Likewise.
1532 (x86_store_xstateregset): Likewise.
1533 (use_xml): Likewise.
1534 (x86_linux_update_xmltarget): Likewise.
1535 (x86_linux_process_qsupported): Likewise.
1536 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
1537 (x86_arch_setup): Don't call init_registers_amd64_linux nor
1538 init_registers_i386_linux here. Call
1539 x86_linux_update_xmltarget.
1540 (the_low_target): Add x86_linux_process_qsupported.
1541
1542 * server.c (handle_query): Call target_process_qsupported.
1543
1544 * target.h (target_ops): Add process_qsupported.
1545 (target_process_qsupported): New.
1546
1547 2010-04-03 Pedro Alves <pedro@codesourcery.com>
1548
1549 * inferiors.c (add_thread): Set last_status kind to
1550 TARGET_WAITKIND_IGNORE.
1551 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
1552 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
1553 (linux_wait_1): Move `thread' local definition to block that uses
1554 it. Don't NULL initialize `event_child'.
1555 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
1556 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
1557 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
1558
1559 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1560
1561 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
1562 an extended waitstatus, or by a watchpoint.
1563 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
1564 thread was stepping or has been stopped by a watchpoint.
1565
1566 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1567
1568 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
1569 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
1570 of another, then delete the previous, and validate all
1571 breakpoints.
1572 (validate_inserted_breakpoint): New.
1573 (delete_disabled_breakpoints): New.
1574 (validate_breakpoints): New.
1575 (check_mem_read): Validate breakpoints before trusting their
1576 shadow. Delete disabled breakpoints.
1577 (check_mem_write): Validate breakpoints before trusting they
1578 should be inserted. Delete disabled breakpoints.
1579 * mem-break.h (validate_breakpoints):
1580 * server.c (handle_query): Validate breakpoints when we see a
1581 qSymbol query.
1582
1583 2010-04-01 Pedro Alves <pedro@codesourcery.com>
1584
1585 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
1586 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
1587 if we could tell there's a GDB breakpoint at stop_pc.
1588 (need_step_over_p): Don't do a step over if we find a GDB
1589 breakpoint at the resume PC.
1590
1591 * mem-break.c (struct raw_breakpoint): New.
1592 (enum bkpt_type): New type `gdb_breakpoint'.
1593 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
1594 fields. New field `raw'.
1595 (find_raw_breakpoint_at): New.
1596 (set_raw_breakpoint_at): Handle refcounting. Create a raw
1597 breakpoint instead.
1598 (set_breakpoint_at): Adjust.
1599 (delete_raw_breakpoint): New.
1600 (release_breakpoint): New.
1601 (delete_breakpoint): Rename to...
1602 (delete_breakpoint_1): ... this. Add proc parameter. Use
1603 release_breakpoint. Return ENOENT.
1604 (delete_breakpoint): Reimplement.
1605 (find_breakpoint_at): Delete.
1606 (find_gdb_breakpoint_at): New.
1607 (delete_breakpoint_at): Delete.
1608 (set_gdb_breakpoint_at): New.
1609 (delete_gdb_breakpoint_at): New.
1610 (gdb_breakpoint_here): New.
1611 (set_reinsert_breakpoint): Use release_breakpoint.
1612 (uninsert_breakpoint): Rename to ...
1613 (uninsert_raw_breakpoint): ... this.
1614 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
1615 (reinsert_raw_breakpoint): Change parameter type to
1616 raw_breakpoint.
1617 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
1618 instead.
1619 (check_breakpoints): Adjust. Use release_breakpoint.
1620 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
1621 (breakpoint_inserted_here): Ditto.
1622 (check_mem_read): Adjust to iterate over raw breakpoints instead.
1623 Don't trust the breakpoint's shadow if it is not inserted.
1624 (check_mem_write): Adjust to iterate over raw breakpoints instead.
1625 (delete_all_breakpoints): Adjust.
1626 (free_all_breakpoints): Mark all breakpoints as uninserted, and
1627 use delete_breakpoint_1.
1628
1629 * mem-break.h (breakpoints_supported): Delete declaration.
1630 (set_gdb_breakpoint_at): Declare.
1631 (gdb_breakpoint_here): Declare.
1632 (delete_breakpoint_at): Delete.
1633 (delete_gdb_breakpoint_at): Declare.
1634
1635 * server.h (struct raw_breakpoint): Forward declare.
1636 (struct process_info): New field `raw_breakpoints'.
1637
1638 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
1639 breakpoints.
1640
1641 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1642
1643 * linux-low.c (status_pending_p_callback): Fix comment.
1644 (linux_wait_for_event_1): Move most of the internal breakpoint
1645 handling from here...
1646 (linux_wait_1): ... to here.
1647 (count_events_callback): New.
1648 (select_singlestep_lwp_callback): New.
1649 (select_event_lwp_callback): New.
1650 (cancel_breakpoints_callback): New.
1651 (select_event_lwp): New.
1652 (linux_wait_1): Simplify internal breakpoint handling. Give equal
1653 priority to all LWPs that have had events that should be reported
1654 to the client. Cancel breakpoints when about to reporting the
1655 event to the client, not while stopping lwps. No longer cancel
1656 finished single-steps here.
1657 (cancel_finished_single_step): Delete.
1658 (cancel_finished_single_steps): Delete.
1659
1660 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1661
1662 * mem-break.c (enum bkpt_type): New.
1663 (struct breakpoint): New field `type'.
1664 (set_breakpoint_at): Change return type to struct breakpoint
1665 pointer. Set type to `other_breakpoint' by default.
1666 (delete_breakpoint): Rewrite, supporting more than one breakpoint
1667 in the breakpoint list.
1668 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
1669 (reinsert_breakpoint): Rename to ...
1670 (reinsert_raw_breakpoint): ... this.
1671 (reinsert_breakpoints_at): Adjust.
1672 * mem-break.h (struct breakpoint): Declare.
1673 (set_breakpoint_at): Change return type to struct breakpoint
1674 pointer.
1675
1676 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1677
1678 * server.c (handle_query): Assign, not compare.
1679
1680 2010-03-24 Pedro Alves <pedro@codesourcery.com>
1681
1682 Teach linux gdbserver to step-over-breakpoints.
1683
1684 * linux-low.c (can_hardware_single_step): New.
1685 (supports_breakpoints): New.
1686 (handle_extended_wait): If stopping threads, read the stop pc of
1687 the new cloned LWP.
1688 (get_pc): New.
1689 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
1690 low target doesn't support retrieving the PC.
1691 (add_lwp): Set last_resume_kind to resume_continue.
1692 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
1693 (linux_attach): Don't clear stop_expected. Set the lwp's
1694 last_resume_kind to resume_stop.
1695 (linux_detach_one_lwp): Don't check for removed breakpoints.
1696 (check_removed_breakpoint): Delete.
1697 (status_pending_p): Rename to ...
1698 (status_pending_p_callback): ... this. Don't check for removed
1699 breakpoints. Don't consider threads that are stopped from GDB's
1700 perspective.
1701 (linux_wait_for_lwp): Always read the stop_pc here.
1702 (cancel_breakpoint): New.
1703 (step_over_bkpt): New global.
1704 (linux_wait_for_event_1): Implement stepping over breakpoints.
1705 (gdb_wants_lwp_stopped): New.
1706 (gdb_wants_all_stopped): New.
1707 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
1708 single-step traps here. Store the thread's last reported target
1709 wait status.
1710 (send_sigstop): Don't clear stop_expected. Always set it,
1711 instead.
1712 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
1713 (cancel_finished_single_step): New.
1714 (cancel_finished_single_steps): New.
1715 (wait_for_sigstop): Don't cancel finished single-step traps here.
1716 (linux_resume_one_lwp): Don't check for removed breakpoints.
1717 Don't set `step' on non-hardware step archs.
1718 (linux_set_resume_request): Ignore resume_stop requests if already
1719 stopping or stopped. Set the lwp's last_resume_kind.
1720 (resume_status_pending_p): Don't check for removed breakpoints.
1721 (need_step_over_p): New.
1722 (start_step_over): New.
1723 (finish_step_over): New.
1724 (linux_resume_one_thread): Always queue a sigstop for resume_stop
1725 requests. Clear the thread's last reported target waitstatus.
1726 Don't use the `suspended' flag. Don't consider pending breakpoints.
1727 (linux_resume): Start a step-over if necessary.
1728 (proceed_one_lwp): New.
1729 (proceed_all_lwps): New.
1730 (unstop_all_lwps): New.
1731 * linux-low.h (struct lwp_info): Rewrite comment for the
1732 `suspended' flag. Add the `stop_pc' field. Delete the
1733 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
1734 Add `'last_resume_kind' and `need_step_over' fields.
1735 * inferiors.c (struct thread_info): Delete, moved elsewhere.
1736 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
1737 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
1738 (set_raw_breakpoint_at): New.
1739 (set_breakpoint_at): Rewrite to use it.
1740 (reinsert_breakpoint_handler): Delete.
1741 (set_reinsert_breakpoint): New.
1742 (reinsert_breakpoint_by_bp): Delete.
1743 (delete_reinsert_breakpoints): New.
1744 (uninsert_breakpoint): Rewrite.
1745 (uninsert_breakpoints_at): New.
1746 (reinsert_breakpoint): Rewrite.
1747 (reinsert_breakpoints_at): New.
1748 (check_breakpoints): Rewrite.
1749 (breakpoint_here): New.
1750 (breakpoint_inserted_here): New.
1751 (check_mem_read): Adjust.
1752 * mem-break.h (breakpoints_supported, breakpoint_here)
1753 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
1754 (reinsert_breakpoint_by_bp): Delete declaration.
1755 (delete_reinsert_breakpoints): Declare.
1756 (reinsert_breakpoint): Delete declaration.
1757 (reinsert_breakpoints_at): Declare.
1758 (uninsert_breakpoint): Delete declaration.
1759 (uninsert_breakpoints_at): Declare.
1760 (check_breakpoints): Adjust prototype.
1761 * server.h: Adjust include order.
1762 (struct thread_info): Declare here. Add a `last_status' field.
1763
1764 2010-03-23 Michael Snyder <msnyder@vmware.com>
1765
1766 * server.c (crc32): New function.
1767 (handle_query): Add handling for 'qCRC:' request.
1768
1769 2010-03-23 Pedro Alves <pedro@codesourcery.com>
1770
1771 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
1772 lwp had been stopped by a watchpoint.
1773
1774 2010-03-16 Pedro Alves <pedro@codesourcery.com>
1775
1776 * server.h (internal_error): Declare.
1777 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
1778 * utils.c (internal_error): New function.
1779
1780 2010-03-15 Andreas Schwab <schwab@redhat.com>
1781
1782 * configure.srv: Fix typo setting srv_regobj.
1783
1784 2010-03-15 Pedro Alves <pedro@codesourcery.com>
1785
1786 * linux-low.c (fetch_register): Avoid passing a non string literal
1787 format to `error'.
1788 (usr_store_inferior_registers): Ditto.
1789
1790 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1791
1792 * linux-low.c (linux_write_memory): Bail out early if peeking
1793 memory failed.
1794
1795 2010-03-14 Pedro Alves <pedro@codesourcery.com>
1796
1797 * linux-low.h (struct lwp_info): New fields
1798 `stopped_by_watchpoint' and `stopped_data_address'.
1799 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
1800 here, and cache them in the lwp object.
1801 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
1802 directly.
1803 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
1804 field.
1805 (linux_stopped_by_watchpoint): Rewrite.
1806 (linux_stopped_data_address): Rewrite.
1807
1808 2010-03-06 Simo Melenius <simo.melenius@iki.fi>
1809
1810 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
1811 switching the current inferior, not before.
1812
1813 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1814
1815 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
1816 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
1817 i386-linux.c and amd64-linux.c.
1818 (reg-i386.o): Removed.
1819 (reg-i386.c): Likewise.
1820 (reg-i386-linux.o): Likewise.
1821 (reg-i386-linux.c): Likewise.
1822 (reg-x86-64.o): Likewise.
1823 (reg-x86-64.c): Likewise.
1824 (reg-x86-64-linux.o): Likewise.
1825 (reg-x86-64-linux.c): Likewise.
1826 (i386.o): New.
1827 (i386.c): Likewise.
1828 (i386-linux.o): Likewise.
1829 (i386-linux.c): Likewise.
1830 (amd64.o): Likewise.
1831 (amd64.c): Likewise.
1832 (amd64-linux.o): Likewise.
1833 (amd64-linux.c): Likewise.
1834
1835 * configure.srv (srv_i386_regobj): New.
1836 (srv_i386_linux_regobj): Likewise.
1837 (srv_amd64_regobj): Likewise.
1838 (srv_amd64_linux_regobj): Likewise.
1839 (srv_i386_32bit_xmlfiles): Likewise.
1840 (srv_i386_64bit_xmlfiles): Likewise.
1841 (srv_i386_xmlfiles): Likewise.
1842 (srv_amd64_xmlfiles): Likewise.
1843 (srv_i386_linux_xmlfiles): Likewise.
1844 (srv_amd64_linux_xmlfiles): Likewise.
1845 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
1846 srv_xmlfiles to $srv_i386_xmlfiles.
1847 (i[34567]86-*-mingw32ce*): Likewise.
1848 (i[34567]86-*-mingw*): Likewise.
1849 (i[34567]86-*-nto*): Likewise.
1850 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
1851 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
1852 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
1853 (x86_64-*-linux*): Likewise.
1854
1855 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
1856 (init_registers_amd64_linux): New.
1857 (x86_arch_setup): Replace init_registers_x86_64_linux with
1858 init_registers_amd64_linux.
1859
1860 2010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
1861
1862 * configure.ac: Check for libdl. If it is not available link against
1863 static libthread_db.
1864 * configure: Regenerate.
1865
1866 2010-02-22 Pedro Alves <pedro@codesourcery.com>
1867
1868 PR9605
1869
1870 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
1871 handing a read watchpoint.
1872 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
1873
1874 2010-02-12 Doug Evans <dje@google.com>
1875
1876 * linux-low.c (linux_supports_tracefork_flag): Document.
1877 (linux_look_up_symbols): Add comment.
1878
1879 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
1880
1881 * regcache.c (supply_register): Clear regcache if buf is NULL.
1882
1883 2010-02-02 Nicolas Roche <roche@sourceware.org>
1884 Joel Brobecker <brobecker@adacore.com>
1885
1886 * inferiors.c (find_inferior): Add function documentation.
1887 (unloaded_dll): Handle the case where the unloaded dll has not
1888 been previously registered in the dll list.
1889
1890 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1891
1892 * linux-arm-low.c (thumb_breakpoint_len): Delete.
1893 (thumb2_breakpoint): New.
1894 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
1895
1896 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1897
1898 * linux-low.c (get_stop_pc): Check for SIGTRAP.
1899 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
1900 breakpoints.
1901
1902 2010-01-21 Pedro Alves <pedro@codesourcery.com>
1903
1904 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
1905
1906 2010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * linux-s390-low.c (s390_collect_ptrace_register)
1909 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
1910
1911 2010-01-21 Doug Evans <dje@google.com>
1912
1913 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
1914 (PTRACE_ARG4_TYPE): New macro.
1915 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
1916 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
1917 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
1918 (usr_store_inferior_registers): Ditto.
1919 (linux_read_memory, linux_write_memory): Ditto.
1920 (linux_test_for_tracefork): Ditto.
1921
1922 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
1923 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
1924
1925 2010-01-21 Pedro Alves <pedro@codesourcery.com>
1926
1927 * proc-service.c (ps_lgetregs): Don't refetch registers from the
1928 target.
1929
1930 2010-01-21 Pedro Alves <pedro@codesourcery.com>
1931
1932 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
1933 prototype to take a regcache. Adjust.
1934
1935 2010-01-20 Pedro Alves <pedro@codesourcery.com>
1936
1937 * regcache.h (struct thread_info): Forward declare.
1938 (struct regcache): New.
1939 (new_register_cache): Adjust prototype.
1940 (get_thread_regcache): Declare.
1941 (free_register_cache): Adjust prototype.
1942 (registers_to_string, registers_from_string): Ditto.
1943 (supply_register, supply_register_by_name, collect_register)
1944 (collect_register_as_string, collect_register_by_name): Ditto.
1945 * regcache.c (struct inferior_regcache_data): Delete.
1946 (get_regcache): Rename to ...
1947 (get_thread_regcache): ... this. Adjust. Switch inferior before
1948 fetching registers.
1949 (regcache_invalidate_one): Adjust.
1950 (regcache_invalidate): Fix prototype.
1951 (new_register_cache): Return the new register cache.
1952 (free_register_cache): Change prototype.
1953 (realloc_register_cache): Adjust.
1954 (registers_to_string): Change prototype to take a regcache. Adjust.
1955 (registers_from_string): Ditto.
1956 (register_data): Ditto.
1957 (supply_register): Ditto.
1958 (supply_register_by_name): Ditto.
1959 (collect_register): Ditto.
1960 (collect_register_as_string): Ditto.
1961 (collect_register_by_name): Ditto.
1962 * server.c (process_serial_event): Adjust.
1963 * linux-low.h (regset_fill_func, regset_store_func): Change
1964 prototype.
1965 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
1966 Change prototype.
1967 * linux-low.c (get_stop_pc): Adjust.
1968 (check_removed_breakpoint): Adjust.
1969 (linux_wait_for_event): Adjust.
1970 (linux_resume_one_lwp): Adjust.
1971 (fetch_register): Add regcache parameter. Adjust.
1972 (usr_store_inferior_registers): Ditto.
1973 (regsets_fetch_inferior_registers): Ditto.
1974 (regsets_store_inferior_registers): Ditto.
1975 (linux_fetch_registers, linux_store_registers): Ditto.
1976 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
1977 regcache. Adjust.
1978 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
1979 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
1980 prototype to take a regcache.
1981 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
1982 * remote-utils.c (convert_ascii_to_int, outreg)
1983 (prepare_resume_reply): Change prototype to take a regcache.
1984 Adjust.
1985 * target.h (struct target_ops) <fetch_registers, store_registers>:
1986 Change prototype to take a regcache.
1987 (fetch_inferior_registers, store_inferior_registers): Change
1988 prototype to take a regcache. Adjust.
1989 * proc-service.c (ps_lgetregs): Adjust.
1990 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
1991 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
1992 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
1993 take a regcache. Adjust.
1994 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
1995 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
1996 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
1997 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
1998 * linux-cris-low.c (cris_get_pc, cris_set_pc)
1999 (cris_cannot_fetch_register):
2000 (cris_breakpoint_at): Change prototype to take a regcache.
2001 Adjust.
2002 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
2003 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
2004 to take a regcache. Adjust.
2005 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
2006 Adjust.
2007 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
2008 take a regcache. Adjust.
2009 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
2010 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
2011 (m68k_set_pc): Change prototype to take a regcache. Adjust.
2012 * linux-mips-low.c (mips_get_pc):
2013 (mips_set_pc): Change prototype to take a regcache. Adjust.
2014 (mips_reinsert_addr): Adjust.
2015 (mips_collect_register): Change prototype to take a regcache.
2016 Adjust.
2017 (mips_supply_register):
2018 (mips_collect_register_32bit, mips_supply_register_32bit)
2019 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
2020 (mips_store_fpregset): Ditto.
2021 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
2022 Ditto.
2023 (parse_spufs_run): Adjust.
2024 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
2025 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
2026 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
2027 take a regcache. Adjust.
2028 * linux-s390-low.c (s390_collect_ptrace_register)
2029 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
2030 (s390_set_pc): Change prototype to take a regcache. Adjust.
2031 (s390_arch_setup): Adjust.
2032 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
2033 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
2034 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
2035 (sparc_fill_gregset, sparc_store_gregset_from_stack)
2036 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
2037 regcache. Adjust.
2038 (sparc_breakpoint_at): Adjust.
2039 * linux-xtensa-low.c (xtensa_fill_gregset):
2040 (xtensa_store_gregset):
2041 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
2042 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
2043 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
2044 prototype to take a regcache. Adjust.
2045 * win32-arm-low.c (arm_fetch_inferior_register)
2046 (arm_store_inferior_register): Change prototype to take a
2047 regcache. Adjust.
2048 * win32-i386-low.c (i386_fetch_inferior_register)
2049 (i386_store_inferior_register): Change prototype to take a
2050 regcache. Adjust.
2051 * win32-low.c (child_fetch_inferior_registers)
2052 (child_store_inferior_registers): Change prototype to take a
2053 regcache. Adjust.
2054 (win32_wait): Adjust.
2055 (win32_fetch_inferior_registers): Change prototype to take a
2056 regcache. Adjust.
2057 (win32_store_inferior_registers): Adjust.
2058 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
2059 store_inferior_register>: Change prototype to take a regcache.
2060
2061 2010-01-20 Doug Evans <dje@google.com>
2062
2063 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
2064 #ifdef.
2065 (linux_wait_for_event1, linux_init_signals): Ditto.
2066 (W_STOPCODE): Provide definition if missing.
2067
2068 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2069
2070 * linux-low.c (linux_core_of_thread): New.
2071 (compare_ints, show_process, list_threads): New.
2072 (linux_qxfer_osdata): Report threads and cores.
2073 (linux_target_op): Register linux_core_of_thread.
2074 * remote-utils.c (prepare_resume_reply): Report the core.
2075 (buffer_xml_printf): Support %d specifier.
2076 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
2077 New.
2078 (handle_query): Handle qXfer:threads. Announce availability
2079 thereof.
2080 * target.h (struct target_ops): New field core_of_thread.
2081
2082 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2083
2084 * Makefile.in (clean): Remove new generated files.
2085 (reg-s390.o, reg-s390.c): Remove rules.
2086 (reg-s390x.o, reg-s390x.c): Likewise.
2087 (s390-linux32.o, s390-linux32.c): Add rules.
2088 (s390-linux64.o, s390-linux64.c): Likewise.
2089 (s390x-linux64.o, s390x-linux64.c): Likewise.
2090 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
2091 * linux-s390-low.c: Include <elf.h>.
2092 (HWCAP_S390_HIGH_GPRS): Define if undefined.
2093 (init_registers_s390): Remove prototype.
2094 (init_registers_s390x): Likewise.
2095 (init_registers_s390_linux32): Add prototype.
2096 (init_registers_s390_linux64): Likewise.
2097 (init_registers_s390x_linux64): Likewise.
2098 (s390_num_regs_3264): New define.
2099 (s390_regmap_3264): New global variable.
2100 (s390_cannot_fetch_register): Remove obsolete check.
2101 (s390_cannot_store_register): Likewise.
2102 (s390_collect_ptrace_register): Handle upper/lower register halves.
2103 (s390_supply_ptrace_register): Likewise.
2104 (s390_fill_gregset): Update to register number changes.
2105 (s390_get_hwcap): New routine.
2106 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
2107 Install appropriate regmap and register set.
2108
2109 2010-01-01 Joel Brobecker <brobecker@adacore.com>
2110
2111 * server.c (gdbserver_version): Update copyright year to 2010.
2112 * gdbreplay.c (gdbreplay_version): Likewise.
2113
2114 2009-12-28 Doug Evans <dje@google.com>
2115
2116 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
2117 elf/external.h. Include <elf.h> instead but only if necessary.
2118
2119 2009-12-28 Pedro Alves <pedro@codesourcery.com>
2120
2121 * linux-low.c (linux_remove_process): Remove `detaching'
2122 parameter. Don't release/detach from thread_db here.
2123 (linux_kill): Release/detach from thread_db here, ...
2124 (linux_detach): ... and here, before actually detaching.
2125 (linux_wait_1): ... and here, when a process exits.
2126 * thread-db.c (any_thread_of): New.
2127 (thread_db_free): Switch the current inferior to a thread of the
2128 passed in process.
2129
2130 2009-12-21 Doug Evans <dje@google.com>
2131
2132 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
2133
2134 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
2135 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
2136 warning ifndef __NR_tkill. Move setting of errno there too.
2137 Delete unnecessary resetting of errno after syscall.
2138 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
2139
2140 * configure.ac: Check for dladdr.
2141 * config.in: Regenerate.
2142 * configure: Regenerate.
2143 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
2144 (try_thread_db_load): Update.
2145
2146 * linux-low.c (my_waitpid): Delete unnecessary prototype.
2147
2148 2009-12-18 Doug Evans <dje@google.com>
2149
2150 * event-loop.c: Include unistd.h if it exists.
2151
2152 * linux-low.c (my_waitpid): Move definition away from being in
2153 between linux_tracefork_child/linux_test_for_tracefork.
2154
2155 * gdb_proc_service.h (psaddr_t): Fix type.
2156 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
2157 signature to match glibc.
2158
2159 2009-12-16 Doug Evans <dje@google.com>
2160
2161 * linux-low.c (linux_read_memory): Fix argument to read.
2162
2163 2009-11-26 Pedro Alves <pedro@codesourcery.com>
2164
2165 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
2166 events, don't leave current_inferior pointing at null.
2167
2168 2009-11-26 Pedro Alves <pedro@codesourcery.com>
2169
2170 * win32-low.c (LOG): Delete.
2171 (OUTMSG): Output to stderr.
2172 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
2173 on compile time LOG macro.
2174 (win32_wait): Fix debug output.
2175
2176 2009-11-26 Pedro Alves <pedro@codesourcery.com>
2177
2178 * win32-low.c (win32_add_one_solib): If the dll name is
2179 "ntdll.dll", prepend the system directory to the dll path.
2180
2181 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
2182
2183 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
2184
2185 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
2186 Vladimir Prus <vladimir@codesourcery.com>
2187
2188 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
2189 * configure.ac: Check for __mcoldfire__ and set
2190 gdb_cv_m68k_is_coldfire.
2191 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
2192 reg-cf.o and reg-m68k.o.
2193 * configure: Regenerated.
2194
2195 2009-11-16 Pedro Alves <pedro@codesourcery.com>
2196
2197 * linux-low.c (linux_remove_process): Add `detaching' parameter.
2198 Pass it to thread_db_free.
2199 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
2200 proper `detaching' argument to linux_remove_process.
2201 * linux-low.h (thread_db_free): Add `detaching' parameter.
2202 * thread-db.c (thread_db_init): Pass false as `detaching' argument
2203 to thread_db_free.
2204 (thread_db_free): Add `detaching' parameter. Only
2205 call td_ta_clear_event if detaching from process.
2206
2207 2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
2208
2209 * thread-db.c (thread_db_free): Fix typo.
2210
2211 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2212
2213 PR gdb/10838
2214 * thread-db.c (thread_db_free): Call td_ta_clear_event.
2215
2216 2009-11-03 Nathan Sidwell <nathan@codesourcery.com>
2217
2218 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
2219 with an i686 compiler.
2220 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
2221 needed.
2222 * configure: Rebuilt.
2223
2224 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
2225
2226 PR gdb/10783
2227
2228 * server.c (handle_search_memory_1): Correct read_addr initialization
2229 in loop for searching subsequent chunks.
2230
2231 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2232
2233 * configure.ac: New --with-libthread-db option.
2234 * thread-db.c: Allow direct dependence on libthread_db.
2235 (thread_db_free): Adjust.
2236 * config.in: Regenerate.
2237 * configure: Likewise.
2238
2239 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2240
2241 PR gdb/10757
2242 * thread-db.c (attach_thread): New function.
2243 (maybe_attach_thread): Return success/failure.
2244 (find_new_threads_callback): Adjust.
2245 (thread_db_find_new_threads): Loop until no new threads.
2246
2247 2009-10-13 Pedro Alves <pedro@codesourcery.com>
2248
2249 * proc-service.c (ps_lgetregs): Formatting.
2250
2251 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2252
2253 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
2254 * configure.ac: Adjust.
2255 * linux-low.h (struct process_info_private): Move members to struct
2256 thread_db.
2257 (thread_db_free, thread_db_handle_monitor_command): New prototype.
2258 * linux-low.c (linux_remove_process): Adjust.
2259 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
2260 * server.c (handle_query): Move code ...
2261 (handle_monitor_command): ... here. New function.
2262 * target.h (struct target_ops): New member.
2263 * thread-db.c (struct thread_db): New.
2264 (libthread_db_search_path): New variable.
2265 (thread_db_create_event, thread_db_enable_reporting)
2266 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
2267 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
2268 (try_thread_db_load_1, dladdr_to_soname): New functions.
2269 (try_thread_db_load, thread_db_load_search): New functions.
2270 (thread_db_init): Search for libthread_db.
2271 (thread_db_free): New function.
2272 (thread_db_handle_monitor_command): Likewise.
2273 * config.in: Regenerate.
2274 * configure: Regenerate.
2275
2276 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2277
2278 * spu-low.c (spu_kill): Wait for inferior to terminate.
2279 Call clear_inferiors.
2280 (spu_detach): Call clear_inferiors.
2281
2282 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2283
2284 * aclocal.m4: Regenerate.
2285 * config.in: Likewise.
2286 * configure: Likewise.
2287
2288 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2289
2290 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
2291 (parse_spufs_run): New function.
2292 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
2293 (ppc_breakpoint_at): Handle SPU breakpoints.
2294
2295 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2296
2297 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
2298 (SPUFS_MAGIC): Define.
2299 (spu_enumerate_spu_ids): New function.
2300 (linux_qxfer_spu): New function.
2301 (linux_target_ops): Install linux_qxfer_spu.
2302
2303 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2304
2305 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
2306 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
2307 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
2308 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
2309 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
2310 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
2311 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
2312 (init_registers_powerpc_cell32l): Add prototype.
2313 (init_registers_powerpc_cell64l): Likewise.
2314 (ppc_arch_setup): Detect Cell/B.E. architecture.
2315
2316 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2317
2318 * Makefile.in (datarootdir): New variable.
2319
2320 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2321
2322 * linux-low.c (linux_write_memory): Update debugging output.
2323 * Makefile.in (clean): Add new descriptions.
2324 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
2325 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
2326 * configure.srv: Add new files for arm*-*-linux*.
2327 * linux-arm-low.c: Add new declarations.
2328 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
2329 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
2330 (HWCAP_VFPv3D16): New.
2331 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
2332 instead of __IWMMXT__.
2333 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
2334 (arm_arch_setup): New.
2335 (target_regsets): Remove #ifdef. Add VFP regset.
2336 (the_low_target): Use arm_arch_setup.
2337
2338 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2339
2340 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
2341 the main thread again.
2342
2343 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
2344
2345 Adding Neutrino gdbserver.
2346 * configure: Regenerated.
2347 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
2348 * configure.srv (i[34567]86-*-nto*): New target.
2349 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
2350 * remote-utils.c [__QNX__]: Include sys/iomgr.h
2351 (nto_comctrl) [__QNX__]: New function.
2352 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
2353
2354 2009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
2355
2356 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
2357 srv_tgtobj.
2358
2359 2009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
2360 Pedro Alves <pedro@codesourcery.com>
2361
2362 * win32-i386-low.c (i386_get_thread_context): Handle systems that
2363 don't support CONTEXT_EXTENDED_REGISTERS.
2364 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
2365 (the_low_target): Install them.
2366 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
2367 failing with ERROR_PIPE_NOT_CONNECTED.
2368
2369 2009-06-30 Doug Evans <dje@google.com>
2370 Pierre Muller <muller@ics.u-strasbg.fr>
2371
2372 Add h/w watchpoint support to x86-linux, win32-i386.
2373 * Makefile.in (SFILES): Add i386-low.c
2374 (i386_low_h): Define.
2375 (i386-low.o): Add dependencies.
2376 (linux-x86-low.o): Add i386-low.h dependency.
2377 (win32-i386-low.o): Ditto.
2378 * i386-low.c: New file.
2379 * i386-low.h: New file.
2380 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
2381 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
2382 * linux-low.c (linux_add_process): Initialize arch_private.
2383 (linux_remove_process): Free arch_private.
2384 (add_lwp): Initialize arch_private.
2385 (delete_lwp): Free arch_private.
2386 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
2387 provided.
2388 * linux-low.h (process_info_private): New member arch_private.
2389 (lwp_info): New member arch_private.
2390 (linux_target_ops): New members new_process, new_thread,
2391 prepare_to_resume.
2392 (ptid_of): New macro.
2393 * linux-x86-low.c: Include stddef.h, i386-low.h.
2394 (arch_process_info): New struct.
2395 (arch_lwp_info): New struct.
2396 (x86_linux_dr_get, x86_linux_dr_set): New functions.
2397 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2398 (i386_dr_low_get_status): New function.
2399 (x86_insert_point, x86_remove_point): New functions.
2400 (x86_stopped_by_watchpoint): New function.
2401 (x86_stopped_data_address): New function.
2402 (x86_linux_new_process, x86_linux_new_thread): New functions.
2403 (x86_linux_prepare_to_resume): New function.
2404 (the_low_target): Add entries for insert_point, remove_point,
2405 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
2406 prepare_to_resume.
2407 * server.c (debug_hw_points): New global.
2408 (monitor_show_help): Document set debug-hw-points.
2409 (handle_query): Process "set debug-hw-points".
2410 * server.h (debug_hw_points): Declare.
2411 (paddress): Declare.
2412 * utils.c (NUMCELLS, CELLSIZE): New macros.
2413 (get_sell, xsnprintf, paddress): New functions.
2414 * win32-arm-low.c (the_low_target): Add entries for insert_point,
2415 remove_point, stopped_by_watchpoint, stopped_data_address.
2416 * win32-i386-low.c: Include i386-low.h.
2417 (debug_reg_state): Replaces dr.
2418 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2419 (i386_dr_low_get_status): New function.
2420 (i386_insert_point, i386_remove_point): New functions.
2421 (i386_stopped_by_watchpoint): New function.
2422 (i386_stopped_data_address): New function.
2423 (i386_initial_stuff): Update.
2424 (get_thread_context,set_thread_context,i386_thread_added): Update.
2425 (the_low_target): Add entries for insert_point,
2426 remove_point, stopped_by_watchpoint, stopped_data_address.
2427 * win32-low.c (win32_insert_watchpoint): New function.
2428 (win32_remove_watchpoint): New function.
2429 (win32_stopped_by_watchpoint): New function.
2430 (win32_stopped_data_address): New function.
2431 (win32_target_ops): Add entries for insert_watchpoint,
2432 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
2433 * win32-low.h (win32_target_ops): New members insert_point,
2434 remove_point, stopped_by_watchpoint, stopped_data_address.
2435
2436 2009-06-25 Pedro Alves <pedro@codesourcery.com>
2437
2438 * server.c (process_serial_event): Re-return unsupported, not
2439 error, if the type isn't recognized. Re-allow supporting only
2440 insert or remove packets. Also call require_running for
2441 breakpoints. Add missing break statement to default case. Tidy.
2442 * target.h (struct target_ops): Rename insert_watchpoint to
2443 insert_point, and remove_watchpoint to remove_point.
2444
2445 * linux-low.h (struct linux_target_ops): Likewise.
2446 * linux-low.c (linux_insert_watchpoint): Rename to ...
2447 (linux_insert_point): ... this. Adjust.
2448 (linux_remove_watchpoint): Rename to ...
2449 (linux_remove_point): ... this. Adjust.
2450 (linux_target_ops): Adjust.
2451 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
2452 (cris_insert_point): ... this.
2453 (cris_remove_watchpoint): Rename to ...
2454 (cris_remove_point): ... this.
2455 (the_low_target): Adjust.
2456
2457 2009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
2458
2459 * server.c (handle_v_kill): Pass signal_pid to
2460 kill_inferior if multi_process is zero.
2461
2462 2009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
2463
2464 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
2465 * target.h (target_ops): Comment for *_watchpoint to make it clear
2466 the functions can get types '0' and '1'.
2467
2468 2009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
2469
2470 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
2471 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
2472 * regcache.c (get_regcache): Likewise.
2473 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
2474 * win32-low.c (child_fetch_inferior_registers): Remove check for
2475 regno 0.
2476
2477 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
2478 Pedro Alves <pedro@codesourcery.com>
2479
2480 * target.h (struct target_ops) <supports_multi_process>: New
2481 callback.
2482 (target_supports_multi_process): New.
2483 * server.c (handle_query): Even if GDB reports support, only
2484 enable multi-process if the target also supports it. Report
2485 multi-process support only if the target backend supports it.
2486 * linux-low.c (linux_supports_multi_process): New function.
2487 (linux_target_ops): Install it as target_supports_multi_process
2488 callback.
2489
2490 2009-05-24 Doug Evans <dje@google.com>
2491
2492 Global renaming of find_thread_pid to find_thread_ptid.
2493 * server.h (find_thread_ptid): Renamed from find_thread_pid.
2494 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
2495 All callers updated.
2496
2497 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
2498 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
2499 directly.
2500
2501 * linux-low.c (get_stop_pc): Print pc if debug_threads.
2502 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
2503 (linux_resume_one_lwp): Ditto.
2504
2505 2009-05-23 Doug Evans <dje@google.com>
2506
2507 * linux-low.c (linux_resume_one_lwp): Change type of first arg
2508 from struct inferior_list_entry * to struct lwp_info *.
2509 All callers updated.
2510
2511 2009-05-13 Doug Evans <dje@google.com>
2512
2513 * linux-x86-low.c: Don't include assert.h.
2514 (x86_siginfo_fixup): Use fatal, not assert.
2515 (x86_arch_setup): Fix comment.
2516
2517 2009-05-12 Doug Evans <dje@google.com>
2518
2519 Biarch support for i386/amd64 gdbserver.
2520 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
2521 Add linux-x86-low.c.
2522 (linux-i386-low.o, linux-x86-64-low.o): Delete.
2523 (linux-x86-low.o): Add.
2524 * linux-x86-64-low.c: Delete.
2525 * linux-i386-low.c: Delete.
2526 * linux-x86-low.c: New file.
2527 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
2528 linux-x86-low.o.
2529 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
2530 linux-x86-low.o.
2531 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
2532 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
2533 (linux_child_pid_to_exec_file): New function.
2534 (elf_64_header_p, elf_64_file_p): New functions.
2535 (siginfo_fixup): New function.
2536 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
2537 give target a chance to convert layout.
2538 * linux-low.h (linux_target_ops): New member siginfo_fixup.
2539 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
2540
2541 2009-05-07 Doug Evans <dje@google.com>
2542
2543 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
2544 (regsets_store_inferior_registers): Ditto.
2545
2546 2009-05-06 Pedro Alves <pedro@codesourcery.com>
2547
2548 PR server/10048
2549
2550 * linux-low.c (must_set_ptrace_flags): Delete.
2551 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
2552 of the global.
2553 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
2554 `lwp->must_set_ptrace_flags' instead.
2555 (linux_wait_for_event_1): Set ptrace options here.
2556 (linux_wait_1): ... not here.
2557
2558 2009-04-30 Doug Evans <dje@google.com>
2559
2560 * inferiors.c (started_inferior_callback): New function.
2561 (attached_inferior_callback): New function.
2562 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
2563 * server.c (print_started_pid, print_attached_pid): New functions.
2564 (detach_or_kill_for_exit): New function.
2565 (main): Call it instead of for_each_inferior (kill_inferior_callback).
2566 * server.h (have_started_inferiors_p): Declare.
2567 (have_attached_inferiors_p): Declare.
2568
2569 * inferiors.c (remove_process): Fix memory leak, free process.
2570 * linux-low.c (linux_remove_process): New function.
2571 (linux_kill): Call it instead of remove_process.
2572 (linux_detach, linux_wait_1): Ditto.
2573
2574 2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
2575
2576 * configure.srv: Add x86 Windows CE target.
2577
2578 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2579
2580 * inferiors.c (get_thread_process): Make global.
2581 * server.h (get_thread_process): Add prototype.
2582 * thread-db.c (find_one_thread): Use get_thread_process
2583 instead of current_process.
2584 (thread_db_get_tls_address): Do not crash if called when
2585 thread layer is not yet initialized.
2586
2587 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2588
2589 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
2590 * spu-low.c (current_tid): Rename to ...
2591 (current_ptid): ... this.
2592 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
2593 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
2594 ptid_get_lwp (current_ptid) instead of current_tid.
2595 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
2596 instead of current_tid. Use find_process_pid to verify pid
2597 argument is valid. Pass proper argument to remove_process.
2598 (spu_thread_alive): Compare current_ptid instead of current_tid.
2599 (spu_resume): Likewise.
2600
2601 2009-04-02 Pedro Alves <pedro@codesourcery.com>
2602
2603 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
2604 variable.
2605
2606 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2607
2608 Implement the multiprocess extensions, and add linux multiprocess
2609 support.
2610
2611 * server.h (ULONGEST): Declare.
2612 (struct ptid, ptid_t): New.
2613 (minus_one_ptid, null_ptid): Declare.
2614 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2615 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
2616 (struct inferior_list_entry): Change `id' type from unsigned from
2617 to ptid_t.
2618 (struct sym_cache, struct breakpoint, struct
2619 process_info_private): Forward declare.
2620 (struct process_info): Declare.
2621 (current_process): Declare.
2622 (all_processes): Declare.
2623 (initialize_inferiors): Declare.
2624 (add_thread): Adjust to use ptid_t.
2625 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
2626 (add_process, remove_process, find_thread_pid): Declare.
2627 (find_inferior_id): Adjust to use ptid_t.
2628 (cont_thread, general_thread, step_thread): Change type to ptid_t.
2629 (multi_process): Declare.
2630 (push_event): Adjust to use ptid_t.
2631 (read_ptid, write_ptid): Declare.
2632 (prepare_resume_reply): Adjust to use ptid_t.
2633 (clear_symbol_cache): Declare.
2634 * inferiors.c (all_processes): New.
2635 (null_ptid, minus_one_ptid): New.
2636 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2637 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
2638 (add_thread): Change unsigned long to ptid. Remove gdb_id
2639 parameter. Adjust.
2640 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
2641 (gdb_id_to_thread): Rename to ...
2642 (find_thread_pid): ... this. Change unsigned long to ptid.
2643 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
2644 (loaded_dll, pull_pid_from_list): Adjust.
2645 (add_process, remove_process, find_process_pid)
2646 (get_thread_process, current_process, initialize_inferiors): New.
2647 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
2648 (struct target_waitstatus) <related_pid>: Ditto.
2649 (struct target_ops) <kill, detach>: Add `pid' argument. Change
2650 return type to int.
2651 (struct target_ops) <join>: Add `pid' argument.
2652 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
2653 (struct target_ops) <wait>: Add `ptid' field. Change return type
2654 to ptid.
2655 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
2656 (mywait): Add `ptid' argument. Change return type to ptid_t.
2657 (target_pid_to_str): Declare.
2658 * target.c (set_desired_inferior): Adjust to use ptids.
2659 (mywait): Add new `ptid' argument. Adjust.
2660 (target_pid_to_str): New.
2661 * mem-break.h (free_all_breakpoints): Declare.
2662 * mem-break.c (breakpoints): Delelete.
2663 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
2664 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
2665 to use per-process breakpoint list.
2666 (free_all_breakpoints): New.
2667 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
2668 (symbol_cache, all_symbols_looked_up): Delete.
2669 (hexchars): New.
2670 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
2671 read_ptid): New.
2672 (prepare_resume_reply): Change ptid argument's type from unsigned
2673 long to ptid_t. Adjust. Implement W;process and X;process.
2674 (free_sym_cache, clear_symbol_cache): New.
2675 (look_up_one_symbol): Adjust to per-process symbol cache. *
2676 * server.c (cont_thread, general_thread, step_thread): Change type
2677 to ptid_t.
2678 (attached): Delete.
2679 (multi_process): New.
2680 (last_ptid): Change type to ptid_t.
2681 (struct vstop_notif) <ptid>: Change type to ptid_t.
2682 (queue_stop_reply, push_event): Change `ptid' argument's type to
2683 ptid_t.
2684 (discard_queued_stop_replies): Add `pid' argument.
2685 (start_inferior): Adjust to use ptids. Adjust to mywait interface
2686 changes. Don't reference the `attached' global.
2687 (attach_inferior): Adjust to mywait interface changes.
2688 (handle_query): Adjust to use ptids. Parse GDB's qSupported
2689 features. Handle and report "multiprocess+". Handle
2690 "qAttached:PID".
2691 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
2692 changes.
2693 (handle_v_kill): New.
2694 (handle_v_stopped): Adjust to use target_pid_to_str.
2695 (handle_v_requests): Allow multiple attaches and runs when
2696 multiprocess extensions are in effect. Handle "vKill".
2697 (myresume): Adjust to use ptids.
2698 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
2699 (handle_status): Adjust to discard_queued_stop_replies interface
2700 change.
2701 (first_thread_of, kill_inferior_callback)
2702 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
2703 (main): Call initialize_inferiors. Adjust to use ptids, killing
2704 and detaching from all inferiors. Handle multiprocess packet
2705 variants.
2706 * linux-low.h: Include gdb_proc_service.h.
2707 (struct process_info_private): New.
2708 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
2709 <lwpid_of>: Use ptid_get_lwp.
2710 (get_lwp_thread): Adjust.
2711 (struct lwp_info): Add `dead' member.
2712 (find_lwp_pid): Declare.
2713 * linux-low.c (thread_db_active): Delete.
2714 (new_inferior): Adjust comment.
2715 (inferior_pid): Delete.
2716 (linux_add_process): New.
2717 (handle_extended_wait): Adjust.
2718 (add_lwp): Change unsigned long to ptid.
2719 (linux_create_inferior): Add process to processes table. Adjust
2720 to use ptids. Don't set new_inferior here.
2721 (linux_attach_lwp): Rename to ...
2722 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
2723 it. Adjust to use ptids.
2724 (linux_attach_lwp): New.
2725 (linux_attach): Add process to processes table. Don't set
2726 new_inferior here.
2727 (struct counter): New.
2728 (second_thread_of_pid_p, last_thread_of_process_p): New.
2729 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
2730 multiple processes.
2731 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
2732 processes. Remove process from process table.
2733 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
2734 to multiple processes.
2735 (any_thread_of): New.
2736 (linux_detach): Add `pid' argument, and handle it. Remove process
2737 from processes table.
2738 (linux_join): Add `pid' argument. Handle it.
2739 (linux_thread_alive): Change unsighed long argument to ptid_t.
2740 Consider dead lwps as not being alive.
2741 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
2742 threads we're not interested in.
2743 (same_lwp, find_lwp_pid): New.
2744 (linux_wait_for_lwp): Change `pid' argument's type from int to
2745 ptid_t. Adjust.
2746 (linux_wait_for_event): Rename to ...
2747 (linux_wait_for_event_1): ... this. Change `pid' argument's type
2748 from int to ptid_t. Adjust.
2749 (linux_wait_for_event): New.
2750 (linux_wait_1): Add `ptid' argument. Change return type to
2751 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
2752 that exit from the process table.
2753 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
2754 Adjust.
2755 (mark_lwp_dead): New.
2756 (wait_for_sigstop): Adjust to use ptids. If a process exits while
2757 stopping all threads, mark its main lwp as dead.
2758 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
2759 ptids.
2760 (fetch_register, usr_store_inferior_registers)
2761 (regsets_fetch_inferior_registers)
2762 (regsets_store_inferior_registers, linux_read_memory)
2763 (linux_write_memory): Inline `inferior_pid'.
2764 (linux_look_up_symbols): Adjust to use per-process
2765 `thread_db_active'.
2766 (linux_request_interrupt): Adjust to use ptids.
2767 (linux_read_auxv): Inline `inferior_pid'.
2768 (initialize_low): Don't reference thread_db_active.
2769 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
2770 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
2771 (ps_getpid): Return the pid of the current inferior.
2772 * thread-db.c (proc_handle, thread_agent): Delete.
2773 (thread_db_create_event, thread_db_enable_reporting): Adjust to
2774 per-process data.
2775 (find_one_thread): Change argument type to ptid_t. Adjust to
2776 per-process data.
2777 (maybe_attach_thread): Adjust to per-process data and ptids.
2778 (thread_db_find_new_threads): Ditto.
2779 (thread_db_init): Ditto.
2780 * spu-low.c (spu_create_inferior, spu_attach): Add process to
2781 processes table. Adjust to use ptids.
2782 (spu_kill, spu_detach): Adjust interface. Remove process from
2783 processes table.
2784 (spu_join, spu_thread_alive): Adjust interface.
2785 (spu_wait): Adjust interface. Remove process from processes
2786 table. Adjust to use ptids.
2787 * win32-low.c (current_inferior_tid): Delete.
2788 (current_inferior_ptid): New.
2789 (debug_event_ptid): New.
2790 (thread_rec): Take a ptid. Adjust.
2791 (child_add_thread): Add `pid' argument. Adjust to use ptids.
2792 (child_delete_thread): Ditto.
2793 (do_initial_child_stuff): Add `attached' argument. Add process to
2794 processes table.
2795 (child_fetch_inferior_registers, child_store_inferior_registers):
2796 Adjust.
2797 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
2798 (win32_attach): Pass 1 to do_initial_child_stuff.
2799 (win32_kill): Adjust interface. Remove process from processes
2800 table.
2801 (win32_detach): Ditto.
2802 (win32_join): Adjust interface.
2803 (win32_thread_alive): Take a ptid.
2804 (win32_resume): Adjust to use ptids.
2805 (get_child_debug_event): Ditto.
2806 (win32_wait): Adjust interface. Remove exiting process from
2807 processes table.
2808
2809 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2810
2811 Non-stop mode support.
2812
2813 * server.h (non_stop): Declare.
2814 (gdb_client_data, handler_func): Declare.
2815 (delete_file_handler, add_file_handler, start_event_loop):
2816 Declare.
2817 (handle_serial_event, handle_target_event, push_event)
2818 (putpkt_notif): Declare.
2819 * target.h (enum resume_kind): New.
2820 (struct thread_resume): Replace `step' field by `kind' field.
2821 (TARGET_WNOHANG): Define.
2822 (struct target_ops) <wait>: Add `options' argument.
2823 <supports_non_stop, async, start_non_stop>: New fields.
2824 (target_supports_non_stop, target_async): New.
2825 (start_non_stop): Declare.
2826 (mywait): Add `options' argument.
2827 * target.c (mywait): Add `options' argument. Print child exit
2828 notifications here.
2829 (start_non_stop): New.
2830 * server.c (non_stop, own_buf, mem_buf): New globals.
2831 (struct vstop_notif): New.
2832 (notif_queue): New global.
2833 (queue_stop_reply, push_event, discard_queued_stop_replies)
2834 (send_next_stop_reply): New.
2835 (start_inferior): Adjust to use resume_kind. Adjust to mywait
2836 interface changes.
2837 (attach_inferior): In non-stop mode, don't wait for the target
2838 here.
2839 (handle_general_set): Handle QNonStop.
2840 (handle_query): When handling qC, return the current general
2841 thread, instead of the first thread of the list.
2842 (handle_query): If the backend supports non-stop mode, include
2843 QNonStop+ in the qSupported query response.
2844 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
2845 and non-stop mode.
2846 (handle_v_attach, handle_v_run): Handle non-stop mode.
2847 (handle_v_stopped): New.
2848 (handle_v_requests): Report support for vCont;t. Handle vStopped.
2849 (myresume): Adjust to use resume_kind. Handle non-stop.
2850 (queue_stop_reply_callback): New.
2851 (handle_status): Handle non-stop mode.
2852 (main): Clear non_stop flag on reconnection. Use the event-loop.
2853 Refactor serial protocol handling from here ...
2854 (process_serial_event): ... to this new function. When GDB
2855 selects any thread, select one here. In non-stop mode, wait until
2856 GDB acks all pending events before exiting.
2857 (handle_serial_event, handle_target_event): New.
2858 * remote-utils.c (remote_open): Install remote_desc in the event
2859 loop.
2860 (remote_close): Remove remote_desc from the event loop.
2861 (putpkt_binary): Rename to...
2862 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
2863 (putpkt_binary): New as wrapper around putpkt_binary_1.
2864 (putpkt_notif): New.
2865 (prepare_resume_reply): In non-stop mode, don't change the
2866 general_thread.
2867 * event-loop.c: New.
2868 * Makefile.in (OBJ): Add event-loop.o.
2869 (event-loop.o): New rule.
2870
2871 * linux-low.h (pid_of): Moved here.
2872 (lwpid_of): New.
2873 (get_lwp_thread): Use lwpid_of.
2874 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
2875 * linux-low.c (pid_of): Delete.
2876 (inferior_pid): Use lwpid_of.
2877 (linux_event_pipe): New.
2878 (target_is_async_p): New.
2879 (delete_lwp): New.
2880 (handle_extended_wait): Use lwpid_of.
2881 (add_lwp): Don't set lwpid field.
2882 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
2883 (linux_kill_one_lwp): If killing a running lwp, stop it first.
2884 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
2885 (linux_detach_one_lwp): If detaching from a running lwp, stop it
2886 first. Adjust to linux_wait_for_event interface changes. Use
2887 lwpid_of.
2888 (linux_detach): Don't delete the main lwp here.
2889 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
2890 (status_pending_p): Don't consider explicitly suspended lwps.
2891 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
2892 pointer. Add OPTIONS argument. Change return type to int. Use
2893 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
2894 (linux_wait_for_event): Take an integer pid instead of a lwp_info
2895 pointer. Add status pointer argument. Return a pid instead of a
2896 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
2897 changes. In non-stop mode, don't switch to a random thread.
2898 (linux_wait): Rename to...
2899 (linux_wait_1): ... this. Add target_options argument, and handle
2900 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
2901 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
2902 clean exit and signal exit code. Don't stop all threads in
2903 non-stop mode. In all-stop mode, only stop all threads when
2904 reporting a stop to GDB. Handle explicit thread stop requests.
2905 (async_file_flush, async_file_mark): New.
2906 (linux_wait): New.
2907 (send_sigstop): Use lwpid_of.
2908 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
2909 interface changes. In non-stop mode, don't switch to a random
2910 thread.
2911 (linux_resume_one_lwp): Use lwpid_of.
2912 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
2913 (linux_resume_one_thread): ... this. Handle resume_stop. In
2914 non-stop mode, don't look for pending flag in all threads.
2915 (resume_status_pending_p): Don't consider explicitly suspended
2916 threads.
2917 (my_waitpid): Reimplement. Emulate __WALL.
2918 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
2919 Use lwpid_of.
2920 (sigchld_handler, linux_supports_non_stop, linux_async)
2921 (linux_start_non_stop): New.
2922 (linux_target_ops): Register linux_supports_non_stop, linux_async
2923 and linux_start_non_stop.
2924 (initialize_low): Install SIGCHLD handler.
2925 * thread-db.c (thread_db_create_event, find_one_thread)
2926 (thread_db_get_tls_address): Use lwpid_of.
2927 * win32-low.c (win32_detach): Adjust to use resume_kind.
2928 (win32_wait): Add `options' argument.
2929 * spu-low.c (spu_resume): Adjust to use resume_kind.
2930 (spu_wait): Add `options' argument.
2931
2932 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2933
2934 Decouple target code from remote protocol.
2935
2936 * target.h (enum target_waitkind): New.
2937 (struct target_waitstatus): New.
2938 (struct target_ops) <wait>: Return an unsigned long. Take a
2939 target_waitstatus pointer instead of a char pointer.
2940 (mywait): Likewise.
2941 * target.c (mywait): Change prototype to return an unsigned long.
2942 Take a target_waitstatus pointer instead of a char pointer. Adjust.
2943 * server.h (thread_from_wait, old_thread_from_wait): Delete
2944 declarations.
2945 (prepare_resume_reply): Change prototype to take a
2946 target_waitstatus.
2947 * server.c (thread_from_wait, old_thread_from_wait): Delete.
2948 (last_status, last_ptid): New.
2949 (start_inferior): Remove "statusptr" argument. Adjust. Return a
2950 pid instead of a signal.
2951 (attach_inferior): Remove "status" and "signal" parameters.
2952 Adjust.
2953 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
2954 not as an address.
2955 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
2956 (handle_v_requests, myresume): Remove "status" and "signal"
2957 parameters. Adjust.
2958 (handle_status): New.
2959 (main): Delete local `status'. Adjust.
2960 * remote-utils.c: Include target.h.
2961 (prepare_resume_reply): Change prototype to take a
2962 target_waitstatus. Adjust.
2963
2964 * linux-low.c (linux_wait): Adjust to new target_ops->wait
2965 interface.
2966 * spu-low.c (spu_wait): Adjust.
2967 * win32-low.c (enum target_waitkind, struct target_waitstatus):
2968 Delete.
2969 (win32_wait): Adjust.
2970
2971 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2972
2973 * target.h (struct thread_resume): Delete leave_stopped member.
2974 (struct target_ops): Add a `n' argument to the `resume' callback.
2975 * server.c (start_inferior): Adjust.
2976 (handle_v_cont, myresume): Adjust.
2977 * linux-low.c (check_removed_breakpoint): Adjust to resume
2978 interface change, and to removed leave_stopped field.
2979 (resume_ptr): Delete.
2980 (struct thread_resume_array): New.
2981 (linux_set_resume_request): Add new `arg' parameter. Adjust to
2982 resume interface change.
2983 (linux_continue_one_thread, linux_queue_one_thread)
2984 (resume_status_pending_p): Check if the resume field is NULL
2985 instead of checking the leave_stopped member.
2986 (linux_resume): Adjust to the target resume interface change.
2987 * spu-low.c (spu_resume): Adjust to the target resume interface
2988 change.
2989 * win32-low.c (win32_detach, win32_resume): Ditto.
2990
2991 2009-04-01 Pedro Alves <pedro@codesourcery.com>
2992
2993 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
2994 flag.
2995 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
2996 pending.
2997 (linux_continue_one_thread): Only preserve the stepping flag if
2998 there's a pending breakpoint.
2999
3000 2009-03-31 Pedro Alves <pedro@codesourcery.com>
3001
3002 * server.c (main): After the inferior having exited, call
3003 remote_close before exiting gdbserver.
3004
3005 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
3006
3007 Fix size of FPSCR in Power 7 processors.
3008 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3009 (PPC_FEATURE_HAS_DFP): New #define.
3010 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
3011 size of the FPSCR.
3012
3013 2009-03-23 Pedro Alves <pedro@codesourcery.com>
3014
3015 * server.c (handle_query) Whitespace and formatting.
3016
3017 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3018
3019 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
3020 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
3021 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
3022 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
3023 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
3024 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
3025 Makefile.in, configure.ac: Fix whitespace throughout.
3026 * configure: Regenerate.
3027
3028 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3029
3030 * inferiors.c (find_inferior): Make it safe for the callback
3031 function to delete the currently iterated inferior.
3032
3033 2009-03-22 Pedro Alves <pedro@codesourcery.com>
3034
3035 * Makefile.in (linuw_low_h): Move higher.
3036 (thread-db.o): Depend on $(linux_low_h).
3037
3038 2009-03-17 Pedro Alves <pedro@codesourcery.com>
3039
3040 Rename "process" to "lwp" throughout.
3041
3042 * linux-low.c (all_processes): Rename to...
3043 (all_lwps): ... this.
3044 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
3045 (add_process): Rename to ...
3046 (add_lwp): ... this. Adjust.
3047 (linux_create_inferior): Adjust.
3048 (linux_attach_lwp): Adjust.
3049 (linux_attach): Adjust.
3050 (linux_kill_one_process): Rename to ...
3051 (linux_kill_one_lwp): ... this. Adjust.
3052 (linux_kill): Adjust.
3053 (linux_detach_one_process): Rename to ...
3054 (linux_detach_one_lwp): ... this. Adjust.
3055 (linux_detach): Adjust.
3056 (check_removed_breakpoint): Adjust.
3057 (status_pending_p): Adjust.
3058 (linux_wait_for_process): Rename to ...
3059 (linux_wait_for_lwp): ... this. Adjust.
3060 (linux_wait_for_event): Adjust.
3061 (send_sigstop): Adjust.
3062 (wait_for_sigstop): Adjust.
3063 (stop_all_processes): Rename to ...
3064 (stop_all_lwps): ... this.
3065 (linux_resume_one_process): Rename to ...
3066 (linux_resume_one_lwp): ... this. Adjust.
3067 (linux_set_resume_request, linux_continue_one_thread)
3068 (linux_queue_one_thread, resume_status_pending_p)
3069 (usr_store_inferior_registers, regsets_store_inferior_registers)
3070 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3071 Adjust.
3072 * linux-low.h (get_process): Rename to ...
3073 (get_lwp): ... this. Adjust.
3074 (get_thread_process): Rename to ...
3075 (get_thread_lwp): ... this. Adjust.
3076 (get_process_thread): Rename to ...
3077 (get_lwp_thread): ... this. Adjust.
3078 (struct process_info): Rename to ...
3079 (struct lwp_info): ... this.
3080 (all_processes): Rename to ...
3081 (all_lwps): ... this.
3082 * proc-service.c (ps_lgetregs): Adjust.
3083 * thread-db.c (thread_db_create_event, find_one_thread)
3084 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
3085
3086 2009-03-14 Pedro Alves <pedro@codesourcery.com>
3087
3088 * server.c (handle_query): Handle "qAttached".
3089
3090 2009-03-13 Nathan Sidwell <nathan@codesourcery.com>
3091
3092 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
3093 GPLv3, update license URL.
3094
3095 2009-03-01 Doug Evans <dje@google.com>
3096
3097 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
3098 (server_h): Add gdb_signals.h.
3099 (signals.o): Update.
3100 * server.h (target_signal_from_host,target_signal_to_host_p)
3101 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
3102
3103 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3104
3105 * remote-utils.c (getpkt): Also generate remote-debug
3106 information if noack_mode is set.
3107
3108 2009-02-06 Pedro Alves <pedro@codesourcery.com>
3109
3110 * server.c (handle_query): Report qXfer:siginfo:read and
3111 qXfer:siginfo:write as supported and handle them.
3112 * target.h (struct target_ops) <qxfer_siginfo>: New field.
3113 * linux-low.c (linux_xfer_siginfo): New.
3114 (linux_target_ops): Set it.
3115
3116 2009-01-26 Pedro Alves <pedro@codesourcery.com>
3117
3118 * server.c (gdbserver_usage): Mention --remote-debug.
3119 (main): Accept '--remote-debug' switch.
3120
3121 2009-01-18 Doug Evans <dje@google.com>
3122
3123 * regcache.c (new_register_cache): No need to check result of xcalloc.
3124 * server.c (handle_search_memory): Back out calls to xmalloc,
3125 result is checked and error is returned to user upon failure.
3126 (handle_query): Ditto. Add more checks for result of malloc.
3127 (handle_v_cont): Check result of malloc, report error back to
3128 user upon failure.
3129 (handle_v_run): Ditto. Call freeargv.
3130 * server.h (freeargv): Declare.
3131 * utils.c (freeargv): New fn.
3132
3133 2009-01-15 Doug Evans <dje@google.com>
3134
3135 * gdbreplay.c (perror_with_name): Make arg const char *.
3136 * server.h (target_signal_to_name): Make return type const char *.
3137 * thread-db.c (thread_db_err_str): Make return type const char *.
3138 * utils.c (perror_with_name): Make arg const char *.
3139
3140 2009-01-14 Pedro Alves <pedro@codesourcery.com>
3141
3142 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
3143 when handling a EXIT_PROCESS_DEBUG_EVENT.
3144
3145 2009-01-06 Joel Brobecker <brobecker@adacore.com>
3146
3147 * gdbreplay.c (gdbreplay_version): Update copyright year.
3148 * server.c (gdbserver_version): Likewise.
3149
3150 2009-01-05 Doug Evans <dje@google.com>
3151
3152 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
3153 (handle_extended_wait): Improve comment.
3154
3155 2008-12-13 Doug Evans <dje@google.com>
3156
3157 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
3158 * server.h (ATTR_MALLOC): New macro.
3159 (xmalloc,xcalloc,xstrdup): Declare.
3160 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
3161 * inferiors.c: Ditto.
3162 * linux-low.c: Ditto.
3163 * mem-break.c: Ditto.
3164 * regcache.c: Ditto.
3165 * remote-utils.c: Ditto.
3166 * server.c: Ditto.
3167 * target.c: Ditto.
3168 * win32-low.c: Ditto.
3169
3170 2008-12-12 Doug Evans <dje@google.com>
3171
3172 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
3173 in debugging printf.
3174
3175 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
3176
3177 2008-12-09 Doug Evans <dje@google.com>
3178
3179 * linux-low.h (struct process_info): Delete member tid, unused.
3180 * thread-db.c (find_one_thread): Update.
3181 (maybe_attach_thread): Update.
3182
3183 2008-12-02 Pedro Alves <pedro@codesourcery.com>
3184
3185 * target.h (struct target_ops): Add qxfer_osdata member.
3186 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
3187 and dirent.h.
3188 (linux_qxfer_osdata): New functions.
3189 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
3190 callback.
3191 * server.c (handle_query): Handle "qXfer:osdata:read:".
3192 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
3193 (buffer_xml_printf): New functions.
3194 * server.h (struct buffer): New.
3195 (buffer_grow_str, buffer_grow_str0): New macros.
3196 (buffer_grow, buffer_free, buffer_init, buffer_finish)
3197 (buffer_xml_printf): Declare.
3198
3199 2008-11-24 Doug Evans <dje@google.com>
3200
3201 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
3202
3203 2008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3204
3205 * server.c (handle_v_run): Always use the supplied argument list.
3206
3207 2008-11-19 Bob Wilson <bob.wilson@acm.org>
3208
3209 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
3210 (xtensa_regmap_table): Add entry for scompare1.
3211
3212 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3213
3214 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
3215 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
3216 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
3217 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
3218 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
3219 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
3220 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
3221 XML target descriptions.
3222 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
3223 when inferior is running on an ISA 2.05 or later processor. Add
3224 special case to return offset for full 64-bit slot of FPSCR when
3225 in 32-bits.
3226
3227 2008-11-14 Daniel Gutson <dgutson@codesourcery.com>
3228
3229 * Makefile.in (SFILES, clean): Added sparc64 files.
3230 (reg-sparc64.o, reg-sparc64.c): New.
3231 * configure.srv (sparc*-*-linux*): New configuration.
3232 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
3233 syscall arguments for SPARC.
3234 (regsets_store_inferior_registers): Likewise.
3235 * linux-sparc-low.c: New file.
3236
3237 2008-10-21 Doug Evans <dje@google.com>
3238
3239 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
3240 (READLINE_DIR,READLINE_DEP): Delete.
3241 (INTERNAL_CFLAGS): Update.
3242 (LINTFLAGS): Update.
3243
3244 2008-10-10 Pedro Alves <pedro@codesourcery.com>
3245
3246 * server.c (handle_v_run): If GDB didn't specify an argv, use the
3247 whole argv from the last run, not just argv[0].
3248
3249 2008-09-08 Pedro Alves <pedro@codesourcery.com>
3250
3251 * regcache.c (new_register_cache): Return NULL if the register
3252 cache size isn't known yet.
3253 (free_register_cache): Avoid dereferencing a NULL regcache.
3254
3255 2008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3256
3257 * configure.srv: Merge MIPS and MIPS64.
3258
3259 2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
3260
3261 * Makefile.in (uninstall): Apply $(EXEEXT) too.
3262
3263 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
3264
3265 * Makefile.in: Add required vsx dependencies.
3266
3267 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
3268 Declare init_registers_powerpc_vsx32l.
3269 Declare init_registers_powerpc_vsx64l.
3270 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
3271 (ppc_arch_setup): Check for VSX in hwcap.
3272 (ppc_fill_vsxregset): New function.
3273 (ppc_store_vsxregset): New function.
3274 Add new VSX entry in regset_info target_regsets.
3275
3276 * configure.srv: Add new VSX dependencies.
3277
3278 2008-08-12 Pedro Alves <pedro@codesourcery.com>
3279
3280 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
3281 (remote_open): Set or clear transport_is_reliable.
3282 (putpkt_binary): Don't expect acks in noack mode.
3283 (getpkt): Don't send ack/nac in noack mode.
3284 * server.c (handle_general_set): Handle QStartNoAckMode.
3285 (handle_query): If connected by tcp pass QStartNoAckMode+ in
3286 qSupported.
3287 (main): Reset noack_mode on every connection.
3288 * server.h (noack_mode): Declare.
3289
3290 2008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3291
3292 * Makefile.in (GDBREPLAY_OBS): New variable.
3293 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
3294
3295 2008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
3296 Daniel Jacobowitz <dan@codesourcery.com>
3297
3298 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
3299 (usr_store_inferior_registers): Likewise.
3300 (regsets_store_inferior_registers): Likewise.
3301
3302 2008-07-31 Rolf Jansen <rj@surtec.com>
3303 Pedro Alves <pedro@codesourcery.com>
3304
3305 * configure.ac: Check for memmem declaration.
3306 * server.c [HAVE_MALLOC_H]: Include malloc.h.
3307 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
3308 (disable_packet_qfThreadInfo): Unconditionally compile.
3309 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
3310 * configure, config.in: Regenerate.
3311
3312 2008-07-28 Doug Kwan <dougkwan@google.com>
3313
3314 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
3315 (linux_write_memory): Remove declaration of errno.
3316
3317 2008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3318
3319 * linux-low.c (handle_extended_wait): Do not use "status"
3320 variable uninitialized.
3321
3322 2008-07-07 Pedro Alves <pedro@codesourcery.com>
3323
3324 * server.c (handle_v_attach): Inhibit reporting dll changes.
3325
3326 2008-06-27 Pedro Alves <pedro@codesourcery.com>
3327
3328 * remote-utils.c (prepare_resume_reply): If requested, don't
3329 output "thread:TID" in the T stop reply.
3330
3331 * server.c (disable_packet_vCont, disable_packet_Tthread)
3332 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
3333 (handle_query): If requested, disable support for qC, qfThreadInfo
3334 and qsThreadInfo.
3335 (handle_v_requests): If requested, disable support for vCont.
3336 (gdbserver_show_disableable): New.
3337 (main): Handle --disable-packet and --disable-packet=LIST.
3338
3339 * server.h (disable_packet_vCont, disable_packet_Tthread)
3340 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
3341
3342 2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
3343
3344 * server.c (gdbserver_usage): Mention --version.
3345
3346 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
3347
3348 * Makefile.in (gdbreplay.o): New rule.
3349
3350 2008-06-06 Joseph Myers <joseph@codesourcery.com>
3351
3352 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
3353 message, not gdbserver.
3354
3355 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
3356 Nathan Sidwell <nathan@codesourcery.com>
3357 Joseph Myers <joseph@codesourcery.com>
3358
3359 * acinclude.m4: Include ../../config/acx.m4.
3360 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
3361 * configure, config.in: Regenerate.
3362 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
3363 * server.c (gdbserver_version): Print PKGVERSION.
3364 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
3365 (main): Adjust gdbserver_usage calls.
3366 * gdbreplay.c (version, host_name): Add declarations.
3367 (gdbreplay_version, gdbreplay_usage): New.
3368 (main): Accept --version and --help options.
3369
3370 2008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
3371
3372 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
3373 (arm_breakpoint_at): Handle Thumb.
3374 (the_low_target): Add comment.
3375
3376 2008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
3377
3378 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
3379
3380 2008-05-09 Doug Evans <dje@google.com>
3381
3382 * server.h (decode_search_memory_packet): Declare.
3383 * remote-utils.c (decode_search_memory_packet): New fn.
3384 * server.c (handle_search_memory_1): New fn.
3385 (handle_search_memory): New fn.
3386 (handle_query): Process qSearch:memory packets.
3387
3388 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3389
3390 * regcache.c (registers_length): Remove.
3391 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
3392 full register packet.
3393 * regcache.h (registers_length): Remove prototype.
3394 * server.h (PBUFSIZ): Define to 16384.
3395
3396 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
3397
3398 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
3399 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
3400 powerpc-64l.o, and powerpc-altivec64l.o.
3401 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
3402 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
3403 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
3404 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
3405 rs6000/power-linux.xml, and rs6000/power64-linux.xml
3406 to srv_xmlfiles.
3407
3408 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
3409 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
3410 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
3411 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
3412 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
3413 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
3414 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
3415 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
3416 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
3417 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
3418 (clean): Update.
3419
3420 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
3421 (init_registers_powerpc_32l): ... this new prototype.
3422 (init_registers_powerpc_32): Remove, replace by ...
3423 (init_registers_powerpc_altivec32l): ... this new prototype.
3424 (init_registers_powerpc_e500): Remove, replace by ...
3425 (init_registers_powerpc_e500l): ... this new prototype.
3426 (init_registers_ppc64): Remove, replace by ...
3427 (init_registers_powerpc_64l): ... this new prototype.
3428 (init_registers_powerpc_64): Remove, replace by ...
3429 (init_registers_powerpc_altivec64l): ... this new prototype.
3430 (ppc_num_regs): Set to 73.
3431 (PT_ORIG_R3, PT_TRAP): Define if necessary.
3432 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
3433 (ppc_cannot_store_register): Handle orig_r3 and trap.
3434 (ppc_arch_setup): Update init_registers_... calls.
3435 (ppc_fill_gregset): Handle orig_r3 and trap.
3436
3437 * inferiors.c (clear_inferiors): Reset current_inferior.
3438
3439 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
3440
3441 * acinclude.m4: Add override.m4.
3442 * configure: Regenerate.
3443
3444 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
3445
3446 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
3447 initial call to init_register_ppc64.
3448
3449 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
3450
3451 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
3452 powerpc*-*-linux* case.
3453 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
3454
3455 2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
3456
3457 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
3458 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
3459 from reg_xmlfiles.
3460 * linux-ppc-low.c: Include <elf.h>.
3461 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
3462 (ppc_hwcap): New global variable.
3463 (ppc_regmap): Remove __SPE__ #ifdef sections.
3464 (ppc_regmap_e500): New global variable.
3465 (ppc_cannot_store_register): Update __SPE__ special case.
3466 (ppc_get_hwcap): New function.
3467 (ppc_arch_setup): Use it to determine whether inferior supports
3468 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
3469 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
3470 Do not access registers if target does not support AltiVec.
3471 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
3472 Do not access registers if target does not support SPE.
3473 (target_regsets): Unconditionally include AltiVec and SPE regsets.
3474
3475 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3476
3477 * linux-low.c (disabled_regsets, num_regsets): New.
3478 (use_regsets_p): Delete.
3479 (linux_wait_for_process): Clear disabled_regsets.
3480 (regsets_fetch_inferior_registers): Check and set it.
3481 (regsets_store_inferior_registers): Likewise.
3482 (linux_fetch_registers, linux_store_registers): Do not use
3483 use_regsets_p.
3484 (initialize_low): Allocate disabled_regsets.
3485
3486 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3487
3488 * Makefile.in (LIBOBJS): New.
3489 (OBS): Use LIBOBJS.
3490 (memmem.o): New rule.
3491 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
3492 * configure: Regenerated.
3493
3494 2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
3495
3496 * server.c (handle_query): Never return "unsupported" for
3497 qXfer:features:read queries.
3498
3499 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3500
3501 * server.c (get_features_xml): Fix inverted condition.
3502 (handle_query): Always support qXfer:feature:read.
3503
3504 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3505
3506 * server.c (wrapper_argv): New.
3507 (start_inferior): Handle wrapper_argv. If set, expect an extra
3508 trap.
3509 (gdbserver_usage): Document --wrapper.
3510 (main): Parse --wrapper.
3511
3512 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3513
3514 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
3515 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
3516 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
3517 (ppc_set_pc): Likewise.
3518 (ppc_arch_setup): New function.
3519 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
3520 of collect_register.
3521 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
3522
3523 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3524
3525 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
3526 instead of linux-ppc64-low.o.
3527 * linux-ppc64-low.c: Remove file.
3528 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
3529 (linux-ppc64-low.o): Remove rule.
3530
3531 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
3532 (init_registers_powerpc_64): Likewise.
3533 (ppc_regmap): Conditionally define depending on __powerpc64__.
3534 (ppc_cannot_store_register): Do not special-case "fpscr" when
3535 compiled on __powerpc64__.
3536 (ppc_collect_ptrace_register): New function.
3537 (ppc_supply_ptrace_register): New function.
3538 (ppc_breakpoint): Change type to "unsigned int".
3539 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
3540 (the_low_target): Conditionally provide initializers for the
3541 arch_setup member depending on __powerpc64__. Install
3542 collect_ptrace_register and supply_ptrace_register members.
3543
3544 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3545
3546 * regcache.h (gdbserver_xmltarget): Add extern declaration.
3547 * server.c (gdbserver_xmltarget): Define.
3548 (get_features_xml): Use it to replace "target.xml" and arch_string.
3549
3550 * configure.srv: Remove srv_xmltarget. Add XML files that were
3551 mentioned there to srv_xmlfiles instead. Remove conditional tests
3552 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
3553 srv_xmlfiles and srv_regobj to include all possible choices.
3554 * configure.ac (srv_xmltarget): Remove.
3555 (srv_xmlfiles): Do not add "target.xml".
3556 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
3557 checks for supplementary target information.
3558 * configure: Regenerate.
3559 * Makefile.in (XML_TARGET): Remove.
3560 (target.xml): Remove rule.
3561 (clean): Do not clean up target.xml.
3562 (.PRECIOUS): Do not mention target.xml.
3563
3564 * target.h (struct target_ops): Remove arch_string member.
3565 * linux-low.c (linux_arch_string): Remove.
3566 (linux_target_ops): Remove arch_string initializer.
3567 * linux-low.h (struct linux_target_ops): Remove arch_string member.
3568 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
3569 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
3570 * spu-low.c (spu_arch_string): Remove.
3571 (spu_target_ops): Remove arch_string initializer.
3572 * win32-low.c (win32_arch_string): Remove.
3573 (win32_target_ops): Remove arch_string initializer.
3574 * win32-low.h (struct win32_target_ops): Remove arch_string member.
3575 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
3576 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
3577
3578 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3579
3580 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
3581 by collect_ptrace_register and supply_ptrace_register hooks.
3582 * linux-low.c (fetch_register): Use supply_ptrace_register callback
3583 instead of checking for the_low_target.left_pad_xfer.
3584 (usr_store_inferior_registers): Use collect_ptrace_register callback
3585 instead of checking for the_low_target.left_pad_xfer.
3586
3587 * linux-s390-low.c (s390_collect_ptrace_register): New function.
3588 (s390_supply_ptrace_register): Likewise.
3589 (s390_fill_gregset): Call s390_collect_ptrace_register.
3590 (the_low_target): Update.
3591
3592 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
3593 (ppc_supply_ptrace_register): Likewise.
3594 (the_low_target): Update.
3595
3596 * linux-i386-low.c (the_low_target): Update.
3597 * linux-x86-64-low.c (the_low_target): Update.
3598
3599 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3600
3601 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
3602 reg-s390.o and reg-s390x.o.
3603
3604 * linux-low.c (new_inferior): New global variable.
3605 (linux_create_inferior, linux_attach): Set it.
3606 (linux_wait_for_process): Call the_low_target.arch_setup after the
3607 target has stopped for the first time.
3608 (initialize_low): Do not call the_low_target.arch_setup.
3609
3610 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
3611 (s390_set_pc): Likewise.
3612 (s390_arch_setup): New function.
3613 (the_low_target): Use s390_arch_setup as arch_setup routine.
3614
3615 * regcache.c (realloc_register_cache): New function.
3616 (set_register_cache): Call it for each existing regcache.
3617
3618 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3619
3620 * server.h (init_registers): Remove prototype.
3621
3622 * linux-low.h (struct linux_target_ops): Add arch_setup field.
3623 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
3624 instead of init_registers ().
3625 * linux-arm-low.c (init_registers_arm): Add prototype.
3626 (init_registers_arm_with_iwmmxt): Likewise.
3627 (the_low_target): Add initializer for arch_setup field.
3628 * linux-cris-low.c (init_registers_cris): Add prototype.
3629 (the_low_target): Add initializer for arch_setup field.
3630 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
3631 (the_low_target): Add initializer for arch_setup field.
3632 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
3633 (the_low_target): Add initializer for arch_setup field.
3634 * linux-ia64-low.c (init_registers_ia64): Add prototype.
3635 (the_low_target): Add initializer for arch_setup field.
3636 * linux-m32r-low.c (init_registers_m32r): Add prototype.
3637 (the_low_target): Add initializer for arch_setup field.
3638 * linux-m68k-low.c (init_registers_m68k): Add prototype.
3639 (the_low_target): Add initializer for arch_setup field.
3640 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
3641 (init_registers_mips64_linux): Likewise.
3642 (the_low_target): Add initializer for arch_setup field.
3643 * linux-ppc-low.c (init_registers_ppc): Add prototype.
3644 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
3645 (the_low_target): Add initializer for arch_setup field.
3646 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
3647 (init_registers_powerpc_64): Likewise.
3648 (the_low_target): Add initializer for arch_setup field.
3649 * linux-s390-low.c (init_registers_s390): Add prototype.
3650 (init_registers_s390x): Likewise.
3651 (the_low_target): Add initializer for arch_setup field.
3652 * linux-sh-low.c (init_registers_sh): Add prototype.
3653 (the_low_target): Add initializer for arch_setup field.
3654 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
3655 (the_low_target): Add initializer for arch_setup field.
3656 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
3657 (the_low_target): Add initializer for arch_setup field.
3658
3659 * win32-low.h (struct win32_target_ops): Add arch_setup field.
3660 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
3661 instead of init_registers ().
3662 * win32-arm-low.c (init_registers_arm): Add prototype.
3663 (the_low_target): Add initializer for arch_setup field.
3664 * win32-i386-low.c (init_registers_i386): Add prototype.
3665 (the_low_target): Add initializer for arch_setup field.
3666
3667 * spu-low.c (init_registers_spu): Add prototype.
3668 (initialize_low): Call initialie_registers_spu () instead of
3669 initialize_registers ().
3670
3671 2008-02-19 Pedro Alves <pedro@codesourcery.com>
3672
3673 * server.c (handle_v_requests): When handling the vRun and vAttach
3674 packets, if already debugging a process, don't kill it. Return an
3675 error instead.
3676
3677 2008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
3678
3679 * server.c (handle_query): Correct length check.
3680
3681 2008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
3682
3683 * win32-low.c (do_initial_child_stuff): Add process handle
3684 parameter. Set current_process_handle and current_process_id from the
3685 parameters. Clear globals.
3686 (win32_create_inferior): Don't set current_process_handle and
3687 current_process_id here. Instead pass them on the call to
3688 do_initial_child_stuff.
3689 (win32_attach): Likewise.
3690 (win32_clear_inferiors): New.
3691 (win32_kill): Don't close the current process handle or the
3692 current thread handle here. Instead call win32_clear_inferiors.
3693 (win32_detach): Don't open a new handle to the process. Call
3694 win32_clear_inferiors.
3695 (win32_join): Don't rely on current_process_handle; open a new
3696 handle using the process id.
3697 (win32_wait): Call win32_clear_inferiors when the inferior process
3698 has exited.
3699
3700 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * server.c (monitor_show_help): Add "exit".
3703
3704 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
3705
3706 * Makefile.in (SFILES): Add linux-xtensa-low.c.
3707 (clean): Add reg-xtensa.c.
3708 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
3709 * configure.srv (xtensa*-*-linux*) New target.
3710 * linux-xtensa-low.c: New.
3711 * xtensa-xtregs.c: New.
3712
3713 2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
3714
3715 * hostio.c: Don't include errno.h.
3716 (errno_to_fileio_errno): Move to hostio-errno.
3717 * hostio.c: (hostio_error): Remove the error parameter. Defer the
3718 error number outputting to the target->hostio_last_error callback.
3719 (hostio_packet_error): Use FILEIO_EINVAL directly.
3720 (handle_open, handle_pread, hostio_error, handle_unlink): Update
3721 calls to hostio_error.
3722 * hostio-errno.c: New.
3723 * server.h (hostio_last_error_from_errno): Declare.
3724 * target.h (target_ops): Add hostio_last_error member.
3725 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
3726 as hostio_last_error handler.
3727 * spu-low.c (spu_target_ops): Likewise.
3728 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
3729 (wince_hostio_last_error): New functions.
3730 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
3731 as hostio_last_error handler.
3732 (win32_target_ops) [!_WIN32_WCE]: Register
3733 hostio_last_error_from_errno as hostio_last_error handler.
3734 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
3735 (hostio-errno.o): New rule.
3736 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
3737 * configure.srv (srv_hostio_err_objs): New variable. Default to
3738 hostio-errno.o.
3739 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
3740 * configure: Regenerate.
3741
3742 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3743
3744 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
3745 (linux_kill, linux_detach): Clean up the process list.
3746 * remote-utils.c (remote_open): Improve port number parsing.
3747 (putpkt_binary, input_interrupt): Only send interrupts if the target
3748 is running.
3749 * server.c (extended_protocol): Make static.
3750 (attached): Define earlier.
3751 (exit_requested, response_needed, program_argv): New variables.
3752 (target_running): New.
3753 (start_inferior): Clear attached here.
3754 (attach_inferior): Set attached here.
3755 (require_running): Define.
3756 (handle_query): Use require_running and target_running. Implement
3757 "monitor exit".
3758 (handle_v_attach, handle_v_run): New.
3759 (handle_v_requests): Use require_running. Handle vAttach and vRun.
3760 (gdbserver_usage): Update.
3761 (main): Redo argument parsing. Handle --debug and --multi. Handle
3762 --attach along with other options or after the port. Save
3763 program_argv. Support no initial program. Resynchronize
3764 communication with GDB after an error. Handle "monitor exit".
3765 Use require_running and target_running. Always allow the extended
3766 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
3767 restart in extended mode.
3768 * README: Refer to the GDB manual. Update --attach usage.
3769
3770 2007-12-20 Andreas Schwab <schwab@suse.de>
3771
3772 * linux-low.c (STACK_SIZE): Define.
3773 (linux_tracefork_child): Use it. Use __clone2 on ia64.
3774 (linux_test_for_tracefork): Likewise.
3775
3776 2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
3777
3778 * linux-low.c (linux_wait_for_event): Update messages. Do not
3779 reinsert auto-delete breakpoints.
3780 * mem-break.c (struct breakpoint): Change return type of handler to
3781 int.
3782 (set_breakpoint_at): Update handler type.
3783 (reinsert_breakpoint_handler): Return 1 instead of calling
3784 delete_breakpoint.
3785 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
3786 setting a new one.
3787 (check_breakpoints): Delete auto-delete breakpoints and return 2.
3788 * mem-break.h (set_breakpoint_at): Update handler type.
3789 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
3790 * win32-low.c (auto_delete_breakpoint): New.
3791 (get_child_debug_event): Use it.
3792
3793 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3794
3795 * configure.ac: Check for pread and pwrite.
3796 * hostio.c (handle_pread): Fall back to lseek and read.
3797 (handle_pwrite): Fall back to lseek and write.
3798 * config.in, configure: Regenerated.
3799
3800 2007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
3801
3802 * server.c (myresume): Add own_buf argument.
3803 (main): Update calls.
3804
3805 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
3808 * remote-utils.c (remote_open): Do not call disable_async_io.
3809 (block_async_io): Delete.
3810 (unblock_async_io): Make static.
3811 (initialize_async_io): New.
3812 * server.c (handle_v_cont): Handle async I/O here.
3813 (myresume): Likewise. Move other common resume tasks here...
3814 (main): ... from here. Call initialize_async_io. Disable async
3815 I/O before the main loop.
3816 * server.h (initialize_async_io): Declare.
3817 (block_async_io, unblock_async_io): Delete prototypes.
3818 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
3819
3820 2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
3821
3822 * remote-utils.c (readchar): Allow binary data in received messages.
3823
3824 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3825
3826 * win32-low.c (attaching): New global.
3827 (win32_create_inferior): Clear the `attaching' global.
3828 (win32_attach): Set the `attaching' global.
3829 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
3830 attaching. Only set a breakpoint at the entry point if not
3831 attaching.
3832
3833 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3834
3835 * server.c (main): Don't report dll events on the initial
3836 connection on attaches.
3837
3838 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3839
3840 * server.c (main): Relax numerical bases supported for the pid of
3841 the --attach command line argument.
3842
3843 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3844
3845 * win32-low.c (win32_attach): Call OpenProcess before
3846 DebugActiveProcess, not after. Add last error output to error
3847 call.
3848
3849 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3850
3851 * win32-low.c (win32_get_thread_context)
3852 (win32_set_thread_context): New functions.
3853 (thread_rec): Use win32_get_thread_context.
3854 (continue_one_thread, win32_resume): Use win32_set_thread_context.
3855 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
3856 field.
3857
3858 2007-12-03 Leo Zayas
3859 Pedro Alves <pedro_alves@portugalmail.pt>
3860
3861 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
3862 global variables.
3863 (child_add_thread): Minor cleanup.
3864 (child_continue): Resume artificially suspended threads before
3865 calling ContinueDebugEvent.
3866 (suspend_one_thread): New.
3867 (fake_breakpoint_event): New.
3868 (get_child_debug_event): Change return type to int. Check here if
3869 gdb sent an interrupt request. If a soft interrupt was requested,
3870 fake a breakpoint event. Return 0 if there is no event to handle,
3871 and 1 otherwise.
3872 (win32_wait): Don't check here if gdb sent an interrupt request.
3873 Ensure there is a valid event to handle.
3874 (win32_request_interrupt): Add soft interruption method as last
3875 resort.
3876
3877 2007-12-03 Leo Zayas
3878 Pedro Alves <pedro_alves@portugalmail.pt>
3879
3880 * win32-low.h (win32_thread_info): Add descriptions to the
3881 structure members. Replace `suspend_count' counter by a
3882 `suspended' flag.
3883 * win32-low.c (thread_rec): Update condition of when to get the
3884 context from the inferior. Rely on ContextFlags being set if it
3885 has already been retrieved. Only suspend the inferior thread if
3886 we haven't already. Warn if that fails.
3887 (continue_one_thread): s/suspend_count/suspended/. Only call
3888 ResumeThread once. Warn if that fails.
3889
3890 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
3891
3892 * win32-low.c (win32_wait): Don't read from the inferior when it
3893 has already exited.
3894
3895 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
3896
3897 * Makefile.in (win32_low_h): New variable.
3898 (win32-low.o): Add dependency on $(win32_low_h).
3899 (win32-arm-low.o, win32-i386-low.o): New rules.
3900
3901 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3902
3903 * hostio.c: Correct copyright year.
3904
3905 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3906
3907 * Makefile.in (OBS): Add hostio.o.
3908 (hostio.o): New rule.
3909 * server.h (handle_vFile): Declare.
3910 * hostio.c: New file.
3911 * server.c (handle_v_requests): Take packet_len and new_packet_len
3912 for binary packets. Call handle_vFile.
3913 (main): Update call to handle_v_requests.
3914
3915 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
3916
3917 * linux-low.c: Include <sched.h>.
3918
3919 2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
3920
3921 * linux-low.c (linux_tracefork_grandchild): New.
3922 (linux_tracefork_child): Use clone.
3923 (linux_test_for_tracefork): Use clone; allocate and free a stack.
3924
3925 2007-10-31 Joel Brobecker <brobecker@adacore.com>
3926
3927 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
3928
3929 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3930
3931 * linux-low.c (handle_extended_wait): Handle unexpected signals.
3932
3933 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3934
3935 * inferiors.c (change_inferior_id): Delete.
3936 (add_pid_to_list, pull_pid_from_list): New.
3937 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
3938 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
3939 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
3940 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
3941 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
3942 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
3943 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
3944 (using_threads): Always set to 1.
3945 (handle_extended_wait): New.
3946 (add_process): Do not set TID.
3947 (linux_create_inferior): Set must_set_ptrace_flags.
3948 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
3949 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
3950 (linux_thread_alive): Rename TID argument to LWPID.
3951 (linux_wait_for_process): Handle unknown processes. Do not use TID.
3952 (linux_wait_for_event): Do not use TID or check using_threads. Update
3953 call to dead_thread_notify. Call handle_extended_wait.
3954 (linux_create_inferior): Use PTRACE_SETOPTIONS.
3955 (send_sigstop): Delete sigstop_sent.
3956 (wait_for_sigstop): Avoid TID.
3957 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
3958 (linux_test_for_tracefork): New.
3959 (linux_lookup_signals): Use thread_db_active and
3960 linux_supports_tracefork_flag.
3961 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
3962 * linux-low.h (get_process_thread): Avoid TID.
3963 (struct process_ifo): Move thread_known and tid to the end. Remove
3964 sigstop_sent.
3965 (linux_attach_lwp, thread_db_init): Update prototypes.
3966 * server.h (change_inferior_id): Delete prototype.
3967 (add_pid_to_list, pull_pid_from_list): New prototypes.
3968 * thread-db.c (thread_db_use_events): New.
3969 (find_first_thread): Rename to...
3970 (find_one_thread): ...this. Update callers and messages. Do not
3971 call fatal. Check thread_db_use_events. Do not call
3972 change_inferior_id or new_thread_notify.
3973 (maybe_attach_thread): Update. Do not call new_thread_notify.
3974 (thread_db_init): Set thread_db_use_events. Check use_events.
3975 * utils.c (fatal, warning): Correct message prefix.
3976
3977 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3978
3979 * Makefile.in (clean): Remove new files.
3980 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
3981 (powerpc-64.o, powerpc-64.c): New rules.
3982 * configure.srv: Use alternate register sets for powerpc64-*-linux*
3983 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
3984 with SPE.
3985 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
3986 SPE targets.
3987 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
3988 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
3989 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
3990 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
3991 (target_regsets): Add AltiVec and SPE register sets.
3992 * configure.ac: Check for AltiVec and SPE.
3993 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
3994 (ppc_fill_vrregset, ppc_store_vrregset): New.
3995 (target_regsets): Add AltiVec register set.
3996 * configure: Regenerated.
3997
3998 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 * linux-low.c (O_LARGEFILE): Define.
4001 (linux_read_memory): Use /proc/PID/mem.
4002 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
4003 * configure, config.in: Regenerated.
4004
4005 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4006
4007 * linux-low.c (linux_wait_for_event): Do not pass signals while
4008 single-stepping.
4009
4010 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4011
4012 * win32-low.c (create_process): New.
4013 (win32_create_inferior): Use create_process instead of
4014 CreateProcess. If create_process failed retry appending an ".exe"
4015 suffix. Store the GetLastError result immediatelly after
4016 create_process calls and use it on the call to error.
4017
4018 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4019
4020 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
4021
4022 2007-08-23 Joel Brobecker <brobecker@adacore.com>
4023
4024 * configure.ac: Switch license to GPLv3.
4025
4026 2007-08-01 Michael Snyder <msnyder@access-company.com>
4027
4028 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
4029
4030 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
4031
4032 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
4033 typedef.
4034 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
4035 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
4036 CloseToolhelp32Snapshot.
4037 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
4038 CloseToolhelp32Snapshot.
4039
4040 2007-07-27 Michael Snyder <michael.snyder@access-company.com>
4041
4042 * server.c (main): Check for inferior exit before main loop.
4043
4044 2007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
4045
4046 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
4047 instead of on tmp_desc.
4048
4049 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4050 Daniel Jacobowitz <dan@codesourcery.com>
4051
4052 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
4053 (add_thread): Minor cleanups.
4054 (clear_inferiors): Move lower in the file. Clear the DLL
4055 list.
4056 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
4057 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
4058 (xml_escape_text): New.
4059 * server.c (handle_query): Handle qXfer:libraries:read. Report it
4060 for qSupported.
4061 (handle_v_cont): Report errors.
4062 (gdbserver_version): Update.
4063 (main): Correct size of own_buf. Do not report initial DLL events.
4064 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
4065 (unloaded_dll, xml_escape_text): New.
4066 * win32-low.c (enum target_waitkind): Update comments.
4067 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
4068 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
4069 (win32_EnumProcessModules, win32_GetModuleInformation)
4070 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
4071 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
4072 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
4073 (win32_Module32First, win32_Module32Next, load_toolhelp)
4074 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
4075 (get_child_debug_event): Handle DLL events.
4076 (win32_wait): Likewise.
4077
4078 2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4079
4080 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
4081 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
4082
4083 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4084
4085 * win32-low.c (handle_output_debug_string): Ignore event if not
4086 waiting.
4087
4088 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4089
4090 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
4091
4092 2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
4093
4094 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
4095
4096 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4097
4098 * inferiors.c (change_inferior_id): Add comment.
4099 * linux-low.c (check_removed_breakpoint): Add an early
4100 prototype. Improve debug output.
4101 (linux_attach): Doc update.
4102 (linux_detach_one_process, linux_detach): Clean up before releasing
4103 each process.
4104 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
4105 * linux-low.h (struct process_info): Doc improvement.
4106 * mem-break.c (delete_all_breakpoints): New.
4107 * mem-break.h (delete_all_breakpoints): New prototype.
4108 * thread-db.c (find_first_thread): New.
4109 (thread_db_create_event): Call it instead of
4110 thread_db_find_new_threads. Clean up unused variables.
4111 (maybe_attach_thread): Remove first thread handling.
4112 (thread_db_find_new_threads): Use find_first_thread.
4113 (thread_db_get_tls_address): Likewise.
4114
4115 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4116
4117 * thread-db.c (thread_db_find_new_threads): Add prototype.
4118 (thread_db_create_event): Check for the main thread before adding
4119 a new thread.
4120 (maybe_attach_thread): Only enable event reporting if TID == 0.
4121 (thread_db_get_tls_address): Check for new threads.
4122
4123 2007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
4124
4125 * linux-low.c (linux_create_inferior): Try execv before execvp.
4126 * spu-low.c (spu_create_inferior): Likewise.
4127
4128 2007-06-13 Mike Frysinger <vapier@gentoo.org>
4129
4130 * linux-low.c (linux_create_inferior): Change execv to execvp.
4131 * spu-low.c (spu_create_inferior): Likewies.
4132
4133 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4134
4135 * Makefile.in (clean): Clean new files instead of deleted ones.
4136 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
4137 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
4138 rules.
4139 * configure.srv: Specify XML files and new regformats for MIPS and
4140 MIPS64 GNU/Linux.
4141 * linux-mips-low.c (mips_num_regs): Set to only used registers.
4142 (mips_regmap): Do not fetch $0. Remove unused registers. Add
4143 an entry for the restart register.
4144 (mips_cannot_fetch_register, mips_cannot_store_register)
4145 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
4146 register names to match the XML descriptions.
4147 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
4148 restart register instead of $0.
4149
4150 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4151 Markus Deuling <deuling@de.ibm.com>
4152
4153 * remote-utils.c (decode_xfer_write): New function.
4154 * server.h (decode_xfer_write): Add prototype.
4155 * server.c (handle_query): Add PACKET_LEN argument. Support
4156 qXfer:spu:read and qXfer:spu:write packets.
4157 (main): Pass packet_len to handle_query.
4158 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
4159 * target.h (target_ops): Add qxfer_spu.
4160
4161 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4162
4163 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
4164 accessing non-seekable spufs files.
4165
4166 2007-05-16 Markus Deuling <deuling@de.ibm.com>
4167
4168 * server.c (handle_query): Add reply for qC packet.
4169
4170 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4171 Leo Zayas <lerele@champenstudios@com>
4172
4173 * server.h (check_remote_input_interrupt_request): New function.
4174 * remote_utils.c (INVALID_DESCRIPTOR): New define.
4175 (remote_desc): Initialize with INVALID_DESCRIPTOR.
4176 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
4177 (check_remote_input_interrupt_request): New function.
4178 * server.h (check_remote_input_interrupt_request): Declare.
4179 * win32-low.c (winapi_DebugBreakProcess,
4180 winapi_GenerateConsoleCtrlEvent): New typedefs.
4181 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
4182 to 250 ms.
4183 (win32_wait): Check for remote interrupt request
4184 with check_remote_input_interrupt_request.
4185 (win32_request_interrupt): New function.
4186 (win32_target_op): Set request_interrupt to win32_request_interrupt.
4187
4188 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4189
4190 * win32-low.c (debug_registers_changed,
4191 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
4192 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
4193 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
4194 (thread_rec): Get context using the low target.
4195 (child_add_thread): Call thread_added on the low target,
4196 which does the same thing.
4197 (regptr): Delete.
4198 (do_initial_child_stuff): Remove debug registers references.
4199 Set context using the low target. Resume threads after
4200 setting the contexts.
4201 (child_continue): Remove dead variable. Remove debug
4202 registers references.
4203 (child_fetch_inferior_registers): Go through the low target.
4204 (do_child_store_inferior_registers): Remove.
4205 (child_store_inferior_registers): Go through the low target.
4206 (win32_resume): Remove debug registers references.
4207 Set context using the low target.
4208 (handle_exception): Change return type to void. Don't record
4209 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
4210 first chance exception.
4211 (get_child_debug_event): Change return type to void. Remove
4212 goto loop. Always return after waiting for debug event.
4213 (win32_wait): Convert to switch statement. Handle spurious
4214 events.
4215
4216 * win32-i386-low.c (debug_registers_changed,
4217 debug_registers_used): New.
4218 (initial_stuff): Rename to ...
4219 (i386_initial_stuff): ... this. Clear debug registers
4220 state variables.
4221 (store_debug_registers): Delete.
4222 (i386_get_thread_context): New.
4223 (load_debug_registers): Delete.
4224 (i386_set_thread_context): New.
4225 (i386_thread_added): New.
4226 (single_step): Rename to ...
4227 (i386_single_step): ... this.
4228 (do_fetch_inferior_registers): Rename to ...
4229 (i386_fetch_inferior_register): ... this.
4230 (i386_store_inferior_register): New.
4231 (the_low_target): Adapt to new interface.
4232
4233 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
4234 (arm_get_thread_context): New.
4235 (arm_set_thread_context): New.
4236 (regptr): New.
4237 (do_fetch_inferior_registers): Rename to ...
4238 (arm_fetch_inferior_register): ... this.
4239 (arm_store_inferior_register): New.
4240 (arm_wince_breakpoint): Reimplement as unsigned long.
4241 (arm_wince_breakpoint_len): Define.
4242 (the_low_target): Adapt to new interface.
4243
4244 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
4245 load_debug_registers. Add get_thread_context, set_thread_context,
4246 thread_added and store_inferior_register. Rename
4247 fetch_inferior_registers to fetch_inferior_register.
4248 (regptr): Remove declaration.
4249
4250 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4251
4252 * linux-low.c (linux_detach): Change return type to int. Return 0.
4253 * spu-low.c (spu_detach): Likewise.
4254
4255 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4256
4257 * target.h (target_ops): Change return type of detach to int.
4258 Add join.
4259 (join_inferior): New.
4260 * server.c (main): Don't skip detach support on mingw32.
4261 If the inferior doesn't support detaching return error.
4262 Call join_inferior instead of using waitpid.
4263 * linux-low.c (linux_join): New.
4264 (linux_target_op): Add linux_join.
4265 * spu-low.c (spu_join): New.
4266 (spu_target_ops): Add spu_join.
4267 * win32-low.c (win32_detach): Adapt to new interface.
4268 Reopen current_process_handle before detaching. Issue a child
4269 resume before detaching.
4270 (win32_join): New.
4271 (win32_target_op): Add win32_join.
4272
4273 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4274
4275 * win32-low.c (win32-attach): Fix return value.
4276 * target.h (target_ops): Describe ATTACH return values.
4277
4278 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4279
4280 * win32-low.c (GETPROCADDRESS): Define.
4281 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
4282 (winapi_DebugSetProcessKillOnExit): Likewise.
4283 (win32_create_inferior): Force usage of ansi CreateProcessA.
4284 (win32_attach): Use GETPROCADDRESS.
4285 (win32_detach): Likewise.
4286
4287 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4288
4289 * win32-low.c (win32_wait): Don't use WSTOPSIG.
4290
4291 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4292
4293 * win32-low.c: Commit leftover changes from 2007-03-29.
4294
4295 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4296
4297 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
4298 fields short instead of int. Add explicit padding.
4299 (i387_cache_to_fsave): Remove unnecessary casts.
4300 (i387_fsave_to_cache): Doc fix.
4301 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
4302
4303 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4304
4305 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
4306 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
4307
4308 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4309
4310 * configure.srv (arm*-*-mingw32ce*): Move near the other
4311 arm targets.
4312
4313 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4314
4315 * configure.ac: Add errno checking.
4316 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
4317 sys/file.h and malloc.h.
4318 (AC_CHECK_DECLS): Add perror.
4319 (srv_mingwce): Handle.
4320 * configure.srv (i[34567]86-*-cygwin*): Add
4321 win32-i386-low.o to srv_tgtobj.
4322 (i[34567]86-*-mingw*): Likewise.
4323 (arm*-*-mingw32ce*): Add case.
4324 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4325 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
4326 [__MINGW32CE__] (strerror): New function.
4327 [__MINGW32CE__] (errno): Define to GetLastError.
4328 [__MINGW32CE__] (COUNTOF): New macro.
4329 (remote_open): Remove extra close call.
4330 * mem-break.c (delete_breakpoint_at): New function.
4331 * mem-break.h (delete_breakpoint_at): Declare.
4332 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4333 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
4334 [USE_WIN32API] (read, write): Add char* casts.
4335 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
4336 * server.h: Include wincecompat.h on Windows CE.
4337 [HAVE_ERRNO_H]: Check.
4338 (perror): Declare if not declared.
4339 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
4340 (perror_with_name): Remove errno declaration.
4341 * wincecompat.h: New.
4342 * wincecompat.c: New.
4343 * win32-low.h: New.
4344 * win32-arm-low.c: New.
4345 * win32-i386-low.c: New.
4346 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
4347 (OUTMSG2): Make it safe.
4348 (_T): New macro.
4349 (COUNTOF): New macro.
4350 (NUM_REGS): Get it from the low target.
4351 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
4352 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
4353 (thread_rec): Let low target handle debug registers.
4354 (child_add_thread): Likewise.
4355 (child_init_thread_list): Likewise.
4356 (continue_one_thread): Likewise.
4357 (regptr): New.
4358 (do_child_fetch_inferior_registers): Move to ...
4359 * win32-i386-low.c: ... here, and rename to ...
4360 (do_fetch_inferior_registers): ... this.
4361 * win32-low.c (child_fetch_inferior_registers):
4362 Go through the low target.
4363 (do_child_store_inferior_registers): Use regptr.
4364 (strwinerror): New function.
4365 (win32_create_inferior): Handle Windows CE.
4366 Use strwinerror instead of strerror on Windows error
4367 codes. Add program to the error output.
4368 Don't close the main thread handle on Windows CE.
4369 (win32_attach): Use coredll.dll on Windows CE.
4370 (win32_kill): Close current process and current
4371 thread handles.
4372 (win32_detach): Use coredll.dll on Windows CE.
4373 (win32_resume): Let low target handle debug registers, and
4374 step request.
4375 (handle_exception): Add/Remove initial breakpoint. Avoid
4376 non-existant WSTOPSIG on Windows CE.
4377 (win32_read_inferior_memory): Cast to remove warning.
4378 (win32_arch_string): Go through the low target.
4379 (initialize_low): Call set_breakpoint_data with the low
4380 target's breakpoint.
4381 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
4382 FOP_REGNUM, mappings): Move to ...
4383 * win32-i386-low.c: ... here.
4384 * win32-low.c (win32_thread_info): Move to ...
4385 * win32-low.h: ... here.
4386 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
4387 win32-arm-low.c and wincecompat.c.
4388 (all:): Add $EXEEXT.
4389 (install-only:): Likewise.
4390 (gdbserver:): Likewise.
4391 (gdbreplay:): Likewise.
4392 * config.in: Regenerate.
4393 * configure: Regenerate.
4394
4395 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4396
4397 * win32-low.c: Rename typedef thread_info to
4398 win32_thread_info throughout.
4399
4400 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4401
4402 * win32-i386-low.c: Rename to ...
4403 * win32-low.c: ... this.
4404 * configure.srv: Replace win32-i386-low.o with win32-low.o.
4405 * Makefile.in: Likewise.
4406
4407 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
4408
4409 * remote-utils.c (monitor_output): Constify msg parameter.
4410 * server.h (monitor_output): Likewise.
4411 * win32-i386-low.c (handle_output_debug_string): New.
4412 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
4413 handle_output_debug_string.
4414 (get_child_debug_event): Likewise.
4415
4416 2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
4417
4418 * server.c (main): Correct strtoul check.
4419
4420 2007-03-27 Jon Ringle <jon@ringle.org>
4421
4422 * linux-low.c: Check __ARCH_HAS_MMU__ also.
4423
4424 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4425
4426 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4427
4428 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4429
4430 * terminal.h: Check HAVE_SGTTY_H.
4431
4432 2007-02-27 Mat Hostetter <mat@lcs.mit.edu>
4433
4434 * remote-utils.c (remote_open): Print out the assigned port number.
4435
4436 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4437
4438 * remote-utils.c (monitor_output): New function.
4439 * server.c (debug_threads): Define here.
4440 (monitor_show_help): New function.
4441 (handle_query): Handle qRcmd.
4442 (main): Do not handle 'd' packet.
4443 * server.h (debug_threads, remote_debug, monitor_output): Declare.
4444 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
4445 of debug_threads.
4446
4447 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4448
4449 * Makefile.in (EXEEXT): New.
4450 (clean): Use $(EXEEXT).
4451
4452 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4453
4454 * target.h (target_ops): Rename send_signal to request_interrupt,
4455 and remove enum target_signal parameter.
4456 * linux-low.c (linux_request_interrupt): Rename from
4457 linux_send_signal, and always send SIGINT.
4458 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
4459 and always send SIGINT.
4460 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
4461 of send_signal.
4462 (input_interrupt): Likewise.
4463
4464 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4465
4466 * server.c (get_features_xml): Check if target implemented
4467 arch_string.
4468 * win32-i386-low.c (win32_arch_string): New.
4469 (win32_target_ops): Add win32_arch_string as arch_string member.
4470
4471 2007-02-22 Markus Deuling <deuling@de.ibm.com>
4472
4473 * spu-low.c (spu_arch_string): New.
4474 (spu_target_ops): Add spu_arch_string.
4475
4476 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4477
4478 * remote-utils.c: Remove HAVE_TERMINAL_H check.
4479 * configure.ac: Do not check for terminal.h.
4480 * configure, config.in: Regenerated.
4481
4482 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4483
4484 * Makefile.in (OBS): Add $(XML_BUILTIN).
4485 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
4486 (clean): Update.
4487 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
4488 (arm-with-iwmmxt.c): New.
4489 * config.in, configure: Regenerate.
4490 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
4491 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
4492 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
4493 (arm*-*-linux*): Add iWMMXt and regset support.
4494 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
4495 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
4496 (arm_store_wmmxregset, target_regsets): New.
4497 * server.c (get_features_xml): Take annex argument. Check builtin
4498 XML documents.
4499 (handle_query): Handle multiple annexes.
4500
4501 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4502
4503 * remote-utils.c [USE_WIN32API] (read, write): Define.
4504 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
4505 write.
4506
4507 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4508
4509 * linux-i386-low.c (the_low_target): Set arch_string.
4510 * linux-x86-64-low.c (the_low_target): Likewise.
4511 * linux-low.c (linux_arch_string): New.
4512 (linux_target_ops): Add it.
4513 * linux-low.h (struct linux_target_ops): Add arch_string.
4514 * server.c (write_qxfer_response): Use const void * for DATA.
4515 (get_features_xml): New.
4516 (handle_query): Handle qXfer:features:read. Report it for qSupported.
4517 * target.h (struct target_ops): Add arch_string method.
4518
4519 2007-01-03 Denis Pilat <denis.pilat@st.com>
4520 Daniel Jacobowitz <dan@codesourcery.com>
4521
4522 * linux-low.c (linux_kill): Handle being called with no threads.
4523 * win32-i386-low.c (win32_kill): Likewise.
4524 (get_child_debug_event): Clear current_process_handle.
4525
4526 2006-12-30 Denis PILAT <denis.pilat@st.com>
4527 Daniel Jacobowitz <dan@codesourcery.com>
4528
4529 * remote-utils.c (remote_open): Check the type of specified
4530 serial port devices before opening them.
4531 * server.c (main): Kill the inferior if an error occurs during
4532 the first remote_open.
4533
4534 2006-12-05 Markus Deuling <deuling@de.ibm.com>
4535
4536 * README: Update supported targets.
4537
4538 2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
4539
4540 * Makefile.in (clean): Remove reg-mips64.c.
4541 (reg-mips64.c, reg-mips64.o): New rules.
4542 * configure.srv: Handle mips64. Include regset support for mips.
4543 * linux-mips-low.c (union mips_register): New.
4544 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
4545 (mips_breakpoint, mips_breakpoint_at): Use int.
4546 (mips_collect_register, mips_supply_register)
4547 (mips_collect_register_32bit, mips_supply_register_32bit)
4548 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
4549 (mips_store_fpregset, target_regsets): New.
4550 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
4551
4552 2006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4553
4554 * configure.srv: Add target "spu*-*-*".
4555 * Makefile.in (clean): Remove reg-spu.c.
4556 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
4557 * spu-low.c: New file.
4558
4559 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * configure.ac: Correct td_thr_tls_get_addr test.
4562 * configure: Regenerated.
4563
4564 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 * linux-low.c (linux_wait_for_event): Reformat. Use the
4567 pass_signals array.
4568 * remote-utils.c (decode_address_to_semicolon): New.
4569 * server.c (pass_signals, handle_general_set): New.
4570 (handle_query): Mention QPassSignals for qSupported.
4571 (main): Call handle_general_set.
4572 * server.h (pass_signals, decode_address_to_semicolon): New.
4573
4574 2006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 * server.c (handle_query): Correct error handling for read_auxv.
4577
4578 2005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4579
4580 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
4581 and srv_linux_thread_db to yes.
4582 * linux-s390-low.c (s390_fill_gregset): New function.
4583 (target_regsets): Define data structure.
4584
4585 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4586
4587 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
4588 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
4589 * config.in, configure: Regenerated.
4590 * inferiors.c (gdb_id_to_thread): New function.
4591 (gdb_id_to_thread_id): Use it.
4592 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
4593 * linux-low.h (struct process_info): Add th member.
4594 (thread_db_get_tls_address): New prototype.
4595 * remote-utils.c (decode_address): Make non-static.
4596 * server.c (handle_query): Handle qGetTLSAddr.
4597 * server.h (gdb_id_to_thread, decode_address): New prototypes.
4598 * target.h (struct target_ops): Add get_tls_address.
4599 * thread-db.c (maybe_attach_thread): Save the thread handle.
4600 (thread_db_get_tls_address): New.
4601
4602 2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
4603
4604 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4605 (linux_resume_one_process): Take a siginfo_t *. Update all
4606 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
4607 (struct pending_signals): Add a siginfo_t.
4608 (linux_wait_for_process): Always set last_status.
4609 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
4610 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
4611 * linux-low.h (struct process_info): Add last_status.
4612
4613 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4614
4615 * remote-utils.c (try_rle): New function.
4616 (putpkt_binary): Use it.
4617
4618 2006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
4619
4620 * Makefile.in (clean): Clean reg-x86-64-linux.c.
4621 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
4622 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
4623 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
4624 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
4625 point registers.
4626
4627 2006-08-08 Richard Sandiford <richard@codesourcery.com>
4628
4629 * server.c (terminal_fd): New variable.
4630 (old_foreground_pgrp): Likewise.
4631 (restore_old_foreground_pgrp): New function.
4632 (start_inferior): Record the terminal file descriptor in terminal_fd
4633 and its original foreground group in old_foreground_pgrp. Register
4634 restore_old_foreground_pgrp with atexit().
4635
4636 2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * server.c (handle_query): Correct qPart to qXfer.
4639
4640 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4641
4642 * configure.ac: Check for more headers which are missing on
4643 Windows. Automatically supply -lwsock32 and USE_WIN32API.
4644 * configure.srv: Add Cygwin and mingw32.
4645 * remote-utils.c: Don't include headers unconditionally which
4646 are missing on mingw32. Include <winsock.h> for mingw32.
4647 (remote_open): Adjust for mingw32 support. Flush
4648 standard error after writing to it.
4649 (remote_close, putpkt_binary, input_interrupt, block_async_io)
4650 (unblock_async_io, enable_async_io, disable_async_io)
4651 (readchar, getpkt): Update for Winsock support.
4652 (prepare_resume_reply): Expect a protocol signal number.
4653 * server.c: Disable <sys/wait.h> on mingw32.
4654 (start_inferior): Adjust for mingw32 support. Flush
4655 standard error after writing to it.
4656 (attach_inferior): Likewise. Use protocol signal
4657 numbers.
4658 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
4659 and names.
4660 * win32-i386-low.c: New file.
4661 * Makefile.in (XM_CLIBS): Set.
4662 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
4663 (win32-i386-low.o): New dependency rule.
4664 * linux-low.c (linux_wait): Use target signal numbers.
4665 * target.h (struct target_ops): Doc fix.
4666 * server.h (target_signal_to_name): New prototype.
4667 * gdbreplay.c: Don't include headers unconditionally which
4668 are missing on mingw32. Include <winsock.h> for mingw32.
4669 (remote_close, remote_open): Adjust for Winsock support.
4670 * configure, config.in: Regenerated.
4671
4672 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4673
4674 * server.c (decode_xfer_read, write_qxfer_response): New.
4675 (handle_query): Take a packet length argument. Handle
4676 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
4677 the qSupported response.
4678 (main): Update call to handle_query.
4679
4680 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4681
4682 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
4683 (putpkt_binary): Renamed from putpkt and adjusted for binary
4684 data.
4685 (putpkt): New wrapper for putpkt_binary.
4686 (readchar): Don't mask off the high bit.
4687 (decode_X_packet): New function.
4688 * server.c (main): Call putpkt_binary if a handler sets the packet
4689 length. Save the length of the incoming packet. Handle 'X'.
4690 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
4691
4692 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4693
4694 * server.c (handle_query): Handle qSupported.
4695
4696 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
4697
4698 * remote-utils.c (all_symbols_looked_up): New variable.
4699 (look_up_one_symbol): Check it.
4700 * server.h (look_up_one_symbol): New declaration.
4701 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
4702
4703 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
4704
4705 * Makefile.in (linux-arm-low.o): Update dependencies.
4706 * linux-arm-low.c: Include "gdb_proc_service.h".
4707 (PTRACE_GET_THREAD_AREA): Define.
4708 (ps_get_thread_area): New function.
4709
4710 2006-05-09 Nathan Sidwell <nathan@codesourcery.com>
4711
4712 * configure.srv (m68k*-*-uclinux*): New target.
4713 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
4714 (linux_resume_one_process): Remove extraneous cast.
4715 (linux_read_offsets): New.
4716 (linux_target_op): Add linux_read_offsets on mmuless systems.
4717 * server.c (handle_query): Add qOffsets logic.
4718 * target.h (struct target_ops): Add read_offsets.
4719
4720 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
4721
4722 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
4723 (PTRACE_GET_THREAD_AREA): Define.
4724 (ps_get_thread_area): New function.
4725 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
4726 (linux-x86-64-low.o): Update.
4727
4728 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
4729
4730 * configure.ac: Remove checks for prfpregset_t.
4731 * gdb_proc_service.h: New file.
4732 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
4733 new "gdb_proc_service.h".
4734 * proc-service.c: Likewise.
4735 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
4736 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
4737 * Makefile.in (gdb_proc_service_h): Updated.
4738 * configure, config.in: Regenerated.
4739
4740 2006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4741
4742 * remote-utils.c (prepare_resume_reply): Move declaration
4743 of gdb_id_from_wait to the top of the block.
4744
4745 2006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
4746
4747 * linux-low.c (regsets_store_inferior_registers): Read the regset
4748 from the target before filling it.
4749
4750 2006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4751
4752 * server.c (attach_inferior): Return SIGTRAP for a successful
4753 attach.
4754
4755 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4756
4757 * Makefile.in (OBS): Add version.o.
4758 (STAGESTUFF): Delete.
4759 (version.o): Add dependencies.
4760 (version.c): Replace rule.
4761 (clean): Remove version.c.
4762 * server.c (gdbserver_version): New.
4763 (gdbserver_usage): Use printf.
4764 (main): Handle --version and --help.
4765 * server.h (version, host_name): Add declarations.
4766
4767 2005-12-23 Eli Zaretskii <eliz@gnu.org>
4768
4769 * linux-arm-low.c:
4770 * linux-arm-low.c:
4771 * inferiors.c:
4772 * i387-fp.h:
4773 * i387-fp.c:
4774 * gdbreplay.c:
4775 * regcache.c:
4776 * proc-service.c:
4777 * mem-break.h:
4778 * mem-break.c:
4779 * linux-x86-64-low.c:
4780 * linux-sh-low.c:
4781 * linux-s390-low.c:
4782 * linux-ppc64-low.c:
4783 * linux-ppc-low.c:
4784 * linux-mips-low.c:
4785 * linux-m68k-low.c:
4786 * linux-m32r-low.c:
4787 * linux-low.h:
4788 * linux-low.c:
4789 * linux-ia64-low.c:
4790 * linux-i386-low.c:
4791 * linux-crisv32-low.c:
4792 * thread-db.c:
4793 * terminal.h:
4794 * target.h:
4795 * target.c:
4796 * server.h:
4797 * server.c:
4798 * remote-utils.c:
4799 * regcache.h:
4800 * utils.c:
4801 * Makefile.in:
4802 * configure.ac:
4803 * gdbserver.1: Add (C) after Copyright. Update the FSF
4804 address.
4805
4806 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4807
4808 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
4809 (arm_breakpoint_at): Recognize both breakpoints.
4810 (the_low_target): Use the correct breakpoint instruction.
4811
4812 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4813
4814 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
4815 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
4816 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
4817 (the_low_target): Update.
4818
4819 2005-10-25 Andreas Schwab <schwab@suse.de>
4820
4821 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
4822
4823 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
4824 (ia64_num_regs): Reduce to 462.
4825
4826 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4827
4828 * acinclude.m4: Correct quoting.
4829 * aclocal.m4: Regenerated.
4830
4831 Suggested by SZOKOVACS Robert <szo@ies.hu>:
4832 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
4833 (thread_db_init): Call thread_db_err_str.
4834 * configure.ac: Check for TD_VERSION.
4835 * config.in, configure: Regenerated.
4836
4837 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4838
4839 * server.h (error, fatal, warning): Add ATTR_FORMAT.
4840
4841 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4842
4843 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
4844 is not available. Define HAVE_PTRACE_GETREGS if it is.
4845 * config.in, configure: Regenerated.
4846 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
4847 * linux-i386-low.c, linux-m68k-low.c: Update to use
4848 HAVE_PTRACE_GETREGS.
4849 * linux-low.c (regsets_fetch_inferior_registers)
4850 (regsets_store_inferior_registers): Only return 0 if we processed
4851 GENERAL_REGS.
4852 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
4853 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
4854
4855 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4856
4857 * inferiors.c (struct thread_info): Add gdb_id.
4858 (add_thread): Add gdb_id argument.
4859 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
4860 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
4861 calls to add_thread.
4862 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
4863 * server.c (handle_query): Use thread_to_gdb_id.
4864 (handle_v_cont, main): Use gdb_id_to_thread_id.
4865 * server.h (add_thread): Update prototype.
4866 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
4867 prototypes.
4868
4869 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
4872 left-padded registers.
4873 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
4874 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
4875
4876 2005-07-01 Steve Ellcey <sje@cup.hp.com>
4877
4878 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
4879 * configure: Regenerate.
4880 * config.in: Regenerate.
4881 * server.h (NEED_DECLARATION_STRERROR):
4882 Replace with !HAVE_DECL_STRERROR.
4883
4884 2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * linux-low.c (linux_wait, linux_send_signal): Don't test
4887 an unsigned long variable for > 0 if it could be MAX_ULONG.
4888 * server.c (myresume): Likewise.
4889 * target.c (set_desired_inferior): Likewise.
4890
4891 2005-06-13 Mark Kettenis <kettenis@gnu.org>
4892
4893 * configure.ac: Simplify and improve check for socklen_t.
4894 * configure, config.in: Regenerate.
4895
4896 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4897
4898 * acconfig.h: Remove.
4899 * configure.ac: Add a test for socklen_t. Use three-argument
4900 AC_DEFINE throughout.
4901 * config.in: Regenerated using autoheader 2.59.
4902 * configure: Regenerated.
4903
4904 * gdbreplay.c (socklen_t): Provide a default.
4905 (remote_open): Use socklen_t.
4906 * remote-utils.c (socklen_t): Provide a default.
4907 (remote_open): Use socklen_t.
4908 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
4909 unsigned char.
4910
4911 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
4912 char for buffers.
4913 * linux-low.c (linux_read_memory, linux_write_memory)
4914 (linux_read_auxv): Likewise.
4915 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
4916 (check_mem_write): Likewise.
4917 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
4918 Likewise.
4919 * regcache.c (struct inferior_rgcache_data, registers_to_string)
4920 (registers_from_string, register_data): Likewise.
4921 * server.c (handle_query, main): Likewise.
4922 * server.h (convert_ascii_to_int, convert_int_to_ascii)
4923 (decode_M_packet): Likewise.
4924 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
4925 * target.h (struct target_ops): Update read_memory, write_memory,
4926 and read_auxv.
4927 (read_inferior_memory, write_inferior_memory): Update.
4928 * linux-low.h (struct linux_target_ops): Change type of breakpoint
4929 to unsigned char *.
4930 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
4931 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
4932 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
4933 linux-s390-low.c, linux-sh-low.c: Update for changes in
4934 read_inferior_memory and the_low_target->breakpoint.
4935
4936 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
4937
4938 * Makefile.in (SFILES): Add linux-ppc64-low.c.
4939 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
4940 * configure.srv: Add powerpc64-*-linux*.
4941 * linux-ppc64-low.c: New file.
4942
4943 2005-05-23 Orjan Friberg <orjanf@axis.com>
4944
4945 * linux-cris-low.c: New file with support for CRIS.
4946 * linux-crisv32-low.c: Ditto for CRISv32.
4947 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
4948 (clean): Add reg-cris.c and reg-crisv32.c.
4949 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
4950 reg-crisv32.o, and reg-crisv32.c to make rules.
4951 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
4952 recognized targets.
4953
4954 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
4955
4956 * linux-low.c (fetch_register): Ensure buffer size is a multiple
4957 of sizeof (PTRACE_XFER_TYPE).
4958 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
4959
4960 2005-05-12 Orjan Friberg <orjanf@axis.com>
4961
4962 * target.h (struct target_ops): Add insert_watchpoint,
4963 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
4964 pointers for hardware watchpoint support.
4965 * linux-low.h (struct linux_target_ops): Ditto.
4966 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
4967 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
4968 to linux_target_ops.
4969 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
4970 reply packet.
4971 * server.c (main): Recognize 'Z' and 'z' packets.
4972
4973 2005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
4974
4975 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
4976 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
4977 (the_low_target): Add new members.
4978
4979 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
4980
4981 * proc-service.c (ps_lgetregs): Search all_processes instead of
4982 all_threads.
4983
4984 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
4985
4986 * server.c (start_inferior): Change return type to int.
4987 (attach_inferior): Change sigptr to int *.
4988 (handle_v_cont, handle_v_requests): Change signal to int *.
4989 (main): Change signal to int.
4990
4991 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
4992
4993 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
4994 * configure.srv: Add m32r*-*-linux*.
4995 * linux-m32r-low.c: New file.
4996
4997 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
4998
4999 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
5000
5001 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5002
5003 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
5004 Take unsigned long arguments for PIDs.
5005 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
5006 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
5007 (wait_for_sigstop, linux_resume_one_process)
5008 (regsets_fetch_inferior_registers, linux_send_signal)
5009 (linux_read_auxv): Likewise. Update the types of variables holding
5010 PIDs. Update format string specifiers.
5011 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
5012 * remote-utils.c (prepare_resume_reply): Likewise.
5013 * server.c (cont_thread, general_thread, step_thread)
5014 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
5015 unsigned long.
5016 (handle_query): Update format specifiers.
5017 (handle_v_cont, main): Use strtoul for thread IDs.
5018 * server.h (struct inferior_list_entry): Use unsigned long for ID.
5019 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
5020 (general_thread, step_thread, thread_from_wait)
5021 (old_thread_from_wait): Update.
5022 * target.h (struct thread_resume): Use unsigned long for THREAD.
5023 (struct target_ops): Use unsigned long for arguments to attach and
5024 thread_alive.
5025
5026 2005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * acinclude.m4: Include bfd/bfd.m4 directly.
5029 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
5030 <agriffis@toolchain.org>.
5031 * aclocal.m4, configure: Regenerated.
5032
5033 2005-01-07 Andrew Cagney <cagney@gnu.org>
5034
5035 * configure.ac: Rename configure.in, require autoconf 2.59.
5036 * configure: Re-generate.
5037
5038 2004-12-08 Daniel Jacobowitz <dan@debian.org>
5039
5040 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
5041 LIBS when finished.
5042 * aclocal.m4: Regenerated.
5043 * configure: Regenerated.
5044
5045 2004-11-21 Andreas Schwab <schwab@suse.de>
5046
5047 * linux-m68k-low.c (m68k_num_gregs): Define.
5048 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
5049 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
5050 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
5051 (m68k_breakpoint_at): New. Add to the_low_target.
5052
5053 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
5054 srv_linux_thread_db to yes.
5055
5056 2004-10-20 Joel Brobecker <brobecker@gnat.com>
5057
5058 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
5059 (ARCH_SET_FS): Likewise.
5060 (ARCH_GET_FS): Likewise.
5061 (ARCH_GET_GS): Likewise.
5062
5063 2004-10-16 Daniel Jacobowitz <dan@debian.org>
5064
5065 * linux-i386-low.c (ps_get_thread_area): New.
5066 * linux-x86-64-low.c (ps_get_thread_area): New.
5067 * linux-low.c: Include <sys/syscall.h>.
5068 (linux_kill_one_process): Don't kill the first thread here.
5069 (linux_kill): Kill the first thread here.
5070 (kill_lwp): New function.
5071 (send_sigstop, linux_send_signal): Use it.
5072 * proc-service.c: Clean up #ifdefs.
5073 (fpregset_info): Delete.
5074 (ps_lgetregs): Update and enable implementation.
5075 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
5076 implementations.
5077 * remote-utils.c (struct sym_cache, symbol_cache): New.
5078 (input_interrupt): Print a clearer message.
5079 (async_io_enabled): New variable.
5080 (enable_async_io, disable_async_io): Use it. Update comments.
5081 (look_up_one_symbol): Use the symbol cache.
5082 * thread-db.c (thread_db_look_up_symbols): New function.
5083 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
5084
5085 2004-10-16 Daniel Jacobowitz <dan@debian.org>
5086
5087 * configure.in: Test for -rdynamic.
5088 * configure: Regenerated.
5089 * Makefile (INTERNAL_LDFLAGS): New.
5090 (gdbserver, gdbreplay): Use it.
5091
5092 2004-09-02 Andrew Cagney <cagney@gnu.org>
5093
5094 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
5095
5096 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
5097
5098 * linux-low.c (linux_wait): Clear all_processes list also.
5099
5100 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
5101
5102 * linux-low.c: Include <errno.h>. Remove extern declaration of
5103 errno.
5104
5105 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
5106
5107 * gdbreplay.c, server.h, utils.c: Update copyright years.
5108
5109 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5110
5111 * server.c (main): Print child status or termination signal from
5112 variable 'signal', not 'sig'.
5113
5114 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5115
5116 * linux-low.c (linux_read_memory): Change return type to
5117 int. Check for and return error from ptrace().
5118 * target.c (read_inferior_memory): Change return type to int. Pass
5119 back return status from the_target->read_memory().
5120 * target.h (struct target_ops): Adapt *read_memory() prototype.
5121 Update comment.
5122 (read_inferior_memory): Adapt prototype.
5123 * server.c (main): Return an error packet if
5124 read_inferior_memory() returns an error.
5125
5126 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
5127
5128 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
5129 Unify with other clean targets.
5130
5131 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5132
5133 * server.c (handle_v_cont): Call set_desired_inferior.
5134
5135 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5136
5137 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
5138
5139 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5140
5141 * linux-low.c (linux_wait): Unblock async I/O.
5142 (linux_resume): Block and enable async I/O.
5143 * remote-utils.c (block_async_io, unblock_async_io): New functions.
5144 * server.h (block_async_io, unblock_async_io): Add prototypes.
5145
5146 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5147
5148 * remote-utils.c (remote_open): Print a status notice after
5149 opening a TCP port.
5150 * server.c (attach_inferior): Print a status notice after
5151 attaching.
5152
5153 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5154
5155 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
5156
5157 2004-02-26 Daniel Jacobowitz <drow@mvista.com>
5158
5159 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
5160 error packet.
5161 * server.c, target.h: Update copyright years.
5162
5163 2004-02-25 Roland McGrath <roland@redhat.com>
5164
5165 * target.h (struct target_ops): New member `read_auxv'.
5166 * server.c (handle_query): Handle qPart:auxv:read: query using that.
5167 * linux-low.c (linux_read_auxv): New function.
5168 (linux_target_ops): Initialize `read_auxv' member to that.
5169
5170 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5171
5172 Committed by Jim Blandy <jimb@redhat.com>.
5173
5174 * linux-s390-low.c (s390_num_regs): Update.
5175 (s390_regmap): Remove control registers. Use __s390x__ predefine
5176 instead of GPR_SIZE to distiguish s390 and s390x targets.
5177
5178 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
5179
5180 * linux-low.c: Update copyright year.
5181 (check_removed_breakpoint): Clear pending_is_breakpoint.
5182 (linux_set_resume_request, linux_queue_one_thread)
5183 (resume_status_pending_p): New functions.
5184 (linux_continue_one_thread): Use process->resume.
5185 (linux_resume): Only resume threads if there are no pending events.
5186 * linux-low.h (struct process_info): Add resume request
5187 pointer.
5188
5189 2004-01-30 Daniel Jacobowitz <drow@mvista.com>
5190
5191 * regcache.c (new_register_cache): Clear the allocated register
5192 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
5193
5194 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
5195
5196 * linux-low.c (linux_resume): Take a struct thread_resume *
5197 argument.
5198 (linux_wait): Update call.
5199 (resume_ptr): New static variable.
5200 (linux_continue_one_thread): Renamed from
5201 linux_continue_one_process. Use resume_ptr.
5202 (linux_resume): Use linux_continue_one_thread.
5203 * server.c (handle_v_cont, handle_v_requests): New functions.
5204 (myresume): New function.
5205 (main): Handle 'v' case.
5206 * target.h (struct thread_resume): New type.
5207 (struct target_ops): Change argument of "resume" to struct
5208 thread_resume *.
5209 (myresume): Delete macro.
5210
5211 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5212
5213 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
5214 (uninstall): Support DESTDIR.
5215
5216 Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
5217
5218 * configure.srv: Add xscale*linux copy of arm*linux entry.
5219
5220 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
5221
5222 * linux-arm-low.c (arm_reinsert_addr): New function.
5223 (the_low_target): Add arm_reinsert_addr.
5224
5225 2003-07-08 Mark Kettenis <kettenis@gnu.org>
5226
5227 * mem-break.c: Remove whitespace at end of file.
5228
5229 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5230
5231 * configure.in: Check whether we need to prototype strerror.
5232 * server.h: Optionally prototype strerror.
5233 * gdbreplay.c (perror_with_name): Use strerror.
5234 * linux-low.c (linux_attach_lwp): Use strerror.
5235 * utils.c (perror_with_name): Use strerror.
5236 * config.in, configure: Regenerated.
5237
5238 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
5239
5240 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
5241 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
5242
5243 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
5244
5245 * Makefile.in (SFILES): Update.
5246 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
5247 low-sun3.c: Remove files.
5248
5249 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5250
5251 * linux-low.c: Move comment to linux_thread_alive where it belonged.
5252 (linux_detach_one_process, linux_detach): New functions.
5253 (linux_target_ops): Add linux_detach.
5254 * server.c (main): Handle 'D' packet.
5255 * target.h (struct target_ops): Add "detach" member.
5256 (detach_inferior): Define.
5257
5258 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5259
5260 From Kelley Cook <kelleycook@wideopenwest.com>:
5261 * configure.srv: Accept i[34567]86 variants.
5262
5263 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
5264
5265 * linux-low.c (linux_wait_for_event): Correct comment typos.
5266 (linux_resume_one_process): Call check_removed_breakpoint.
5267 (linux_send_signal): New function.
5268 (linux_target_ops): Add linux_send_signal.
5269 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
5270 of kill.
5271 * target.h (struct target_ops): Add send_signal.
5272
5273 2003-05-29 Jim Blandy <jimb@redhat.com>
5274
5275 * linux-low.c (usr_store_inferior_registers): Transfer buf in
5276 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
5277 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
5278 away part of the register's value.
5279
5280 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
5281
5282 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
5283 (linux_wait_for_event, linux_init_signals): Likewise.
5284
5285 2003-03-17 Daniel Jacobowitz <drow@mvista.com>
5286
5287 * configure.in: Check for stdlib.h.
5288 * configure: Regenerated.
5289 * config.in: Regenerated.
5290
5291 2003-01-04 Andreas Schwab <schwab@suse.de>
5292
5293 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
5294
5295 2003-01-02 Andrew Cagney <ac131313@redhat.com>
5296
5297 * Makefile.in: Remove obsolete code.
5298
5299 2002-11-20 Daniel Jacobowitz <drow@mvista.com>
5300
5301 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
5302 defined(PT_FPR0_HI).
5303
5304 2002-11-17 Stuart Hughes <seh@zee2.com>
5305
5306 * linux-arm-low.c (arm_num_regs): Increase.
5307 (arm_regmap): Include status register.
5308
5309 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
5310
5311 * linux-low.c (register_addr): Remove incorrect -1 check.
5312
5313 2002-08-29 Daniel Jacobowitz <drow@mvista.com>
5314
5315 * linux-low.c (linux_create_inferior): Call setpgid. Return
5316 the new PID.
5317 (unstopped_p, linux_signal_pid): Remove.
5318 (linux_target_ops): Remove linux_signal_pid.
5319 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
5320 global instead of target method.
5321 * target.h (struct target_ops): Remove signal_pid. Update comment
5322 for create_inferior.
5323 * server.c (signal_pid): New variable.
5324 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
5325 gdbserver. Set the child to be the foreground process group.
5326 (attach_inferior): Set signal_pid.
5327
5328 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
5329
5330 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
5331
5332 2002-08-20 Jim Blandy <jimb@redhat.com>
5333
5334 * Makefile.in (LDFLAGS): Allow the configure script to establish a
5335 default for this.
5336
5337 2002-08-01 Andrew Cagney <cagney@redhat.com>
5338
5339 * Makefile.in: Make chill references obsolete.
5340
5341 2002-07-24 Kevin Buettner <kevinb@redhat.com>
5342
5343 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
5344 * configure: Regenerate.
5345 * config.in: Regenerate.
5346
5347 2002-07-09 David O'Brien <obrien@FreeBSD.org>
5348
5349 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
5350 (perror_with_name, remote_close, remote_open, expect, play): Static.
5351
5352 2002-07-04 Michal Ludvig <mludvig@suse.cz>
5353
5354 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
5355 byte offsets instead of an array of indexes.
5356 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
5357
5358 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5359
5360 * regcache.c: Add comment.
5361
5362 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5363
5364 * thread-db.c: New file.
5365 * proc-service.c: New file.
5366 * acinclude.m4: New file.
5367 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
5368 proc-service.o, and thread-db.o.
5369 (linux-low.o): Add USE_THREAD_DB.
5370 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
5371 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
5372 * aclocal.m4: Regenerated.
5373 * config.in: Regenerated.
5374 * configure: Regenerated.
5375 * configure.in: Check for proc_service.h, sys/procfs.h,
5376 thread_db.h, and linux/elf.h headrs.
5377 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
5378 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
5379 Check for -lthread_db and thread support.
5380 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
5381 PowerPC, and SuperH.
5382 * i387-fp.c: Constify arguments.
5383 * i387-fp.h: Likewise.
5384 * inferiors.c: (struct thread_info): Renamed from
5385 `struct inferior_info'. Remove PID member. Use generic inferior
5386 list header. All uses updated.
5387 (inferiors, signal_pid): Removed.
5388 (all_threads): New variable.
5389 (get_thread): Define.
5390 (add_inferior_to_list): New function.
5391 (for_each_inferior): New function.
5392 (change_inferior_id): New function.
5393 (add_inferior): Removed.
5394 (remove_inferior): New function.
5395 (add_thread): New function.
5396 (free_one_thread): New function.
5397 (remove_thread): New function.
5398 (clear_inferiors): Use for_each_inferior and free_one_thread.
5399 (find_inferior): New function.
5400 (find_inferior_id): New function.
5401 (inferior_target_data): Update argument type.
5402 (set_inferior_target_data): Likewise.
5403 (inferior_regcache_data): Likewise.
5404 (set_inferior_regcache_data): Likewise.
5405 * linux-low.c (linux_bp_reinsert): Remove.
5406 (all_processes, stopping_threads, using_thrads)
5407 (struct pending_signals, debug_threads, pid_of): New.
5408 (inferior_pid): Replace with macro.
5409 (struct inferior_linux_data): Remove.
5410 (get_stop_pc, add_process): New functions.
5411 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
5412 Use add_process and add_thread.
5413 (linux_attach_lwp): New function, based on old linux_attach. Use
5414 add_process and add_thread. Set stop_expected for new threads.
5415 (linux_attach): New function.
5416 (linux_kill_one_process): New function.
5417 (linux_kill): Kill all LWPs.
5418 (linux_thread_alive): Use find_inferior_id.
5419 (check_removed_breakpoints, status_pending_p): New functions.
5420 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
5421 Update. Use WNOHANG. Wait for cloned processes also. Update process
5422 struct for the found process.
5423 (linux_wait_for_event): New function.
5424 (linux_wait): Use it. Support LWPs.
5425 (send_sigstop, wait_for_sigstop, stop_all_processes)
5426 (linux_resume_one_process, linux_continue_one_process): New functions.
5427 (linux_resume): Support LWPs.
5428 (REGISTER_RAW_SIZE): Remove.
5429 (fetch_register): Use register_size instead. Call supply_register.
5430 (usr_store_inferior_registers): Likewise. Call collect_register.
5431 Fix recursive case.
5432 (regsets_fetch_inferior_registers): Improve error message.
5433 (regsets_store_inferior_registers): Add debugging.
5434 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
5435 (unstopped_p, linux_signal_pid): New functions.
5436 (linux_target_ops): Add linux_signal_pid.
5437 (linux_init_signals): New function.
5438 (initialize_low): Call it. Initialize using_threads.
5439 * regcache.c (inferior_regcache_data): Add valid
5440 flag.
5441 (get_regcache): Fetch registers lazily. Add fetch argument
5442 and update all callers.
5443 (regcache_invalidate_one, regcache_invalidate): New
5444 functions.
5445 (new_register_cache): Renamed from create_register_cache.
5446 Return the new regcache.
5447 (free_register_cache): Change argument to a void *.
5448 (registers_to_string, registers_from_string): Call get_regcache
5449 with fetch flag set.
5450 (register_data): Make static. Pass fetch flag to get_regcache.
5451 (supply_register): Call get_regcache with fetch flag clear.
5452 (collect_register): Call get_regcache with fetch flag set.
5453 (collect_register_as_string): New function.
5454 * regcache.h: Update.
5455 * remote-utils.c (putpkt): Flush after debug output and use
5456 stderr.
5457 Handle input interrupts while waiting for an ACK.
5458 (input_interrupt): Use signal_pid method.
5459 (getpkt): Flush after debug output and use stderr.
5460 (outreg): Use collect_register_as_string.
5461 (new_thread_notify, dead_thread_notify): New functions.
5462 (prepare_resume_reply): Check using_threads. Set thread_from_wait
5463 and general_thread.
5464 (look_up_one_symbol): Flush after debug output.
5465 * server.c (step_thread, server_waiting): New variables.
5466 (start_inferior): Don't use signal_pid. Update call to mywait.
5467 (attach_inferior): Update call to mywait.
5468 (handle_query): Handle qfThreadInfo and qsThreadInfo.
5469 (main): Don't fetch/store registers explicitly. Use
5470 set_desired_inferior. Support proposed ``Hs'' packet. Update
5471 calls to mywait.
5472 * server.h: Update.
5473 (struct inferior_list, struct_inferior_list_entry): New.
5474 * target.c (set_desired_inferior): New.
5475 (write_inferior_memory): Constify.
5476 (mywait): New function.
5477 * target.h: Update.
5478 (struct target_ops): New signal_pid method.
5479 (mywait): Removed macro, added prototype.
5480
5481 * linux-low.h (regset_func): Removed.
5482 (regset_fill_func, regset_store_func): New.
5483 (enum regset_type): New.
5484 (struct regset_info): Add type field. Use new operation types.
5485 (struct linux_target_ops): stop_pc renamed to get_pc.
5486 Add decr_pc_after_break and breakpoint_at.
5487 (get_process, get_thread_proess, get_process_thread)
5488 (strut process_info, all_processes, linux_attach_lwp)
5489 (thread_db_init): New.
5490
5491 * linux-arm-low.c (arm_get_pc, arm_set_pc,
5492 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
5493 (the_low_target): Add new members.
5494 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
5495 (i386_store_fpxregset): Constify.
5496 (target_regsets): Add new kind identifier.
5497 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
5498 (i386_set_pc): Add debugging.
5499 (i386_breakpoint_at): New function.
5500 (the_low_target): Add new members.
5501 * linux-mips-low.c (mips_get_pc, mips_set_pc)
5502 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
5503 (mips_breakpoint_at): New.
5504 (the_low_target): Add new members.
5505 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
5506 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
5507 (the_low_target): Add new members.
5508 * linux-sh-low.c (sh_get_pc, sh_set_pc)
5509 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
5510 (the_low_target): Add new members.
5511 * linux-x86-64-low.c (target_regsets): Add new kind
5512 identifier.
5513
5514 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
5515
5516 From Martin Pool <mbp@samba.org>:
5517 * server.c (gdbserver_usage): New function.
5518 (main): Call it.
5519
5520 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5521
5522 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
5523 stop_at -> stop_pc.
5524
5525 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5526
5527 * Makefile.in: Remove obsolete code.
5528
5529 2002-04-24 Michal Ludvig <mludvig@suse.cz>
5530
5531 * linux-low.c (regsets_fetch_inferior_registers),
5532 (regsets_store_inferior_registers): Removed cast to int from
5533 ptrace() calls.
5534 * regcache.h: Added declaration of struct inferior_info.
5535
5536 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
5537
5538 * inferiors.c (struct inferior_info): Add regcache_data.
5539 (add_inferior): Call create_register_cache.
5540 (clear_inferiors): Call free_register_cache.
5541 (inferior_regcache_data, set_inferior_regcache_data): New functions.
5542 * regcache.c (struct inferior_regcache_data): New.
5543 (registers): Remove.
5544 (get_regcache): New function.
5545 (create_register_cache, free_register_cache): New functions.
5546 (set_register_cache): Don't initialize the register cache here.
5547 (registers_to_string, registers_from_string, register_data): Call
5548 get_regcache.
5549 * regcache.h: Add prototypes.
5550 * server.h: Likewise.
5551
5552 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
5553
5554 * mem-break.c: New file.
5555 * mem-break.h: New file.
5556 * Makefile.in: Add mem-break.o rule; update server.h
5557 dependencies.
5558 * inferiors.c (struct inferior_info): Add target_data
5559 member.
5560 (clear_inferiors): Free target_data member if set.
5561 (inferior_target_data, set_inferior_target_data): New functions.
5562 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5563 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
5564 * linux-low.c (linux_bp_reinsert): New variable.
5565 (struct inferior_linux_data): New.
5566 (linux_create_inferior): Use set_inferior_target_data.
5567 (linux_attach): Likewise. Call add_inferior.
5568 (linux_wait_for_one_inferior): New function.
5569 (linux_wait): Call it.
5570 (linux_write_memory): Add const.
5571 (initialize_low): Call set_breakpoint_data.
5572 * linux-low.h (struct linux_target_ops): Add breakpoint
5573 handling members.
5574 * server.c (attach_inferior): Remove extra add_inferior
5575 call.
5576 * server.h: Include mem-break.h. Update inferior.c
5577 prototypes.
5578 * target.c (read_inferior_memory)
5579 (write_inferior_memory): New functions.
5580 * target.h (read_inferior_memory)
5581 (write_inferior_memory): Change macros to prototypes.
5582 (struct target_ops): Update comments. Add const to write_memory
5583 definition.
5584
5585 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
5586
5587 * linux-low.c (usr_store_inferior_registers): Support
5588 registers which are allowed to fail to store.
5589 * linux-low.h (linux_target_ops): Likewise.
5590 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
5591 (ppc_cannot_store_register): FPSCR may not be storable.
5592
5593 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5594
5595 * server.h: Include <string.h> if HAVE_STRING_H.
5596 * ChangeLog: Correct paths in last ChangeLog entry.
5597
5598 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5599
5600 * linux-low.h: Remove obsolete prototypes.
5601 (struct linux_target_ops): New.
5602 (extern the_low_target): New.
5603 * linux-low.c (num_regs, regmap): Remove declarations.
5604 (register_addr): Use the_low_target explicitly.
5605 (fetch_register): Likewise.
5606 (usr_fetch_inferior_registers): Likewise.
5607 (usr_store_inferior_registers): Likewise.
5608 * linux-arm-low.c (num_regs): Remove.
5609 (arm_num_regs): Define.
5610 (arm_regmap): Renamed from regmap, made static.
5611 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
5612 made static.
5613 (arm_cannot_store_register): Renamed from cannot_store_register,
5614 made static.
5615 (the_low_target): New.
5616 * linux-i386-low.c (num_regs): Remove.
5617 (i386_num_regs): Define.
5618 (i386_regmap): Renamed from regmap, made static.
5619 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
5620 made static.
5621 (i386_cannot_store_register): Renamed from cannot_store_register,
5622 made static.
5623 (the_low_target): New.
5624 * linux-ia64-low.c (num_regs): Remove.
5625 (ia64_num_regs): Define.
5626 (ia64_regmap): Renamed from regmap, made static.
5627 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
5628 made static.
5629 (ia64_cannot_store_register): Renamed from cannot_store_register,
5630 made static.
5631 (the_low_target): New.
5632 * linux-m68k-low.c (num_regs): Remove.
5633 (m68k_num_regs): Define.
5634 (m68k_regmap): Renamed from regmap, made static.
5635 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
5636 made static.
5637 (m68k_cannot_store_register): Renamed from cannot_store_register,
5638 made static.
5639 (the_low_target): New.
5640 * linux-mips-low.c (num_regs): Remove.
5641 (mips_num_regs): Define.
5642 (mips_regmap): Renamed from regmap, made static.
5643 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
5644 made static.
5645 (mips_cannot_store_register): Renamed from cannot_store_register,
5646 made static.
5647 (the_low_target): New.
5648 * linux-ppc-low.c (num_regs): Remove.
5649 (ppc_num_regs): Define.
5650 (ppc_regmap): Renamed from regmap, made static.
5651 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
5652 made static.
5653 (ppc_cannot_store_register): Renamed from cannot_store_register,
5654 made static.
5655 (the_low_target): New.
5656 * linux-s390-low.c (num_regs): Remove.
5657 (s390_num_regs): Define.
5658 (s390_regmap): Renamed from regmap, made static.
5659 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
5660 made static.
5661 (s390_cannot_store_register): Renamed from cannot_store_register,
5662 made static.
5663 (the_low_target): New.
5664 * linux-sh-low.c (num_regs): Remove.
5665 (sh_num_regs): Define.
5666 (sh_regmap): Renamed from regmap, made static.
5667 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
5668 made static.
5669 (sh_cannot_store_register): Renamed from cannot_store_register,
5670 made static.
5671 (the_low_target): New.
5672 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
5673 (the_low_target): New.
5674
5675 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5676
5677 * Makefile.in: Add stamp-h target.
5678 * configure.in: Create stamp-h.
5679 * configure: Regenerated.
5680
5681 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5682
5683 * inferiors.c: New file.
5684 * target.c: New file.
5685 * target.h: New file.
5686 * Makefile.in: Add target.o and inferiors.o. Update
5687 dependencies.
5688 * linux-low.c (inferior_pid): New static variable,
5689 moved from server.c.
5690 (linux_create_inferior): Renamed from create_inferior.
5691 Call add_inferior. Return 0 on success instead of a PID.
5692 (linux_attach): Renamed from myattach.
5693 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
5694 (linux_thread_alive): Renamed from mythread_alive.
5695 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
5696 child dies.
5697 (linux_resume): Renamed from myresume. Add missing ``return 0''.
5698 (regsets_store_inferior_registers): Correct error message.
5699 Add missing ``return 0''.
5700 (linux_fetch_registers): Renamed from fetch_inferior_registers.
5701 (linux_store_registers): Renamed from store_inferior_registers.
5702 (linux_read_memory): Renamed from read_inferior_memory.
5703 (linux_write_memory): Renamed from write_inferior_memory.
5704 (linux_target_ops): New structure.
5705 (initialize_low): Call set_target_ops ().
5706 * remote-utils.c (unhexify): New function.
5707 (hexify): New function.
5708 (input_interrupt): Send signals to ``signal_pid''.
5709 * server.c (inferior_pid): Remove.
5710 (start_inferior): Update create_inferior call.
5711 (attach_inferior): Call add_inferior.
5712 (handle_query): New function.
5713 (main): Call handle_query for `q' packets.
5714 * server.h: Include "target.h". Remove obsolete prototypes.
5715 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
5716
5717 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * Makefile.in: Add WARN_CFLAGS. Update configury
5720 dependencies.
5721 * configure.in: Check for <string.h>
5722 * configure: Regenerate.
5723 * config.in: Regenerate.
5724 * gdbreplay.c: Include needed system headers.
5725 (remote_open): Remove strchr prototype.
5726 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
5727 * regcache.c (supply_register): Change buf argument to const void *.
5728 (supply_register_by_name): Likewise.
5729 (collect_register): Change buf argument to void *.
5730 (collect_register_by_name): Likewise.
5731 * regcache.h: Add missing prototypes.
5732 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
5733 * server.c (handle_query): New function.
5734 (attached): New static variable, moved out of main.
5735 (main): Quiet longjmp clobber warnings.
5736 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
5737 * utils.c (error): Remove NORETURN.
5738 (fatal): Likewise.
This page took 0.151363 seconds and 4 git commands to generate.