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