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