OSDN Git Service

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