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