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