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