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