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