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