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