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