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