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