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