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