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