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