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