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