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