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