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