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