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