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