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