gdb/gdbserver/
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
1 2012-11-26 Yao Qi <yao@codesourcery.com>
2
3 * configure.ac (build_warnings): Append '-Wempty-body'.
4 * configure: Regenerated.
5 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
6 body.
7
8 2012-11-15 Pierre Muller <muller@sourceware.org>
9
10 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
11 * config.in: Regenerate.
12 * configure: Regenerate.
13 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
14 Use "gdb_wait.h" header instead of <sys/wait.h> header.
15 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
16 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
17 header.
18 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
19 instead of <sys/wait.h> header.
20 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
21
22 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
23
24 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
25 (various make rules): Remove -DGDBSERVER
26
27 2012-11-09 Yao Qi <yao@codesourcery.com>
28
29 * spu-low.c (current_ptid): Move it to ..
30 * gdbthread.h: ... here. New.
31 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
32 * server.c (myresume, process_serial_event): Likewise.
33 * thread-db.c (thread_db_find_new_threads): Likewise.
34 * tracepoint.c (run_inferior_command): Likewise.
35
36 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
37
38 * server.c (handle_search_memory_1): Include access length in
39 warning message.
40
41 2012-09-05 Michael Brandt <michael.brandt@axis.com>
42
43 * linux-crisv32-low.c: Fix compile errors.
44
45 2012-09-04 Yao Qi <yao@codesourcery.com>
46
47 * tracepoint.c (cmd_qtsv): Adjust debug message.
48 Don't check CUR_TPOINT.
49
50 2012-08-28 Yao Qi <yao@codesourcery.com>
51
52 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
53 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
54 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
55 Remove declarations of xmalloc, xreallloc, xstrdup and
56 freeargv.
57 * Makefile.in (libiberty_h): New.
58 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
59 (linux-bfin-low.o): Append dependency 'libiberty.h'.
60
61 2012-08-23 Yao Qi <yao@codesourcery.com>
62
63 * server.h: Remove declaration of 'xsnprintf'.
64
65 2012-08-22 Keith Seitz <keiths@redhat.com>
66
67 * server.h: Include build-gnulib-gbserver/config.h.
68 * gdbreplay.c: Likewise.
69
70 2012-08-08 Doug Evans <dje@google.com>
71
72 * Makefile.in (SFILES): Add gdb_vecs.c.
73 (OBS): Add gdb_vecs.o.
74 (gdb_vecs_h, host_defs_h): New variables.
75 (thread-db.o): Add $(gdb_vecs_h) dependency.
76 (gdb_vecs.o): New rule.
77 * thread-db.c: #include "gdb_vecs.h".
78 (thread_db_load_search): Use a vector to iterate over path elements.
79 Handle text appearing after "$pdir".
80
81 * configure.ac: Add check for strstr.
82 * config.in: Regenerate.
83 * configure: Regenerate.
84
85 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
86
87 * hostio.c (handle_pread): If pread fails, fall back to attempting
88 lseek/read.
89 (handle_pwrite): Likewise for pwrite.
90
91 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
92
93 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
94 between unsupported TYPE and unimplementable ADDR/LEN combination.
95 (arm_insert_point): Act on new return value.
96
97 2012-07-31 Pedro Alves <palves@redhat.com>
98
99 * server.c (process_point_options): Only skip tokens if we find
100 one that is unrecognized. Don't treat 'X' specially while
101 skipping unrecognized tokens.
102
103 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
104
105 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
106 to 4-byte-align HW breakpoint addresses for Thumb.
107
108 2012-07-27 Yao Qi <yao@codesourcery.com>
109
110 PR remote/14161.
111
112 * server.h: Declare gdb_agent_about_to_close.
113 * target.c (kill_inferior): Include "agent.h".
114 New. Send command 'kill'.
115 * target.h (kill_inferior): Removed macro.
116 * tracepoint.c (gdb_agent_about_to_close): New.
117 (gdb_agent_helper_thread): Handle command 'close'.
118 Wait endlessly until the inferior stops.
119 Install gdb_agent_remove_socket to atexit hook.
120 (agent_socket_name): New static variable.
121 (gdb_agent_socket_init): Replace local variable 'name' with
122 'agent_socket_name'.
123 (gdb_agent_remove_socket): New.
124
125 2012-07-27 Yao Qi <yao@codesourcery.com>
126
127 * server.c (process_point_options): Stop at 'X' when parsing.
128
129 2012-07-19 Michael Eager <eager@eagercon.com>
130
131 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
132 to hw_execute.
133 * linux-x86-low.c (x86_insert_point, x86_remove_point):
134 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
135 hardware breakpoint.
136
137 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 * gdbserver/linux-low.c (initialize_low): Call
140 linux_ptrace_init_warnings.
141
142 2012-07-02 Doug Evans <dje@google.com>
143
144 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
145 pointer to int.
146
147 2012-07-02 Stan Shebs <stan@codesourcery.com>
148
149 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
150 (ax.o): Add it to build rule.
151 (ax-ipa.o): Ditto.
152 (OBS): Add format.o.
153 (IPA_OBS): Add format.o.
154 * server.c (handle_query): Claim support for breakpoint commands.
155 (process_point_options): Add command case.
156 (process_serial_event): Leave running if there are printfs in
157 effect.
158 * mem-break.h (any_persistent_commands): Declare.
159 (add_breakpoint_commands): Declare.
160 (gdb_no_commands_at_breakpoint): Declare.
161 (run_breakpoint_commands): Declare.
162 * mem-break.c (struct point_command_list): New struct.
163 (struct breakpoint): New field command_list.
164 (any_persistent_commands): New function.
165 (add_commands_to_breakpoint): New function.
166 (add_breakpoint_commands): New function.
167 (gdb_no_commands_at_breakpoint): New function.
168 (run_breakpoint_commands): New function.
169 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
170 locally.
171 * ax.c: Include format.h.
172 (ax_printf): New function.
173 (gdb_eval_agent_expr): Add printf opcode.
174
175 2012-06-13 Yao Qi <yao@codesourcery.com>
176
177 * server.c (start_inferior): Remove duplicated writes to fields
178 'last_resume_kind' and 'last_status' of 'current_inferior'.
179
180 2012-06-12 Yao Qi <yao@codesourcery.com>
181 Pedro Alves <palves@redhat.com>
182
183 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
184 comment.
185 * server.c (handle_v_cont): Extend comment.
186
187 2012-06-11 Yao Qi <yao@codesourcery.com>
188
189 * linux-low.c (linux_attach): Add 'static'.
190
191 2012-06-06 Yao Qi <yao@codesourcery.com>
192
193 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
194
195 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
196
197 Fix gcc -flto compilation warning.
198 * server.c (main): Make variable multi_mode and attach volatile.
199
200 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
201
202 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
203 if the platform doesn't know about it.
204
205 2012-05-30 Jeff Kenton <jkenton@tilera.com>
206
207 * Makefile.in (SFILES): Add linux-tile-low.c.
208 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
209 * configure.srv: Handle tilegx-*-linux*.
210 * linux-tile-low.c: New file.
211
212 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
215
216 2012-05-24 Pedro Alves <palves@redhat.com>
217
218 PR gdb/7205
219
220 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
221
222 2012-05-24 Pedro Alves <palves@redhat.com>
223
224 PR gdb/7205
225
226 Replace target_signal with gdb_signal throughout.
227
228 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
229
230 * linux-low.c (linux_store_registers): Avoid the copying sequence
231 when no data has been retrieved by ptrace.
232
233 2012-05-22 Will Deacon <will.deacon@arm.com>
234
235 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
236 Include asm/ptrace.h.
237 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
238 already defined.
239
240 2012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
241
242 * linux-low.c (linux_store_registers): Don't re-retrieve data
243 with ptrace that has already been obtained from /proc. Always
244 copy any data retrieved with ptrace to the buffer supplied.
245
246 2012-05-11 Yao Qi <yao@codesourcery.com>
247 Pedro Alves <palves@redhat.com>
248
249 * linux-low.c (enum stopping_threads_kind): New.
250 (stopping_threads): Change type to `enum stopping_threads_kind'.
251 (handle_extended_wait): If stopping and suspending threads, leave
252 the new_lwp suspended too.
253 (linux_wait_for_event): Adjust.
254 (stop_all_lwps): Set `stopping_threads' to
255 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
256 whether we're suspending threads or just stopping them. Assert no
257 recursion happens.
258
259 2012-04-29 Yao Qi <yao@codesourcery.com>
260
261 * server.h: Move some code to ...
262 * gdbthread.h: ... here. New.
263 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
264 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
265 (nto-low.o, win32-low.o): Likewise.
266 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
267 * regcache.c, remote-utils.c, server.c: Likewise.
268 * target.c, tracepoint.c, win32-low.c: Likewise.
269
270 2012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
271
272 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
273 (PTRACE_ARG4_TYPE): Likewise.
274 (PTRACE_XFER_TYPE): Likewise.
275 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
276 ptrace to PTRACE_ARG3_TYPE.
277 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
278 (PTRACE_ARG4_TYPE): Likewise.
279 (PTRACE_XFER_TYPE): Likewise.
280 (linux_detach_one_lwp): Cast fourth argument of
281 ptrace to long then PTRACE_ARG4_TYPE.
282 (regsets_fetch_inferior_registers): Cast third argument of
283 ptrace to long then PTRACE_ARG3_TYPE.
284 (regsets_store_inferior_registers): Likewise.
285
286 2012-04-20 Pedro Alves <palves@redhat.com>
287
288 * configure: Regenerate.
289
290 2012-04-19 Pedro Alves <palves@redhat.com>
291
292 * Makefile.in (GNULIB_BUILDDIR): New.
293 (LIBGNU, INCGNU, GNULIB_H): Adjust.
294 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
295 (all, install-only, uninstall, clean-info, all-lib, clean): No
296 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
297 (maintainer-clean realclean distclean): Use subdir_do.
298 (subdir_do): New.
299 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
300 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
301 * acinclude.m4: Include acx_configure_dir.m4.
302 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
303 calls. Call AC_PROG_RANLIB. Configure gnulib using
304 ACX_CONFIGURE_DIR.
305 (GNULIB): New.
306 (GNULIB_STDINT_H): Adjust.
307 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
308 * gdbreplay.c: Include build-gnulib/config.h.
309 * server.h: Likewise.
310 * aclocal.m4: Regenerate.
311 * config.in: Regenerate.
312 * configure: Regenerate.
313
314 2012-04-19 Pedro Alves <palves@redhat.com>
315
316 * Makefile.in (LIBGNU, INCGNU): Adjust.
317 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
318 (all, install-only, uninstall, clean-info, all-lib, clean)
319 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
320 * configure.ac: Adjust AC_OUTPUT output.
321 * aclocal.m4: Regenerate.
322 * configure: Regenerate.
323
324 2012-04-19 Pedro Alves <palves@redhat.com>
325
326 * Makefile.in (generated_files): New.
327 (server_h): Remove the explicit dependency on config.h, and depend
328 on $generated_files.
329
330 2012-04-19 Pedro Alves <palves@redhat.com>
331
332 * Makefile.in (INCGNU): Add -Ignulib.
333
334 2012-04-19 Pedro Alves <palves@redhat.com>
335
336 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
337 (INCGNU): ... this, and spell out -I here.
338 (GNULIB_LIB): Rename to ...
339 (LIBGNU): ... this.
340 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
341
342 2012-04-19 Pedro Alves <palves@redhat.com>
343
344 * config.in: Regenerate.
345
346 2012-04-19 Pedro Alves <palves@redhat.com>
347
348 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
349 * server.h (memmem): Remove declaration.
350 * config.in: Regenerate.
351 * configure: Regenerate.
352
353 2012-04-19 Yao Qi <yao@codesourcery.com>
354
355 * Makefile.in (SFILES): Add common/vec.c.
356 (OBS): Add vec.o.
357 (vec.o): New rule.
358
359 2012-04-19 Yao Qi <yao@codesourcery.com>
360
361 * remote-utils.c (prepare_resume_reply): Replace with macro
362 target_core_of_thread.
363 * server.c (handle_qxfer_threads_proper): Likewise.
364 * target.h (traget_core_of_thread): New macro.
365
366 2012-04-18 Pedro Alves <palves@redhat.com>
367
368 * aclocal.m4: Regenerate.
369 * configure: Regenerate.
370
371 2012-04-16 Yao Qi <yao@codesourcery.com>
372
373 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
374 duplicated on address.
375
376 2012-04-16 Yao Qi <yao@codesourcery.com>
377
378 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
379 (struct tracepoint_action_ops) <send>: New field.
380 (m_tracepoint_action_send, r_tracepoint_action_send): New.
381 (agent_expr_send, x_tracepoint_action_send): New.
382 (l_tracepoint_action_send): New.
383 (cmd_qtdp): Download and install tracepoint
384 according to `use_agent'.
385 (run_inferior_command): Add one more parameter `len'.
386 Update callers.
387 (tracepoint_send_agent): New.
388 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
389
390 2012-04-16 Yao Qi <yao@codesourcery.com>
391
392 * tracepoint.c (download_tracepoints): Moved to ...
393 (cmd_qtstart): ... here.
394
395 2012-04-14 Yao Qi <yao@codesourcery.com>
396
397 * tracepoint.c: Include inttypes.h.
398 (struct collect_memory_action): Use sized types.
399 (struct tracepoint): Likewise.
400 (cmd_qtdp, stop_tracing): Update print specifiers.
401 (cmd_qtp, response_tracepoint): Likewise.
402 (collect_data_at_tracepoint): Likewise.
403 (collect_data_at_step): Likewise.
404
405 2012-04-14 Yao Qi <yao@codesourcery.com>
406
407 Import gnulib module inttypes.
408 * aclocal.m4, config.in, configure: Regenerated.
409
410 2012-04-14 Yao Qi <yao@codesourcery.com>
411
412 * Makefile.in (maintainer-clean, realclean, distclean): Remove
413 Makefile and config.status at last.
414
415 2012-04-13 Yao Qi <yao@codesourcery.com>
416
417 * tracepoint.c: Include stdint.h unconditionally.
418
419 2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
420
421 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
422 on BFD_HAVE_SYS_PROCFS_TYPE.
423 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
424 * configure: Regenerate.
425 * config.in: Likewise.
426
427 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
428
429 * Makefile.in (clean): Also remove x32.c x32-linux.c
430 x32-avx.c x32-avx-linux.c.
431 (x32.o): New target.
432 (x32.c): Likewise.
433 (x32-linux.o): Likewise.
434 (x32-linux.c): Likewise.
435 (x32-avx.o): Likewise.
436 (x32-avx.c): Likewise.
437 (x32-avx-linux.o): Likewise.
438 (x32-avx-linux.c): Likewise.
439
440 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
441 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
442 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
443 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
444 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
445 i386/x32-avx-linux.xml.
446
447 * linux-x86-low.c (init_registers_x32_linux): New prototype.
448 (init_registers_x32_avx_linux): Likwise.
449 (x86_linux_update_xmltarget): Call init_registers_x32_linux
450 or init_registers_x32_avx_linux if linux_is_elf64 is false.
451
452 2012-04-13 Pedro Alves <palves@redhat.com>
453
454 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
455 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
456 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
457 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
458 the sub-make.
459
460 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
461
462 * linux-x86-low.c (compat_x32_clock_t): New.
463 (compat_x32_siginfo_t): Likewise.
464 (compat_x32_siginfo_from_siginfo): Likewise.
465 (siginfo_from_compat_x32_siginfo): Likewise.
466 (linux_is_elf64): Likewise.
467 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
468 and siginfo_from_compat_x32_siginfo for x32.
469 (x86_arch_setup): Set linux_is_elf64.
470
471 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
472
473 PR gdb/13969
474 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
475 e_machine field.
476 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
477 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
478 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
479 compatible with process.
480
481 2012-04-12 Yao Qi <yao@codesourcery.com>
482
483 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
484 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
485 (install-only, install-info, clean): Handle sub dir gnulib.
486 (all-lib, am--refresh): New targets.
487 (memmem.o): Remove target.
488 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
489 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
490 (AC_REPLACE_FUNCS): Remove memmem.
491 Invoke gl_INIT and AM_INIT_AUTOMAKE.
492 (AC_OUTPUT): Generate Makefile in gnulib/.
493 * aclocal.m4, config.in, configure: Regenerated.
494
495 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
496
497 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
498
499 2012-04-05 Pedro Alves <palves@redhat.com>
500
501 -Werror=strict-aliasing
502
503 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
504 pointer.
505
506 2012-04-04 Pedro Alves <palves@redhat.com>
507
508 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
509 (sparc_store_gregset_from_stack, sparc_store_gregset)
510 (sparc_breakpoint_at): Fix formatting.
511
512 2012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
513
514 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
515 are available.
516 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
517 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
518 * config.in: Regenerate.
519 * configure: Likewise.
520
521 2012-03-29 Pedro Alves <palves@redhat.com>
522
523 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
524 Correct ptrace arguments.
525
526 2012-03-28 Pedro Alves <palves@redhat.com>
527
528 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
529 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
530 (IA64_FR1_REGNUM): New defines.
531 (ia64_fetch_register): New.
532 (the_low_target): Install it.
533 * linux-low.h (struct linux_target_ops) <fetch_register>: New
534 field.
535 * linux-low.c (linux_fetch_registers): Try the
536 the_low_target.fetch_register hook first.
537
538 * linux-arm-low.c (the_low_target): Adjust.
539 * linux-bfin-low.c (the_low_target): Adjust.
540 * linux-cris-low.c (the_low_target): Adjust.
541 * linux-crisv32-low.c (the_low_target): Adjust.
542 * linux-m32r-low.c (the_low_target): Adjust.
543 * linux-m68k-low.c (the_low_target): Adjust.
544 * linux-mips-low.c (the_low_target): Adjust.
545 * linux-ppc-low.c (the_low_target): Adjust.
546 * linux-s390-low.c (the_low_target): Adjust.
547 * linux-sh-low.c (the_low_target): Adjust.
548 * linux-sparc-low.c (the_low_target): Adjust.
549 * linux-tic6x-low.c (the_low_target): Adjust.
550 * linux-x86-low.c (the_low_target): Adjust.
551 * linux-xtensa-low.c (the_low_target): Adjust.
552
553 2012-03-26 Pedro Alves <palves@redhat.com>
554
555 * server.c (handle_qxfer_libraries): Don't bail early if
556 the_target->qxfer_libraries_svr4 is not NULL.
557
558 2012-03-26 Pedro Alves <palves@redhat.com>
559
560 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
561
562 2012-03-23 Pedro Alves <palves@redhat.com>
563
564 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
565 "library-list-svr4" element's start tag when the the DSO list is
566 empty.
567
568 2012-03-23 Pedro Alves <palves@redhat.com>
569
570 * linux-low.c (read_one_ptr): Read the inferior's pointer through
571 a variable whose type size is the same as the inferior's pointer
572 size.
573
574 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
575
576 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
577 struct siginfo.
578 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
579 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
580 * linux-low.h: Include <signal.h>.
581 (struct siginfo): Remove forward declaration.
582 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
583 struct siginfo.
584
585 2012-03-21 Mike Frysinger <vapier@gentoo.org>
586
587 * .gitignore: Ignore more files.
588
589 2012-03-19 Pedro Alves <palves@redhat.com>
590 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * server.c (cont_thread, general_thread): Add describing comments.
593 (start_inferior): Clear `cont_thread'.
594 (handle_v_cont): Don't set `cont_thread' if resuming all threads
595 of a process.
596
597 2012-03-15 Yao Qi <yao@codesourcery.com>
598
599 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
600 handling to ...
601 (cmd_qtdp): ... here.
602
603 2012-03-15 Yao Qi <yao@codesourcery.com>
604
605 * tracepoint.c (struct tracepoint_action_ops): New.
606 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
607 (m_tracepoint_action_download): New.
608 (r_tracepoint_action_download): New.
609 (x_tracepoint_action_download): New.
610 (l_tracepoint_action_download): New.
611 (add_tracepoint_action): Install `action->ops' according type.
612 (download_tracepoint_1): Move code `download' function pointer
613 of various tracepoint_action_ops.
614
615 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
618 linux_ptrace_attach_warnings.
619
620 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * Makefile.in (linux-ptrace.o): New.
623 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
624 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
625 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
626 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
627 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
628 of these targets.
629 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
630
631 2012-03-08 Yao Qi <yao@codesourcery.com>
632 Pedro Alves <palves@redhat.com>
633
634 Fix PR server/13392.
635 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
636 offset of JMP insn.
637 * tracepoint.c (remove_tracepoint): New.
638 (cmd_qtdp): Call remove_tracepoint when failed to install.
639
640 2012-03-07 Pedro Alves <palves@redhat.com>
641
642 * linux-low.c (get_detach_signal): New.
643 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
644 Pass on pending signals to PTRACE_DETACH. Check the result of the
645 ptrace call.
646 * server.c (program_signals, program_signals_p): New.
647 (handle_general_set): Handle QProgramSignals.
648 * server.h (program_signals, program_signals_p): Declare.
649
650 2012-03-05 Pedro Alves <palves@redhat.com>
651 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
654 New comment why.
655
656 2012-03-03 Yao Qi <yao@codesourcery.com>
657
658 * tracepoint.c (tracepoint_look_up_symbols): Update call to
659 agent_look_up_symbols.
660
661 2012-03-03 Yao Qi <yao@codesourcery.com>
662
663 * Makefile.in (linux-low.o): Keep dependence on agent.h.
664 (linux-x86-low.o): Likewise.
665 * server.h: Remove in_process_agent_loaded.
666 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
667 common/agent.c.
668 Update callers.
669
670 2012-03-03 Yao Qi <yao@codesourcery.com>
671
672 * tracepoint.c (gdb_agent_capability): New global.
673 (in_process_agent_loaded_ust): Renamed to
674 `in_process_agent_supports_ust'.
675 Update callers.
676 (in_process_agent_supports_ust): Call agent_capability_check.
677 (clear_installed_tracepoints): Assert that agent supports
678 agent.
679
680 2012-03-03 Yao Qi <yao@codesourcery.com>
681
682 * linux-low.c (linux_supports_agent): New.
683 (linux_target_ops): Initialize field `supports_agent' with
684 linux_supports_agent.
685 * target.h (struct target_ops) <supports_agent>: New.
686 (target_supports_agent): New macro.
687 * server.c (handle_general_set): Handle packet 'QAgent'.
688 (handle_query): Send `QAgent+'.
689 * Makefile.in (server.o): Depends on agent.h.
690
691 2012-03-03 Yao Qi <yao@codesourcery.com>
692
693 * Makefile.in (OBS): Add agent.o.
694 Add new rule for agent.o.
695 Track dependence of tracepoint.c on agent.h.
696 * tracepoint.c (run_inferior_command_1):
697 (run_inferior_command): Call agent_run_command.
698 (gdb_ust_connect_sync_socket): Deleted. Move it to
699 common/agent.c.
700 (resume_thread, stop_thread): Likewise.
701 (gdb_ust_socket_init): Renamed to ...
702 (gdb_agent_socket_init): ... New.
703 (gdb_ust_thread): Renamed to ...
704 (gdb_agent_helper_thread): ... New.
705 (gdb_ust_init): Move some code to ...
706 (gdb_agent_init): ... here. New.
707 [HAVE_UST]: Call gdb_ust_init.
708 (initialize_tracepoint_ftlib): Call gdb_agent_init.
709 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
710 * config.in, configure: Regenerated.
711
712 2012-03-02 Pedro Alves <palves@redhat.com>
713
714 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
715 * linux-low.c (struct simple_pid_list): New.
716 (stopped_pids): New a struct simple_pid_list pointer.
717 (add_to_pid_list, pull_pid_from_list): New.
718 (handle_extended_wait): Don't assume the first signal new children
719 report is SIGSTOP. Adjust call to pull_pid_from_list.
720 (linux_wait_for_lwp): Adjust.
721
722 2012-03-02 Yao Qi <yao@codesourcery.com>
723
724 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
725 debug log.
726
727 2012-03-02 Yao Qi <yao@codesourcery.com>
728
729 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
730 `stop_pc' and `tpoint'. Update caller.
731
732 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
733
734 * linux-low.h (linux_target_ops): Add regset_bitmap member.
735 * linux-low.c (use_linux_regsets): New macro.
736 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
737 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
738 (linux_register_in_regsets): New function.
739 (usr_fetch_inferior_registers): Skip registers covered by
740 regsets.
741 (usr_store_inferior_registers): Likewise.
742 (usr_fetch_inferior_registers): New macro.
743 (usr_store_inferior_registers): Likewise.
744 (linux_fetch_registers): Handle mixed regset/non-regset targets.
745 (linux_store_registers): Likewise.
746 * linux-mips-low.c (init_registers_mips_dsp_linux): New
747 prototype.
748 (init_registers_mips64_dsp_linux): Likewise.
749 (init_registers_mips_linux): New macro.
750 (init_registers_mips_dsp_linux): Likewise.
751 (mips_dsp_num_regs): Likewise.
752 (DSP_BASE, DSP_CONTROL): New fallback macros.
753 (mips_base_regs): New macro.
754 (mips_regmap): Use it. Fix the size.
755 (mips_dsp_regmap): New variable.
756 (mips_dsp_regset_bitmap): Likewise.
757 (mips_arch_setup): New function.
758 (mips_cannot_fetch_register): Use the_low_target.regmap rather
759 than mips_regmap.
760 (mips_cannot_store_register): Likewise.
761 (the_low_target): Update .arch_setup, .num_regs and .regmap
762 initializers. Add .regset_bitmap initializer.
763 * linux-arm-low.c (the_low_target): Add .regset_bitmap
764 initializer.
765 * linux-bfin-low.c (the_low_target): Likewise.
766 * linux-cris-low.c (the_low_target): Likewise.
767 * linux-crisv32-low.c (the_low_target): Likewise.
768 * linux-ia64-low.c (the_low_target): Likewise.
769 * linux-m32r-low.c (the_low_target): Likewise.
770 * linux-m68k-low.c (the_low_target): Likewise.
771 * linux-ppc-low.c (the_low_target): Likewise.
772 * linux-s390-low.c (the_low_target): Likewise.
773 * linux-sh-low.c (the_low_target): Likewise.
774 * linux-sparc-low.c (the_low_target): Likewise.
775 * linux-tic6x-low.c (the_low_target): Likewise.
776 * linux-x86-low.c (the_low_target): Likewise.
777 * linux-xtensa-low.c (the_low_target): Likewise.
778 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
779 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
780 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
781 srv_xmlfiles.
782 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
783 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
784
785 2012-02-29 Yao Qi <yao@codesourcery.com>
786 Pedro Alves <palves@redhat.com>
787
788 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
789 `step_over_finished' is true.
790
791 2012-02-27 Pedro Alves <palves@redhat.com>
792
793 * linux-low.c (pid_is_stopped): Delete, moved to common/.
794 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
795
796 2012-02-27 Pedro Alves <palves@redhat.com>
797
798 PR server/9684
799 * linux-low.c (pid_is_stopped): New.
800 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
801
802 2012-02-25 Luis Machado <lgustavo@codesourcery.com>
803
804 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
805 of conditions.
806
807 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
808
809 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
810
811 2012-02-24 Luis Machado <lgustavo@codesourcery>
812
813 * server.c (handle_query): Advertise support for target-side
814 breakpoint condition evaluation.
815 (process_point_options): New function.
816 (process_serial_event): When inserting a breakpoint, check for
817 a target-side condition that should be evaluated.
818
819 * mem-break.c: Include regcache.h and ax.h.
820 (point_cond_list_t): New data structure.
821 (breakpoint) <cond_list>: New field.
822 (find_gdb_breakpoint_at): Make non-static.
823 (delete_gdb_breakpoint_at): Clear any target-side
824 conditions.
825 (clear_gdb_breakpoint_conditions): New function.
826 (add_condition_to_breakpoint): Likewise.
827 (add_breakpoint_condition): Likewise.
828 (gdb_condition_true_at_breakpoint): Likewise.
829 (gdb_breakpoint_here): Return result directly instead
830 of going through a local variable.
831
832 * mem-break.h (find_gdb_breakpoint_at): New prototype.
833 (clear_gdb_breakpoint_conditions): Likewise.
834 (add_breakpoint_condition): Likewise.
835 (gdb_condition_true_at_breakpoint): Likewise.
836
837 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
838 (need_step_over_p): Take target-side breakpoint condition into
839 consideration.
840
841 2012-02-24 Luis Machado <lgustavo@codesourcery>
842
843 * server.h: Include tracepoint.h.
844 (agent_mem_read, agent_get_trace_state_variable_value,
845 agent_set_trace_state_variable_value,
846 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
847 get_set_tsv_func_addr): New prototypes.
848
849 * ax.h: New include file.
850 * ax.c: New source file.
851
852 * tracepoint.c: Include ax.h.
853 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
854 agent_expr, eval_result_type): Move to ax.h.
855 (parse_agent_expr): Rename to ...
856 (gdb_parse_agent_expr): ... this, make it non-static and move
857 to ax.h.
858 (unparse_agent_expr) Rename to ...
859 (gdb_unparse_agent_expr): ... this, make it non-static and move
860 to ax.h.
861 (eval_agent_expr): Rename to ...
862 (eval_tracepoint_agent_expr): ... this.
863 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
864 forward declarations.
865 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
866 (agent_get_trace_state_variable_value): New function.
867 (agent_set_trace_state_variable_value): New function.
868 (cmd_qtdp): Call gdb_parse_agent_expr (...).
869 (response_tracepoint): Call gdb_unparse_agent_expr (...).
870 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
871 (condition_true_at_tracepoint): Likewise.
872 (parse_agent_expr): Rename to ...
873 (gdb_parse_agent_expr): ... this and move to ax.c.
874 (unparse_agent_expr): Rename to ...
875 (gdb_unparse_agent_expr): ... this and move to ax.c.
876 (gdb_agent_op_name): Move to ax.c.
877 (eval_agent_expr): Rename to ...
878 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
879 and move to ax.c.
880 (eval_tracepoint_agent_expr): New function.
881 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
882 non-static.
883 (current_insn_ptr, emit_error, struct bytecode_address): Move to
884 ax.c.
885 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
886 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
887 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
888 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
889 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
890 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
891 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
892 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
893 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
894 (compile_bytecodes): Remove forward declaration.
895 (is_goto_target): Move to ax.c.
896 (compile_bytecodes): Move to ax.c and call
897 agent_get_trace_state_variable_value (...) and
898 agent_set_trace_state_variable_value (...).
899
900 * Makefile.in: Update ax.c and IPA dependencies.
901
902 2012-02-24 Pedro Alves <palves@redhat.com>
903
904 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
905 (cmd_bigqtbuffer_circular): ... this. Only handle
906 'QTBuffer:circular:'.
907 (handle_tracepoint_general_set): Adjust.
908
909 2012-02-16 Yao Qi <yao@codesourcery.com>
910
911 * inferiors.c: Move code to ...
912 * dll.c: .... here. New.
913 * server.h: Declare clear_dlls.
914 * Makefile.in (SFILES): Add dll.c.
915 (OBS): Add dll.o
916 (dll.o): New rule.
917
918 2012-02-11 Yao Qi <yao@codesourcery.com>
919
920 * server.c: (handle_monitor_command): Add a new parameter
921 `own_buf'.
922 (handle_query): Update caller.
923
924 2012-02-09 Joel Brobecker <brobecker@adacore.com>
925
926 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
927 * configure, config.in: Regenerate.
928 * hostio.c: Provide an alternate implementation if HAVE_READLINK
929 is not defined.
930
931 2012-02-02 Pedro Alves <palves@redhat.com>
932
933 Try SIGKILL first, then PTRACE_KILL.
934 * linux-low.c (linux_kill_one_lwp): New.
935 (linux_kill_one_lwp): Rename to ...
936 (kill_one_lwp_callback): ... this. Use the new
937 linux_kill_one_lwp.
938
939 2012-02-02 Pedro Alves <palves@redhat.com>
940
941 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
942 inferior.
943
944 2012-01-27 Pedro Alves <palves@redhat.com>
945
946 * linux-low.c (linux_child_pid_to_exec_file): Delete.
947 (elf_64_file_p): Make static.
948 (linux_pid_exe_is_elf_64_file): New.
949 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
950 Delete declarations.
951 (linux_pid_exe_is_elf_64_file): Declare.
952 * linux-x86-low.c (x86_arch_setup): Use
953 linux_pid_exe_is_elf_64_file.
954
955 2012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
956
957 * linux-low.c (linux_wait_for_event_1): Rename to ...
958 (linux_wait_for_event): ... here and merge it with former
959 linux_wait_for_event - new variable wait_ptid, use it.
960 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
961
962 2012-01-23 Pedro Alves <palves@redhat.com>
963
964 * server.c (main): Avoid yet another case of infinite loop while
965 detaching/killing after a longjmp.
966
967 2012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
968
969 Code cleanup.
970 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
971
972 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
973
974 * hostio.c (handle_readlink): New function.
975 (handle_vFile): Call it to handle "vFile:readlink" packets.
976
977 2012-01-20 Pedro Alves <palves@redhat.com>
978 Ulrich Weigand <ulrich.weigand@linaro.org>
979
980 * server.c (handle_v_requests): Only support vAttach and vRun to
981 start multiple processes when in extended protocol mode.
982
983 2012-01-17 Pedro Alves <palves@redhat.com>
984
985 * tracepoint.c (initialize_tracepoint): Use mmap instead of
986 memalign plus mprotect to allocate the scratch buffer.
987
988 2012-01-13 Pedro Alves <palves@redhat.com>
989
990 * server.c (attach_inferior): Clear `cont_thread'.
991
992 2012-01-13 Pedro Alves <palves@redhat.com>
993
994 * server.c (main): Avoid infinite loop while detaching/killing
995 after a longjmp.
996
997 2012-01-09 Doug Evans <dje@google.com>
998
999 * server.c (start_inferior): Set last_ptid in --wrapper case.
1000
1001 2012-01-06 Yao Qi <yao@codesourcery.com>
1002
1003 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
1004 defined.
1005 [IN_PROCESS_AGENT] (debug_agent): New global variable.
1006
1007 2012-01-04 Yao Qi <yao@codesourcery.com>
1008
1009 * tracepoint.c (cmd_qtdp): Print debug message
1010 for static tracepoint.
1011
1012 2012-01-04 Yao Qi <yao@codesourcery.com>
1013
1014 * tracepoint.c (trace_vdebug): Differentiate debug message
1015 between gdbserver and IPA.
1016
1017 2012-01-03 Yao Qi <yao@codesourcery.com>
1018
1019 * tracepoint.c (tracepoint_was_hit): Don't collect for
1020 static tracepoint.
1021
1022 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1023
1024 * terminal.h: Reformat copyright header.
1025
1026 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1027
1028 * server.c (gdbserver_version): Update copyright year.
1029 * gdbreplay.c (gdbreplay_version): Likewise.
1030
1031 2011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 * linux-low.c (linux_create_inferior): Put empty if clause for write.
1034
1035 Revert:
1036 2011-12-18 Hui Zhu <teawater@gmail.com>
1037 * linux-low.c (linux_create_inferior): Save return value to ret.
1038
1039 2011-12-18 Hui Zhu <teawater@gmail.com>
1040
1041 * linux-low.c (linux_create_inferior): Save return value to ret.
1042
1043 2011-12-16 Doug Evans <dje@google.com>
1044
1045 * linux-low.c (linux_create_inferior): If stdio connection,
1046 redirect stdin from /dev/null, stdout to stderr.
1047 * remote-utils.c (remote_is_stdio): New static global.
1048 (remote_connection_is_stdio): New function.
1049 (remote_prepare): Handle stdio connection.
1050 (remote_open): Ditto.
1051 (remote_close): Don't close stdin for stdio connections.
1052 (read_prim,write_prim): New functions. Replace all calls to
1053 read/write to these.
1054 * server.c (main): Watch for "-" argument. Move call to
1055 remote_prepare before start_inferior.
1056 * server.h (STDIO_CONNECTION_NAME): New macro.
1057 (remote_connection_is_stdio): Declare.
1058
1059 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
1060 in debugging output.
1061
1062 2011-12-15 Yao Qi <yao@codesourcery.com>
1063
1064 * tracepoint.c: Include sys/syscall.h.
1065 (gdb_ust_thread): Remove preprocessor conditional.
1066
1067 2011-12-14 Pedro Alves <pedro@codesourcery.com>
1068
1069 * linux-low.c (linux_detach_one_lwp): Call
1070 the_low_target.prepare_to_resume before detaching.
1071
1072 2011-12-14 Yao Qi <yao@codesourcery.com>
1073
1074 * tracepoint.c (gdb_ust_thread): Don't ignore return value
1075 of write.
1076
1077 2011-12-14 Yao Qi <yao@codesourcery.com>
1078
1079 * i386-low.c (i386_low_stopped_data_address): Initialize local
1080 variable `control'.
1081
1082 2011-12-13 Pedro Alves <pedro@codesourcery.com>
1083
1084 PR remote/13492
1085
1086 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
1087 DR_CONTROL unless necessary. Extend comments.
1088 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
1089 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
1090
1091 2011-12-13 Yao Qi <yao@codesourcery.com>
1092
1093 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
1094 macros.
1095 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
1096
1097 2011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
1100 Print new debug message for such case.
1101
1102 2011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1103
1104 Fix overlapping memcpy.
1105 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
1106 the read_inferior_memory transfer.
1107 (delete_fast_tracepoint_jump): New variable buf. Use it for the
1108 write_inferior_memory transfer.
1109 (set_fast_tracepoint_jump): New variable buf. Use it for the
1110 read_inferior_memory and write_inferior_memory transfers.
1111 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
1112 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
1113 Use it for the write_inferior_memory transfer.
1114 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
1115 buffers.
1116
1117 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
1118
1119 * linux-low.c (fetch_register, store_register): Make code
1120 consistent, fix formatting.
1121
1122 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
1123
1124 * linux-low.c (usr_store_inferior_registers): Factor out code
1125 to handle individual registers into...
1126 (store_register): ... this new function.
1127
1128 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1129
1130 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
1131 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
1132 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
1133 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
1134 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
1135 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
1136 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
1137 (srv_xmlfiles): Add new XML files.
1138
1139 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
1140 and <sys/uio.h>.
1141 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
1142 (init_registers_s390_linux32v1): Add prototype.
1143 (init_registers_s390_linux32v2): Likewise.
1144 (init_registers_s390_linux64v1): Likewise.
1145 (init_registers_s390_linux64v2): Likewise.
1146 (init_registers_s390x_linux64v1): Likewise.
1147 (init_registers_s390x_linux64v2): Likewise.
1148 (s390_num_regs): Increment to 52.
1149 (s390_regmap): Add orig_r2 register.
1150 (s390_num_regs_3264): Increment to 68.
1151 (s390_regmap_3264): Add orig_r2 register.
1152 (s390_collect_ptrace_register): Handle orig_r2 register.
1153 (s390_supply_ptrace_register): Likewise.
1154 (s390_fill_last_break): New function.
1155 (s390_store_last_break): Likewise.
1156 (s390_fill_system_call): New function.
1157 (s390_store_system_call): Likewise.
1158 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
1159 register sets.
1160 (s390_check_regset): New function.
1161 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
1162 NT_S390_SYSTEM_CALL regsets and use appropriate description.
1163 Update target_regsets for available register sets.
1164
1165 2011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1166 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
1169 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
1170 New.
1171 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
1172 * linux-low.h (struct process_info_private): New member r_debug.
1173 * server.c (handle_qxfer_libraries): Call
1174 the_target->qxfer_libraries_svr4.
1175 (handle_qxfer_libraries_svr4): New function.
1176 (qxfer_packets): New entry "libraries-svr4".
1177 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
1178 * target.h (struct target_ops): New member qxfer_libraries_svr4.
1179 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
1180 PACKET_qXfer_libraries_svr4.
1181
1182 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1183
1184 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
1185 PSW address/mask between 8-byte and 16-byte formats.
1186 (s390_supply_ptrace_register): Likewise.
1187 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
1188 basic addressing mode bit.
1189
1190 2011-11-24 Stan Shebs <stan@codesourcery.com>
1191
1192 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
1193
1194 2011-11-17 Stan Shebs <stan@codesourcery.com>
1195
1196 * tracepoint.c (struct tracepoint): New field traceframe_usage.
1197 (tracing_start_time): New global.
1198 (tracing_stop_time): New global.
1199 (tracing_user_name): New global.
1200 (tracing_notes): New global.
1201 (tracing_stop_note): New global.
1202 (cmd_qtstart): Set traceframe_usage, start_time.
1203 (stop_tracing): Set stop_time.
1204 (cmd_qtstatus): Report additional status.
1205 (cmd_qtp): New function.
1206 (handle_tracepoint_query): Call it.
1207 (cmd_qtnotes): New function.
1208 (handle_tracepoint_general_set): Call it.
1209 (get_timestamp): Rename from tsv_get_timestamp.
1210
1211 2011-11-14 Stan Shebs <stan@codesourcery.com>
1212 Kwok Cheung Yeung <kcy@codesourcery.com>
1213
1214 * linux-x86-low.c (small_jump_insn): New.
1215 (i386_install_fast_tracepoint_jump_pad): Add arguments for
1216 trampoline and error message, build a trampoline and issue a small
1217 jump instruction to it.
1218 (x86_install_fast_tracepoint_jump_pad): Add arguments for
1219 trampoline and error message.
1220 (x86_get_min_fast_tracepoint_insn_len): New.
1221 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
1222 * linux-low.h (struct linux_target_ops): Add arguments to
1223 install_fast_tracepoint_jump_pad operation, add new operation.
1224 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
1225 arguments.
1226 (linux_get_min_fast_tracepoint_insn_len): New function.
1227 (linux_target_op): Add new operation.
1228 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
1229 (gdb_trampoline_buffer_end): Ditto.
1230 (gdb_trampoline_buffer_error): Ditto.
1231 (struct ipa_sym_addresses): Add fields for new IPA variables.
1232 (symbol_list): Add entries for new IPA variables.
1233 (struct tracepoint): Add fields to hold the address range of the
1234 trampoline used by the tracepoint.
1235 (trampoline_buffer_head): New static variable.
1236 (trampoline_buffer_tail): Ditto.
1237 (claim_trampoline_space): New function.
1238 (have_fast_tracepoint_trampoline_buffer): New function.
1239 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
1240 structure.
1241 (install_fast_tracepoint): Ditto, also add error buffer argument.
1242 (cmd_qtminftpilen): New function.
1243 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
1244 (fast_tracepoint_from_trampoline_address): New function.
1245 (fast_tracepoint_collecting): Handle trampoline as part of jump
1246 pad space.
1247 (set_trampoline_buffer_space): New function.
1248 (initialize_tracepoint): Initialize new IPA variables.
1249 * target.h (struct target_ops): Add arguments to
1250 install_fast_tracepoint_jump_pad operation, add new
1251 get_min_fast_tracepoint_insn_len operation.
1252 (target_get_min_fast_tracepoint_insn_len): New.
1253 (install_fast_tracepoint_jump_pad): Add arguments.
1254 * server.h (IPA_BUFSIZ): Define.
1255 * linux-i386-ipa.c: Include extra header files.
1256 (initialize_fast_tracepoint_trampoline_buffer): New function.
1257 (initialize_low_tracepoint): Call it.
1258 * server.h (set_trampoline_buffer_space): Declare.
1259 (claim_trampoline_space): Ditto.
1260 (have_fast_tracepoint_trampoline_buffer): Ditto.
1261
1262 2011-11-14 Yao Qi <yao@codesourcery.com>
1263
1264 * server.c (handle_query): Handle InstallInTrace for qSupported.
1265 * tracepoint.c (add_tracepoint): Sort list.
1266 (install_tracepoint, download_tracepoint): New.
1267 (cmd_qtdp): Call them to install and download tracepoints.
1268 (sort_tracepoints): Removed.
1269 (cmd_qtstart): Update.
1270
1271 2011-11-14 Yao Qi <yao@codesourcery.com>
1272
1273 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
1274 * mem-break.h: Declare.
1275 * tracepoint.c (cmd_qtstart): Move some code to ...
1276 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
1277 New.
1278 (download_tracepoints): Move some code to ...
1279 (download_tracepoint_1): ... here. New.
1280
1281 2011-11-08 Yao Qi <yao@codesourcery.com>
1282
1283 * remote-utils.c (relocate_instruction): A comment fix.
1284
1285 2011-11-07 Joel Brobecker <brobecker@adacore.com>
1286
1287 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
1288 (i386_dr_low_get_control, i386_dr_low_get_status): Use
1289 dr_status_mirror and dr_control_mirror from debug_reg_state.
1290 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
1291 (i386_initial_stuff): Remove use of deleted globals.
1292 (i386_get_thread_context, i386_set_thread_context,
1293 i386_thread_added): Use dr_status_mirror and dr_control_mirror
1294 from debug_reg_state.
1295
1296 2011-11-05 Yao Qi <yao@codesourcery.com>
1297
1298 * tracepoint.c (gdb_collect): Loop over tracepoints of same
1299 address as TPOINT's.
1300
1301 2011-11-02 Stan Shebs <stan@codesourcery.com>
1302
1303 * tracepoint.c (agent_mem_read_string): New function.
1304 (eval_agent_expr): Call it for tracenz.
1305 * server.c (handle_query): Report support for tracenz.
1306
1307 2011-11-02 Yao Qi <yao@codesourcery.com>
1308
1309 * tracepoint.c (cmd_qtstart): Remove unused local variables.
1310
1311 2011-11-02 Yao Qi <yao@codesourcery.com>
1312
1313 * target.h: Fix a typo in comment.
1314
1315 2011-10-31 Pedro Alves <pedro@codesourcery.com>
1316
1317 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
1318 clobber the breakpoints' shadows with fast tracepoint jumps.
1319 * mem-break.h (check_mem_write): Add `myaddr' parameter.
1320 * target.c (write_inferior_memory): Also pass MYADDR down to
1321 check_mem_write.
1322
1323 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1324
1325 * configure.ac: Check support for personality routine.
1326 * configure: Regenerate.
1327 * config.in: Likewise.
1328 * linux-low.c: Include <sys/personality.h>.
1329 Define ADDR_NO_RANDOMIZE if necessary.
1330 (linux_create_inferior): Disable address space randomization when
1331 forking inferior, if requested.
1332 (linux_supports_disable_randomization): New function.
1333 (linux_target_ops): Install it.
1334 * server.h (disable_randomization): Declare.
1335 * server.c (disable_randomization): New global variable.
1336 (handle_general_set): Handle QDisableRandomization.
1337 (handle_query): Likewise for qSupported.
1338 (main): Support --disable-randomization and --no-disable-randomization
1339 command line arguments.
1340 * target.h (struct target_ops): Add supports_disable_randomization.
1341 (target_supports_disable_randomization): New macro.
1342
1343 2011-09-29 Mike Frysinger <vapier@gentoo.org>
1344
1345 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
1346 ifdef check.
1347 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
1348 [!PT_GETDSBT] (target_loadmap): New definition.
1349 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
1350 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
1351 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
1352 and PT_GETDSBT to LINUX_LOADMAP.
1353 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
1354 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
1355
1356 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1357
1358 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
1359 (arm_linux_hwbp_cap): New static variable.
1360 (arm_linux_get_hwbp_cap): Replace by ...
1361 (arm_linux_init_hwbp_cap): ... this new function.
1362 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
1363 (arm_linux_get_hw_watchpoint_count): Likewise.
1364 (arm_linux_get_hw_watchpoint_max_length): Likewise.
1365 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
1366 (arm_prepare_to_resume): Use perror_with_name instead of error.
1367
1368 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
1369
1370 * linux-arm-low.c: Include <signal.h>.
1371 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
1372 (struct arm_linux_hwbp_cap): New data type.
1373 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
1374 (struct arm_linux_hw_breakpoint): New data type.
1375 (MAX_BPTS, MAX_WPTS): Define.
1376 (struct arch_process_info, struct arch_lwp_info): New data types.
1377 (arm_linux_get_hwbp_cap): New function.
1378 (arm_linux_get_hw_breakpoint_count): Likewise.
1379 (arm_linux_get_hw_watchpoint_count): Likewise.
1380 (arm_linux_get_hw_watchpoint_max_length): Likewise.
1381 (arm_hwbp_control_initialize): Likewise.
1382 (arm_hwbp_control_is_enabled): Likewise.
1383 (arm_hwbp_control_is_initialized): Likewise.
1384 (arm_hwbp_control_disable): Likewise.
1385 (arm_linux_hw_breakpoint_equal): Likewise.
1386 (arm_linux_hw_point_initialize): Likewise.
1387 (struct update_registers_data): New data structure.
1388 (update_registers_callback: New function.
1389 (arm_insert_point): Likewise.
1390 (arm_remove_point): Likewise.
1391 (arm_stopped_by_watchpoint): Likewise.
1392 (arm_stopped_data_address): Likewise.
1393 (arm_new_process): Likewise.
1394 (arm_new_thread): Likewise.
1395 (arm_prepare_to_resume): Likewise.
1396 (the_low_target): Register arm_insert_point, arm_remove_point,
1397 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
1398 arm_new_thread, and arm_prepare_to_resume.
1399
1400 2011-09-15 Stan Shebs <stan@codesourcery.com>
1401
1402 * server.h (struct emit_ops): Add compare-goto fields.
1403 * tracepoint.c (gdb_agent_op_sizes): New table.
1404 (emit_eq_goto): New function.
1405 (emit_ne_goto): New function.
1406 (emit_lt_goto): New function.
1407 (emit_le_goto): New function.
1408 (emit_gt_goto): New function.
1409 (emit_ge_goto): New function.
1410 (is_goto_target): New function.
1411 (compile_bytecodes): Recognize special cases of compare-goto
1412 combinations and call specialized emitters for them.
1413 * linux-x86-low.c (amd64_emit_eq_goto): New function.
1414 (amd64_emit_ne_goto): New function.
1415 (amd64_emit_lt_goto): New function.
1416 (amd64_emit_le_goto): New function.
1417 (amd64_emit_gt_goto): New function.
1418 (amd64_emit_ge_goto): New function.
1419 (amd64_emit_ops): Add the new functions.
1420 (i386_emit_eq_goto): New function.
1421 (i386_emit_ne_goto): New function.
1422 (i386_emit_lt_goto): New function.
1423 (i386_emit_le_goto): New function.
1424 (i386_emit_gt_goto): New function.
1425 (i386_emit_ge_goto): New function.
1426 (i386_emit_ops): Add the new functions.
1427
1428 2011-09-08 Stan Shebs <stan@codesourcery.com>
1429
1430 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
1431 (i386_emit_epilogue): Restore %ebx.
1432
1433 2011-08-31 Jie Zhang <jzhang918@gmail.com>
1434
1435 * server.c (step_thread): Remove definition.
1436 (process_serial_event): Don't handle Hs.
1437 * server.h (step_thread): Remove declaration.
1438 * target.c (set_desired_inferior): Remove use of step_thread.
1439
1440 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
1441
1442 * linux-low.c: Include linux-procfs.h.
1443 (linux_attach_lwp_1): Update comments.
1444 (linux_attach): Scan for existing threads when attaching to a
1445 process that is the tgid.
1446 * Makefile.in: Update dependencies.
1447
1448 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
1449
1450 * configure.srv: Add linux-procfs.o dependencies.
1451
1452 2011-08-14 Yao Qi <yao@codesourcery.com>
1453
1454 * target.h (struct target_ops): Fix indent.
1455 * win32-low.c (win32_target_ops): Fix comment.
1456
1457 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
1458 Yao Qi <yao@codesourcery.com>
1459
1460 * Makefile.in (clean): Remove tic6x-*.c files.
1461 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
1462 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
1463 (tic6x-c64xp-linux.c): Likewise.
1464 * configure.srv: Add support for tic6x-*-uclinux.
1465 * linux-tic6x-low.c: New.
1466 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
1467
1468 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
1469 Yao Qi <yao@codesourcery.com>
1470
1471 * target.h (struct target_ops): Add read_loadmap.
1472 * linux-low.c (struct target_loadseg): New type.
1473 (struct target_loadmap): New type.
1474 (linux_read_loadmap): New function.
1475 (linux_target_ops): Add linux_read_loadmap.
1476 * server.c (handle_query): Support qXfer:fdpic:read packet.
1477 * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
1478
1479 2011-08-05 Eli Zaretskii <eliz@gnu.org>
1480
1481 * win32-low.c: Include <stdint.h>.
1482
1483 2011-07-22 Pedro Alves <pedro@codesourcery.com>
1484
1485 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
1486 to the inferior here.
1487 (i386_remove_aligned_watchpoint): Ditto.
1488 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
1489 fit part of the watchpoint in the debug registers.
1490 (i386_update_inferior_debug_regs): New.
1491 (i386_low_insert_watchpoint): Work on a local mirror of the debug
1492 registers, and only update the inferior on success.
1493 (i386_low_remove_watchpoint): Ditto.
1494
1495 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
1496
1497 * linux-low.c (compare_ints, unique, list_threads, show_process,
1498 linux_core_of_thread): Delete.
1499 (linux_target_ops): Change linux_core_of_thread to
1500 linux_common_core_of_thread.
1501 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
1502 * utils.c (malloc_failure): Change type of argument.
1503 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
1504 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
1505 common/linux-osdata.c, common/ptid.c and common/buffer.c.
1506 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
1507 (IPA_OBJS): Add common-utils-ipa.o.
1508 (ptid_h, linux_osdata_h): New macros.
1509 (server_h): Add common/common-utils.h, common/xml-utils.h,
1510 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
1511 common/ptid.h.
1512 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
1513 ptid.o, buffer.o): New rules.
1514 (linux-low.o): Add common/linux-osdata.h as a dependency.
1515 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
1516 * configure.ac: Add AC_HEADER_DIRENT check.
1517 * config.in: Regenerate.
1518 * configure: Regenerate.
1519 * remote-utils.c (xml_escape_text): Delete.
1520 (buffer_grow, buffer_free, buffer_init, buffer_finish,
1521 buffer_xml_printf): Move to common/buffer.c.
1522 * server.c (main): Remove call to initialize_inferiors.
1523 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
1524 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
1525 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
1526 internal_error, gdb_assert, gdb_assert_fail): Delete.
1527 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
1528 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
1529 common/buffer.h.
1530 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
1531 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
1532 initialize_inferiors): Delete.
1533
1534 2011-07-20 Pedro Alves <pedro@codesourcery.com>
1535
1536 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
1537 symbol error.
1538
1539 2011-05-31 Pedro Alves <pedro@codesourcery.com>
1540
1541 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
1542 assertion.
1543 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
1544
1545 2011-05-26 Yao Qi <yao@codesourcery.com>
1546
1547 * Makefile.in (thread-db.o): Track dependence to
1548 common/gdb_thread_db.h.
1549 * thread-db.c: include gdb_thread_db.h from right place.
1550
1551 2011-05-16 Adrian Cornish <gnu@bluedreamer.com>
1552
1553 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
1554 __FILE__ and __LINE__ to internal_error.
1555
1556 2011-05-13 Doug Evans <dje@google.com>
1557
1558 * thread-db.c (try_thread_db_load_from_sdir): New function.
1559 (try_thread_db_load_from_dir): New function.
1560 (thread_db_load_search): Handle $sdir, ignore $pdir.
1561 Remove trying of system directories if search of
1562 libthread-db-search-path fails, that is now done via $sdir.
1563
1564 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
1565
1566 * server.c (handle_query): Add EnableDisableTracepoints to the list
1567 of supported features.
1568 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
1569 tracepoints.
1570 (cmd_qtenable_disable): New.
1571 (cmd_qtstart): Install tracepoints even if disabled.
1572 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
1573 receiving a QTEnable or QTDisable packet.
1574 (gdb_collect): Skip data collection if fast tracepoint is disabled.
1575 (ust_marker_to_static_tracepoint): Do not ignore disabled static
1576 tracepoints.
1577 (gdb_probe): Skip data collection if static tracepoint is disabled.
1578
1579 2011-05-10 Doug Evans <dje@google.com>
1580
1581 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
1582
1583 2011-05-04 Doug Evans <dje@google.com>
1584
1585 * linux-low.c (linux_join): Skip process lookup.
1586 * spu-low.c (spu_join): Ditto.
1587 * server.c (join_inferiors_callback): Delete.
1588 (process_serial_event): For 'D' packet (detach) call join_inferior
1589 directly.
1590
1591 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1592
1593 * README: Don't mention xscale*-*-linux*.
1594 * configure.srv (xscale*-*-linux*): Don't handle target.
1595
1596 2011-04-27 Nathan Froyd <froydnj@codesourcery.com>
1597
1598 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
1599 casting pointers.
1600 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
1601 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
1602 (i386_emit_void_call_2): Likewise.
1603
1604 2011-04-26 Yao Qi <yao@codesourcery.com>
1605
1606 * linux-low.c: Move common macros to linux-ptrace.h.
1607 Include linux-ptrace.h.
1608 * Makefile.in (linux_ptrace_h): New.
1609 (linux-low.o): Depends on linux-ptrace.h.
1610
1611 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1612
1613 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
1614 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
1615 (remote_prepare): New function with most of the TCP code from ...
1616 (remote_open): ... here. Detect PORT here unconditionally. Move also
1617 setting transport_is_reliable.
1618 * server.c (run_once): New variable.
1619 (gdbserver_usage): Document it.
1620 (main): Set run_once for `--once'. Call remote_prepare. Exit after
1621 the first run if RUN_ONCE.
1622 * server.h (run_once, remote_prepare): New declarations.
1623
1624 2011-04-19 Tom Tromey <tromey@redhat.com>
1625
1626 * win32-low.c (handle_load_dll): Remove duplicate "the".
1627
1628 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
1629
1630 Remove support for old Cygwin 1.5 versions.
1631 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
1632 function to avoid warning.
1633 (win32_add_one_solib): Use cygwin_conv_path function to avoid
1634 warning.
1635
1636 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
1637
1638 * gdbserver/server.h (Macro _): Define it if not available.
1639
1640 2011-03-14 Michael Snyder <msnyder@vmware.com>
1641
1642 * hostio.c (handle_close): Remove unnecessary null test.
1643
1644 2011-03-10 Joel Brobecker <brobecker@adacore.com>
1645
1646 * Makefile.in (maintainer-clean realclean distclean): Remove
1647 "make ... subdir_do" command.
1648
1649 2011-03-10 Michael Snyder <msnyder@vmware.com>
1650
1651 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
1652
1653 * server.c (handle_v_run): Free alloced buffer on early return.
1654
1655 2011-03-09 Yao Qi <yao@codesourcery.com>
1656
1657 Revert:
1658 2011-03-04 Yao Qi <yao@codesourcery.com>
1659
1660 * Makefile.in: Remove GNU make feature --directory.
1661
1662 2011-03-05 Yao Qi <yao@codesourcery.com>
1663
1664 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
1665 (subdir_do): New make target. Copied from gdb/Makefile.
1666 (maintainer-clean, realclean, distclean, clean): Call corresponding
1667 make targets in common/Makefile.
1668
1669 2011-02-11 Yao Qi <yao@codesourcery.com>
1670
1671 * configure.ac: Call AC_PROG_RANLIB.
1672 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
1673 * configure: Regenerate.
1674
1675 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1676
1677 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
1678
1679 2011-03-06 Yao Qi <yao@codesourcery.com>
1680
1681 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
1682
1683 2011-03-05 Yao Qi <yao@codesourcery.com>
1684
1685 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
1686 (subdir_do): New make target. Copied from gdb/Makefile.
1687 (maintainer-clean, realclean, distclean, clean): Call corresponding
1688 make targets in common/Makefile.
1689
1690 2011-03-04 Yao Qi <yao@codesourcery.com>
1691
1692 * Makefile.in: Remove GNU make feature --directory.
1693
1694 2011-03-04 Michael Snyder <msnyder@vmware.com>
1695
1696 * server.c (queue_stop_reply): Call xmalloc not malloc.
1697
1698 2011-03-02 Michael Snyder <msnyder@vmware.com>
1699
1700 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
1701
1702 2011-02-28 Michael Snyder <msnyder@vmware.com>
1703
1704 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1705 (cmd_qtframe): Ditto.
1706 (cmd_qtbuffer): Ditto.
1707 (cmd_bigqtbuffer): Ditto.
1708
1709 * utils.c (decimal2str): Initialize 'width' to nine, then
1710 don't mess with it.
1711
1712 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1713
1714 * hostio.c (require_data): Free *data, not data.
1715
1716 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * hostio.c (require_data): Use free, not xfree.
1719
1720 2011-02-27 Michael Snyder <msnyder@vmware.com>
1721
1722 * server.c (handle_query): Discard unused value.
1723
1724 * hostio.c (require_data): Free malloc memory before returning
1725 error.
1726
1727 2011-02-26 Michael Snyder <msnyder@vmware.com>
1728
1729 * linux-low.c (list_threads): Call closedir for dirent.
1730
1731 2011-02-27 Michael Snyder <msnyder@vmware.com>
1732
1733 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
1734 a case statement falls through.
1735
1736 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
1737
1738 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
1739 in comparison.
1740
1741 2011-02-26 Michael Snyder <msnyder@vmware.com>
1742
1743 * utils.c (decimal2str): Eliminate dead code and dead param.
1744 (pulongest): Drop dead param from call to decimal2str.
1745 (plongest): Ditto.
1746
1747 2011-02-24 Joel Brobecker <brobecker@adacore.com>
1748
1749 Revert the following patch (not approved yet):
1750 2011-02-21 Hui Zhu <teawater@gmail.com>
1751 * tracepoint.c (tp_printf): New function.
1752 (eval_agent_expr): Handle gdb_agent_op_printf.
1753
1754 2011-02-21 Hui Zhu <teawater@gmail.com>
1755
1756 * tracepoint.c (tp_printf): New function.
1757 (eval_agent_expr): Handle gdb_agent_op_printf.
1758
1759 2011-02-18 Tom Tromey <tromey@redhat.com>
1760
1761 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
1762 (tracepoint.o): Likewise.
1763 * tracepoint.c (enum gdb_agent_op): Use ax.def.
1764 (gdb_agent_op_names): Likewise.
1765
1766 2011-02-18 Tom Tromey <tromey@redhat.com>
1767
1768 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
1769 gdb_agent_op_rot>: New constants.
1770 (gdb_agent_op_names): Add pick and roll.
1771 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
1772 cases.
1773
1774 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 * aclocal.m4: Regenerated with aclocal-1.11.1.
1777
1778 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1779
1780 * server.c (handle_qxfer_traceframe_info): New.
1781 (qxfer_packets): Register "traceframe-info".
1782 (handle_query): Report support for qXfer:traceframe-info:read+.
1783 * tracepoint.c (match_blocktype): New.
1784 (traceframe_find_block_type): Rename to ...
1785 (traceframe_walk_blocks): ... this. Add callback filter argument,
1786 and use it.
1787 (traceframe_find_block_type): New, reimplemented on top of
1788 traceframe_walk_blocks.
1789 (build_traceframe_info_xml): New.
1790 (traceframe_read_info): New.
1791 * server.h (traceframe_read_info): Declare.
1792
1793 2011-02-11 Yao Qi <yao@codesourcery.com>
1794
1795 * configure.ac: Call AC_PROG_RANLIB.
1796 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
1797 * configure: Regenerate.
1798
1799 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1800
1801 * server.c (gdb_read_memory): Change return semantics to allow
1802 partial transfers.
1803 (handle_search_memory_1): Adjust.
1804 (process_serial_event) <'m' packet>: Handle partial transfers.
1805 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
1806
1807 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1808
1809 * regcache.c (init_register_cache): Initialize
1810 regcache->register_status.
1811 (free_register_cache): Release regcache->register_status.
1812 (regcache_cpy): Copy register_status.
1813 (registers_to_string): Print 'x's for unavailable registers.
1814 (supply_register): Mark the register's status valid or
1815 unavailable, depending on whether a buffer was passed in or not.
1816 (supply_register_zeroed): New.
1817 (supply_regblock): Mark the registers' status valid or
1818 unavailable, depending on whether a buffer was passed in or not.
1819 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
1820 (struct regcache): New `register_status' field.
1821 (supply_register_zeroed): Declare.
1822 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
1823 supply_register_zeroed, rather than passing a NULL buffer to
1824 supply_register.
1825 * tracepoint.c (fetch_traceframe_registers): Update comment.
1826
1827 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1828
1829 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
1830 buffer explicit.
1831
1832 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1833
1834 * server.h (decode_xfer_write): Change prototype.
1835 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
1836 and don't extract the annex here.
1837 * server.c (decode_xfer_read): Remove `annex' parameter,
1838 and don't extract the annex here.
1839 (decode_xfer): New.
1840 (struct qxfer): New.
1841 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
1842 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
1843 (handle_qxfer_statictrace): New functions, abstracted out from
1844 handle_query, and made to use the struct qxfer interface.
1845 (handle_threads_qxfer_proper): Rename to ...
1846 (handle_qxfer_threads_proper): ... this.
1847 (handle_threads_qxfer): Rename to ...
1848 (handle_qxfer_threads): ... this. Adjust.
1849 (qxfer_packets): New array.
1850 (handle_qxfer): New function.
1851 (handle_query): Use handle_qxfer.
1852
1853 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1854
1855 * gdbreplay.c: Shorten lines of >= 80 columns.
1856 * linux-low.c: Ditto.
1857 * linux-ppc-low.c: Ditto.
1858 * linux-s390-low.c: Ditto.
1859 * linux-sparc-low.c: Ditto.
1860 * linux-x86-low.c: Ditto.
1861 * linux-xtensa-low.c: Ditto.
1862 * mem-break.c: Ditto.
1863 * nto-low.c: Ditto.
1864 * regcache.h: Ditto.
1865 * remote-utils.c: Ditto.
1866 * server.c: Ditto.
1867 * server.h: Ditto.
1868 * thread-db.c: Ditto.
1869 * tracepoint.c: Ditto.
1870 * utils.c: Ditto.
1871 * win32-low.h: Ditto.
1872
1873 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1874
1875 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
1876 update.
1877
1878 2011-01-01 Joel Brobecker <brobecker@adacore.com>
1879
1880 * server.c (gdbserver_version): Update copyright year in version
1881 output.
1882 * gdbreplay.c (gdbreplay_version): Ditto.
1883
1884 2010-12-29 Jie Zhang <jie.zhang@analog.com>
1885
1886 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
1887 * linux-bfin-low.c: New file.
1888 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
1889 PT_DATA_ADDR for BFIN targets.
1890 * Makefile.in (SFILES): Add linux-bfin-low.c.
1891 (clean): Remove reg-bfin.c.
1892 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
1893 * README: Mention supported Blackfin targets.
1894
1895 2010-12-23 Mike Frysinger <vapier@gentoo.org>
1896
1897 * .gitignore: New file.
1898
1899 2010-11-16 Mike Frysinger <vapier@gentoo.org>
1900
1901 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
1902
1903 2010-10-22 Jie Zhang <jie@codesourcery.com>
1904
1905 * Makefile.in: Add FLAGS_TO_PASS variable.
1906 (install): Remove dependency of install-only and recursively
1907 invoke make for install-only.
1908
1909 2010-10-04 Doug Evans <dje@google.com>
1910
1911 * Makefile.in (uninstall): Use $(DESTDIR).
1912
1913 2010-09-24 Pedro Alves <pedro@codesourcery.com>
1914
1915 PR gdb/11842
1916
1917 * linux-x86-low.c (compat_siginfo_from_siginfo)
1918 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1919 si_code is < 0. Check for si_code == SI_TIMER before checking for
1920 si_code < 0.
1921
1922 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1923
1924 * lynx-i386-low.c: New file.
1925 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
1926
1927 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1928
1929 * lynx-low.c (ptrace_request_to_str): Remove handling for
1930 request values that have been removed in LynxOS 5.x.
1931
1932 2010-09-13 Joel Brobecker <brobecker@adacore.com>
1933
1934 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
1935 <ptrace.h>
1936
1937 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
1938
1939 * configure.ac: Add --enable-inprocess-agent option.
1940 * configure: Rebuilt.
1941
1942 2010-09-06 Yao Qi <yao@codesourcery.com>
1943
1944 * linux-low.c (linux_kill): Remove unused variable.
1945 (linux_stabilize_threads): Likewise.
1946 * server.c (start_inferior): Likewise.
1947 (queue_stop_reply_callback): Likewise.
1948 * tracepoint.c (do_action_at_tracepoint): Likewise.
1949
1950 2010-09-06 Yao Qi <yao@codesourcery.com>
1951
1952 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
1953 on return.
1954
1955 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1956
1957 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
1958
1959 2010-09-06 Pedro Alves <pedro@codesourcery.com>
1960
1961 * Makefile.in (install-only): Replace $IPA_DEPFILES with
1962 "$(IPA_DEPFILES)".
1963
1964 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1965
1966 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
1967 gdbserver/lynx-ppc-low.c: New files.
1968 * Makefile.in (lynx_low_h): New variable.
1969 (lynx-low.o, lynx-ppc-low.o): New rules.
1970 * configure.ac: On LynxOS, link with -lnetinet.
1971 * configure.srv: Add handling of powerpc-*-lynxos* targets.
1972 * configure: regenerate.
1973
1974 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1975
1976 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
1977 * configure.ac: Add check for vasprintf and vsnprintf.
1978 * configure, config.in: Regenerate.
1979 * server.h (vasprintf, vsnprintf): Add conditional declarations.
1980
1981 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1982
1983 * gdbreplay.c: Move include of alloca.h up, next to include of
1984 malloc.h.
1985 * server.h: Add include of malloc.h.
1986 * mem-break.c: Remove include of malloc.h.
1987 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
1988
1989 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1990
1991 * Makefile.in (memmem.o): Build with -Wno-error.
1992
1993 2010-09-01 Joel Brobecker <brobecker@adacore.com>
1994
1995 * utils.c (xsnprintf): Make non-static.
1996 * server.h: Add xsnprintf declaration.
1997 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
1998 replace calls to snprintf by calls to xsnprintf throughout.
1999
2000 2010-09-01 Joel Brobecker <brobecker@adacore.com>
2001
2002 * configure.ac: Add configure check for alloca.
2003 * configure, config.in: Regenerate.
2004 * server.h: Include alloca.h if it exists.
2005 * gdbreplay.c: Include alloca.h if it exists.
2006
2007 2010-08-28 Pedro Alves <pedro@codesourcery.com>
2008
2009 * linux-low.c (__SIGRTMIN): Define if not already defined.
2010 (linux_create_inferior): Check for __ANDROID__ rather than
2011 __SIGRTMIN.
2012 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
2013 are already deferred.
2014 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
2015 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
2016 stopped and already has a pending signal to report.
2017 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
2018 a pending signal to report or is moving out of a jump pad.
2019 (linux_init_signals): Check for __ANDROID__ rather than
2020 __SIGRTMIN.
2021
2022 2010-08-28 Pedro Alves <pedro@codesourcery.com>
2023
2024 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
2025 debug_threads check. Avoid a linear search when not doing debug
2026 output.
2027
2028 2010-08-27 Pedro Alves <pedro@codesourcery.com>
2029
2030 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
2031 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
2032 (struct file_handler) <fd>: Change type to gdb_fildes_t.
2033 (process_event): Change local fd's type to gdb_fildes_t.
2034 (create_file_handler): Adjust prototype.
2035 (delete_file_handler): Adjust prototype.
2036 (handle_file_event): Adjust prototype. Use pfildes.
2037 (create_file_event): Adjsut prototype.
2038 * remote-utils.c (remote_desc, listen_desc): Change type to
2039 gdb_fildes_t.
2040 * server.h: New gdb_fildes_t typedef.
2041 [USE_WIN32API]: Include winsock2.h.
2042 (delete_file_handler, add_file_handler): Adjust prototypes.
2043 (pfildes): Declare.
2044 * utils.c (pfildes): New.
2045
2046 2010-08-27 Pedro Alves <pedro@codesourcery.com>
2047
2048 * configure.ac (build_warnings): Add -Wno-char-subscripts.
2049 * configure: Regenerate.
2050
2051 2010-08-27 Pedro Alves <pedro@codesourcery.com>
2052
2053 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
2054 (linux_done_accessing_memory): ... this.
2055 (linux_target_ops): Adjust.
2056 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
2057 * nto-low.c (nto_target_ops): Adjust comment.
2058 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
2059 * spu-low.c (spu_target_ops): Adjust comment.
2060 * target.h (target_ops): Rename unprepare_to_access_memory field
2061 to done_accessing_memory.
2062 (unprepare_to_access_memory): Rename to ...
2063 (done_accessing_memory): ... this.
2064
2065 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2066
2067 * linux-low.c (linux_prepare_to_access_memory): New.
2068 (linux_unprepare_to_access_memory): New.
2069 (linux_target_ops): Install them.
2070 * server.c (read_memory): Rename to ...
2071 (gdb_read_memory): ... this. Use
2072 prepare_to_access_memory/prepare_to_access_memory.
2073 (write_memory): Rename to ...
2074 (gdb_write_memory): ... this. Use
2075 prepare_to_access_memory/prepare_to_access_memory.
2076 (handle_search_memory_1): Adjust.
2077 (process_serial_event): Adjust.
2078 * target.h (struct target_ops): New fields
2079 prepare_to_access_memory and unprepare_to_access_memory.
2080 (prepare_to_access_memory, unprepare_to_access_memory): New.
2081 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
2082 prepare_to_access_memory/prepare_to_access_memory.
2083 * nto-low.c (nto_target_ops): Adjust.
2084 * spu-low.c (spu_target_ops): Adjust.
2085 * win32-low.c (win32_target_ops): Adjust.
2086
2087 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2088
2089 * Makefile.in (WARN_CFLAGS): Get it from configure.
2090 (WERROR_CFLAGS): New.
2091 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
2092 * configure.ac: Introduce --enable-werror, which adds -Werror to
2093 the compiler command line. Enabled by default. Disable with
2094 --disable-werror. Add -Wdeclaration-after-statement
2095 Wpointer-arith and -Wformat-nonliteral to warning flags.
2096 * configure: Regenerate.
2097
2098 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2099
2100 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
2101
2102 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2103
2104 * gdbreplay.c (remote_error): New.
2105 (gdbchar): New.
2106 (expect): Use gdbchar. Check for error reading from GDB.
2107 Clarify sync error output.
2108 (play): Check for errors writing to GDB.
2109 * linux-low.c (sigchld_handler): Really ignore `write' errors.
2110 * remote-utils.c (getpkt): Check for errors writing to the remote
2111 descriptor.
2112
2113 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2114
2115 * linux-low.c (linux_wait_1): Move non-debugging code out of
2116 `debug_threads' control.
2117
2118 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2119
2120 * linux-low.c (linux_wait_1): Don't set last_status here.
2121 * server.c (push_event, queue_stop_reply_callback): Assert we're
2122 not pushing a TARGET_WAITKIND_IGNORE event.
2123 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
2124 (myresume, handle_target_event): Set the thread's last_resume_kind
2125 and last_status from the target returned status.
2126
2127 2010-08-25 Pedro Alves <pedro@codesourcery.com>
2128
2129 PR threads/10729
2130
2131 * linux-x86-low.c (update_debug_registers_callback): New.
2132 (i386_dr_low_set_addr): Use it.
2133 (i386_dr_low_get_addr): New.
2134 (i386_dr_low_set_control): Use update_debug_registers_callback.
2135 (i386_dr_low_get_control): New.
2136 (i386_dr_low_get_status): Adjust.
2137 * linux-low.c (linux_stop_lwp): New.
2138 * linux-low.h (linux_stop_lwp): Declare.
2139
2140 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
2141 argument instead of a i386_debug_reg_state.
2142 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
2143 a i386_debug_reg_state.
2144 (i386_insert_aligned_watchpoint): Adjust.
2145 (i386_remove_aligned_watchpoint): Adjust.
2146 (i386_low_stopped_data_address): Read the debug registers from the
2147 inferior instead of from the mirrors.
2148 * i386-low.h (struct i386_debug_reg_state): Extend comment.
2149 (i386_dr_low_get_addr): Declare.
2150 (i386_dr_low_get_control): Declare.
2151 (i386_dr_low_get_status): Change prototype.
2152
2153 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
2154 (i386_dr_low_get_addr): New.
2155 (i386_dr_low_get_control): New.
2156 (i386_dr_low_get_status): Adjust prototype. Return
2157 dr_status_mirror.
2158 (i386_initial_stuff): Clear dr_status_mirror and
2159 dr_control_mirror.
2160 (i386_get_thread_context): Adjust.
2161 (i386_set_thread_context): Adjust.
2162 (i386_thread_added): Adjust.
2163
2164 2010-08-24 Pedro Alves <pedro@codesourcery.com>
2165
2166 * linux-low.h (linux_thread_area): Delete declaration.
2167
2168 2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
2169
2170 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
2171 after its termination.
2172
2173 2010-08-09 Pedro Alves <pedro@codesourcery.com>
2174
2175 * linux-low.c (gdb_wants_lwp_stopped): Delete.
2176 (gdb_wants_all_stopped): Delete.
2177 (linux_wait_1): Don't call them.
2178 * server.c (handle_v_cont): Tag all threads as want-stopped.
2179 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
2180 stopped as "client-wants-stopped".
2181
2182 2010-07-31 Pedro Alves <pedro@codesourcery.com>
2183
2184 * Makefile.in (signals_h): New.
2185 (server_h): Depend on it.
2186 (server.o): Don't depend on $(signals_def).
2187 (signals.o): Depend on $(signals_def).
2188
2189 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 * Makefile.in (signals_def): New.
2192 (server_h): Append include/gdb/signals.h and signals_def.
2193 (server.o): Append signals_def.
2194
2195 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 * server.c (handle_target_event): Use target_signal_to_host for
2198 resume_info.sig initialization.
2199 * target.h (struct thread_resume) <sig>: New comment.
2200
2201 2010-07-20 Ozkan Sezer <sezeroz@gmail.com>
2202
2203 * server.c (handle_query): strcpy() the returned string from paddress()
2204 instead of sprintf().
2205 * utils.c (paddress): Return phex_nz().
2206
2207 2010-07-07 Joel Brobecker <brobecker@adacore.com>
2208
2209 * server.c (handle_v_cont): Call mourn_inferior if process
2210 just exited.
2211 (myresume): Likewise.
2212
2213 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2214
2215 Static tracepoints, and integration with UST.
2216
2217 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
2218 * mem-break.c (uninsert_all_breakpoints)
2219 (reinsert_all_breakpoints): New.
2220 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
2221 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
2222 (gdb_agent_ust_loaded, helper_thread_id)
2223 (gdb_agent_helper_thread_id): New macros.
2224 (struct ipa_sym_addresses): Add addr_ust_loaded,
2225 addr_helper_thread_id, addr_cmd_buf.
2226 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
2227 (in_process_agent_loaded_ust): New.
2228 (write_e_ust_not_loaded): New.
2229 (maybe_write_ipa_ust_not_loaded): New.
2230 (struct collect_static_trace_data_action): New.
2231 (enum tracepoint_type) <static_tracepoint>: New.
2232 (struct tracepoint) <handle>: Mention static tracepoints.
2233 (struct static_tracepoint_ctx): New.
2234 (CMD_BUF_SIZE): New.
2235 (add_tracepoint_action): Handle static tracepoint actions.
2236 (unprobe_marker_at): New.
2237 (clear_installed_tracepoints): Handle static tracepoints.
2238 (cmd_qtdp): Handle static tracepoints.
2239 (probe_marker_at): New.
2240 (cmd_qtstart): Handle static tracepoints.
2241 (response_tracepoint): Handle static tracepoints.
2242 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
2243 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
2244 (get_context_regcache): Handle static tracepoints.
2245 (do_action_at_tracepoint): Handle static tracepoint actions.
2246 (traceframe_find_block_type): Handle static trace data blocks.
2247 (traceframe_read_sdata): New.
2248 (download_tracepoints): Download static tracepoint actions.
2249 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
2250 (GDB_PROBE_NAME): New.
2251 (ust_ops): New.
2252 (GET_UST_SYM): New.
2253 (USTF): New.
2254 (dlsym_ust): New.
2255 (ust_marker_to_static_tracepoint): New.
2256 (gdb_probe): New.
2257 (collect_ust_data_at_tracepoint): New.
2258 (gdb_ust_probe): New.
2259 (UNIX_PATH_MAX, SOCK_DIR): New.
2260 (gdb_ust_connect_sync_socket): New.
2261 (resume_thread, stop_thread): New.
2262 (run_inferior_command): New.
2263 (init_named_socket): New.
2264 (gdb_ust_socket_init): New.
2265 (cstr_to_hexstr): New.
2266 (next_st): New.
2267 (first_marker, next_marker): New.
2268 (response_ust_marker): New.
2269 (cmd_qtfstm, cmd_qtsstm): New.
2270 (unprobe_marker_at, probe_marker_at): New.
2271 (cmd_qtstmat, gdb_ust_thread): New.
2272 (gdb_ust_init): New.
2273 (initialize_tracepoint_ftlib): Call gdb_ust_init.
2274 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
2275 (ST_REGENTRY): New.
2276 (x86_64_st_collect_regmap): New.
2277 (X86_64_NUM_ST_COLLECT_GREGS): New.
2278 (AMD64_RIP_REGNUM): New.
2279 (supply_static_tracepoint_registers): New.
2280 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
2281 (ST_REGENTRY): New.
2282 (i386_st_collect_regmap): New.
2283 (i386_NUM_ST_COLLECT_GREGS): New.
2284 (supply_static_tracepoint_registers): New.
2285 * server.c (handle_query): Handle qXfer:statictrace:read.
2286 <qSupported>: Report support for StaticTracepoints, and
2287 qXfer:statictrace:read features.
2288 * server.h (traceframe_read_sdata)
2289 (supply_static_tracepoint_registers): Declare.
2290 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
2291 (unpack_varlen_hex): Include in IPA build.
2292 * Makefile.in (ustlibs, ustinc): New.
2293 (IPA_OBJS): Add remote-utils-ipa.o.
2294 ($(IPA_LIB)): Link -ldl and -lpthread.
2295 (UST_CFLAGS): New.
2296 (IPAGENT_CFLAGS): Add UST_CFLAGS.
2297 * config.in, configure: Regenerate.
2298
2299 2010-06-20 Ian Lance Taylor <iant@google.com>
2300 Pedro Alves <pedro@codesourcery.com>
2301
2302 * linux-x86-low.c (always_true): Delete.
2303 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
2304 trying to fool the compiler with always_true.
2305
2306 2010-06-20 Pedro Alves <pedro@codesourcery.com>
2307
2308 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
2309 conditions in gdbserver.
2310
2311 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2312
2313 * spu-low.c (spu_read_memory): Wrap around local store limit.
2314 (spu_write_memory): Likewise.
2315
2316 2010-06-15 Pedro Alves <pedro@codesourcery.com>
2317
2318 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
2319 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
2320 LONGEST uses.
2321 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
2322 uses.
2323 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
2324 uses with LONGEST uses.
2325
2326 2010-06-14 Stan Shebs <stan@codesourcery.com>
2327 Pedro Alves <pedro@codesourcery.com>
2328
2329 Bytecode compiler.
2330
2331 * linux-x86-low.c: Include limits.h.
2332 (add_insns): New.
2333 (always_true): New.
2334 (EMIT_ASM): New.
2335 (EMIT_ASM32): New.
2336 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
2337 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
2338 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
2339 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
2340 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
2341 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
2342 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
2343 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
2344 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
2345 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
2346 (amd64_emit_void_call_2): New.
2347 (amd64_emit_ops): New.
2348 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
2349 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
2350 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
2351 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
2352 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
2353 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
2354 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
2355 (i386_emit_call, i386_emit_reg, i386_emit_pop)
2356 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
2357 (i386_emit_stack_adjust, i386_emit_int_call_1)
2358 (i386_emit_void_call_2): New.
2359 (i386_emit_ops): New.
2360 (x86_emit_ops): New.
2361 (the_low_target): Install x86_emit_ops.
2362 * server.h (struct emit_ops): New.
2363 (get_raw_reg_func_addr): Declare.
2364 (current_insn_ptr, emit_error): Declare.
2365 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
2366 (set_trace_state_variable_value): New defines.
2367 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
2368 addr_get_trace_state_variable_value and
2369 addr_set_trace_state_variable_value.
2370 (symbol_list): New fields for get_raw_reg,
2371 get_trace_state_variable_value and set_trace_state_variable_value.
2372 (condfn): New typedef.
2373 (struct tracepoint): New field `compiled_cond'.
2374 (do_action_at_tracepoint): Clear compiled_cond.
2375 (get_trace_state_variable_value, set_trace_state_variable_value):
2376 Export in the IPA.
2377 (condition_true_at_tracepoint): If there's a compiled condition,
2378 run that.
2379 (current_insn_ptr, emit_error): New globals.
2380 (struct bytecode_address): New.
2381 (get_raw_reg_func_addr): New.
2382 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
2383 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
2384 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
2385 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
2386 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
2387 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
2388 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
2389 (compile_tracepoint_condition, compile_bytecodes): New.
2390 * target.h (emit_ops): Forward declare.
2391 (struct target_ops): New field emit_ops.
2392 (target_emit_ops): New.
2393 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
2394 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
2395 * linux-low.c (linux_emit_ops): New.
2396 (linux_target_ops): Install it.
2397 * linux-low.h (struct linux_target_ops): New field emit_ops.
2398
2399 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2400
2401 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
2402 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
2403
2404 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2405 Stan Shebs <stan@codesourcery.com>
2406
2407 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
2408 (all): Depend on $(extra_libraries).
2409 (install-only): Install the IPA.
2410 (IPA_OBJS, IPA_LIB): New.
2411 (clean): Remove the IPA lib.
2412 (IPAGENT_CFLAGS): New.
2413 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
2414 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
2415 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
2416 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
2417 * configure.ac: Check for atomic builtins support in the compiler.
2418 (IPA_DEPFILES, extra_libraries): Define.
2419 * configure.srv (ipa_obj): Add description.
2420 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
2421 (i[34567]86-*-linux*): Set ipa_obj.
2422 (x86_64-*-linux*): Set ipa_obj.
2423 * linux-low.c (stabilizing_threads): New.
2424 (supports_fast_tracepoints): New.
2425 (linux_detach): Stabilize threads before detaching.
2426 (handle_tracepoints): Handle internal tracing breakpoints. Assert
2427 the lwp is either not stabilizing, or is moving out of a jump pad.
2428 (linux_fast_tracepoint_collecting): New.
2429 (maybe_move_out_of_jump_pad): New.
2430 (enqueue_one_deferred_signal): New.
2431 (dequeue_one_deferred_signal): New.
2432 (linux_wait_for_event_1): If moving out of a jump pad, defer
2433 pending signals to later.
2434 (linux_stabilize_threads): New.
2435 (linux_wait_1): Check if threads need moving out of jump pads, and
2436 do it if so.
2437 (stuck_in_jump_pad_callback): New.
2438 (move_out_of_jump_pad_callback): New.
2439 (lwp_running): New.
2440 (linux_resume_one_lwp): Handle moving out of jump pads.
2441 (linux_set_resume_request): Dequeue deferred signals.
2442 (need_step_over_p): Also step over fast tracepoint jumps.
2443 (start_step_over): Also uninsert fast tracepoint jumps.
2444 (finish_step_over): Also reinsert fast tracepoint jumps.
2445 (linux_install_fast_tracepoint_jump): New.
2446 (linux_target_ops): Install linux_stabilize_threads and
2447 linux_install_fast_tracepoint_jump_pad.
2448 * linux-low.h (linux_target_ops) <get_thread_area,
2449 install_fast_tracepoint_jump_pad>: New fields.
2450 (struct lwp_info) <collecting_fast_tracepoint,
2451 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
2452 (linux_get_thread_area): Declare.
2453 * linux-x86-low.c (jump_insn): New.
2454 (x86_get_thread_area): New.
2455 (append_insns): New.
2456 (push_opcode): New.
2457 (amd64_install_fast_tracepoint_jump_pad): New.
2458 (i386_install_fast_tracepoint_jump_pad): New.
2459 (x86_install_fast_tracepoint_jump_pad): New.
2460 (the_low_target): Install x86_get_thread_area and
2461 x86_install_fast_tracepoint_jump_pad.
2462 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
2463 (struct fast_tracepoint_jump): New.
2464 (fast_tracepoint_jump_insn): New.
2465 (fast_tracepoint_jump_shadow): New.
2466 (find_fast_tracepoint_jump_at): New.
2467 (fast_tracepoint_jump_here): New.
2468 (delete_fast_tracepoint_jump): New.
2469 (set_fast_tracepoint_jump): New.
2470 (uninsert_fast_tracepoint_jumps_at): New.
2471 (reinsert_fast_tracepoint_jumps_at): New.
2472 (set_breakpoint_at): Use write_inferior_memory.
2473 (uninsert_raw_breakpoint): Use write_inferior_memory.
2474 (check_mem_read): Mask out fast tracepoint jumps.
2475 (check_mem_write): Mask out fast tracepoint jumps.
2476 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
2477 (set_fast_tracepoint_jump): Declare.
2478 (delete_fast_tracepoint_jump)
2479 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
2480 (reinsert_fast_tracepoint_jumps_at): Declare.
2481 * regcache.c: Don't compile many functions when building the
2482 in-process agent library.
2483 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
2484 the register buffer in the heap.
2485 (free_register_cache): If the register buffer isn't owned by the
2486 regcache, don't free it.
2487 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
2488 pre-existing register caches.
2489 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
2490 type.
2491 (convert_ascii_to_int): : Constify `from' parameter type.
2492 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
2493 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
2494 the needed buffer in-place.
2495 (relocate_instruction): New.
2496 * server.c (handle_query) <qSymbols>: If the target supports
2497 tracepoints, give it a chance of looking up symbols. Report
2498 support for fast tracepoints.
2499 (handle_status): Stabilize threads.
2500 (process_serial_event): Adjust.
2501 * server.h (struct fast_tracepoint_jump): Forward declare.
2502 (struct process_info) <fast_tracepoint_jumps>: New field.
2503 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
2504 (decode_X_packet, decode_M_packet): Adjust.
2505 (relocate_instruction): Declare.
2506 (in_process_agent_loaded): Declare.
2507 (tracepoint_look_up_symbols): Declare.
2508 (struct fast_tpoint_collect_status): Declare.
2509 (fast_tracepoint_collecting): Declare.
2510 (force_unlock_trace_buffer): Declare.
2511 (handle_tracepoint_bkpts): Declare.
2512 (initialize_low_tracepoint)
2513 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
2514 * target.h (struct target_ops) <stabilize_threads,
2515 install_fast_tracepoint_jump_pad>: New fields.
2516 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
2517 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
2518 [HAVE_STDINT_H]: Include stdint.h.
2519 (trace_debug_1): Rename to ...
2520 (trace_vdebug): ... this.
2521 (trace_debug): Rename to ...
2522 (trace_debug_1): ... this. Add `level' parameter.
2523 (trace_debug): New.
2524 (ATTR_USED, ATTR_NOINLINE): New.
2525 (IP_AGENT_EXPORT): New.
2526 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
2527 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
2528 (about_to_request_buffer_space, trace_buffer_is_full)
2529 (stopping_tracepoint, expr_eval_result, error_tracepoint)
2530 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
2531 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
2532 (traceframe_write_count, traceframes_created)
2533 (trace_state_variables)
2534 New renaming defines.
2535 (struct ipa_sym_addresses): New.
2536 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
2537 (symbol_list): New.
2538 (ipa_sym_addrs): New.
2539 (all_tracepoint_symbols_looked_up): New.
2540 (in_process_agent_loaded): New.
2541 (write_e_ipa_not_loaded): New.
2542 (maybe_write_ipa_not_loaded): New.
2543 (tracepoint_look_up_symbols): New.
2544 (debug_threads) [IN_PROCESS_AGENT]: New.
2545 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
2546 (UNKNOWN_SIDE_EFFECTS): New.
2547 (stop_tracing): New.
2548 (flush_trace_buffer): New.
2549 (stop_tracing_bkpt): New.
2550 (flush_trace_buffer_bkpt): New.
2551 (read_inferior_integer): New.
2552 (read_inferior_uinteger): New.
2553 (read_inferior_data_pointer): New.
2554 (write_inferior_data_pointer): New.
2555 (write_inferior_integer): New.
2556 (write_inferior_uinteger): New.
2557 (struct collect_static_trace_data_action): Delete.
2558 (enum tracepoint_type): New.
2559 (struct tracepoint) <type>: New field `type'.
2560 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
2561 <orig_size, obj_addr_on_target, adjusted_insn_addr>
2562 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
2563 (tracepoints): Use IP_AGENT_EXPORT.
2564 (last_tracepoint): Don't include in the IPA.
2565 (stopping_tracepoint): Use IP_AGENT_EXPORT.
2566 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
2567 (alloced_trace_state_variables): New.
2568 (trace_state_variables): Use IP_AGENT_EXPORT.
2569 (traceframe_t): Delete unused variable.
2570 (circular_trace_buffer): Don't include in the IPA.
2571 (trace_buffer_start): Delete.
2572 (struct trace_buffer_control): New.
2573 (trace_buffer_free): Delete.
2574 (struct ipa_trace_buffer_control): New.
2575 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
2576 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
2577 New.
2578 (trace_buffer_ctrl): New.
2579 (TRACE_BUFFER_CTRL_CURR): New.
2580 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
2581 Reimplement as macros.
2582 (trace_buffer_wrap): Delete.
2583 (traceframe_write_count, traceframe_read_count)
2584 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
2585 (struct tracepoint_hit_ctx) <type>: New field.
2586 (struct fast_tracepoint_ctx): New.
2587 (memory_barrier): New.
2588 (cmpxchg): New.
2589 (record_tracepoint_error): Update atomically in the IPA.
2590 (clear_inferior_trace_buffer): New.
2591 (about_to_request_buffer_space): New.
2592 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
2593 updating the same buffer.
2594 (add_tracepoint): Default the tracepoint's type to trap
2595 tracepoint, and orig_size to -1.
2596 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
2597 internal variables.
2598 (create_trace_state_variable): New parameter `gdb'. Handle it.
2599 (clear_installed_tracepoints): Clear fast tracepoint jumps.
2600 (cmd_qtdp): Handle fast tracepoints.
2601 (cmd_qtdv): Adjust.
2602 (max_jump_pad_size): New.
2603 (gdb_jump_pad_head): New.
2604 (get_jump_space_head): New.
2605 (claim_jump_space): New.
2606 (sort_tracepoints): New.
2607 (MAX_JUMP_SIZE): New.
2608 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
2609 IPA.
2610 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
2611 support. Upload fast traceframes, and delete internal IPA
2612 breakpoints.
2613 (stop_tracing_handler): New.
2614 (flush_trace_buffer_handler): New.
2615 (cmd_qtstop): Upload fast tracepoints.
2616 (response_tracepoint): Handle fast tracepoints.
2617 (tracepoint_finished_step): Upload fast traceframes. Set the
2618 tracepoint hit context's tracepoint type.
2619 (handle_tracepoint_bkpts): New.
2620 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
2621 type. Add comment about fast tracepoints.
2622 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
2623 non-existing action_str field.
2624 (get_context_regcache): Handle fast tracepoints.
2625 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
2626 to the regcache.
2627 (fast_tracepoint_from_jump_pad_address): New.
2628 (fast_tracepoint_from_ipa_tpoint_address): New.
2629 (collecting_t): New.
2630 (force_unlock_trace_buffer): New.
2631 (fast_tracepoint_collecting): New.
2632 (collecting): New.
2633 (gdb_collect): New.
2634 (write_inferior_data_ptr): New.
2635 (target_tp_heap): New.
2636 (target_malloc): New.
2637 (download_agent_expr): New.
2638 (UALIGN): New.
2639 (download_tracepoints): New.
2640 (download_trace_state_variables): New.
2641 (upload_fast_traceframes): New.
2642 (IPA_FIRST_TRACEFRAME): New.
2643 (IPA_NEXT_TRACEFRAME_1): New.
2644 (IPA_NEXT_TRACEFRAME): New.
2645 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
2646 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
2647 (gdb_jump_pad_buffer_end): New.
2648 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
2649 (initialize_tracepoint): Adjust.
2650 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
2651 buffer. Initialize the low module.
2652 * utils.c (PREFIX, TOOLNAME): New.
2653 (malloc_failure): Use PREFIX.
2654 (error): In the IPA, an error causes an exit.
2655 (fatal, warning): Use PREFIX.
2656 (internal_error): Use TOOLNAME.
2657 (NUMCELLS): Increase to 10.
2658 * configure, config.in: Regenerate.
2659
2660 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2661
2662 * server.c (handle_query) <qSupported>: Do two passes over the
2663 qSupported string to avoid nesting strtok.
2664
2665 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
2668 (CDEPS): New.
2669 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
2670 -Wl,--dynamic-list.
2671 * configure: Regenerate.
2672 * proc-service.list: New.
2673
2674 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2675
2676 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
2677 New comment.
2678
2679 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2680
2681 * gdbreplay.c (remote_open): Check error return from socket() call by
2682 its equality to -1 not by it being negative.
2683 * remote-utils.c (remote_open): Likewise.
2684
2685 2010-05-23 Pedro Alves <pedro@codesourcery.com>
2686
2687 * config.h: Regenerate.
2688
2689 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
2690
2691 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
2692 doesn't provide PTRACE_GET_THREAD_AREA.
2693
2694 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
2695
2696 * linux-m68k-low.c: Include <asm/ptrace.h>
2697 (ps_get_thread_area): Implement.
2698
2699 2010-05-03 Doug Evans <dje@google.com>
2700
2701 * event-loop.c (struct callback_event): New struct.
2702 (callback_list): New global.
2703 (append_callback_event, delete_callback_event): New functions.
2704 (process_callback): New function.
2705 (start_event_loop): Call it.
2706 * remote-utils.c (NOT_SCHEDULED): Define.
2707 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
2708 moved out of readchar.
2709 (readchar): Rewrite. Call reschedule before returning.
2710 (reset_readchar): New function.
2711 (remote_close): Call it.
2712 (process_remaining, reschedule): New functions.
2713 * server.h (callback_handler_func): New typedef.
2714 (append_callback_event, delete_callback_event): Declare.
2715
2716 2010-05-03 Pedro Alves <pedro@codesourcery.com>
2717
2718 * proc-service.c (ps_pglobal_lookup): Use
2719 thread_db_look_up_one_symbol.
2720 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
2721 parameter. Use it instead of all_symbols_looked_up.
2722 * server.h (struct process_info) <all_symbols_looked_up>: Delete
2723 field.
2724 (all_symbols_looked_up): Don't declare.
2725 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
2726 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
2727 field.
2728 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
2729 Set all_symbols_looked_up here.
2730 (thread_db_look_up_one_symbol): New.
2731 (thread_db_get_tls_address): Adjust.
2732 (thread_db_load_search, try_thread_db_load_1): Always allocate the
2733 thread_db object on the heap, and tentatively set it in the
2734 process structure.
2735 (thread_db_init): Don't set all_symbols_looked_up here.
2736 * linux-low.h (thread_db_look_up_one_symbol): Declare.
2737
2738 2010-05-03 Pedro Alves <pedro@codesourcery.com>
2739
2740 * linux-low.c (linux_kill, linux_detach): Adjust.
2741 (status_pending_p_callback): Remove redundant statement. Check
2742 for !TARGET_WAITIKIND_IGNORE, instead of
2743 TARGET_WAITKIND_STOPPED.
2744 (handle_tracepoints): Make sure LWP is locked. Adjust.
2745 (linux_wait_for_event_1): Adjust.
2746 (linux_cancel_breakpoints): New.
2747 (unsuspend_one_lwp): New.
2748 (unsuspend_all_lwps): New.
2749 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
2750 (send_sigstop_callback): Change return type to int, add new
2751 `except' parameter and handle it.
2752 (suspend_and_send_sigstop_callback): New.
2753 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
2754 pass them down. If SUSPEND, also increment the lwp's suspend
2755 count.
2756 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
2757 (need_step_over_p): Don't consider suspended LWPs.
2758 (start_step_over): Adjust.
2759 (proceed_one_lwp): Change return type to int, add new `except'
2760 parameter and handle it.
2761 (unsuspend_and_proceed_one_lwp): New.
2762 (proceed_all_lwps): Use find_inferior instead of
2763 for_each_inferior.
2764 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
2765 also decrement the suspend count of LWPs. Pass `except' down,
2766 instead of hacking its suspend count.
2767 (linux_pause_all): Add `freeze' parameter. Adjust.
2768 (linux_unpause_all): New.
2769 (linux_target_ops): Install linux_unpause_all.
2770 * server.c (handle_status): Adjust.
2771 * target.h (struct target_ops): New fields `unpause_all' and
2772 `cancel_breakpoints'. Add new parameter to `pause_all'.
2773 (pause_all): Add new `freeze' parameter.
2774 (unpause_all): New.
2775 (cancel_breakpoints): New.
2776 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
2777 cancel breakpoints.
2778 (cmd_qtstart): Pause threads.
2779 (stop_tracing): Pause threads, and cancel breakpoints.
2780 * win32-low.c (win32_target_ops): Adjust.
2781
2782 2010-05-03 Pedro Alves <pedro@codesourcery.com>
2783
2784 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
2785 the inferior right away from here...
2786 (linux_wait_1): ... to here, and adjust to check the thread's
2787 last_resume_kind instead of the lwp's step or stop_expected flags.
2788
2789 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2790
2791 * README: Use consistent `GDB' and `GDBserver' spellings.
2792
2793 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2794
2795 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
2796 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
2797 (linux_detach_one_lwp): Assume the lwp is stopped.
2798 (any_thread_of): Delete.
2799 (linux_detach): Stop all lwps here. Don't blindly delete all
2800 breakpoints.
2801 (delete_lwp_callback): New.
2802 (linux_mourn): Delete all lwps of the process that is gone.
2803 (linux_wait_1): Don't delete the last lwp of the process here.
2804 * mem-break.h (mark_breakpoints_out): Declare.
2805 * mem-break.c (mark_breakpoints_out): New.
2806 (free_all_breakpoints): Use it.
2807 * server.c (handle_target_event): If the process is gone, mark
2808 breakpoints out.
2809 * thread-db.c (struct thread_db) <create_bp>: New field.
2810 (thread_db_enable_reporting): Fix prototype. Store a thread event
2811 breakpoint reference in the thread_db struct.
2812 (thread_db_load_search): Clear the thread_db object.
2813 (try_thread_db_load_1): Ditto.
2814 (switch_to_process): New.
2815 (disable_thread_event_reporting): Use it.
2816 (remove_thread_event_breakpoints): New.
2817 (thread_db_detach, thread_db_mourn): Use it.
2818
2819 2010-05-01 Pedro Alves <pedro@codesourcery.com>
2820
2821 * linux-low.c (linux_enable_event_reporting): New.
2822 (linux_wait_for_event_1, handle_extended_wait): Use it.
2823
2824 2010-04-30 Pedro Alves <pedro@codesourcery.com>
2825
2826 * linux-low.c (linux_kill_one_lwp, linux_kill)
2827 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
2828 (send_sigstop): Take an lwp_info as parameter instead. Queue a
2829 SIGSTOP even if the LWP is stopped.
2830 (send_sigstop_callback): New.
2831 (stop_all_lwps): Use send_sigstop_callback instead.
2832 (linux_resume_one_thread): Adjust.
2833 (proceed_one_lwp): Still proceed an LWP that the client has
2834 requested to stop, if we haven't reported it as stopped yet. Make
2835 sure that LWPs the client want stopped, have a pending SIGSTOP.
2836
2837 2010-04-26 Doug Evans <dje@google.com>
2838
2839 * server.c (handle_general_set): Make static.
2840
2841 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
2842 Print received char after testing for error/eof instead of before.
2843 (input_interrupt): Tweak comment.
2844
2845 2010-04-23 Doug Evans <dje@google.com>
2846
2847 * server.c (start_inferior): Print inferior argv if --debug.
2848
2849 2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
2850
2851 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
2852 * nto-x86-low.c: Include server.h
2853
2854 2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
2855
2856 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
2857 be consistent with other sources of this directory.
2858 (init_registers_amd64): Correct name of source file of this function
2859 in the comment.
2860
2861 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2862
2863 * configure.srv (x86_64-*-mingw*): New configuration for Windows
2864 64-bit executables.
2865
2866 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2867
2868 * win32-i386-low.c: Add 64-bit support.
2869 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
2870 (init_registers_amd64): Declare.
2871 (mappings): Add 64-bit version of array.
2872 (init_windows_x86): New function.
2873 (the_low_target): Change init_arch field to init_windows_x86.
2874
2875 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2876
2877 * win32-low.c: Adapt to support also 64-bit architecture.
2878 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
2879 (get_image_name): Use SIZE_T type for local variable `done'.
2880 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
2881 (toolhelp_get_dll_name): Idem.
2882 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
2883 Use uintptr_t typecast to avoid warning.
2884 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
2885 (handle_exception): Use phex_nz to avoid warning.
2886 (win32_wait): Remove unused local variable `process'.
2887
2888 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2889
2890 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
2891 `amd64-avx.o'.
2892
2893 2010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
2894
2895 * configure.ac: Use `ws2_32' library for srv_mingw.
2896 * configure: Regenerate.
2897 * gdbreplay.c: Include winsock2.h instead of winsock.h.
2898 * remote-utils.c: Likewise.
2899
2900 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2901
2902 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
2903 if __x86_64__ is defined.
2904
2905 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2906
2907 * configure: Regenerate.
2908
2909 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2910
2911 * server.c (handle_query): Handle 'qGetTIBAddr' query.
2912 * target.h (target_ops): New get_tib_address field.
2913 * win32-low.h (win32_thread_info): Add thread_local_base field.
2914 * win32-low.c (child_add_thread): Add tlb argument.
2915 Set thread_local_base field to TLB.
2916 (get_child_debug_event): Adapt to child_add_thread change.
2917 (win32_get_tib_address): New function.
2918 (win32_target_ops): Set get_tib_address field to
2919 win32_get_tib_address.
2920 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
2921
2922 2010-04-12 Pedro Alves <pedro@codesourcery.com>
2923
2924 * linux-low.c (linux_mourn): Also remove the process.
2925 * server.c (handle_target_event): Don't remove the process here.
2926 * nto-low.c (nto_mourn): New.
2927 (nto_target_ops): Install it.
2928 * spu-low.c (spu_mourn): New.
2929 (spu_target_ops): Install it.
2930 * win32-low.c (win32_mourn): New.
2931 (win32_target_ops): Install it.
2932
2933 2010-04-12 Pedro Alves <pedro@codesourcery.com>
2934
2935 * server.h (buffer_xml_printf): Remove redundant `;'.
2936
2937 2010-04-12 Pedro Alves <pedro@codesourcery.com>
2938
2939 * regcache.c (set_register_cache): Invalidate regcaches before
2940 changing the register cache layout.
2941 (regcache_invalidate_one): Allow a NULL regcache.
2942 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
2943 regcaches before changing the register cache layout or the target
2944 regsets.
2945
2946 2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
2947
2948 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
2949 variable warning on Linux/x86-64.
2950
2951 2010-04-11 Pedro Alves <pedro@codesourcery.com>
2952
2953 GDBserver disconnected tracing support.
2954
2955 * linux-low.c (linux_remove_process): Delete.
2956 (add_lwp): Don't set last_resume_kind here.
2957 (linux_kill): Use `mourn'.
2958 (linux_detach): Use `thread_db_detach', and `mourn'.
2959 (linux_mourn): New.
2960 (linux_attach_lwp_1): Adjust comment.
2961 (linux_attach): last_resume_kind moved the thread_info; adjust.
2962 (status_pending_p_callback): Adjust.
2963 (linux_wait_for_event_1): Adjust.
2964 (count_events_callback, select_singlestep_lwp_callback)
2965 (select_event_lwp_callback, cancel_breakpoints_callback)
2966 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
2967 (proceed_one_lwp): Adjust.
2968 (linux_async): Add debug output.
2969 (linux_thread_stopped): New.
2970 (linux_pause_all): New.
2971 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
2972 linux_pause_all.
2973 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
2974 (thread_db_free): Delete declaration.
2975 (thread_db_detach, thread_db_mourn): Declare.
2976 * thread-db.c (thread_db_init): Use thread_db_mourn.
2977 (thread_db_free): Delete, split in two.
2978 (disable_thread_event_reporting): New.
2979 (thread_db_detach): New.
2980 (thread_db_mourn): New.
2981
2982 * server.h (struct thread_info) <last_resume_kind>: New field.
2983 <attached>: Add comment.
2984 <gdb_detached>: New field.
2985 (handler_func): Change return type to int.
2986 (handle_serial_event, handle_target_event): Ditto.
2987 (gdb_connected): Declare.
2988 (tracing): Delete.
2989 (disconnected_tracing): Declare.
2990 (stop_tracing): Declare.
2991
2992 * server.c (handle_query) <qSupported>: Report support for
2993 disconnected tracing.
2994 (queue_stop_reply_callback): Account for running threads.
2995 (gdb_wants_thread_stopped): New.
2996 (gdb_wants_all_threads_stopped): New.
2997 (gdb_reattached_process): New.
2998 (handle_status): Clear the `gdb_detached' flag of all processes.
2999 In all-stop, stop all threads.
3000 (main): Be sure to leave tfind mode. Handle disconnected tracing.
3001 (process_serial_event): If the remote connection breaks, or if an
3002 exit was forced with "monitor exit", force an event loop exit.
3003 Handle disconnected tracing on detach.
3004 (handle_serial_event): Adjust.
3005 (handle_target_event): If GDB isn't connected, forward events back
3006 to the inferior, unless the last process exited, in which case,
3007 exit gdbserver. Adjust interface.
3008
3009 * remote-utils.c (remote_open): Don't block in accept. Instead
3010 register an event loop source on the listen socket file
3011 descriptor. Refactor bits into ...
3012 (listen_desc): ... this new global.
3013 (gdb_connected): ... this new function.
3014 (enable_async_notification): ... this new function.
3015 (handle_accept_event): ... this new function.
3016 (remote_close): Clear remote_desc.
3017
3018 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
3019
3020 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
3021 New fields.
3022 (mourn_inferior): Define.
3023 (target_process_qsupported): Avoid the dangling else problem.
3024 (thread_stopped): Define.
3025 (pause_all): Define.
3026 (target_waitstatus_to_string): Declare.
3027 * target.c (target_waitstatus_to_string): New.
3028
3029 * tracepoint.c (tracing): Make extern.
3030 (disconnected_tracing): New.
3031 (stop_tracing): Make extern. Handle tracing stops due to GDB
3032 disconnecting.
3033 (cmd_qtdisconnected): New.
3034 (cmd_qtstatus): Report disconnected tracing status in trace reply.
3035 (handle_tracepoint_general_set): Handle QTDisconnected.
3036
3037 * event-loop.c (event_handler_func): Change return type to int.
3038 (process_event): Bail out if the event handler wants the event
3039 loop to stop.
3040 (handle_file_event): Ditto.
3041 (start_event_loop): Bail out if the event handler wants the event
3042 loop to stop.
3043
3044 * nto-low.c (nto_target_ops): Adjust.
3045 * spu-low.c (spu_wait): Don't remove the process here.
3046 (spu_target_ops): Adjust.
3047 * win32-low.c (win32_wait): Don't remove the process here.
3048 (win32_target_ops): Adjust.
3049
3050 2010-04-11 Pedro Alves <pedro@codesourcery.com>
3051
3052 * regcache.c (realloc_register_cache): Invalidate inferior's
3053 regcache before recreating it.
3054
3055 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3056
3057 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
3058
3059 2010-04-09 Stan Shebs <stan@codesourcery.com>
3060 Pedro Alves <pedro@codesourcery.com>
3061
3062 * server.h (LONGEST): New.
3063 (struct thread_info) <while_stepping>: New field.
3064 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
3065 Declare.
3066 (initialize_tracepoint, handle_tracepoint_general_set)
3067 (handle_tracepoint_query, tracepoint_finished_step)
3068 (tracepoint_was_hit, release_while_stepping_state_list):
3069 (current_traceframe): Declare.
3070 * server.c (handle_general_set): Handle tracepoint packets.
3071 (read_memory): New.
3072 (write_memory): New.
3073 (handle_search_memory_1): Use read_memory.
3074 (handle_query): Report support for conditional tracepoints, trace
3075 state variables, and tracepoint sources. Handle tracepoint
3076 queries.
3077 (main): Initialize the tracepoints module.
3078 (process_serial_event): Handle traceframe reads/writes.
3079
3080 * linux-low.c (handle_tracepoints): New.
3081 (linux_wait_1): Call it.
3082 (linux_resume_one_lwp): Handle while-stepping.
3083 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
3084 (linux_target_ops): Install them.
3085 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
3086 New field.
3087 * linux-x86-low.c (x86_supports_tracepoints): New.
3088 (the_low_target). Install it.
3089
3090 * mem-break.h (delete_breakpoint): Declare.
3091 * mem-break.c (delete_breakpoint): Make external.
3092
3093 * target.h (struct target_ops): Add `supports_tracepoints',
3094 `read_pc', and `write_pc' fields.
3095 (target_supports_tracepoints): Define.
3096 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
3097 (phex_nz): New.
3098
3099 * regcache.h (struct regcache) <registers_owned>: New field.
3100 (init_register_cache, regcache_cpy): Declare.
3101 (regcache_read_pc, regcache_write_pc): Declare.
3102 (register_cache_size): Declare.
3103 (supply_regblock): Declare.
3104 * regcache.c (init_register_cache): New.
3105 (new_register_cache): Use it.
3106 (regcache_cpy): New.
3107 (register_cache_size): New.
3108 (supply_regblock): New.
3109 (regcache_read_pc, regcache_write_pc): New.
3110
3111 * tracepoint.c: New.
3112
3113 * Makefile.in (OBS): Add tracepoint.o.
3114 (tracepoint.o): New rule.
3115
3116 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3117
3118 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
3119 (i386-mmx.o): New.
3120 (i386-mmx.c): Likewise.
3121 (i386-mmx-linux.o): Likewise.
3122 (i386-mmx-linux.c): Likewise.
3123
3124 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
3125 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
3126 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
3127 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
3128
3129 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
3130 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
3131 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
3132
3133 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3134
3135 * Makefile.in (clean): Updated.
3136 (i386-avx.o): New.
3137 (i386-avx.c): Likewise.
3138 (i386-avx-linux.o): Likewise.
3139 (i386-avx-linux.c): Likewise.
3140 (amd64-avx.o): Likewise.
3141 (amd64-avx.c): Likewise.
3142 (amd64-avx-linux.o): Likewise.
3143 (amd64-avx-linux.c): Likewise.
3144
3145 * configure.srv (srv_i386_regobj): Add i386-avx.o.
3146 (srv_i386_linux_regobj): Add i386-avx-linux.o.
3147 (srv_amd64_regobj): Add amd64-avx.o.
3148 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
3149 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
3150 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
3151 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
3152 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
3153 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
3154 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
3155
3156 * i387-fp.c: Include "i386-xstate.h".
3157 (i387_xsave): New.
3158 (i387_cache_to_xsave): Likewise.
3159 (i387_xsave_to_cache): Likewise.
3160 (x86_xcr0): Likewise.
3161
3162 * i387-fp.h (i387_cache_to_xsave): Likewise.
3163 (i387_xsave_to_cache): Likewise.
3164 (x86_xcr0): Likewise.
3165
3166 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
3167 * linux-crisv32-low.c (target_regsets): Likewise.
3168 * linux-m68k-low.c (target_regsets): Likewise.
3169 * linux-mips-low.c (target_regsets): Likewise.
3170 * linux-ppc-low.c (target_regsets): Likewise.
3171 * linux-s390-low.c (target_regsets): Likewise.
3172 * linux-sh-low.c (target_regsets): Likewise.
3173 * linux-sparc-low.c (target_regsets): Likewise.
3174 * linux-xtensa-low.c (target_regsets): Likewise.
3175
3176 * linux-low.c: Include <sys/uio.h>.
3177 (regsets_fetch_inferior_registers): Support nt_type.
3178 (regsets_store_inferior_registers): Likewise.
3179 (linux_process_qsupported): New.
3180 (linux_target_ops): Add linux_process_qsupported.
3181
3182 * linux-low.h (regset_info): Add nt_type.
3183 (linux_target_ops): Add process_qsupported.
3184
3185 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
3186 and <sys/uio.h>.
3187 (init_registers_i386_avx_linux): New.
3188 (init_registers_amd64_avx_linux): Likewise.
3189 (xmltarget_i386_linux_no_xml): Likewise.
3190 (xmltarget_amd64_linux_no_xml): Likewise.
3191 (PTRACE_GETREGSET): Likewise.
3192 (PTRACE_SETREGSET): Likewise.
3193 (x86_fill_xstateregset): Likewise.
3194 (x86_store_xstateregset): Likewise.
3195 (use_xml): Likewise.
3196 (x86_linux_update_xmltarget): Likewise.
3197 (x86_linux_process_qsupported): Likewise.
3198 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
3199 (x86_arch_setup): Don't call init_registers_amd64_linux nor
3200 init_registers_i386_linux here. Call
3201 x86_linux_update_xmltarget.
3202 (the_low_target): Add x86_linux_process_qsupported.
3203
3204 * server.c (handle_query): Call target_process_qsupported.
3205
3206 * target.h (target_ops): Add process_qsupported.
3207 (target_process_qsupported): New.
3208
3209 2010-04-03 Pedro Alves <pedro@codesourcery.com>
3210
3211 * inferiors.c (add_thread): Set last_status kind to
3212 TARGET_WAITKIND_IGNORE.
3213 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
3214 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
3215 (linux_wait_1): Move `thread' local definition to block that uses
3216 it. Don't NULL initialize `event_child'.
3217 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
3218 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
3219 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
3220
3221 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3222
3223 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
3224 an extended waitstatus, or by a watchpoint.
3225 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
3226 thread was stepping or has been stopped by a watchpoint.
3227
3228 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3229
3230 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
3231 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
3232 of another, then delete the previous, and validate all
3233 breakpoints.
3234 (validate_inserted_breakpoint): New.
3235 (delete_disabled_breakpoints): New.
3236 (validate_breakpoints): New.
3237 (check_mem_read): Validate breakpoints before trusting their
3238 shadow. Delete disabled breakpoints.
3239 (check_mem_write): Validate breakpoints before trusting they
3240 should be inserted. Delete disabled breakpoints.
3241 * mem-break.h (validate_breakpoints):
3242 * server.c (handle_query): Validate breakpoints when we see a
3243 qSymbol query.
3244
3245 2010-04-01 Pedro Alves <pedro@codesourcery.com>
3246
3247 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
3248 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
3249 if we could tell there's a GDB breakpoint at stop_pc.
3250 (need_step_over_p): Don't do a step over if we find a GDB
3251 breakpoint at the resume PC.
3252
3253 * mem-break.c (struct raw_breakpoint): New.
3254 (enum bkpt_type): New type `gdb_breakpoint'.
3255 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
3256 fields. New field `raw'.
3257 (find_raw_breakpoint_at): New.
3258 (set_raw_breakpoint_at): Handle refcounting. Create a raw
3259 breakpoint instead.
3260 (set_breakpoint_at): Adjust.
3261 (delete_raw_breakpoint): New.
3262 (release_breakpoint): New.
3263 (delete_breakpoint): Rename to...
3264 (delete_breakpoint_1): ... this. Add proc parameter. Use
3265 release_breakpoint. Return ENOENT.
3266 (delete_breakpoint): Reimplement.
3267 (find_breakpoint_at): Delete.
3268 (find_gdb_breakpoint_at): New.
3269 (delete_breakpoint_at): Delete.
3270 (set_gdb_breakpoint_at): New.
3271 (delete_gdb_breakpoint_at): New.
3272 (gdb_breakpoint_here): New.
3273 (set_reinsert_breakpoint): Use release_breakpoint.
3274 (uninsert_breakpoint): Rename to ...
3275 (uninsert_raw_breakpoint): ... this.
3276 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
3277 (reinsert_raw_breakpoint): Change parameter type to
3278 raw_breakpoint.
3279 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
3280 instead.
3281 (check_breakpoints): Adjust. Use release_breakpoint.
3282 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
3283 (breakpoint_inserted_here): Ditto.
3284 (check_mem_read): Adjust to iterate over raw breakpoints instead.
3285 Don't trust the breakpoint's shadow if it is not inserted.
3286 (check_mem_write): Adjust to iterate over raw breakpoints instead.
3287 (delete_all_breakpoints): Adjust.
3288 (free_all_breakpoints): Mark all breakpoints as uninserted, and
3289 use delete_breakpoint_1.
3290
3291 * mem-break.h (breakpoints_supported): Delete declaration.
3292 (set_gdb_breakpoint_at): Declare.
3293 (gdb_breakpoint_here): Declare.
3294 (delete_breakpoint_at): Delete.
3295 (delete_gdb_breakpoint_at): Declare.
3296
3297 * server.h (struct raw_breakpoint): Forward declare.
3298 (struct process_info): New field `raw_breakpoints'.
3299
3300 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
3301 breakpoints.
3302
3303 2010-03-24 Pedro Alves <pedro@codesourcery.com>
3304
3305 * linux-low.c (status_pending_p_callback): Fix comment.
3306 (linux_wait_for_event_1): Move most of the internal breakpoint
3307 handling from here...
3308 (linux_wait_1): ... to here.
3309 (count_events_callback): New.
3310 (select_singlestep_lwp_callback): New.
3311 (select_event_lwp_callback): New.
3312 (cancel_breakpoints_callback): New.
3313 (select_event_lwp): New.
3314 (linux_wait_1): Simplify internal breakpoint handling. Give equal
3315 priority to all LWPs that have had events that should be reported
3316 to the client. Cancel breakpoints when about to reporting the
3317 event to the client, not while stopping lwps. No longer cancel
3318 finished single-steps here.
3319 (cancel_finished_single_step): Delete.
3320 (cancel_finished_single_steps): Delete.
3321
3322 2010-03-24 Pedro Alves <pedro@codesourcery.com>
3323
3324 * mem-break.c (enum bkpt_type): New.
3325 (struct breakpoint): New field `type'.
3326 (set_breakpoint_at): Change return type to struct breakpoint
3327 pointer. Set type to `other_breakpoint' by default.
3328 (delete_breakpoint): Rewrite, supporting more than one breakpoint
3329 in the breakpoint list.
3330 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
3331 (reinsert_breakpoint): Rename to ...
3332 (reinsert_raw_breakpoint): ... this.
3333 (reinsert_breakpoints_at): Adjust.
3334 * mem-break.h (struct breakpoint): Declare.
3335 (set_breakpoint_at): Change return type to struct breakpoint
3336 pointer.
3337
3338 2010-03-24 Pedro Alves <pedro@codesourcery.com>
3339
3340 * server.c (handle_query): Assign, not compare.
3341
3342 2010-03-24 Pedro Alves <pedro@codesourcery.com>
3343
3344 Teach linux gdbserver to step-over-breakpoints.
3345
3346 * linux-low.c (can_hardware_single_step): New.
3347 (supports_breakpoints): New.
3348 (handle_extended_wait): If stopping threads, read the stop pc of
3349 the new cloned LWP.
3350 (get_pc): New.
3351 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
3352 low target doesn't support retrieving the PC.
3353 (add_lwp): Set last_resume_kind to resume_continue.
3354 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
3355 (linux_attach): Don't clear stop_expected. Set the lwp's
3356 last_resume_kind to resume_stop.
3357 (linux_detach_one_lwp): Don't check for removed breakpoints.
3358 (check_removed_breakpoint): Delete.
3359 (status_pending_p): Rename to ...
3360 (status_pending_p_callback): ... this. Don't check for removed
3361 breakpoints. Don't consider threads that are stopped from GDB's
3362 perspective.
3363 (linux_wait_for_lwp): Always read the stop_pc here.
3364 (cancel_breakpoint): New.
3365 (step_over_bkpt): New global.
3366 (linux_wait_for_event_1): Implement stepping over breakpoints.
3367 (gdb_wants_lwp_stopped): New.
3368 (gdb_wants_all_stopped): New.
3369 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
3370 single-step traps here. Store the thread's last reported target
3371 wait status.
3372 (send_sigstop): Don't clear stop_expected. Always set it,
3373 instead.
3374 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
3375 (cancel_finished_single_step): New.
3376 (cancel_finished_single_steps): New.
3377 (wait_for_sigstop): Don't cancel finished single-step traps here.
3378 (linux_resume_one_lwp): Don't check for removed breakpoints.
3379 Don't set `step' on non-hardware step archs.
3380 (linux_set_resume_request): Ignore resume_stop requests if already
3381 stopping or stopped. Set the lwp's last_resume_kind.
3382 (resume_status_pending_p): Don't check for removed breakpoints.
3383 (need_step_over_p): New.
3384 (start_step_over): New.
3385 (finish_step_over): New.
3386 (linux_resume_one_thread): Always queue a sigstop for resume_stop
3387 requests. Clear the thread's last reported target waitstatus.
3388 Don't use the `suspended' flag. Don't consider pending breakpoints.
3389 (linux_resume): Start a step-over if necessary.
3390 (proceed_one_lwp): New.
3391 (proceed_all_lwps): New.
3392 (unstop_all_lwps): New.
3393 * linux-low.h (struct lwp_info): Rewrite comment for the
3394 `suspended' flag. Add the `stop_pc' field. Delete the
3395 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
3396 Add `'last_resume_kind' and `need_step_over' fields.
3397 * inferiors.c (struct thread_info): Delete, moved elsewhere.
3398 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
3399 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
3400 (set_raw_breakpoint_at): New.
3401 (set_breakpoint_at): Rewrite to use it.
3402 (reinsert_breakpoint_handler): Delete.
3403 (set_reinsert_breakpoint): New.
3404 (reinsert_breakpoint_by_bp): Delete.
3405 (delete_reinsert_breakpoints): New.
3406 (uninsert_breakpoint): Rewrite.
3407 (uninsert_breakpoints_at): New.
3408 (reinsert_breakpoint): Rewrite.
3409 (reinsert_breakpoints_at): New.
3410 (check_breakpoints): Rewrite.
3411 (breakpoint_here): New.
3412 (breakpoint_inserted_here): New.
3413 (check_mem_read): Adjust.
3414 * mem-break.h (breakpoints_supported, breakpoint_here)
3415 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
3416 (reinsert_breakpoint_by_bp): Delete declaration.
3417 (delete_reinsert_breakpoints): Declare.
3418 (reinsert_breakpoint): Delete declaration.
3419 (reinsert_breakpoints_at): Declare.
3420 (uninsert_breakpoint): Delete declaration.
3421 (uninsert_breakpoints_at): Declare.
3422 (check_breakpoints): Adjust prototype.
3423 * server.h: Adjust include order.
3424 (struct thread_info): Declare here. Add a `last_status' field.
3425
3426 2010-03-23 Michael Snyder <msnyder@vmware.com>
3427
3428 * server.c (crc32): New function.
3429 (handle_query): Add handling for 'qCRC:' request.
3430
3431 2010-03-23 Pedro Alves <pedro@codesourcery.com>
3432
3433 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
3434 lwp had been stopped by a watchpoint.
3435
3436 2010-03-16 Pedro Alves <pedro@codesourcery.com>
3437
3438 * server.h (internal_error): Declare.
3439 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
3440 * utils.c (internal_error): New function.
3441
3442 2010-03-15 Andreas Schwab <schwab@redhat.com>
3443
3444 * configure.srv: Fix typo setting srv_regobj.
3445
3446 2010-03-15 Pedro Alves <pedro@codesourcery.com>
3447
3448 * linux-low.c (fetch_register): Avoid passing a non string literal
3449 format to `error'.
3450 (usr_store_inferior_registers): Ditto.
3451
3452 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3453
3454 * linux-low.c (linux_write_memory): Bail out early if peeking
3455 memory failed.
3456
3457 2010-03-14 Pedro Alves <pedro@codesourcery.com>
3458
3459 * linux-low.h (struct lwp_info): New fields
3460 `stopped_by_watchpoint' and `stopped_data_address'.
3461 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
3462 here, and cache them in the lwp object.
3463 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
3464 directly.
3465 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
3466 field.
3467 (linux_stopped_by_watchpoint): Rewrite.
3468 (linux_stopped_data_address): Rewrite.
3469
3470 2010-03-06 Simo Melenius <simo.melenius@iki.fi>
3471
3472 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
3473 switching the current inferior, not before.
3474
3475 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3476
3477 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
3478 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
3479 i386-linux.c and amd64-linux.c.
3480 (reg-i386.o): Removed.
3481 (reg-i386.c): Likewise.
3482 (reg-i386-linux.o): Likewise.
3483 (reg-i386-linux.c): Likewise.
3484 (reg-x86-64.o): Likewise.
3485 (reg-x86-64.c): Likewise.
3486 (reg-x86-64-linux.o): Likewise.
3487 (reg-x86-64-linux.c): Likewise.
3488 (i386.o): New.
3489 (i386.c): Likewise.
3490 (i386-linux.o): Likewise.
3491 (i386-linux.c): Likewise.
3492 (amd64.o): Likewise.
3493 (amd64.c): Likewise.
3494 (amd64-linux.o): Likewise.
3495 (amd64-linux.c): Likewise.
3496
3497 * configure.srv (srv_i386_regobj): New.
3498 (srv_i386_linux_regobj): Likewise.
3499 (srv_amd64_regobj): Likewise.
3500 (srv_amd64_linux_regobj): Likewise.
3501 (srv_i386_32bit_xmlfiles): Likewise.
3502 (srv_i386_64bit_xmlfiles): Likewise.
3503 (srv_i386_xmlfiles): Likewise.
3504 (srv_amd64_xmlfiles): Likewise.
3505 (srv_i386_linux_xmlfiles): Likewise.
3506 (srv_amd64_linux_xmlfiles): Likewise.
3507 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
3508 srv_xmlfiles to $srv_i386_xmlfiles.
3509 (i[34567]86-*-mingw32ce*): Likewise.
3510 (i[34567]86-*-mingw*): Likewise.
3511 (i[34567]86-*-nto*): Likewise.
3512 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
3513 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
3514 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
3515 (x86_64-*-linux*): Likewise.
3516
3517 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
3518 (init_registers_amd64_linux): New.
3519 (x86_arch_setup): Replace init_registers_x86_64_linux with
3520 init_registers_amd64_linux.
3521
3522 2010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
3523
3524 * configure.ac: Check for libdl. If it is not available link against
3525 static libthread_db.
3526 * configure: Regenerate.
3527
3528 2010-02-22 Pedro Alves <pedro@codesourcery.com>
3529
3530 PR9605
3531
3532 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
3533 handing a read watchpoint.
3534 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
3535
3536 2010-02-12 Doug Evans <dje@google.com>
3537
3538 * linux-low.c (linux_supports_tracefork_flag): Document.
3539 (linux_look_up_symbols): Add comment.
3540
3541 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
3542
3543 * regcache.c (supply_register): Clear regcache if buf is NULL.
3544
3545 2010-02-02 Nicolas Roche <roche@sourceware.org>
3546 Joel Brobecker <brobecker@adacore.com>
3547
3548 * inferiors.c (find_inferior): Add function documentation.
3549 (unloaded_dll): Handle the case where the unloaded dll has not
3550 been previously registered in the dll list.
3551
3552 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3553
3554 * linux-arm-low.c (thumb_breakpoint_len): Delete.
3555 (thumb2_breakpoint): New.
3556 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
3557
3558 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3559
3560 * linux-low.c (get_stop_pc): Check for SIGTRAP.
3561 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
3562 breakpoints.
3563
3564 2010-01-21 Pedro Alves <pedro@codesourcery.com>
3565
3566 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
3567
3568 2010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 * linux-s390-low.c (s390_collect_ptrace_register)
3571 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
3572
3573 2010-01-21 Doug Evans <dje@google.com>
3574
3575 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
3576 (PTRACE_ARG4_TYPE): New macro.
3577 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
3578 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
3579 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
3580 (usr_store_inferior_registers): Ditto.
3581 (linux_read_memory, linux_write_memory): Ditto.
3582 (linux_test_for_tracefork): Ditto.
3583
3584 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
3585 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
3586
3587 2010-01-21 Pedro Alves <pedro@codesourcery.com>
3588
3589 * proc-service.c (ps_lgetregs): Don't refetch registers from the
3590 target.
3591
3592 2010-01-21 Pedro Alves <pedro@codesourcery.com>
3593
3594 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
3595 prototype to take a regcache. Adjust.
3596
3597 2010-01-20 Pedro Alves <pedro@codesourcery.com>
3598
3599 * regcache.h (struct thread_info): Forward declare.
3600 (struct regcache): New.
3601 (new_register_cache): Adjust prototype.
3602 (get_thread_regcache): Declare.
3603 (free_register_cache): Adjust prototype.
3604 (registers_to_string, registers_from_string): Ditto.
3605 (supply_register, supply_register_by_name, collect_register)
3606 (collect_register_as_string, collect_register_by_name): Ditto.
3607 * regcache.c (struct inferior_regcache_data): Delete.
3608 (get_regcache): Rename to ...
3609 (get_thread_regcache): ... this. Adjust. Switch inferior before
3610 fetching registers.
3611 (regcache_invalidate_one): Adjust.
3612 (regcache_invalidate): Fix prototype.
3613 (new_register_cache): Return the new register cache.
3614 (free_register_cache): Change prototype.
3615 (realloc_register_cache): Adjust.
3616 (registers_to_string): Change prototype to take a regcache. Adjust.
3617 (registers_from_string): Ditto.
3618 (register_data): Ditto.
3619 (supply_register): Ditto.
3620 (supply_register_by_name): Ditto.
3621 (collect_register): Ditto.
3622 (collect_register_as_string): Ditto.
3623 (collect_register_by_name): Ditto.
3624 * server.c (process_serial_event): Adjust.
3625 * linux-low.h (regset_fill_func, regset_store_func): Change
3626 prototype.
3627 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
3628 Change prototype.
3629 * linux-low.c (get_stop_pc): Adjust.
3630 (check_removed_breakpoint): Adjust.
3631 (linux_wait_for_event): Adjust.
3632 (linux_resume_one_lwp): Adjust.
3633 (fetch_register): Add regcache parameter. Adjust.
3634 (usr_store_inferior_registers): Ditto.
3635 (regsets_fetch_inferior_registers): Ditto.
3636 (regsets_store_inferior_registers): Ditto.
3637 (linux_fetch_registers, linux_store_registers): Ditto.
3638 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
3639 regcache. Adjust.
3640 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
3641 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
3642 prototype to take a regcache.
3643 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
3644 * remote-utils.c (convert_ascii_to_int, outreg)
3645 (prepare_resume_reply): Change prototype to take a regcache.
3646 Adjust.
3647 * target.h (struct target_ops) <fetch_registers, store_registers>:
3648 Change prototype to take a regcache.
3649 (fetch_inferior_registers, store_inferior_registers): Change
3650 prototype to take a regcache. Adjust.
3651 * proc-service.c (ps_lgetregs): Adjust.
3652 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
3653 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
3654 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
3655 take a regcache. Adjust.
3656 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
3657 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
3658 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
3659 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
3660 * linux-cris-low.c (cris_get_pc, cris_set_pc)
3661 (cris_cannot_fetch_register):
3662 (cris_breakpoint_at): Change prototype to take a regcache.
3663 Adjust.
3664 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
3665 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
3666 to take a regcache. Adjust.
3667 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
3668 Adjust.
3669 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
3670 take a regcache. Adjust.
3671 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
3672 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
3673 (m68k_set_pc): Change prototype to take a regcache. Adjust.
3674 * linux-mips-low.c (mips_get_pc):
3675 (mips_set_pc): Change prototype to take a regcache. Adjust.
3676 (mips_reinsert_addr): Adjust.
3677 (mips_collect_register): Change prototype to take a regcache.
3678 Adjust.
3679 (mips_supply_register):
3680 (mips_collect_register_32bit, mips_supply_register_32bit)
3681 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
3682 (mips_store_fpregset): Ditto.
3683 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
3684 Ditto.
3685 (parse_spufs_run): Adjust.
3686 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
3687 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
3688 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
3689 take a regcache. Adjust.
3690 * linux-s390-low.c (s390_collect_ptrace_register)
3691 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
3692 (s390_set_pc): Change prototype to take a regcache. Adjust.
3693 (s390_arch_setup): Adjust.
3694 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
3695 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
3696 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
3697 (sparc_fill_gregset, sparc_store_gregset_from_stack)
3698 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
3699 regcache. Adjust.
3700 (sparc_breakpoint_at): Adjust.
3701 * linux-xtensa-low.c (xtensa_fill_gregset):
3702 (xtensa_store_gregset):
3703 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
3704 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
3705 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
3706 prototype to take a regcache. Adjust.
3707 * win32-arm-low.c (arm_fetch_inferior_register)
3708 (arm_store_inferior_register): Change prototype to take a
3709 regcache. Adjust.
3710 * win32-i386-low.c (i386_fetch_inferior_register)
3711 (i386_store_inferior_register): Change prototype to take a
3712 regcache. Adjust.
3713 * win32-low.c (child_fetch_inferior_registers)
3714 (child_store_inferior_registers): Change prototype to take a
3715 regcache. Adjust.
3716 (win32_wait): Adjust.
3717 (win32_fetch_inferior_registers): Change prototype to take a
3718 regcache. Adjust.
3719 (win32_store_inferior_registers): Adjust.
3720 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
3721 store_inferior_register>: Change prototype to take a regcache.
3722
3723 2010-01-20 Doug Evans <dje@google.com>
3724
3725 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
3726 #ifdef.
3727 (linux_wait_for_event1, linux_init_signals): Ditto.
3728 (W_STOPCODE): Provide definition if missing.
3729
3730 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3731
3732 * linux-low.c (linux_core_of_thread): New.
3733 (compare_ints, show_process, list_threads): New.
3734 (linux_qxfer_osdata): Report threads and cores.
3735 (linux_target_op): Register linux_core_of_thread.
3736 * remote-utils.c (prepare_resume_reply): Report the core.
3737 (buffer_xml_printf): Support %d specifier.
3738 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
3739 New.
3740 (handle_query): Handle qXfer:threads. Announce availability
3741 thereof.
3742 * target.h (struct target_ops): New field core_of_thread.
3743
3744 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3745
3746 * Makefile.in (clean): Remove new generated files.
3747 (reg-s390.o, reg-s390.c): Remove rules.
3748 (reg-s390x.o, reg-s390x.c): Likewise.
3749 (s390-linux32.o, s390-linux32.c): Add rules.
3750 (s390-linux64.o, s390-linux64.c): Likewise.
3751 (s390x-linux64.o, s390x-linux64.c): Likewise.
3752 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
3753 * linux-s390-low.c: Include <elf.h>.
3754 (HWCAP_S390_HIGH_GPRS): Define if undefined.
3755 (init_registers_s390): Remove prototype.
3756 (init_registers_s390x): Likewise.
3757 (init_registers_s390_linux32): Add prototype.
3758 (init_registers_s390_linux64): Likewise.
3759 (init_registers_s390x_linux64): Likewise.
3760 (s390_num_regs_3264): New define.
3761 (s390_regmap_3264): New global variable.
3762 (s390_cannot_fetch_register): Remove obsolete check.
3763 (s390_cannot_store_register): Likewise.
3764 (s390_collect_ptrace_register): Handle upper/lower register halves.
3765 (s390_supply_ptrace_register): Likewise.
3766 (s390_fill_gregset): Update to register number changes.
3767 (s390_get_hwcap): New routine.
3768 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
3769 Install appropriate regmap and register set.
3770
3771 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3772
3773 * server.c (gdbserver_version): Update copyright year to 2010.
3774 * gdbreplay.c (gdbreplay_version): Likewise.
3775
3776 2009-12-28 Doug Evans <dje@google.com>
3777
3778 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
3779 elf/external.h. Include <elf.h> instead but only if necessary.
3780
3781 2009-12-28 Pedro Alves <pedro@codesourcery.com>
3782
3783 * linux-low.c (linux_remove_process): Remove `detaching'
3784 parameter. Don't release/detach from thread_db here.
3785 (linux_kill): Release/detach from thread_db here, ...
3786 (linux_detach): ... and here, before actually detaching.
3787 (linux_wait_1): ... and here, when a process exits.
3788 * thread-db.c (any_thread_of): New.
3789 (thread_db_free): Switch the current inferior to a thread of the
3790 passed in process.
3791
3792 2009-12-21 Doug Evans <dje@google.com>
3793
3794 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
3795
3796 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
3797 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
3798 warning ifndef __NR_tkill. Move setting of errno there too.
3799 Delete unnecessary resetting of errno after syscall.
3800 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
3801
3802 * configure.ac: Check for dladdr.
3803 * config.in: Regenerate.
3804 * configure: Regenerate.
3805 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
3806 (try_thread_db_load): Update.
3807
3808 * linux-low.c (my_waitpid): Delete unnecessary prototype.
3809
3810 2009-12-18 Doug Evans <dje@google.com>
3811
3812 * event-loop.c: Include unistd.h if it exists.
3813
3814 * linux-low.c (my_waitpid): Move definition away from being in
3815 between linux_tracefork_child/linux_test_for_tracefork.
3816
3817 * gdb_proc_service.h (psaddr_t): Fix type.
3818 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
3819 signature to match glibc.
3820
3821 2009-12-16 Doug Evans <dje@google.com>
3822
3823 * linux-low.c (linux_read_memory): Fix argument to read.
3824
3825 2009-11-26 Pedro Alves <pedro@codesourcery.com>
3826
3827 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
3828 events, don't leave current_inferior pointing at null.
3829
3830 2009-11-26 Pedro Alves <pedro@codesourcery.com>
3831
3832 * win32-low.c (LOG): Delete.
3833 (OUTMSG): Output to stderr.
3834 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
3835 on compile time LOG macro.
3836 (win32_wait): Fix debug output.
3837
3838 2009-11-26 Pedro Alves <pedro@codesourcery.com>
3839
3840 * win32-low.c (win32_add_one_solib): If the dll name is
3841 "ntdll.dll", prepend the system directory to the dll path.
3842
3843 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
3844
3845 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
3846
3847 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
3848 Vladimir Prus <vladimir@codesourcery.com>
3849
3850 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
3851 * configure.ac: Check for __mcoldfire__ and set
3852 gdb_cv_m68k_is_coldfire.
3853 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
3854 reg-cf.o and reg-m68k.o.
3855 * configure: Regenerated.
3856
3857 2009-11-16 Pedro Alves <pedro@codesourcery.com>
3858
3859 * linux-low.c (linux_remove_process): Add `detaching' parameter.
3860 Pass it to thread_db_free.
3861 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
3862 proper `detaching' argument to linux_remove_process.
3863 * linux-low.h (thread_db_free): Add `detaching' parameter.
3864 * thread-db.c (thread_db_init): Pass false as `detaching' argument
3865 to thread_db_free.
3866 (thread_db_free): Add `detaching' parameter. Only
3867 call td_ta_clear_event if detaching from process.
3868
3869 2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
3870
3871 * thread-db.c (thread_db_free): Fix typo.
3872
3873 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3874
3875 PR gdb/10838
3876 * thread-db.c (thread_db_free): Call td_ta_clear_event.
3877
3878 2009-11-03 Nathan Sidwell <nathan@codesourcery.com>
3879
3880 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
3881 with an i686 compiler.
3882 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
3883 needed.
3884 * configure: Rebuilt.
3885
3886 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
3887
3888 PR gdb/10783
3889
3890 * server.c (handle_search_memory_1): Correct read_addr initialization
3891 in loop for searching subsequent chunks.
3892
3893 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
3894
3895 * configure.ac: New --with-libthread-db option.
3896 * thread-db.c: Allow direct dependence on libthread_db.
3897 (thread_db_free): Adjust.
3898 * config.in: Regenerate.
3899 * configure: Likewise.
3900
3901 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3902
3903 PR gdb/10757
3904 * thread-db.c (attach_thread): New function.
3905 (maybe_attach_thread): Return success/failure.
3906 (find_new_threads_callback): Adjust.
3907 (thread_db_find_new_threads): Loop until no new threads.
3908
3909 2009-10-13 Pedro Alves <pedro@codesourcery.com>
3910
3911 * proc-service.c (ps_lgetregs): Formatting.
3912
3913 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3914
3915 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
3916 * configure.ac: Adjust.
3917 * linux-low.h (struct process_info_private): Move members to struct
3918 thread_db.
3919 (thread_db_free, thread_db_handle_monitor_command): New prototype.
3920 * linux-low.c (linux_remove_process): Adjust.
3921 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
3922 * server.c (handle_query): Move code ...
3923 (handle_monitor_command): ... here. New function.
3924 * target.h (struct target_ops): New member.
3925 * thread-db.c (struct thread_db): New.
3926 (libthread_db_search_path): New variable.
3927 (thread_db_create_event, thread_db_enable_reporting)
3928 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
3929 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
3930 (try_thread_db_load_1, dladdr_to_soname): New functions.
3931 (try_thread_db_load, thread_db_load_search): New functions.
3932 (thread_db_init): Search for libthread_db.
3933 (thread_db_free): New function.
3934 (thread_db_handle_monitor_command): Likewise.
3935 * config.in: Regenerate.
3936 * configure: Regenerate.
3937
3938 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3939
3940 * spu-low.c (spu_kill): Wait for inferior to terminate.
3941 Call clear_inferiors.
3942 (spu_detach): Call clear_inferiors.
3943
3944 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3945
3946 * aclocal.m4: Regenerate.
3947 * config.in: Likewise.
3948 * configure: Likewise.
3949
3950 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3951
3952 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
3953 (parse_spufs_run): New function.
3954 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
3955 (ppc_breakpoint_at): Handle SPU breakpoints.
3956
3957 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3958
3959 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
3960 (SPUFS_MAGIC): Define.
3961 (spu_enumerate_spu_ids): New function.
3962 (linux_qxfer_spu): New function.
3963 (linux_target_ops): Install linux_qxfer_spu.
3964
3965 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3966
3967 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
3968 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
3969 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
3970 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
3971 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
3972 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
3973 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
3974 (init_registers_powerpc_cell32l): Add prototype.
3975 (init_registers_powerpc_cell64l): Likewise.
3976 (ppc_arch_setup): Detect Cell/B.E. architecture.
3977
3978 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3979
3980 * Makefile.in (datarootdir): New variable.
3981
3982 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3983
3984 * linux-low.c (linux_write_memory): Update debugging output.
3985 * Makefile.in (clean): Add new descriptions.
3986 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
3987 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
3988 * configure.srv: Add new files for arm*-*-linux*.
3989 * linux-arm-low.c: Add new declarations.
3990 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
3991 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
3992 (HWCAP_VFPv3D16): New.
3993 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
3994 instead of __IWMMXT__.
3995 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
3996 (arm_arch_setup): New.
3997 (target_regsets): Remove #ifdef. Add VFP regset.
3998 (the_low_target): Use arm_arch_setup.
3999
4000 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
4003 the main thread again.
4004
4005 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
4006
4007 Adding Neutrino gdbserver.
4008 * configure: Regenerated.
4009 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
4010 * configure.srv (i[34567]86-*-nto*): New target.
4011 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
4012 * remote-utils.c [__QNX__]: Include sys/iomgr.h
4013 (nto_comctrl) [__QNX__]: New function.
4014 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
4015
4016 2009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
4017
4018 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
4019 srv_tgtobj.
4020
4021 2009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
4022 Pedro Alves <pedro@codesourcery.com>
4023
4024 * win32-i386-low.c (i386_get_thread_context): Handle systems that
4025 don't support CONTEXT_EXTENDED_REGISTERS.
4026 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
4027 (the_low_target): Install them.
4028 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
4029 failing with ERROR_PIPE_NOT_CONNECTED.
4030
4031 2009-06-30 Doug Evans <dje@google.com>
4032 Pierre Muller <muller@ics.u-strasbg.fr>
4033
4034 Add h/w watchpoint support to x86-linux, win32-i386.
4035 * Makefile.in (SFILES): Add i386-low.c
4036 (i386_low_h): Define.
4037 (i386-low.o): Add dependencies.
4038 (linux-x86-low.o): Add i386-low.h dependency.
4039 (win32-i386-low.o): Ditto.
4040 * i386-low.c: New file.
4041 * i386-low.h: New file.
4042 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
4043 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
4044 * linux-low.c (linux_add_process): Initialize arch_private.
4045 (linux_remove_process): Free arch_private.
4046 (add_lwp): Initialize arch_private.
4047 (delete_lwp): Free arch_private.
4048 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
4049 provided.
4050 * linux-low.h (process_info_private): New member arch_private.
4051 (lwp_info): New member arch_private.
4052 (linux_target_ops): New members new_process, new_thread,
4053 prepare_to_resume.
4054 (ptid_of): New macro.
4055 * linux-x86-low.c: Include stddef.h, i386-low.h.
4056 (arch_process_info): New struct.
4057 (arch_lwp_info): New struct.
4058 (x86_linux_dr_get, x86_linux_dr_set): New functions.
4059 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
4060 (i386_dr_low_get_status): New function.
4061 (x86_insert_point, x86_remove_point): New functions.
4062 (x86_stopped_by_watchpoint): New function.
4063 (x86_stopped_data_address): New function.
4064 (x86_linux_new_process, x86_linux_new_thread): New functions.
4065 (x86_linux_prepare_to_resume): New function.
4066 (the_low_target): Add entries for insert_point, remove_point,
4067 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
4068 prepare_to_resume.
4069 * server.c (debug_hw_points): New global.
4070 (monitor_show_help): Document set debug-hw-points.
4071 (handle_query): Process "set debug-hw-points".
4072 * server.h (debug_hw_points): Declare.
4073 (paddress): Declare.
4074 * utils.c (NUMCELLS, CELLSIZE): New macros.
4075 (get_sell, xsnprintf, paddress): New functions.
4076 * win32-arm-low.c (the_low_target): Add entries for insert_point,
4077 remove_point, stopped_by_watchpoint, stopped_data_address.
4078 * win32-i386-low.c: Include i386-low.h.
4079 (debug_reg_state): Replaces dr.
4080 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
4081 (i386_dr_low_get_status): New function.
4082 (i386_insert_point, i386_remove_point): New functions.
4083 (i386_stopped_by_watchpoint): New function.
4084 (i386_stopped_data_address): New function.
4085 (i386_initial_stuff): Update.
4086 (get_thread_context,set_thread_context,i386_thread_added): Update.
4087 (the_low_target): Add entries for insert_point,
4088 remove_point, stopped_by_watchpoint, stopped_data_address.
4089 * win32-low.c (win32_insert_watchpoint): New function.
4090 (win32_remove_watchpoint): New function.
4091 (win32_stopped_by_watchpoint): New function.
4092 (win32_stopped_data_address): New function.
4093 (win32_target_ops): Add entries for insert_watchpoint,
4094 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
4095 * win32-low.h (win32_target_ops): New members insert_point,
4096 remove_point, stopped_by_watchpoint, stopped_data_address.
4097
4098 2009-06-25 Pedro Alves <pedro@codesourcery.com>
4099
4100 * server.c (process_serial_event): Re-return unsupported, not
4101 error, if the type isn't recognized. Re-allow supporting only
4102 insert or remove packets. Also call require_running for
4103 breakpoints. Add missing break statement to default case. Tidy.
4104 * target.h (struct target_ops): Rename insert_watchpoint to
4105 insert_point, and remove_watchpoint to remove_point.
4106
4107 * linux-low.h (struct linux_target_ops): Likewise.
4108 * linux-low.c (linux_insert_watchpoint): Rename to ...
4109 (linux_insert_point): ... this. Adjust.
4110 (linux_remove_watchpoint): Rename to ...
4111 (linux_remove_point): ... this. Adjust.
4112 (linux_target_ops): Adjust.
4113 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
4114 (cris_insert_point): ... this.
4115 (cris_remove_watchpoint): Rename to ...
4116 (cris_remove_point): ... this.
4117 (the_low_target): Adjust.
4118
4119 2009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
4120
4121 * server.c (handle_v_kill): Pass signal_pid to
4122 kill_inferior if multi_process is zero.
4123
4124 2009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
4125
4126 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
4127 * target.h (target_ops): Comment for *_watchpoint to make it clear
4128 the functions can get types '0' and '1'.
4129
4130 2009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
4131
4132 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
4133 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
4134 * regcache.c (get_regcache): Likewise.
4135 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
4136 * win32-low.c (child_fetch_inferior_registers): Remove check for
4137 regno 0.
4138
4139 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
4140 Pedro Alves <pedro@codesourcery.com>
4141
4142 * target.h (struct target_ops) <supports_multi_process>: New
4143 callback.
4144 (target_supports_multi_process): New.
4145 * server.c (handle_query): Even if GDB reports support, only
4146 enable multi-process if the target also supports it. Report
4147 multi-process support only if the target backend supports it.
4148 * linux-low.c (linux_supports_multi_process): New function.
4149 (linux_target_ops): Install it as target_supports_multi_process
4150 callback.
4151
4152 2009-05-24 Doug Evans <dje@google.com>
4153
4154 Global renaming of find_thread_pid to find_thread_ptid.
4155 * server.h (find_thread_ptid): Renamed from find_thread_pid.
4156 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
4157 All callers updated.
4158
4159 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
4160 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
4161 directly.
4162
4163 * linux-low.c (get_stop_pc): Print pc if debug_threads.
4164 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
4165 (linux_resume_one_lwp): Ditto.
4166
4167 2009-05-23 Doug Evans <dje@google.com>
4168
4169 * linux-low.c (linux_resume_one_lwp): Change type of first arg
4170 from struct inferior_list_entry * to struct lwp_info *.
4171 All callers updated.
4172
4173 2009-05-13 Doug Evans <dje@google.com>
4174
4175 * linux-x86-low.c: Don't include assert.h.
4176 (x86_siginfo_fixup): Use fatal, not assert.
4177 (x86_arch_setup): Fix comment.
4178
4179 2009-05-12 Doug Evans <dje@google.com>
4180
4181 Biarch support for i386/amd64 gdbserver.
4182 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
4183 Add linux-x86-low.c.
4184 (linux-i386-low.o, linux-x86-64-low.o): Delete.
4185 (linux-x86-low.o): Add.
4186 * linux-x86-64-low.c: Delete.
4187 * linux-i386-low.c: Delete.
4188 * linux-x86-low.c: New file.
4189 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
4190 linux-x86-low.o.
4191 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
4192 linux-x86-low.o.
4193 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
4194 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
4195 (linux_child_pid_to_exec_file): New function.
4196 (elf_64_header_p, elf_64_file_p): New functions.
4197 (siginfo_fixup): New function.
4198 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
4199 give target a chance to convert layout.
4200 * linux-low.h (linux_target_ops): New member siginfo_fixup.
4201 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
4202
4203 2009-05-07 Doug Evans <dje@google.com>
4204
4205 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
4206 (regsets_store_inferior_registers): Ditto.
4207
4208 2009-05-06 Pedro Alves <pedro@codesourcery.com>
4209
4210 PR server/10048
4211
4212 * linux-low.c (must_set_ptrace_flags): Delete.
4213 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
4214 of the global.
4215 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
4216 `lwp->must_set_ptrace_flags' instead.
4217 (linux_wait_for_event_1): Set ptrace options here.
4218 (linux_wait_1): ... not here.
4219
4220 2009-04-30 Doug Evans <dje@google.com>
4221
4222 * inferiors.c (started_inferior_callback): New function.
4223 (attached_inferior_callback): New function.
4224 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
4225 * server.c (print_started_pid, print_attached_pid): New functions.
4226 (detach_or_kill_for_exit): New function.
4227 (main): Call it instead of for_each_inferior (kill_inferior_callback).
4228 * server.h (have_started_inferiors_p): Declare.
4229 (have_attached_inferiors_p): Declare.
4230
4231 * inferiors.c (remove_process): Fix memory leak, free process.
4232 * linux-low.c (linux_remove_process): New function.
4233 (linux_kill): Call it instead of remove_process.
4234 (linux_detach, linux_wait_1): Ditto.
4235
4236 2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
4237
4238 * configure.srv: Add x86 Windows CE target.
4239
4240 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
4241
4242 * inferiors.c (get_thread_process): Make global.
4243 * server.h (get_thread_process): Add prototype.
4244 * thread-db.c (find_one_thread): Use get_thread_process
4245 instead of current_process.
4246 (thread_db_get_tls_address): Do not crash if called when
4247 thread layer is not yet initialized.
4248
4249 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
4250
4251 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
4252 * spu-low.c (current_tid): Rename to ...
4253 (current_ptid): ... this.
4254 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
4255 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
4256 ptid_get_lwp (current_ptid) instead of current_tid.
4257 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
4258 instead of current_tid. Use find_process_pid to verify pid
4259 argument is valid. Pass proper argument to remove_process.
4260 (spu_thread_alive): Compare current_ptid instead of current_tid.
4261 (spu_resume): Likewise.
4262
4263 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4264
4265 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
4266 variable.
4267
4268 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4269
4270 Implement the multiprocess extensions, and add linux multiprocess
4271 support.
4272
4273 * server.h (ULONGEST): Declare.
4274 (struct ptid, ptid_t): New.
4275 (minus_one_ptid, null_ptid): Declare.
4276 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4277 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
4278 (struct inferior_list_entry): Change `id' type from unsigned from
4279 to ptid_t.
4280 (struct sym_cache, struct breakpoint, struct
4281 process_info_private): Forward declare.
4282 (struct process_info): Declare.
4283 (current_process): Declare.
4284 (all_processes): Declare.
4285 (initialize_inferiors): Declare.
4286 (add_thread): Adjust to use ptid_t.
4287 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
4288 (add_process, remove_process, find_thread_pid): Declare.
4289 (find_inferior_id): Adjust to use ptid_t.
4290 (cont_thread, general_thread, step_thread): Change type to ptid_t.
4291 (multi_process): Declare.
4292 (push_event): Adjust to use ptid_t.
4293 (read_ptid, write_ptid): Declare.
4294 (prepare_resume_reply): Adjust to use ptid_t.
4295 (clear_symbol_cache): Declare.
4296 * inferiors.c (all_processes): New.
4297 (null_ptid, minus_one_ptid): New.
4298 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4299 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
4300 (add_thread): Change unsigned long to ptid. Remove gdb_id
4301 parameter. Adjust.
4302 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
4303 (gdb_id_to_thread): Rename to ...
4304 (find_thread_pid): ... this. Change unsigned long to ptid.
4305 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
4306 (loaded_dll, pull_pid_from_list): Adjust.
4307 (add_process, remove_process, find_process_pid)
4308 (get_thread_process, current_process, initialize_inferiors): New.
4309 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
4310 (struct target_waitstatus) <related_pid>: Ditto.
4311 (struct target_ops) <kill, detach>: Add `pid' argument. Change
4312 return type to int.
4313 (struct target_ops) <join>: Add `pid' argument.
4314 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
4315 (struct target_ops) <wait>: Add `ptid' field. Change return type
4316 to ptid.
4317 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
4318 (mywait): Add `ptid' argument. Change return type to ptid_t.
4319 (target_pid_to_str): Declare.
4320 * target.c (set_desired_inferior): Adjust to use ptids.
4321 (mywait): Add new `ptid' argument. Adjust.
4322 (target_pid_to_str): New.
4323 * mem-break.h (free_all_breakpoints): Declare.
4324 * mem-break.c (breakpoints): Delelete.
4325 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
4326 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
4327 to use per-process breakpoint list.
4328 (free_all_breakpoints): New.
4329 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
4330 (symbol_cache, all_symbols_looked_up): Delete.
4331 (hexchars): New.
4332 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
4333 read_ptid): New.
4334 (prepare_resume_reply): Change ptid argument's type from unsigned
4335 long to ptid_t. Adjust. Implement W;process and X;process.
4336 (free_sym_cache, clear_symbol_cache): New.
4337 (look_up_one_symbol): Adjust to per-process symbol cache. *
4338 * server.c (cont_thread, general_thread, step_thread): Change type
4339 to ptid_t.
4340 (attached): Delete.
4341 (multi_process): New.
4342 (last_ptid): Change type to ptid_t.
4343 (struct vstop_notif) <ptid>: Change type to ptid_t.
4344 (queue_stop_reply, push_event): Change `ptid' argument's type to
4345 ptid_t.
4346 (discard_queued_stop_replies): Add `pid' argument.
4347 (start_inferior): Adjust to use ptids. Adjust to mywait interface
4348 changes. Don't reference the `attached' global.
4349 (attach_inferior): Adjust to mywait interface changes.
4350 (handle_query): Adjust to use ptids. Parse GDB's qSupported
4351 features. Handle and report "multiprocess+". Handle
4352 "qAttached:PID".
4353 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
4354 changes.
4355 (handle_v_kill): New.
4356 (handle_v_stopped): Adjust to use target_pid_to_str.
4357 (handle_v_requests): Allow multiple attaches and runs when
4358 multiprocess extensions are in effect. Handle "vKill".
4359 (myresume): Adjust to use ptids.
4360 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
4361 (handle_status): Adjust to discard_queued_stop_replies interface
4362 change.
4363 (first_thread_of, kill_inferior_callback)
4364 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
4365 (main): Call initialize_inferiors. Adjust to use ptids, killing
4366 and detaching from all inferiors. Handle multiprocess packet
4367 variants.
4368 * linux-low.h: Include gdb_proc_service.h.
4369 (struct process_info_private): New.
4370 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
4371 <lwpid_of>: Use ptid_get_lwp.
4372 (get_lwp_thread): Adjust.
4373 (struct lwp_info): Add `dead' member.
4374 (find_lwp_pid): Declare.
4375 * linux-low.c (thread_db_active): Delete.
4376 (new_inferior): Adjust comment.
4377 (inferior_pid): Delete.
4378 (linux_add_process): New.
4379 (handle_extended_wait): Adjust.
4380 (add_lwp): Change unsigned long to ptid.
4381 (linux_create_inferior): Add process to processes table. Adjust
4382 to use ptids. Don't set new_inferior here.
4383 (linux_attach_lwp): Rename to ...
4384 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
4385 it. Adjust to use ptids.
4386 (linux_attach_lwp): New.
4387 (linux_attach): Add process to processes table. Don't set
4388 new_inferior here.
4389 (struct counter): New.
4390 (second_thread_of_pid_p, last_thread_of_process_p): New.
4391 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
4392 multiple processes.
4393 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
4394 processes. Remove process from process table.
4395 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
4396 to multiple processes.
4397 (any_thread_of): New.
4398 (linux_detach): Add `pid' argument, and handle it. Remove process
4399 from processes table.
4400 (linux_join): Add `pid' argument. Handle it.
4401 (linux_thread_alive): Change unsighed long argument to ptid_t.
4402 Consider dead lwps as not being alive.
4403 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
4404 threads we're not interested in.
4405 (same_lwp, find_lwp_pid): New.
4406 (linux_wait_for_lwp): Change `pid' argument's type from int to
4407 ptid_t. Adjust.
4408 (linux_wait_for_event): Rename to ...
4409 (linux_wait_for_event_1): ... this. Change `pid' argument's type
4410 from int to ptid_t. Adjust.
4411 (linux_wait_for_event): New.
4412 (linux_wait_1): Add `ptid' argument. Change return type to
4413 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
4414 that exit from the process table.
4415 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
4416 Adjust.
4417 (mark_lwp_dead): New.
4418 (wait_for_sigstop): Adjust to use ptids. If a process exits while
4419 stopping all threads, mark its main lwp as dead.
4420 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
4421 ptids.
4422 (fetch_register, usr_store_inferior_registers)
4423 (regsets_fetch_inferior_registers)
4424 (regsets_store_inferior_registers, linux_read_memory)
4425 (linux_write_memory): Inline `inferior_pid'.
4426 (linux_look_up_symbols): Adjust to use per-process
4427 `thread_db_active'.
4428 (linux_request_interrupt): Adjust to use ptids.
4429 (linux_read_auxv): Inline `inferior_pid'.
4430 (initialize_low): Don't reference thread_db_active.
4431 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
4432 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
4433 (ps_getpid): Return the pid of the current inferior.
4434 * thread-db.c (proc_handle, thread_agent): Delete.
4435 (thread_db_create_event, thread_db_enable_reporting): Adjust to
4436 per-process data.
4437 (find_one_thread): Change argument type to ptid_t. Adjust to
4438 per-process data.
4439 (maybe_attach_thread): Adjust to per-process data and ptids.
4440 (thread_db_find_new_threads): Ditto.
4441 (thread_db_init): Ditto.
4442 * spu-low.c (spu_create_inferior, spu_attach): Add process to
4443 processes table. Adjust to use ptids.
4444 (spu_kill, spu_detach): Adjust interface. Remove process from
4445 processes table.
4446 (spu_join, spu_thread_alive): Adjust interface.
4447 (spu_wait): Adjust interface. Remove process from processes
4448 table. Adjust to use ptids.
4449 * win32-low.c (current_inferior_tid): Delete.
4450 (current_inferior_ptid): New.
4451 (debug_event_ptid): New.
4452 (thread_rec): Take a ptid. Adjust.
4453 (child_add_thread): Add `pid' argument. Adjust to use ptids.
4454 (child_delete_thread): Ditto.
4455 (do_initial_child_stuff): Add `attached' argument. Add process to
4456 processes table.
4457 (child_fetch_inferior_registers, child_store_inferior_registers):
4458 Adjust.
4459 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
4460 (win32_attach): Pass 1 to do_initial_child_stuff.
4461 (win32_kill): Adjust interface. Remove process from processes
4462 table.
4463 (win32_detach): Ditto.
4464 (win32_join): Adjust interface.
4465 (win32_thread_alive): Take a ptid.
4466 (win32_resume): Adjust to use ptids.
4467 (get_child_debug_event): Ditto.
4468 (win32_wait): Adjust interface. Remove exiting process from
4469 processes table.
4470
4471 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4472
4473 Non-stop mode support.
4474
4475 * server.h (non_stop): Declare.
4476 (gdb_client_data, handler_func): Declare.
4477 (delete_file_handler, add_file_handler, start_event_loop):
4478 Declare.
4479 (handle_serial_event, handle_target_event, push_event)
4480 (putpkt_notif): Declare.
4481 * target.h (enum resume_kind): New.
4482 (struct thread_resume): Replace `step' field by `kind' field.
4483 (TARGET_WNOHANG): Define.
4484 (struct target_ops) <wait>: Add `options' argument.
4485 <supports_non_stop, async, start_non_stop>: New fields.
4486 (target_supports_non_stop, target_async): New.
4487 (start_non_stop): Declare.
4488 (mywait): Add `options' argument.
4489 * target.c (mywait): Add `options' argument. Print child exit
4490 notifications here.
4491 (start_non_stop): New.
4492 * server.c (non_stop, own_buf, mem_buf): New globals.
4493 (struct vstop_notif): New.
4494 (notif_queue): New global.
4495 (queue_stop_reply, push_event, discard_queued_stop_replies)
4496 (send_next_stop_reply): New.
4497 (start_inferior): Adjust to use resume_kind. Adjust to mywait
4498 interface changes.
4499 (attach_inferior): In non-stop mode, don't wait for the target
4500 here.
4501 (handle_general_set): Handle QNonStop.
4502 (handle_query): When handling qC, return the current general
4503 thread, instead of the first thread of the list.
4504 (handle_query): If the backend supports non-stop mode, include
4505 QNonStop+ in the qSupported query response.
4506 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
4507 and non-stop mode.
4508 (handle_v_attach, handle_v_run): Handle non-stop mode.
4509 (handle_v_stopped): New.
4510 (handle_v_requests): Report support for vCont;t. Handle vStopped.
4511 (myresume): Adjust to use resume_kind. Handle non-stop.
4512 (queue_stop_reply_callback): New.
4513 (handle_status): Handle non-stop mode.
4514 (main): Clear non_stop flag on reconnection. Use the event-loop.
4515 Refactor serial protocol handling from here ...
4516 (process_serial_event): ... to this new function. When GDB
4517 selects any thread, select one here. In non-stop mode, wait until
4518 GDB acks all pending events before exiting.
4519 (handle_serial_event, handle_target_event): New.
4520 * remote-utils.c (remote_open): Install remote_desc in the event
4521 loop.
4522 (remote_close): Remove remote_desc from the event loop.
4523 (putpkt_binary): Rename to...
4524 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
4525 (putpkt_binary): New as wrapper around putpkt_binary_1.
4526 (putpkt_notif): New.
4527 (prepare_resume_reply): In non-stop mode, don't change the
4528 general_thread.
4529 * event-loop.c: New.
4530 * Makefile.in (OBJ): Add event-loop.o.
4531 (event-loop.o): New rule.
4532
4533 * linux-low.h (pid_of): Moved here.
4534 (lwpid_of): New.
4535 (get_lwp_thread): Use lwpid_of.
4536 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
4537 * linux-low.c (pid_of): Delete.
4538 (inferior_pid): Use lwpid_of.
4539 (linux_event_pipe): New.
4540 (target_is_async_p): New.
4541 (delete_lwp): New.
4542 (handle_extended_wait): Use lwpid_of.
4543 (add_lwp): Don't set lwpid field.
4544 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
4545 (linux_kill_one_lwp): If killing a running lwp, stop it first.
4546 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
4547 (linux_detach_one_lwp): If detaching from a running lwp, stop it
4548 first. Adjust to linux_wait_for_event interface changes. Use
4549 lwpid_of.
4550 (linux_detach): Don't delete the main lwp here.
4551 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
4552 (status_pending_p): Don't consider explicitly suspended lwps.
4553 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
4554 pointer. Add OPTIONS argument. Change return type to int. Use
4555 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
4556 (linux_wait_for_event): Take an integer pid instead of a lwp_info
4557 pointer. Add status pointer argument. Return a pid instead of a
4558 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
4559 changes. In non-stop mode, don't switch to a random thread.
4560 (linux_wait): Rename to...
4561 (linux_wait_1): ... this. Add target_options argument, and handle
4562 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
4563 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
4564 clean exit and signal exit code. Don't stop all threads in
4565 non-stop mode. In all-stop mode, only stop all threads when
4566 reporting a stop to GDB. Handle explicit thread stop requests.
4567 (async_file_flush, async_file_mark): New.
4568 (linux_wait): New.
4569 (send_sigstop): Use lwpid_of.
4570 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
4571 interface changes. In non-stop mode, don't switch to a random
4572 thread.
4573 (linux_resume_one_lwp): Use lwpid_of.
4574 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
4575 (linux_resume_one_thread): ... this. Handle resume_stop. In
4576 non-stop mode, don't look for pending flag in all threads.
4577 (resume_status_pending_p): Don't consider explicitly suspended
4578 threads.
4579 (my_waitpid): Reimplement. Emulate __WALL.
4580 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
4581 Use lwpid_of.
4582 (sigchld_handler, linux_supports_non_stop, linux_async)
4583 (linux_start_non_stop): New.
4584 (linux_target_ops): Register linux_supports_non_stop, linux_async
4585 and linux_start_non_stop.
4586 (initialize_low): Install SIGCHLD handler.
4587 * thread-db.c (thread_db_create_event, find_one_thread)
4588 (thread_db_get_tls_address): Use lwpid_of.
4589 * win32-low.c (win32_detach): Adjust to use resume_kind.
4590 (win32_wait): Add `options' argument.
4591 * spu-low.c (spu_resume): Adjust to use resume_kind.
4592 (spu_wait): Add `options' argument.
4593
4594 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4595
4596 Decouple target code from remote protocol.
4597
4598 * target.h (enum target_waitkind): New.
4599 (struct target_waitstatus): New.
4600 (struct target_ops) <wait>: Return an unsigned long. Take a
4601 target_waitstatus pointer instead of a char pointer.
4602 (mywait): Likewise.
4603 * target.c (mywait): Change prototype to return an unsigned long.
4604 Take a target_waitstatus pointer instead of a char pointer. Adjust.
4605 * server.h (thread_from_wait, old_thread_from_wait): Delete
4606 declarations.
4607 (prepare_resume_reply): Change prototype to take a
4608 target_waitstatus.
4609 * server.c (thread_from_wait, old_thread_from_wait): Delete.
4610 (last_status, last_ptid): New.
4611 (start_inferior): Remove "statusptr" argument. Adjust. Return a
4612 pid instead of a signal.
4613 (attach_inferior): Remove "status" and "signal" parameters.
4614 Adjust.
4615 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
4616 not as an address.
4617 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
4618 (handle_v_requests, myresume): Remove "status" and "signal"
4619 parameters. Adjust.
4620 (handle_status): New.
4621 (main): Delete local `status'. Adjust.
4622 * remote-utils.c: Include target.h.
4623 (prepare_resume_reply): Change prototype to take a
4624 target_waitstatus. Adjust.
4625
4626 * linux-low.c (linux_wait): Adjust to new target_ops->wait
4627 interface.
4628 * spu-low.c (spu_wait): Adjust.
4629 * win32-low.c (enum target_waitkind, struct target_waitstatus):
4630 Delete.
4631 (win32_wait): Adjust.
4632
4633 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4634
4635 * target.h (struct thread_resume): Delete leave_stopped member.
4636 (struct target_ops): Add a `n' argument to the `resume' callback.
4637 * server.c (start_inferior): Adjust.
4638 (handle_v_cont, myresume): Adjust.
4639 * linux-low.c (check_removed_breakpoint): Adjust to resume
4640 interface change, and to removed leave_stopped field.
4641 (resume_ptr): Delete.
4642 (struct thread_resume_array): New.
4643 (linux_set_resume_request): Add new `arg' parameter. Adjust to
4644 resume interface change.
4645 (linux_continue_one_thread, linux_queue_one_thread)
4646 (resume_status_pending_p): Check if the resume field is NULL
4647 instead of checking the leave_stopped member.
4648 (linux_resume): Adjust to the target resume interface change.
4649 * spu-low.c (spu_resume): Adjust to the target resume interface
4650 change.
4651 * win32-low.c (win32_detach, win32_resume): Ditto.
4652
4653 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4654
4655 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
4656 flag.
4657 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
4658 pending.
4659 (linux_continue_one_thread): Only preserve the stepping flag if
4660 there's a pending breakpoint.
4661
4662 2009-03-31 Pedro Alves <pedro@codesourcery.com>
4663
4664 * server.c (main): After the inferior having exited, call
4665 remote_close before exiting gdbserver.
4666
4667 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
4668
4669 Fix size of FPSCR in Power 7 processors.
4670 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
4671 (PPC_FEATURE_HAS_DFP): New #define.
4672 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
4673 size of the FPSCR.
4674
4675 2009-03-23 Pedro Alves <pedro@codesourcery.com>
4676
4677 * server.c (handle_query) Whitespace and formatting.
4678
4679 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4680
4681 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
4682 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
4683 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
4684 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
4685 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
4686 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
4687 Makefile.in, configure.ac: Fix whitespace throughout.
4688 * configure: Regenerate.
4689
4690 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4691
4692 * inferiors.c (find_inferior): Make it safe for the callback
4693 function to delete the currently iterated inferior.
4694
4695 2009-03-22 Pedro Alves <pedro@codesourcery.com>
4696
4697 * Makefile.in (linuw_low_h): Move higher.
4698 (thread-db.o): Depend on $(linux_low_h).
4699
4700 2009-03-17 Pedro Alves <pedro@codesourcery.com>
4701
4702 Rename "process" to "lwp" throughout.
4703
4704 * linux-low.c (all_processes): Rename to...
4705 (all_lwps): ... this.
4706 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
4707 (add_process): Rename to ...
4708 (add_lwp): ... this. Adjust.
4709 (linux_create_inferior): Adjust.
4710 (linux_attach_lwp): Adjust.
4711 (linux_attach): Adjust.
4712 (linux_kill_one_process): Rename to ...
4713 (linux_kill_one_lwp): ... this. Adjust.
4714 (linux_kill): Adjust.
4715 (linux_detach_one_process): Rename to ...
4716 (linux_detach_one_lwp): ... this. Adjust.
4717 (linux_detach): Adjust.
4718 (check_removed_breakpoint): Adjust.
4719 (status_pending_p): Adjust.
4720 (linux_wait_for_process): Rename to ...
4721 (linux_wait_for_lwp): ... this. Adjust.
4722 (linux_wait_for_event): Adjust.
4723 (send_sigstop): Adjust.
4724 (wait_for_sigstop): Adjust.
4725 (stop_all_processes): Rename to ...
4726 (stop_all_lwps): ... this.
4727 (linux_resume_one_process): Rename to ...
4728 (linux_resume_one_lwp): ... this. Adjust.
4729 (linux_set_resume_request, linux_continue_one_thread)
4730 (linux_queue_one_thread, resume_status_pending_p)
4731 (usr_store_inferior_registers, regsets_store_inferior_registers)
4732 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
4733 Adjust.
4734 * linux-low.h (get_process): Rename to ...
4735 (get_lwp): ... this. Adjust.
4736 (get_thread_process): Rename to ...
4737 (get_thread_lwp): ... this. Adjust.
4738 (get_process_thread): Rename to ...
4739 (get_lwp_thread): ... this. Adjust.
4740 (struct process_info): Rename to ...
4741 (struct lwp_info): ... this.
4742 (all_processes): Rename to ...
4743 (all_lwps): ... this.
4744 * proc-service.c (ps_lgetregs): Adjust.
4745 * thread-db.c (thread_db_create_event, find_one_thread)
4746 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
4747
4748 2009-03-14 Pedro Alves <pedro@codesourcery.com>
4749
4750 * server.c (handle_query): Handle "qAttached".
4751
4752 2009-03-13 Nathan Sidwell <nathan@codesourcery.com>
4753
4754 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
4755 GPLv3, update license URL.
4756
4757 2009-03-01 Doug Evans <dje@google.com>
4758
4759 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
4760 (server_h): Add gdb_signals.h.
4761 (signals.o): Update.
4762 * server.h (target_signal_from_host,target_signal_to_host_p)
4763 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
4764
4765 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4766
4767 * remote-utils.c (getpkt): Also generate remote-debug
4768 information if noack_mode is set.
4769
4770 2009-02-06 Pedro Alves <pedro@codesourcery.com>
4771
4772 * server.c (handle_query): Report qXfer:siginfo:read and
4773 qXfer:siginfo:write as supported and handle them.
4774 * target.h (struct target_ops) <qxfer_siginfo>: New field.
4775 * linux-low.c (linux_xfer_siginfo): New.
4776 (linux_target_ops): Set it.
4777
4778 2009-01-26 Pedro Alves <pedro@codesourcery.com>
4779
4780 * server.c (gdbserver_usage): Mention --remote-debug.
4781 (main): Accept '--remote-debug' switch.
4782
4783 2009-01-18 Doug Evans <dje@google.com>
4784
4785 * regcache.c (new_register_cache): No need to check result of xcalloc.
4786 * server.c (handle_search_memory): Back out calls to xmalloc,
4787 result is checked and error is returned to user upon failure.
4788 (handle_query): Ditto. Add more checks for result of malloc.
4789 (handle_v_cont): Check result of malloc, report error back to
4790 user upon failure.
4791 (handle_v_run): Ditto. Call freeargv.
4792 * server.h (freeargv): Declare.
4793 * utils.c (freeargv): New fn.
4794
4795 2009-01-15 Doug Evans <dje@google.com>
4796
4797 * gdbreplay.c (perror_with_name): Make arg const char *.
4798 * server.h (target_signal_to_name): Make return type const char *.
4799 * thread-db.c (thread_db_err_str): Make return type const char *.
4800 * utils.c (perror_with_name): Make arg const char *.
4801
4802 2009-01-14 Pedro Alves <pedro@codesourcery.com>
4803
4804 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
4805 when handling a EXIT_PROCESS_DEBUG_EVENT.
4806
4807 2009-01-06 Joel Brobecker <brobecker@adacore.com>
4808
4809 * gdbreplay.c (gdbreplay_version): Update copyright year.
4810 * server.c (gdbserver_version): Likewise.
4811
4812 2009-01-05 Doug Evans <dje@google.com>
4813
4814 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
4815 (handle_extended_wait): Improve comment.
4816
4817 2008-12-13 Doug Evans <dje@google.com>
4818
4819 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
4820 * server.h (ATTR_MALLOC): New macro.
4821 (xmalloc,xcalloc,xstrdup): Declare.
4822 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
4823 * inferiors.c: Ditto.
4824 * linux-low.c: Ditto.
4825 * mem-break.c: Ditto.
4826 * regcache.c: Ditto.
4827 * remote-utils.c: Ditto.
4828 * server.c: Ditto.
4829 * target.c: Ditto.
4830 * win32-low.c: Ditto.
4831
4832 2008-12-12 Doug Evans <dje@google.com>
4833
4834 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
4835 in debugging printf.
4836
4837 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
4838
4839 2008-12-09 Doug Evans <dje@google.com>
4840
4841 * linux-low.h (struct process_info): Delete member tid, unused.
4842 * thread-db.c (find_one_thread): Update.
4843 (maybe_attach_thread): Update.
4844
4845 2008-12-02 Pedro Alves <pedro@codesourcery.com>
4846
4847 * target.h (struct target_ops): Add qxfer_osdata member.
4848 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
4849 and dirent.h.
4850 (linux_qxfer_osdata): New functions.
4851 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
4852 callback.
4853 * server.c (handle_query): Handle "qXfer:osdata:read:".
4854 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
4855 (buffer_xml_printf): New functions.
4856 * server.h (struct buffer): New.
4857 (buffer_grow_str, buffer_grow_str0): New macros.
4858 (buffer_grow, buffer_free, buffer_init, buffer_finish)
4859 (buffer_xml_printf): Declare.
4860
4861 2008-11-24 Doug Evans <dje@google.com>
4862
4863 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
4864
4865 2008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4866
4867 * server.c (handle_v_run): Always use the supplied argument list.
4868
4869 2008-11-19 Bob Wilson <bob.wilson@acm.org>
4870
4871 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
4872 (xtensa_regmap_table): Add entry for scompare1.
4873
4874 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4875
4876 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
4877 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
4878 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
4879 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
4880 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
4881 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
4882 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
4883 XML target descriptions.
4884 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
4885 when inferior is running on an ISA 2.05 or later processor. Add
4886 special case to return offset for full 64-bit slot of FPSCR when
4887 in 32-bits.
4888
4889 2008-11-14 Daniel Gutson <dgutson@codesourcery.com>
4890
4891 * Makefile.in (SFILES, clean): Added sparc64 files.
4892 (reg-sparc64.o, reg-sparc64.c): New.
4893 * configure.srv (sparc*-*-linux*): New configuration.
4894 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
4895 syscall arguments for SPARC.
4896 (regsets_store_inferior_registers): Likewise.
4897 * linux-sparc-low.c: New file.
4898
4899 2008-10-21 Doug Evans <dje@google.com>
4900
4901 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
4902 (READLINE_DIR,READLINE_DEP): Delete.
4903 (INTERNAL_CFLAGS): Update.
4904 (LINTFLAGS): Update.
4905
4906 2008-10-10 Pedro Alves <pedro@codesourcery.com>
4907
4908 * server.c (handle_v_run): If GDB didn't specify an argv, use the
4909 whole argv from the last run, not just argv[0].
4910
4911 2008-09-08 Pedro Alves <pedro@codesourcery.com>
4912
4913 * regcache.c (new_register_cache): Return NULL if the register
4914 cache size isn't known yet.
4915 (free_register_cache): Avoid dereferencing a NULL regcache.
4916
4917 2008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4918
4919 * configure.srv: Merge MIPS and MIPS64.
4920
4921 2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
4922
4923 * Makefile.in (uninstall): Apply $(EXEEXT) too.
4924
4925 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
4926
4927 * Makefile.in: Add required vsx dependencies.
4928
4929 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
4930 Declare init_registers_powerpc_vsx32l.
4931 Declare init_registers_powerpc_vsx64l.
4932 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
4933 (ppc_arch_setup): Check for VSX in hwcap.
4934 (ppc_fill_vsxregset): New function.
4935 (ppc_store_vsxregset): New function.
4936 Add new VSX entry in regset_info target_regsets.
4937
4938 * configure.srv: Add new VSX dependencies.
4939
4940 2008-08-12 Pedro Alves <pedro@codesourcery.com>
4941
4942 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
4943 (remote_open): Set or clear transport_is_reliable.
4944 (putpkt_binary): Don't expect acks in noack mode.
4945 (getpkt): Don't send ack/nac in noack mode.
4946 * server.c (handle_general_set): Handle QStartNoAckMode.
4947 (handle_query): If connected by tcp pass QStartNoAckMode+ in
4948 qSupported.
4949 (main): Reset noack_mode on every connection.
4950 * server.h (noack_mode): Declare.
4951
4952 2008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4953
4954 * Makefile.in (GDBREPLAY_OBS): New variable.
4955 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
4956
4957 2008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4958 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
4961 (usr_store_inferior_registers): Likewise.
4962 (regsets_store_inferior_registers): Likewise.
4963
4964 2008-07-31 Rolf Jansen <rj@surtec.com>
4965 Pedro Alves <pedro@codesourcery.com>
4966
4967 * configure.ac: Check for memmem declaration.
4968 * server.c [HAVE_MALLOC_H]: Include malloc.h.
4969 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
4970 (disable_packet_qfThreadInfo): Unconditionally compile.
4971 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
4972 * configure, config.in: Regenerate.
4973
4974 2008-07-28 Doug Kwan <dougkwan@google.com>
4975
4976 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
4977 (linux_write_memory): Remove declaration of errno.
4978
4979 2008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4980
4981 * linux-low.c (handle_extended_wait): Do not use "status"
4982 variable uninitialized.
4983
4984 2008-07-07 Pedro Alves <pedro@codesourcery.com>
4985
4986 * server.c (handle_v_attach): Inhibit reporting dll changes.
4987
4988 2008-06-27 Pedro Alves <pedro@codesourcery.com>
4989
4990 * remote-utils.c (prepare_resume_reply): If requested, don't
4991 output "thread:TID" in the T stop reply.
4992
4993 * server.c (disable_packet_vCont, disable_packet_Tthread)
4994 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
4995 (handle_query): If requested, disable support for qC, qfThreadInfo
4996 and qsThreadInfo.
4997 (handle_v_requests): If requested, disable support for vCont.
4998 (gdbserver_show_disableable): New.
4999 (main): Handle --disable-packet and --disable-packet=LIST.
5000
5001 * server.h (disable_packet_vCont, disable_packet_Tthread)
5002 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
5003
5004 2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
5005
5006 * server.c (gdbserver_usage): Mention --version.
5007
5008 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
5009
5010 * Makefile.in (gdbreplay.o): New rule.
5011
5012 2008-06-06 Joseph Myers <joseph@codesourcery.com>
5013
5014 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
5015 message, not gdbserver.
5016
5017 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
5018 Nathan Sidwell <nathan@codesourcery.com>
5019 Joseph Myers <joseph@codesourcery.com>
5020
5021 * acinclude.m4: Include ../../config/acx.m4.
5022 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
5023 * configure, config.in: Regenerate.
5024 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
5025 * server.c (gdbserver_version): Print PKGVERSION.
5026 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
5027 (main): Adjust gdbserver_usage calls.
5028 * gdbreplay.c (version, host_name): Add declarations.
5029 (gdbreplay_version, gdbreplay_usage): New.
5030 (main): Accept --version and --help options.
5031
5032 2008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
5033
5034 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
5035 (arm_breakpoint_at): Handle Thumb.
5036 (the_low_target): Add comment.
5037
5038 2008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
5039
5040 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
5041
5042 2008-05-09 Doug Evans <dje@google.com>
5043
5044 * server.h (decode_search_memory_packet): Declare.
5045 * remote-utils.c (decode_search_memory_packet): New fn.
5046 * server.c (handle_search_memory_1): New fn.
5047 (handle_search_memory): New fn.
5048 (handle_query): Process qSearch:memory packets.
5049
5050 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5051
5052 * regcache.c (registers_length): Remove.
5053 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
5054 full register packet.
5055 * regcache.h (registers_length): Remove prototype.
5056 * server.h (PBUFSIZ): Define to 16384.
5057
5058 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
5059
5060 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
5061 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
5062 powerpc-64l.o, and powerpc-altivec64l.o.
5063 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
5064 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
5065 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
5066 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
5067 rs6000/power-linux.xml, and rs6000/power64-linux.xml
5068 to srv_xmlfiles.
5069
5070 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
5071 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
5072 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
5073 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
5074 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
5075 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
5076 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
5077 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
5078 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
5079 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
5080 (clean): Update.
5081
5082 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
5083 (init_registers_powerpc_32l): ... this new prototype.
5084 (init_registers_powerpc_32): Remove, replace by ...
5085 (init_registers_powerpc_altivec32l): ... this new prototype.
5086 (init_registers_powerpc_e500): Remove, replace by ...
5087 (init_registers_powerpc_e500l): ... this new prototype.
5088 (init_registers_ppc64): Remove, replace by ...
5089 (init_registers_powerpc_64l): ... this new prototype.
5090 (init_registers_powerpc_64): Remove, replace by ...
5091 (init_registers_powerpc_altivec64l): ... this new prototype.
5092 (ppc_num_regs): Set to 73.
5093 (PT_ORIG_R3, PT_TRAP): Define if necessary.
5094 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
5095 (ppc_cannot_store_register): Handle orig_r3 and trap.
5096 (ppc_arch_setup): Update init_registers_... calls.
5097 (ppc_fill_gregset): Handle orig_r3 and trap.
5098
5099 * inferiors.c (clear_inferiors): Reset current_inferior.
5100
5101 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
5102
5103 * acinclude.m4: Add override.m4.
5104 * configure: Regenerate.
5105
5106 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
5107
5108 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
5109 initial call to init_register_ppc64.
5110
5111 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
5112
5113 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
5114 powerpc*-*-linux* case.
5115 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
5116
5117 2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
5118
5119 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
5120 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
5121 from reg_xmlfiles.
5122 * linux-ppc-low.c: Include <elf.h>.
5123 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
5124 (ppc_hwcap): New global variable.
5125 (ppc_regmap): Remove __SPE__ #ifdef sections.
5126 (ppc_regmap_e500): New global variable.
5127 (ppc_cannot_store_register): Update __SPE__ special case.
5128 (ppc_get_hwcap): New function.
5129 (ppc_arch_setup): Use it to determine whether inferior supports
5130 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
5131 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
5132 Do not access registers if target does not support AltiVec.
5133 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
5134 Do not access registers if target does not support SPE.
5135 (target_regsets): Unconditionally include AltiVec and SPE regsets.
5136
5137 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5138
5139 * linux-low.c (disabled_regsets, num_regsets): New.
5140 (use_regsets_p): Delete.
5141 (linux_wait_for_process): Clear disabled_regsets.
5142 (regsets_fetch_inferior_registers): Check and set it.
5143 (regsets_store_inferior_registers): Likewise.
5144 (linux_fetch_registers, linux_store_registers): Do not use
5145 use_regsets_p.
5146 (initialize_low): Allocate disabled_regsets.
5147
5148 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5149
5150 * Makefile.in (LIBOBJS): New.
5151 (OBS): Use LIBOBJS.
5152 (memmem.o): New rule.
5153 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
5154 * configure: Regenerated.
5155
5156 2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
5157
5158 * server.c (handle_query): Never return "unsupported" for
5159 qXfer:features:read queries.
5160
5161 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5162
5163 * server.c (get_features_xml): Fix inverted condition.
5164 (handle_query): Always support qXfer:feature:read.
5165
5166 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5167
5168 * server.c (wrapper_argv): New.
5169 (start_inferior): Handle wrapper_argv. If set, expect an extra
5170 trap.
5171 (gdbserver_usage): Document --wrapper.
5172 (main): Parse --wrapper.
5173
5174 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5175
5176 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
5177 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
5178 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
5179 (ppc_set_pc): Likewise.
5180 (ppc_arch_setup): New function.
5181 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
5182 of collect_register.
5183 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
5184
5185 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5186
5187 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
5188 instead of linux-ppc64-low.o.
5189 * linux-ppc64-low.c: Remove file.
5190 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
5191 (linux-ppc64-low.o): Remove rule.
5192
5193 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
5194 (init_registers_powerpc_64): Likewise.
5195 (ppc_regmap): Conditionally define depending on __powerpc64__.
5196 (ppc_cannot_store_register): Do not special-case "fpscr" when
5197 compiled on __powerpc64__.
5198 (ppc_collect_ptrace_register): New function.
5199 (ppc_supply_ptrace_register): New function.
5200 (ppc_breakpoint): Change type to "unsigned int".
5201 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
5202 (the_low_target): Conditionally provide initializers for the
5203 arch_setup member depending on __powerpc64__. Install
5204 collect_ptrace_register and supply_ptrace_register members.
5205
5206 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5207
5208 * regcache.h (gdbserver_xmltarget): Add extern declaration.
5209 * server.c (gdbserver_xmltarget): Define.
5210 (get_features_xml): Use it to replace "target.xml" and arch_string.
5211
5212 * configure.srv: Remove srv_xmltarget. Add XML files that were
5213 mentioned there to srv_xmlfiles instead. Remove conditional tests
5214 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
5215 srv_xmlfiles and srv_regobj to include all possible choices.
5216 * configure.ac (srv_xmltarget): Remove.
5217 (srv_xmlfiles): Do not add "target.xml".
5218 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
5219 checks for supplementary target information.
5220 * configure: Regenerate.
5221 * Makefile.in (XML_TARGET): Remove.
5222 (target.xml): Remove rule.
5223 (clean): Do not clean up target.xml.
5224 (.PRECIOUS): Do not mention target.xml.
5225
5226 * target.h (struct target_ops): Remove arch_string member.
5227 * linux-low.c (linux_arch_string): Remove.
5228 (linux_target_ops): Remove arch_string initializer.
5229 * linux-low.h (struct linux_target_ops): Remove arch_string member.
5230 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
5231 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
5232 * spu-low.c (spu_arch_string): Remove.
5233 (spu_target_ops): Remove arch_string initializer.
5234 * win32-low.c (win32_arch_string): Remove.
5235 (win32_target_ops): Remove arch_string initializer.
5236 * win32-low.h (struct win32_target_ops): Remove arch_string member.
5237 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
5238 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
5239
5240 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5241
5242 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
5243 by collect_ptrace_register and supply_ptrace_register hooks.
5244 * linux-low.c (fetch_register): Use supply_ptrace_register callback
5245 instead of checking for the_low_target.left_pad_xfer.
5246 (usr_store_inferior_registers): Use collect_ptrace_register callback
5247 instead of checking for the_low_target.left_pad_xfer.
5248
5249 * linux-s390-low.c (s390_collect_ptrace_register): New function.
5250 (s390_supply_ptrace_register): Likewise.
5251 (s390_fill_gregset): Call s390_collect_ptrace_register.
5252 (the_low_target): Update.
5253
5254 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
5255 (ppc_supply_ptrace_register): Likewise.
5256 (the_low_target): Update.
5257
5258 * linux-i386-low.c (the_low_target): Update.
5259 * linux-x86-64-low.c (the_low_target): Update.
5260
5261 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5262
5263 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
5264 reg-s390.o and reg-s390x.o.
5265
5266 * linux-low.c (new_inferior): New global variable.
5267 (linux_create_inferior, linux_attach): Set it.
5268 (linux_wait_for_process): Call the_low_target.arch_setup after the
5269 target has stopped for the first time.
5270 (initialize_low): Do not call the_low_target.arch_setup.
5271
5272 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
5273 (s390_set_pc): Likewise.
5274 (s390_arch_setup): New function.
5275 (the_low_target): Use s390_arch_setup as arch_setup routine.
5276
5277 * regcache.c (realloc_register_cache): New function.
5278 (set_register_cache): Call it for each existing regcache.
5279
5280 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5281
5282 * server.h (init_registers): Remove prototype.
5283
5284 * linux-low.h (struct linux_target_ops): Add arch_setup field.
5285 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
5286 instead of init_registers ().
5287 * linux-arm-low.c (init_registers_arm): Add prototype.
5288 (init_registers_arm_with_iwmmxt): Likewise.
5289 (the_low_target): Add initializer for arch_setup field.
5290 * linux-cris-low.c (init_registers_cris): Add prototype.
5291 (the_low_target): Add initializer for arch_setup field.
5292 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
5293 (the_low_target): Add initializer for arch_setup field.
5294 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
5295 (the_low_target): Add initializer for arch_setup field.
5296 * linux-ia64-low.c (init_registers_ia64): Add prototype.
5297 (the_low_target): Add initializer for arch_setup field.
5298 * linux-m32r-low.c (init_registers_m32r): Add prototype.
5299 (the_low_target): Add initializer for arch_setup field.
5300 * linux-m68k-low.c (init_registers_m68k): Add prototype.
5301 (the_low_target): Add initializer for arch_setup field.
5302 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
5303 (init_registers_mips64_linux): Likewise.
5304 (the_low_target): Add initializer for arch_setup field.
5305 * linux-ppc-low.c (init_registers_ppc): Add prototype.
5306 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
5307 (the_low_target): Add initializer for arch_setup field.
5308 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
5309 (init_registers_powerpc_64): Likewise.
5310 (the_low_target): Add initializer for arch_setup field.
5311 * linux-s390-low.c (init_registers_s390): Add prototype.
5312 (init_registers_s390x): Likewise.
5313 (the_low_target): Add initializer for arch_setup field.
5314 * linux-sh-low.c (init_registers_sh): Add prototype.
5315 (the_low_target): Add initializer for arch_setup field.
5316 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
5317 (the_low_target): Add initializer for arch_setup field.
5318 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
5319 (the_low_target): Add initializer for arch_setup field.
5320
5321 * win32-low.h (struct win32_target_ops): Add arch_setup field.
5322 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
5323 instead of init_registers ().
5324 * win32-arm-low.c (init_registers_arm): Add prototype.
5325 (the_low_target): Add initializer for arch_setup field.
5326 * win32-i386-low.c (init_registers_i386): Add prototype.
5327 (the_low_target): Add initializer for arch_setup field.
5328
5329 * spu-low.c (init_registers_spu): Add prototype.
5330 (initialize_low): Call initialie_registers_spu () instead of
5331 initialize_registers ().
5332
5333 2008-02-19 Pedro Alves <pedro@codesourcery.com>
5334
5335 * server.c (handle_v_requests): When handling the vRun and vAttach
5336 packets, if already debugging a process, don't kill it. Return an
5337 error instead.
5338
5339 2008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
5340
5341 * server.c (handle_query): Correct length check.
5342
5343 2008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
5344
5345 * win32-low.c (do_initial_child_stuff): Add process handle
5346 parameter. Set current_process_handle and current_process_id from the
5347 parameters. Clear globals.
5348 (win32_create_inferior): Don't set current_process_handle and
5349 current_process_id here. Instead pass them on the call to
5350 do_initial_child_stuff.
5351 (win32_attach): Likewise.
5352 (win32_clear_inferiors): New.
5353 (win32_kill): Don't close the current process handle or the
5354 current thread handle here. Instead call win32_clear_inferiors.
5355 (win32_detach): Don't open a new handle to the process. Call
5356 win32_clear_inferiors.
5357 (win32_join): Don't rely on current_process_handle; open a new
5358 handle using the process id.
5359 (win32_wait): Call win32_clear_inferiors when the inferior process
5360 has exited.
5361
5362 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
5363
5364 * server.c (monitor_show_help): Add "exit".
5365
5366 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
5367
5368 * Makefile.in (SFILES): Add linux-xtensa-low.c.
5369 (clean): Add reg-xtensa.c.
5370 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
5371 * configure.srv (xtensa*-*-linux*) New target.
5372 * linux-xtensa-low.c: New.
5373 * xtensa-xtregs.c: New.
5374
5375 2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
5376
5377 * hostio.c: Don't include errno.h.
5378 (errno_to_fileio_errno): Move to hostio-errno.
5379 * hostio.c: (hostio_error): Remove the error parameter. Defer the
5380 error number outputting to the target->hostio_last_error callback.
5381 (hostio_packet_error): Use FILEIO_EINVAL directly.
5382 (handle_open, handle_pread, hostio_error, handle_unlink): Update
5383 calls to hostio_error.
5384 * hostio-errno.c: New.
5385 * server.h (hostio_last_error_from_errno): Declare.
5386 * target.h (target_ops): Add hostio_last_error member.
5387 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
5388 as hostio_last_error handler.
5389 * spu-low.c (spu_target_ops): Likewise.
5390 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
5391 (wince_hostio_last_error): New functions.
5392 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
5393 as hostio_last_error handler.
5394 (win32_target_ops) [!_WIN32_WCE]: Register
5395 hostio_last_error_from_errno as hostio_last_error handler.
5396 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
5397 (hostio-errno.o): New rule.
5398 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
5399 * configure.srv (srv_hostio_err_objs): New variable. Default to
5400 hostio-errno.o.
5401 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
5402 * configure: Regenerate.
5403
5404 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5405
5406 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
5407 (linux_kill, linux_detach): Clean up the process list.
5408 * remote-utils.c (remote_open): Improve port number parsing.
5409 (putpkt_binary, input_interrupt): Only send interrupts if the target
5410 is running.
5411 * server.c (extended_protocol): Make static.
5412 (attached): Define earlier.
5413 (exit_requested, response_needed, program_argv): New variables.
5414 (target_running): New.
5415 (start_inferior): Clear attached here.
5416 (attach_inferior): Set attached here.
5417 (require_running): Define.
5418 (handle_query): Use require_running and target_running. Implement
5419 "monitor exit".
5420 (handle_v_attach, handle_v_run): New.
5421 (handle_v_requests): Use require_running. Handle vAttach and vRun.
5422 (gdbserver_usage): Update.
5423 (main): Redo argument parsing. Handle --debug and --multi. Handle
5424 --attach along with other options or after the port. Save
5425 program_argv. Support no initial program. Resynchronize
5426 communication with GDB after an error. Handle "monitor exit".
5427 Use require_running and target_running. Always allow the extended
5428 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
5429 restart in extended mode.
5430 * README: Refer to the GDB manual. Update --attach usage.
5431
5432 2007-12-20 Andreas Schwab <schwab@suse.de>
5433
5434 * linux-low.c (STACK_SIZE): Define.
5435 (linux_tracefork_child): Use it. Use __clone2 on ia64.
5436 (linux_test_for_tracefork): Likewise.
5437
5438 2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
5439
5440 * linux-low.c (linux_wait_for_event): Update messages. Do not
5441 reinsert auto-delete breakpoints.
5442 * mem-break.c (struct breakpoint): Change return type of handler to
5443 int.
5444 (set_breakpoint_at): Update handler type.
5445 (reinsert_breakpoint_handler): Return 1 instead of calling
5446 delete_breakpoint.
5447 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
5448 setting a new one.
5449 (check_breakpoints): Delete auto-delete breakpoints and return 2.
5450 * mem-break.h (set_breakpoint_at): Update handler type.
5451 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
5452 * win32-low.c (auto_delete_breakpoint): New.
5453 (get_child_debug_event): Use it.
5454
5455 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5456
5457 * configure.ac: Check for pread and pwrite.
5458 * hostio.c (handle_pread): Fall back to lseek and read.
5459 (handle_pwrite): Fall back to lseek and write.
5460 * config.in, configure: Regenerated.
5461
5462 2007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * server.c (myresume): Add own_buf argument.
5465 (main): Update calls.
5466
5467 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
5468
5469 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
5470 * remote-utils.c (remote_open): Do not call disable_async_io.
5471 (block_async_io): Delete.
5472 (unblock_async_io): Make static.
5473 (initialize_async_io): New.
5474 * server.c (handle_v_cont): Handle async I/O here.
5475 (myresume): Likewise. Move other common resume tasks here...
5476 (main): ... from here. Call initialize_async_io. Disable async
5477 I/O before the main loop.
5478 * server.h (initialize_async_io): Declare.
5479 (block_async_io, unblock_async_io): Delete prototypes.
5480 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
5481
5482 2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
5483
5484 * remote-utils.c (readchar): Allow binary data in received messages.
5485
5486 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5487
5488 * win32-low.c (attaching): New global.
5489 (win32_create_inferior): Clear the `attaching' global.
5490 (win32_attach): Set the `attaching' global.
5491 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
5492 attaching. Only set a breakpoint at the entry point if not
5493 attaching.
5494
5495 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5496
5497 * server.c (main): Don't report dll events on the initial
5498 connection on attaches.
5499
5500 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5501
5502 * server.c (main): Relax numerical bases supported for the pid of
5503 the --attach command line argument.
5504
5505 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5506
5507 * win32-low.c (win32_attach): Call OpenProcess before
5508 DebugActiveProcess, not after. Add last error output to error
5509 call.
5510
5511 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5512
5513 * win32-low.c (win32_get_thread_context)
5514 (win32_set_thread_context): New functions.
5515 (thread_rec): Use win32_get_thread_context.
5516 (continue_one_thread, win32_resume): Use win32_set_thread_context.
5517 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
5518 field.
5519
5520 2007-12-03 Leo Zayas
5521 Pedro Alves <pedro_alves@portugalmail.pt>
5522
5523 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
5524 global variables.
5525 (child_add_thread): Minor cleanup.
5526 (child_continue): Resume artificially suspended threads before
5527 calling ContinueDebugEvent.
5528 (suspend_one_thread): New.
5529 (fake_breakpoint_event): New.
5530 (get_child_debug_event): Change return type to int. Check here if
5531 gdb sent an interrupt request. If a soft interrupt was requested,
5532 fake a breakpoint event. Return 0 if there is no event to handle,
5533 and 1 otherwise.
5534 (win32_wait): Don't check here if gdb sent an interrupt request.
5535 Ensure there is a valid event to handle.
5536 (win32_request_interrupt): Add soft interruption method as last
5537 resort.
5538
5539 2007-12-03 Leo Zayas
5540 Pedro Alves <pedro_alves@portugalmail.pt>
5541
5542 * win32-low.h (win32_thread_info): Add descriptions to the
5543 structure members. Replace `suspend_count' counter by a
5544 `suspended' flag.
5545 * win32-low.c (thread_rec): Update condition of when to get the
5546 context from the inferior. Rely on ContextFlags being set if it
5547 has already been retrieved. Only suspend the inferior thread if
5548 we haven't already. Warn if that fails.
5549 (continue_one_thread): s/suspend_count/suspended/. Only call
5550 ResumeThread once. Warn if that fails.
5551
5552 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
5553
5554 * win32-low.c (win32_wait): Don't read from the inferior when it
5555 has already exited.
5556
5557 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
5558
5559 * Makefile.in (win32_low_h): New variable.
5560 (win32-low.o): Add dependency on $(win32_low_h).
5561 (win32-arm-low.o, win32-i386-low.o): New rules.
5562
5563 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5564
5565 * hostio.c: Correct copyright year.
5566
5567 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
5568
5569 * Makefile.in (OBS): Add hostio.o.
5570 (hostio.o): New rule.
5571 * server.h (handle_vFile): Declare.
5572 * hostio.c: New file.
5573 * server.c (handle_v_requests): Take packet_len and new_packet_len
5574 for binary packets. Call handle_vFile.
5575 (main): Update call to handle_v_requests.
5576
5577 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5578
5579 * linux-low.c: Include <sched.h>.
5580
5581 2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
5582
5583 * linux-low.c (linux_tracefork_grandchild): New.
5584 (linux_tracefork_child): Use clone.
5585 (linux_test_for_tracefork): Use clone; allocate and free a stack.
5586
5587 2007-10-31 Joel Brobecker <brobecker@adacore.com>
5588
5589 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
5590
5591 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5592
5593 * linux-low.c (handle_extended_wait): Handle unexpected signals.
5594
5595 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5596
5597 * inferiors.c (change_inferior_id): Delete.
5598 (add_pid_to_list, pull_pid_from_list): New.
5599 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
5600 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
5601 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
5602 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
5603 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
5604 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
5605 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
5606 (using_threads): Always set to 1.
5607 (handle_extended_wait): New.
5608 (add_process): Do not set TID.
5609 (linux_create_inferior): Set must_set_ptrace_flags.
5610 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
5611 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
5612 (linux_thread_alive): Rename TID argument to LWPID.
5613 (linux_wait_for_process): Handle unknown processes. Do not use TID.
5614 (linux_wait_for_event): Do not use TID or check using_threads. Update
5615 call to dead_thread_notify. Call handle_extended_wait.
5616 (linux_create_inferior): Use PTRACE_SETOPTIONS.
5617 (send_sigstop): Delete sigstop_sent.
5618 (wait_for_sigstop): Avoid TID.
5619 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
5620 (linux_test_for_tracefork): New.
5621 (linux_lookup_signals): Use thread_db_active and
5622 linux_supports_tracefork_flag.
5623 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
5624 * linux-low.h (get_process_thread): Avoid TID.
5625 (struct process_ifo): Move thread_known and tid to the end. Remove
5626 sigstop_sent.
5627 (linux_attach_lwp, thread_db_init): Update prototypes.
5628 * server.h (change_inferior_id): Delete prototype.
5629 (add_pid_to_list, pull_pid_from_list): New prototypes.
5630 * thread-db.c (thread_db_use_events): New.
5631 (find_first_thread): Rename to...
5632 (find_one_thread): ...this. Update callers and messages. Do not
5633 call fatal. Check thread_db_use_events. Do not call
5634 change_inferior_id or new_thread_notify.
5635 (maybe_attach_thread): Update. Do not call new_thread_notify.
5636 (thread_db_init): Set thread_db_use_events. Check use_events.
5637 * utils.c (fatal, warning): Correct message prefix.
5638
5639 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
5640
5641 * Makefile.in (clean): Remove new files.
5642 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
5643 (powerpc-64.o, powerpc-64.c): New rules.
5644 * configure.srv: Use alternate register sets for powerpc64-*-linux*
5645 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
5646 with SPE.
5647 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
5648 SPE targets.
5649 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
5650 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
5651 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
5652 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
5653 (target_regsets): Add AltiVec and SPE register sets.
5654 * configure.ac: Check for AltiVec and SPE.
5655 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
5656 (ppc_fill_vrregset, ppc_store_vrregset): New.
5657 (target_regsets): Add AltiVec register set.
5658 * configure: Regenerated.
5659
5660 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
5661
5662 * linux-low.c (O_LARGEFILE): Define.
5663 (linux_read_memory): Use /proc/PID/mem.
5664 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
5665 * configure, config.in: Regenerated.
5666
5667 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5668
5669 * linux-low.c (linux_wait_for_event): Do not pass signals while
5670 single-stepping.
5671
5672 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5673
5674 * win32-low.c (create_process): New.
5675 (win32_create_inferior): Use create_process instead of
5676 CreateProcess. If create_process failed retry appending an ".exe"
5677 suffix. Store the GetLastError result immediatelly after
5678 create_process calls and use it on the call to error.
5679
5680 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5681
5682 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
5683
5684 2007-08-23 Joel Brobecker <brobecker@adacore.com>
5685
5686 * configure.ac: Switch license to GPLv3.
5687
5688 2007-08-01 Michael Snyder <msnyder@access-company.com>
5689
5690 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
5691
5692 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
5693
5694 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
5695 typedef.
5696 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
5697 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
5698 CloseToolhelp32Snapshot.
5699 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
5700 CloseToolhelp32Snapshot.
5701
5702 2007-07-27 Michael Snyder <michael.snyder@access-company.com>
5703
5704 * server.c (main): Check for inferior exit before main loop.
5705
5706 2007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
5707
5708 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
5709 instead of on tmp_desc.
5710
5711 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
5712 Daniel Jacobowitz <dan@codesourcery.com>
5713
5714 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
5715 (add_thread): Minor cleanups.
5716 (clear_inferiors): Move lower in the file. Clear the DLL
5717 list.
5718 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
5719 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
5720 (xml_escape_text): New.
5721 * server.c (handle_query): Handle qXfer:libraries:read. Report it
5722 for qSupported.
5723 (handle_v_cont): Report errors.
5724 (gdbserver_version): Update.
5725 (main): Correct size of own_buf. Do not report initial DLL events.
5726 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
5727 (unloaded_dll, xml_escape_text): New.
5728 * win32-low.c (enum target_waitkind): Update comments.
5729 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
5730 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
5731 (win32_EnumProcessModules, win32_GetModuleInformation)
5732 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
5733 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
5734 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
5735 (win32_Module32First, win32_Module32Next, load_toolhelp)
5736 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
5737 (get_child_debug_event): Handle DLL events.
5738 (win32_wait): Likewise.
5739
5740 2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5741
5742 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
5743 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
5744
5745 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
5746
5747 * win32-low.c (handle_output_debug_string): Ignore event if not
5748 waiting.
5749
5750 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
5751
5752 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
5753
5754 2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
5755
5756 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
5757
5758 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * inferiors.c (change_inferior_id): Add comment.
5761 * linux-low.c (check_removed_breakpoint): Add an early
5762 prototype. Improve debug output.
5763 (linux_attach): Doc update.
5764 (linux_detach_one_process, linux_detach): Clean up before releasing
5765 each process.
5766 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
5767 * linux-low.h (struct process_info): Doc improvement.
5768 * mem-break.c (delete_all_breakpoints): New.
5769 * mem-break.h (delete_all_breakpoints): New prototype.
5770 * thread-db.c (find_first_thread): New.
5771 (thread_db_create_event): Call it instead of
5772 thread_db_find_new_threads. Clean up unused variables.
5773 (maybe_attach_thread): Remove first thread handling.
5774 (thread_db_find_new_threads): Use find_first_thread.
5775 (thread_db_get_tls_address): Likewise.
5776
5777 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5778
5779 * thread-db.c (thread_db_find_new_threads): Add prototype.
5780 (thread_db_create_event): Check for the main thread before adding
5781 a new thread.
5782 (maybe_attach_thread): Only enable event reporting if TID == 0.
5783 (thread_db_get_tls_address): Check for new threads.
5784
5785 2007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
5786
5787 * linux-low.c (linux_create_inferior): Try execv before execvp.
5788 * spu-low.c (spu_create_inferior): Likewise.
5789
5790 2007-06-13 Mike Frysinger <vapier@gentoo.org>
5791
5792 * linux-low.c (linux_create_inferior): Change execv to execvp.
5793 * spu-low.c (spu_create_inferior): Likewies.
5794
5795 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5796
5797 * Makefile.in (clean): Clean new files instead of deleted ones.
5798 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
5799 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
5800 rules.
5801 * configure.srv: Specify XML files and new regformats for MIPS and
5802 MIPS64 GNU/Linux.
5803 * linux-mips-low.c (mips_num_regs): Set to only used registers.
5804 (mips_regmap): Do not fetch $0. Remove unused registers. Add
5805 an entry for the restart register.
5806 (mips_cannot_fetch_register, mips_cannot_store_register)
5807 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
5808 register names to match the XML descriptions.
5809 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
5810 restart register instead of $0.
5811
5812 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5813 Markus Deuling <deuling@de.ibm.com>
5814
5815 * remote-utils.c (decode_xfer_write): New function.
5816 * server.h (decode_xfer_write): Add prototype.
5817 * server.c (handle_query): Add PACKET_LEN argument. Support
5818 qXfer:spu:read and qXfer:spu:write packets.
5819 (main): Pass packet_len to handle_query.
5820 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
5821 * target.h (target_ops): Add qxfer_spu.
5822
5823 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5824
5825 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
5826 accessing non-seekable spufs files.
5827
5828 2007-05-16 Markus Deuling <deuling@de.ibm.com>
5829
5830 * server.c (handle_query): Add reply for qC packet.
5831
5832 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5833 Leo Zayas <lerele@champenstudios@com>
5834
5835 * server.h (check_remote_input_interrupt_request): New function.
5836 * remote_utils.c (INVALID_DESCRIPTOR): New define.
5837 (remote_desc): Initialize with INVALID_DESCRIPTOR.
5838 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
5839 (check_remote_input_interrupt_request): New function.
5840 * server.h (check_remote_input_interrupt_request): Declare.
5841 * win32-low.c (winapi_DebugBreakProcess,
5842 winapi_GenerateConsoleCtrlEvent): New typedefs.
5843 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
5844 to 250 ms.
5845 (win32_wait): Check for remote interrupt request
5846 with check_remote_input_interrupt_request.
5847 (win32_request_interrupt): New function.
5848 (win32_target_op): Set request_interrupt to win32_request_interrupt.
5849
5850 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5851
5852 * win32-low.c (debug_registers_changed,
5853 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
5854 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
5855 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
5856 (thread_rec): Get context using the low target.
5857 (child_add_thread): Call thread_added on the low target,
5858 which does the same thing.
5859 (regptr): Delete.
5860 (do_initial_child_stuff): Remove debug registers references.
5861 Set context using the low target. Resume threads after
5862 setting the contexts.
5863 (child_continue): Remove dead variable. Remove debug
5864 registers references.
5865 (child_fetch_inferior_registers): Go through the low target.
5866 (do_child_store_inferior_registers): Remove.
5867 (child_store_inferior_registers): Go through the low target.
5868 (win32_resume): Remove debug registers references.
5869 Set context using the low target.
5870 (handle_exception): Change return type to void. Don't record
5871 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
5872 first chance exception.
5873 (get_child_debug_event): Change return type to void. Remove
5874 goto loop. Always return after waiting for debug event.
5875 (win32_wait): Convert to switch statement. Handle spurious
5876 events.
5877
5878 * win32-i386-low.c (debug_registers_changed,
5879 debug_registers_used): New.
5880 (initial_stuff): Rename to ...
5881 (i386_initial_stuff): ... this. Clear debug registers
5882 state variables.
5883 (store_debug_registers): Delete.
5884 (i386_get_thread_context): New.
5885 (load_debug_registers): Delete.
5886 (i386_set_thread_context): New.
5887 (i386_thread_added): New.
5888 (single_step): Rename to ...
5889 (i386_single_step): ... this.
5890 (do_fetch_inferior_registers): Rename to ...
5891 (i386_fetch_inferior_register): ... this.
5892 (i386_store_inferior_register): New.
5893 (the_low_target): Adapt to new interface.
5894
5895 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
5896 (arm_get_thread_context): New.
5897 (arm_set_thread_context): New.
5898 (regptr): New.
5899 (do_fetch_inferior_registers): Rename to ...
5900 (arm_fetch_inferior_register): ... this.
5901 (arm_store_inferior_register): New.
5902 (arm_wince_breakpoint): Reimplement as unsigned long.
5903 (arm_wince_breakpoint_len): Define.
5904 (the_low_target): Adapt to new interface.
5905
5906 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
5907 load_debug_registers. Add get_thread_context, set_thread_context,
5908 thread_added and store_inferior_register. Rename
5909 fetch_inferior_registers to fetch_inferior_register.
5910 (regptr): Remove declaration.
5911
5912 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5913
5914 * linux-low.c (linux_detach): Change return type to int. Return 0.
5915 * spu-low.c (spu_detach): Likewise.
5916
5917 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5918
5919 * target.h (target_ops): Change return type of detach to int.
5920 Add join.
5921 (join_inferior): New.
5922 * server.c (main): Don't skip detach support on mingw32.
5923 If the inferior doesn't support detaching return error.
5924 Call join_inferior instead of using waitpid.
5925 * linux-low.c (linux_join): New.
5926 (linux_target_op): Add linux_join.
5927 * spu-low.c (spu_join): New.
5928 (spu_target_ops): Add spu_join.
5929 * win32-low.c (win32_detach): Adapt to new interface.
5930 Reopen current_process_handle before detaching. Issue a child
5931 resume before detaching.
5932 (win32_join): New.
5933 (win32_target_op): Add win32_join.
5934
5935 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5936
5937 * win32-low.c (win32-attach): Fix return value.
5938 * target.h (target_ops): Describe ATTACH return values.
5939
5940 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5941
5942 * win32-low.c (GETPROCADDRESS): Define.
5943 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
5944 (winapi_DebugSetProcessKillOnExit): Likewise.
5945 (win32_create_inferior): Force usage of ansi CreateProcessA.
5946 (win32_attach): Use GETPROCADDRESS.
5947 (win32_detach): Likewise.
5948
5949 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5950
5951 * win32-low.c (win32_wait): Don't use WSTOPSIG.
5952
5953 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5954
5955 * win32-low.c: Commit leftover changes from 2007-03-29.
5956
5957 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5958
5959 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
5960 fields short instead of int. Add explicit padding.
5961 (i387_cache_to_fsave): Remove unnecessary casts.
5962 (i387_fsave_to_cache): Doc fix.
5963 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
5964
5965 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5966
5967 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
5968 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
5969
5970 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5971
5972 * configure.srv (arm*-*-mingw32ce*): Move near the other
5973 arm targets.
5974
5975 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5976
5977 * configure.ac: Add errno checking.
5978 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
5979 sys/file.h and malloc.h.
5980 (AC_CHECK_DECLS): Add perror.
5981 (srv_mingwce): Handle.
5982 * configure.srv (i[34567]86-*-cygwin*): Add
5983 win32-i386-low.o to srv_tgtobj.
5984 (i[34567]86-*-mingw*): Likewise.
5985 (arm*-*-mingw32ce*): Add case.
5986 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5987 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
5988 [__MINGW32CE__] (strerror): New function.
5989 [__MINGW32CE__] (errno): Define to GetLastError.
5990 [__MINGW32CE__] (COUNTOF): New macro.
5991 (remote_open): Remove extra close call.
5992 * mem-break.c (delete_breakpoint_at): New function.
5993 * mem-break.h (delete_breakpoint_at): Declare.
5994 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5995 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
5996 [USE_WIN32API] (read, write): Add char* casts.
5997 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
5998 * server.h: Include wincecompat.h on Windows CE.
5999 [HAVE_ERRNO_H]: Check.
6000 (perror): Declare if not declared.
6001 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
6002 (perror_with_name): Remove errno declaration.
6003 * wincecompat.h: New.
6004 * wincecompat.c: New.
6005 * win32-low.h: New.
6006 * win32-arm-low.c: New.
6007 * win32-i386-low.c: New.
6008 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
6009 (OUTMSG2): Make it safe.
6010 (_T): New macro.
6011 (COUNTOF): New macro.
6012 (NUM_REGS): Get it from the low target.
6013 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
6014 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
6015 (thread_rec): Let low target handle debug registers.
6016 (child_add_thread): Likewise.
6017 (child_init_thread_list): Likewise.
6018 (continue_one_thread): Likewise.
6019 (regptr): New.
6020 (do_child_fetch_inferior_registers): Move to ...
6021 * win32-i386-low.c: ... here, and rename to ...
6022 (do_fetch_inferior_registers): ... this.
6023 * win32-low.c (child_fetch_inferior_registers):
6024 Go through the low target.
6025 (do_child_store_inferior_registers): Use regptr.
6026 (strwinerror): New function.
6027 (win32_create_inferior): Handle Windows CE.
6028 Use strwinerror instead of strerror on Windows error
6029 codes. Add program to the error output.
6030 Don't close the main thread handle on Windows CE.
6031 (win32_attach): Use coredll.dll on Windows CE.
6032 (win32_kill): Close current process and current
6033 thread handles.
6034 (win32_detach): Use coredll.dll on Windows CE.
6035 (win32_resume): Let low target handle debug registers, and
6036 step request.
6037 (handle_exception): Add/Remove initial breakpoint. Avoid
6038 non-existant WSTOPSIG on Windows CE.
6039 (win32_read_inferior_memory): Cast to remove warning.
6040 (win32_arch_string): Go through the low target.
6041 (initialize_low): Call set_breakpoint_data with the low
6042 target's breakpoint.
6043 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
6044 FOP_REGNUM, mappings): Move to ...
6045 * win32-i386-low.c: ... here.
6046 * win32-low.c (win32_thread_info): Move to ...
6047 * win32-low.h: ... here.
6048 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
6049 win32-arm-low.c and wincecompat.c.
6050 (all:): Add $EXEEXT.
6051 (install-only:): Likewise.
6052 (gdbserver:): Likewise.
6053 (gdbreplay:): Likewise.
6054 * config.in: Regenerate.
6055 * configure: Regenerate.
6056
6057 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6058
6059 * win32-low.c: Rename typedef thread_info to
6060 win32_thread_info throughout.
6061
6062 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6063
6064 * win32-i386-low.c: Rename to ...
6065 * win32-low.c: ... this.
6066 * configure.srv: Replace win32-i386-low.o with win32-low.o.
6067 * Makefile.in: Likewise.
6068
6069 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
6070
6071 * remote-utils.c (monitor_output): Constify msg parameter.
6072 * server.h (monitor_output): Likewise.
6073 * win32-i386-low.c (handle_output_debug_string): New.
6074 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
6075 handle_output_debug_string.
6076 (get_child_debug_event): Likewise.
6077
6078 2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
6079
6080 * server.c (main): Correct strtoul check.
6081
6082 2007-03-27 Jon Ringle <jon@ringle.org>
6083
6084 * linux-low.c: Check __ARCH_HAS_MMU__ also.
6085
6086 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6087
6088 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6089
6090 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6091
6092 * terminal.h: Check HAVE_SGTTY_H.
6093
6094 2007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6095
6096 * remote-utils.c (remote_open): Print out the assigned port number.
6097
6098 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6099
6100 * remote-utils.c (monitor_output): New function.
6101 * server.c (debug_threads): Define here.
6102 (monitor_show_help): New function.
6103 (handle_query): Handle qRcmd.
6104 (main): Do not handle 'd' packet.
6105 * server.h (debug_threads, remote_debug, monitor_output): Declare.
6106 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
6107 of debug_threads.
6108
6109 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6110
6111 * Makefile.in (EXEEXT): New.
6112 (clean): Use $(EXEEXT).
6113
6114 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6115
6116 * target.h (target_ops): Rename send_signal to request_interrupt,
6117 and remove enum target_signal parameter.
6118 * linux-low.c (linux_request_interrupt): Rename from
6119 linux_send_signal, and always send SIGINT.
6120 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
6121 and always send SIGINT.
6122 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
6123 of send_signal.
6124 (input_interrupt): Likewise.
6125
6126 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6127
6128 * server.c (get_features_xml): Check if target implemented
6129 arch_string.
6130 * win32-i386-low.c (win32_arch_string): New.
6131 (win32_target_ops): Add win32_arch_string as arch_string member.
6132
6133 2007-02-22 Markus Deuling <deuling@de.ibm.com>
6134
6135 * spu-low.c (spu_arch_string): New.
6136 (spu_target_ops): Add spu_arch_string.
6137
6138 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6139
6140 * remote-utils.c: Remove HAVE_TERMINAL_H check.
6141 * configure.ac: Do not check for terminal.h.
6142 * configure, config.in: Regenerated.
6143
6144 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6145
6146 * Makefile.in (OBS): Add $(XML_BUILTIN).
6147 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
6148 (clean): Update.
6149 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
6150 (arm-with-iwmmxt.c): New.
6151 * config.in, configure: Regenerate.
6152 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
6153 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
6154 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
6155 (arm*-*-linux*): Add iWMMXt and regset support.
6156 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
6157 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
6158 (arm_store_wmmxregset, target_regsets): New.
6159 * server.c (get_features_xml): Take annex argument. Check builtin
6160 XML documents.
6161 (handle_query): Handle multiple annexes.
6162
6163 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6164
6165 * remote-utils.c [USE_WIN32API] (read, write): Define.
6166 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
6167 write.
6168
6169 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6170
6171 * linux-i386-low.c (the_low_target): Set arch_string.
6172 * linux-x86-64-low.c (the_low_target): Likewise.
6173 * linux-low.c (linux_arch_string): New.
6174 (linux_target_ops): Add it.
6175 * linux-low.h (struct linux_target_ops): Add arch_string.
6176 * server.c (write_qxfer_response): Use const void * for DATA.
6177 (get_features_xml): New.
6178 (handle_query): Handle qXfer:features:read. Report it for qSupported.
6179 * target.h (struct target_ops): Add arch_string method.
6180
6181 2007-01-03 Denis Pilat <denis.pilat@st.com>
6182 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * linux-low.c (linux_kill): Handle being called with no threads.
6185 * win32-i386-low.c (win32_kill): Likewise.
6186 (get_child_debug_event): Clear current_process_handle.
6187
6188 2006-12-30 Denis PILAT <denis.pilat@st.com>
6189 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * remote-utils.c (remote_open): Check the type of specified
6192 serial port devices before opening them.
6193 * server.c (main): Kill the inferior if an error occurs during
6194 the first remote_open.
6195
6196 2006-12-05 Markus Deuling <deuling@de.ibm.com>
6197
6198 * README: Update supported targets.
6199
6200 2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
6201
6202 * Makefile.in (clean): Remove reg-mips64.c.
6203 (reg-mips64.c, reg-mips64.o): New rules.
6204 * configure.srv: Handle mips64. Include regset support for mips.
6205 * linux-mips-low.c (union mips_register): New.
6206 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
6207 (mips_breakpoint, mips_breakpoint_at): Use int.
6208 (mips_collect_register, mips_supply_register)
6209 (mips_collect_register_32bit, mips_supply_register_32bit)
6210 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
6211 (mips_store_fpregset, target_regsets): New.
6212 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
6213
6214 2006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6215
6216 * configure.srv: Add target "spu*-*-*".
6217 * Makefile.in (clean): Remove reg-spu.c.
6218 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
6219 * spu-low.c: New file.
6220
6221 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6222
6223 * configure.ac: Correct td_thr_tls_get_addr test.
6224 * configure: Regenerated.
6225
6226 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6227
6228 * linux-low.c (linux_wait_for_event): Reformat. Use the
6229 pass_signals array.
6230 * remote-utils.c (decode_address_to_semicolon): New.
6231 * server.c (pass_signals, handle_general_set): New.
6232 (handle_query): Mention QPassSignals for qSupported.
6233 (main): Call handle_general_set.
6234 * server.h (pass_signals, decode_address_to_semicolon): New.
6235
6236 2006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
6237
6238 * server.c (handle_query): Correct error handling for read_auxv.
6239
6240 2005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6241
6242 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
6243 and srv_linux_thread_db to yes.
6244 * linux-s390-low.c (s390_fill_gregset): New function.
6245 (target_regsets): Define data structure.
6246
6247 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6248
6249 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
6250 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
6251 * config.in, configure: Regenerated.
6252 * inferiors.c (gdb_id_to_thread): New function.
6253 (gdb_id_to_thread_id): Use it.
6254 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
6255 * linux-low.h (struct process_info): Add th member.
6256 (thread_db_get_tls_address): New prototype.
6257 * remote-utils.c (decode_address): Make non-static.
6258 * server.c (handle_query): Handle qGetTLSAddr.
6259 * server.h (gdb_id_to_thread, decode_address): New prototypes.
6260 * target.h (struct target_ops): Add get_tls_address.
6261 * thread-db.c (maybe_attach_thread): Save the thread handle.
6262 (thread_db_get_tls_address): New.
6263
6264 2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6267 (linux_resume_one_process): Take a siginfo_t *. Update all
6268 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
6269 (struct pending_signals): Add a siginfo_t.
6270 (linux_wait_for_process): Always set last_status.
6271 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
6272 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
6273 * linux-low.h (struct process_info): Add last_status.
6274
6275 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * remote-utils.c (try_rle): New function.
6278 (putpkt_binary): Use it.
6279
6280 2006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
6281
6282 * Makefile.in (clean): Clean reg-x86-64-linux.c.
6283 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
6284 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
6285 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
6286 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
6287 point registers.
6288
6289 2006-08-08 Richard Sandiford <richard@codesourcery.com>
6290
6291 * server.c (terminal_fd): New variable.
6292 (old_foreground_pgrp): Likewise.
6293 (restore_old_foreground_pgrp): New function.
6294 (start_inferior): Record the terminal file descriptor in terminal_fd
6295 and its original foreground group in old_foreground_pgrp. Register
6296 restore_old_foreground_pgrp with atexit().
6297
6298 2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
6299
6300 * server.c (handle_query): Correct qPart to qXfer.
6301
6302 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6303
6304 * configure.ac: Check for more headers which are missing on
6305 Windows. Automatically supply -lwsock32 and USE_WIN32API.
6306 * configure.srv: Add Cygwin and mingw32.
6307 * remote-utils.c: Don't include headers unconditionally which
6308 are missing on mingw32. Include <winsock.h> for mingw32.
6309 (remote_open): Adjust for mingw32 support. Flush
6310 standard error after writing to it.
6311 (remote_close, putpkt_binary, input_interrupt, block_async_io)
6312 (unblock_async_io, enable_async_io, disable_async_io)
6313 (readchar, getpkt): Update for Winsock support.
6314 (prepare_resume_reply): Expect a protocol signal number.
6315 * server.c: Disable <sys/wait.h> on mingw32.
6316 (start_inferior): Adjust for mingw32 support. Flush
6317 standard error after writing to it.
6318 (attach_inferior): Likewise. Use protocol signal
6319 numbers.
6320 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
6321 and names.
6322 * win32-i386-low.c: New file.
6323 * Makefile.in (XM_CLIBS): Set.
6324 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
6325 (win32-i386-low.o): New dependency rule.
6326 * linux-low.c (linux_wait): Use target signal numbers.
6327 * target.h (struct target_ops): Doc fix.
6328 * server.h (target_signal_to_name): New prototype.
6329 * gdbreplay.c: Don't include headers unconditionally which
6330 are missing on mingw32. Include <winsock.h> for mingw32.
6331 (remote_close, remote_open): Adjust for Winsock support.
6332 * configure, config.in: Regenerated.
6333
6334 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * server.c (decode_xfer_read, write_qxfer_response): New.
6337 (handle_query): Take a packet length argument. Handle
6338 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
6339 the qSupported response.
6340 (main): Update call to handle_query.
6341
6342 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6343
6344 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
6345 (putpkt_binary): Renamed from putpkt and adjusted for binary
6346 data.
6347 (putpkt): New wrapper for putpkt_binary.
6348 (readchar): Don't mask off the high bit.
6349 (decode_X_packet): New function.
6350 * server.c (main): Call putpkt_binary if a handler sets the packet
6351 length. Save the length of the incoming packet. Handle 'X'.
6352 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
6353
6354 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6355
6356 * server.c (handle_query): Handle qSupported.
6357
6358 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
6359
6360 * remote-utils.c (all_symbols_looked_up): New variable.
6361 (look_up_one_symbol): Check it.
6362 * server.h (look_up_one_symbol): New declaration.
6363 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
6364
6365 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
6366
6367 * Makefile.in (linux-arm-low.o): Update dependencies.
6368 * linux-arm-low.c: Include "gdb_proc_service.h".
6369 (PTRACE_GET_THREAD_AREA): Define.
6370 (ps_get_thread_area): New function.
6371
6372 2006-05-09 Nathan Sidwell <nathan@codesourcery.com>
6373
6374 * configure.srv (m68k*-*-uclinux*): New target.
6375 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
6376 (linux_resume_one_process): Remove extraneous cast.
6377 (linux_read_offsets): New.
6378 (linux_target_op): Add linux_read_offsets on mmuless systems.
6379 * server.c (handle_query): Add qOffsets logic.
6380 * target.h (struct target_ops): Add read_offsets.
6381
6382 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
6383
6384 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
6385 (PTRACE_GET_THREAD_AREA): Define.
6386 (ps_get_thread_area): New function.
6387 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
6388 (linux-x86-64-low.o): Update.
6389
6390 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
6391
6392 * configure.ac: Remove checks for prfpregset_t.
6393 * gdb_proc_service.h: New file.
6394 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
6395 new "gdb_proc_service.h".
6396 * proc-service.c: Likewise.
6397 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
6398 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
6399 * Makefile.in (gdb_proc_service_h): Updated.
6400 * configure, config.in: Regenerated.
6401
6402 2006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6403
6404 * remote-utils.c (prepare_resume_reply): Move declaration
6405 of gdb_id_from_wait to the top of the block.
6406
6407 2006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
6408
6409 * linux-low.c (regsets_store_inferior_registers): Read the regset
6410 from the target before filling it.
6411
6412 2006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6413
6414 * server.c (attach_inferior): Return SIGTRAP for a successful
6415 attach.
6416
6417 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6418
6419 * Makefile.in (OBS): Add version.o.
6420 (STAGESTUFF): Delete.
6421 (version.o): Add dependencies.
6422 (version.c): Replace rule.
6423 (clean): Remove version.c.
6424 * server.c (gdbserver_version): New.
6425 (gdbserver_usage): Use printf.
6426 (main): Handle --version and --help.
6427 * server.h (version, host_name): Add declarations.
6428
6429 2005-12-23 Eli Zaretskii <eliz@gnu.org>
6430
6431 * linux-arm-low.c:
6432 * linux-arm-low.c:
6433 * inferiors.c:
6434 * i387-fp.h:
6435 * i387-fp.c:
6436 * gdbreplay.c:
6437 * regcache.c:
6438 * proc-service.c:
6439 * mem-break.h:
6440 * mem-break.c:
6441 * linux-x86-64-low.c:
6442 * linux-sh-low.c:
6443 * linux-s390-low.c:
6444 * linux-ppc64-low.c:
6445 * linux-ppc-low.c:
6446 * linux-mips-low.c:
6447 * linux-m68k-low.c:
6448 * linux-m32r-low.c:
6449 * linux-low.h:
6450 * linux-low.c:
6451 * linux-ia64-low.c:
6452 * linux-i386-low.c:
6453 * linux-crisv32-low.c:
6454 * thread-db.c:
6455 * terminal.h:
6456 * target.h:
6457 * target.c:
6458 * server.h:
6459 * server.c:
6460 * remote-utils.c:
6461 * regcache.h:
6462 * utils.c:
6463 * Makefile.in:
6464 * configure.ac:
6465 * gdbserver.1: Add (C) after Copyright. Update the FSF
6466 address.
6467
6468 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6469
6470 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
6471 (arm_breakpoint_at): Recognize both breakpoints.
6472 (the_low_target): Use the correct breakpoint instruction.
6473
6474 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6475
6476 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
6477 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
6478 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
6479 (the_low_target): Update.
6480
6481 2005-10-25 Andreas Schwab <schwab@suse.de>
6482
6483 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
6484
6485 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
6486 (ia64_num_regs): Reduce to 462.
6487
6488 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6489
6490 * acinclude.m4: Correct quoting.
6491 * aclocal.m4: Regenerated.
6492
6493 Suggested by SZOKOVACS Robert <szo@ies.hu>:
6494 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
6495 (thread_db_init): Call thread_db_err_str.
6496 * configure.ac: Check for TD_VERSION.
6497 * config.in, configure: Regenerated.
6498
6499 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6500
6501 * server.h (error, fatal, warning): Add ATTR_FORMAT.
6502
6503 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
6504
6505 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
6506 is not available. Define HAVE_PTRACE_GETREGS if it is.
6507 * config.in, configure: Regenerated.
6508 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
6509 * linux-i386-low.c, linux-m68k-low.c: Update to use
6510 HAVE_PTRACE_GETREGS.
6511 * linux-low.c (regsets_fetch_inferior_registers)
6512 (regsets_store_inferior_registers): Only return 0 if we processed
6513 GENERAL_REGS.
6514 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
6515 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
6516
6517 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
6518
6519 * inferiors.c (struct thread_info): Add gdb_id.
6520 (add_thread): Add gdb_id argument.
6521 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
6522 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
6523 calls to add_thread.
6524 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
6525 * server.c (handle_query): Use thread_to_gdb_id.
6526 (handle_v_cont, main): Use gdb_id_to_thread_id.
6527 * server.h (add_thread): Update prototype.
6528 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
6529 prototypes.
6530
6531 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
6532
6533 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
6534 left-padded registers.
6535 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
6536 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
6537
6538 2005-07-01 Steve Ellcey <sje@cup.hp.com>
6539
6540 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
6541 * configure: Regenerate.
6542 * config.in: Regenerate.
6543 * server.h (NEED_DECLARATION_STRERROR):
6544 Replace with !HAVE_DECL_STRERROR.
6545
6546 2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
6547
6548 * linux-low.c (linux_wait, linux_send_signal): Don't test
6549 an unsigned long variable for > 0 if it could be MAX_ULONG.
6550 * server.c (myresume): Likewise.
6551 * target.c (set_desired_inferior): Likewise.
6552
6553 2005-06-13 Mark Kettenis <kettenis@gnu.org>
6554
6555 * configure.ac: Simplify and improve check for socklen_t.
6556 * configure, config.in: Regenerate.
6557
6558 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * acconfig.h: Remove.
6561 * configure.ac: Add a test for socklen_t. Use three-argument
6562 AC_DEFINE throughout.
6563 * config.in: Regenerated using autoheader 2.59.
6564 * configure: Regenerated.
6565
6566 * gdbreplay.c (socklen_t): Provide a default.
6567 (remote_open): Use socklen_t.
6568 * remote-utils.c (socklen_t): Provide a default.
6569 (remote_open): Use socklen_t.
6570 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
6571 unsigned char.
6572
6573 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
6574 char for buffers.
6575 * linux-low.c (linux_read_memory, linux_write_memory)
6576 (linux_read_auxv): Likewise.
6577 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
6578 (check_mem_write): Likewise.
6579 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
6580 Likewise.
6581 * regcache.c (struct inferior_rgcache_data, registers_to_string)
6582 (registers_from_string, register_data): Likewise.
6583 * server.c (handle_query, main): Likewise.
6584 * server.h (convert_ascii_to_int, convert_int_to_ascii)
6585 (decode_M_packet): Likewise.
6586 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
6587 * target.h (struct target_ops): Update read_memory, write_memory,
6588 and read_auxv.
6589 (read_inferior_memory, write_inferior_memory): Update.
6590 * linux-low.h (struct linux_target_ops): Change type of breakpoint
6591 to unsigned char *.
6592 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
6593 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
6594 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
6595 linux-s390-low.c, linux-sh-low.c: Update for changes in
6596 read_inferior_memory and the_low_target->breakpoint.
6597
6598 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
6599
6600 * Makefile.in (SFILES): Add linux-ppc64-low.c.
6601 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
6602 * configure.srv: Add powerpc64-*-linux*.
6603 * linux-ppc64-low.c: New file.
6604
6605 2005-05-23 Orjan Friberg <orjanf@axis.com>
6606
6607 * linux-cris-low.c: New file with support for CRIS.
6608 * linux-crisv32-low.c: Ditto for CRISv32.
6609 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
6610 (clean): Add reg-cris.c and reg-crisv32.c.
6611 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
6612 reg-crisv32.o, and reg-crisv32.c to make rules.
6613 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
6614 recognized targets.
6615
6616 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
6617
6618 * linux-low.c (fetch_register): Ensure buffer size is a multiple
6619 of sizeof (PTRACE_XFER_TYPE).
6620 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
6621
6622 2005-05-12 Orjan Friberg <orjanf@axis.com>
6623
6624 * target.h (struct target_ops): Add insert_watchpoint,
6625 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
6626 pointers for hardware watchpoint support.
6627 * linux-low.h (struct linux_target_ops): Ditto.
6628 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
6629 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
6630 to linux_target_ops.
6631 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
6632 reply packet.
6633 * server.c (main): Recognize 'Z' and 'z' packets.
6634
6635 2005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
6636
6637 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
6638 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
6639 (the_low_target): Add new members.
6640
6641 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6642
6643 * proc-service.c (ps_lgetregs): Search all_processes instead of
6644 all_threads.
6645
6646 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
6647
6648 * server.c (start_inferior): Change return type to int.
6649 (attach_inferior): Change sigptr to int *.
6650 (handle_v_cont, handle_v_requests): Change signal to int *.
6651 (main): Change signal to int.
6652
6653 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
6654
6655 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
6656 * configure.srv: Add m32r*-*-linux*.
6657 * linux-m32r-low.c: New file.
6658
6659 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
6660
6661 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
6662
6663 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6664
6665 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
6666 Take unsigned long arguments for PIDs.
6667 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
6668 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
6669 (wait_for_sigstop, linux_resume_one_process)
6670 (regsets_fetch_inferior_registers, linux_send_signal)
6671 (linux_read_auxv): Likewise. Update the types of variables holding
6672 PIDs. Update format string specifiers.
6673 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
6674 * remote-utils.c (prepare_resume_reply): Likewise.
6675 * server.c (cont_thread, general_thread, step_thread)
6676 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
6677 unsigned long.
6678 (handle_query): Update format specifiers.
6679 (handle_v_cont, main): Use strtoul for thread IDs.
6680 * server.h (struct inferior_list_entry): Use unsigned long for ID.
6681 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
6682 (general_thread, step_thread, thread_from_wait)
6683 (old_thread_from_wait): Update.
6684 * target.h (struct thread_resume): Use unsigned long for THREAD.
6685 (struct target_ops): Use unsigned long for arguments to attach and
6686 thread_alive.
6687
6688 2005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
6689
6690 * acinclude.m4: Include bfd/bfd.m4 directly.
6691 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
6692 <agriffis@toolchain.org>.
6693 * aclocal.m4, configure: Regenerated.
6694
6695 2005-01-07 Andrew Cagney <cagney@gnu.org>
6696
6697 * configure.ac: Rename configure.in, require autoconf 2.59.
6698 * configure: Re-generate.
6699
6700 2004-12-08 Daniel Jacobowitz <dan@debian.org>
6701
6702 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
6703 LIBS when finished.
6704 * aclocal.m4: Regenerated.
6705 * configure: Regenerated.
6706
6707 2004-11-21 Andreas Schwab <schwab@suse.de>
6708
6709 * linux-m68k-low.c (m68k_num_gregs): Define.
6710 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
6711 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
6712 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
6713 (m68k_breakpoint_at): New. Add to the_low_target.
6714
6715 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
6716 srv_linux_thread_db to yes.
6717
6718 2004-10-20 Joel Brobecker <brobecker@gnat.com>
6719
6720 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
6721 (ARCH_SET_FS): Likewise.
6722 (ARCH_GET_FS): Likewise.
6723 (ARCH_GET_GS): Likewise.
6724
6725 2004-10-16 Daniel Jacobowitz <dan@debian.org>
6726
6727 * linux-i386-low.c (ps_get_thread_area): New.
6728 * linux-x86-64-low.c (ps_get_thread_area): New.
6729 * linux-low.c: Include <sys/syscall.h>.
6730 (linux_kill_one_process): Don't kill the first thread here.
6731 (linux_kill): Kill the first thread here.
6732 (kill_lwp): New function.
6733 (send_sigstop, linux_send_signal): Use it.
6734 * proc-service.c: Clean up #ifdefs.
6735 (fpregset_info): Delete.
6736 (ps_lgetregs): Update and enable implementation.
6737 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
6738 implementations.
6739 * remote-utils.c (struct sym_cache, symbol_cache): New.
6740 (input_interrupt): Print a clearer message.
6741 (async_io_enabled): New variable.
6742 (enable_async_io, disable_async_io): Use it. Update comments.
6743 (look_up_one_symbol): Use the symbol cache.
6744 * thread-db.c (thread_db_look_up_symbols): New function.
6745 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
6746
6747 2004-10-16 Daniel Jacobowitz <dan@debian.org>
6748
6749 * configure.in: Test for -rdynamic.
6750 * configure: Regenerated.
6751 * Makefile (INTERNAL_LDFLAGS): New.
6752 (gdbserver, gdbreplay): Use it.
6753
6754 2004-09-02 Andrew Cagney <cagney@gnu.org>
6755
6756 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
6757
6758 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6759
6760 * linux-low.c (linux_wait): Clear all_processes list also.
6761
6762 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
6763
6764 * linux-low.c: Include <errno.h>. Remove extern declaration of
6765 errno.
6766
6767 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
6768
6769 * gdbreplay.c, server.h, utils.c: Update copyright years.
6770
6771 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
6772
6773 * server.c (main): Print child status or termination signal from
6774 variable 'signal', not 'sig'.
6775
6776 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
6777
6778 * linux-low.c (linux_read_memory): Change return type to
6779 int. Check for and return error from ptrace().
6780 * target.c (read_inferior_memory): Change return type to int. Pass
6781 back return status from the_target->read_memory().
6782 * target.h (struct target_ops): Adapt *read_memory() prototype.
6783 Update comment.
6784 (read_inferior_memory): Adapt prototype.
6785 * server.c (main): Return an error packet if
6786 read_inferior_memory() returns an error.
6787
6788 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
6789
6790 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
6791 Unify with other clean targets.
6792
6793 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6794
6795 * server.c (handle_v_cont): Call set_desired_inferior.
6796
6797 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6798
6799 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
6800
6801 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6802
6803 * linux-low.c (linux_wait): Unblock async I/O.
6804 (linux_resume): Block and enable async I/O.
6805 * remote-utils.c (block_async_io, unblock_async_io): New functions.
6806 * server.h (block_async_io, unblock_async_io): Add prototypes.
6807
6808 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6809
6810 * remote-utils.c (remote_open): Print a status notice after
6811 opening a TCP port.
6812 * server.c (attach_inferior): Print a status notice after
6813 attaching.
6814
6815 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
6816
6817 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
6818
6819 2004-02-26 Daniel Jacobowitz <drow@mvista.com>
6820
6821 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
6822 error packet.
6823 * server.c, target.h: Update copyright years.
6824
6825 2004-02-25 Roland McGrath <roland@redhat.com>
6826
6827 * target.h (struct target_ops): New member `read_auxv'.
6828 * server.c (handle_query): Handle qPart:auxv:read: query using that.
6829 * linux-low.c (linux_read_auxv): New function.
6830 (linux_target_ops): Initialize `read_auxv' member to that.
6831
6832 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6833
6834 Committed by Jim Blandy <jimb@redhat.com>.
6835
6836 * linux-s390-low.c (s390_num_regs): Update.
6837 (s390_regmap): Remove control registers. Use __s390x__ predefine
6838 instead of GPR_SIZE to distiguish s390 and s390x targets.
6839
6840 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
6841
6842 * linux-low.c: Update copyright year.
6843 (check_removed_breakpoint): Clear pending_is_breakpoint.
6844 (linux_set_resume_request, linux_queue_one_thread)
6845 (resume_status_pending_p): New functions.
6846 (linux_continue_one_thread): Use process->resume.
6847 (linux_resume): Only resume threads if there are no pending events.
6848 * linux-low.h (struct process_info): Add resume request
6849 pointer.
6850
6851 2004-01-30 Daniel Jacobowitz <drow@mvista.com>
6852
6853 * regcache.c (new_register_cache): Clear the allocated register
6854 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6855
6856 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
6857
6858 * linux-low.c (linux_resume): Take a struct thread_resume *
6859 argument.
6860 (linux_wait): Update call.
6861 (resume_ptr): New static variable.
6862 (linux_continue_one_thread): Renamed from
6863 linux_continue_one_process. Use resume_ptr.
6864 (linux_resume): Use linux_continue_one_thread.
6865 * server.c (handle_v_cont, handle_v_requests): New functions.
6866 (myresume): New function.
6867 (main): Handle 'v' case.
6868 * target.h (struct thread_resume): New type.
6869 (struct target_ops): Change argument of "resume" to struct
6870 thread_resume *.
6871 (myresume): Delete macro.
6872
6873 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6874
6875 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
6876 (uninstall): Support DESTDIR.
6877
6878 Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
6879
6880 * configure.srv: Add xscale*linux copy of arm*linux entry.
6881
6882 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
6883
6884 * linux-arm-low.c (arm_reinsert_addr): New function.
6885 (the_low_target): Add arm_reinsert_addr.
6886
6887 2003-07-08 Mark Kettenis <kettenis@gnu.org>
6888
6889 * mem-break.c: Remove whitespace at end of file.
6890
6891 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6892
6893 * configure.in: Check whether we need to prototype strerror.
6894 * server.h: Optionally prototype strerror.
6895 * gdbreplay.c (perror_with_name): Use strerror.
6896 * linux-low.c (linux_attach_lwp): Use strerror.
6897 * utils.c (perror_with_name): Use strerror.
6898 * config.in, configure: Regenerated.
6899
6900 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
6901
6902 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
6903 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
6904
6905 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
6906
6907 * Makefile.in (SFILES): Update.
6908 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
6909 low-sun3.c: Remove files.
6910
6911 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
6912
6913 * linux-low.c: Move comment to linux_thread_alive where it belonged.
6914 (linux_detach_one_process, linux_detach): New functions.
6915 (linux_target_ops): Add linux_detach.
6916 * server.c (main): Handle 'D' packet.
6917 * target.h (struct target_ops): Add "detach" member.
6918 (detach_inferior): Define.
6919
6920 2003-06-13 Mark Kettenis <kettenis@gnu.org>
6921
6922 From Kelley Cook <kelleycook@wideopenwest.com>:
6923 * configure.srv: Accept i[34567]86 variants.
6924
6925 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
6926
6927 * linux-low.c (linux_wait_for_event): Correct comment typos.
6928 (linux_resume_one_process): Call check_removed_breakpoint.
6929 (linux_send_signal): New function.
6930 (linux_target_ops): Add linux_send_signal.
6931 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
6932 of kill.
6933 * target.h (struct target_ops): Add send_signal.
6934
6935 2003-05-29 Jim Blandy <jimb@redhat.com>
6936
6937 * linux-low.c (usr_store_inferior_registers): Transfer buf in
6938 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
6939 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
6940 away part of the register's value.
6941
6942 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
6943
6944 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
6945 (linux_wait_for_event, linux_init_signals): Likewise.
6946
6947 2003-03-17 Daniel Jacobowitz <drow@mvista.com>
6948
6949 * configure.in: Check for stdlib.h.
6950 * configure: Regenerated.
6951 * config.in: Regenerated.
6952
6953 2003-01-04 Andreas Schwab <schwab@suse.de>
6954
6955 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
6956
6957 2003-01-02 Andrew Cagney <ac131313@redhat.com>
6958
6959 * Makefile.in: Remove obsolete code.
6960
6961 2002-11-20 Daniel Jacobowitz <drow@mvista.com>
6962
6963 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
6964 defined(PT_FPR0_HI).
6965
6966 2002-11-17 Stuart Hughes <seh@zee2.com>
6967
6968 * linux-arm-low.c (arm_num_regs): Increase.
6969 (arm_regmap): Include status register.
6970
6971 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
6972
6973 * linux-low.c (register_addr): Remove incorrect -1 check.
6974
6975 2002-08-29 Daniel Jacobowitz <drow@mvista.com>
6976
6977 * linux-low.c (linux_create_inferior): Call setpgid. Return
6978 the new PID.
6979 (unstopped_p, linux_signal_pid): Remove.
6980 (linux_target_ops): Remove linux_signal_pid.
6981 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
6982 global instead of target method.
6983 * target.h (struct target_ops): Remove signal_pid. Update comment
6984 for create_inferior.
6985 * server.c (signal_pid): New variable.
6986 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
6987 gdbserver. Set the child to be the foreground process group.
6988 (attach_inferior): Set signal_pid.
6989
6990 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
6991
6992 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
6993
6994 2002-08-20 Jim Blandy <jimb@redhat.com>
6995
6996 * Makefile.in (LDFLAGS): Allow the configure script to establish a
6997 default for this.
6998
6999 2002-08-01 Andrew Cagney <cagney@redhat.com>
7000
7001 * Makefile.in: Make chill references obsolete.
7002
7003 2002-07-24 Kevin Buettner <kevinb@redhat.com>
7004
7005 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
7006 * configure: Regenerate.
7007 * config.in: Regenerate.
7008
7009 2002-07-09 David O'Brien <obrien@FreeBSD.org>
7010
7011 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
7012 (perror_with_name, remote_close, remote_open, expect, play): Static.
7013
7014 2002-07-04 Michal Ludvig <mludvig@suse.cz>
7015
7016 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
7017 byte offsets instead of an array of indexes.
7018 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
7019
7020 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7021
7022 * regcache.c: Add comment.
7023
7024 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
7025
7026 * thread-db.c: New file.
7027 * proc-service.c: New file.
7028 * acinclude.m4: New file.
7029 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
7030 proc-service.o, and thread-db.o.
7031 (linux-low.o): Add USE_THREAD_DB.
7032 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
7033 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
7034 * aclocal.m4: Regenerated.
7035 * config.in: Regenerated.
7036 * configure: Regenerated.
7037 * configure.in: Check for proc_service.h, sys/procfs.h,
7038 thread_db.h, and linux/elf.h headrs.
7039 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
7040 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
7041 Check for -lthread_db and thread support.
7042 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
7043 PowerPC, and SuperH.
7044 * i387-fp.c: Constify arguments.
7045 * i387-fp.h: Likewise.
7046 * inferiors.c: (struct thread_info): Renamed from
7047 `struct inferior_info'. Remove PID member. Use generic inferior
7048 list header. All uses updated.
7049 (inferiors, signal_pid): Removed.
7050 (all_threads): New variable.
7051 (get_thread): Define.
7052 (add_inferior_to_list): New function.
7053 (for_each_inferior): New function.
7054 (change_inferior_id): New function.
7055 (add_inferior): Removed.
7056 (remove_inferior): New function.
7057 (add_thread): New function.
7058 (free_one_thread): New function.
7059 (remove_thread): New function.
7060 (clear_inferiors): Use for_each_inferior and free_one_thread.
7061 (find_inferior): New function.
7062 (find_inferior_id): New function.
7063 (inferior_target_data): Update argument type.
7064 (set_inferior_target_data): Likewise.
7065 (inferior_regcache_data): Likewise.
7066 (set_inferior_regcache_data): Likewise.
7067 * linux-low.c (linux_bp_reinsert): Remove.
7068 (all_processes, stopping_threads, using_thrads)
7069 (struct pending_signals, debug_threads, pid_of): New.
7070 (inferior_pid): Replace with macro.
7071 (struct inferior_linux_data): Remove.
7072 (get_stop_pc, add_process): New functions.
7073 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
7074 Use add_process and add_thread.
7075 (linux_attach_lwp): New function, based on old linux_attach. Use
7076 add_process and add_thread. Set stop_expected for new threads.
7077 (linux_attach): New function.
7078 (linux_kill_one_process): New function.
7079 (linux_kill): Kill all LWPs.
7080 (linux_thread_alive): Use find_inferior_id.
7081 (check_removed_breakpoints, status_pending_p): New functions.
7082 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
7083 Update. Use WNOHANG. Wait for cloned processes also. Update process
7084 struct for the found process.
7085 (linux_wait_for_event): New function.
7086 (linux_wait): Use it. Support LWPs.
7087 (send_sigstop, wait_for_sigstop, stop_all_processes)
7088 (linux_resume_one_process, linux_continue_one_process): New functions.
7089 (linux_resume): Support LWPs.
7090 (REGISTER_RAW_SIZE): Remove.
7091 (fetch_register): Use register_size instead. Call supply_register.
7092 (usr_store_inferior_registers): Likewise. Call collect_register.
7093 Fix recursive case.
7094 (regsets_fetch_inferior_registers): Improve error message.
7095 (regsets_store_inferior_registers): Add debugging.
7096 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
7097 (unstopped_p, linux_signal_pid): New functions.
7098 (linux_target_ops): Add linux_signal_pid.
7099 (linux_init_signals): New function.
7100 (initialize_low): Call it. Initialize using_threads.
7101 * regcache.c (inferior_regcache_data): Add valid
7102 flag.
7103 (get_regcache): Fetch registers lazily. Add fetch argument
7104 and update all callers.
7105 (regcache_invalidate_one, regcache_invalidate): New
7106 functions.
7107 (new_register_cache): Renamed from create_register_cache.
7108 Return the new regcache.
7109 (free_register_cache): Change argument to a void *.
7110 (registers_to_string, registers_from_string): Call get_regcache
7111 with fetch flag set.
7112 (register_data): Make static. Pass fetch flag to get_regcache.
7113 (supply_register): Call get_regcache with fetch flag clear.
7114 (collect_register): Call get_regcache with fetch flag set.
7115 (collect_register_as_string): New function.
7116 * regcache.h: Update.
7117 * remote-utils.c (putpkt): Flush after debug output and use
7118 stderr.
7119 Handle input interrupts while waiting for an ACK.
7120 (input_interrupt): Use signal_pid method.
7121 (getpkt): Flush after debug output and use stderr.
7122 (outreg): Use collect_register_as_string.
7123 (new_thread_notify, dead_thread_notify): New functions.
7124 (prepare_resume_reply): Check using_threads. Set thread_from_wait
7125 and general_thread.
7126 (look_up_one_symbol): Flush after debug output.
7127 * server.c (step_thread, server_waiting): New variables.
7128 (start_inferior): Don't use signal_pid. Update call to mywait.
7129 (attach_inferior): Update call to mywait.
7130 (handle_query): Handle qfThreadInfo and qsThreadInfo.
7131 (main): Don't fetch/store registers explicitly. Use
7132 set_desired_inferior. Support proposed ``Hs'' packet. Update
7133 calls to mywait.
7134 * server.h: Update.
7135 (struct inferior_list, struct_inferior_list_entry): New.
7136 * target.c (set_desired_inferior): New.
7137 (write_inferior_memory): Constify.
7138 (mywait): New function.
7139 * target.h: Update.
7140 (struct target_ops): New signal_pid method.
7141 (mywait): Removed macro, added prototype.
7142
7143 * linux-low.h (regset_func): Removed.
7144 (regset_fill_func, regset_store_func): New.
7145 (enum regset_type): New.
7146 (struct regset_info): Add type field. Use new operation types.
7147 (struct linux_target_ops): stop_pc renamed to get_pc.
7148 Add decr_pc_after_break and breakpoint_at.
7149 (get_process, get_thread_proess, get_process_thread)
7150 (strut process_info, all_processes, linux_attach_lwp)
7151 (thread_db_init): New.
7152
7153 * linux-arm-low.c (arm_get_pc, arm_set_pc,
7154 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
7155 (the_low_target): Add new members.
7156 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
7157 (i386_store_fpxregset): Constify.
7158 (target_regsets): Add new kind identifier.
7159 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
7160 (i386_set_pc): Add debugging.
7161 (i386_breakpoint_at): New function.
7162 (the_low_target): Add new members.
7163 * linux-mips-low.c (mips_get_pc, mips_set_pc)
7164 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
7165 (mips_breakpoint_at): New.
7166 (the_low_target): Add new members.
7167 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
7168 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
7169 (the_low_target): Add new members.
7170 * linux-sh-low.c (sh_get_pc, sh_set_pc)
7171 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
7172 (the_low_target): Add new members.
7173 * linux-x86-64-low.c (target_regsets): Add new kind
7174 identifier.
7175
7176 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
7177
7178 From Martin Pool <mbp@samba.org>:
7179 * server.c (gdbserver_usage): New function.
7180 (main): Call it.
7181
7182 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
7183
7184 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
7185 stop_at -> stop_pc.
7186
7187 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7188
7189 * Makefile.in: Remove obsolete code.
7190
7191 2002-04-24 Michal Ludvig <mludvig@suse.cz>
7192
7193 * linux-low.c (regsets_fetch_inferior_registers),
7194 (regsets_store_inferior_registers): Removed cast to int from
7195 ptrace() calls.
7196 * regcache.h: Added declaration of struct inferior_info.
7197
7198 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
7199
7200 * inferiors.c (struct inferior_info): Add regcache_data.
7201 (add_inferior): Call create_register_cache.
7202 (clear_inferiors): Call free_register_cache.
7203 (inferior_regcache_data, set_inferior_regcache_data): New functions.
7204 * regcache.c (struct inferior_regcache_data): New.
7205 (registers): Remove.
7206 (get_regcache): New function.
7207 (create_register_cache, free_register_cache): New functions.
7208 (set_register_cache): Don't initialize the register cache here.
7209 (registers_to_string, registers_from_string, register_data): Call
7210 get_regcache.
7211 * regcache.h: Add prototypes.
7212 * server.h: Likewise.
7213
7214 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
7215
7216 * mem-break.c: New file.
7217 * mem-break.h: New file.
7218 * Makefile.in: Add mem-break.o rule; update server.h
7219 dependencies.
7220 * inferiors.c (struct inferior_info): Add target_data
7221 member.
7222 (clear_inferiors): Free target_data member if set.
7223 (inferior_target_data, set_inferior_target_data): New functions.
7224 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
7225 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
7226 * linux-low.c (linux_bp_reinsert): New variable.
7227 (struct inferior_linux_data): New.
7228 (linux_create_inferior): Use set_inferior_target_data.
7229 (linux_attach): Likewise. Call add_inferior.
7230 (linux_wait_for_one_inferior): New function.
7231 (linux_wait): Call it.
7232 (linux_write_memory): Add const.
7233 (initialize_low): Call set_breakpoint_data.
7234 * linux-low.h (struct linux_target_ops): Add breakpoint
7235 handling members.
7236 * server.c (attach_inferior): Remove extra add_inferior
7237 call.
7238 * server.h: Include mem-break.h. Update inferior.c
7239 prototypes.
7240 * target.c (read_inferior_memory)
7241 (write_inferior_memory): New functions.
7242 * target.h (read_inferior_memory)
7243 (write_inferior_memory): Change macros to prototypes.
7244 (struct target_ops): Update comments. Add const to write_memory
7245 definition.
7246
7247 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7248
7249 * linux-low.c (usr_store_inferior_registers): Support
7250 registers which are allowed to fail to store.
7251 * linux-low.h (linux_target_ops): Likewise.
7252 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
7253 (ppc_cannot_store_register): FPSCR may not be storable.
7254
7255 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7256
7257 * server.h: Include <string.h> if HAVE_STRING_H.
7258 * ChangeLog: Correct paths in last ChangeLog entry.
7259
7260 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7261
7262 * linux-low.h: Remove obsolete prototypes.
7263 (struct linux_target_ops): New.
7264 (extern the_low_target): New.
7265 * linux-low.c (num_regs, regmap): Remove declarations.
7266 (register_addr): Use the_low_target explicitly.
7267 (fetch_register): Likewise.
7268 (usr_fetch_inferior_registers): Likewise.
7269 (usr_store_inferior_registers): Likewise.
7270 * linux-arm-low.c (num_regs): Remove.
7271 (arm_num_regs): Define.
7272 (arm_regmap): Renamed from regmap, made static.
7273 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
7274 made static.
7275 (arm_cannot_store_register): Renamed from cannot_store_register,
7276 made static.
7277 (the_low_target): New.
7278 * linux-i386-low.c (num_regs): Remove.
7279 (i386_num_regs): Define.
7280 (i386_regmap): Renamed from regmap, made static.
7281 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
7282 made static.
7283 (i386_cannot_store_register): Renamed from cannot_store_register,
7284 made static.
7285 (the_low_target): New.
7286 * linux-ia64-low.c (num_regs): Remove.
7287 (ia64_num_regs): Define.
7288 (ia64_regmap): Renamed from regmap, made static.
7289 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
7290 made static.
7291 (ia64_cannot_store_register): Renamed from cannot_store_register,
7292 made static.
7293 (the_low_target): New.
7294 * linux-m68k-low.c (num_regs): Remove.
7295 (m68k_num_regs): Define.
7296 (m68k_regmap): Renamed from regmap, made static.
7297 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
7298 made static.
7299 (m68k_cannot_store_register): Renamed from cannot_store_register,
7300 made static.
7301 (the_low_target): New.
7302 * linux-mips-low.c (num_regs): Remove.
7303 (mips_num_regs): Define.
7304 (mips_regmap): Renamed from regmap, made static.
7305 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
7306 made static.
7307 (mips_cannot_store_register): Renamed from cannot_store_register,
7308 made static.
7309 (the_low_target): New.
7310 * linux-ppc-low.c (num_regs): Remove.
7311 (ppc_num_regs): Define.
7312 (ppc_regmap): Renamed from regmap, made static.
7313 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
7314 made static.
7315 (ppc_cannot_store_register): Renamed from cannot_store_register,
7316 made static.
7317 (the_low_target): New.
7318 * linux-s390-low.c (num_regs): Remove.
7319 (s390_num_regs): Define.
7320 (s390_regmap): Renamed from regmap, made static.
7321 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
7322 made static.
7323 (s390_cannot_store_register): Renamed from cannot_store_register,
7324 made static.
7325 (the_low_target): New.
7326 * linux-sh-low.c (num_regs): Remove.
7327 (sh_num_regs): Define.
7328 (sh_regmap): Renamed from regmap, made static.
7329 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
7330 made static.
7331 (sh_cannot_store_register): Renamed from cannot_store_register,
7332 made static.
7333 (the_low_target): New.
7334 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
7335 (the_low_target): New.
7336
7337 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7338
7339 * Makefile.in: Add stamp-h target.
7340 * configure.in: Create stamp-h.
7341 * configure: Regenerated.
7342
7343 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7344
7345 * inferiors.c: New file.
7346 * target.c: New file.
7347 * target.h: New file.
7348 * Makefile.in: Add target.o and inferiors.o. Update
7349 dependencies.
7350 * linux-low.c (inferior_pid): New static variable,
7351 moved from server.c.
7352 (linux_create_inferior): Renamed from create_inferior.
7353 Call add_inferior. Return 0 on success instead of a PID.
7354 (linux_attach): Renamed from myattach.
7355 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
7356 (linux_thread_alive): Renamed from mythread_alive.
7357 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
7358 child dies.
7359 (linux_resume): Renamed from myresume. Add missing ``return 0''.
7360 (regsets_store_inferior_registers): Correct error message.
7361 Add missing ``return 0''.
7362 (linux_fetch_registers): Renamed from fetch_inferior_registers.
7363 (linux_store_registers): Renamed from store_inferior_registers.
7364 (linux_read_memory): Renamed from read_inferior_memory.
7365 (linux_write_memory): Renamed from write_inferior_memory.
7366 (linux_target_ops): New structure.
7367 (initialize_low): Call set_target_ops ().
7368 * remote-utils.c (unhexify): New function.
7369 (hexify): New function.
7370 (input_interrupt): Send signals to ``signal_pid''.
7371 * server.c (inferior_pid): Remove.
7372 (start_inferior): Update create_inferior call.
7373 (attach_inferior): Call add_inferior.
7374 (handle_query): New function.
7375 (main): Call handle_query for `q' packets.
7376 * server.h: Include "target.h". Remove obsolete prototypes.
7377 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
7378
7379 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7380
7381 * Makefile.in: Add WARN_CFLAGS. Update configury
7382 dependencies.
7383 * configure.in: Check for <string.h>
7384 * configure: Regenerate.
7385 * config.in: Regenerate.
7386 * gdbreplay.c: Include needed system headers.
7387 (remote_open): Remove strchr prototype.
7388 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
7389 * regcache.c (supply_register): Change buf argument to const void *.
7390 (supply_register_by_name): Likewise.
7391 (collect_register): Change buf argument to void *.
7392 (collect_register_by_name): Likewise.
7393 * regcache.h: Add missing prototypes.
7394 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
7395 * server.c (handle_query): New function.
7396 (attached): New static variable, moved out of main.
7397 (main): Quiet longjmp clobber warnings.
7398 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
7399 * utils.c (error): Remove NORETURN.
7400 (fatal): Likewise.
This page took 0.182462 seconds and 5 git commands to generate.