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