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