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