]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
native/Linux: internal error if resume is short-circuited
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
b90fc188
PA
12015-03-19 Pedro Alves <palves@redhat.com>
2
3 * linux-low.c (select_event_lwp_callback): Update comments to
4 no longer mention SIGTRAP.
5
464b0089
GB
62015-03-18 Gary Benson <gbenson@redhat.com>
7
8 * server.c (handle_query): Do not report vFile:fstat as supported.
9
aa9e327f
GB
102015-03-11 Gary Benson <gbenson@redhat.com>
11
12 * hostio.c (sys/types.h): New include.
13 (sys/stat.h): Likewise.
14 (common-remote-fileio.h): Likewise.
15 (handle_fstat): New function.
16 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 17
791c0056
GB
182015-03-11 Gary Benson <gbenson@redhat.com>
19
20 * configure.ac (AC_CHECK_MEMBERS): Add checks for
21 struct stat.st_blocks and struct stat.st_blksize.
22 * configure: Regenerate.
23 * config.in: Likewise.
24 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
25 (OBS): Add common-remote-fileio.o.
26 (common-remote-fileio.o): New rule.
27
9a9df970
PA
282015-03-09 Pedro Alves <palves@redhat.com>
29
30 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
31 'struct sockaddr' pointer in 'accept' call.
32
9eb1356e
PA
332015-03-09 Pedro Alves <palves@redhat.com>
34
35 Revert:
36 2015-03-07 Pedro Alves <palves@redhat.com>
37 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
38 or <winsock2.h> here. Instead include "gdb_socket.h".
39 (remote_open): Use union gdb_sockaddr_u.
40 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
41 or <winsock2.h> here. Instead include "gdb_socket.h".
42 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
43 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
44 or <sys/un.h>.
45 (init_named_socket, gdb_agent_helper_thread): Use union
46 gdb_sockaddr_u.
47
aac331e4
PA
482015-03-07 Pedro Alves <palves@redhat.com>
49
50 * configure.ac (build_warnings): Move
51 -Wdeclaration-after-statement to the C-specific set.
52 * configure: Regenerate.
53
366c75fc
PA
542015-03-07 Pedro Alves <palves@redhat.com>
55
56 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
57 or <winsock2.h> here. Instead include "gdb_socket.h".
58 (remote_open): Use union gdb_sockaddr_u.
59 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
60 or <winsock2.h> here. Instead include "gdb_socket.h".
61 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
62 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
63 or <sys/un.h>.
64 (init_named_socket, gdb_agent_helper_thread): Use union
65 gdb_sockaddr_u.
66
492d29ea
PA
672015-03-07 Pedro Alves <palves@redhat.com>
68
69 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
70 instead.
71
60a191ed
YQ
722015-03-06 Yao Qi <yao.qi@linaro.org>
73
74 * linux-aarch64-low.c (aarch64_insert_point): Use
75 show_debug_regs as a boolean.
76 (aarch64_remove_point): Likewise.
77
f5771b1d
PA
782015-03-05 Pedro Alves <palves@redhat.com>
79
80 * lynx-low.c (lynx_target_ops): Install NULL hooks for
81 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
82 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
83 * nto-low.c (nto_target_ops): Likewise.
84 * spu-low.c (spu_target_ops): Likewise.
85 * win32-low.c (win32_target_ops): Likewise.
86
3e572f71
PA
872015-03-04 Pedro Alves <palves@redhat.com>
88
89 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
90 Decide whether a breakpoint triggered based on the SIGTRAP's
91 siginfo.si_code.
92 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
93 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
94 (linux_low_filter_event): Check for breakpoints before checking
95 watchpoints.
96 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
97 siginfo.si_code.
98 (linux_stopped_by_sw_breakpoint)
99 (linux_supports_stopped_by_sw_breakpoint)
100 (linux_stopped_by_hw_breakpoint)
101 (linux_supports_stopped_by_hw_breakpoint): New functions.
102 (linux_target_ops): Install new target methods.
103
1ec68e26
PA
1042015-03-04 Pedro Alves <palves@redhat.com>
105
106 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
107 * server.c (swbreak_feature, hwbreak_feature): New globals.
108 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
109 (captured_main): Clear swbreak_feature and hwbreak_feature.
110 * server.h (swbreak_feature, hwbreak_feature): Declare.
111 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
112 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
113 supports_stopped_by_hw_breakpoint>: New fields.
114 (target_supports_stopped_by_sw_breakpoint)
115 (target_stopped_by_sw_breakpoint)
116 (target_supports_stopped_by_hw_breakpoint)
117 (target_stopped_by_hw_breakpoint): Declare.
118
15c66dd6
PA
1192015-03-04 Pedro Alves <palves@redhat.com>
120
121 enum lwp_stop_reason -> enum target_stop_reason
122 * linux-low.c (check_stopped_by_breakpoint): Adjust.
123 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
124 (linux_wait_1, stuck_in_jump_pad_callback)
125 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
126 (linux_stopped_by_watchpoint):
127 * linux-low.h (enum lwp_stop_reason): Delete.
128 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
129 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
130
98fc70d6
YQ
1312015-03-04 Yao Qi <yao.qi@linaro.org>
132
133 * Makefile.in (SFILES): Add linux-aarch64-low.c.
134
dd2ac174
GB
1352015-03-03 Gary Benson <gbenson@redhat.com>
136
137 * hostio.c (handle_vFile): Fix prefix lengths.
138
d68e53f4
MM
1392015-03-03 Markus Metzger <markus.t.metzger@intel.com>
140
141 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
142 ptr_bits.
143
bf2d68ab
AA
1442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
145
146 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
147 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
148 (clean): Add "rm -f" for above C files.
149 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
150 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
151 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
152 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
153 * linux-s390-low.c (HWCAP_S390_VX): New macro.
154 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
155 (init_registers_s390x_vx_linux64)
156 (init_registers_s390x_tevx_linux64)
157 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
158 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
159 declarations.
160 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
161 (s390_store_vxrs_high): New functions.
162 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
163 NT_S390_VXRS_HIGH.
164 (s390_arch_setup): Add logic for selecting one of the new target
165 descriptions. Activate the new vector regsets if applicable.
166 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
167 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
168 and init_registers_s390x_tevx_linux64.
169
c966a859
PA
1702015-03-01 Pedro Alves <palves@redhat.com>
171
172 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
173 parameter.
174
4180215b
PA
1752015-02-27 Pedro Alves <palves@redhat.com>
176
177 * linux-x86-low.c (u_debugreg_offset): New function.
178 (x86_linux_dr_get, x86_linux_dr_set): Use it.
179
749bab01
PA
1802015-02-27 Pedro Alves <palves@redhat.com>
181
182 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
183 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
184 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
185 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
186 (ps_lsetfpregs, ps_getpid)
187 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
188 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
189 (ps_lsetxregs, ps_plog): Declare.
190
3c14e5a3
PA
1912015-02-27 Pedro Alves <palves@redhat.com>
192
193 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
194 IP_AGENT_EXPORT_FUNC.
195 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
196 IP_AGENT_EXPORT_FUNC.
197 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
198 (IP_AGENT_EXPORT): Delete.
199 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
200 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
201 (gdb_trampoline_buffer_error, collecting, gdb_collect)
202 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
203 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
204 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
205 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
206 (traceframe_read_count, traceframe_write_count)
207 (traceframes_created, trace_state_variables, get_raw_reg)
208 (get_trace_state_variable_value, set_trace_state_variable_value)
209 (ust_loaded, helper_thread_id, cmd_buf): Use
210 IPA_SYM_EXPORTED_NAME.
211 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
212 (tracepoints) Use IP_AGENT_EXPORT_VAR.
213 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
214 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
215 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
216 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
217 EXTERN_C_PUSH/EXTERN_C_POP.
218 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
219 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
220 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
221 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
222 (traceframe_write_count, traceframe_read_count)
223 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
224 (about_to_request_buffer_space, get_trace_state_variable_value)
225 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
226 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
227 EXTERN_C_PUSH/EXTERN_C_POP.
228 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
229 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
230 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
231 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
232 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
233 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
234 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
235 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
236 Define.
237 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
238 (IP_AGENT_EXPORT_VAR_DECL): Define.
239 (tracing): Declare.
240 (gdb_agent_get_raw_reg): Declare.
241
fe978cb0
PA
2422015-02-27 Tom Tromey <tromey@redhat.com>
243 Pedro Alves <palves@redhat.com>
244
245 Rename symbols whose names are reserved C++ keywords throughout.
246
3bc3d82a
PA
2472015-02-27 Pedro Alves <palves@redhat.com>
248
249 * Makefile.in (COMPILER): New, get it from autoconf.
250 (CXX): Get from autoconf instead.
251 (COMPILE.pre): Use COMPILER.
252 (CC-LD): Rename to ...
253 (CC_LD): ... this. Use COMPILER.
254 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
255 (CXX_FOR_TARGET): Default to g++ instead of gcc.
256 * acinclude.m4: Include build-with-cxx.m4.
257 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
258 Disable -Werror by default if building in C++ mode.
259 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
260 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
261 the C++ compiler. Save/restore CXXFLAGS too.
262 * configure: Regenerate.
263
07697489
PA
2642015-02-27 Pedro Alves <palves@redhat.com>
265
266 * acinclude.m4: Include libiberty.m4.
267 * configure.ac: Call libiberty_INIT.
268 * config.in, configure: Regenerate.
269
9beb7c4e
PA
2702015-02-26 Pedro Alves <palves@redhat.com>
271
272 * linux-low.c (linux_wait_1): When incrementing the PC past a
273 program breakpoint always use the_low_target.breakpoint_len as
274 increment, rather than the maximum between that and
275 the_low_target.decr_pc_after_break.
276
8090aef2
PA
2772015-02-23 Pedro Alves <palves@redhat.com>
278
279 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
280 thread was doing a step-over; always adjust the PC if
281 we stepped over a permanent breakpoint.
282 (linux_wait_1): If we stepped over breakpoint that was on top of a
283 permanent breakpoint, manually advance the PC past it.
284
bc9540e8
PA
2852015-02-23 Pedro Alves <palves@redhat.com>
286
287 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
288 modes.
289 (x86_fill_gregset, x86_store_gregset): Use it when handling
290 $orig_eax.
291
2db9a427
PA
2922015-02-20 Pedro Alves <palves@redhat.com>
293
294 * thread-db.c: Include "nat/linux-procfs.h".
295 (thread_db_init): Skip listing new threads if the kernel supports
296 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
297
afa8d396
PA
2982015-02-20 Pedro Alves <palves@redhat.com>
299
300 * linux-low.c (status_pending_p_callback): Use ptid_match.
301
c9587f88
AT
3022015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
303
304 PR breakpoints/16812
305 * linux-low.c (wstatus_maybe_breakpoint): Remove.
306 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
307 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
308
b05ec7a5
AT
3092015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
310
311 PR breakpoints/15956
312 * tracepoint.c (cmd_qtinit): Add check for current_thread.
313
d33501a5
MM
3142015-02-09 Markus Metzger <markus.t.metzger@intel.com>
315
316 * linux-low.c (linux_low_btrace_conf): Print size.
317 * server.c (handle_btrace_conf_general_set): New.
318 (hanle_general_set): Call handle_btrace_conf_general_set.
319 (handle_query): Report Qbtrace-conf:bts:size as supported.
320
f4abbc16
MM
3212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
322
323 * linux-low.c (linux_low_enable_btrace): Update parameters.
324 (linux_low_btrace_conf): New.
325 (linux_target_ops)<to_btrace_conf>: Initialize.
326 * server.c (current_btrace_conf): New.
327 (handle_btrace_enable): Rename to ...
328 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
329 to target_enable_btrace. Update comment. Update users.
330 (handle_qxfer_btrace_conf): New.
331 (qxfer_packets): Add btrace-conf entry.
332 (handle_query): Report qXfer:btrace-conf:read as supported packet.
333 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
334 (target_ops)<read_btrace_conf>: New.
335 (target_enable_btrace): Update parameters.
336 (target_read_btrace_conf): New.
337
043c3577
MM
3382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
339
340 * server.c (handle_btrace_general_set): Remove call to
341 target_supports_btrace.
342 (supported_btrace_packets): New.
343 (handle_query): Call supported_btrace_packets.
344 * target.h: include btrace-common.h.
345 (btrace_target_info): Removed.
346 (supports_btrace, target_supports_btrace): Update parameters.
347
734b0e4b
MM
3482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
349
350 * Makefile.in (SFILES): Add common/btrace-common.c.
351 (OBS): Add common/btrace-common.o.
352 (btrace-common.o): Add build rules.
353 * linux-low: Include btrace-common.h.
354 (linux_low_read_btrace): Use struct btrace_data. Call
355 btrace_data_init and btrace_data_fini.
356
d6c146e9
PA
3572015-02-06 Pedro Alves <palves@redhat.com>
358
359 * thread-db.c (find_new_threads_callback): Add debug output.
360
20ba1ce6
PA
3612015-02-04 Pedro Alves <palves@redhat.com>
362
363 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
364 (resume_stopped_resumed_lwps): New function.
365 (linux_wait_for_event_filtered): Use it.
366
8cc73a39
SDJ
3672015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
368
369 * Makefile.in (SFILES): Add linux-personality.c.
370 (linux-personality.o): New rule.
371 * configure.srv (srv_linux_obj): Add linux-personality.o to the
372 list of objects to be built.
373 * linux-low.c: Include nat/linux-personality.h.
374 (linux_create_inferior): Remove code to disable address space
375 randomization (moved to ../nat/linux-personality.c). Create
376 cleanup to disable address space randomization.
377
fb23d554
SDJ
3782015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
379
380 * Makefile.in (posix-strerror.o): New rule.
381 (mingw-strerror.o): Likewise.
382 * configure: Regenerated.
383 * configure.ac: Source file ../common/common.host. Initialize new
384 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
385
cdf43629
YQ
3862015-01-14 Yao Qi <yao@codesourcery.com>
387
388 * Makefile.in (SFILES): Add nat/ppc-linux.c.
389 (ppc-linux.o): New rule.
390 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
391 * configure.ac: AC_CHECK_FUNCS(getauxval).
392 * config.in: Re-generated.
393 * configure: Re-generated.
394 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
395 ppc64_64bit_inferior_p
396
514c5338
YQ
3972015-01-14 Yao Qi <yao@codesourcery.com>
398
399 * linux-ppc-low.c: Include "nat/ppc-linux.h".
400 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
401 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
402 (PT_ORIG_R3, PT_TRAP): Likewise.
403 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
404 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
405 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
406
3368c1e5
JB
4072015-01-10 Joel Brobecker <brobecker@adacore.com>
408
409 * i387-fp.c (i387_cache_to_xsave): In look over
410 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
411 zmmh_low_space field by use of zmmh_high_space.
412
582511be
PA
4132015-01-09 Pedro Alves <palves@redhat.com>
414
415 * linux-low.c (step_over_bkpt): Move higher up in the file.
416 (handle_extended_wait): Don't store the stop_pc here.
417 (get_stop_pc): Adjust comments and rename to ...
418 (check_stopped_by_breakpoint): ... this. Record whether the LWP
419 stopped for a software breakpoint or hardware breakpoint.
420 (thread_still_has_status_pending_p): New function.
421 (status_pending_p_callback): Use
422 thread_still_has_status_pending_p. If the event is no longer
423 interesting, resume the LWP.
424 (handle_tracepoints): Add assert.
425 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
426 (wstatus_maybe_breakpoint): New function.
427 (cancel_breakpoint): Delete function.
428 (check_stopped_by_watchpoint): New function, factored out from
429 linux_low_filter_event.
430 (lp_status_maybe_breakpoint): Delete function.
431 (linux_low_filter_event): Remove filter_ptid argument.
432 Leave thread group exits pending here. Store the LWP's stop PC.
433 Always leave events pending.
434 (linux_wait_for_event_filtered): Pull all events out of the
435 kernel, and leave them all pending.
436 (count_events_callback, select_event_lwp_callback): Consider all
437 events.
438 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
439 (select_event_lwp): Only give preference to the stepping LWP in
440 all-stop mode. Adjust comments.
441 (ignore_event): New function.
442 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
443 references to cancel_breakpoints. Adjust to renames. Also give
444 equal priority to all LWPs that have had events in non-stop mode.
445 If reporting a software breakpoint event, unadjust the LWP's PC.
446 (linux_wait): If linux_wait_1 returned an ignored event, retry.
447 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
448 Adjust.
449 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
450 (resume_status_pending_p): Use thread_still_has_status_pending_p.
451 (linux_stopped_by_watchpoint): Adjust.
452 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
453 * linux-low.h (enum lwp_stop_reason): New.
454 (struct lwp_info) <stop_pc>: Adjust comment.
455 <stopped_by_watchpoint>: Delete field.
456 <stop_reason>: New field.
457 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
458 * mem-break.c (software_breakpoint_inserted_here)
459 (hardware_breakpoint_inserted_here): New function.
460 * mem-break.h (software_breakpoint_inserted_here)
461 (hardware_breakpoint_inserted_here): Declare.
462 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
463 (cancel_breakpoints): Delete.
464 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
465 (upload_fast_traceframes): Remove references to
466 cancel_breakpoints.
467
a33e3959
PA
4682015-01-09 Pedro Alves <palves@redhat.com>
469
470 * thread-db.c (find_new_threads_callback): Ignore thread if the
471 kernel thread ID is -1.
472
8784d563
PA
4732015-01-09 Pedro Alves <palves@redhat.com>
474
475 * linux-low.c (linux_attach_fail_reason_string): Move to
476 nat/linux-ptrace.c, and rename.
477 (linux_attach_lwp): Update comment.
478 (attach_proc_task_lwp_callback): New function.
479 (linux_attach): Adjust to rename and use
480 linux_proc_attach_tgid_threads.
481 (linux_attach_fail_reason_string): Delete declaration.
482
76f2b779
JB
4832015-01-01 Joel Brobecker <brobecker@adacore.com>
484
485 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
486 * server.c (gdbserver_version): Likewise.
487
fafcc06a
SDJ
4882014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
489
490 * remote-utils.c: Include ctype.h.
491 (input_interrupt): Explicitly handle the case when the char
492 received is the NUL byte. Improve the printing of non-ASCII
493 characters.
494
beed38b8
JB
4952014-12-16 Joel Brobecker <brobecker@adacore.com>
496
497 * linux-low.c (linux_low_filter_event): Update call to
498 linux_enable_event_reporting following the addition of
499 a new parameter to that function.
500
bf330350
CU
5012014-12-16 Catalin Udma <catalin.udma@freescale.com>
502
503 PR server/17457
504 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
505 (AARCH64_FPCR_REGNO): Likewise.
506 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
507 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
508 (aarch64_store_fpregset): Likewise.
509
5227d625
JB
5102014-12-15 Joel Brobecker <brobecker@adacore.com>
511
512 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
513 Remove FIXME comment about assumption about N.
514
f93b65a0
JB
5152014-12-13 Joel Brobecker <brobecker@adacore.com>
516
517 * configure.ac: If large-file support is disabled in GDBserver,
518 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
519 * configure: Regenerate.
520
e5a9158d
AA
5212014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
522
523 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
524 warning upon ENODATA from ptrace.
525 * linux-s390-low.c (s390_store_tdb): New.
526 (s390_regsets): Add regset for NT_S390_TDB.
527
feea5f36
AA
5282014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
529
530 * linux-low.c (regsets_store_inferior_registers): Skip regsets
531 without a fill_function.
532 * linux-s390-low.c (s390_fill_last_break): Remove.
533 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
534 (s390_arch_setup): Use regset's size instead of fill_function for
535 loop end condition.
536
098dbe61
AA
5372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
538
539 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
540 the regset's store function when ptrace returned an error.
541 * regcache.c (get_thread_regcache): Invalidate register cache
542 before fetching inferior's registers.
543
28eef672
AA
5442014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
545
546 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
547 while-loop as for-loop.
548 (regsets_store_inferior_registers): Likewise.
549
bdca27a2
YQ
5502014-11-28 Yao Qi <yao@codesourcery.com>
551
552 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
553 * config.in, configure: Re-generate.
554 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
555 is defined.
556
9c232dda
YQ
5572014-11-21 Yao Qi <yao@codesourcery.com>
558
559 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
560 (AC_CHECK_HEADERS): Remove malloc.h.
561 * configure: Re-generated.
562 * config.in: Re-generated.
563 * server.h: Don't include alloca.h and malloc.h.
564 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
565 Don't include malloc.h.
566
43968415
JB
5672014-11-17 Joel Brobecker <brobecker@adacore.com>
568
569 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
570 corresponding ERRNO check in same block.
571
40e91bc7
PA
5722014-11-12 Pedro Alves <palves@redhat.com>
573
574 * server.c (cont_thread): Update comment.
575 (start_inferior, attach_inferior): No longer clear cont_thread.
576 (handle_v_cont): No longer set cont_thread.
577 (captured_main): Clear cont_thread each time a GDB connects.
578
c2c118cf
PA
5792014-11-12 Pedro Alves <palves@redhat.com>
580
581 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
582 thread, and don't resume all threads if the Hc thread has exited.
583
78708b7c
PA
5842014-11-12 Pedro Alves <palves@redhat.com>
585
586 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
587 the process group instead of to a specific LWP.
588
a2abc7de
PA
5892014-10-15 Pedro Alves <palves@redhat.com>
590
591 PR server/17487
592 * win32-arm-low.c (arm_set_thread_context): Remove current_event
593 parameter.
594 (arm_set_thread_context): Delete.
595 (the_low_target): Adjust.
596 * win32-i386-low.c (debug_registers_changed)
597 (debug_registers_used): Delete.
598 (update_debug_registers_callback): New function.
599 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
600 needing to update their debug registers.
601 (win32_get_current_dr): New function.
602 (x86_dr_low_get_addr, x86_dr_low_get_control)
603 (x86_dr_low_get_status): Fetch the debug register from the thread
604 record's context.
605 (i386_initial_stuff): Adjust.
606 (i386_get_thread_context): Remove current_event parameter. Don't
607 clear debug_registers_changed nor copy DR values to
608 debug_reg_state.
609 (i386_set_thread_context): Delete.
610 (i386_prepare_to_resume): New function.
611 (i386_thread_added): Mark the thread as needing to update irs
612 debug registers.
613 (the_low_target): Remove i386_set_thread_context and install
614 i386_prepare_to_resume.
615 * win32-low.c (win32_get_thread_context): Adjust.
616 (win32_set_thread_context): Use SetThreadContext
617 directly.
618 (win32_prepare_to_resume): New function.
619 (win32_require_context): New function, factored out from ...
620 (thread_rec): ... this.
621 (continue_one_thread): Call win32_prepare_to_resume on each thread
622 we're about to continue.
623 (win32_resume): Call win32_prepare_to_resume on the event thread.
624 * win32-low.h (struct win32_thread_info)
625 <debug_registers_changed>: New field.
626 (struct win32_target_ops): Change prototype of set_thread_context,
627 delete set_thread_context and add prepare_to_resume.
628 (win32_require_context): New declaration.
629
a442d071
GB
6302014-10-08 Gary Benson <gbenson@redhat.com>
631
632 * server.h: Do not include common-exceptions.h.
633
6f1947e8
GB
6342014-10-08 Gary Benson <gbenson@redhat.com>
635
636 * server.h: Do not include cleanups.h.
637
63b434a4
JH
6382014-09-30 James Hogan <james.hogan@imgtec.com>
639
640 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
641 mips64-dsp-linux.c.
642
c4d9ceb6
YQ
6432014-09-23 Yao Qi <yao@codesourcery.com>
644
645 * linux-low.c (lp_status_maybe_breakpoint): New function.
646 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
647 (count_events_callback): Likewise.
648 (select_event_lwp_callback): Likewise.
649 (cancel_breakpoints_callback): Likewise.
650
89a5711c
DB
6512014-09-19 Don Breazeal <donb@codesourcery.com>
652
653 * linux-low.c (handle_extended_wait): Call
654 linux_ptrace_get_extended_event.
655 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
656 linux_is_extended_waitstatus.
657
bffc0964
JB
6582014-09-16 Joel Brobecker <brobecker@adacore.com>
659
660 * Makefile.in (CPPFLAGS): Define.
661 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
662 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
663
0bfdf32f
GB
6642014-09-16 Gary Benson <gbenson@redhat.com>
665
666 * inferiors.h (current_inferior): Renamed as...
667 (current_thread): New variable. All uses updated.
668 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
669 (maybe_move_out_of_jump_pad): Likewise.
670 (cancel_breakpoint): Likewise.
671 (linux_low_filter_event): Likewise.
672 (wait_for_sigstop): Likewise.
673 (linux_resume_one_lwp): Likewise.
674 (need_step_over_p): Likewise.
675 (start_step_over): Likewise.
676 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
677 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
678 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
679 and save_inferior as saved_thread.
680 * regcache.c (get_thread_regcache): Renamed saved_inferior as
681 saved_thread.
682 (regcache_invalidate_thread): Likewise.
683 * remote-utils.c (prepare_resume_reply): Likewise.
684 * thread-db.c (thread_db_get_tls_address): Likewise.
685 (disable_thread_event_reporting): Likewise.
686 (remove_thread_event_breakpoints): Likewise.
687 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
688 as saved_thread.
689 * target.h (set_desired_inferior): Renamed as...
690 (set_desired_thread): New declaration. All uses updated.
691 * server.c (myresume): Updated comment to reference thread instead
692 of inferior.
693 (handle_serial_event): Likewise.
694 (handle_target_event): Likewise.
695
361c8ade
GB
6962014-09-12 Tom Tromey <tromey@redhat.com>
697 Gary Benson <gbenson@redhat.com>
698
699 * regcache.h: Include common-regcache.h.
700 (regcache_read_pc): Don't declare.
701 * regcache.c (get_thread_regcache_for_ptid): New function.
702
bd9269f7
GB
7032014-09-11 Tom Tromey <tromey@redhat.com>
704 Gary Benson <gbenson@redhat.com>
705
706 * symbol.c: New file.
707 * Makefile.in (SFILES): Add symbol.c.
708 (OBS): Add symbol.o.
709
f8c1d06b
GB
7102014-09-11 Gary Benson <gbenson@redhat.com>
711
712 * target.c (target_stop_ptid, target_continue_ptid): New
713 functions.
714
721ec300
GB
7152014-09-11 Tom Tromey <tromey@redhat.com>
716 Gary Benson <gbenson@redhat.com>
717
718 * target.h: Include target/target.h.
719 * target.c (target_read_memory, target_read_uint32)
720 (target_write_memory): New functions.
721
c5e92cca
GB
7222014-09-11 Gary Benson <gbenson@redhat.com>
723
724 * server.h (debug_hw_points): Don't declare.
725 * server.c (debug_hw_points): Don't define. Replace all uses
726 with show_debug_regs.
727 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
728 all uses with show_debug_regs.
729
2e4bb98a
EBM
7302014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
731
732 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
733 endianness into account.
734 (ppc_supply_ptrace_register): Likewise.
735
ac740bc7
JH
7362014-09-03 James Hogan <james.hogan@imgtec.com>
737
738 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
739 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
740
97ea6506
GB
7412014-09-03 Gary Benson <gbenson@redhat.com>
742
743 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
744 ALL_DEBUG_ADDRESS_REGISTERS.
745
df7e5265
GB
7462014-09-02 Gary Benson <gbenson@redhat.com>
747
748 * i386-low.h: Renamed as...
749 * x86-low.h: New file. All type, function and variable name
750 prefixes changed from "i386_" to "x86_". All references updated.
751 * i386-low.c: Renamed as...
752 * x86-low.c: New file. All type, function and variable name
753 prefixes changed from "i386_" to "x86_". All references updated.
754
ed859da7
GB
7552014-09-02 Gary Benson <gbenson@redhat.com>
756
757 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
758 (x86_linux_new_thread): Likewise.
759
860789c7
GB
7602014-08-29 Gary Benson <gbenson@redhat.com>
761
762 * server.h (setjmp.h): Do not include.
763 (toplevel): Do not declare.
764 (common-exceptions.h): Include.
765 (cleanups.h): Likewise.
766 * server.c (toplevel): Do not define.
767 (exit_code): New static global.
768 (detach_or_kill_for_exit_cleanup): New function.
769 (main): New function. Original main renamed to...
770 (captured_main): New function.
771 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
772
ff55e1b5
GB
7732014-08-29 Gary Benson <gbenson@redhat.com>
774
775 * Makefile.in (SFILES): Add common/common-exceptions.c.
776 (OBS): Add common-exceptions.o.
777 (common-exceptions.o): New rule.
778 * utils.c (prepare_to_throw_exception): New function.
779
e9bcb658
GB
7802014-08-29 Gary Benson <gbenson@redhat.com>
781
782 * config.in: Regenerate.
783 * configure: Likewise.
784
e3180625
GB
7852014-08-29 Gary Benson <gbenson@redhat.com>
786
787 * Makefile.in (SFILES): Add common/cleanups.c.
788 (OBS): cleanups.o.
789 (cleanups.o): New rule.
790
e3d6ba5d
GB
7912014-08-29 Gary Benson <gbenson@redhat.com>
792
793 * utils.c (internal_vwarning): New function.
794
7096e886
GB
7952014-08-28 Gary Benson <gbenson@redhat.com>
796
797 * utils.h (fatal): Remove declaration.
798 * utils.c (fatal): Remove function.
799
14ce3192
GB
8002014-08-28 Gary Benson <gbenson@redhat.com>
801
802 * tracepoint.c (gdb_agent_init): Replace fatal with
803 perror_with_name.
804 (initialize_tracepoint): Likewise.
805
50278d59
GB
8062014-08-28 Gary Benson <gbenson@redhat.com>
807
808 * remote-utils.c (remote_prepare): Replace fatal with error.
809
aa96c426
GB
8102014-08-28 Gary Benson <gbenson@redhat.com>
811
812 * linux-low.c (linux_async): Replace fatal with warning.
813 Tidy up and return.
814 (linux_start_non_stop): Return -1 if linux_async failed.
815
f7160e97
GB
8162014-08-28 Gary Benson <gbenson@redhat.com>
817
818 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
819 gdb_assert.
820 (i386_dr_low_get_addr): Remove vague comment.
821 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
822 gdb_assert.
823
38e08fca
GB
8242014-08-28 Gary Benson <gbenson@redhat.com>
825
826 * inferiors.c (get_thread_process): Replace check with gdb_assert.
827 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
828 internal_error.
829 (linux_resume_one_lwp): Likewise.
830 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
831 gdb_assert.
832 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
833 with internal_error.
834 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
835 (init_register_cache): Replace fatal with gdb_assert_not_reached.
836 (find_register_by_name): Replace fatal with internal_error.
837 (find_regno): Likewise.
838 * tdesc.c (init_target_desc): Replace check with gdb_assert.
839 * thread-db.c (thread_db_create_event): Likewise.
840 (thread_db_load_search): Likewise.
841 (try_thread_db_load_1): Likewise.
842 * tracepoint.c (get_jump_space_head): Replace fatal with
843 internal_error.
844 (claim_trampoline_space): Likewise.
845 (have_fast_tracepoint_trampoline_buffer): Likewise.
846 (cmd_qtstart): Likewise.
847 (stop_tracing): Likewise.
848 (fast_tracepoint_collecting): Likewise.
849 (target_malloc): Likewise.
850 (download_tracepoint): Likewise.
851 (download_trace_state_variables): Replace check with gdb_assert.
852 (upload_fast_traceframes): Replace fatal with internal_error.
853
34abf635
GB
8542014-08-19 Tom Tromey <tromey@redhat.com>
855 Gary Benson <gbenson@redhat.com>
856
857 * Makefile.in (SFILES): Add common/common-debug.c.
858 (OBS): Add common-debug.o.
859 (common-debug.o): New rule.
860 * debug.h (debug_printf): Don't declare.
861 * debug.c (debug_printf): Renamed and rewritten as...
862 (debug_vprintf): New function.
863
f6e94d78
GB
8642014-08-19 Gary Benson <gbenson@redhat.com>
865
866 * utils.h: Do not include print-utils.h.
867
9239eeab
GB
8682014-08-19 Tom Tromey <tromey@redhat.com>
869 Gary Benson <gbenson@redhat.com>
870
871 * server.h: Add static assertion.
872 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
873
ef87c8bb
GB
8742014-08-19 Tom Tromey <tromey@redhat.com>
875 Gary Benson <gbenson@redhat.com>
876
877 * Makefile.in (SFILES): Add common/errors.c.
878 (OBS): Add errors.o.
879 (IPA_OBS): Add errors-ipa.o.
880 (errors.o): New rule.
881 (errors-ipa.o): Likewise.
882 * utils.h (perror_with_name, error, warning): Don't declare.
883 * utils.c (warning): Renamed and rewritten as...
884 (vwarning): New function.
885 (error): Renamed and rewritten as...
886 (verror): New function.
887 (internal_error): Renamed and rewritten as...
888 (internal_verror): New function.
889
bb974a24
GB
8902014-08-07 Gary Benson <gbenson@redhat.com>
891
892 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
893 * configure: Regenerate.
894 * config.in: Likewise.
895 * server.h: Do not include errno.h.
896 * event-loop.c: Likewise.
897 * hostio-errno.c: Likewise.
898 * linux-low.c: Likewise.
899 * remote-utils.c: Likewise.
900 * spu-low.c: Likewise.
901 * utils.c: Likewise.
902 * gdbreplay.c: Unconditionally include errno.h.
903
6d3d12eb
GB
9042014-08-07 Gary Benson <gbenson@redhat.com>
905
906 * server.h: Do not include string.h.
907 * event-loop.c: Likewise.
908 * linux-low.c: Likewise.
909 * regcache.c: Likewise.
910 * remote-utils.c: Likewise.
911 * spu-low.c: Likewise.
912 * utils.c: Likewise.
913
dccbb609
GB
9142014-08-07 Gary Benson <gbenson@redhat.com>
915
916 * server.h: Do not include gdb_assert.h.
917
e76df0d0
GB
9182014-08-07 Gary Benson <gbenson@redhat.com>
919
920 * server.h: Do not include common-utils.h.
921
4cb9c816
GB
9222014-08-07 Gary Benson <gbenson@redhat.com>
923
924 * server.h: Do not include ptid.h.
925 * notif.h: Likewise.
926
3995eeee
GB
9272014-08-07 Gary Benson <gbenson@redhat.com>
928
929 * server.h: Do not include gdb_locale.h.
930
cb9f1a9b
GB
9312014-08-07 Gary Benson <gbenson@redhat.com>
932
933 * server.h: Do not include gdb/signals.h.
934 * win32-low.c: Likewise.
935
a5fceff8
GB
9362014-08-07 Gary Benson <gbenson@redhat.com>
937
938 * server.h: Do not include pathmax.h.
939
b9391142
GB
9402014-08-07 Gary Benson <gbenson@redhat.com>
941
942 * server.h: Do not include libiberty.h.
943 * linux-bfin-low.c: Likewise.
944
0e443c87
GB
9452014-08-07 Gary Benson <gbenson@redhat.com>
946
947 * server.h: Do not include ansidecl.h.
948
8ebb3f56
GB
9492014-08-07 Gary Benson <gbenson@redhat.com>
950
951 * linux-x86-low.c: Do not include stddef.h.
952 * lynx-ppc-low.c: Likewise.
953 * tracepoint.c: Likewise.
954
8980bdf6
GB
9552014-08-07 Gary Benson <gbenson@redhat.com>
956
957 * server.h: Do not include stdarg.h.
958 * nto-low.c: Likewise.
959
d7096f71
GB
9602014-08-07 Gary Benson <gbenson@redhat.com>
961
962 * server.h: Do not include stdlib.h.
963 * inferiors.c: Likewise.
964 * linux-low.c: Likewise.
965 * regcache.c: Likewise.
966 * spu-low.c: Likewise.
967 * tracepoint.c: Likewise.
968 * utils.c: Likewise.
969
d02f550d
GB
9702014-08-07 Gary Benson <gbenson@redhat.com>
971
972 * server.h: Do not include stdio.h.
973 * linux-low.c: Likewise.
974 * remote-utils.c: Likewise.
975 * spu-low.c: Likewise.
976 * utils.c: Likewise.
977 * wincecompat.c: Likewise.
978
87f6c4e3
GB
9792014-08-06 Gary Benson <gbenson@redhat.com>
980
981 * regcache.c (init_register_cache): Move conditionals inside if.
982
7089dca4
GB
9832014-08-06 Gary Benson <gbenson@redhat.com>
984
985 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
986
462f517e
GB
9872014-07-31 Gary Benson <gbenson@redhat.com>
988
989 * ax.h: Do not include server.h.
990 * gdbthread.h: Likewise.
991 * lynx-low.h: Likewise.
992 * notif.h: Likewise.
993
976411d6
GB
9942014-07-30 Gary Benson <gbenson@redhat.com>
995
996 * server.h: Include common-defs.h.
997 Do not include config.h or build-gnulib-gdbserver/config.h.
998
d41f6d8e
GB
9992014-07-30 Gary Benson <gbenson@redhat.com>
1000
1001 * hostio-errno.c: Move server.h to top of includes list.
1002 * inferiors.c: Likewise.
1003 * linux-x86-low.c: Likewise.
1004 * notif.c: Include server.h.
1005
314c6a35
TT
10062014-07-24 Tom Tromey <tromey@redhat.com>
1007 Gary Benson <gbenson@redhat.com>
1008
1009 * server.h (CORE_ADDR): Now unsigned.
1010
69ff6be5
PA
10112014-07-16 Pedro Alves <palves@redhat.com>
1012
1013 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
1014
ce9e3fe7
PA
10152014-07-15 Pedro Alves <palves@redhat.com>
1016
1017 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
1018 copy.
1019
e76126e8
PA
10202014-07-11 Pedro Alves <palves@redhat.com>
1021
1022 * linux-low.c (kill_wait_lwp): New function, based on
1023 kill_one_lwp_callback, but use my_waitpid directly.
1024 (kill_one_lwp_callback, linux_kill): Use it.
1025
8e9db26e
PA
10262014-06-23 Pedro Alves <palves@redhat.com>
1027
1028 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
1029 before setting DR0..DR3.
1030
698b3e08
GB
10312014-06-20 Gary Benson <gbenson@redhat.com>
1032
1033 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
1034 * configure: Regenerated.
1035 * config.in: Likewise.
1036
125f8a3d
GB
10372014-06-20 Gary Benson <gbenson@redhat.com>
1038
1039 * Makefile.in (SFILES): Update locations for files moved
1040 from common to nat.
1041 (object file files): Reordered.
1042
42995dbd
GB
10432014-06-20 Gary Benson <gbenson@redhat.com>
1044
1045 * i386-low.h (i386_dr_low_can_set_addr): Removed.
1046 (i386_dr_low_set_addr): Likewise.
1047 (i386_dr_low_get_addr): Likewise.
1048 (i386_dr_low_can_set_control): Likewise.
1049 (i386_dr_low_set_control): Likewise.
1050 (i386_dr_low_get_control): Likewise.
1051 (i386_dr_low_get_status): Likewise.
1052 (i386_get_debug_register_length): Likewise.
1053 * linux-x86-low.c (i386_dr_low_set_addr):
1054 Changed signature. Made static.
1055 (i386_dr_low_get_addr): Likewise.
1056 (i386_dr_low_set_control): Likewise.
1057 (i386_dr_low_get_control): Likewise.
1058 (i386_dr_low_get_status): Likewise.
1059 (i386_dr_low): New global variable.
1060 * win32-i386-low.c (i386_dr_low_set_addr):
1061 Changed signature. Made static.
1062 (i386_dr_low_get_addr): Likewise.
1063 (i386_dr_low_set_control): Likewise.
1064 (i386_dr_low_get_control): Likewise.
1065 (i386_dr_low_get_status): Likewise.
1066 (i386_dr_low): New global variable.
1067
e1d2394b
MS
10682014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
1069
1070 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
1071 * Makefile.in (AR, AR_FLAGS): Define.
1072 * configure: Regenerate.
1073
3a8ee006
GB
10742014-06-19 Gary Benson <gbenson@redhat.com>
1075
1076 * Makefile.in (i386-dregs.o): New rule.
1077 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
1078 * i386-low.c (target.h): Remove include.
1079 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
1080 (DR_CONTROL_SHIFT): Likewise.
1081 (DR_CONTROL_SIZE): Likewise.
1082 (DR_RW_EXECUTE): Likewise.
1083 (DR_RW_WRITE): Likewise.
1084 (DR_RW_READ): Likewise.
1085 (DR_RW_IORW): Likewise.
1086 (DR_LEN_1): Likewise.
1087 (DR_LEN_2): Likewise.
1088 (DR_LEN_4): Likewise.
1089 (DR_LEN_8): Likewise.
1090 (DR_LOCAL_ENABLE_SHIFT): Likewise.
1091 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
1092 (DR_ENABLE_SIZE): Likewise.
1093 (DR_LOCAL_SLOWDOWN): Likewise.
1094 (DR_GLOBAL_SLOWDOWN): Likewise.
1095 (DR_CONTROL_RESERVED): Likewise.
1096 (I386_DR_CONTROL_MASK): Likewise.
1097 (I386_DR_VACANT): Likewise.
1098 (I386_DR_LOCAL_ENABLE): Likewise.
1099 (I386_DR_GLOBAL_ENABLE): Likewise.
1100 (I386_DR_DISABLE): Likewise.
1101 (I386_DR_SET_RW_LEN): Likewise.
1102 (I386_DR_GET_RW_LEN): Likewise.
1103 (I386_DR_WATCH_HIT): Likewise.
1104 (i386_wp_op_t): Likewise.
1105 (i386_show_dr): Likewise.
1106 (i386_length_and_rw_bits): Likewise.
1107 (i386_insert_aligned_watchpoint): Likewise.
1108 (i386_remove_aligned_watchpoint): Likewise.
1109 (i386_handle_nonaligned_watchpoint): Likewise.
1110 i386_update_inferior_debug_regs(): Likewise.
1111 (i386_dr_insert_watchpoint): Likewise.
1112 (i386_dr_remove_watchpoint): Likewise.
1113 (i386_dr_region_ok_for_watchpoint): Likewise.
1114 (i386_dr_stopped_data_address): Likewise.
1115 (i386_dr_stopped_by_watchpoint): Likewise.
1116
8f26655c
GB
11172014-06-19 Gary Benson <gbenson@redhat.com>
1118
1119 * i386-low.c (i386_dr_show): Renamed to
1120 i386_show_dr and made static. All uses updated.
1121 (i386_dr_length_and_rw_bits): Renamed to
1122 i386_length_and_rw_bits and made static.
1123 All uses updated.
1124 (i386_dr_insert_aligned_watchpoint): Renamed to
1125 i386_insert_aligned_watchpoint and made static.
1126 All uses updated.
1127 (i386_dr_remove_aligned_watchpoint): Renamed to
1128 i386_remove_aligned_watchpoint and made static.
1129 All uses updated.
1130 (i386_dr_update_inferior_debug_regs): Renamed to
1131 i386_update_inferior_debug_regs and made static.
1132 All uses updated.
1133
b9228891
GB
11342014-06-18 Gary Benson <gbenson@redhat.com>
1135
5171def3
GB
1136 * i386-low.h (i386_dr_low_can_set_addr): New macro.
1137 (i386_dr_low_can_set_control): Likewise.
1138 (i386_get_debug_register_length): Likewise.
1139 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
1140 (i386_dr_low_can_set_control): Likewise.
1141 (i386_get_debug_register_length): Likewise.
1142
11432014-06-17 Gary Benson <gbenson@redhat.com>
1144
b9228891
GB
1145 * i386-low.h (i386-dregs.h): New include.
1146 (DR_FIRSTADDR): Now in i386-dregs.h.
1147 (DR_LASTADDR): Likewise.
1148 (DR_NADDR): Likewise.
1149 (DR_STATUS): Likewise.
1150 (DR_CONTROL): Likewise.
1151 (i386_debug_reg_state): Likewise.
1152 (i386_dr_insert_watchpoint): Likewise.
1153 (i386_dr_remove_watchpoint): Likewise.
1154 (i386_dr_region_ok_for_watchpoint): Likewise.
1155 (i386_dr_stopped_data_address): Likewise.
1156 (i386_dr_stopped_by_watchpoint): Likewise.
1157 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
1158
4be83cc2
GB
11592014-06-18 Gary Benson <gbenson@redhat.com>
1160
1161 * i386-low.h (i386_low_insert_watchpoint): Renamed to
1162 i386_dr_insert_watchpoint.
1163 (i386_low_remove_watchpoint): Renamed to
1164 i386_dr_remove_watchpoint.
1165 (i386_low_region_ok_for_watchpoint): Renamed to
1166 i386_dr_region_ok_for_watchpoint.
1167 (i386_low_stopped_data_address): Renamed to
1168 i386_dr_stopped_data_address.
1169 (i386_low_stopped_by_watchpoint): Renamed to
1170 i386_dr_stopped_by_watchpoint.
1171 * i386-low.c (i386_show_dr): Renamed to
1172 i386_dr_show and made nonstatic. All uses updated.
1173 (i386_length_and_rw_bits): Renamed to
1174 i386_dr_length_and_rw_bits and made nonstatic.
1175 All uses updated.
1176 (i386_insert_aligned_watchpoint): Renamed to
1177 i386_dr_insert_aligned_watchpoint and made nonstatic.
1178 All uses updated.
1179 (i386_remove_aligned_watchpoint): Renamed to
1180 i386_dr_remove_aligned_watchpoint and made nonstatic.
1181 All uses updated.
1182 (i386_update_inferior_debug_regs): Renamed to
1183 i386_dr_update_inferior_debug_regs and made nonstatic.
1184 All uses updated.
1185 (i386_low_insert_watchpoint): Renamed to
1186 i386_dr_insert_watchpoint. All uses updated.
1187 (i386_low_remove_watchpoint): Renamed to
1188 i386_dr_remove_watchpoint. All uses updated.
1189 (i386_low_region_ok_for_watchpoint): Renamed to
1190 i386_dr_region_ok_for_watchpoint. All uses updated.
1191 (i386_low_stopped_data_address): Renamed to
1192 i386_dr_stopped_data_address. All uses updated.
1193 (i386_low_stopped_by_watchpoint): Renamed to
1194 i386_dr_stopped_by_watchpoint. All uses updated.
1195
131aa0d4
GB
11962014-06-18 Gary Benson <gbenson@redhat.com>
1197
1198 * i386-low.c (i386_dr_low_can_set_addr): New macro.
1199 (i386_dr_low_can_set_control): Likewise.
1200 (i386_insert_aligned_watchpoint): New check.
1201
d9305f7f
GB
12022014-06-18 Gary Benson <gbenson@redhat.com>
1203
1204 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
1205 Renamed to state.
1206
e927c9fc
GB
12072014-06-18 Gary Benson <gbenson@redhat.com>
1208
1209 * i386-low.c (i386_length_and_rw_bits): Use internal_error
1210 instead of fatal and error.
1211 (i386_handle_nonaligned_watchpoint): Likewise.
1212
1b6d4134
GB
12132014-06-18 Gary Benson <gbenson@redhat.com>
1214
1215 * i386-low.c (i386_get_debug_register_length): New macro.
1216 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
1217 (i386_show_dr): Use debug_printf instead of fprintf. Use
1218 phex to format values.
1219
6e62758f
GB
12202014-06-18 Gary Benson <gbenson@redhat.com>
1221
1222 * i386-low.h: Comment changes.
1223 * i386-low.c: Likewise.
1224
fc6e2f03
GB
12252014-06-18 Gary Benson <gbenson@redhat.com>
1226
1227 * i386-low.c: Whitespace changes.
1228
f9d1eeed
TT
12292014-06-12 Tom Tromey <tromey@redhat.com>
1230
1231 * utils.c (freeargv): Remove.
1232
0b04e523
TT
12332014-06-12 Tom Tromey <tromey@redhat.com>
1234
1235 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
1236 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
1237 (parse_debug_format_options): Likewise.
1238 (gdbserver_usage): Likewise.
1239 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
1240 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
1241 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
1242 against libiberty.
1243 ($(LIBGNU)): Depend on libiberty.
1244 (all-lib): Recurse into all subdirs.
1245 (install-only): Invoke "install" target in subdirs.
1246 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
1247 targets.
1248 * configure: Rebuild.
1249 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
1250 for vasprintf, vsnprintf, or gettimeofday.
1251 * configure.srv: Don't add safe-ctype.o or lbasename.o to
1252 srv_tgtobj.
1253
270c9937
JB
12542014-06-05 Joel Brobecker <brobecker@adacore.com>
1255
1256 * development.sh: Delete.
1257 * Makefile.in (config.status): Adjust dependency on development.sh.
1258 * configure.ac: Adjust development.sh source call.
1259 * configure: Regenerate.
1260
0a261ed8
PA
12612014-06-02 Pedro Alves <palves@redhat.com>
1262
1263 * ax.c (gdb_free_agent_expr): New function.
1264 * ax.h (gdb_free_agent_expr): New declaration.
1265 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
1266 list.
1267 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
1268 static.
1269 (clear_breakpoint_conditions_and_commands): New function.
1270 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
1271 (clear_breakpoint_conditions_and_commands): New declaration.
1272
e9dae05e
RR
12732014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1274
1275 * linux-aarch64-low.c (asm/ptrace.h): Include.
1276
5876f503
JK
12772014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 Fix TLS access for -static -pthread.
1280 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
1281 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
1282 (thread_db_load_search, try_thread_db_load_1): Initialize it.
1283
802e8e6d
PA
12842014-05-20 Pedro Alves <palves@redhat.com>
1285
1286 * linux-aarch64-low.c (aarch64_insert_point)
1287 (aarch64_remove_point): No longer check whether the type is
1288 supported here. Adjust to new interface.
1289 (the_low_target): Install aarch64_supports_z_point_type as
1290 supports_z_point_type method.
1291 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
1292 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
1293 instead of a Z packet char. Adjust.
1294 (arm_supports_z_point_type): New function.
1295 (arm_insert_point, arm_remove_point): Adjust to new interface.
1296 (the_low_target): Install arm_supports_z_point_type.
1297 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
1298 (cris_insert_point, cris_remove_point): Adjust to new interface.
1299 Don't check whether the type is supported here.
1300 (the_low_target): Install cris_supports_z_point_type.
1301 * linux-low.c (linux_supports_z_point_type): New function.
1302 (linux_insert_point, linux_remove_point): Adjust to new interface.
1303 * linux-low.h (struct linux_target_ops) <insert_point,
1304 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
1305 raw_breakpoint pointer parameter.
1306 <supports_z_point_type>: New method.
1307 * linux-mips-low.c (mips_supports_z_point_type): New function.
1308 (mips_insert_point, mips_remove_point): Adjust to new interface.
1309 Use mips_supports_z_point_type.
1310 (the_low_target): Install mips_supports_z_point_type.
1311 * linux-ppc-low.c (the_low_target): Install NULL as
1312 supports_z_point_type method.
1313 * linux-s390-low.c (the_low_target): Install NULL as
1314 supports_z_point_type method.
1315 * linux-sparc-low.c (the_low_target): Install NULL as
1316 supports_z_point_type method.
1317 * linux-x86-low.c (x86_supports_z_point_type): New function.
1318 (x86_insert_point): Adjust to new insert_point interface. Use
1319 insert_memory_breakpoint. Adjust to new
1320 i386_low_insert_watchpoint interface.
1321 (x86_remove_point): Adjust to remove_point interface. Use
1322 remove_memory_breakpoint. Adjust to new
1323 i386_low_remove_watchpoint interface.
1324 (the_low_target): Install x86_supports_z_point_type.
1325 * lynx-low.c (lynx_target_ops): Install NULL as
1326 supports_z_point_type callback.
1327 * nto-low.c (nto_supports_z_point_type): New.
1328 (nto_insert_point, nto_remove_point): Adjust to new interface.
1329 (nto_target_ops): Install nto_supports_z_point_type.
1330 * mem-break.c: Adjust intro comment.
1331 (struct raw_breakpoint) <raw_type, size>: New fields.
1332 <inserted>: Update comment.
1333 <shlib_disabled>: Delete field.
1334 (enum bkpt_type) <gdb_breakpoint>: Delete value.
1335 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
1336 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
1337 (raw_bkpt_type_to_target_hw_bp_type): New function.
1338 (find_enabled_raw_code_breakpoint_at): New function.
1339 (find_raw_breakpoint_at): New type and size parameters. Use them.
1340 (insert_memory_breakpoint): New function, based off
1341 set_raw_breakpoint_at.
1342 (remove_memory_breakpoint): New function.
1343 (set_raw_breakpoint_at): Reimplement.
1344 (set_breakpoint): New, based on set_breakpoint_at.
1345 (set_breakpoint_at): Reimplement.
1346 (delete_raw_breakpoint): Go through the_target->remove_point
1347 instead of assuming memory breakpoints.
1348 (find_gdb_breakpoint_at): Delete.
1349 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
1350 (find_gdb_breakpoint): New function.
1351 (set_gdb_breakpoint_at): Delete.
1352 (z_type_supported): New function.
1353 (set_gdb_breakpoint_1): New function, loosely based off
1354 set_gdb_breakpoint_at.
1355 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
1356 (delete_gdb_breakpoint_at): Delete.
1357 (delete_gdb_breakpoint_1): New function, loosely based off
1358 delete_gdb_breakpoint_at.
1359 (delete_gdb_breakpoint): New function.
1360 (clear_gdb_breakpoint_conditions): Rename to ...
1361 (clear_breakpoint_conditions): ... this. Don't handle a NULL
1362 breakpoint.
1363 (add_condition_to_breakpoint): Make static.
1364 (add_breakpoint_condition): Take a struct breakpoint pointer
1365 instead of an address. Adjust.
1366 (gdb_condition_true_at_breakpoint): Rename to ...
1367 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
1368 z_type parameter.
1369 (gdb_condition_true_at_breakpoint): Reimplement.
1370 (add_breakpoint_commands): Take a struct breakpoint pointer
1371 instead of an address. Adjust.
1372 (gdb_no_commands_at_breakpoint): Rename to ...
1373 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
1374 parameter. Return true if no breakpoint was found. Change debug
1375 output.
1376 (gdb_no_commands_at_breakpoint): Reimplement.
1377 (run_breakpoint_commands): Rename to ...
1378 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
1379 and change return type to boolean.
1380 (run_breakpoint_commands): New function.
1381 (gdb_breakpoint_here): Also check for Z1 breakpoints.
1382 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
1383 breakpoint. Go through the_target->remove_point instead of
1384 assuming memory breakpoint.
1385 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
1386 software and hardware breakpoints.
1387 (reinsert_raw_breakpoint): Go through the_target->insert_point
1388 instead of assuming memory breakpoint.
1389 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
1390 software and hardware breakpoints.
1391 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
1392 Check both software and hardware breakpoints.
1393 (validate_inserted_breakpoint): Assert the breakpoint is a
1394 software breakpoint. Set the inserted flag to -1 instead of
1395 setting shlib_disabled.
1396 (delete_disabled_breakpoints): Adjust.
1397 (validate_breakpoints): Only validate software breakpoints.
1398 Adjust to inserted flag change.
1399 (check_mem_read, check_mem_write): Skip breakpoint types other
1400 than software breakpoints. Adjust to inserted flag change.
1401 * mem-break.h (enum raw_bkpt_type): New enum.
1402 (raw_breakpoint, struct process_info): Forward declare.
1403 (Z_packet_to_target_hw_bp_type): Delete declaration.
1404 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
1405 (set_gdb_breakpoint, delete_gdb_breakpoint)
1406 (clear_breakpoint_conditions): New declarations.
1407 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
1408 (breakpoint_inserted_here): Update comment.
1409 (add_breakpoint_condition, add_breakpoint_commands): Replace
1410 address parameter with a breakpoint pointer parameter.
1411 (gdb_breakpoint_here): Update comment.
1412 (delete_gdb_breakpoint_at): Delete.
1413 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
1414 * server.c (process_point_options): Take a struct breakpoint
1415 pointer instead of an address. Adjust.
1416 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
1417 delete_gdb_breakpoint.
1418 * spu-low.c (spu_target_ops): Install NULL as
1419 supports_z_point_type method.
1420 * target.h: Include mem-break.h.
1421 (struct target_ops) <prepare_to_access_memory>: Update comment.
1422 <supports_z_point_type>: New field.
1423 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1424 instead of a char. Also take a raw breakpoint pointer.
1425 * win32-arm-low.c (the_low_target): Install NULL as
1426 supports_z_point_type.
1427 * win32-i386-low.c (i386_supports_z_point_type): New function.
1428 (i386_insert_point, i386_remove_point): Adjust to new interface.
1429 (the_low_target): Install i386_supports_z_point_type.
1430 * win32-low.c (win32_supports_z_point_type): New function.
1431 (win32_insert_point, win32_remove_point): Adjust to new interface.
1432 (win32_target_ops): Install win32_supports_z_point_type.
1433 * win32-low.h (struct win32_target_ops):
1434 <supports_z_point_type>: New method.
1435 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1436 instead of a char. Also take a raw breakpoint pointer.
1437
932539e3
PA
14382014-05-20 Pedro Alves <palves@redhat.com>
1439
1440 * mem-break.h: Include break-common.h.
1441 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1442 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
1443 (Z_packet_to_target_hw_bp_type): New declaration.
1444 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
1445 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
1446 (Z_PACKET_ACCESS_WP): Delete macros.
1447 (Z_packet_to_hw_type): Delete function.
1448 * i386-low.h: Don't include break-common.h here.
1449 (Z_packet_to_hw_type): Delete declaration.
1450 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
1451 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1452 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
1453 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1454 * linux-aarch64-low.c: Don't include break-common.h here.
1455 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1456 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
1457 (Z_packet_to_target_hw_bp_type): Delete function.
1458 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
1459 function.
1460 (mips_insert_point, mips_remove_point): Use
1461 Z_packet_to_target_hw_bp_type.
1462
4ff0d3d8
PA
14632014-05-20 Pedro Alves <palves@redhat.com>
1464
1465 * linux-aarch64-low.c: Include break-common.h.
1466 (enum target_point_type): Delete.
1467 (Z_packet_to_point_type): Rename to ...
1468 (Z_packet_to_target_hw_bp_type): ... this, and return a
1469 target_hw_bp_type instead.
1470 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
1471 instead of an enum target_point_type.
1472 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
1473 breakpoint type.
1474 (aarch64_dr_state_insert_one_point)
1475 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
1476 (aarch64_handle_aligned_watchpoint)
1477 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
1478 Take an enum target_hw_bp_type instead of an enum
1479 target_point_type.
1480 (aarch64_supports_z_point_type): New function.
1481 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
1482 use Z_packet_to_target_hw_bp_type.
1483
786dc519
JB
14842014-05-20 Joel Brobecker <brobecker@adacore.com>
1485
1486 * configure.ac: Only use -Werror by default when DEVELOPMENT
1487 is true.
1488 * configure: Regenerate.
1489
9e0aa64f
JK
14902014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1491
1492 Fix gdbserver qGetTLSAddr for x86_64 -m32.
1493 * linux-x86-low.c (X86_64_USER_REGS): New.
1494 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
1495
2b577b92
YQ
14962014-04-28 Yao Qi <yao@codesourcery.com>
1497
1498 * Makefile.in (i386-avx512.c): Fix the typo of generated file
1499 name.
1500
94611da2
PA
15012014-04-25 Pedro Alves <palves@redhat.com>
1502
1503 PR server/16255
1504 * linux-low.c (linux_attach_fail_reason_string): New function.
1505 (linux_attach_lwp): Delete.
1506 (linux_attach_lwp_1): Rename to ...
1507 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
1508 argument. Remove "initial" parameter. Return int instead of
1509 void. Don't error or warn here.
1510 (linux_attach): Adjust to call linux_attach_lwp. Call error on
1511 failure to attach to the tgid. Call warning when failing to
1512 attach to an lwp.
1513 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
1514 argument. Remove "initial" parameter. Return int instead of
1515 void. Don't error or warn here.
1516 (linux_attach_fail_reason_string): New declaration.
1517 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
1518 interface change. Use linux_attach_fail_reason_string.
1519
01f9f808
MS
15202014-04-24 Michael Sturm <michael.sturm@mintel.com>
1521 Walfred Tedeschi <walfred.tedeschi@intel.com>
1522
1523 * Makefile.in: Added rules to handle new files
1524 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
1525 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
1526 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
1527 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
1528 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
1529 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
1530 x32-avx512-linux.o.
1531 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
1532 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
1533 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
1534 i386/x32-avx512.xml.
1535 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
1536 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
1537 i386/x32-avx512-linux.xml.
1538 * i387-fp.c (num_avx512_k_registers): New constant for number
1539 of K registers.
1540 (num_avx512_zmmh_low_registers): New constant for number of
1541 lower ZMM registers (0-15).
1542 (num_avx512_zmmh_high_registers): New constant for number of
1543 higher ZMM registers (16-31).
1544 (num_avx512_ymmh_registers): New contant for number of higher
1545 YMM registers (ymm16-31 added by avx521 on x86_64).
1546 (num_avx512_xmm_registers): New constant for number of higher
1547 XMM registers (xmm16-31 added by AVX512 on x86_64).
1548 (struct i387_xsave): Add space for AVX512 registers.
1549 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
1550 Add code to handle AVX512 registers.
1551 (i387_xsave_to_cache): Add code to handle AVX512 registers.
1552 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
1553 prototypei from generated file.
1554 (tdesc_amd64_avx512_linux): Likewise.
1555 (init_registers_x32_avx512_linux): Likewise.
1556 (tdesc_x32_avx512_linux): Likewise.
1557 (init_registers_i386_avx512_linux): Likewise.
1558 (tdesc_i386_avx512_linux): Likewise.
1559 (x86_64_regmap): Add AVX512 registers.
1560 (x86_linux_read_description): Add code to handle AVX512 XSTATE
1561 mask.
1562 (initialize_low_arch): Add code to initialize AVX512 registers.
1563
51aa91f9
PA
15642014-04-23 Pedro Alves <palves@redhat.com>
1565
1566 * mem-break.c (find_gdb_breakpoint_at): Make static.
1567 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
1568
a4165e94
PA
15692014-04-23 Pedro Alves <palves@redhat.com>
1570
1571 * i386-low.c: Don't include break-common.h here.
1572 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1573 prototype to take target_hw_bp_type as argument instead of a Z
1574 packet char.
1575 * i386-low.h: Include break-common.h here.
1576 (Z_packet_to_hw_type): Declare.
1577 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1578 prototypes.
1579 * linux-x86-low.c (x86_insert_point): Convert the packet number to
1580 a target_hw_bp_type before calling i386_low_insert_watchpoint.
1581 (x86_remove_point): Convert the packet number to a
1582 target_hw_bp_type before calling i386_low_remove_watchpoint.
1583 * win32-i386-low.c (i386_insert_point): Convert the packet number
1584 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
1585 (i386_remove_point): Convert the packet number to a
1586 target_hw_bp_type before calling i386_low_remove_watchpoint.
1587
b8acf843
PA
15882014-04-23 Pedro Alves <palves@redhat.com>
1589
1590 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
1591
d708bcd1
PA
15922014-04-10 Pedro Alves <palves@redhat.com>
1593
1594 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
1595 Check if the condition or command is NULL before checking if the
1596 breakpoint is known. On success, return true.
1597 * mem-break.h (add_breakpoint_condition): Document return.
1598 (add_breakpoint_commands): Add describing comment.
1599 * server.c (skip_to_semicolon): New function.
1600 (process_point_options): Use it.
1601
2eec7d5b
PA
16022014-04-09 Pedro Alves <palves@redhat.com>
1603
1604 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
1605 to lwpid_of.
1606
fa96cb38
PA
16072014-02-27 Pedro Alves <palves@redhat.com>
1608
1609 PR 12702
1610 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
1611 macros.
1612 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
1613 output.
1614 (last_thread_of_process_p): Take a PID argument instead of a
1615 thread pointer.
1616 (linux_wait_for_lwp): Delete.
1617 (num_lwps, check_zombie_leaders, not_stopped_callback): New
1618 functions.
1619 (linux_low_filter_event): New function, party factored out from
1620 linux_wait_for_event.
1621 (linux_wait_for_event): Rename to ...
1622 (linux_wait_for_event_filtered): ... this. Add new filter ptid
1623 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
1624 sigsuspend. Check for zombie leaders.
1625 (linux_wait_for_event): Reimplement as wrapper around
1626 linux_wait_for_event_filtered.
1627 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
1628 a normal or signal exit is seen, it's the whole process exiting.
1629 (wait_for_sigstop): No longer a for_each_inferior callback.
1630 Rewrite on top of linux_wait_for_event_filtered.
1631 (stop_all_lwps): Call wait_for_sigstop directly.
1632 * server.c (resume, handle_target_event): Handle
1633 TARGET_WAITKIND_NO_RESUMED.
1634
d763de10
JB
16352014-02-26 Joel Brobecker <brobecker@adacore.com>
1636
1637 * win32-low.c (psapi_get_dll_name,
1638 * win32_CreateToolhelp32Snapshot): Delete.
1639 (win32_CreateToolhelp32Snapshot, win32_Module32First)
1640 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
1641 Delete.
1642 (handle_load_dll): Add function description.
1643 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
1644
850a0f76
JB
16452014-02-26 Joel Brobecker <brobecker@adacore.com>
1646
1647 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
1648 Add comment.
1649 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
1650 base address when calling win32_add_one_solib.
1651 (handle_load_dll): Delete local variable load_addr.
1652 Remove 0x1000 offset applied to DLL base address when calling
1653 win32_add_one_solib.
1654 (handle_unload_dll): Add comment.
1655
f25b3fc3
JB
16562014-02-26 Joel Brobecker <brobecker@adacore.com>
1657
1658 * win32-low.c (win32_add_all_dlls): Renames
1659 win32_ensure_ntdll_loaded. Rewrite function documentation.
1660 Adjust implementation to always load all DLLs.
1661 Add 0x1000 offset to DLL base address when calling
1662 win32_add_one_solib.
1663 (child_initialization_done): New static global.
1664 (do_initial_child_stuff): Set child_initialization_done to
1665 zero during child initialization, and 1 after. Replace call
1666 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
1667 Add comment.
1668 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
1669 (handle_unload_dll): Add function documentation.
1670 (get_child_debug_event): Ignore load and unload DLL events
1671 during child initialization.
1672
d86d4aaf
DE
16732014-02-20 Doug Evans <dje@google.com>
1674
3bc32da3 1675 Remove global all_lwps.
d86d4aaf
DE
1676 * inferiors.h (ptid_of): Move here from linux-low.h.
1677 (pid_of, lwpid_of): Ditto.
1678 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
1679 parameter is a struct thread_info * now.
1680 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
1681 directly. Pass &all_threads to find_inferior instead of &all_lwps.
1682 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
1683 directly.
1684 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
1685 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
1686 * linux-arm-low.c (update_registers_callback): Update, "entry"
1687 parameter is a struct thread_info * now.
1688 Fetch lwpid from current_inferior directly.
1689 (arm_insert_point): Pass &all_threads to find_inferior instead of
1690 &all_lwps.
1691 (arm_remove_point): Ditto.
1692 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
1693 (arm_prepare_to_resume): Fetch pid from thread.
1694 (arm_read_description): Fetch lwpid from current_inferior directly.
1695 * linux-low.c (all_lwps): Delete.
1696 (delete_lwp): Delete call to remove_inferior.
1697 (handle_extended_wait): Fetch lwpid from thread.
1698 (add_lwp): Don't set lwp->entry.id. Remove call to
1699 add_inferior_to_list.
1700 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
1701 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
1702 (kill_one_lwp_callback): Ditto.
1703 (linux_kill): Don't dereference NULL pointer.
1704 Fetch ptid,lwpid from thread.
1705 (get_detach_signal): Fetch ptid from thread.
1706 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
1707 Simplify call to regcache_invalidate_thread.
1708 (delete_lwp_callback): Update, "entry" parameter is a
1709 struct thread_info * now. Fetch pid from thread.
1710 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
1711 (status_pending_p_callback): Update, "entry" parameter is a
1712 struct thread_info * now. Fetch ptid from thread.
1713 (find_lwp_pid): Update, "entry" parameter is a
1714 struct thread_info * now.
1715 (linux_wait_for_lwp): Fetch pid from thread.
1716 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
1717 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
1718 (enqueue_one_deferred_signal): Fetch lwpid from thread.
1719 (dequeue_one_deferred_signal): Ditto.
1720 (cancel_breakpoint): Fetch ptid from current_inferior.
1721 (linux_wait_for_event): Pass &all_threads to find_inferior,
1722 not &all_lwps. Fetch ptid, lwpid from thread.
1723 (count_events_callback): Update, "entry" parameter is a
1724 struct thread_info * now.
1725 (select_singlestep_lwp_callback): Ditto.
1726 (select_event_lwp_callback): Ditto.
1727 (cancel_breakpoints_callback): Ditto.
1728 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
1729 not &all_lwps.
1730 (select_event_lwp): Ditto. Fetch ptid from event_thread.
1731 (unsuspend_one_lwp): Update, "entry" parameter is a
1732 struct thread_info * now.
1733 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
1734 not &all_lwps.
1735 (linux_stabilize_threads): Ditto. And for for_each_inferior.
1736 Fetch lwpid from thread, not lwp.
1737 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
1738 Pass &all_threads to find_inferior, not &all_lwps.
1739 (send_sigstop): Fetch lwpid from thread, not lwp.
1740 (send_sigstop_callback): Update, "entry" parameter is a
1741 struct thread_info * now.
1742 (suspend_and_send_sigstop_callback): Ditto.
1743 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
1744 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
1745 struct thread_info * now.
1746 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
1747 from thread, lwp.
1748 (lwp_running): Update, "entry" parameter is a
1749 struct thread_info * now.
1750 (stop_all_lwps): Fetch ptid from thread.
1751 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
1752 (linux_resume_one_lwp): Fetch lwpid from thread.
1753 (linux_set_resume_request): Update, "entry" parameter is a
1754 struct thread_info * now. Fetch pid, lwpid from thread.
1755 (resume_status_pending_p): Update, "entry" parameter is a
1756 struct thread_info * now.
1757 (need_step_over_p): Ditto. Fetch lwpid from thread.
1758 (start_step_over): Fetch lwpid from thread.
1759 (linux_resume_one_thread): Update, "entry" parameter is a
1760 struct thread_info * now. Fetch lwpid from thread.
1761 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
1762 (proceed_one_lwp): Update, "entry" parameter is a
1763 struct thread_info * now. Fetch lwpid from thread.
1764 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
1765 struct thread_info * now.
1766 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
1767 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
1768 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
1769 directly.
1770 (regsets_store_inferior_registers): Ditto.
1771 (fetch_register, store_register): Ditto.
1772 (linux_read_memory, linux_write_memory): Ditto.
1773 (linux_request_interrupt): Ditto.
1774 (linux_read_auxv): Ditto.
1775 (linux_xfer_siginfo): Ditto.
1776 (linux_qxfer_spu): Ditto.
1777 (linux_qxfer_libraries_svr4): Ditto.
1778 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
1779 moved to inferiors.h.
1780 (get_lwp): Delete.
1781 (get_thread_lwp): Update.
1782 (struct lwp_info): Delete member "entry". Simplify comment for
1783 member "thread".
1784 (all_lwps): Delete.
1785 * linux-mips-low.c (mips_read_description): Fetch lwpid from
1786 current_inferior directly.
1787 (update_watch_registers_callback): Update, "entry" parameter is a
1788 struct thread_info * now. Fetch pid from thread.
1789 (mips_linux_prepare_to_resume): Fetch ptid from thread.
1790 (mips_insert_point): Fetch lwpid from current_inferior.
1791 Pass &all_threads to find_inferior, not &all_lwps.
1792 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
1793 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
1794 directly.
1795 (mips_stopped_data_address): Ditto.
1796 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
1797 directly.
1798 * linux-tile-low.c (tile_arch_setup): Ditto.
1799 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
1800 (update_debug_registers_callback): Update, "entry" parameter is a
1801 struct thread_info * now. Fetch pid from thread.
1802 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
1803 Pass &all_threads to find_inferior, not &all_lwps.
1804 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
1805 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
1806 Pass &all_threads to find_inferior, not &all_lwps.
1807 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
1808 (i386_dr_low_get_status): Ditto.
1809 (x86_linux_prepare_to_resume): Fetch ptid from thread.
1810 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
1811 (x86_linux_read_description): Ditto.
1812 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
1813
3b8361aa
DE
18142014-02-20 Doug Evans <dje@google.com>
1815
1816 * inferiors.c (get_first_inferior): Fix buglet.
1817
f7667f0d
DE
18182014-02-19 Doug Evans <dje@google.com>
1819
1820 * gdbthread.h (add_thread): Change result type to struct thread_info *.
1821 * inferiors.c (add_thread): Change result type to struct thread_info *.
1822 All callers updated.
1823 (add_lwp): Call add_thread here instead of in callers.
1824 All callers updated.
1825 * linux-low.h (get_lwp_thread): Rewrite.
1826 (struct lwp_info): New member "thread".
1827
b3312d80
DE
18282014-02-19 Doug Evans <dje@google.com>
1829
1830 * linux-low.c (add_lwp): Change result to struct lwp_info *.
1831 All callers updated.
1832
ecc6f45c
DE
18332014-02-19 Doug Evans <dje@google.com>
1834
1835 * inferiors.c (add_thread): Fix whitespace.
1836
649ebbca
DE
18372014-02-19 Doug Evans <dje@google.com>
1838
1839 * dll.c (clear_dlls): Replace accessing list implemention details
1840 with API function.
1841 * gdbthread.h (get_first_thread): Declare.
1842 * inferiors.c (for_each_inferior_with_data): New function.
1843 (get_first_thread): New function.
1844 (find_thread_ptid): Simplify.
1845 (get_first_inferior): New function.
1846 (clear_list): Delete.
1847 (one_inferior_p): New function.
1848 (clear_inferior_list): New function.
1849 (clear_inferiors): Update.
1850 * inferiors.h (for_each_inferior_with_data): Declare.
1851 (clear_inferior_list): Declare.
1852 (one_inferior_p): Declare.
1853 (get_first_inferior): Declare.
1854 * linux-low.c (linux_wait_for_event): Replace accessing list
1855 implemention details with API function.
1856 * server.c (target_running): Ditto.
1857 (accumulate_file_name_length): New function.
1858 (emit_dll_description): New function.
1859 (handle_qxfer_libraries): Replace accessing list implemention
1860 details with API function.
1861 (handle_qxfer_threads_worker): New function.
1862 (handle_qxfer_threads_proper): Replace accessing list implemention
1863 details with API function.
1864 (handle_query): Ditto.
1865 (visit_actioned_threads_callback_ftype): New typedef.
1866 (visit_actioned_threads_data): New struct.
1867 (visit_actioned_threads): Rewrite to be find_inferior callback.
1868 (resume): Call find_inferior.
1869 (handle_status): Replace accessing list implemention
1870 details with API function.
1871 (process_serial_event): Replace accessing list implemention details
1872 with API function.
1873 * target.c (set_desired_inferior): Replace accessing list implemention
1874 details with API function.
1875 * tracepoint.c (same_process_p): New function.
1876 (gdb_agent_about_to_close): Replace accessing list implemention
1877 details with API function.
1878 * win32-low.c (child_delete_thread): Replace accessing list
1879 implemention details with API function.
1880 (match_dll_by_basename): New function.
1881 (dll_is_loaded_by_basename): New function.
1882 (win32_ensure_ntdll_loaded): Replace accessing list implemention
1883 details call to dll_is_loaded_by_basename.
1884
80894984
DE
18852014-02-19 Doug Evans <dje@google.com>
1886
1887 * dll.h (struct dll_info): Add comment.
1888 * gdbthread.h (struct thread_info): Add comment.
1889 (current_ptid): Simplify.
1890 * inferiors.c (add_process): Update.
1891 (remove_process): Update.
1892 * inferiors.h (struct process_info): Rename member "head" to "entry".
1893 * linux-low.c (delete_lwp): Update.
1894 (add_lwp): Update.
1895 (last_thread_of_process_p): Update.
1896 (kill_one_lwp_callback, linux_kill): Update.
1897 (status_pending_p_callback): Update.
1898 (wait_for_sigstop): Update. Simplify read of ptid.
1899 (start_step_over): Update.
1900 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
1901 (get_lwp_thread): Update.
1902 (struct lwp_info): Rename member "head" to "entry".
1903 * regcache.h (inferior_list_entry): Delete.
1904 * server.c (kill_inferior_callback): Update.
1905 (detach_or_kill_inferior_callback): Update.
1906 (print_started_pid): Update.
1907 (print_attached_pid): Update.
1908 (process_serial_event): Simplify read of ptid.
1909 * thread-db.c (thread_db_create_event): Update.
1910 (thread_db_get_tls_address): Update.
1911 * win32-low.c (current_inferior_ptid): Simplify.
1912
46917d26
TT
19132014-02-19 Tom Tromey <tromey@redhat.com>
1914
1915 * target.h (struct target_ops) <supports_btrace>: Add target_ops
1916 argument.
1917 (target_supports_btrace): Update.
1918
0759a81e
YQ
19192014-02-14 Yao Qi <yao@codesourcery.com>
1920
1921 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
1922 (rsp-low-ipa.o): New target.
1923
a7191e8b
TT
19242014-02-12 Tom Tromey <tromey@redhat.com>
1925
1926 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
1927 convert_ascii_to_int.
1928 * regcache.c (registers_to_string): Likewise.
1929 * remote-utils.c (decode_M_packet): Likewise.
1930 * server.c (process_serial_event): Likewise.
1931
ff0e980e
TT
19322014-02-12 Tom Tromey <tromey@redhat.com>
1933
1934 * server.c (handle_query, handle_v_run): Use hex2bin, not
1935 unhexify.
1936 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
1937
e9371aff
TT
19382014-02-12 Tom Tromey <tromey@redhat.com>
1939
1940 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
1941 convert_int_to_ascii.
1942 * regcache.c (registers_to_string, collect_register_as_string):
1943 Likewise.
1944 * remote-utils.c (look_up_one_symbol, relocate_instruction):
1945 Likewise.
1946 * server.c (process_serial_event): Likewise.
1947 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
1948 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
1949
971dc0b8
TT
19502014-02-12 Tom Tromey <tromey@redhat.com>
1951
1952 * remote-utils.c (look_up_one_symbol, monitor_output): Use
1953 bin2hex, not hexify.
1954 * tracepoint.c (cmd_qtstatus): Likewise.
1955
0a822afb
TT
19562014-02-12 Tom Tromey <tromey@redhat.com>
1957
1958 * remote-utils.c (monitor_output): Pass explicit length to
1959 hexify.
1960
9c3d6531
TT
19612014-02-12 Tom Tromey <tromey@redhat.com>
1962
1963 * tracepoint.c: Include rsp-low.h.
1964 * server.c: Include rsp-low.h.
1965 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
1966 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
1967 declare.
1968 * remote-utils.c: Include rsp-low.h.
1969 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
1970 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
1971 (convert_int_to_ascii, convert_ascii_to_int): Move to
1972 common/rsp-low.c.
1973 * regcache.c: Include rsp-low.h.
1974 * ax.c: Include rsp-low.h.
1975 * Makefile.in (SFILES): Add common/rsp-low.c.
1976 (OBS): Add rsp-low.o.
1977 (rsp-low.o): New target.
1978
01fd3ea5
TT
19792014-02-12 Tom Tromey <tromey@redhat.com>
1980
1981 * utils.h (pulongest, plongest, phex_nz): Don't declare.
1982 Include print-utils.h.
1983 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
1984 (plongest, thirty_two, phex_nz): Remove.
1985 * Makefile.in (SFILES): Add common/print-utils.c.
1986 (OBS): Add print-utils.o.
1987 (print-utils-ipa.o): New target.
1988 (print-utils.o): New target.
1989 (IPA_OBJS): Add print-utils-ipa.o.
1990
e99dc820
TT
19912014-02-06 Tom Tromey <tromey@redhat.com>
1992
1993 * Makefile.in (SFILES): Fix indentation.
1994
ee1e2d4f
DE
19952014-02-05 Doug Evans <dje@google.com>
1996
1997 * linux-low.c (linux_wait_for_event): Improve comment.
1998 (linux_wait_1): Keep current_inferior in sync with event_child.
1999
f5a02773
DE
20002014-01-22 Doug Evans <dje@google.com>
2001
2002 * gdbthread.h (gdb_id_to_thread): Delete, unused.
2003
87ce2a04
DE
20042014-01-22 Doug Evans <dje@google.com>
2005
2006 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
2007 * configure: Regenerate.
2008 * config.in: Regenerate.
2009 * Makefile.in (SFILES): Add debug.c.
2010 (OBS): Add debug.o.
2011 * debug.c: New file.
2012 * debug.h: New file.
2013 * linux-aarch64-low.c (*): Update all debugging printfs to use
2014 debug_printf instead of fprintf.
2015 * linux-arm-low.c (*): Ditto.
2016 * linux-cris-low.c (*): Ditto.
2017 * linux-crisv32-low.c (*): Ditto.
2018 * linux-m32r-low.c (*): Ditto.
2019 * linux-sparc-low.c (*): Ditto.
2020 * linux-x86.c (*): Ditto.
2021 * linux-low.c (*): Ditto.
2022 (linux_wait_1): Add calls to debug_enter, debug_exit.
2023 (linux_wait): Remove redundant debugging printf.
2024 (stop_all_lwps): Add calls to debug_enter, debug_exit.
2025 (linux_resume, unstop_all_lwps): Ditto.
2026 * mem-break.c (*): Update all debugging printfs to use
2027 debug_printf instead of fprintf.
2028 * remote-utils.c (*): Ditto.
2029 * thread-db.c (*): Ditto.
2030 * server.c #include <ctype.h>, "gdb_vecs.h".
2031 (debug_threads): Moved to debug.c.
2032 (*): Update all debugging printfs to use debug_printf instead of
2033 fprintf.
2034 (start_inferior): Replace call to fflush with call to debug_flush.
2035 (monitor_show_help): Mention set debug-format.
2036 (parse_debug_format_options): New function.
2037 (handle_monitor_command): Handle "monitor set debug-format".
2038 (gdbserver_usage): Mention --debug-format.
2039 (main): Parse --debug-format.
2040 * server.h (debug_threads): Declaration moved to debug.h.
2041 #include "debug.h".
2042 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
2043 trace_debug_1 that uses debug_printf.
2044 (tracepoint_look_up_symbols): Update all debugging printfs to use
2045 debug_printf instead of fprintf.
2046
e671835b
BS
20472014-01-20 Baruch Siach <baruch@tkos.co.il>
2048
2049 * linux-xtensa-low.c: Include asm/ptrace.h instead of
2050 sys/ptrace.h.
2051
b5737fa9
PA
20522014-01-17 Pedro Alves <palves@redhat.com>
2053
ea38d2a9 2054 PR build/16445
c7faa97a
PA
2055 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
2056 defined after including gdb_proc_service.h.
b5737fa9 2057
40ed484e
DE
20582014-01-16 Doug Evans <dje@google.com>
2059
2060 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
2061 (match_dll): Use it.
2062
969c39fb
MM
20632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2064
2065 * target.h (target_ops) <read_btrace>: Change parameters and
2066 return type to allow error reporting.
2067 * server.c (handle_qxfer_btrace): Support delta reads. Pass
2068 trace reading errors on.
2069 * linux-low.c (linux_low_read_btrace): Pass trace reading
2070 errors on.
2071 (linux_low_disable_btrace): New.
2072
ab7f45ba
DE
20732014-01-15 Doug Evans <dje@google.com>
2074
2075 * inferiors.c (thread_id_to_gdb_id): Delete.
2076 * inferiors.h (thread_id_to_gdb_id): Delete.
2077
66af0f44
EZ
20782014-01-13 Eli Zaretskii <eliz@gnu.org>
2079
2080 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
2081 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
2082 versions.
2083
9939e131
PA
20842014-01-08 Pedro Alves <palves@redhat.com>
2085
2086 * server.c (handle_status): Don't discard previous queued stop
2087 replies or thread's pending status here.
2088 (main) <disconnection>: Do it here instead.
2089
b7ea362b
PA
20902014-01-08 Pedro Alves <palves@redhat.com>
2091
2092 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
2093 * server.c (visit_actioned_threads, handle_pending_status): New
2094 function.
2095 (handle_v_cont): Factor out parts to ...
2096 (resume): ... this new function. If in all-stop, and a thread
2097 being resumed has a pending status, report it without actually
2098 resuming.
2099 (myresume): Adjust to use the new 'resume' function.
2100 (clear_pending_status_callback, set_pending_status_callback)
2101 (find_status_pending_thread_callback): New functions.
2102 (handle_status): Handle the case of multiple threads having
2103 interesting statuses to report. Report threads' real last signal
2104 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
2105 with an interesting thread to report the status for, instead of
2106 always reporting the status of the first thread.
2107
28498c42
JB
21082014-01-01 Joel Brobecker <brobecker@adacore.com>
2109
2110 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
2111 * gdbreplay.c (gdbreplay_version): Likewise.
2112
f45c82da
YZ
21132013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
2114
2115 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
2116 iov.iov_len with the real length in use.
2117
379a5e2d
JB
21182013-12-13 Joel Brobecker <brobecker@adacore.com>
2119
2120 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
2121 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
2122 for all targets that use win32-low.c.
2123 * win32-low.c (win32_ensure_ntdll_loaded): New function.
2124 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
2125
4210d83e
PA
21262013-12-13 Pedro Alves <palves@redhat.com>
2127
2128 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
2129 if equal to TARGET_WAITKIND_LOADED.
2130 * win32-low.c (cached_status): New static global.
2131 (win32_wait): Add declaration.
2132 (do_initial_child_stuff): Flush all initial pending debug events
2133 up to the initial breakpoint.
2134 (win32_wait): If CACHED_STATUS was set, return that instead
2135 of doing a real wait. Remove the code resuming the execution
2136 of the inferior after receiving a TARGET_WAITKIND_LOADED event
2137 during the initial phase. Also remove the code changing
2138 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
2139 TARGET_WAITKIND_STOPPED.
2140
e7f0d979
YQ
21412013-12-11 Yao Qi <yao@codesourcery.com>
2142
2143 * notif.c (handle_notif_ack): Return 0 if no notification
2144 matches.
2145
ebcf782c
DE
21462013-11-20 Doug Evans <dje@google.com>
2147
2148 * linux-low.c (linux_set_resume_request): Fix comment.
2149
20ad9378
DE
21502013-11-20 Doug Evans <dje@google.com>
2151
2152 * linux-low.c (resume_status_pending_p): Tweak comment.
2153
a196ebeb
WT
21542013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2155
2156 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
2157 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
2158 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
2159 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
2160 (srv_amd64_regobj): Add amd64-mpx.o.
2161 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
2162 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
2163 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
2164 * i387-fp.c (num_pl_bnd_register) Added constant.
2165 (num_pl_bnd_cfg_registers) Added constant.
2166 (struct i387_xsave) Added reserved area and MPX fields.
2167 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
2168 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
2169 function.
2170 (tdesc_i386_mpx_linux): Add MPX amd64 target.
2171 (init_registers_amd64_mpx_linux): Declare new function.
2172 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
2173 (x86_64_regmap): Add MPX registers.
2174 (x86_linux_read_description): Add MPX case.
2175 (initialize_low_arch): Initialize MPX targets.
2176
0080a2f6
TT
21772013-11-18 Tom Tromey <tromey@redhat.com>
2178
2179 * configure: Rebuild.
2180 * configure.ac: Don't check for stdlib.h.
2181 * gdbreplay.c: Unconditionally include stdlib.h.
2182
2978b111
TT
21832013-11-18 Tom Tromey <tromey@redhat.com>
2184
2185 * config.in: Rebuild.
2186 * configure: Rebuild.
2187 * configure.ac: Don't use AC_HEADER_DIRENT.
2188
a3d08894
TT
21892013-11-18 Tom Tromey <tromey@redhat.com>
2190
2191 * server.h: Don't check HAVE_STRING_H.
2192 * gdbreplay.c: Don't check HAVE_STRING_H.
2193 * configure: Rebuild.
2194
0a5dd17d
TT
21952013-11-18 Tom Tromey <tromey@redhat.com>
2196
2197 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
2198 LIBGNU.
2199
1bd2f0ba
TT
22002013-11-08 Tom Tromey <tromey@redhat.com>
2201
2202 * configure, config.in: Rebuild.
2203 * configure.ac: Remove unused configury.
2204
3266f10b
TT
22052013-11-08 Tom Tromey <tromey@redhat.com>
2206
2207 * acinclude.m4: Include common.m4, codeset.m4.
2208 * configure, config.in: Rebuild.
2209 * configure.ac: Use GDB_AC_COMMON.
2210
6682d959
AA
22112013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
2212
2213 * linux-s390-low.c (HWCAP_S390_TE): New define.
2214 (s390_arch_setup): Consider the TE field in the HWCAP for
2215 determining 'have_regset_tdb'.
2216
fd0a4d76
SDJ
22172013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2218
2219 PR gdb/16014
2220 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
2221 call to sizeof.
2222
1a3d890b
PA
22232013-10-02 Pedro Alves <palves@redhat.com>
2224
2225 * server.c (process_serial_event): Don't output "GDBserver
2226 exiting" if GDB is connected through stdio.
2227 * target.c (mywait): Likewise, be silent if GDB is connected
2228 through stdio.
2229
97ad4581
JB
22302013-10-01 Joel Brobecker <brobecker@adacore.com>
2231
2232 * lynx-low.c (lynx_add_threads_after_attach): New function.
2233 (lynx_attach): Remove call to add_thread. Add call to
2234 lynx_add_threads_after_attach instead.
2235
5b4e221c
MF
22362013-09-28 Mike Frysinger <vapier@gentoo.org>
2237
2238 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
2239 * config.in, configure: Regenerated.
2240
ee47b2f8
YQ
22412013-09-18 Yao Qi <yao@codesourcery.com>
2242
2243 PR server/15959
2244 * server.c (start_inferior): Clear 'resume_info'.
2245
d6707650 22462013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 2247
d6707650
JW
2248 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
2249 for each register.
2250
9243dd0e 22512013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 2252
9243dd0e
JW
2253 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
2254 linux-tile-low.o to srv_tgtobj.
2255
c623a6ef
WN
22562013-09-16 Will Newton <will.newton@linaro.org>
2257
2258 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
2259 out regs.
2260
fb71d39e
PA
22612013-09-06 Pedro Alves <palves@redhat.com>
2262
2263 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
2264 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
2265 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
2266 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
2267 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
2268 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
2269
8e7e9910
PA
22702013-09-06 Pedro Alves <palves@redhat.com>
2271
2272 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
2273 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
2274
7c3a12ca
PA
22752013-09-06 Pedro Alves <palves@redhat.com>
2276
2277 * linux-amd64-ipa.c: Include tracepoint.h.
2278 * linux-i386-ipa.c: Include tracepoint.h.
2279
8eb3d7b6
RW
22802013-09-06 Ricard Wanderlof <ricardw@axis.com>
2281
2282 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
2283 (ps_get_thread_area): New function.
2284
eddddb9d
RW
22852013-09-06 Ricard Wanderlof <ricardw@axis.com>
2286
2287 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
2288 (initialize_low_arch): Call init_registers_crisv32 rather than
2289 init_register_crisv32.
2290
533b0600
PA
22912013-09-05 Pedro Alves <palves@redhat.com>
2292
2293 * server.h (handle_vFile, hostio_last_error_from_errno): Move
2294 to ...
2295 * hostio.h: ... this new file.
2296 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
2297 win32-low.c: Include hostio.h.
2298
0ce3d3b5
PA
22992013-09-05 Pedro Alves <palves@redhat.com>
2300
2301 * server.h (gdb_client_data, handler_func, callback_handler_func)
2302 (delete_file_handler, add_file_handler, append_callback_event)
2303 (delete_callback_event, start_event_loop, initialize_event_loop):
2304 Move to event-loop.h and include it.
2305 * event-loop.h: New file.
2306
799cdc37
PA
23072013-09-05 Pedro Alves <palves@redhat.com>
2308
2309 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
2310 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
2311 (loaded_dll, unloaded_dll): Move to ...
2312 * dll.h: ... this new file.
2313 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
2314
6a6bbd9d
PA
23152013-09-05 Pedro Alves <palves@redhat.com>
2316
2317 * server.h (current_process, get_thread_process, all_processes)
2318 (add_inferior_to_list, for_each_inferior, current_inferior)
2319 (remove_inferior, add_process, remove_process, find_process_pid)
2320 (have_started_inferiors_p, have_attached_inferiors_p)
2321 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
2322 (clear_inferiors, find_inferior, find_inferior_id)
2323 (inferior_target_data, set_inferior_target_data)
2324 (inferior_regcache_data, set_inferior_regcache_data): Move to
2325 inferiors.h, and include it.
2326 * inferiors.h: New file.
2327
f699aaba
PA
23282013-09-05 Pedro Alves <palves@redhat.com>
2329
2330 * server.h (struct emit_ops, current_insn_ptr, emit_error):
2331 Move ...
2332 * ax.h: ... here.
2333
c144c7a0
PA
23342013-09-05 Pedro Alves <palves@redhat.com>
2335
2336 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
2337 tracepoint.h.
2338 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
2339 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
2340 (handle_tracepoint_general_set, handle_tracepoint_query)
2341 (tracepoint_finished_step, tracepoint_was_hit)
2342 (release_while_stepping_state_list, current_traceframe)
2343 (in_readonly_region, traceframe_read_mem)
2344 (fetch_traceframe_registers, traceframe_read_sdata)
2345 (traceframe_read_info, struct fast_tpoint_collect_status)
2346 (fast_tracepoint_collecting, force_unlock_trace_buffer)
2347 (handle_tracepoit_bkpts, initialize_low_tracepoint)
2348 (supply_fast_tracepoint_registers)
2349 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
2350 (ipa_tdesc, claim_trampoline_space)
2351 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
2352 (agent_mem_read, agent_get_trace_state_variable_value)
2353 (agent_set_trace_state_variable_value, agent_tsv_read)
2354 (agent_mem_read_string, get_raw_reg_func_addr)
2355 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
2356 * tracepoint.h: ... this new file.
2357
ff42e6ab
PA
23582013-09-05 Pedro Alves <palves@redhat.com>
2359
2360 * server.h (perror_with_name, error, fatal, warning, paddress)
2361 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
2362 include it.
2363 * utils.h: New file.
2364
541af0f4
PA
23652013-09-05 Pedro Alves <palves@redhat.com>
2366
2367 * server.h (remote_debug, noack_mode, transport_is_reliable)
2368 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
2369 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
2370 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
2371 (write_enn, initialize_async_io, enable_async_io)
2372 (disable_async_io, check_remote_input_interrupt_request)
2373 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
2374 (dead_thread_notify, prepare_resume_reply)
2375 (decode_address_to_semicolon, decode_address, decode_m_packet)
2376 (decode_M_packet, decode_X_packet, decode_xfer_write)
2377 (decode_search_memory_packet, unhexify, hexify)
2378 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
2379 (look_up_one_symbol, relocate_instruction)
2380 (monitor_output): Move to remote-utils.h, and include it.
2381 * remote-utils.h: New file.
2382
eebdf26b
PA
23832013-09-05 Pedro Alves <palves@redhat.com>
2384
2385 * server.h (_): Delete.
2386
3aafd2ff
PA
23872013-09-02 Pedro Alves <palves@redhat.com>
2388
2389 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
2390 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
2391 allocated.
2392 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
2393
cee83bcb
PM
23942013-09-02 Pierre Muller <muller@sourceware.org>
2395
2396 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
2397 or WriteProcessMemory complete successfully and handle
2398 ERROR_PARTIAL_COPY error.
2399
9a13b2fa
PA
24002013-09-02 Pedro Alves <palves@redhat.com>
2401
2402 * server.c (gdb_read_memory): Return -1 on traceframe memory read
2403 error instead of EIO.
2404
602e3198
JK
24052013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 PR server/15604
2408 * linux-low.c: Include filestuff.h.
2409 (linux_create_inferior) <pid == 0>: Call close_most_fds.
2410 * lynx-low.c: Include filestuff.h.
2411 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
2412 * server.c: Include filestuff.h.
2413 (main): Call notice_open_fds.
2414 * spu-low.c: Include filestuff.h.
2415 (spu_create_inferior) <pid == 0>: Call close_most_fds.
2416
96d7229d
LM
24172013-08-22 Luis Machado <lgustavo@codesourcery.com>
2418
2419 * Makefile.in: Explain why ../target and ../nat are not
2420 listed as include file search paths.
2421 (linux-waitpid.o): New object file rule.
2422 * configure.srv (srv_native_linux_obj): New variable.
2423 Replace all occurrences of linux native object files with
2424 $srv_native_linux_obj.
2425 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2426 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
2427 (linux_enable_event_reporting): Remove declaration.
2428 (my_waitpid): Moved to common/linux-waitpid.c.
2429 (linux_wait_for_event): Pass ptid when calling
2430 linux_enable_event_reporting.
2431 (linux_supports_tracefork_flag): Remove.
2432 (linux_enable_event_reporting): Likewise.
2433 (linux_tracefork_grandchild): Remove.
2434 (STACK_SIZE): Moved to common/linux-ptrace.c.
2435 (linux_tracefork_child): Remove.
2436 (linux_test_for_tracefork): Remove.
2437 (linux_look_up_symbols): Call linux_supports_traceclone.
2438 (initialize_low): Remove call to linux_test_for_tracefork.
2439 * linux-low.h (PTRACE_TYPE_ARG3): Move to
2440 common/linux-ptrace.h.
2441 (PTRACE_TYPE_ARG4): Likewise.
2442 Include linux-ptrace.h.
2443
32940073
PA
24442013-08-21 Pedro Alves <palves@redhat.com>
2445
2446 * config.in: Renegerate.
2447
33b60d58 24482013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 2449
33b60d58
LM
2450 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
2451 (SFILES): Remove $(srcdir)/common/target-common.c and
2452 add $(srcdir)/target/waitstatus.c.
2453 (OBS): Remove target-common.o and add waitstatus.o.
2454 (server_h): Remove $(srcdir)/../common/target-common.h and
2455 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
2456 and $(srcdir)/../target/waitstatus.h.
2457 (target-common.o): Remove.
2458 (waitstatus.o): New target object file.
2459 * target.h: Do not include target-common.h and
2460 include target/resume.h, target/wait.h and
2461 target/waitstatus.h.
2462
b8e1b30e
LM
24632013-08-13 Luis Machado <lgustavo@codesourcery.com>
2464
2465 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2466 to PTRACE_TYPE_ARG3.
2467 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2468 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
2469 PTRACE_TYPE_ARG4.
2470 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
2471 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
2472
7a60ad40
YQ
24732013-07-27 Jie Zhang <jie@codesourcery.com>
2474 Daniel Jacobowitz <dan@codesourcery.com>
2475 Yao Qi <yao@codesourcery.com>
2476
2477 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
2478 (mips-linux-watch.o): New rule.
2479 (mips_linux_watch_h): New variable.
2480 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
2481 srv_tgtobj.
2482 * linux-mips-low.c: Include mips-linux-watch.h.
2483 (struct arch_process_info, struct arch_lwp_info): New.
2484 (update_watch_registers_callback): New function.
2485 (mips_linux_new_process, mips_linux_new_thread) New functions.
2486 (mips_linux_prepare_to_resume, mips_insert_point): New
2487 functions.
2488 (mips_remove_point, mips_stopped_by_watchpoint): New
2489 functions.
2490 (rsp_bp_type_to_target_hw_bp_type): New function.
2491 (mips_stopped_data_address): New function.
2492 (the_low_target): Add watchpoint support functions.
2493
de6f69ad
YQ
24942013-07-27 Yao Qi <yao@codesourcery.com>
2495
2496 * i386-low.c: Include break-common.h.
2497 (enum target_hw_bp_type): Remove.
2498
3360c0bf
LM
24992013-07-24 Luis Machado <lgustavo@codesourcery.com>
2500
2501 * Makefile.in (SFILES): /common/target-common.c.
2502 (OBS): Add target-common.o.
2503 (server_h): Add $(srcdir)/../common/target-common.h.
2504 (target-common.o): New target.
2505 * server.c (queue_stop_reply_callback): Free
2506 status string after use.
2507 * target.c (target_waitstatus_to_string): Remove.
2508 * target.h: Include target-common.h.
2509 (resume_kind): Likewise.
2510 (target_waitkind): Likewise.
2511 (target_waitstatus): Likewise.
2512 (TARGET_WNOHANG): Likewise.
2513
bd885420
YQ
25142013-07-04 Yao Qi <yao@codesourcery.com>
2515
2516 * Makefile.in (host_alias): Use @host_noncanonical@.
2517 (target_alias): Use @target_noncanonical@.
2518 * configure.ac: Use ACX_NONCANONICAL_TARGET and
2519 ACX_NONCANONICAL_HOST.
2520 * configure: Regenerated.
2521
2522 Revert:
2523 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2524
2525 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2526 * configure: Rebuild.
2527 * Makefile.in (version_host, version_target): Get from configure.
2528 (version.c): Use $(version_host) and $(version_target).
2529
17ef446e
PA
25302013-07-03 Pedro Alves <palves@redhat.com>
2531
2532 * Makefile.in (config.status): Depend on development.sh.
2533 * acinclude.m4: Include libmcheck.m4.
2534 * configure: Regenerate.
2535
7a9a7487
MG
25362013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2537
2538 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
2539 attribute inside the parentheses.
2540 (winapi_DebugSetProcessKillOnExit): Ditto.
2541 (winapi_DebugBreakProcess): Ditto.
2542 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 2543
49b64de6
MG
25442013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2545
2546 * notif.h (notif_event): Add a dummy member to avoid compiler
2547 errors.
2548
d5749ee7
PA
25492013-07-01 Pedro Alves <palves@redhat.com>
2550
2551 * hostio.c (HOSTIO_PATH_MAX): Define.
2552 (require_filename, handle_open, handle_unlink, handle_readlink):
2553 Use it.
2554
d8d2a3ee
PA
25552013-07-01 Pedro Alves <palves@redhat.com>
2556
2557 * server.h: Include "pathmax.h".
2558 * linux-low.c: Don't include sys/param.h.
2559 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
2560 MAXPATHLEN.
2561 * win32-low.c: Don't include sys/param.h.
2562 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
2563
bc7dea8d
PA
25642013-07-01 Pedro Alves <palves@redhat.com>
2565
2566 * event-loop.c: Don't check HAVE_UNISTD_H before including
2567 <unistd.h>.
2568 * gdbreplay.c: Likewise.
2569 * remote-utils.c: Likewise.
2570 * server.c: Likewise.
2571 * configure.ac: Don't check for unistd.h.
2572 * configure: Regenerate.
2573
d6c2da54
TT
25742013-06-28 Tom Tromey <tromey@redhat.com>
2575
2576 * Makefile.in (version.c): Use version.in, not
2577 common/version.in.
2578
257b6bec
MG
25792013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2580
2581 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2582 * configure: Rebuild.
2583 * Makefile.in (version_host, version_target): Get from configure.
2584 (version.c): Use $(version_host) and $(version_target).
2585
86ebe149
DK
25862013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2587
2588 Fix trace-status to output user name without trailing colon.
2589 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
2590
f30aa5af
DK
25912013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2592
2593 Fix trace-status to output proper start-time and stop-time.
2594 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
2595 output start time and stop time in hex as gdb expects.
2596
28a93511
YQ
25972013-06-26 Pedro Alves <pedro@codesourcery.com>
2598
2599 * tracepoint.c (build_traceframe_info_xml): Output trace state
2600 variables present in the trace buffer.
2601
01208463
TT
26022013-06-24 Tom Tromey <tromey@redhat.com>
2603
2604 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
2605 create-version.sh.
2606 (version.o): Remove.
2607 * gdbreplay.c: Include version.h.
2608 (version, host_name): Don't declare.
2609 * server.h: Include version.h.
2610 (version, host_name): Don't declare.
2611
760256f9
PA
26122013-06-12 Pedro Alves <palves@redhat.com>
2613
2614 * linux-x86-low.c (linux_is_elf64): Delete global.
2615 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
2616 with local linux_pid_exe_is_elf_64_file use.
2617
030031ee
PA
26182013-06-11 Pedro Alves <palves@redhat.com>
2619
2620 * linux-low.c (regset_disabled, disable_regset): New functions.
2621 (regsets_fetch_inferior_registers)
2622 (regsets_store_inferior_registers): Use them.
2623 (initialize_regsets_info); Don't allocate the disabled_regsets
2624 array here.
2625 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
2626 comment.
2627
5da6eb0a
PA
26282013-06-11 Pedro Alves <palves@redhat.com>
2629
2630 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
2631 xmalloc.
2632
7e5aaa09
PA
26332013-06-11 Pedro Alves <palves@redhat.com>
2634
2635 * linux-x86-low.c (initialize_low_arch): Call
2636 init_registers_x32_avx_linux.
2637
d878444c
JK
26382013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 Fix compatibility with Android Bionic.
2641 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
2642 it is not empty.
2643
3aee8918
PA
26442013-06-07 Pedro Alves <palves@redhat.com>
2645
5f2b57b5 2646 PR server/14823
3aee8918
PA
2647 * Makefile.in (OBS): Add tdesc.o.
2648 (IPA_OBJS): Add tdesc-ipa.o.
2649 (tdesc-ipa.o): New rule.
2650 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
2651 interface.
2652 * linux-low.c (new_inferior): Delete.
2653 (disabled_regsets, num_regsets): Delete.
2654 (linux_add_process): Adjust to set the new per-process
2655 new_inferior flag.
2656 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
2657 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
2658 was a stop. When calling arch_setup, switch the current inferior
2659 to the thread that got an event.
2660 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
2661 (regsets_fetch_inferior_registers)
2662 (regsets_store_inferior_registers): New regsets_info parameter.
2663 Adjust to use it.
2664 (linux_register_in_regsets): New regs_info parameter. Adjust to
2665 use it.
2666 (register_addr, fetch_register, store_register): New usrregs_info
2667 parameter. Adjust to use it.
2668 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
2669 parameter regs_info. Adjust to use it.
2670 (linux_fetch_registers): Get the current inferior's regs_info, and
2671 adjust to use it.
2672 (linux_store_registers): Ditto.
2673 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
2674 (initialize_low): Don't initialize the target_regsets here. Call
2675 initialize_low_arch.
2676 * linux-low.h (target_regsets): Delete declaration.
2677 (struct regsets_info): New.
2678 (struct usrregs_info): New.
2679 (struct regs_info): New.
2680 (struct process_info_private) <new_inferior>: New field.
2681 (struct linux_target_ops): Delete the num_regs, regmap, and
2682 regset_bitmap fields. New field regs_info.
2683 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
2684 * i387-fp.c (num_xmm_registers): Delete.
2685 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
2686 calls to new interface.
2687 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
2688 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
2689 Infer the number of xmm registers from the regcache's target
2690 description.
2691 * i387-fp.h (num_xmm_registers): Delete.
2692 * inferiors.c (add_thread): Don't install the thread's regcache
2693 here.
2694 * proc-service.c (gregset_info): Fetch the current inferior's
2695 regs_info. Adjust to use it.
2696 * regcache.c: Include tdesc.h.
2697 (register_bytes, reg_defs, num_registers)
2698 (gdbserver_expedite_regs): Delete.
2699 (get_thread_regcache): If the thread doesn't have a regcache yet,
2700 create one, instead of aborting gdbserver.
2701 (regcache_invalidate_one): Rename to ...
2702 (regcache_invalidate_thread): ... this.
2703 (regcache_invalidate_one): New.
2704 (regcache_invalidate): Only invalidate registers of the current
2705 process.
2706 (init_register_cache): Add target_desc parameter, and use it.
2707 (new_register_cache): Ditto. Assert the target description has a
2708 non zero registers_size.
2709 (regcache_cpy): Add assertions. Adjust.
2710 (realloc_register_cache, set_register_cache): Delete.
2711 (registers_to_string, registers_from_string): Adjust.
2712 (find_register_by_name, find_regno, find_register_by_number)
2713 (register_cache_size): Add target_desc parameter, and use it.
2714 (free_register_cache_thread, free_register_cache_thread_one)
2715 (regcache_release, register_cache_size): New.
2716 (register_size): Add target_desc parameter, and use it.
2717 (register_data, supply_register, supply_register_zeroed)
2718 (supply_regblock, supply_register_by_name, collect_register)
2719 (collect_register_as_string, collect_register_by_name): Adjust.
2720 * regcache.h (struct target_desc): Forward declare.
2721 (struct regcache) <tdesc>: New field.
2722 (init_register_cache, new_register_cache): Add target_desc
2723 parameter.
2724 (regcache_invalidate_thread): Declare.
2725 (regcache_invalidate_one): Delete declaration.
2726 (regcache_release): Declare.
2727 (find_register_by_number, register_cache_size, register_size)
2728 (find_regno): Add target_desc parameter.
2729 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
2730 declarations.
2731 * remote-utils.c: Include tdesc.h.
2732 (outreg, prepare_resume_reply): Adjust.
2733 * server.c: Include tdesc.h.
2734 (gdbserver_xmltarget): Delete declaration.
2735 (get_features_xml, process_serial_event): Adjust.
2736 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
2737 declare.
2738 (struct process_info) <tdesc>: New field.
2739 (ipa_tdesc): Declare.
2740 * tdesc.c: New file.
2741 * tdesc.h: New file.
2742 * tracepoint.c: Include tdesc.h.
2743 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
2744 (get_context_regcache): Adjust to pass ipa_tdesc down.
2745 (do_action_at_tracepoint): Adjust to get the register cache size
2746 from the context regcache's description.
2747 (traceframe_walk_blocks): Adjust to get the register cache size
2748 from the current trace frame's description.
2749 (traceframe_get_pc): Adjust to get current trace frame's
2750 description and pass it down.
2751 (gdb_collect): Adjust to get the register cache size from the
2752 IPA's description.
2753 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
2754 (gdbserver_xmltarget): Delete.
2755 (initialize_low_tracepoint): Set the ipa's target description.
2756 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
2757 (initialize_low_tracepoint): Set the ipa's target description.
2758 * linux-x86-low.c: Include tdesc.h.
2759 [__x86_64__] (is_64bit_tdesc): New.
2760 (ps_get_thread_area, x86_get_thread_area): Use it.
2761 (i386_cannot_store_register): Rename to ...
2762 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
2763 (i386_cannot_fetch_register): Rename to ...
2764 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
2765 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
2766 to new interface.
2767 (target_regsets): Rename to ...
2768 (x86_regsets): ... this.
2769 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
2770 interface.
2771 (x86_siginfo_fixup): Use is_64bit_tdesc.
2772 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
2773 (tdesc_x32_avx_linux, tdesc_x32_linux)
2774 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
2775 Declare.
2776 (x86_linux_update_xmltarget): Delete.
2777 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
2778 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
2779 (AMD64_LINUX_USER64_CS): New.
2780 (x86_linux_read_description): New, based on
2781 x86_linux_update_xmltarget.
2782 (same_process_callback): New.
2783 (x86_arch_setup_process_callback): New.
2784 (x86_linux_update_xmltarget): New.
2785 (x86_regsets_info): New.
2786 (amd64_linux_regs_info): New.
2787 (i386_linux_usrregs_info): New.
2788 (i386_linux_regs_info): New.
2789 (x86_linux_regs_info): New.
2790 (x86_arch_setup): Reimplement.
2791 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
2792 (x86_emit_ops): Ditto.
2793 (the_low_target): Adjust. Install x86_linux_regs_info,
2794 x86_cannot_fetch_register, and x86_cannot_store_register.
2795 (initialize_low_arch): New.
2796 * linux-ia64-low.c (tdesc_ia64): Declare.
2797 (ia64_fetch_register): Adjust.
2798 (ia64_usrregs_info, regs_info): New globals.
2799 (ia64_regs_info): New function.
2800 (the_low_target): Adjust.
2801 (initialize_low_arch): New function.
2802 * linux-sparc-low.c (tdesc_sparc64): Declare.
2803 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
2804 Adjust.
2805 (sparc_arch_setup): New function.
2806 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
2807 (the_low_target): Adjust.
2808 (initialize_low_arch): New function.
2809 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
2810 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
2811 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
2812 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
2813 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
2814 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
2815 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
2816 (tdesc_powerpc_isa205_vsx64l): Declare.
2817 (ppc_cannot_store_register, ppc_collect_ptrace_register)
2818 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
2819 (ppc_set_pc, ppc_get_hwcap): Adjust.
2820 (ppc_usrregs_info): Forward declare.
2821 (!__powerpc64__) ppc_regmap_adjusted: New global.
2822 (ppc_arch_setup): Adjust to the current process'es target
2823 description.
2824 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
2825 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
2826 (ppc_store_evrregset): Adjust.
2827 (target_regsets): Rename to ...
2828 (ppc_regsets): ... this, and make static.
2829 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
2830 (ppc_regs_info): New function.
2831 (the_low_target): Adjust.
2832 (initialize_low_arch): New function.
2833 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
2834 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
2835 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
2836 (tdesc_s390x_linux64v2): Declare.
2837 (s390_collect_ptrace_register, s390_supply_ptrace_register)
2838 (s390_fill_gregset, s390_store_last_break): Adjust.
2839 (target_regsets): Rename to ...
2840 (s390_regsets): ... this, and make static.
2841 (s390_get_pc, s390_set_pc): Adjust.
2842 (s390_get_hwcap): New target_desc parameter, and use it.
2843 [__s390x__] (have_hwcap_s390_high_gprs): New global.
2844 (s390_arch_setup): Adjust to set the current process'es target
2845 description. Don't adjust the regmap.
2846 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
2847 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
2848 (regs_info_3264): New globals.
2849 (s390_regs_info): New function.
2850 (the_low_target): Adjust.
2851 (initialize_low_arch): New function.
2852 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
2853 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
2854 [__mips64] (init_registers_mips_linux)
2855 (init_registers_mips_dsp_linux): Delete defines.
2856 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
2857 (have_dsp): New global.
2858 (mips_read_description): New, based on mips_arch_setup.
2859 (mips_arch_setup): Reimplement.
2860 (get_usrregs_info): New function.
2861 (mips_cannot_fetch_register, mips_cannot_store_register)
2862 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
2863 (mips_fill_fpregset, mips_store_fpregset): Adjust.
2864 (target_regsets): Rename to ...
2865 (mips_regsets): ... this, and make static.
2866 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
2867 (dsp_regs_info, regs_info): New globals.
2868 (mips_regs_info): New function.
2869 (the_low_target): Adjust.
2870 (initialize_low_arch): New function.
2871 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
2872 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
2873 Declare.
2874 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
2875 (arm_read_description): New, with bits factored from
2876 arm_arch_setup.
2877 (arm_arch_setup): Reimplement.
2878 (target_regsets): Rename to ...
2879 (arm_regsets): ... this, and make static.
2880 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
2881 (arm_regs_info): New function.
2882 (the_low_target): Adjust.
2883 (initialize_low_arch): New function.
2884 * linux-m68k-low.c (tdesc_m68k): Declare.
2885 (target_regsets): Rename to ...
2886 (m68k_regsets): ... this, and make static.
2887 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
2888 (m68k_regs_info): New function.
2889 (m68k_arch_setup): New function.
2890 (the_low_target): Adjust.
2891 (initialize_low_arch): New function.
2892 * linux-sh-low.c (tdesc_sharch): Declare.
2893 (target_regsets): Rename to ...
2894 (sh_regsets): ... this, and make static.
2895 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
2896 (sh_regs_info, sh_arch_setup): New functions.
2897 (the_low_target): Adjust.
2898 (initialize_low_arch): New function.
2899 * linux-bfin-low.c (tdesc_bfin): Declare.
2900 (bfin_arch_setup): New function.
2901 (bfin_usrregs_info, regs_info): New globals.
2902 (bfin_regs_info): New function.
2903 (the_low_target): Adjust.
2904 (initialize_low_arch): New function.
2905 * linux-cris-low.c (tdesc_cris): Declare.
2906 (cris_arch_setup): New function.
2907 (cris_usrregs_info, regs_info): New globals.
2908 (cris_regs_info): New function.
2909 (the_low_target): Adjust.
2910 (initialize_low_arch): New function.
2911 * linux-cris-low.c (tdesc_crisv32): Declare.
2912 (cris_arch_setup): New function.
2913 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
2914 (cris_regs_info): New function.
2915 (the_low_target): Adjust.
2916 (initialize_low_arch): New function.
2917 * linux-m32r-low.c (tdesc_m32r): Declare.
2918 (m32r_arch_setup): New function.
2919 (m32r_usrregs_info, regs_info): New globals.
2920 (m32r_regs_info): Adjust.
2921 (initialize_low_arch): New function.
2922 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
2923 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
2924 (tic6x_usrregs_info): Forward declare.
2925 (tic6x_read_description): New function, based on ...
2926 (tic6x_arch_setup): ... this. Reimplement.
2927 (target_regsets): Rename to ...
2928 (tic6x_regsets): ... this, and make static.
2929 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
2930 (tic6x_regs_info): New function.
2931 (the_low_target): Adjust.
2932 (initialize_low_arch): New function.
2933 * linux-xtensa-low.c (tdesc_xtensa): Declare.
2934 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
2935 (target_regsets): Rename to ...
2936 (xtensa_regsets): ... this, and make static.
2937 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
2938 globals.
2939 (xtensa_arch_setup, xtensa_regs_info): New functions.
2940 (the_low_target): Adjust.
2941 (initialize_low_arch): New function.
2942 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
2943 (nios2_arch_setup): Set the current process'es tdesc.
2944 (target_regsets): Rename to ...
2945 (nios2_regsets): ... this.
2946 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
2947 (nios2_regs_info): New function.
2948 (the_low_target): Adjust.
2949 (initialize_low_arch): New function.
a261b8f5
PA
2950 * linux-aarch64-low.c (tdesc_aarch64): Declare.
2951 (aarch64_arch_setup): Set the current process'es tdesc.
2952 (target_regsets): Rename to ...
2953 (aarch64_regsets): ... this.
2954 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
2955 (aarch64_regs_info): New function.
2956 (the_low_target): Adjust.
2957 (initialize_low_arch): New function.
3aee8918
PA
2958 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
2959 globals.
2960 (target_regsets): Rename to ...
2961 (tile_regsets): ... this.
2962 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
2963 (tile_regs_info): New function.
2964 (tile_arch_setup): Set the current process'es tdesc.
2965 (the_low_target): Adjust.
2966 (initialize_low_arch): New function.
2967 * spu-low.c (tdesc_spu): Declare.
2968 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
2969 * win32-arm-low.c (tdesc_arm): Declare.
2970 (arm_arch_setup): New function.
2971 (the_low_target): Install arm_arch_setup instead of
2972 init_registers_arm.
2973 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
2974 (init_windows_x86): Rename to ...
2975 (i386_arch_setup): ... this. Set `win32_tdesc'.
2976 (the_low_target): Adjust.
2977 * win32-low.c (win32_tdesc): New global.
2978 (child_add_thread): Don't create the thread cache here.
2979 (do_initial_child_stuff): Set the new process'es tdesc.
2980 * win32-low.h (struct target_desc): Forward declare.
2981 (win32_tdesc): Declare.
2982 * lynx-i386-low.c (tdesc_i386): Declare global.
2983 (lynx_i386_arch_setup): Set `lynx_tdesc'.
2984 * lynx-low.c (lynx_tdesc): New global.
2985 (lynx_add_process): Set the new process'es tdesc.
2986 * lynx-low.h (struct target_desc): Forward declare.
2987 (lynx_tdesc): Declare global.
2988 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
2989 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
2990 * nto-low.c (nto_tdesc): New global.
2991 (do_attach): Set the new process'es tdesc.
2992 * nto-low.h (struct target_desc): Forward declare.
2993 (nto_tdesc): Declare.
2994 * nto-x86-low.c (tdesc_i386): Declare.
2995 (nto_x86_arch_setup): Set `nto_tdesc'.
2996
b1fbec62
GB
29972013-06-04 Gary Benson <gbenson@redhat.com>
2998
2999 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
3000 to qSupported response when appropriate.
3001 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
3002 with nonzero-length annex.
3003 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
3004 arguments supplied in annex.
3005
d1ec4ce7
DE
30062013-05-31 Doug Evans <dje@google.com>
3007
ac44adcb 3008 PR server/15594
d1ec4ce7
DE
3009 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
3010 64 bits in 64-cross-32 environment.
3011
9b25f2d3
PA
30122013-05-28 Pedro Alves <palves@redhat.com>
3013
3014 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
3015 (aarch64-without-fpu.c): Delete rule.
3016 * configure.srv (aarch64*-*-linux*): Remove references to
3017 aarch64-without-fpu.o and aarch64-without-fpu.xml.
3018 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
3019 declaration.
3020
6740dc9c
PA
30212013-05-24 Pedro Alves <palves@redhat.com>
3022
3023 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
3024 instead of strchr/decode_address. Error if the range isn't split
3025 with a ','. Don't assume there's be a ':' in the action.
3026
c2d6af84
PA
30272013-05-23 Yao Qi <yao@codesourcery.com>
3028 Pedro Alves <palves@redhat.com>
3029
3030 * linux-low.c (lwp_in_step_range): New function.
3031 (linux_wait_1): If the thread was range stepping and stopped
3032 outside the stepping range, report the stop to GDB. Otherwise,
3033 continue stepping. Add range stepping debug output.
3034 (linux_set_resume_request): Copy the step range from the resume
3035 request to the lwp.
3036 (linux_supports_range_stepping): New.
3037 (linux_target_ops) <supports_range_stepping>: Set to
3038 linux_supports_range_stepping.
3039 * linux-low.h (struct linux_target_ops)
3040 <supports_range_stepping>: New field.
3041 (struct lwp_info) <step_range_start, step_range_end>: New fields.
3042 * linux-x86-low.c (x86_supports_range_stepping): New.
3043 (the_low_target) <supports_range_stepping>: Set to
3044 x86_supports_range_stepping.
3045 * server.c (handle_v_cont): Handle 'r' action.
3046 (handle_v_requests): Append ";r" if the target supports range
3047 stepping.
3048 * target.h (struct thread_resume) <step_range_start,
3049 step_range_end>: New fields.
3050 (struct target_ops) <supports_range_stepping>:
3051 New field.
3052 (target_supports_range_stepping): New macro.
3053
58794e1a
JB
30542013-05-17 Joel Brobecker <brobecker@adacore.com>
3055
3056 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
3057 confusion in comment.
3058
d631c5a7
JB
30592013-05-17 Joel Brobecker <brobecker@adacore.com>
3060
3061 * lynx-low.c (struct process_info_private): New type.
3062 (lynx_add_process): New function.
3063 (lynx_create_inferior, lynx_attach): Replace calls to
3064 add_process by calls to lynx_add_process.
3065 (lynx_resume): If PTID is null, then try using
3066 current_process()->private->last_wait_event_ptid.
3067 Add comments.
3068 (lynx_clear_inferiors): Delete. The contents of that function
3069 has been inlined in lynx_mourn;
3070 (lynx_wait_1): Save the ptid in the process's private data.
3071 (lynx_mourn): Free the process' private data. Replace call
3072 to lynx_clear_inferiors by call to clear_inferiors.
3073
96f7a20f
YQ
30742013-05-17 Yao Qi <yao@codesourcery.com>
3075
3076 * i386-low.c (i386_length_and_rw_bits): Move the comment to
3077 the right place.
3078
db0dfaa0
LM
30792013-05-16 Luis Machado <lgustavo@codesourcery.com>
3080
3081 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
3082 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
3083 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
3084 PT_TEXT_END_ADDR guards. Update comments.
3085 (linux_target_op) <read_offsets>: Conditionally define to
3086 linux_read_offsets if the target is UCLIBC and if it defines
3087 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
3088
68f5f838
SL
30892013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3090 Andrew Jenner <andrew@codesourcery.com>
3091
3092 * Makefile.in (SFILES): Add linux-nios2-low.c.
3093 (clean): Add action to delete nios2-linux.c.
3094 (nios2-linux.c): New rule.
3095 * configure.srv: Add nios2*-*-linux*.
3096 * linux-nios2-low.c: New.
3097
1ebff1fd
HAQ
30982013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3099
3100 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
3101
f6150862
HZ
31022013-04-25 Hui Zhu <hui@codesourcery.com>
3103
3104 PR gdb/15186
f6150862
HZ
3105 * ax.c (ax_printf): Add fflush.
3106
614c279d
TT
31072013-04-22 Tom Tromey <tromey@redhat.com>
3108
3109 * Makefile.in (SFILES): Add filestuff.c.
3110 (OBS): Add filestuff.o.
3111 (filestuff.o): New target.
3112 * config.in, configure: Rebuild.
3113 * configure.ac: Check for fdwalk, pipe2.
3114
7d4e5717
PA
31152013-04-17 Pedro Alves <palves@redhat.com>
3116
3117 * configure.ac (USE_THREAD_DB): Delete variable.
3118 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
3119 Don't AC_SUBST USE_THREAD_DB.
3120 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
3121 * config.in, configure: Regenerate.
3122
d5c93e41
PA
31232013-04-16 Pedro Alves <palves@redhat.com>
3124
3125 * linux-low.h (struct lwp_info) <thread_known>: Move under
3126 the USE_THREAD_DB #ifdef.
3127
04f5fe89
PA
31282013-04-16 Pedro Alves <palves@redhat.com>
3129
3130 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
3131 (linux-low.o): Delete rule.
3132 * linux-low.h: Always include "gdb_thread_db.h" instead of
3133 conditionally including thread_db.h.
3134 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
3135 HAVE_THREAD_DB_H.
3136
480b27bf
JK
31372013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3138
3139 * Makefile.in (install-only): Fix make install regression.
3140
43662968
JK
31412013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3142
3143 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3144 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
3145 installation.
3146 * gdbserver.1: Remove.
3147
3e74e146
PA
31482013-03-22 Pedro Alves <palves@redhat.com>
3149
3150 * linux-low.c (handle_extended_wait): Don't call
3151 linux_enable_event_reporting.
3152
a8347a2a
TT
31532013-03-15 Tony Theodore <tonyt@logyst.com>
3154
3155 PR build/9098:
3156 * Makefile.in (SHELL): Use @SHELL@.
3157
eeb56fa7
SDJ
31582013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3159
3160 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
3161 compiler warning.
3162
4fa7e2ff
JB
31632013-03-13 Joel Brobecker <brobecker@adacore.com>
3164
3165 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
3166 Remove extraneous NULL element.
3167
8ddb1965
YQ
31682013-03-13 Yao Qi <yao@codesourcery.com>
3169
3170 * tracepoint.c (traceframe_read_tsv): Look for the last matched
3171 'V' block in trace frame.
3172
9accd112
MM
31732013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3174
3175 * target.h (struct target_ops): Add btrace ops.
3176 (target_supports_btrace): New macro.
3177 (target_enable_btrace): New macro.
3178 (target_disable_btrace): New macro.
3179 (target_read_btrace): New macro.
3180 * gdbthread.h (struct thread_info): Add btrace field.
3181 * server.c: Include btrace-common.h.
3182 (handle_btrace_general_set): New function.
3183 (handle_btrace_enable): New function.
3184 (handle_btrace_disable): New function.
3185 (handle_general_set): Call handle_btrace_general_set.
3186 (handle_qxfer_btrace): New function.
3187 (struct qxfer qxfer_packets[]): Add btrace entry.
3188 * inferiors.c (remove_thread): Disable btrace.
3189 * linux-low: Include linux-btrace.h.
3190 (linux_low_enable_btrace): New function.
3191 (linux_low_read_btrace): New function.
3192 (linux_target_ops): Add btrace ops.
3193 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
3194 Add srv_linux_btrace=yes.
3195 (x86_64-*-linux*): Add linux-btrace.o.
3196 Add srv_linux_btrace=yes.
3197 * configure.ac: Define HAVE_LINUX_BTRACE.
3198 * config.in: Regenerated.
3199 * configure: Regenerated.
3200
5cc22e4c
MM
32012013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3202
3203 * server.c (handle_qxfer): Preserve error message if -3 is
3204 returned.
3205 (qxfer): Document the -3 return value.
3206
7c97f91e
MM
32072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3208
3209 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
3210 (linux_btrace_h): New variable.
3211 (linux-btrace.o): New rule.
3212
be9a119c 32132013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3214 Hafiz Abid Qadeer <abidh@codesourcery.com>
3215
3216 * tracepoint.c (trace_buffer_size): New global.
3217 (DEFAULT_TRACE_BUFFER_SIZE): New define.
3218 (init_trace_buffer): Change to one-argument function. Allocate
3219 trace buffer memory.
3220 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
3221 handle QTBuffer:size packet.
3222 (cmd_bigqtbuffer_size): New function.
3223 (initialize_tracepoint): Call init_trace_buffer with
3224 DEFAULT_TRACE_BUFFER_SIZE.
3225 * server.c (handle_query): Add QTBuffer:size in the
3226 supported packets.
3227
e64f7499
YQ
32282013-03-07 Yao Qi <yao@codesourcery.com>
3229
3230 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
3231 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
3232 of -1.
3233 (cmd_qtsp): Adjust condition. Do post increment.
3234 Set cur_action and cur_step_action back to 0.
3235
f0ae6fc3
PA
32362013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
3237
3238 PR server/15236
3239 * linux-low.c (linux_write_memory): Return early success if LEN is
3240 zero.
3241
b5b0b0af
CV
32422013-03-05 Corinna Vinschen <vinschen@redhat.de>
3243
334ad4a8 3244 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 3245
589bc927
TT
32462013-02-28 Tom Tromey <tromey@redhat.com>
3247
3248 * configure.ac: Invoke AC_SYS_LARGEFILE.
3249 * configure, config.in: Rebuild.
3250
dfe07582
CV
32512013-02-28 Corinna Vinschen <vinschen@redhat.com>
3252
3253 * win32-low.c: Throughout, fix format strings and casts of
3254 printf-like functions to avoid type related warnings on all
3255 platforms.
3256 (get_child_debug_event): Print dwDebugEventCode as hex since
3257 that's how it's usually documented.
3258
736cd585
YQ
32592013-02-28 Yao Qi <yao@codesourcery.com>
3260
3261 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
3262 pulongest.
3263
e1f58301
JW
32642013-02-27 Jiong Wang <jiwang@tilera.com>
3265
3266 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
3267 (reg-tilegx32.c): New rule.
3268 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
3269 * linux-tile-low.c (tile_arch_setup): New function. Invoke
3270 different register info initializer according to elf class.
3271 (init_registers_tilgx32): New function. The tilegx32 register info
3272 initializer.
3273 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
3274 (tile_store_gregset): Likewise.
3275
d171ca78
YQ
32762013-02-27 Yao Qi <yao@codesourcery.com>
3277
3278 * server.c (process_point_options): Print debug message when
3279 debug_threads is true.
3280
282bbdf3
YQ
32812013-02-26 Yao Qi <yao@codesourcery.com>
3282
3283 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
3284
aca22551
PA
32852013-02-19 Pedro Alves <palves@redhat.com>
3286 Kai Tietz <ktietz@redhat.com>
3287
3288 PR gdb/15161
3289
3290 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
3291 instead of strtoul to extract address from packet.
3292 (process_serial_event) <'z'>: Likewise.
3293
4f3cee1c
YQ
32942013-02-18 Yao Qi <yao@codesourcery.com>
3295
3296 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
3297
8e1d55a3
PA
32982013-02-14 Pedro Alves <palves@redhat.com>
3299
3300 Plug memory leak.
3301
3302 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
3303 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
3304
458820da
PA
33052013-02-14 Pedro Alves <palves@redhat.com>
3306
3307 * tracepoint.c (cmd_qtdpsrc): Use savestring.
3308
baea0dae
PA
33092013-02-14 Pedro Alves <palves@redhat.com>
3310
3311 * tracepoint.c (save_string): Delete.
3312 (add_tracepoint_action): Use savestring instead of save_string.
3313
0b1afbb3
PA
33142013-02-12 Pedro Alves <palves@redhat.com>
3315
3316 * linux-xtensa-low.c: Ditto.
3317 * xtensa-xtregs.c: Ditto.
3318
8a4ac37e
PA
33192013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3320
3321 * thread-db.c (thread_db_get_tls_address): NULL pointer check
3322 thread_db.
3323
148de6bb
MS
33242013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3325
3326 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
3327 aarch64_num_wp_regs and aarch64_num_bp_regs to
3328 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
3329
55fac6e0
MS
33302013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3331
3332 * linux-aarch64-low.c (ps_get_thread_area): Replace
3333 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
3334
176eb98c
MS
33352013-02-04 Jim MacArthur <jim.macarthur@arm.com>
3336 Marcus Shawcroft <marcus.shawcroft@arm.com>
3337 Nigel Stephens <nigel.stephens@arm.com>
3338 Yufeng Zhang <yufeng.zhang@arm.com>
3339
3340 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
3341 (aarch64.c, aarch64-without-fpu.c): New targets.
3342 * configure.srv (aarch64*-*-linux*): New.
3343 * linux-aarch64-low.c: New file.
3344
56f7af9c
MS
33452013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
3346
43aaf8b6 3347 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
3348 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
3349 (dequeue_one_deferred_signal, linux_resume_one_thread)
3350 (fetch_register, linux_write_memory, linux_enable_event_reporting)
3351 (linux_tracefork_grandchild, linux_test_for_tracefork)
3352 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
3353 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
3354 where the argument is 0.
3355
60f662b0
YQ
33562013-01-25 Yao Qi <yao@codesourcery.com>
3357
3358 * event-loop.c: Include "queue.h".
3359 (gdb_event_p): New typedef.
3360 (struct gdb_event) <next_event>: Remove.
3361 (event_queue): Change to QUEUE(gdb_event_p).
3362 (async_queue_event): Remove.
3363 (gdb_event_xfree): New.
3364 (initialize_event_loop): New.
3365 (process_event): Use API from QUEUE.
3366 (wait_for_event): Likewise.
3367 * server.c (main): Call initialize_event_loop.
3368 * server.h (initialize_event_loop): Declare.
3369
5ae4861a
YQ
33702013-01-18 Yao Qi <yao@codesourcery.com>
3371
3372 * ax.h (struct eval_agent_expr_context): New.
3373 (gdb_eval_agent_expr): Update declaration.
3374 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
3375 TFRAME. Add new argument CTX.
3376 * server.h (struct eval_agent_expr_context): Declare.
3377 (agent_mem_read, agent_tsv_read): Update declaration.
3378 (agent_mem_read_string): Likewise.
3379 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
3380 (add_traceframe_block): Add new argument TPOINT.
3381 Increase TPOINT->traceframe_usage.
3382 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
3383 eval_tracepoint_agent_expr.
3384 (condition_true_at_tracepoint): Likewise.
3385 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
3386 (agent_mem_read_string, agent_tsv_read): Likewise.
3387
85e00e85
YQ
33882013-01-16 Yao Qi <yao@codesourcery.com>
3389
3390 * linux-low.c (linux_resume_one_lwp): Don't check
3391 'lwp->bp_reinsert != 0'.
3392
4039cf45
JB
33932013-01-07 Joel Brobecker <brobecker@adacore.com>
3394 Pedro Alves <palves@redhat.com>
3395
3396 * lynx-low.c (ptrace_request_to_str): Define a temporary
3397 macro and use it to simplify this function's implementation.
3398
9044dee2
JB
33992013-01-07 Joel Brobecker <brobecker@adacore.com>
3400
3401 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
3402 sets errno.
3403
e6352c8f
JB
34042013-01-07 Joel Brobecker <brobecker@adacore.com>
3405
3406 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
3407
50681a27
JB
34082013-01-07 Joel Brobecker <brobecker@adacore.com>
3409
3410 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
3411
3f6e77ef
JB
34122013-01-07 Joel Brobecker <brobecker@adacore.com>
3413
3414 * lynx-low.c (lynx_resume): Use the resume_info parameter
3415 to determine the ptid for the lynx_ptrace call, unless
3416 it is equal to minus_one_ptid, in which case we use the
3417 ptid of the current_inferior.
3418 (lynx_wait_1): After having received a thread create/exit
3419 event, resume the inferior's execution using the signaling
3420 thread's ptid, rather than the old ptid.
3421
7fda33ae
JB
34222013-01-07 Joel Brobecker <brobecker@adacore.com>
3423
3424 * lynx-low.c (lynx_resume): Delete variable ret.
3425
b9786c74
JB
34262013-01-01 Joel Brobecker <brobecker@adacore.com>
3427
3428 * gdbreplay.c (gdbreplay_version): Update copyright year.
3429 * server.c (gdbserver_version): Likewise.
3430
8b93d60f
JB
34312012-12-17 Joel Brobecker <brobecker@adacore.com>
3432
3433 * lynx-low.c (lynx_wait_1): Add debug trace before adding
3434 new thread.
3435
037335a7
JB
34362012-12-17 Joel Brobecker <brobecker@adacore.com>
3437
3438 * lynx-low.c (ptrace_request_to_str): Add handling for
3439 PTRACE_GETTRACESIG.
3440
52d4cbd8
JB
34412012-12-17 Joel Brobecker <brobecker@adacore.com>
3442
3443 * lynx-low.c (lynx_attach): Delete variable new_process.
3444
ab8f6ca9
JB
34452012-12-17 Joel Brobecker <brobecker@adacore.com>
3446
3447 * lynx-low.c (lynx_create_inferior): Delete variable
3448 new_process.
3449
78cbc024
JB
34502012-12-17 Joel Brobecker <brobecker@adacore.com>
3451
3452 * lynx-low.c (ptrace_request_to_str): Do not handle
3453 PTRACE_GETTHREADLIST if this macro does not exist.
3454
14a00470
YQ
34552012-12-15 Yao Qi <yao@codesourcery.com>
3456
3457 * Makefile.in (OBS): Add notif.o.
3458 * notif.c, notif.h: New.
3459 * server.c: Include "notif.h".
3460 (struct vstop_notif) <next>: Remove.
3461 <base>: New field.
3462 (queue_stop_reply): Update.
3463 (push_event, send_next_stop_reply): Remove.
3464 (discard_queued_stop_replies): Update.
3465 (notif_stop): New variable.
3466 (handle_v_stopped): Remove.
3467 (handle_v_requests): Don't call handle_v_stopped. Call
3468 handle_ack_notif instead.
3469 (queue_stop_reply_callback): Call notif_event_enque instead
3470 of queue_stop_reply.
3471 (handle_status): Don't call send_next_stop_reply, call
3472 notif_write_event instead.
3473 (kill_inferior_callback): Likewise.
3474 (detach_or_kill_inferior_callback): Likewise.
3475 (main): Call initialize_notif.
3476 (process_serial_event): Call QUEUE_is_empty.
3477 (handle_target_event): Call notif_push instead of push event.
3478 * server.h (push_event): Remove declaration.
3479
61c125b9
TT
34802012-12-10 Tom Tromey <tromey@redhat.com>
3481
3482 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
3483 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
3484 macros.
3485 (.c.o): Rewrite.
3486 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
3487 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
3488 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
3489 (amd64-linux-ipa.o, ax.o): Rewrite.
3490 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
3491 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
3492 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
3493 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
3494 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
3495 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
3496 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
3497 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
3498 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
3499 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
3500 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
3501 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
3502 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
3503 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
3504 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
3505 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
3506 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
3507 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
3508 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
3509 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
3510 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
3511 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
3512 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
3513 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
3514 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
3515 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
3516 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
3517 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
3518 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
3519 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
3520 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
3521 (reg-tilegx.o): Remove.
3522 (all_object_files): New macro.
3523 Include .deps files.
3524 * aclocal.m4, configure: Rebuild.
3525 * acinclude.m4: Include depstand.m4, lead-dot.m4.
3526 * configure.ac: Invoke ZW_CREATE_DEPDIR,
3527 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
3528
e90e9ad9
TT
35292012-12-05 Tom Tromey <tromey@redhat.com>
3530
3531 PR gdb/14917:
3532 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
3533
02d403bf 35342012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
3535
3536 * configure.ac: Check for linux/perf_event.h.
3537 * config.in: Regenerated.
3538 * configure: Regenerated.
3539
0270a750
PA
35402012-11-26 Maxime Villard <rustyBSD@gmx.fr>
3541
3542 * hostio.c (handle_readlink): Decrease buffer size
3543 parameter passed to readlink by one byte.
3544
8c29b58e
YQ
35452012-11-26 Yao Qi <yao@codesourcery.com>
3546
3547 * configure.ac (build_warnings): Append '-Wempty-body'.
3548 * configure: Regenerated.
3549 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
3550 body.
3551
8bdce1ff
PM
35522012-11-15 Pierre Muller <muller@sourceware.org>
3553
3554 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
3555 * config.in: Regenerate.
3556 * configure: Regenerate.
3557 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
3558 Use "gdb_wait.h" header instead of <sys/wait.h> header.
3559 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3560 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
3561 header.
3562 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
3563 instead of <sys/wait.h> header.
3564 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3565
02d403bf 35662012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
3567
3568 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
3569 (various make rules): Remove -DGDBSERVER
3570
fbd5db48
YQ
35712012-11-09 Yao Qi <yao@codesourcery.com>
3572
3573 * spu-low.c (current_ptid): Move it to ..
3574 * gdbthread.h: ... here. New.
3575 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
3576 * server.c (myresume, process_serial_event): Likewise.
3577 * thread-db.c (thread_db_find_new_threads): Likewise.
3578 * tracepoint.c (run_inferior_command): Likewise.
3579
b3dc46ff
AB
35802012-10-01 Andrew Burgess <aburgess@broadcom.com>
3581
3582 * server.c (handle_search_memory_1): Include access length in
3583 warning message.
3584
07c04788
HPN
35852012-09-05 Michael Brandt <michael.brandt@axis.com>
3586
3587 * linux-crisv32-low.c: Fix compile errors.
3588
918d227b
YQ
35892012-09-04 Yao Qi <yao@codesourcery.com>
3590
3591 * tracepoint.c (cmd_qtsv): Adjust debug message.
3592 Don't check CUR_TPOINT.
3593
18c1b81a
YQ
35942012-08-28 Yao Qi <yao@codesourcery.com>
3595
3596 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
3597 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
3598 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
3599 Remove declarations of xmalloc, xreallloc, xstrdup and
3600 freeargv.
3601 * Makefile.in (libiberty_h): New.
3602 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
3603 (linux-bfin-low.o): Append dependency 'libiberty.h'.
3604
dc82f37b
YQ
36052012-08-23 Yao Qi <yao@codesourcery.com>
3606
3607 * server.h: Remove declaration of 'xsnprintf'.
3608
406b1477
KS
36092012-08-22 Keith Seitz <keiths@redhat.com>
3610
3611 * server.h: Include build-gnulib-gbserver/config.h.
3612 * gdbreplay.c: Likewise.
3613
e6712ff1
DE
36142012-08-08 Doug Evans <dje@google.com>
3615
3616 * Makefile.in (SFILES): Add gdb_vecs.c.
3617 (OBS): Add gdb_vecs.o.
3618 (gdb_vecs_h, host_defs_h): New variables.
3619 (thread-db.o): Add $(gdb_vecs_h) dependency.
3620 (gdb_vecs.o): New rule.
3621 * thread-db.c: #include "gdb_vecs.h".
3622 (thread_db_load_search): Use a vector to iterate over path elements.
3623 Handle text appearing after "$pdir".
3624
3625 * configure.ac: Add check for strstr.
3626 * config.in: Regenerate.
3627 * configure: Regenerate.
3628
7c3270ae
UW
36292012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3630
3631 * hostio.c (handle_pread): If pread fails, fall back to attempting
3632 lseek/read.
3633 (handle_pwrite): Likewise for pwrite.
3634
b62e2b27
UW
36352012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3636
3637 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
3638 between unsupported TYPE and unimplementable ADDR/LEN combination.
3639 (arm_insert_point): Act on new return value.
3640
78a99e91
PA
36412012-07-31 Pedro Alves <palves@redhat.com>
3642
3643 * server.c (process_point_options): Only skip tokens if we find
3644 one that is unrecognized. Don't treat 'X' specially while
3645 skipping unrecognized tokens.
3646
fcf303ab
UW
36472012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3648
3649 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
3650 to 4-byte-align HW breakpoint addresses for Thumb.
3651
7255706c
YQ
36522012-07-27 Yao Qi <yao@codesourcery.com>
3653
3654 PR remote/14161.
3655
3656 * server.h: Declare gdb_agent_about_to_close.
3657 * target.c (kill_inferior): Include "agent.h".
3658 New. Send command 'kill'.
3659 * target.h (kill_inferior): Removed macro.
3660 * tracepoint.c (gdb_agent_about_to_close): New.
3661 (gdb_agent_helper_thread): Handle command 'close'.
3662 Wait endlessly until the inferior stops.
3663 Install gdb_agent_remove_socket to atexit hook.
3664 (agent_socket_name): New static variable.
3665 (gdb_agent_socket_init): Replace local variable 'name' with
3666 'agent_socket_name'.
3667 (gdb_agent_remove_socket): New.
3668
5a3f286f
YQ
36692012-07-27 Yao Qi <yao@codesourcery.com>
3670
3671 * server.c (process_point_options): Stop at 'X' when parsing.
3672
961bd387
ME
36732012-07-19 Michael Eager <eager@eagercon.com>
3674
a261b8f5 3675 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
3676 to hw_execute.
3677 * linux-x86-low.c (x86_insert_point, x86_remove_point):
3678 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
3679 hardware breakpoint.
3680
aa7c7447
JK
36812012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3682
3683 * gdbserver/linux-low.c (initialize_low): Call
3684 linux_ptrace_init_warnings.
3685
7f216e7c
DE
36862012-07-02 Doug Evans <dje@google.com>
3687
3688 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
3689 pointer to int.
3690
d3ce09f5
SS
36912012-07-02 Stan Shebs <stan@codesourcery.com>
3692
3693 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
3694 (ax.o): Add it to build rule.
3695 (ax-ipa.o): Ditto.
3696 (OBS): Add format.o.
3697 (IPA_OBS): Add format.o.
3698 * server.c (handle_query): Claim support for breakpoint commands.
3699 (process_point_options): Add command case.
3700 (process_serial_event): Leave running if there are printfs in
3701 effect.
3702 * mem-break.h (any_persistent_commands): Declare.
3703 (add_breakpoint_commands): Declare.
3704 (gdb_no_commands_at_breakpoint): Declare.
3705 (run_breakpoint_commands): Declare.
3706 * mem-break.c (struct point_command_list): New struct.
3707 (struct breakpoint): New field command_list.
3708 (any_persistent_commands): New function.
3709 (add_commands_to_breakpoint): New function.
3710 (add_breakpoint_commands): New function.
3711 (gdb_no_commands_at_breakpoint): New function.
3712 (run_breakpoint_commands): New function.
3713 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
3714 locally.
3715 * ax.c: Include format.h.
3716 (ax_printf): New function.
3717 (gdb_eval_agent_expr): Add printf opcode.
3718
2f8f6aed
YQ
37192012-06-13 Yao Qi <yao@codesourcery.com>
3720
3721 * server.c (start_inferior): Remove duplicated writes to fields
3722 'last_resume_kind' and 'last_status' of 'current_inferior'.
3723
0c9070b3
YQ
37242012-06-12 Yao Qi <yao@codesourcery.com>
3725 Pedro Alves <palves@redhat.com>
3726
3727 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
3728 comment.
3729 * server.c (handle_v_cont): Extend comment.
3730
c52daf70
YQ
37312012-06-11 Yao Qi <yao@codesourcery.com>
3732
3733 * linux-low.c (linux_attach): Add 'static'.
3734
d38bbb0a
YQ
37352012-06-06 Yao Qi <yao@codesourcery.com>
3736
3737 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
3738
89dc0afd
JK
37392012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Fix gcc -flto compilation warning.
3742 * server.c (main): Make variable multi_mode and attach volatile.
3743
75f62ce7
TJB
37442012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3745
3746 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
3747 if the platform doesn't know about it.
3748
65f479b6
PA
37492012-05-30 Jeff Kenton <jkenton@tilera.com>
3750
3751 * Makefile.in (SFILES): Add linux-tile-low.c.
3752 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
3753 * configure.srv: Handle tilegx-*-linux*.
3754 * linux-tile-low.c: New file.
3755
0c5bf5a9
JK
37562012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
3759
a493e3e2
PA
37602012-05-24 Pedro Alves <palves@redhat.com>
3761
3762 PR gdb/7205
3763
43aaf8b6 3764 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 3765
2ea28649
PA
37662012-05-24 Pedro Alves <palves@redhat.com>
3767
3768 PR gdb/7205
3769
3770 Replace target_signal with gdb_signal throughout.
3771
8d409d16
MR
37722012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3773
3774 * linux-low.c (linux_store_registers): Avoid the copying sequence
3775 when no data has been retrieved by ptrace.
3776
23512c01
MGD
37772012-05-22 Will Deacon <will.deacon@arm.com>
3778
3779 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
3780 Include asm/ptrace.h.
3781 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
3782 already defined.
3783
4934b29e
MR
37842012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3785
3786 * linux-low.c (linux_store_registers): Don't re-retrieve data
3787 with ptrace that has already been obtained from /proc. Always
3788 copy any data retrieved with ptrace to the buffer supplied.
3789
bde24c0a
PA
37902012-05-11 Yao Qi <yao@codesourcery.com>
3791 Pedro Alves <palves@redhat.com>
3792
3793 * linux-low.c (enum stopping_threads_kind): New.
3794 (stopping_threads): Change type to `enum stopping_threads_kind'.
3795 (handle_extended_wait): If stopping and suspending threads, leave
3796 the new_lwp suspended too.
3797 (linux_wait_for_event): Adjust.
3798 (stop_all_lwps): Set `stopping_threads' to
3799 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
3800 whether we're suspending threads or just stopping them. Assert no
3801 recursion happens.
3802
623b6bdf
YQ
38032012-04-29 Yao Qi <yao@codesourcery.com>
3804
3805 * server.h: Move some code to ...
3806 * gdbthread.h: ... here. New.
3807 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
3808 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
3809 (nto-low.o, win32-low.o): Likewise.
3810 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
3811 * regcache.c, remote-utils.c, server.c: Likewise.
3812 * target.c, tracepoint.c, win32-low.c: Likewise.
3813
f15f9948
TJB
38142012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3815
3816 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
3817 (PTRACE_ARG4_TYPE): Likewise.
3818 (PTRACE_XFER_TYPE): Likewise.
3819 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
3820 ptrace to PTRACE_ARG3_TYPE.
3821 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
3822 (PTRACE_ARG4_TYPE): Likewise.
3823 (PTRACE_XFER_TYPE): Likewise.
3824 (linux_detach_one_lwp): Cast fourth argument of
3825 ptrace to long then PTRACE_ARG4_TYPE.
3826 (regsets_fetch_inferior_registers): Cast third argument of
3827 ptrace to long then PTRACE_ARG3_TYPE.
3828 (regsets_store_inferior_registers): Likewise.
3829
38ea300a
PA
38302012-04-20 Pedro Alves <palves@redhat.com>
3831
3832 * configure: Regenerate.
3833
c971b7fa
PA
38342012-04-19 Pedro Alves <palves@redhat.com>
3835
43aaf8b6 3836 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 3837 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
3838 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
3839 (all, install-only, uninstall, clean-info, all-lib, clean): No
3840 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
3841 (maintainer-clean realclean distclean): Use subdir_do.
3842 (subdir_do): New.
3843 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 3844 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
3845 * acinclude.m4: Include acx_configure_dir.m4.
3846 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
3847 calls. Call AC_PROG_RANLIB. Configure gnulib using
3848 ACX_CONFIGURE_DIR.
3849 (GNULIB): New.
3850 (GNULIB_STDINT_H): Adjust.
3851 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
3852 * gdbreplay.c: Include build-gnulib/config.h.
3853 * server.h: Likewise.
3854 * aclocal.m4: Regenerate.
3855 * config.in: Regenerate.
3856 * configure: Regenerate.
c971b7fa 3857
809277f8
PA
38582012-04-19 Pedro Alves <palves@redhat.com>
3859
3860 * Makefile.in (LIBGNU, INCGNU): Adjust.
3861 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
3862 (all, install-only, uninstall, clean-info, all-lib, clean)
3863 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
3864 * configure.ac: Adjust AC_OUTPUT output.
3865 * aclocal.m4: Regenerate.
3866 * configure: Regenerate.
3867
fd9bb8b8
PA
38682012-04-19 Pedro Alves <palves@redhat.com>
3869
3870 * Makefile.in (generated_files): New.
3871 (server_h): Remove the explicit dependency on config.h, and depend
3872 on $generated_files.
3873
1c298c66
PA
38742012-04-19 Pedro Alves <palves@redhat.com>
3875
3876 * Makefile.in (INCGNU): Add -Ignulib.
3877
57c4b50b
PA
38782012-04-19 Pedro Alves <palves@redhat.com>
3879
3880 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
3881 (INCGNU): ... this, and spell out -I here.
3882 (GNULIB_LIB): Rename to ...
3883 (LIBGNU): ... this.
3884 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
3885
1030e047
PA
38862012-04-19 Pedro Alves <palves@redhat.com>
3887
3888 * config.in: Regenerate.
3889
447d4319
PA
38902012-04-19 Pedro Alves <palves@redhat.com>
3891
3892 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
3893 * server.h (memmem): Remove declaration.
3894 * config.in: Regenerate.
3895 * configure: Regenerate.
3896
aad9eab9
YQ
38972012-04-19 Yao Qi <yao@codesourcery.com>
3898
3899 * Makefile.in (SFILES): Add common/vec.c.
3900 (OBS): Add vec.o.
3901 (vec.o): New rule.
3902
3e10640f
YQ
39032012-04-19 Yao Qi <yao@codesourcery.com>
3904
3905 * remote-utils.c (prepare_resume_reply): Replace with macro
3906 target_core_of_thread.
3907 * server.c (handle_qxfer_threads_proper): Likewise.
3908 * target.h (traget_core_of_thread): New macro.
3909
71622373
PA
39102012-04-18 Pedro Alves <palves@redhat.com>
3911
3912 * aclocal.m4: Regenerate.
3913 * configure: Regenerate.
3914
80d26939
YQ
39152012-04-16 Yao Qi <yao@codesourcery.com>
3916
3917 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
3918 duplicated on address.
3919
42476b70
YQ
39202012-04-16 Yao Qi <yao@codesourcery.com>
3921
3922 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
3923 (struct tracepoint_action_ops) <send>: New field.
3924 (m_tracepoint_action_send, r_tracepoint_action_send): New.
3925 (agent_expr_send, x_tracepoint_action_send): New.
3926 (l_tracepoint_action_send): New.
3927 (cmd_qtdp): Download and install tracepoint
3928 according to `use_agent'.
3929 (run_inferior_command): Add one more parameter `len'.
3930 Update callers.
3931 (tracepoint_send_agent): New.
3932 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
3933
7bc83639
YQ
39342012-04-16 Yao Qi <yao@codesourcery.com>
3935
3936 * tracepoint.c (download_tracepoints): Moved to ...
3937 (cmd_qtstart): ... here.
3938
5f18041e
YQ
39392012-04-14 Yao Qi <yao@codesourcery.com>
3940
3941 * tracepoint.c: Include inttypes.h.
3942 (struct collect_memory_action): Use sized types.
3943 (struct tracepoint): Likewise.
3944 (cmd_qtdp, stop_tracing): Update print specifiers.
3945 (cmd_qtp, response_tracepoint): Likewise.
3946 (collect_data_at_tracepoint): Likewise.
3947 (collect_data_at_step): Likewise.
3948
55a8c076
YQ
39492012-04-14 Yao Qi <yao@codesourcery.com>
3950
3951 Import gnulib module inttypes.
3952 * aclocal.m4, config.in, configure: Regenerated.
3953
dc750257
YQ
39542012-04-14 Yao Qi <yao@codesourcery.com>
3955
3956 * Makefile.in (maintainer-clean, realclean, distclean): Remove
3957 Makefile and config.status at last.
3958
0ab5faf9
YQ
39592012-04-13 Yao Qi <yao@codesourcery.com>
3960
3961 * tracepoint.c: Include stdint.h unconditionally.
3962
18f5fd81
TJB
39632012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3964
3965 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
3966 on BFD_HAVE_SYS_PROCFS_TYPE.
3967 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
3968 * configure: Regenerate.
3969 * config.in: Likewise.
3970
4d47af5c
L
39712012-04-13 H.J. Lu <hongjiu.lu@intel.com>
3972
3973 * Makefile.in (clean): Also remove x32.c x32-linux.c
3974 x32-avx.c x32-avx-linux.c.
3975 (x32.o): New target.
3976 (x32.c): Likewise.
3977 (x32-linux.o): Likewise.
3978 (x32-linux.c): Likewise.
3979 (x32-avx.o): Likewise.
3980 (x32-avx.c): Likewise.
3981 (x32-avx-linux.o): Likewise.
3982 (x32-avx-linux.c): Likewise.
3983
3984 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
3985 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
3986 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
3987 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
3988 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
3989 i386/x32-avx-linux.xml.
3990
3991 * linux-x86-low.c (init_registers_x32_linux): New prototype.
3992 (init_registers_x32_avx_linux): Likwise.
3993 (x86_linux_update_xmltarget): Call init_registers_x32_linux
3994 or init_registers_x32_avx_linux if linux_is_elf64 is false.
3995
ecedbe58
PA
39962012-04-13 Pedro Alves <palves@redhat.com>
3997
3998 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
3999 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
4000 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
4001 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
4002 the sub-make.
4003
c92b5177
L
40042012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4005
4006 * linux-x86-low.c (compat_x32_clock_t): New.
4007 (compat_x32_siginfo_t): Likewise.
4008 (compat_x32_siginfo_from_siginfo): Likewise.
4009 (siginfo_from_compat_x32_siginfo): Likewise.
4010 (linux_is_elf64): Likewise.
4011 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4012 and siginfo_from_compat_x32_siginfo for x32.
4013 (x86_arch_setup): Set linux_is_elf64.
4014
214d508e
L
40152012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4016
4017 PR gdb/13969
4018 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
4019 e_machine field.
4020 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
4021 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
4022 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
4023 compatible with process.
4024
c9a1864a
YQ
40252012-04-12 Yao Qi <yao@codesourcery.com>
4026
4027 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
4028 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
4029 (install-only, install-info, clean): Handle sub dir gnulib.
4030 (all-lib, am--refresh): New targets.
4031 (memmem.o): Remove target.
4032 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
4033 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
4034 (AC_REPLACE_FUNCS): Remove memmem.
4035 Invoke gl_INIT and AM_INIT_AUTOMAKE.
4036 (AC_OUTPUT): Generate Makefile in gnulib/.
4037 * aclocal.m4, config.in, configure: Regenerated.
4038
367ba2c2
MR
40392012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4040
4041 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
4042
9d236627
PA
40432012-04-05 Pedro Alves <palves@redhat.com>
4044
4045 -Werror=strict-aliasing
4046
4047 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
4048 pointer.
4049
111217b3
PA
40502012-04-04 Pedro Alves <palves@redhat.com>
4051
4052 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4053 (sparc_store_gregset_from_stack, sparc_store_gregset)
4054 (sparc_breakpoint_at): Fix formatting.
4055
8365dcf5
TJB
40562012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4057
4058 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
4059 are available.
4060 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
4061 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
4062 * config.in: Regenerate.
4063 * configure: Likewise.
4064
689cc2ae
PA
40652012-03-29 Pedro Alves <palves@redhat.com>
4066
4067 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
4068 Correct ptrace arguments.
4069
c14dfd32
PA
40702012-03-28 Pedro Alves <palves@redhat.com>
4071
4072 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
4073 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
4074 (IA64_FR1_REGNUM): New defines.
4075 (ia64_fetch_register): New.
4076 (the_low_target): Install it.
4077 * linux-low.h (struct linux_target_ops) <fetch_register>: New
4078 field.
4079 * linux-low.c (linux_fetch_registers): Try the
4080 the_low_target.fetch_register hook first.
4081
4082 * linux-arm-low.c (the_low_target): Adjust.
4083 * linux-bfin-low.c (the_low_target): Adjust.
4084 * linux-cris-low.c (the_low_target): Adjust.
4085 * linux-crisv32-low.c (the_low_target): Adjust.
4086 * linux-m32r-low.c (the_low_target): Adjust.
4087 * linux-m68k-low.c (the_low_target): Adjust.
4088 * linux-mips-low.c (the_low_target): Adjust.
4089 * linux-ppc-low.c (the_low_target): Adjust.
4090 * linux-s390-low.c (the_low_target): Adjust.
4091 * linux-sh-low.c (the_low_target): Adjust.
4092 * linux-sparc-low.c (the_low_target): Adjust.
4093 * linux-tic6x-low.c (the_low_target): Adjust.
4094 * linux-x86-low.c (the_low_target): Adjust.
4095 * linux-xtensa-low.c (the_low_target): Adjust.
4096
63c88e13
PA
40972012-03-26 Pedro Alves <palves@redhat.com>
4098
4099 * server.c (handle_qxfer_libraries): Don't bail early if
4100 the_target->qxfer_libraries_svr4 is not NULL.
4101
fb723180
PA
41022012-03-26 Pedro Alves <palves@redhat.com>
4103
4104 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
4105
0afae3cf
PA
41062012-03-23 Pedro Alves <palves@redhat.com>
4107
4108 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
4109 "library-list-svr4" element's start tag when the the DSO list is
4110 empty.
4111
485f1ee4
PA
41122012-03-23 Pedro Alves <palves@redhat.com>
4113
4114 * linux-low.c (read_one_ptr): Read the inferior's pointer through
4115 a variable whose type size is the same as the inferior's pointer
4116 size.
4117
a5362b9a
TS
41182012-03-21 Thomas Schwinge <thomas@codesourcery.com>
4119
4120 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
4121 struct siginfo.
4122 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
4123 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
4124 * linux-low.h: Include <signal.h>.
4125 (struct siginfo): Remove forward declaration.
4126 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
4127 struct siginfo.
4128
d226c142
MF
41292012-03-21 Mike Frysinger <vapier@gentoo.org>
4130
4131 * .gitignore: Ignore more files.
4132
122f36ef
PA
41332012-03-19 Pedro Alves <palves@redhat.com>
4134 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 * server.c (cont_thread, general_thread): Add describing comments.
4137 (start_inferior): Clear `cont_thread'.
4138 (handle_v_cont): Don't set `cont_thread' if resuming all threads
4139 of a process.
4140
fc3e5175
YQ
41412012-03-15 Yao Qi <yao@codesourcery.com>
4142
4143 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
4144 handling to ...
4145 (cmd_qtdp): ... here.
4146
8d0d92cd
YQ
41472012-03-15 Yao Qi <yao@codesourcery.com>
4148
4149 * tracepoint.c (struct tracepoint_action_ops): New.
4150 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
4151 (m_tracepoint_action_download): New.
4152 (r_tracepoint_action_download): New.
4153 (x_tracepoint_action_download): New.
4154 (l_tracepoint_action_download): New.
4155 (add_tracepoint_action): Install `action->ops' according type.
4156 (download_tracepoint_1): Move code `download' function pointer
4157 of various tracepoint_action_ops.
4158
87b0bb13
JK
41592012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
4162 linux_ptrace_attach_warnings.
4163
5f572dec
JK
41642012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4165
4166 * Makefile.in (linux-ptrace.o): New.
4167 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
4168 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
4169 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
4170 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
4171 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
4172 of these targets.
4173 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
4174
f4647387
YQ
41752012-03-08 Yao Qi <yao@codesourcery.com>
4176 Pedro Alves <palves@redhat.com>
4177
4178 Fix PR server/13392.
4179 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
4180 offset of JMP insn.
4181 * tracepoint.c (remove_tracepoint): New.
4182 (cmd_qtdp): Call remove_tracepoint when failed to install.
4183
9b224c5e
PA
41842012-03-07 Pedro Alves <palves@redhat.com>
4185
4186 * linux-low.c (get_detach_signal): New.
4187 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
4188 Pass on pending signals to PTRACE_DETACH. Check the result of the
4189 ptrace call.
4190 * server.c (program_signals, program_signals_p): New.
4191 (handle_general_set): Handle QProgramSignals.
4192 * server.h (program_signals, program_signals_p): Declare.
4193
e237a7e2
JK
41942012-03-05 Pedro Alves <palves@redhat.com>
4195 Jan Kratochvil <jan.kratochvil@redhat.com>
4196
4197 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
4198 New comment why.
4199
5808517f
YQ
42002012-03-03 Yao Qi <yao@codesourcery.com>
4201
4202 * tracepoint.c (tracepoint_look_up_symbols): Update call to
4203 agent_look_up_symbols.
4204
58b4daa5
YQ
42052012-03-03 Yao Qi <yao@codesourcery.com>
4206
4207 * Makefile.in (linux-low.o): Keep dependence on agent.h.
4208 (linux-x86-low.o): Likewise.
4209 * server.h: Remove in_process_agent_loaded.
4210 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
4211 common/agent.c.
4212 Update callers.
4213
8ffcbaaf
YQ
42142012-03-03 Yao Qi <yao@codesourcery.com>
4215
4216 * tracepoint.c (gdb_agent_capability): New global.
4217 (in_process_agent_loaded_ust): Renamed to
4218 `in_process_agent_supports_ust'.
4219 Update callers.
4220 (in_process_agent_supports_ust): Call agent_capability_check.
4221 (clear_installed_tracepoints): Assert that agent supports
4222 agent.
4223
d1feda86
YQ
42242012-03-03 Yao Qi <yao@codesourcery.com>
4225
4226 * linux-low.c (linux_supports_agent): New.
4227 (linux_target_ops): Initialize field `supports_agent' with
4228 linux_supports_agent.
4229 * target.h (struct target_ops) <supports_agent>: New.
4230 (target_supports_agent): New macro.
4231 * server.c (handle_general_set): Handle packet 'QAgent'.
4232 (handle_query): Send `QAgent+'.
4233 * Makefile.in (server.o): Depends on agent.h.
4234
2fa291ac
YQ
42352012-03-03 Yao Qi <yao@codesourcery.com>
4236
4237 * Makefile.in (OBS): Add agent.o.
4238 Add new rule for agent.o.
4239 Track dependence of tracepoint.c on agent.h.
4240 * tracepoint.c (run_inferior_command_1):
4241 (run_inferior_command): Call agent_run_command.
4242 (gdb_ust_connect_sync_socket): Deleted. Move it to
4243 common/agent.c.
4244 (resume_thread, stop_thread): Likewise.
4245 (gdb_ust_socket_init): Renamed to ...
4246 (gdb_agent_socket_init): ... New.
4247 (gdb_ust_thread): Renamed to ...
4248 (gdb_agent_helper_thread): ... New.
4249 (gdb_ust_init): Move some code to ...
4250 (gdb_agent_init): ... here. New.
4251 [HAVE_UST]: Call gdb_ust_init.
4252 (initialize_tracepoint_ftlib): Call gdb_agent_init.
4253 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
4254 * config.in, configure: Regenerated.
4255
05044653
PA
42562012-03-02 Pedro Alves <palves@redhat.com>
4257
4258 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
4259 * linux-low.c (struct simple_pid_list): New.
4260 (stopped_pids): New a struct simple_pid_list pointer.
4261 (add_to_pid_list, pull_pid_from_list): New.
4262 (handle_extended_wait): Don't assume the first signal new children
4263 report is SIGSTOP. Adjust call to pull_pid_from_list.
4264 (linux_wait_for_lwp): Adjust.
4265
8d00225b
YQ
42662012-03-02 Yao Qi <yao@codesourcery.com>
4267
4268 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
4269 debug log.
4270
19560ba5
YQ
42712012-03-02 Yao Qi <yao@codesourcery.com>
4272
4273 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
4274 `stop_pc' and `tpoint'. Update caller.
4275
1faeff08
MR
42762012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4277
4278 * linux-low.h (linux_target_ops): Add regset_bitmap member.
4279 * linux-low.c (use_linux_regsets): New macro.
4280 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
4281 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
4282 (linux_register_in_regsets): New function.
4283 (usr_fetch_inferior_registers): Skip registers covered by
4284 regsets.
4285 (usr_store_inferior_registers): Likewise.
4286 (usr_fetch_inferior_registers): New macro.
4287 (usr_store_inferior_registers): Likewise.
4288 (linux_fetch_registers): Handle mixed regset/non-regset targets.
4289 (linux_store_registers): Likewise.
4290 * linux-mips-low.c (init_registers_mips_dsp_linux): New
4291 prototype.
4292 (init_registers_mips64_dsp_linux): Likewise.
4293 (init_registers_mips_linux): New macro.
4294 (init_registers_mips_dsp_linux): Likewise.
4295 (mips_dsp_num_regs): Likewise.
4296 (DSP_BASE, DSP_CONTROL): New fallback macros.
4297 (mips_base_regs): New macro.
4298 (mips_regmap): Use it. Fix the size.
4299 (mips_dsp_regmap): New variable.
4300 (mips_dsp_regset_bitmap): Likewise.
4301 (mips_arch_setup): New function.
4302 (mips_cannot_fetch_register): Use the_low_target.regmap rather
4303 than mips_regmap.
4304 (mips_cannot_store_register): Likewise.
4305 (the_low_target): Update .arch_setup, .num_regs and .regmap
4306 initializers. Add .regset_bitmap initializer.
4307 * linux-arm-low.c (the_low_target): Add .regset_bitmap
4308 initializer.
4309 * linux-bfin-low.c (the_low_target): Likewise.
4310 * linux-cris-low.c (the_low_target): Likewise.
4311 * linux-crisv32-low.c (the_low_target): Likewise.
4312 * linux-ia64-low.c (the_low_target): Likewise.
4313 * linux-m32r-low.c (the_low_target): Likewise.
4314 * linux-m68k-low.c (the_low_target): Likewise.
4315 * linux-ppc-low.c (the_low_target): Likewise.
4316 * linux-s390-low.c (the_low_target): Likewise.
4317 * linux-sh-low.c (the_low_target): Likewise.
4318 * linux-sparc-low.c (the_low_target): Likewise.
4319 * linux-tic6x-low.c (the_low_target): Likewise.
4320 * linux-x86-low.c (the_low_target): Likewise.
4321 * linux-xtensa-low.c (the_low_target): Likewise.
4322 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
4323 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
4324 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
4325 srv_xmlfiles.
4326 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
4327 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
4328
c03e6ccc
YQ
43292012-02-29 Yao Qi <yao@codesourcery.com>
4330 Pedro Alves <palves@redhat.com>
4331
4332 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
4333 `step_over_finished' is true.
4334
644cebc9
PA
43352012-02-27 Pedro Alves <palves@redhat.com>
4336
4337 * linux-low.c (pid_is_stopped): Delete, moved to common/.
4338 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
4339
c14d7ab2
PA
43402012-02-27 Pedro Alves <palves@redhat.com>
4341
4342 PR server/9684
4343 * linux-low.c (pid_is_stopped): New.
4344 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
4345
412c89dd
LM
43462012-02-25 Luis Machado <lgustavo@codesourcery.com>
4347
4348 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
4349 of conditions.
4350
b745defe
MR
43512012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4352
4353 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
4354
9f3a5c85
LM
43552012-02-24 Luis Machado <lgustavo@codesourcery>
4356
4357 * server.c (handle_query): Advertise support for target-side
4358 breakpoint condition evaluation.
4359 (process_point_options): New function.
4360 (process_serial_event): When inserting a breakpoint, check for
4361 a target-side condition that should be evaluated.
4362
4363 * mem-break.c: Include regcache.h and ax.h.
4364 (point_cond_list_t): New data structure.
4365 (breakpoint) <cond_list>: New field.
4366 (find_gdb_breakpoint_at): Make non-static.
4367 (delete_gdb_breakpoint_at): Clear any target-side
4368 conditions.
4369 (clear_gdb_breakpoint_conditions): New function.
4370 (add_condition_to_breakpoint): Likewise.
4371 (add_breakpoint_condition): Likewise.
4372 (gdb_condition_true_at_breakpoint): Likewise.
4373 (gdb_breakpoint_here): Return result directly instead
4374 of going through a local variable.
4375
4376 * mem-break.h (find_gdb_breakpoint_at): New prototype.
4377 (clear_gdb_breakpoint_conditions): Likewise.
4378 (add_breakpoint_condition): Likewise.
4379 (gdb_condition_true_at_breakpoint): Likewise.
4380
4381 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
4382 (need_step_over_p): Take target-side breakpoint condition into
4383 consideration.
4384
5e1dc496
LM
43852012-02-24 Luis Machado <lgustavo@codesourcery>
4386
4387 * server.h: Include tracepoint.h.
4388 (agent_mem_read, agent_get_trace_state_variable_value,
4389 agent_set_trace_state_variable_value,
4390 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
4391 get_set_tsv_func_addr): New prototypes.
4392
4393 * ax.h: New include file.
4394 * ax.c: New source file.
4395
4396 * tracepoint.c: Include ax.h.
4397 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
4398 agent_expr, eval_result_type): Move to ax.h.
4399 (parse_agent_expr): Rename to ...
4400 (gdb_parse_agent_expr): ... this, make it non-static and move
4401 to ax.h.
4402 (unparse_agent_expr) Rename to ...
4403 (gdb_unparse_agent_expr): ... this, make it non-static and move
4404 to ax.h.
4405 (eval_agent_expr): Rename to ...
4406 (eval_tracepoint_agent_expr): ... this.
4407 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
4408 forward declarations.
4409 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
4410 (agent_get_trace_state_variable_value): New function.
4411 (agent_set_trace_state_variable_value): New function.
4412 (cmd_qtdp): Call gdb_parse_agent_expr (...).
4413 (response_tracepoint): Call gdb_unparse_agent_expr (...).
4414 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
4415 (condition_true_at_tracepoint): Likewise.
4416 (parse_agent_expr): Rename to ...
4417 (gdb_parse_agent_expr): ... this and move to ax.c.
4418 (unparse_agent_expr): Rename to ...
4419 (gdb_unparse_agent_expr): ... this and move to ax.c.
4420 (gdb_agent_op_name): Move to ax.c.
4421 (eval_agent_expr): Rename to ...
4422 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
4423 and move to ax.c.
4424 (eval_tracepoint_agent_expr): New function.
4425 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 4426 non-static.
5e1dc496
LM
4427 (current_insn_ptr, emit_error, struct bytecode_address): Move to
4428 ax.c.
4429 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
4430 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
4431 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
4432 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
4433 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
4434 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
4435 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
4436 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
4437 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
4438 (compile_bytecodes): Remove forward declaration.
4439 (is_goto_target): Move to ax.c.
4440 (compile_bytecodes): Move to ax.c and call
4441 agent_get_trace_state_variable_value (...) and
4442 agent_set_trace_state_variable_value (...).
4443
4444 * Makefile.in: Update ax.c and IPA dependencies.
4445
277e4e52
PA
44462012-02-24 Pedro Alves <palves@redhat.com>
4447
4448 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
4449 (cmd_bigqtbuffer_circular): ... this. Only handle
4450 'QTBuffer:circular:'.
4451 (handle_tracepoint_general_set): Adjust.
4452
bf4c19f7
YQ
44532012-02-16 Yao Qi <yao@codesourcery.com>
4454
4455 * inferiors.c: Move code to ...
4456 * dll.c: .... here. New.
4457 * server.h: Declare clear_dlls.
4458 * Makefile.in (SFILES): Add dll.c.
4459 (OBS): Add dll.o
4460 (dll.o): New rule.
4461
d73f2619
YQ
44622012-02-11 Yao Qi <yao@codesourcery.com>
4463
4464 * server.c: (handle_monitor_command): Add a new parameter
4465 `own_buf'.
4466 (handle_query): Update caller.
4467
f8255c2a
JB
44682012-02-09 Joel Brobecker <brobecker@adacore.com>
4469
4470 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
4471 * configure, config.in: Regenerate.
4472 * hostio.c: Provide an alternate implementation if HAVE_READLINK
4473 is not defined.
4474
da84f473
PA
44752012-02-02 Pedro Alves <palves@redhat.com>
4476
4477 Try SIGKILL first, then PTRACE_KILL.
4478 * linux-low.c (linux_kill_one_lwp): New.
4479 (linux_kill_one_lwp): Rename to ...
4480 (kill_one_lwp_callback): ... this. Use the new
4481 linux_kill_one_lwp.
4482
e886a173
PA
44832012-02-02 Pedro Alves <palves@redhat.com>
4484
4485 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
4486 inferior.
4487
be07f1a2
PA
44882012-01-27 Pedro Alves <palves@redhat.com>
4489
4490 * linux-low.c (linux_child_pid_to_exec_file): Delete.
4491 (elf_64_file_p): Make static.
4492 (linux_pid_exe_is_elf_64_file): New.
4493 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
4494 Delete declarations.
4495 (linux_pid_exe_is_elf_64_file): Declare.
4496 * linux-x86-low.c (x86_arch_setup): Use
4497 linux_pid_exe_is_elf_64_file.
4498
d8301ad1
JK
44992012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4500
4501 * linux-low.c (linux_wait_for_event_1): Rename to ...
4502 (linux_wait_for_event): ... here and merge it with former
4503 linux_wait_for_event - new variable wait_ptid, use it.
4504 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
4505
01b17894
PA
45062012-01-23 Pedro Alves <palves@redhat.com>
4507
4508 * server.c (main): Avoid yet another case of infinite loop while
4509 detaching/killing after a longjmp.
4510
e825046f
JK
45112012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4512
4513 Code cleanup.
4514 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
4515
b9e7b9c3
UW
45162012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4517
4518 * hostio.c (handle_readlink): New function.
4519 (handle_vFile): Call it to handle "vFile:readlink" packets.
4520
901f9912
UW
45212012-01-20 Pedro Alves <palves@redhat.com>
4522 Ulrich Weigand <ulrich.weigand@linaro.org>
4523
4524 * server.c (handle_v_requests): Only support vAttach and vRun to
4525 start multiple processes when in extended protocol mode.
4526
fc1ab1a0
PA
45272012-01-17 Pedro Alves <palves@redhat.com>
4528
4529 * tracepoint.c (initialize_tracepoint): Use mmap instead of
4530 memalign plus mprotect to allocate the scratch buffer.
4531
7d5d4e98
PA
45322012-01-13 Pedro Alves <palves@redhat.com>
4533
4534 * server.c (attach_inferior): Clear `cont_thread'.
4535
f128d5e9
PA
45362012-01-13 Pedro Alves <palves@redhat.com>
4537
4538 * server.c (main): Avoid infinite loop while detaching/killing
4539 after a longjmp.
4540
06db92f0
DE
45412012-01-09 Doug Evans <dje@google.com>
4542
4543 * server.c (start_inferior): Set last_ptid in --wrapper case.
4544
32d92999
YQ
45452012-01-06 Yao Qi <yao@codesourcery.com>
4546
4547 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
4548 defined.
4549 [IN_PROCESS_AGENT] (debug_agent): New global variable.
4550
5e0a92a9
YQ
45512012-01-04 Yao Qi <yao@codesourcery.com>
4552
4553 * tracepoint.c (cmd_qtdp): Print debug message
4554 for static tracepoint.
4555
ae639e8c
YQ
45562012-01-04 Yao Qi <yao@codesourcery.com>
4557
4558 * tracepoint.c (trace_vdebug): Differentiate debug message
4559 between gdbserver and IPA.
4560
f72429c5
YQ
45612012-01-03 Yao Qi <yao@codesourcery.com>
4562
4563 * tracepoint.c (tracepoint_was_hit): Don't collect for
4564 static tracepoint.
4565
12c3e59c
JB
45662012-01-02 Joel Brobecker <brobecker@adacore.com>
4567
4568 * terminal.h: Reformat copyright header.
4569
67827812
JB
45702012-01-02 Joel Brobecker <brobecker@adacore.com>
4571
4572 * server.c (gdbserver_version): Update copyright year.
4573 * gdbreplay.c (gdbreplay_version): Likewise.
4574
3e52c33d
JK
45752011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4576
4577 * linux-low.c (linux_create_inferior): Put empty if clause for write.
4578
4579 Revert:
4580 2011-12-18 Hui Zhu <teawater@gmail.com>
4581 * linux-low.c (linux_create_inferior): Save return value to ret.
4582
66f1260e
HZ
45832011-12-18 Hui Zhu <teawater@gmail.com>
4584
4585 * linux-low.c (linux_create_inferior): Save return value to ret.
4586
e77616d7
DE
45872011-12-16 Doug Evans <dje@google.com>
4588
e7b06c57
DE
4589 * linux-low.c (linux_create_inferior): If stdio connection,
4590 redirect stdin from /dev/null, stdout to stderr.
4591 * remote-utils.c (remote_is_stdio): New static global.
4592 (remote_connection_is_stdio): New function.
4593 (remote_prepare): Handle stdio connection.
4594 (remote_open): Ditto.
4595 (remote_close): Don't close stdin for stdio connections.
4596 (read_prim,write_prim): New functions. Replace all calls to
4597 read/write to these.
4598 * server.c (main): Watch for "-" argument. Move call to
4599 remote_prepare before start_inferior.
4600 * server.h (STDIO_CONNECTION_NAME): New macro.
4601 (remote_connection_is_stdio): Declare.
4602
e77616d7
DE
4603 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
4604 in debugging output.
4605
82067193
YQ
46062011-12-15 Yao Qi <yao@codesourcery.com>
4607
4608 * tracepoint.c: Include sys/syscall.h.
4609 (gdb_ust_thread): Remove preprocessor conditional.
4610
82bfbe7e
PA
46112011-12-14 Pedro Alves <pedro@codesourcery.com>
4612
4613 * linux-low.c (linux_detach_one_lwp): Call
4614 the_low_target.prepare_to_resume before detaching.
4615
712c6575
YQ
46162011-12-14 Yao Qi <yao@codesourcery.com>
4617
4618 * tracepoint.c (gdb_ust_thread): Don't ignore return value
4619 of write.
4620
d54d1edf
YQ
46212011-12-14 Yao Qi <yao@codesourcery.com>
4622
4623 * i386-low.c (i386_low_stopped_data_address): Initialize local
4624 variable `control'.
4625
6210a125
PA
46262011-12-13 Pedro Alves <pedro@codesourcery.com>
4627
4628 PR remote/13492
4629
4630 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
4631 DR_CONTROL unless necessary. Extend comments.
4632 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
4633 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
4634
2ece8244
YQ
46352011-12-13 Yao Qi <yao@codesourcery.com>
4636
4637 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
4638 macros.
4639 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
4640
784867a5
JK
46412011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4644 Print new debug message for such case.
4645
6bf36717
JK
46462011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648 Fix overlapping memcpy.
4649 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
4650 the read_inferior_memory transfer.
4651 (delete_fast_tracepoint_jump): New variable buf. Use it for the
4652 write_inferior_memory transfer.
4653 (set_fast_tracepoint_jump): New variable buf. Use it for the
4654 read_inferior_memory and write_inferior_memory transfers.
4655 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
4656 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
4657 Use it for the write_inferior_memory transfer.
4658 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
4659 buffers.
4660
50275556
MR
46612011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4662
4663 * linux-low.c (fetch_register, store_register): Make code
4664 consistent, fix formatting.
4665
7325beb4
MR
46662011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4667
4668 * linux-low.c (usr_store_inferior_registers): Factor out code
4669 to handle individual registers into...
4670 (store_register): ... this new function.
4671
c642a434
UW
46722011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
4673
4674 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
4675 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
4676 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
4677 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
4678 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
4679 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
4680 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
4681 (srv_xmlfiles): Add new XML files.
4682
4683 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
4684 and <sys/uio.h>.
4685 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
4686 (init_registers_s390_linux32v1): Add prototype.
4687 (init_registers_s390_linux32v2): Likewise.
4688 (init_registers_s390_linux64v1): Likewise.
4689 (init_registers_s390_linux64v2): Likewise.
4690 (init_registers_s390x_linux64v1): Likewise.
4691 (init_registers_s390x_linux64v2): Likewise.
4692 (s390_num_regs): Increment to 52.
4693 (s390_regmap): Add orig_r2 register.
4694 (s390_num_regs_3264): Increment to 68.
4695 (s390_regmap_3264): Add orig_r2 register.
4696 (s390_collect_ptrace_register): Handle orig_r2 register.
4697 (s390_supply_ptrace_register): Likewise.
4698 (s390_fill_last_break): New function.
4699 (s390_store_last_break): Likewise.
4700 (s390_fill_system_call): New function.
4701 (s390_store_system_call): Likewise.
4702 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
4703 register sets.
4704 (s390_check_regset): New function.
4705 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
4706 NT_S390_SYSTEM_CALL regsets and use appropriate description.
4707 Update target_regsets for available register sets.
4708
2268b414
JK
47092011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4710 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
4713 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
4714 New.
4715 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
4716 * linux-low.h (struct process_info_private): New member r_debug.
4717 * server.c (handle_qxfer_libraries): Call
4718 the_target->qxfer_libraries_svr4.
4719 (handle_qxfer_libraries_svr4): New function.
4720 (qxfer_packets): New entry "libraries-svr4".
4721 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
4722 * target.h (struct target_ops): New member qxfer_libraries_svr4.
4723 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
4724 PACKET_qXfer_libraries_svr4.
4725
d6db1fab
UW
47262011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4727
4728 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
4729 PSW address/mask between 8-byte and 16-byte formats.
4730 (s390_supply_ptrace_register): Likewise.
4731 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
4732 basic addressing mode bit.
4733
242f5f1c
SS
47342011-11-24 Stan Shebs <stan@codesourcery.com>
4735
4736 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
4737
f196051f
SS
47382011-11-17 Stan Shebs <stan@codesourcery.com>
4739
4740 * tracepoint.c (struct tracepoint): New field traceframe_usage.
4741 (tracing_start_time): New global.
4742 (tracing_stop_time): New global.
4743 (tracing_user_name): New global.
4744 (tracing_notes): New global.
4745 (tracing_stop_note): New global.
4746 (cmd_qtstart): Set traceframe_usage, start_time.
4747 (stop_tracing): Set stop_time.
4748 (cmd_qtstatus): Report additional status.
4749 (cmd_qtp): New function.
4750 (handle_tracepoint_query): Call it.
4751 (cmd_qtnotes): New function.
4752 (handle_tracepoint_general_set): Call it.
4753 (get_timestamp): Rename from tsv_get_timestamp.
4754
405f8e94
SS
47552011-11-14 Stan Shebs <stan@codesourcery.com>
4756 Kwok Cheung Yeung <kcy@codesourcery.com>
4757
4758 * linux-x86-low.c (small_jump_insn): New.
4759 (i386_install_fast_tracepoint_jump_pad): Add arguments for
4760 trampoline and error message, build a trampoline and issue a small
4761 jump instruction to it.
4762 (x86_install_fast_tracepoint_jump_pad): Add arguments for
4763 trampoline and error message.
4764 (x86_get_min_fast_tracepoint_insn_len): New.
4765 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
4766 * linux-low.h (struct linux_target_ops): Add arguments to
4767 install_fast_tracepoint_jump_pad operation, add new operation.
4768 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
4769 arguments.
4770 (linux_get_min_fast_tracepoint_insn_len): New function.
4771 (linux_target_op): Add new operation.
4772 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
4773 (gdb_trampoline_buffer_end): Ditto.
4774 (gdb_trampoline_buffer_error): Ditto.
4775 (struct ipa_sym_addresses): Add fields for new IPA variables.
4776 (symbol_list): Add entries for new IPA variables.
4777 (struct tracepoint): Add fields to hold the address range of the
4778 trampoline used by the tracepoint.
4779 (trampoline_buffer_head): New static variable.
4780 (trampoline_buffer_tail): Ditto.
4781 (claim_trampoline_space): New function.
4782 (have_fast_tracepoint_trampoline_buffer): New function.
4783 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
4784 structure.
4785 (install_fast_tracepoint): Ditto, also add error buffer argument.
4786 (cmd_qtminftpilen): New function.
4787 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
4788 (fast_tracepoint_from_trampoline_address): New function.
4789 (fast_tracepoint_collecting): Handle trampoline as part of jump
4790 pad space.
4791 (set_trampoline_buffer_space): New function.
4792 (initialize_tracepoint): Initialize new IPA variables.
4793 * target.h (struct target_ops): Add arguments to
4794 install_fast_tracepoint_jump_pad operation, add new
4795 get_min_fast_tracepoint_insn_len operation.
4796 (target_get_min_fast_tracepoint_insn_len): New.
4797 (install_fast_tracepoint_jump_pad): Add arguments.
4798 * server.h (IPA_BUFSIZ): Define.
4799 * linux-i386-ipa.c: Include extra header files.
4800 (initialize_fast_tracepoint_trampoline_buffer): New function.
4801 (initialize_low_tracepoint): Call it.
4802 * server.h (set_trampoline_buffer_space): Declare.
4803 (claim_trampoline_space): Ditto.
4804 (have_fast_tracepoint_trampoline_buffer): Ditto.
4805
1e4d1764
YQ
48062011-11-14 Yao Qi <yao@codesourcery.com>
4807
4808 * server.c (handle_query): Handle InstallInTrace for qSupported.
4809 * tracepoint.c (add_tracepoint): Sort list.
4810 (install_tracepoint, download_tracepoint): New.
4811 (cmd_qtdp): Call them to install and download tracepoints.
4812 (sort_tracepoints): Removed.
4813 (cmd_qtstart): Update.
4814
5c73ff4e
YQ
48152011-11-14 Yao Qi <yao@codesourcery.com>
4816
4817 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
4818 * mem-break.h: Declare.
4819 * tracepoint.c (cmd_qtstart): Move some code to ...
4820 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
4821 New.
4822 (download_tracepoints): Move some code to ...
4823 (download_tracepoint_1): ... here. New.
4824
86a30030
YQ
48252011-11-08 Yao Qi <yao@codesourcery.com>
4826
4827 * remote-utils.c (relocate_instruction): A comment fix.
4828
8d26e50c
JB
48292011-11-07 Joel Brobecker <brobecker@adacore.com>
4830
4831 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
4832 (i386_dr_low_get_control, i386_dr_low_get_status): Use
4833 dr_status_mirror and dr_control_mirror from debug_reg_state.
4834 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
4835 (i386_initial_stuff): Remove use of deleted globals.
4836 (i386_get_thread_context, i386_set_thread_context,
4837 i386_thread_added): Use dr_status_mirror and dr_control_mirror
4838 from debug_reg_state.
4839
a59306a3
YQ
48402011-11-05 Yao Qi <yao@codesourcery.com>
4841
4842 * tracepoint.c (gdb_collect): Loop over tracepoints of same
4843 address as TPOINT's.
4844
3065dfb6
SS
48452011-11-02 Stan Shebs <stan@codesourcery.com>
4846
4847 * tracepoint.c (agent_mem_read_string): New function.
4848 (eval_agent_expr): Call it for tracenz.
4849 * server.c (handle_query): Report support for tracenz.
4850
fd0d8c7c
YQ
48512011-11-02 Yao Qi <yao@codesourcery.com>
4852
4853 * tracepoint.c (cmd_qtstart): Remove unused local variables.
4854
609086b1
YQ
48552011-11-02 Yao Qi <yao@codesourcery.com>
4856
4857 * target.h: Fix a typo in comment.
4858
b9fd1791
PA
48592011-10-31 Pedro Alves <pedro@codesourcery.com>
4860
4861 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
4862 clobber the breakpoints' shadows with fast tracepoint jumps.
4863 * mem-break.h (check_mem_write): Add `myaddr' parameter.
4864 * target.c (write_inferior_memory): Also pass MYADDR down to
4865 check_mem_write.
4866
03583c20
UW
48672011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4868
4869 * configure.ac: Check support for personality routine.
4870 * configure: Regenerate.
4871 * config.in: Likewise.
4872 * linux-low.c: Include <sys/personality.h>.
4873 Define ADDR_NO_RANDOMIZE if necessary.
4874 (linux_create_inferior): Disable address space randomization when
4875 forking inferior, if requested.
4876 (linux_supports_disable_randomization): New function.
4877 (linux_target_ops): Install it.
4878 * server.h (disable_randomization): Declare.
4879 * server.c (disable_randomization): New global variable.
4880 (handle_general_set): Handle QDisableRandomization.
4881 (handle_query): Likewise for qSupported.
4882 (main): Support --disable-randomization and --no-disable-randomization
4883 command line arguments.
4884 * target.h (struct target_ops): Add supports_disable_randomization.
4885 (target_supports_disable_randomization): New macro.
4886
723b724b
MF
48872011-09-29 Mike Frysinger <vapier@gentoo.org>
4888
4889 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
4890 ifdef check.
4891 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
4892 [!PT_GETDSBT] (target_loadmap): New definition.
4893 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
4894 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
4895 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
4896 and PT_GETDSBT to LINUX_LOADMAP.
4897 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
4898 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
4899
55329a5c 49002011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
4901
4902 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
4903 (arm_linux_hwbp_cap): New static variable.
4904 (arm_linux_get_hwbp_cap): Replace by ...
4905 (arm_linux_init_hwbp_cap): ... this new function.
4906 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
4907 (arm_linux_get_hw_watchpoint_count): Likewise.
4908 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4909 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
4910 (arm_prepare_to_resume): Use perror_with_name instead of error.
4911
55329a5c 49122011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
4913
4914 * linux-arm-low.c: Include <signal.h>.
4915 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
4916 (struct arm_linux_hwbp_cap): New data type.
4917 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
4918 (struct arm_linux_hw_breakpoint): New data type.
4919 (MAX_BPTS, MAX_WPTS): Define.
4920 (struct arch_process_info, struct arch_lwp_info): New data types.
4921 (arm_linux_get_hwbp_cap): New function.
4922 (arm_linux_get_hw_breakpoint_count): Likewise.
4923 (arm_linux_get_hw_watchpoint_count): Likewise.
4924 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4925 (arm_hwbp_control_initialize): Likewise.
4926 (arm_hwbp_control_is_enabled): Likewise.
4927 (arm_hwbp_control_is_initialized): Likewise.
4928 (arm_hwbp_control_disable): Likewise.
4929 (arm_linux_hw_breakpoint_equal): Likewise.
4930 (arm_linux_hw_point_initialize): Likewise.
4931 (struct update_registers_data): New data structure.
4932 (update_registers_callback: New function.
4933 (arm_insert_point): Likewise.
4934 (arm_remove_point): Likewise.
4935 (arm_stopped_by_watchpoint): Likewise.
4936 (arm_stopped_data_address): Likewise.
4937 (arm_new_process): Likewise.
4938 (arm_new_thread): Likewise.
4939 (arm_prepare_to_resume): Likewise.
4940 (the_low_target): Register arm_insert_point, arm_remove_point,
4941 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
4942 arm_new_thread, and arm_prepare_to_resume.
4943
6b9801d4
SS
49442011-09-15 Stan Shebs <stan@codesourcery.com>
4945
4946 * server.h (struct emit_ops): Add compare-goto fields.
4947 * tracepoint.c (gdb_agent_op_sizes): New table.
4948 (emit_eq_goto): New function.
4949 (emit_ne_goto): New function.
4950 (emit_lt_goto): New function.
4951 (emit_le_goto): New function.
4952 (emit_gt_goto): New function.
4953 (emit_ge_goto): New function.
4954 (is_goto_target): New function.
4955 (compile_bytecodes): Recognize special cases of compare-goto
4956 combinations and call specialized emitters for them.
4957 * linux-x86-low.c (amd64_emit_eq_goto): New function.
4958 (amd64_emit_ne_goto): New function.
4959 (amd64_emit_lt_goto): New function.
4960 (amd64_emit_le_goto): New function.
4961 (amd64_emit_gt_goto): New function.
4962 (amd64_emit_ge_goto): New function.
4963 (amd64_emit_ops): Add the new functions.
4964 (i386_emit_eq_goto): New function.
4965 (i386_emit_ne_goto): New function.
4966 (i386_emit_lt_goto): New function.
4967 (i386_emit_le_goto): New function.
4968 (i386_emit_gt_goto): New function.
4969 (i386_emit_ge_goto): New function.
4970 (i386_emit_ops): Add the new functions.
4971
bf15cbda
SS
49722011-09-08 Stan Shebs <stan@codesourcery.com>
4973
4974 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
4975 (i386_emit_epilogue): Restore %ebx.
4976
943ca1dd
JZ
49772011-08-31 Jie Zhang <jzhang918@gmail.com>
4978
4979 * server.c (step_thread): Remove definition.
4980 (process_serial_event): Don't handle Hs.
4981 * server.h (step_thread): Remove declaration.
4982 * target.c (set_desired_inferior): Remove use of step_thread.
4983
e3deef73
LM
49842011-08-24 Luis Machado <lgustavo@codesourcery.com>
4985
4986 * linux-low.c: Include linux-procfs.h.
4987 (linux_attach_lwp_1): Update comments.
4988 (linux_attach): Scan for existing threads when attaching to a
4989 process that is the tgid.
4990 * Makefile.in: Update dependencies.
4991
13da1c97
LM
49922011-08-24 Luis Machado <lgustavo@codesourcery.com>
4993
4994 * configure.srv: Add linux-procfs.o dependencies.
4995
881127c9
YQ
49962011-08-14 Yao Qi <yao@codesourcery.com>
4997
4998 * target.h (struct target_ops): Fix indent.
4999 * win32-low.c (win32_target_ops): Fix comment.
5000
58dbd541
YQ
50012011-08-14 Andrew Jenner <andrew@codesourcery.com>
5002 Yao Qi <yao@codesourcery.com>
5003
5004 * Makefile.in (clean): Remove tic6x-*.c files.
5005 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
5006 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
5007 (tic6x-c64xp-linux.c): Likewise.
5008 * configure.srv: Add support for tic6x-*-uclinux.
5009 * linux-tic6x-low.c: New.
5010 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
5011
78d85199
YQ
50122011-08-14 Andrew Stubbs <ams@codesourcery.com>
5013 Yao Qi <yao@codesourcery.com>
5014
5015 * target.h (struct target_ops): Add read_loadmap.
5016 * linux-low.c (struct target_loadseg): New type.
5017 (struct target_loadmap): New type.
5018 (linux_read_loadmap): New function.
5019 (linux_target_ops): Add linux_read_loadmap.
5020 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
5021 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
5022 to NULL.
78d85199 5023
a959a88d
EZ
50242011-08-05 Eli Zaretskii <eliz@gnu.org>
5025
5026 * win32-low.c: Include <stdint.h>.
5027
1ced966e
PA
50282011-07-22 Pedro Alves <pedro@codesourcery.com>
5029
5030 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
5031 to the inferior here.
5032 (i386_remove_aligned_watchpoint): Ditto.
5033 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
5034 fit part of the watchpoint in the debug registers.
5035 (i386_update_inferior_debug_regs): New.
5036 (i386_low_insert_watchpoint): Work on a local mirror of the debug
5037 registers, and only update the inferior on success.
5038 (i386_low_remove_watchpoint): Ditto.
5039
d26e3629
KY
50402011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
5041
5042 * linux-low.c (compare_ints, unique, list_threads, show_process,
5043 linux_core_of_thread): Delete.
5044 (linux_target_ops): Change linux_core_of_thread to
5045 linux_common_core_of_thread.
5046 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
5047 * utils.c (malloc_failure): Change type of argument.
5048 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
5049 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
5050 common/linux-osdata.c, common/ptid.c and common/buffer.c.
5051 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
5052 (IPA_OBJS): Add common-utils-ipa.o.
5053 (ptid_h, linux_osdata_h): New macros.
5054 (server_h): Add common/common-utils.h, common/xml-utils.h,
5055 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
5056 common/ptid.h.
5057 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
5058 ptid.o, buffer.o): New rules.
5059 (linux-low.o): Add common/linux-osdata.h as a dependency.
5060 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
5061 * configure.ac: Add AC_HEADER_DIRENT check.
5062 * config.in: Regenerate.
5063 * configure: Regenerate.
5064 * remote-utils.c (xml_escape_text): Delete.
5065 (buffer_grow, buffer_free, buffer_init, buffer_finish,
5066 buffer_xml_printf): Move to common/buffer.c.
5067 * server.c (main): Remove call to initialize_inferiors.
5068 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
5069 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
5070 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
5071 internal_error, gdb_assert, gdb_assert_fail): Delete.
5072 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
5073 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
5074 common/buffer.h.
5075 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
5076 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
5077 initialize_inferiors): Delete.
5078
2275a1a7
PA
50792011-07-20 Pedro Alves <pedro@codesourcery.com>
5080
5081 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
5082 symbol error.
5083
0a5b1e09
PA
50842011-05-31 Pedro Alves <pedro@codesourcery.com>
5085
5086 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
5087 assertion.
5088 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
5089
6938fd34
YQ
50902011-05-26 Yao Qi <yao@codesourcery.com>
5091
5092 * Makefile.in (thread-db.o): Track dependence to
5093 common/gdb_thread_db.h.
5094 * thread-db.c: include gdb_thread_db.h from right place.
5095
b481f9e0
TT
50962011-05-16 Adrian Cornish <gnu@bluedreamer.com>
5097
5098 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
5099 __FILE__ and __LINE__ to internal_error.
5100
98a5dd13
DE
51012011-05-13 Doug Evans <dje@google.com>
5102
5103 * thread-db.c (try_thread_db_load_from_sdir): New function.
5104 (try_thread_db_load_from_dir): New function.
5105 (thread_db_load_search): Handle $sdir, ignore $pdir.
5106 Remove trying of system directories if search of
5107 libthread-db-search-path fails, that is now done via $sdir.
5108
d248b706
KY
51092011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5110
5111 * server.c (handle_query): Add EnableDisableTracepoints to the list
5112 of supported features.
43aaf8b6 5113 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 5114 tracepoints.
43aaf8b6
PA
5115 (cmd_qtenable_disable): New.
5116 (cmd_qtstart): Install tracepoints even if disabled.
5117 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
5118 receiving a QTEnable or QTDisable packet.
5119 (gdb_collect): Skip data collection if fast tracepoint is disabled.
5120 (ust_marker_to_static_tracepoint): Do not ignore disabled static
5121 tracepoints.
5122 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 5123
84e578fb
DE
51242011-05-10 Doug Evans <dje@google.com>
5125
5126 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
5127
71f55dd8
DE
51282011-05-04 Doug Evans <dje@google.com>
5129
5130 * linux-low.c (linux_join): Skip process lookup.
5131 * spu-low.c (spu_join): Ditto.
5132 * server.c (join_inferiors_callback): Delete.
5133 (process_serial_event): For 'D' packet (detach) call join_inferior
5134 directly.
5135
4d393d60
JM
51362011-05-04 Joseph Myers <joseph@codesourcery.com>
5137
5138 * README: Don't mention xscale*-*-linux*.
5139 * configure.srv (xscale*-*-linux*): Don't handle target.
5140
b00ad6ff
NF
51412011-04-27 Nathan Froyd <froydnj@codesourcery.com>
5142
5143 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
5144 casting pointers.
5145 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
5146 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
5147 (i386_emit_void_call_2): Likewise.
5148
af96c192
YQ
51492011-04-26 Yao Qi <yao@codesourcery.com>
5150
43aaf8b6
PA
5151 * linux-low.c: Move common macros to linux-ptrace.h.
5152 Include linux-ptrace.h.
af96c192
YQ
5153 * Makefile.in (linux_ptrace_h): New.
5154 (linux-low.o): Depends on linux-ptrace.h.
5155
03f2bd59
JK
51562011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5157
5158 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
5159 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
5160 (remote_prepare): New function with most of the TCP code from ...
5161 (remote_open): ... here. Detect PORT here unconditionally. Move also
5162 setting transport_is_reliable.
5163 * server.c (run_once): New variable.
5164 (gdbserver_usage): Document it.
5165 (main): Set run_once for `--once'. Call remote_prepare. Exit after
5166 the first run if RUN_ONCE.
5167 * server.h (run_once, remote_prepare): New declarations.
5168
7a9dd1b2
TT
51692011-04-19 Tom Tromey <tromey@redhat.com>
5170
5171 * win32-low.c (handle_load_dll): Remove duplicate "the".
5172
81239425
PM
51732011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5174
5175 Remove support for old Cygwin 1.5 versions.
5176 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
5177 function to avoid warning.
5178 (win32_add_one_solib): Use cygwin_conv_path function to avoid
5179 warning.
5180
9e0627f1
PM
51812011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5182
5183 * gdbserver/server.h (Macro _): Define it if not available.
5184
588eebee
MS
51852011-03-14 Michael Snyder <msnyder@vmware.com>
5186
348af9f7 5187 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 5188
43f70d4c
JB
51892011-03-10 Joel Brobecker <brobecker@adacore.com>
5190
5191 * Makefile.in (maintainer-clean realclean distclean): Remove
5192 "make ... subdir_do" command.
5193
348af9f7
MS
51942011-03-10 Michael Snyder <msnyder@vmware.com>
5195
5196 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
5197
5198 * server.c (handle_v_run): Free alloced buffer on early return.
5199
e637a4f5
YQ
52002011-03-09 Yao Qi <yao@codesourcery.com>
5201
5202 Revert:
5203 2011-03-04 Yao Qi <yao@codesourcery.com>
5204
5205 * Makefile.in: Remove GNU make feature --directory.
5206
5207 2011-03-05 Yao Qi <yao@codesourcery.com>
5208
5209 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5210 (subdir_do): New make target. Copied from gdb/Makefile.
5211 (maintainer-clean, realclean, distclean, clean): Call corresponding
5212 make targets in common/Makefile.
5213
5214 2011-02-11 Yao Qi <yao@codesourcery.com>
5215
5216 * configure.ac: Call AC_PROG_RANLIB.
5217 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5218 * configure: Regenerate.
5219
e6edda56
JK
52202011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
5223
e5141119
JB
52242011-03-06 Yao Qi <yao@codesourcery.com>
5225
5226 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
5227
64794aa4
JB
52282011-03-05 Yao Qi <yao@codesourcery.com>
5229
5230 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5231 (subdir_do): New make target. Copied from gdb/Makefile.
5232 (maintainer-clean, realclean, distclean, clean): Call corresponding
5233 make targets in common/Makefile.
5234
7a762829
YQ
52352011-03-04 Yao Qi <yao@codesourcery.com>
5236
5237 * Makefile.in: Remove GNU make feature --directory.
5238
348af9f7
MS
52392011-03-04 Michael Snyder <msnyder@vmware.com>
5240
5241 * server.c (queue_stop_reply): Call xmalloc not malloc.
5242
52432011-03-02 Michael Snyder <msnyder@vmware.com>
5244
5245 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
5246
9f72fee2
MS
52472011-02-28 Michael Snyder <msnyder@vmware.com>
5248
588eebee
MS
5249 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
5250 (cmd_qtframe): Ditto.
5251 (cmd_qtbuffer): Ditto.
5252 (cmd_bigqtbuffer): Ditto.
5253
9f72fee2
MS
5254 * utils.c (decimal2str): Initialize 'width' to nine, then
5255 don't mess with it.
5256
8040bd49
UW
52572011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5258
5259 * hostio.c (require_data): Free *data, not data.
5260
7e52cbd0
JK
52612011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5262
5263 * hostio.c (require_data): Use free, not xfree.
5264
9130f83e
MS
52652011-02-27 Michael Snyder <msnyder@vmware.com>
5266
4b812f4e
MS
5267 * server.c (handle_query): Discard unused value.
5268
9130f83e
MS
5269 * hostio.c (require_data): Free malloc memory before returning
5270 error.
5271
69d37113
MS
52722011-02-26 Michael Snyder <msnyder@vmware.com>
5273
5274 * linux-low.c (list_threads): Call closedir for dirent.
5275
35f5825a
MS
52762011-02-27 Michael Snyder <msnyder@vmware.com>
5277
2a589cef
MS
5278 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
5279 a case statement falls through.
5280
0adea5f7
MS
5281 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
5282
35f5825a
MS
5283 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
5284 in comparison.
5285
238f1c74
MS
52862011-02-26 Michael Snyder <msnyder@vmware.com>
5287
5288 * utils.c (decimal2str): Eliminate dead code and dead param.
5289 (pulongest): Drop dead param from call to decimal2str.
5290 (plongest): Ditto.
5291
633ff500
JB
52922011-02-24 Joel Brobecker <brobecker@adacore.com>
5293
5294 Revert the following patch (not approved yet):
5295 2011-02-21 Hui Zhu <teawater@gmail.com>
5296 * tracepoint.c (tp_printf): New function.
5297 (eval_agent_expr): Handle gdb_agent_op_printf.
5298
f9c6ff72
HZ
52992011-02-21 Hui Zhu <teawater@gmail.com>
5300
5301 * tracepoint.c (tp_printf): New function.
5302 (eval_agent_expr): Handle gdb_agent_op_printf.
5303
94d5e490
TT
53042011-02-18 Tom Tromey <tromey@redhat.com>
5305
5306 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
5307 (tracepoint.o): Likewise.
5308 * tracepoint.c (enum gdb_agent_op): Use ax.def.
5309 (gdb_agent_op_names): Likewise.
5310
c7f96d2b
TT
53112011-02-18 Tom Tromey <tromey@redhat.com>
5312
5313 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
5314 gdb_agent_op_rot>: New constants.
5315 (gdb_agent_op_names): Add pick and roll.
5316 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
5317 cases.
5318
0feedb2c
JK
53192011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 * aclocal.m4: Regenerated with aclocal-1.11.1.
5322
b3b9301e
PA
53232011-02-14 Pedro Alves <pedro@codesourcery.com>
5324
5325 * server.c (handle_qxfer_traceframe_info): New.
5326 (qxfer_packets): Register "traceframe-info".
5327 (handle_query): Report support for qXfer:traceframe-info:read+.
5328 * tracepoint.c (match_blocktype): New.
5329 (traceframe_find_block_type): Rename to ...
5330 (traceframe_walk_blocks): ... this. Add callback filter argument,
5331 and use it.
5332 (traceframe_find_block_type): New, reimplemented on top of
5333 traceframe_walk_blocks.
5334 (build_traceframe_info_xml): New.
5335 (traceframe_read_info): New.
5336 * server.h (traceframe_read_info): Declare.
5337
4f3e6fb7
YQ
53382011-02-11 Yao Qi <yao@codesourcery.com>
5339
5340 * configure.ac: Call AC_PROG_RANLIB.
5341 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5342 * configure: Regenerate.
5343
764880b7
PA
53442011-02-07 Pedro Alves <pedro@codesourcery.com>
5345
5346 * server.c (gdb_read_memory): Change return semantics to allow
5347 partial transfers.
5348 (handle_search_memory_1): Adjust.
5349 (process_serial_event) <'m' packet>: Handle partial transfers.
5350 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
5351
1c79eb8a
PA
53522011-01-28 Pedro Alves <pedro@codesourcery.com>
5353
5354 * regcache.c (init_register_cache): Initialize
5355 regcache->register_status.
5356 (free_register_cache): Release regcache->register_status.
5357 (regcache_cpy): Copy register_status.
5358 (registers_to_string): Print 'x's for unavailable registers.
5359 (supply_register): Mark the register's status valid or
5360 unavailable, depending on whether a buffer was passed in or not.
5361 (supply_register_zeroed): New.
5362 (supply_regblock): Mark the registers' status valid or
5363 unavailable, depending on whether a buffer was passed in or not.
5364 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
5365 (struct regcache): New `register_status' field.
5366 (supply_register_zeroed): Declare.
5367 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
5368 supply_register_zeroed, rather than passing a NULL buffer to
5369 supply_register.
5370 * tracepoint.c (fetch_traceframe_registers): Update comment.
5371
85724a0e
PA
53722011-01-28 Pedro Alves <pedro@codesourcery.com>
5373
5374 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
5375 buffer explicit.
5376
d08aafef
PA
53772011-01-25 Pedro Alves <pedro@codesourcery.com>
5378
5379 * server.h (decode_xfer_write): Change prototype.
5380 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
5381 and don't extract the annex here.
5382 * server.c (decode_xfer_read): Remove `annex' parameter,
5383 and don't extract the annex here.
5384 (decode_xfer): New.
5385 (struct qxfer): New.
5386 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
5387 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
5388 (handle_qxfer_statictrace): New functions, abstracted out from
5389 handle_query, and made to use the struct qxfer interface.
5390 (handle_threads_qxfer_proper): Rename to ...
5391 (handle_qxfer_threads_proper): ... this.
5392 (handle_threads_qxfer): Rename to ...
5393 (handle_qxfer_threads): ... this. Adjust.
5394 (qxfer_packets): New array.
5395 (handle_qxfer): New function.
5396 (handle_query): Use handle_qxfer.
5397
493e2a69
MS
53982011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5399
5400 * gdbreplay.c: Shorten lines of >= 80 columns.
5401 * linux-low.c: Ditto.
5402 * linux-ppc-low.c: Ditto.
5403 * linux-s390-low.c: Ditto.
5404 * linux-sparc-low.c: Ditto.
5405 * linux-x86-low.c: Ditto.
5406 * linux-xtensa-low.c: Ditto.
5407 * mem-break.c: Ditto.
5408 * nto-low.c: Ditto.
5409 * regcache.h: Ditto.
5410 * remote-utils.c: Ditto.
5411 * server.c: Ditto.
5412 * server.h: Ditto.
5413 * thread-db.c: Ditto.
5414 * tracepoint.c: Ditto.
5415 * utils.c: Ditto.
5416 * win32-low.h: Ditto.
5417
44944448
JB
54182011-01-05 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
5421 update.
5422
71ce852c
JB
54232011-01-01 Joel Brobecker <brobecker@adacore.com>
5424
5425 * server.c (gdbserver_version): Update copyright year in version
5426 output.
5427 * gdbreplay.c (gdbreplay_version): Ditto.
5428
eb826dc6
MF
54292010-12-29 Jie Zhang <jie.zhang@analog.com>
5430
5431 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
5432 * linux-bfin-low.c: New file.
5433 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
5434 PT_DATA_ADDR for BFIN targets.
5435 * Makefile.in (SFILES): Add linux-bfin-low.c.
5436 (clean): Remove reg-bfin.c.
5437 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
5438 * README: Mention supported Blackfin targets.
5439
39ab222a
MF
54402010-12-23 Mike Frysinger <vapier@gentoo.org>
5441
5442 * .gitignore: New file.
5443
a1f2ce7d
MF
54442010-11-16 Mike Frysinger <vapier@gentoo.org>
5445
5446 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
5447
f474844c
JZ
54482010-10-22 Jie Zhang <jie@codesourcery.com>
5449
5450 * Makefile.in: Add FLAGS_TO_PASS variable.
5451 (install): Remove dependency of install-only and recursively
5452 invoke make for install-only.
5453
f1048712
DE
54542010-10-04 Doug Evans <dje@google.com>
5455
5456 * Makefile.in (uninstall): Use $(DESTDIR).
5457
b53a1623
PA
54582010-09-24 Pedro Alves <pedro@codesourcery.com>
5459
e6ee044d
PA
5460 PR gdb/11842
5461
b53a1623
PA
5462 * linux-x86-low.c (compat_siginfo_from_siginfo)
5463 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
5464 si_code is < 0. Check for si_code == SI_TIMER before checking for
5465 si_code < 0.
5466
fa1bd1e4
JB
54672010-09-13 Joel Brobecker <brobecker@adacore.com>
5468
5469 * lynx-i386-low.c: New file.
5470 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
5471
47fac8f8
JB
54722010-09-13 Joel Brobecker <brobecker@adacore.com>
5473
5474 * lynx-low.c (ptrace_request_to_str): Remove handling for
5475 request values that have been removed in LynxOS 5.x.
5476
1adfc54d
JB
54772010-09-13 Joel Brobecker <brobecker@adacore.com>
5478
5479 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
5480 <ptrace.h>
5481
c2a66c29
NS
54822010-09-09 Nathan Sidwell <nathan@codesourcery.com>
5483
5484 * configure.ac: Add --enable-inprocess-agent option.
5485 * configure: Rebuilt.
5486
32fcada3
YQ
54872010-09-06 Yao Qi <yao@codesourcery.com>
5488
5489 * linux-low.c (linux_kill): Remove unused variable.
5490 (linux_stabilize_threads): Likewise.
5491 * server.c (start_inferior): Likewise.
5492 (queue_stop_reply_callback): Likewise.
5493 * tracepoint.c (do_action_at_tracepoint): Likewise.
5494
0cccb683
YQ
54952010-09-06 Yao Qi <yao@codesourcery.com>
5496
5497 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
5498 on return.
5499
423ec54c
JK
55002010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5501
5502 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
5503
12ac6819
PA
55042010-09-06 Pedro Alves <pedro@codesourcery.com>
5505
5506 * Makefile.in (install-only): Replace $IPA_DEPFILES with
5507 "$(IPA_DEPFILES)".
5508
8ed54b31
JB
55092010-09-01 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
5512 gdbserver/lynx-ppc-low.c: New files.
5513 * Makefile.in (lynx_low_h): New variable.
5514 (lynx-low.o, lynx-ppc-low.o): New rules.
5515 * configure.ac: On LynxOS, link with -lnetinet.
5516 * configure.srv: Add handling of powerpc-*-lynxos* targets.
5517 * configure: regenerate.
5518
bb0116a4
JB
55192010-09-01 Joel Brobecker <brobecker@adacore.com>
5520
5521 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
5522 * configure.ac: Add check for vasprintf and vsnprintf.
5523 * configure, config.in: Regenerate.
5524 * server.h (vasprintf, vsnprintf): Add conditional declarations.
5525
a778ab81 55262010-09-01 Joel Brobecker <brobecker@adacore.com>
5527
5528 * gdbreplay.c: Move include of alloca.h up, next to include of
5529 malloc.h.
5530 * server.h: Add include of malloc.h.
5531 * mem-break.c: Remove include of malloc.h.
5532 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
5533
8b034a19 55342010-09-01 Joel Brobecker <brobecker@adacore.com>
5535
5536 * Makefile.in (memmem.o): Build with -Wno-error.
5537
55382010-09-01 Joel Brobecker <brobecker@adacore.com>
5539
5540 * utils.c (xsnprintf): Make non-static.
5541 * server.h: Add xsnprintf declaration.
5542 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
5543 replace calls to snprintf by calls to xsnprintf throughout.
5544
55452010-09-01 Joel Brobecker <brobecker@adacore.com>
5546
5547 * configure.ac: Add configure check for alloca.
5548 * configure, config.in: Regenerate.
5549 * server.h: Include alloca.h if it exists.
5550 * gdbreplay.c: Include alloca.h if it exists.
5551
1a981360
PA
55522010-08-28 Pedro Alves <pedro@codesourcery.com>
5553
5554 * linux-low.c (__SIGRTMIN): Define if not already defined.
5555 (linux_create_inferior): Check for __ANDROID__ rather than
5556 __SIGRTMIN.
5557 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
5558 are already deferred.
5559 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
5560 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
5561 stopped and already has a pending signal to report.
5562 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
5563 a pending signal to report or is moving out of a jump pad.
5564 (linux_init_signals): Check for __ANDROID__ rather than
5565 __SIGRTMIN.
5566
b4d51a55
PA
55672010-08-28 Pedro Alves <pedro@codesourcery.com>
5568
5569 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
5570 debug_threads check. Avoid a linear search when not doing debug
5571 output.
5572
ec48365d
PA
55732010-08-27 Pedro Alves <pedro@codesourcery.com>
5574
5575 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
5576 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
5577 (struct file_handler) <fd>: Change type to gdb_fildes_t.
5578 (process_event): Change local fd's type to gdb_fildes_t.
5579 (create_file_handler): Adjust prototype.
5580 (delete_file_handler): Adjust prototype.
5581 (handle_file_event): Adjust prototype. Use pfildes.
5582 (create_file_event): Adjsut prototype.
5583 * remote-utils.c (remote_desc, listen_desc): Change type to
5584 gdb_fildes_t.
5585 * server.h: New gdb_fildes_t typedef.
5586 [USE_WIN32API]: Include winsock2.h.
5587 (delete_file_handler, add_file_handler): Adjust prototypes.
5588 (pfildes): Declare.
5589 * utils.c (pfildes): New.
5590
854d88f0
PA
55912010-08-27 Pedro Alves <pedro@codesourcery.com>
5592
5593 * configure.ac (build_warnings): Add -Wno-char-subscripts.
5594 * configure: Regenerate.
5595
0146f85b
PA
55962010-08-27 Pedro Alves <pedro@codesourcery.com>
5597
5598 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
5599 (linux_done_accessing_memory): ... this.
5600 (linux_target_ops): Adjust.
5601 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
5602 * nto-low.c (nto_target_ops): Adjust comment.
5603 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
5604 * spu-low.c (spu_target_ops): Adjust comment.
5605 * target.h (target_ops): Rename unprepare_to_access_memory field
5606 to done_accessing_memory.
5607 (unprepare_to_access_memory): Rename to ...
5608 (done_accessing_memory): ... this.
5609
90d74c30
PA
56102010-08-26 Pedro Alves <pedro@codesourcery.com>
5611
5612 * linux-low.c (linux_prepare_to_access_memory): New.
5613 (linux_unprepare_to_access_memory): New.
5614 (linux_target_ops): Install them.
5615 * server.c (read_memory): Rename to ...
5616 (gdb_read_memory): ... this. Use
5617 prepare_to_access_memory/prepare_to_access_memory.
5618 (write_memory): Rename to ...
5619 (gdb_write_memory): ... this. Use
5620 prepare_to_access_memory/prepare_to_access_memory.
5621 (handle_search_memory_1): Adjust.
5622 (process_serial_event): Adjust.
5623 * target.h (struct target_ops): New fields
5624 prepare_to_access_memory and unprepare_to_access_memory.
5625 (prepare_to_access_memory, unprepare_to_access_memory): New.
5626 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
5627 prepare_to_access_memory/prepare_to_access_memory.
5628 * nto-low.c (nto_target_ops): Adjust.
5629 * spu-low.c (spu_target_ops): Adjust.
5630 * win32-low.c (win32_target_ops): Adjust.
5631
fd467969
PA
56322010-08-26 Pedro Alves <pedro@codesourcery.com>
5633
5634 * Makefile.in (WARN_CFLAGS): Get it from configure.
5635 (WERROR_CFLAGS): New.
5636 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
5637 * configure.ac: Introduce --enable-werror, which adds -Werror to
5638 the compiler command line. Enabled by default. Disable with
5639 --disable-werror. Add -Wdeclaration-after-statement
5640 Wpointer-arith and -Wformat-nonliteral to warning flags.
5641 * configure: Regenerate.
5642
331e2f5f
PA
56432010-08-26 Pedro Alves <pedro@codesourcery.com>
5644
5645 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
5646
e581f2b4
PA
56472010-08-26 Pedro Alves <pedro@codesourcery.com>
5648
5649 * gdbreplay.c (remote_error): New.
5650 (gdbchar): New.
5651 (expect): Use gdbchar. Check for error reading from GDB.
5652 Clarify sync error output.
5653 (play): Check for errors writing to GDB.
5654 * linux-low.c (sigchld_handler): Really ignore `write' errors.
5655 * remote-utils.c (getpkt): Check for errors writing to the remote
5656 descriptor.
5657
3c11dd79
PA
56582010-08-25 Pedro Alves <pedro@codesourcery.com>
5659
5660 * linux-low.c (linux_wait_1): Move non-debugging code out of
5661 `debug_threads' control.
5662
d20a8ad9
PA
56632010-08-25 Pedro Alves <pedro@codesourcery.com>
5664
5665 * linux-low.c (linux_wait_1): Don't set last_status here.
5666 * server.c (push_event, queue_stop_reply_callback): Assert we're
5667 not pushing a TARGET_WAITKIND_IGNORE event.
5668 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
5669 (myresume, handle_target_event): Set the thread's last_resume_kind
5670 and last_status from the target returned status.
5671
964e4306
PA
56722010-08-25 Pedro Alves <pedro@codesourcery.com>
5673
5674 PR threads/10729
5675
5676 * linux-x86-low.c (update_debug_registers_callback): New.
5677 (i386_dr_low_set_addr): Use it.
5678 (i386_dr_low_get_addr): New.
5679 (i386_dr_low_set_control): Use update_debug_registers_callback.
5680 (i386_dr_low_get_control): New.
5681 (i386_dr_low_get_status): Adjust.
5682 * linux-low.c (linux_stop_lwp): New.
5683 * linux-low.h (linux_stop_lwp): Declare.
5684
5685 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
5686 argument instead of a i386_debug_reg_state.
5687 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
5688 a i386_debug_reg_state.
5689 (i386_insert_aligned_watchpoint): Adjust.
5690 (i386_remove_aligned_watchpoint): Adjust.
5691 (i386_low_stopped_data_address): Read the debug registers from the
5692 inferior instead of from the mirrors.
5693 * i386-low.h (struct i386_debug_reg_state): Extend comment.
5694 (i386_dr_low_get_addr): Declare.
5695 (i386_dr_low_get_control): Declare.
5696 (i386_dr_low_get_status): Change prototype.
5697
5698 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
5699 (i386_dr_low_get_addr): New.
5700 (i386_dr_low_get_control): New.
5701 (i386_dr_low_get_status): Adjust prototype. Return
5702 dr_status_mirror.
5703 (i386_initial_stuff): Clear dr_status_mirror and
5704 dr_control_mirror.
5705 (i386_get_thread_context): Adjust.
5706 (i386_set_thread_context): Adjust.
5707 (i386_thread_added): Adjust.
5708
5f21a75b
PA
57092010-08-24 Pedro Alves <pedro@codesourcery.com>
5710
5711 * linux-low.h (linux_thread_area): Delete declaration.
5712
3e4c1235
TS
57132010-08-11 Thomas Schwinge <thomas@codesourcery.com>
5714
5715 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
5716 after its termination.
5717
1971b033
PA
57182010-08-09 Pedro Alves <pedro@codesourcery.com>
5719
5720 * linux-low.c (gdb_wants_lwp_stopped): Delete.
5721 (gdb_wants_all_stopped): Delete.
5722 (linux_wait_1): Don't call them.
5723 * server.c (handle_v_cont): Tag all threads as want-stopped.
5724 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
5725 stopped as "client-wants-stopped".
5726
310444ac
PA
57272010-07-31 Pedro Alves <pedro@codesourcery.com>
5728
5729 * Makefile.in (signals_h): New.
5730 (server_h): Depend on it.
5731 (server.o): Don't depend on $(signals_def).
5732 (signals.o): Depend on $(signals_def).
5733
a19cae16
JK
57342010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
5736 * Makefile.in (signals_def): New.
5737 (server_h): Append include/gdb/signals.h and signals_def.
5738 (server.o): Append signals_def.
5739
30d50328
JK
57402010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5741
5742 * server.c (handle_target_event): Use target_signal_to_host for
5743 resume_info.sig initialization.
5744 * target.h (struct thread_resume) <sig>: New comment.
5745
5c3216e2
OS
57462010-07-20 Ozkan Sezer <sezeroz@gmail.com>
5747
c6f46ca0
OS
5748 * server.c (handle_query): strcpy() the returned string from paddress()
5749 instead of sprintf().
5c3216e2
OS
5750 * utils.c (paddress): Return phex_nz().
5751
6bd31874
JB
57522010-07-07 Joel Brobecker <brobecker@adacore.com>
5753
5754 * server.c (handle_v_cont): Call mourn_inferior if process
5755 just exited.
5756 (myresume): Likewise.
5757
0fb4aa4b
PA
57582010-07-01 Pedro Alves <pedro@codesourcery.com>
5759
5760 Static tracepoints, and integration with UST.
5761
5762 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
5763 * mem-break.c (uninsert_all_breakpoints)
5764 (reinsert_all_breakpoints): New.
5765 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
5766 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
5767 (gdb_agent_ust_loaded, helper_thread_id)
5768 (gdb_agent_helper_thread_id): New macros.
5769 (struct ipa_sym_addresses): Add addr_ust_loaded,
5770 addr_helper_thread_id, addr_cmd_buf.
5771 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
5772 (in_process_agent_loaded_ust): New.
5773 (write_e_ust_not_loaded): New.
5774 (maybe_write_ipa_ust_not_loaded): New.
5775 (struct collect_static_trace_data_action): New.
5776 (enum tracepoint_type) <static_tracepoint>: New.
5777 (struct tracepoint) <handle>: Mention static tracepoints.
5778 (struct static_tracepoint_ctx): New.
5779 (CMD_BUF_SIZE): New.
5780 (add_tracepoint_action): Handle static tracepoint actions.
5781 (unprobe_marker_at): New.
5782 (clear_installed_tracepoints): Handle static tracepoints.
5783 (cmd_qtdp): Handle static tracepoints.
5784 (probe_marker_at): New.
5785 (cmd_qtstart): Handle static tracepoints.
5786 (response_tracepoint): Handle static tracepoints.
5787 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
5788 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
5789 (get_context_regcache): Handle static tracepoints.
5790 (do_action_at_tracepoint): Handle static tracepoint actions.
5791 (traceframe_find_block_type): Handle static trace data blocks.
5792 (traceframe_read_sdata): New.
5793 (download_tracepoints): Download static tracepoint actions.
5794 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
5795 (GDB_PROBE_NAME): New.
5796 (ust_ops): New.
5797 (GET_UST_SYM): New.
5798 (USTF): New.
5799 (dlsym_ust): New.
5800 (ust_marker_to_static_tracepoint): New.
5801 (gdb_probe): New.
5802 (collect_ust_data_at_tracepoint): New.
5803 (gdb_ust_probe): New.
5804 (UNIX_PATH_MAX, SOCK_DIR): New.
5805 (gdb_ust_connect_sync_socket): New.
5806 (resume_thread, stop_thread): New.
5807 (run_inferior_command): New.
5808 (init_named_socket): New.
5809 (gdb_ust_socket_init): New.
5810 (cstr_to_hexstr): New.
5811 (next_st): New.
5812 (first_marker, next_marker): New.
5813 (response_ust_marker): New.
5814 (cmd_qtfstm, cmd_qtsstm): New.
5815 (unprobe_marker_at, probe_marker_at): New.
5816 (cmd_qtstmat, gdb_ust_thread): New.
5817 (gdb_ust_init): New.
5818 (initialize_tracepoint_ftlib): Call gdb_ust_init.
5819 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
5820 (ST_REGENTRY): New.
5821 (x86_64_st_collect_regmap): New.
5822 (X86_64_NUM_ST_COLLECT_GREGS): New.
5823 (AMD64_RIP_REGNUM): New.
5824 (supply_static_tracepoint_registers): New.
5825 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
5826 (ST_REGENTRY): New.
5827 (i386_st_collect_regmap): New.
5828 (i386_NUM_ST_COLLECT_GREGS): New.
5829 (supply_static_tracepoint_registers): New.
5830 * server.c (handle_query): Handle qXfer:statictrace:read.
5831 <qSupported>: Report support for StaticTracepoints, and
5832 qXfer:statictrace:read features.
5833 * server.h (traceframe_read_sdata)
5834 (supply_static_tracepoint_registers): Declare.
5835 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
5836 (unpack_varlen_hex): Include in IPA build.
5837 * Makefile.in (ustlibs, ustinc): New.
5838 (IPA_OBJS): Add remote-utils-ipa.o.
5839 ($(IPA_LIB)): Link -ldl and -lpthread.
5840 (UST_CFLAGS): New.
5841 (IPAGENT_CFLAGS): Add UST_CFLAGS.
5842 * config.in, configure: Regenerate.
5843
9e4344e5
PA
58442010-06-20 Ian Lance Taylor <iant@google.com>
5845 Pedro Alves <pedro@codesourcery.com>
5846
5847 * linux-x86-low.c (always_true): Delete.
5848 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
5849 trying to fool the compiler with always_true.
5850
c6beb2cb
PA
58512010-06-20 Pedro Alves <pedro@codesourcery.com>
5852
5853 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
5854 conditions in gdbserver.
5855
d2ed6730
UW
58562010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
5857
5858 * spu-low.c (spu_read_memory): Wrap around local store limit.
5859 (spu_write_memory): Likewise.
5860
4e29fb54
PA
58612010-06-15 Pedro Alves <pedro@codesourcery.com>
5862
5863 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
5864 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
5865 LONGEST uses.
5866 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
5867 uses.
5868 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
5869 uses with LONGEST uses.
5870
6a271cae
PA
58712010-06-14 Stan Shebs <stan@codesourcery.com>
5872 Pedro Alves <pedro@codesourcery.com>
5873
5874 Bytecode compiler.
5875
5876 * linux-x86-low.c: Include limits.h.
5877 (add_insns): New.
5878 (always_true): New.
5879 (EMIT_ASM): New.
5880 (EMIT_ASM32): New.
5881 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
5882 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
5883 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
5884 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
5885 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
5886 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
5887 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
5888 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
5889 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
5890 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
5891 (amd64_emit_void_call_2): New.
5892 (amd64_emit_ops): New.
5893 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
5894 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
5895 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
5896 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
5897 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
5898 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
5899 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
5900 (i386_emit_call, i386_emit_reg, i386_emit_pop)
5901 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
5902 (i386_emit_stack_adjust, i386_emit_int_call_1)
5903 (i386_emit_void_call_2): New.
5904 (i386_emit_ops): New.
5905 (x86_emit_ops): New.
5906 (the_low_target): Install x86_emit_ops.
5907 * server.h (struct emit_ops): New.
5908 (get_raw_reg_func_addr): Declare.
5909 (current_insn_ptr, emit_error): Declare.
5910 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
5911 (set_trace_state_variable_value): New defines.
5912 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
5913 addr_get_trace_state_variable_value and
5914 addr_set_trace_state_variable_value.
5915 (symbol_list): New fields for get_raw_reg,
5916 get_trace_state_variable_value and set_trace_state_variable_value.
5917 (condfn): New typedef.
5918 (struct tracepoint): New field `compiled_cond'.
5919 (do_action_at_tracepoint): Clear compiled_cond.
5920 (get_trace_state_variable_value, set_trace_state_variable_value):
5921 Export in the IPA.
5922 (condition_true_at_tracepoint): If there's a compiled condition,
5923 run that.
5924 (current_insn_ptr, emit_error): New globals.
5925 (struct bytecode_address): New.
5926 (get_raw_reg_func_addr): New.
5927 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
5928 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
5929 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
5930 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
5931 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
5932 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
5933 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
5934 (compile_tracepoint_condition, compile_bytecodes): New.
5935 * target.h (emit_ops): Forward declare.
5936 (struct target_ops): New field emit_ops.
5937 (target_emit_ops): New.
5938 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
5939 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
5940 * linux-low.c (linux_emit_ops): New.
5941 (linux_target_ops): Install it.
5942 * linux-low.h (struct linux_target_ops): New field emit_ops.
5943
92b72907
UW
59442010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
5945
5946 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
5947 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
5948
fa593d66
PA
59492010-06-01 Pedro Alves <pedro@codesourcery.com>
5950 Stan Shebs <stan@codesourcery.com>
5951
5952 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
5953 (all): Depend on $(extra_libraries).
5954 (install-only): Install the IPA.
5955 (IPA_OBJS, IPA_LIB): New.
5956 (clean): Remove the IPA lib.
5957 (IPAGENT_CFLAGS): New.
5958 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
5959 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
5960 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
5961 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
5962 * configure.ac: Check for atomic builtins support in the compiler.
5963 (IPA_DEPFILES, extra_libraries): Define.
5964 * configure.srv (ipa_obj): Add description.
5965 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
5966 (i[34567]86-*-linux*): Set ipa_obj.
5967 (x86_64-*-linux*): Set ipa_obj.
5968 * linux-low.c (stabilizing_threads): New.
5969 (supports_fast_tracepoints): New.
5970 (linux_detach): Stabilize threads before detaching.
5971 (handle_tracepoints): Handle internal tracing breakpoints. Assert
5972 the lwp is either not stabilizing, or is moving out of a jump pad.
5973 (linux_fast_tracepoint_collecting): New.
5974 (maybe_move_out_of_jump_pad): New.
5975 (enqueue_one_deferred_signal): New.
5976 (dequeue_one_deferred_signal): New.
5977 (linux_wait_for_event_1): If moving out of a jump pad, defer
5978 pending signals to later.
5979 (linux_stabilize_threads): New.
5980 (linux_wait_1): Check if threads need moving out of jump pads, and
5981 do it if so.
5982 (stuck_in_jump_pad_callback): New.
5983 (move_out_of_jump_pad_callback): New.
5984 (lwp_running): New.
5985 (linux_resume_one_lwp): Handle moving out of jump pads.
5986 (linux_set_resume_request): Dequeue deferred signals.
5987 (need_step_over_p): Also step over fast tracepoint jumps.
5988 (start_step_over): Also uninsert fast tracepoint jumps.
5989 (finish_step_over): Also reinsert fast tracepoint jumps.
5990 (linux_install_fast_tracepoint_jump): New.
5991 (linux_target_ops): Install linux_stabilize_threads and
5992 linux_install_fast_tracepoint_jump_pad.
5993 * linux-low.h (linux_target_ops) <get_thread_area,
5994 install_fast_tracepoint_jump_pad>: New fields.
5995 (struct lwp_info) <collecting_fast_tracepoint,
5996 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
5997 (linux_get_thread_area): Declare.
5998 * linux-x86-low.c (jump_insn): New.
5999 (x86_get_thread_area): New.
6000 (append_insns): New.
6001 (push_opcode): New.
6002 (amd64_install_fast_tracepoint_jump_pad): New.
6003 (i386_install_fast_tracepoint_jump_pad): New.
6004 (x86_install_fast_tracepoint_jump_pad): New.
6005 (the_low_target): Install x86_get_thread_area and
6006 x86_install_fast_tracepoint_jump_pad.
6007 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
6008 (struct fast_tracepoint_jump): New.
6009 (fast_tracepoint_jump_insn): New.
6010 (fast_tracepoint_jump_shadow): New.
6011 (find_fast_tracepoint_jump_at): New.
6012 (fast_tracepoint_jump_here): New.
6013 (delete_fast_tracepoint_jump): New.
6014 (set_fast_tracepoint_jump): New.
6015 (uninsert_fast_tracepoint_jumps_at): New.
6016 (reinsert_fast_tracepoint_jumps_at): New.
6017 (set_breakpoint_at): Use write_inferior_memory.
6018 (uninsert_raw_breakpoint): Use write_inferior_memory.
6019 (check_mem_read): Mask out fast tracepoint jumps.
6020 (check_mem_write): Mask out fast tracepoint jumps.
6021 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
6022 (set_fast_tracepoint_jump): Declare.
6023 (delete_fast_tracepoint_jump)
6024 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
6025 (reinsert_fast_tracepoint_jumps_at): Declare.
6026 * regcache.c: Don't compile many functions when building the
6027 in-process agent library.
6028 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
6029 the register buffer in the heap.
6030 (free_register_cache): If the register buffer isn't owned by the
6031 regcache, don't free it.
6032 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
6033 pre-existing register caches.
6034 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
6035 type.
6036 (convert_ascii_to_int): : Constify `from' parameter type.
6037 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
6038 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
6039 the needed buffer in-place.
6040 (relocate_instruction): New.
6041 * server.c (handle_query) <qSymbols>: If the target supports
6042 tracepoints, give it a chance of looking up symbols. Report
6043 support for fast tracepoints.
6044 (handle_status): Stabilize threads.
6045 (process_serial_event): Adjust.
6046 * server.h (struct fast_tracepoint_jump): Forward declare.
6047 (struct process_info) <fast_tracepoint_jumps>: New field.
6048 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
6049 (decode_X_packet, decode_M_packet): Adjust.
6050 (relocate_instruction): Declare.
6051 (in_process_agent_loaded): Declare.
6052 (tracepoint_look_up_symbols): Declare.
6053 (struct fast_tpoint_collect_status): Declare.
6054 (fast_tracepoint_collecting): Declare.
6055 (force_unlock_trace_buffer): Declare.
6056 (handle_tracepoint_bkpts): Declare.
6057 (initialize_low_tracepoint)
6058 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
6059 * target.h (struct target_ops) <stabilize_threads,
6060 install_fast_tracepoint_jump_pad>: New fields.
6061 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
6062 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
6063 [HAVE_STDINT_H]: Include stdint.h.
6064 (trace_debug_1): Rename to ...
6065 (trace_vdebug): ... this.
6066 (trace_debug): Rename to ...
6067 (trace_debug_1): ... this. Add `level' parameter.
6068 (trace_debug): New.
6069 (ATTR_USED, ATTR_NOINLINE): New.
6070 (IP_AGENT_EXPORT): New.
6071 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
6072 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
6073 (about_to_request_buffer_space, trace_buffer_is_full)
6074 (stopping_tracepoint, expr_eval_result, error_tracepoint)
6075 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
6076 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
6077 (traceframe_write_count, traceframes_created)
6078 (trace_state_variables)
6079 New renaming defines.
6080 (struct ipa_sym_addresses): New.
6081 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
6082 (symbol_list): New.
6083 (ipa_sym_addrs): New.
6084 (all_tracepoint_symbols_looked_up): New.
6085 (in_process_agent_loaded): New.
6086 (write_e_ipa_not_loaded): New.
6087 (maybe_write_ipa_not_loaded): New.
6088 (tracepoint_look_up_symbols): New.
6089 (debug_threads) [IN_PROCESS_AGENT]: New.
6090 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
6091 (UNKNOWN_SIDE_EFFECTS): New.
6092 (stop_tracing): New.
6093 (flush_trace_buffer): New.
6094 (stop_tracing_bkpt): New.
6095 (flush_trace_buffer_bkpt): New.
6096 (read_inferior_integer): New.
6097 (read_inferior_uinteger): New.
6098 (read_inferior_data_pointer): New.
6099 (write_inferior_data_pointer): New.
6100 (write_inferior_integer): New.
6101 (write_inferior_uinteger): New.
6102 (struct collect_static_trace_data_action): Delete.
6103 (enum tracepoint_type): New.
6104 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
6105 <actions_str, step_actions, step_actions_str>: Only include in
6106 GDBserver.
fa593d66
PA
6107 <orig_size, obj_addr_on_target, adjusted_insn_addr>
6108 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
6109 (tracepoints): Use IP_AGENT_EXPORT.
6110 (last_tracepoint): Don't include in the IPA.
6111 (stopping_tracepoint): Use IP_AGENT_EXPORT.
6112 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
6113 (alloced_trace_state_variables): New.
6114 (trace_state_variables): Use IP_AGENT_EXPORT.
6115 (traceframe_t): Delete unused variable.
6116 (circular_trace_buffer): Don't include in the IPA.
6117 (trace_buffer_start): Delete.
6118 (struct trace_buffer_control): New.
6119 (trace_buffer_free): Delete.
6120 (struct ipa_trace_buffer_control): New.
6121 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
6122 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
6123 New.
6124 (trace_buffer_ctrl): New.
6125 (TRACE_BUFFER_CTRL_CURR): New.
6126 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
6127 Reimplement as macros.
6128 (trace_buffer_wrap): Delete.
6129 (traceframe_write_count, traceframe_read_count)
6130 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
6131 (struct tracepoint_hit_ctx) <type>: New field.
6132 (struct fast_tracepoint_ctx): New.
6133 (memory_barrier): New.
6134 (cmpxchg): New.
6135 (record_tracepoint_error): Update atomically in the IPA.
6136 (clear_inferior_trace_buffer): New.
6137 (about_to_request_buffer_space): New.
6138 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
6139 updating the same buffer.
6140 (add_tracepoint): Default the tracepoint's type to trap
6141 tracepoint, and orig_size to -1.
6142 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
6143 internal variables.
6144 (create_trace_state_variable): New parameter `gdb'. Handle it.
6145 (clear_installed_tracepoints): Clear fast tracepoint jumps.
6146 (cmd_qtdp): Handle fast tracepoints.
6147 (cmd_qtdv): Adjust.
6148 (max_jump_pad_size): New.
6149 (gdb_jump_pad_head): New.
6150 (get_jump_space_head): New.
6151 (claim_jump_space): New.
6152 (sort_tracepoints): New.
6153 (MAX_JUMP_SIZE): New.
6154 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
6155 IPA.
6156 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
6157 support. Upload fast traceframes, and delete internal IPA
6158 breakpoints.
6159 (stop_tracing_handler): New.
6160 (flush_trace_buffer_handler): New.
6161 (cmd_qtstop): Upload fast tracepoints.
6162 (response_tracepoint): Handle fast tracepoints.
6163 (tracepoint_finished_step): Upload fast traceframes. Set the
6164 tracepoint hit context's tracepoint type.
6165 (handle_tracepoint_bkpts): New.
6166 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
6167 type. Add comment about fast tracepoints.
6168 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
6169 non-existing action_str field.
6170 (get_context_regcache): Handle fast tracepoints.
6171 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
6172 to the regcache.
6173 (fast_tracepoint_from_jump_pad_address): New.
6174 (fast_tracepoint_from_ipa_tpoint_address): New.
6175 (collecting_t): New.
6176 (force_unlock_trace_buffer): New.
6177 (fast_tracepoint_collecting): New.
6178 (collecting): New.
6179 (gdb_collect): New.
6180 (write_inferior_data_ptr): New.
6181 (target_tp_heap): New.
6182 (target_malloc): New.
6183 (download_agent_expr): New.
6184 (UALIGN): New.
6185 (download_tracepoints): New.
6186 (download_trace_state_variables): New.
6187 (upload_fast_traceframes): New.
6188 (IPA_FIRST_TRACEFRAME): New.
6189 (IPA_NEXT_TRACEFRAME_1): New.
6190 (IPA_NEXT_TRACEFRAME): New.
6191 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
6192 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
6193 (gdb_jump_pad_buffer_end): New.
6194 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
6195 (initialize_tracepoint): Adjust.
6196 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
6197 buffer. Initialize the low module.
6198 * utils.c (PREFIX, TOOLNAME): New.
6199 (malloc_failure): Use PREFIX.
6200 (error): In the IPA, an error causes an exit.
6201 (fatal, warning): Use PREFIX.
6202 (internal_error): Use TOOLNAME.
6203 (NUMCELLS): Increase to 10.
6204 * configure, config.in: Regenerate.
6205
d149dd1d
PA
62062010-06-01 Pedro Alves <pedro@codesourcery.com>
6207
6208 * server.c (handle_query) <qSupported>: Do two passes over the
6209 qSupported string to avoid nesting strtok.
6210
f6528abd
JK
62112010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6212
6213 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
6214 (CDEPS): New.
6215 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
6216 -Wl,--dynamic-list.
6217 * configure: Regenerate.
6218 * proc-service.list: New.
6219
ca2a87a0
JK
62202010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6221
6222 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
6223 New comment.
6224
363a6e9f
OS
62252010-05-26 Ozkan Sezer <sezeroz@gmail.com>
6226
6227 * gdbreplay.c (remote_open): Check error return from socket() call by
6228 its equality to -1 not by it being negative.
6229 * remote-utils.c (remote_open): Likewise.
6230
d23b6cb1
PA
62312010-05-23 Pedro Alves <pedro@codesourcery.com>
6232
6233 * config.h: Regenerate.
6234
28d3cf85
MK
62352010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6236
6237 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
6238 doesn't provide PTRACE_GET_THREAD_AREA.
6239
fea36a59
MK
62402010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6241
6242 * linux-m68k-low.c: Include <asm/ptrace.h>
6243 (ps_get_thread_area): Implement.
6244
24b066ba
DE
62452010-05-03 Doug Evans <dje@google.com>
6246
6247 * event-loop.c (struct callback_event): New struct.
6248 (callback_list): New global.
6249 (append_callback_event, delete_callback_event): New functions.
6250 (process_callback): New function.
6251 (start_event_loop): Call it.
6252 * remote-utils.c (NOT_SCHEDULED): Define.
6253 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
6254 moved out of readchar.
6255 (readchar): Rewrite. Call reschedule before returning.
6256 (reset_readchar): New function.
6257 (remote_close): Call it.
6258 (process_remaining, reschedule): New functions.
6259 * server.h (callback_handler_func): New typedef.
6260 (append_callback_event, delete_callback_event): Declare.
6261
9836d6ea
PA
62622010-05-03 Pedro Alves <pedro@codesourcery.com>
6263
6264 * proc-service.c (ps_pglobal_lookup): Use
6265 thread_db_look_up_one_symbol.
6266 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
6267 parameter. Use it instead of all_symbols_looked_up.
6268 * server.h (struct process_info) <all_symbols_looked_up>: Delete
6269 field.
6270 (all_symbols_looked_up): Don't declare.
6271 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
6272 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
6273 field.
6274 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
6275 Set all_symbols_looked_up here.
6276 (thread_db_look_up_one_symbol): New.
6277 (thread_db_get_tls_address): Adjust.
6278 (thread_db_load_search, try_thread_db_load_1): Always allocate the
6279 thread_db object on the heap, and tentatively set it in the
6280 process structure.
6281 (thread_db_init): Don't set all_symbols_looked_up here.
6282 * linux-low.h (thread_db_look_up_one_symbol): Declare.
6283
7984d532
PA
62842010-05-03 Pedro Alves <pedro@codesourcery.com>
6285
6286 * linux-low.c (linux_kill, linux_detach): Adjust.
6287 (status_pending_p_callback): Remove redundant statement. Check
6288 for !TARGET_WAITIKIND_IGNORE, instead of
6289 TARGET_WAITKIND_STOPPED.
6290 (handle_tracepoints): Make sure LWP is locked. Adjust.
6291 (linux_wait_for_event_1): Adjust.
6292 (linux_cancel_breakpoints): New.
6293 (unsuspend_one_lwp): New.
6294 (unsuspend_all_lwps): New.
6295 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
6296 (send_sigstop_callback): Change return type to int, add new
6297 `except' parameter and handle it.
6298 (suspend_and_send_sigstop_callback): New.
6299 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
6300 pass them down. If SUSPEND, also increment the lwp's suspend
6301 count.
6302 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
6303 (need_step_over_p): Don't consider suspended LWPs.
6304 (start_step_over): Adjust.
6305 (proceed_one_lwp): Change return type to int, add new `except'
6306 parameter and handle it.
6307 (unsuspend_and_proceed_one_lwp): New.
6308 (proceed_all_lwps): Use find_inferior instead of
6309 for_each_inferior.
6310 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
6311 also decrement the suspend count of LWPs. Pass `except' down,
6312 instead of hacking its suspend count.
6313 (linux_pause_all): Add `freeze' parameter. Adjust.
6314 (linux_unpause_all): New.
6315 (linux_target_ops): Install linux_unpause_all.
6316 * server.c (handle_status): Adjust.
6317 * target.h (struct target_ops): New fields `unpause_all' and
6318 `cancel_breakpoints'. Add new parameter to `pause_all'.
6319 (pause_all): Add new `freeze' parameter.
6320 (unpause_all): New.
6321 (cancel_breakpoints): New.
6322 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
6323 cancel breakpoints.
6324 (cmd_qtstart): Pause threads.
6325 (stop_tracing): Pause threads, and cancel breakpoints.
6326 * win32-low.c (win32_target_ops): Adjust.
6327
e471f25b
PA
63282010-05-03 Pedro Alves <pedro@codesourcery.com>
6329
6330 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
6331 the inferior right away from here...
6332 (linux_wait_1): ... to here, and adjust to check the thread's
6333 last_resume_kind instead of the lwp's step or stop_expected flags.
6334
1915ef4f
PA
63352010-05-02 Pedro Alves <pedro@codesourcery.com>
6336
6337 * README: Use consistent `GDB' and `GDBserver' spellings.
6338
f9e39928
PA
63392010-05-02 Pedro Alves <pedro@codesourcery.com>
6340
6341 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
6342 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
6343 (linux_detach_one_lwp): Assume the lwp is stopped.
6344 (any_thread_of): Delete.
6345 (linux_detach): Stop all lwps here. Don't blindly delete all
6346 breakpoints.
6347 (delete_lwp_callback): New.
6348 (linux_mourn): Delete all lwps of the process that is gone.
6349 (linux_wait_1): Don't delete the last lwp of the process here.
6350 * mem-break.h (mark_breakpoints_out): Declare.
6351 * mem-break.c (mark_breakpoints_out): New.
6352 (free_all_breakpoints): Use it.
6353 * server.c (handle_target_event): If the process is gone, mark
6354 breakpoints out.
6355 * thread-db.c (struct thread_db) <create_bp>: New field.
6356 (thread_db_enable_reporting): Fix prototype. Store a thread event
6357 breakpoint reference in the thread_db struct.
6358 (thread_db_load_search): Clear the thread_db object.
6359 (try_thread_db_load_1): Ditto.
6360 (switch_to_process): New.
6361 (disable_thread_event_reporting): Use it.
6362 (remove_thread_event_breakpoints): New.
6363 (thread_db_detach, thread_db_mourn): Use it.
6364
1e7fc18c
PA
63652010-05-01 Pedro Alves <pedro@codesourcery.com>
6366
6367 * linux-low.c (linux_enable_event_reporting): New.
6368 (linux_wait_for_event_1, handle_extended_wait): Use it.
6369
02fc4de7
PA
63702010-04-30 Pedro Alves <pedro@codesourcery.com>
6371
6372 * linux-low.c (linux_kill_one_lwp, linux_kill)
6373 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
6374 (send_sigstop): Take an lwp_info as parameter instead. Queue a
6375 SIGSTOP even if the LWP is stopped.
6376 (send_sigstop_callback): New.
6377 (stop_all_lwps): Use send_sigstop_callback instead.
6378 (linux_resume_one_thread): Adjust.
6379 (proceed_one_lwp): Still proceed an LWP that the client has
6380 requested to stop, if we haven't reported it as stopped yet. Make
6381 sure that LWPs the client want stopped, have a pending SIGSTOP.
6382
bc3b5632
DE
63832010-04-26 Doug Evans <dje@google.com>
6384
ae1ada35
DE
6385 * server.c (handle_general_set): Make static.
6386
bc3b5632
DE
6387 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
6388 Print received char after testing for error/eof instead of before.
6389 (input_interrupt): Tweak comment.
6390
65730243
DE
63912010-04-23 Doug Evans <dje@google.com>
6392
6393 * server.c (start_inferior): Print inferior argv if --debug.
6394
a8ae7dc0
AR
63952010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
6396
6397 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
6398 * nto-x86-low.c: Include server.h
6399
1c07cc19
PM
64002010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
6401
6402 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
6403 be consistent with other sources of this directory.
6404 (init_registers_amd64): Correct name of source file of this function
6405 in the comment.
6406
e0a61e09
PM
64072010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6408
6409 * configure.srv (x86_64-*-mingw*): New configuration for Windows
6410 64-bit executables.
6411
54709339
PM
64122010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6413
6414 * win32-i386-low.c: Add 64-bit support.
6415 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
6416 (init_registers_amd64): Declare.
6417 (mappings): Add 64-bit version of array.
6418 (init_windows_x86): New function.
6419 (the_low_target): Change init_arch field to init_windows_x86.
6420
e8f0053d
PM
64212010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6422
6423 * win32-low.c: Adapt to support also 64-bit architecture.
6424 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
6425 (get_image_name): Use SIZE_T type for local variable `done'.
6426 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
6427 (toolhelp_get_dll_name): Idem.
6428 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
6429 Use uintptr_t typecast to avoid warning.
6430 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
6431 (handle_exception): Use phex_nz to avoid warning.
6432 (win32_wait): Remove unused local variable `process'.
6433
c481e77e
PM
64342010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6435
6436 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
6437 `amd64-avx.o'.
6438
12ea4b69
PM
64392010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
6440
6441 * configure.ac: Use `ws2_32' library for srv_mingw.
6442 * configure: Regenerate.
6443 * gdbreplay.c: Include winsock2.h instead of winsock.h.
6444 * remote-utils.c: Likewise.
6445
f6d1620c
L
64462010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6447
6448 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
6449 if __x86_64__ is defined.
6450
8e642873
PM
64512010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6452
6453 * configure: Regenerate.
6454
711e434b
PM
64552010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6456
6457 * server.c (handle_query): Handle 'qGetTIBAddr' query.
6458 * target.h (target_ops): New get_tib_address field.
6459 * win32-low.h (win32_thread_info): Add thread_local_base field.
6460 * win32-low.c (child_add_thread): Add tlb argument.
6461 Set thread_local_base field to TLB.
6462 (get_child_debug_event): Adapt to child_add_thread change.
6463 (win32_get_tib_address): New function.
6464 (win32_target_ops): Set get_tib_address field to
6465 win32_get_tib_address.
6466 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
6467
505106cd
PA
64682010-04-12 Pedro Alves <pedro@codesourcery.com>
6469
505106cd
PA
6470 * linux-low.c (linux_mourn): Also remove the process.
6471 * server.c (handle_target_event): Don't remove the process here.
6472 * nto-low.c (nto_mourn): New.
6473 (nto_target_ops): Install it.
6474 * spu-low.c (spu_mourn): New.
6475 (spu_target_ops): Install it.
6476 * win32-low.c (win32_mourn): New.
6477 (win32_target_ops): Install it.
6478
e8470a06
PA
64792010-04-12 Pedro Alves <pedro@codesourcery.com>
6480
6481 * server.h (buffer_xml_printf): Remove redundant `;'.
6482
45ba0d02
PA
64832010-04-12 Pedro Alves <pedro@codesourcery.com>
6484
6485 * regcache.c (set_register_cache): Invalidate regcaches before
6486 changing the register cache layout.
6487 (regcache_invalidate_one): Allow a NULL regcache.
6488 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
6489 regcaches before changing the register cache layout or the target
6490 regsets.
6491
59e04013
L
64922010-04-12 H.J. Lu <hongjiu.lu@intel.com>
6493
6494 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
6495 variable warning on Linux/x86-64.
6496
8336d594
PA
64972010-04-11 Pedro Alves <pedro@codesourcery.com>
6498
6499 GDBserver disconnected tracing support.
6500
6501 * linux-low.c (linux_remove_process): Delete.
6502 (add_lwp): Don't set last_resume_kind here.
6503 (linux_kill): Use `mourn'.
6504 (linux_detach): Use `thread_db_detach', and `mourn'.
6505 (linux_mourn): New.
6506 (linux_attach_lwp_1): Adjust comment.
6507 (linux_attach): last_resume_kind moved the thread_info; adjust.
6508 (status_pending_p_callback): Adjust.
6509 (linux_wait_for_event_1): Adjust.
6510 (count_events_callback, select_singlestep_lwp_callback)
6511 (select_event_lwp_callback, cancel_breakpoints_callback)
6512 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
6513 (proceed_one_lwp): Adjust.
6514 (linux_async): Add debug output.
6515 (linux_thread_stopped): New.
6516 (linux_pause_all): New.
6517 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
6518 linux_pause_all.
6519 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
6520 (thread_db_free): Delete declaration.
6521 (thread_db_detach, thread_db_mourn): Declare.
6522 * thread-db.c (thread_db_init): Use thread_db_mourn.
6523 (thread_db_free): Delete, split in two.
6524 (disable_thread_event_reporting): New.
6525 (thread_db_detach): New.
6526 (thread_db_mourn): New.
6527
6528 * server.h (struct thread_info) <last_resume_kind>: New field.
6529 <attached>: Add comment.
6530 <gdb_detached>: New field.
6531 (handler_func): Change return type to int.
6532 (handle_serial_event, handle_target_event): Ditto.
6533 (gdb_connected): Declare.
6534 (tracing): Delete.
6535 (disconnected_tracing): Declare.
6536 (stop_tracing): Declare.
6537
6538 * server.c (handle_query) <qSupported>: Report support for
6539 disconnected tracing.
6540 (queue_stop_reply_callback): Account for running threads.
6541 (gdb_wants_thread_stopped): New.
6542 (gdb_wants_all_threads_stopped): New.
6543 (gdb_reattached_process): New.
6544 (handle_status): Clear the `gdb_detached' flag of all processes.
6545 In all-stop, stop all threads.
6546 (main): Be sure to leave tfind mode. Handle disconnected tracing.
6547 (process_serial_event): If the remote connection breaks, or if an
6548 exit was forced with "monitor exit", force an event loop exit.
6549 Handle disconnected tracing on detach.
6550 (handle_serial_event): Adjust.
6551 (handle_target_event): If GDB isn't connected, forward events back
6552 to the inferior, unless the last process exited, in which case,
6553 exit gdbserver. Adjust interface.
6554
6555 * remote-utils.c (remote_open): Don't block in accept. Instead
6556 register an event loop source on the listen socket file
6557 descriptor. Refactor bits into ...
6558 (listen_desc): ... this new global.
6559 (gdb_connected): ... this new function.
6560 (enable_async_notification): ... this new function.
6561 (handle_accept_event): ... this new function.
6562 (remote_close): Clear remote_desc.
6563
6564 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
6565
6566 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
6567 New fields.
6568 (mourn_inferior): Define.
6569 (target_process_qsupported): Avoid the dangling else problem.
6570 (thread_stopped): Define.
6571 (pause_all): Define.
6572 (target_waitstatus_to_string): Declare.
6573 * target.c (target_waitstatus_to_string): New.
6574
6575 * tracepoint.c (tracing): Make extern.
6576 (disconnected_tracing): New.
6577 (stop_tracing): Make extern. Handle tracing stops due to GDB
6578 disconnecting.
6579 (cmd_qtdisconnected): New.
6580 (cmd_qtstatus): Report disconnected tracing status in trace reply.
6581 (handle_tracepoint_general_set): Handle QTDisconnected.
6582
6583 * event-loop.c (event_handler_func): Change return type to int.
6584 (process_event): Bail out if the event handler wants the event
6585 loop to stop.
6586 (handle_file_event): Ditto.
6587 (start_event_loop): Bail out if the event handler wants the event
6588 loop to stop.
6589
6590 * nto-low.c (nto_target_ops): Adjust.
6591 * spu-low.c (spu_wait): Don't remove the process here.
6592 (spu_target_ops): Adjust.
6593 * win32-low.c (win32_wait): Don't remove the process here.
6594 (win32_target_ops): Adjust.
6595
5d267c4c
PA
65962010-04-11 Pedro Alves <pedro@codesourcery.com>
6597
6598 * regcache.c (realloc_register_cache): Invalidate inferior's
6599 regcache before recreating it.
6600
623ccd72
PA
66012010-04-09 Pedro Alves <pedro@codesourcery.com>
6602
6603 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
6604
219f2f23
PA
66052010-04-09 Stan Shebs <stan@codesourcery.com>
6606 Pedro Alves <pedro@codesourcery.com>
6607
6608 * server.h (LONGEST): New.
6609 (struct thread_info) <while_stepping>: New field.
6610 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
6611 Declare.
6612 (initialize_tracepoint, handle_tracepoint_general_set)
6613 (handle_tracepoint_query, tracepoint_finished_step)
6614 (tracepoint_was_hit, release_while_stepping_state_list):
6615 (current_traceframe): Declare.
6616 * server.c (handle_general_set): Handle tracepoint packets.
6617 (read_memory): New.
6618 (write_memory): New.
6619 (handle_search_memory_1): Use read_memory.
6620 (handle_query): Report support for conditional tracepoints, trace
6621 state variables, and tracepoint sources. Handle tracepoint
6622 queries.
6623 (main): Initialize the tracepoints module.
6624 (process_serial_event): Handle traceframe reads/writes.
6625
6626 * linux-low.c (handle_tracepoints): New.
6627 (linux_wait_1): Call it.
6628 (linux_resume_one_lwp): Handle while-stepping.
6629 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
6630 (linux_target_ops): Install them.
6631 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
6632 New field.
6633 * linux-x86-low.c (x86_supports_tracepoints): New.
6634 (the_low_target). Install it.
6635
6636 * mem-break.h (delete_breakpoint): Declare.
6637 * mem-break.c (delete_breakpoint): Make external.
6638
6639 * target.h (struct target_ops): Add `supports_tracepoints',
6640 `read_pc', and `write_pc' fields.
6641 (target_supports_tracepoints): Define.
6642 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
6643 (phex_nz): New.
6644
6645 * regcache.h (struct regcache) <registers_owned>: New field.
6646 (init_register_cache, regcache_cpy): Declare.
6647 (regcache_read_pc, regcache_write_pc): Declare.
6648 (register_cache_size): Declare.
6649 (supply_regblock): Declare.
6650 * regcache.c (init_register_cache): New.
6651 (new_register_cache): Use it.
6652 (regcache_cpy): New.
6653 (register_cache_size): New.
6654 (supply_regblock): New.
6655 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 6656
219f2f23
PA
6657 * tracepoint.c: New.
6658
6659 * Makefile.in (OBS): Add tracepoint.o.
6660 (tracepoint.o): New rule.
6661
3a13a53b
L
66622010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6663
6664 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
6665 (i386-mmx.o): New.
6666 (i386-mmx.c): Likewise.
6667 (i386-mmx-linux.o): Likewise.
6668 (i386-mmx-linux.c): Likewise.
6669
6670 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
6671 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
6672 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
6673 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
6674
6675 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
6676 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
6677 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
6678
1570b33e
L
66792010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6680
6681 * Makefile.in (clean): Updated.
6682 (i386-avx.o): New.
6683 (i386-avx.c): Likewise.
6684 (i386-avx-linux.o): Likewise.
6685 (i386-avx-linux.c): Likewise.
6686 (amd64-avx.o): Likewise.
6687 (amd64-avx.c): Likewise.
6688 (amd64-avx-linux.o): Likewise.
6689 (amd64-avx-linux.c): Likewise.
6690
6691 * configure.srv (srv_i386_regobj): Add i386-avx.o.
6692 (srv_i386_linux_regobj): Add i386-avx-linux.o.
6693 (srv_amd64_regobj): Add amd64-avx.o.
6694 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
6695 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
6696 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
6697 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
6698 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
6699 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
6700 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
6701
6702 * i387-fp.c: Include "i386-xstate.h".
6703 (i387_xsave): New.
6704 (i387_cache_to_xsave): Likewise.
6705 (i387_xsave_to_cache): Likewise.
6706 (x86_xcr0): Likewise.
6707
6708 * i387-fp.h (i387_cache_to_xsave): Likewise.
6709 (i387_xsave_to_cache): Likewise.
6710 (x86_xcr0): Likewise.
6711
6712 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
6713 * linux-crisv32-low.c (target_regsets): Likewise.
6714 * linux-m68k-low.c (target_regsets): Likewise.
6715 * linux-mips-low.c (target_regsets): Likewise.
6716 * linux-ppc-low.c (target_regsets): Likewise.
6717 * linux-s390-low.c (target_regsets): Likewise.
6718 * linux-sh-low.c (target_regsets): Likewise.
6719 * linux-sparc-low.c (target_regsets): Likewise.
6720 * linux-xtensa-low.c (target_regsets): Likewise.
6721
6722 * linux-low.c: Include <sys/uio.h>.
6723 (regsets_fetch_inferior_registers): Support nt_type.
6724 (regsets_store_inferior_registers): Likewise.
6725 (linux_process_qsupported): New.
6726 (linux_target_ops): Add linux_process_qsupported.
6727
6728 * linux-low.h (regset_info): Add nt_type.
6729 (linux_target_ops): Add process_qsupported.
6730
6731 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
6732 and <sys/uio.h>.
6733 (init_registers_i386_avx_linux): New.
6734 (init_registers_amd64_avx_linux): Likewise.
6735 (xmltarget_i386_linux_no_xml): Likewise.
6736 (xmltarget_amd64_linux_no_xml): Likewise.
6737 (PTRACE_GETREGSET): Likewise.
6738 (PTRACE_SETREGSET): Likewise.
6739 (x86_fill_xstateregset): Likewise.
6740 (x86_store_xstateregset): Likewise.
6741 (use_xml): Likewise.
6742 (x86_linux_update_xmltarget): Likewise.
6743 (x86_linux_process_qsupported): Likewise.
6744 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
6745 (x86_arch_setup): Don't call init_registers_amd64_linux nor
6746 init_registers_i386_linux here. Call
6747 x86_linux_update_xmltarget.
6748 (the_low_target): Add x86_linux_process_qsupported.
6749
6750 * server.c (handle_query): Call target_process_qsupported.
6751
6752 * target.h (target_ops): Add process_qsupported.
6753 (target_process_qsupported): New.
6754
fc7238bb
PA
67552010-04-03 Pedro Alves <pedro@codesourcery.com>
6756
6757 * inferiors.c (add_thread): Set last_status kind to
6758 TARGET_WAITKIND_IGNORE.
6759 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
6760 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
6761 (linux_wait_1): Move `thread' local definition to block that uses
6762 it. Don't NULL initialize `event_child'.
6763 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
6764 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
6765 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
6766
bdabb078
PA
67672010-04-01 Pedro Alves <pedro@codesourcery.com>
6768
6769 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
6770 an extended waitstatus, or by a watchpoint.
6771 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
6772 thread was stepping or has been stopped by a watchpoint.
6773
d3bbe7a0
PA
67742010-04-01 Pedro Alves <pedro@codesourcery.com>
6775
6776 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
6777 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
6778 of another, then delete the previous, and validate all
6779 breakpoints.
6780 (validate_inserted_breakpoint): New.
6781 (delete_disabled_breakpoints): New.
6782 (validate_breakpoints): New.
6783 (check_mem_read): Validate breakpoints before trusting their
6784 shadow. Delete disabled breakpoints.
6785 (check_mem_write): Validate breakpoints before trusting they
6786 should be inserted. Delete disabled breakpoints.
6787 * mem-break.h (validate_breakpoints):
6788 * server.c (handle_query): Validate breakpoints when we see a
6789 qSymbol query.
6790
8b07ae33
PA
67912010-04-01 Pedro Alves <pedro@codesourcery.com>
6792
6793 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
6794 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
6795 if we could tell there's a GDB breakpoint at stop_pc.
6796 (need_step_over_p): Don't do a step over if we find a GDB
6797 breakpoint at the resume PC.
6798
6799 * mem-break.c (struct raw_breakpoint): New.
6800 (enum bkpt_type): New type `gdb_breakpoint'.
6801 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
6802 fields. New field `raw'.
6803 (find_raw_breakpoint_at): New.
6804 (set_raw_breakpoint_at): Handle refcounting. Create a raw
6805 breakpoint instead.
6806 (set_breakpoint_at): Adjust.
6807 (delete_raw_breakpoint): New.
6808 (release_breakpoint): New.
6809 (delete_breakpoint): Rename to...
6810 (delete_breakpoint_1): ... this. Add proc parameter. Use
6811 release_breakpoint. Return ENOENT.
6812 (delete_breakpoint): Reimplement.
6813 (find_breakpoint_at): Delete.
6814 (find_gdb_breakpoint_at): New.
6815 (delete_breakpoint_at): Delete.
6816 (set_gdb_breakpoint_at): New.
6817 (delete_gdb_breakpoint_at): New.
6818 (gdb_breakpoint_here): New.
6819 (set_reinsert_breakpoint): Use release_breakpoint.
6820 (uninsert_breakpoint): Rename to ...
6821 (uninsert_raw_breakpoint): ... this.
6822 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
6823 (reinsert_raw_breakpoint): Change parameter type to
6824 raw_breakpoint.
6825 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
6826 instead.
6827 (check_breakpoints): Adjust. Use release_breakpoint.
6828 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
6829 (breakpoint_inserted_here): Ditto.
6830 (check_mem_read): Adjust to iterate over raw breakpoints instead.
6831 Don't trust the breakpoint's shadow if it is not inserted.
6832 (check_mem_write): Adjust to iterate over raw breakpoints instead.
6833 (delete_all_breakpoints): Adjust.
6834 (free_all_breakpoints): Mark all breakpoints as uninserted, and
6835 use delete_breakpoint_1.
6836
6837 * mem-break.h (breakpoints_supported): Delete declaration.
6838 (set_gdb_breakpoint_at): Declare.
6839 (gdb_breakpoint_here): Declare.
6840 (delete_breakpoint_at): Delete.
6841 (delete_gdb_breakpoint_at): Declare.
6842
6843 * server.h (struct raw_breakpoint): Forward declare.
6844 (struct process_info): New field `raw_breakpoints'.
6845
6846 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
6847 breakpoints.
6848
6bf5e0ba
PA
68492010-03-24 Pedro Alves <pedro@codesourcery.com>
6850
6851 * linux-low.c (status_pending_p_callback): Fix comment.
6852 (linux_wait_for_event_1): Move most of the internal breakpoint
6853 handling from here...
6854 (linux_wait_1): ... to here.
6855 (count_events_callback): New.
6856 (select_singlestep_lwp_callback): New.
6857 (select_event_lwp_callback): New.
6858 (cancel_breakpoints_callback): New.
6859 (select_event_lwp): New.
6860 (linux_wait_1): Simplify internal breakpoint handling. Give equal
6861 priority to all LWPs that have had events that should be reported
6862 to the client. Cancel breakpoints when about to reporting the
6863 event to the client, not while stopping lwps. No longer cancel
6864 finished single-steps here.
6865 (cancel_finished_single_step): Delete.
6866 (cancel_finished_single_steps): Delete.
6867
414a389f
PA
68682010-03-24 Pedro Alves <pedro@codesourcery.com>
6869
6870 * mem-break.c (enum bkpt_type): New.
6871 (struct breakpoint): New field `type'.
6872 (set_breakpoint_at): Change return type to struct breakpoint
6873 pointer. Set type to `other_breakpoint' by default.
6874 (delete_breakpoint): Rewrite, supporting more than one breakpoint
6875 in the breakpoint list.
6876 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
6877 (reinsert_breakpoint): Rename to ...
6878 (reinsert_raw_breakpoint): ... this.
6879 (reinsert_breakpoints_at): Adjust.
6880 * mem-break.h (struct breakpoint): Declare.
6881 (set_breakpoint_at): Change return type to struct breakpoint
6882 pointer.
6883
2280c721
PA
68842010-03-24 Pedro Alves <pedro@codesourcery.com>
6885
6886 * server.c (handle_query): Assign, not compare.
6887
d50171e4
PA
68882010-03-24 Pedro Alves <pedro@codesourcery.com>
6889
6890 Teach linux gdbserver to step-over-breakpoints.
6891
6892 * linux-low.c (can_hardware_single_step): New.
6893 (supports_breakpoints): New.
6894 (handle_extended_wait): If stopping threads, read the stop pc of
6895 the new cloned LWP.
6896 (get_pc): New.
6897 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
6898 low target doesn't support retrieving the PC.
6899 (add_lwp): Set last_resume_kind to resume_continue.
6900 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
6901 (linux_attach): Don't clear stop_expected. Set the lwp's
6902 last_resume_kind to resume_stop.
6903 (linux_detach_one_lwp): Don't check for removed breakpoints.
6904 (check_removed_breakpoint): Delete.
6905 (status_pending_p): Rename to ...
6906 (status_pending_p_callback): ... this. Don't check for removed
6907 breakpoints. Don't consider threads that are stopped from GDB's
6908 perspective.
6909 (linux_wait_for_lwp): Always read the stop_pc here.
6910 (cancel_breakpoint): New.
6911 (step_over_bkpt): New global.
6912 (linux_wait_for_event_1): Implement stepping over breakpoints.
6913 (gdb_wants_lwp_stopped): New.
6914 (gdb_wants_all_stopped): New.
6915 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
6916 single-step traps here. Store the thread's last reported target
6917 wait status.
6918 (send_sigstop): Don't clear stop_expected. Always set it,
6919 instead.
6920 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
6921 (cancel_finished_single_step): New.
6922 (cancel_finished_single_steps): New.
6923 (wait_for_sigstop): Don't cancel finished single-step traps here.
6924 (linux_resume_one_lwp): Don't check for removed breakpoints.
6925 Don't set `step' on non-hardware step archs.
6926 (linux_set_resume_request): Ignore resume_stop requests if already
6927 stopping or stopped. Set the lwp's last_resume_kind.
6928 (resume_status_pending_p): Don't check for removed breakpoints.
6929 (need_step_over_p): New.
6930 (start_step_over): New.
6931 (finish_step_over): New.
6932 (linux_resume_one_thread): Always queue a sigstop for resume_stop
6933 requests. Clear the thread's last reported target waitstatus.
6934 Don't use the `suspended' flag. Don't consider pending breakpoints.
6935 (linux_resume): Start a step-over if necessary.
6936 (proceed_one_lwp): New.
6937 (proceed_all_lwps): New.
6938 (unstop_all_lwps): New.
6939 * linux-low.h (struct lwp_info): Rewrite comment for the
6940 `suspended' flag. Add the `stop_pc' field. Delete the
6941 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
6942 Add `'last_resume_kind' and `need_step_over' fields.
6943 * inferiors.c (struct thread_info): Delete, moved elsewhere.
6944 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
6945 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
6946 (set_raw_breakpoint_at): New.
6947 (set_breakpoint_at): Rewrite to use it.
6948 (reinsert_breakpoint_handler): Delete.
6949 (set_reinsert_breakpoint): New.
6950 (reinsert_breakpoint_by_bp): Delete.
6951 (delete_reinsert_breakpoints): New.
6952 (uninsert_breakpoint): Rewrite.
6953 (uninsert_breakpoints_at): New.
6954 (reinsert_breakpoint): Rewrite.
6955 (reinsert_breakpoints_at): New.
6956 (check_breakpoints): Rewrite.
6957 (breakpoint_here): New.
6958 (breakpoint_inserted_here): New.
6959 (check_mem_read): Adjust.
6960 * mem-break.h (breakpoints_supported, breakpoint_here)
6961 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
6962 (reinsert_breakpoint_by_bp): Delete declaration.
6963 (delete_reinsert_breakpoints): Declare.
6964 (reinsert_breakpoint): Delete declaration.
6965 (reinsert_breakpoints_at): Declare.
6966 (uninsert_breakpoint): Delete declaration.
6967 (uninsert_breakpoints_at): Declare.
6968 (check_breakpoints): Adjust prototype.
6969 * server.h: Adjust include order.
6970 (struct thread_info): Declare here. Add a `last_status' field.
6971
30ba68cb
MS
69722010-03-23 Michael Snyder <msnyder@vmware.com>
6973
6974 * server.c (crc32): New function.
6975 (handle_query): Add handling for 'qCRC:' request.
6976
b9a881c2
PA
69772010-03-23 Pedro Alves <pedro@codesourcery.com>
6978
6979 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
6980 lwp had been stopped by a watchpoint.
6981
e92d13d5
PA
69822010-03-16 Pedro Alves <pedro@codesourcery.com>
6983
6984 * server.h (internal_error): Declare.
6985 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
6986 * utils.c (internal_error): New function.
6987
64daa791
AS
69882010-03-15 Andreas Schwab <schwab@redhat.com>
6989
6990 * configure.srv: Fix typo setting srv_regobj.
6991
f52cd8cd
PA
69922010-03-15 Pedro Alves <pedro@codesourcery.com>
6993
6994 * linux-low.c (fetch_register): Avoid passing a non string literal
6995 format to `error'.
6996 (usr_store_inferior_registers): Ditto.
6997
93ae6fdc
PA
69982010-03-14 Pedro Alves <pedro@codesourcery.com>
6999
7000 * linux-low.c (linux_write_memory): Bail out early if peeking
7001 memory failed.
7002
c3adc08c
PA
70032010-03-14 Pedro Alves <pedro@codesourcery.com>
7004
7005 * linux-low.h (struct lwp_info): New fields
7006 `stopped_by_watchpoint' and `stopped_data_address'.
7007 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
7008 here, and cache them in the lwp object.
7009 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
7010 directly.
7011 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
7012 field.
7013 (linux_stopped_by_watchpoint): Rewrite.
7014 (linux_stopped_data_address): Rewrite.
7015
bce522a2
PA
70162010-03-06 Simo Melenius <simo.melenius@iki.fi>
7017
7018 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
7019 switching the current inferior, not before.
7020
90884b2b
L
70212010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7022
7023 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
7024 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
7025 i386-linux.c and amd64-linux.c.
7026 (reg-i386.o): Removed.
7027 (reg-i386.c): Likewise.
7028 (reg-i386-linux.o): Likewise.
7029 (reg-i386-linux.c): Likewise.
7030 (reg-x86-64.o): Likewise.
7031 (reg-x86-64.c): Likewise.
7032 (reg-x86-64-linux.o): Likewise.
7033 (reg-x86-64-linux.c): Likewise.
7034 (i386.o): New.
7035 (i386.c): Likewise.
7036 (i386-linux.o): Likewise.
7037 (i386-linux.c): Likewise.
7038 (amd64.o): Likewise.
7039 (amd64.c): Likewise.
7040 (amd64-linux.o): Likewise.
7041 (amd64-linux.c): Likewise.
7042
7043 * configure.srv (srv_i386_regobj): New.
7044 (srv_i386_linux_regobj): Likewise.
7045 (srv_amd64_regobj): Likewise.
7046 (srv_amd64_linux_regobj): Likewise.
7047 (srv_i386_32bit_xmlfiles): Likewise.
7048 (srv_i386_64bit_xmlfiles): Likewise.
7049 (srv_i386_xmlfiles): Likewise.
7050 (srv_amd64_xmlfiles): Likewise.
7051 (srv_i386_linux_xmlfiles): Likewise.
7052 (srv_amd64_linux_xmlfiles): Likewise.
7053 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
7054 srv_xmlfiles to $srv_i386_xmlfiles.
7055 (i[34567]86-*-mingw32ce*): Likewise.
7056 (i[34567]86-*-mingw*): Likewise.
7057 (i[34567]86-*-nto*): Likewise.
7058 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
7059 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
7060 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
7061 (x86_64-*-linux*): Likewise.
7062
7063 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
7064 (init_registers_amd64_linux): New.
7065 (x86_arch_setup): Replace init_registers_x86_64_linux with
7066 init_registers_amd64_linux.
7067
193f13e6
MK
70682010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
7069
7070 * configure.ac: Check for libdl. If it is not available link against
7071 static libthread_db.
7072 * configure: Regenerate.
7073
85d721b8
PA
70742010-02-22 Pedro Alves <pedro@codesourcery.com>
7075
7076 PR9605
7077
7078 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
7079 handing a read watchpoint.
7080 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
7081
6076632b
DE
70822010-02-12 Doug Evans <dje@google.com>
7083
7084 * linux-low.c (linux_supports_tracefork_flag): Document.
7085 (linux_look_up_symbols): Add comment.
7086
3327ccf7
L
70872010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7088
7089 * regcache.c (supply_register): Clear regcache if buf is NULL.
7090
0718675c 70912010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 7092 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
7093
7094 * inferiors.c (find_inferior): Add function documentation.
7095 (unloaded_dll): Handle the case where the unloaded dll has not
7096 been previously registered in the dll list.
7097
177321bd
DJ
70982010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7099
7100 * linux-arm-low.c (thumb_breakpoint_len): Delete.
7101 (thumb2_breakpoint): New.
7102 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
7103
2b009048
DJ
71042010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7105
7106 * linux-low.c (get_stop_pc): Check for SIGTRAP.
7107 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
7108 breakpoints.
7109
3be029c7
PA
71102010-01-21 Pedro Alves <pedro@codesourcery.com>
7111
7112 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
7113
18f5de3b
JK
71142010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7115
7116 * linux-s390-low.c (s390_collect_ptrace_register)
7117 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
7118
3743bb4f
DE
71192010-01-21 Doug Evans <dje@google.com>
7120
14ce3065
DE
7121 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
7122 (PTRACE_ARG4_TYPE): New macro.
7123 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
7124 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
7125 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
7126 (usr_store_inferior_registers): Ditto.
7127 (linux_read_memory, linux_write_memory): Ditto.
7128 (linux_test_for_tracefork): Ditto.
7129
3743bb4f
DE
7130 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
7131 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
7132
8b315be5
PA
71332010-01-21 Pedro Alves <pedro@codesourcery.com>
7134
7135 * proc-service.c (ps_lgetregs): Don't refetch registers from the
7136 target.
7137
85492558
PA
71382010-01-21 Pedro Alves <pedro@codesourcery.com>
7139
7140 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
7141 prototype to take a regcache. Adjust.
7142
442ea881
PA
71432010-01-20 Pedro Alves <pedro@codesourcery.com>
7144
7145 * regcache.h (struct thread_info): Forward declare.
7146 (struct regcache): New.
7147 (new_register_cache): Adjust prototype.
7148 (get_thread_regcache): Declare.
7149 (free_register_cache): Adjust prototype.
7150 (registers_to_string, registers_from_string): Ditto.
7151 (supply_register, supply_register_by_name, collect_register)
7152 (collect_register_as_string, collect_register_by_name): Ditto.
7153 * regcache.c (struct inferior_regcache_data): Delete.
7154 (get_regcache): Rename to ...
7155 (get_thread_regcache): ... this. Adjust. Switch inferior before
7156 fetching registers.
7157 (regcache_invalidate_one): Adjust.
7158 (regcache_invalidate): Fix prototype.
7159 (new_register_cache): Return the new register cache.
7160 (free_register_cache): Change prototype.
7161 (realloc_register_cache): Adjust.
7162 (registers_to_string): Change prototype to take a regcache. Adjust.
7163 (registers_from_string): Ditto.
7164 (register_data): Ditto.
7165 (supply_register): Ditto.
7166 (supply_register_by_name): Ditto.
7167 (collect_register): Ditto.
7168 (collect_register_as_string): Ditto.
7169 (collect_register_by_name): Ditto.
7170 * server.c (process_serial_event): Adjust.
7171 * linux-low.h (regset_fill_func, regset_store_func): Change
7172 prototype.
7173 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
7174 Change prototype.
7175 * linux-low.c (get_stop_pc): Adjust.
7176 (check_removed_breakpoint): Adjust.
7177 (linux_wait_for_event): Adjust.
7178 (linux_resume_one_lwp): Adjust.
7179 (fetch_register): Add regcache parameter. Adjust.
7180 (usr_store_inferior_registers): Ditto.
7181 (regsets_fetch_inferior_registers): Ditto.
7182 (regsets_store_inferior_registers): Ditto.
7183 (linux_fetch_registers, linux_store_registers): Ditto.
7184 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
7185 regcache. Adjust.
43aaf8b6
PA
7186 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
7187 Ditto.
442ea881
PA
7188 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
7189 prototype to take a regcache.
7190 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
7191 * remote-utils.c (convert_ascii_to_int, outreg)
7192 (prepare_resume_reply): Change prototype to take a regcache.
7193 Adjust.
7194 * target.h (struct target_ops) <fetch_registers, store_registers>:
7195 Change prototype to take a regcache.
7196 (fetch_inferior_registers, store_inferior_registers): Change
7197 prototype to take a regcache. Adjust.
7198 * proc-service.c (ps_lgetregs): Adjust.
7199 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
7200 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
7201 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
7202 take a regcache. Adjust.
7203 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
7204 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
7205 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
7206 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
7207 * linux-cris-low.c (cris_get_pc, cris_set_pc)
7208 (cris_cannot_fetch_register):
7209 (cris_breakpoint_at): Change prototype to take a regcache.
7210 Adjust.
7211 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
7212 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
7213 to take a regcache. Adjust.
7214 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
7215 Adjust.
7216 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
7217 take a regcache. Adjust.
7218 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
7219 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
7220 (m68k_set_pc): Change prototype to take a regcache. Adjust.
7221 * linux-mips-low.c (mips_get_pc):
7222 (mips_set_pc): Change prototype to take a regcache. Adjust.
7223 (mips_reinsert_addr): Adjust.
7224 (mips_collect_register): Change prototype to take a regcache.
7225 Adjust.
7226 (mips_supply_register):
7227 (mips_collect_register_32bit, mips_supply_register_32bit)
7228 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
7229 (mips_store_fpregset): Ditto.
43aaf8b6
PA
7230 * linux-ppc-low.c (ppc_supply_ptrace_register)
7231 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
7232 (parse_spufs_run): Adjust.
7233 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
7234 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
7235 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
7236 take a regcache. Adjust.
7237 * linux-s390-low.c (s390_collect_ptrace_register)
7238 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
7239 (s390_set_pc): Change prototype to take a regcache. Adjust.
7240 (s390_arch_setup): Adjust.
7241 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
7242 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
7243 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
7244 (sparc_fill_gregset, sparc_store_gregset_from_stack)
7245 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
7246 regcache. Adjust.
7247 (sparc_breakpoint_at): Adjust.
7248 * linux-xtensa-low.c (xtensa_fill_gregset):
7249 (xtensa_store_gregset):
7250 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
7251 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
7252 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
7253 prototype to take a regcache. Adjust.
7254 * win32-arm-low.c (arm_fetch_inferior_register)
7255 (arm_store_inferior_register): Change prototype to take a
7256 regcache. Adjust.
7257 * win32-i386-low.c (i386_fetch_inferior_register)
7258 (i386_store_inferior_register): Change prototype to take a
7259 regcache. Adjust.
7260 * win32-low.c (child_fetch_inferior_registers)
7261 (child_store_inferior_registers): Change prototype to take a
7262 regcache. Adjust.
7263 (win32_wait): Adjust.
7264 (win32_fetch_inferior_registers): Change prototype to take a
7265 regcache. Adjust.
7266 (win32_store_inferior_registers): Adjust.
7267 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
7268 store_inferior_register>: Change prototype to take a regcache.
7269
60c3d7b0
DE
72702010-01-20 Doug Evans <dje@google.com>
7271
7272 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
7273 #ifdef.
7274 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 7275 (W_STOPCODE): Provide definition if missing.
60c3d7b0 7276
dc146f7c
VP
72772010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7278
7279 * linux-low.c (linux_core_of_thread): New.
7280 (compare_ints, show_process, list_threads): New.
7281 (linux_qxfer_osdata): Report threads and cores.
7282 (linux_target_op): Register linux_core_of_thread.
7283 * remote-utils.c (prepare_resume_reply): Report the core.
7284 (buffer_xml_printf): Support %d specifier.
7285 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
7286 New.
7287 (handle_query): Handle qXfer:threads. Announce availability
7288 thereof.
7289 * target.h (struct target_ops): New field core_of_thread.
7290
7803799a
UW
72912010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7292
7293 * Makefile.in (clean): Remove new generated files.
7294 (reg-s390.o, reg-s390.c): Remove rules.
7295 (reg-s390x.o, reg-s390x.c): Likewise.
7296 (s390-linux32.o, s390-linux32.c): Add rules.
7297 (s390-linux64.o, s390-linux64.c): Likewise.
7298 (s390x-linux64.o, s390x-linux64.c): Likewise.
7299 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
7300 * linux-s390-low.c: Include <elf.h>.
7301 (HWCAP_S390_HIGH_GPRS): Define if undefined.
7302 (init_registers_s390): Remove prototype.
7303 (init_registers_s390x): Likewise.
7304 (init_registers_s390_linux32): Add prototype.
7305 (init_registers_s390_linux64): Likewise.
7306 (init_registers_s390x_linux64): Likewise.
7307 (s390_num_regs_3264): New define.
7308 (s390_regmap_3264): New global variable.
7309 (s390_cannot_fetch_register): Remove obsolete check.
7310 (s390_cannot_store_register): Likewise.
7311 (s390_collect_ptrace_register): Handle upper/lower register halves.
7312 (s390_supply_ptrace_register): Likewise.
7313 (s390_fill_gregset): Update to register number changes.
7314 (s390_get_hwcap): New routine.
7315 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
7316 Install appropriate regmap and register set.
7317
6e7ffa39
JB
73182010-01-01 Joel Brobecker <brobecker@adacore.com>
7319
7320 * server.c (gdbserver_version): Update copyright year to 2010.
7321 * gdbreplay.c (gdbreplay_version): Likewise.
7322
957f3f49
DE
73232009-12-28 Doug Evans <dje@google.com>
7324
7325 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
7326 elf/external.h. Include <elf.h> instead but only if necessary.
7327
ca5c370d
PA
73282009-12-28 Pedro Alves <pedro@codesourcery.com>
7329
7330 * linux-low.c (linux_remove_process): Remove `detaching'
7331 parameter. Don't release/detach from thread_db here.
7332 (linux_kill): Release/detach from thread_db here, ...
7333 (linux_detach): ... and here, before actually detaching.
7334 (linux_wait_1): ... and here, when a process exits.
7335 * thread-db.c (any_thread_of): New.
7336 (thread_db_free): Switch the current inferior to a thread of the
7337 passed in process.
7338
4ee62156
DE
73392009-12-21 Doug Evans <dje@google.com>
7340
d90e6a88
DE
7341 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
7342
c5f62d5f
DE
7343 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
7344 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
7345 warning ifndef __NR_tkill. Move setting of errno there too.
7346 Delete unnecessary resetting of errno after syscall.
7347 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
7348
10e86dd7
DE
7349 * configure.ac: Check for dladdr.
7350 * config.in: Regenerate.
7351 * configure: Regenerate.
7352 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
7353 (try_thread_db_load): Update.
7354
4ee62156
DE
7355 * linux-low.c (my_waitpid): Delete unnecessary prototype.
7356
00f515da
DE
73572009-12-18 Doug Evans <dje@google.com>
7358
e9464885
DE
7359 * event-loop.c: Include unistd.h if it exists.
7360
07d4f67e
DE
7361 * linux-low.c (my_waitpid): Move definition away from being in
7362 between linux_tracefork_child/linux_test_for_tracefork.
7363
00f515da
DE
7364 * gdb_proc_service.h (psaddr_t): Fix type.
7365 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
7366 signature to match glibc.
7367
1de1badb
DE
73682009-12-16 Doug Evans <dje@google.com>
7369
7370 * linux-low.c (linux_read_memory): Fix argument to read.
7371
aeeb81d1
PA
73722009-11-26 Pedro Alves <pedro@codesourcery.com>
7373
7374 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
7375 events, don't leave current_inferior pointing at null.
7376
10357975
PA
73772009-11-26 Pedro Alves <pedro@codesourcery.com>
7378
7379 * win32-low.c (LOG): Delete.
7380 (OUTMSG): Output to stderr.
7381 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
7382 on compile time LOG macro.
7383 (win32_wait): Fix debug output.
7384
cf6e3471
PA
73852009-11-26 Pedro Alves <pedro@codesourcery.com>
7386
7387 * win32-low.c (win32_add_one_solib): If the dll name is
7388 "ntdll.dll", prepend the system directory to the dll path.
7389
0c85e18e
MK
73902009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
7391
7392 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
7393
9ac544ce 73942009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 7395 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
7396
7397 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
7398 * configure.ac: Check for __mcoldfire__ and set
7399 gdb_cv_m68k_is_coldfire.
7400 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
7401 reg-cf.o and reg-m68k.o.
7402 * configure: Regenerated.
7403
fd7dd3e6
PA
74042009-11-16 Pedro Alves <pedro@codesourcery.com>
7405
7406 * linux-low.c (linux_remove_process): Add `detaching' parameter.
7407 Pass it to thread_db_free.
7408 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
7409 proper `detaching' argument to linux_remove_process.
7410 * linux-low.h (thread_db_free): Add `detaching' parameter.
7411 * thread-db.c (thread_db_init): Pass false as `detaching' argument
7412 to thread_db_free.
7413 (thread_db_free): Add `detaching' parameter. Only
7414 call td_ta_clear_event if detaching from process.
7415
75aa492e
MK
74162009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
7417
7418 * thread-db.c (thread_db_free): Fix typo.
7419
21e1bee4
PP
74202009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
7421
7422 PR gdb/10838
7423 * thread-db.c (thread_db_free): Call td_ta_clear_event.
7424
8838b45e
NS
74252009-11-03 Nathan Sidwell <nathan@codesourcery.com>
7426
7427 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
7428 with an i686 compiler.
7429 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
7430 needed.
7431 * configure: Rebuilt.
7432
8a35fb51
SL
74332009-10-29 Sandra Loosemore <sandra@codesourcery.com>
7434
7435 PR gdb/10783
7436
7437 * server.c (handle_search_memory_1): Correct read_addr initialization
7438 in loop for searching subsequent chunks.
7439
96f15937
PP
74402009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
7441
7442 * configure.ac: New --with-libthread-db option.
7443 * thread-db.c: Allow direct dependence on libthread_db.
7444 (thread_db_free): Adjust.
7445 * config.in: Regenerate.
7446 * configure: Likewise.
889bf7c5 7447
5f7d1694
PP
74482009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
7449
7450 PR gdb/10757
7451 * thread-db.c (attach_thread): New function.
7452 (maybe_attach_thread): Return success/failure.
7453 (find_new_threads_callback): Adjust.
889bf7c5
PA
7454 (thread_db_find_new_threads): Loop until no new threads.
7455
88e3b899
PA
74562009-10-13 Pedro Alves <pedro@codesourcery.com>
7457
7458 * proc-service.c (ps_lgetregs): Formatting.
7459
cdbfd419
PP
74602009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7461
7462 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
7463 * configure.ac: Adjust.
7464 * linux-low.h (struct process_info_private): Move members to struct
7465 thread_db.
7466 (thread_db_free, thread_db_handle_monitor_command): New prototype.
7467 * linux-low.c (linux_remove_process): Adjust.
7468 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
7469 * server.c (handle_query): Move code ...
7470 (handle_monitor_command): ... here. New function.
7471 * target.h (struct target_ops): New member.
7472 * thread-db.c (struct thread_db): New.
7473 (libthread_db_search_path): New variable.
7474 (thread_db_create_event, thread_db_enable_reporting)
7475 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
7476 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
7477 (try_thread_db_load_1, dladdr_to_soname): New functions.
7478 (try_thread_db_load, thread_db_load_search): New functions.
7479 (thread_db_init): Search for libthread_db.
7480 (thread_db_free): New function.
7481 (thread_db_handle_monitor_command): Likewise.
7482 * config.in: Regenerate.
7483 * configure: Regenerate.
889bf7c5 7484
4168d2d6
UW
74852009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
7486
7487 * spu-low.c (spu_kill): Wait for inferior to terminate.
7488 Call clear_inferiors.
7489 (spu_detach): Call clear_inferiors.
7490
81ecdfbb
RW
74912009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7492
7493 * aclocal.m4: Regenerate.
7494 * config.in: Likewise.
7495 * configure: Likewise.
7496
0b9ff2c0
UW
74972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7498
7499 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
7500 (parse_spufs_run): New function.
7501 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
7502 (ppc_breakpoint_at): Handle SPU breakpoints.
7503
efcbbd14
UW
75042009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7505
7506 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
7507 (SPUFS_MAGIC): Define.
7508 (spu_enumerate_spu_ids): New function.
7509 (linux_qxfer_spu): New function.
7510 (linux_target_ops): Install linux_qxfer_spu.
7511
f4d9bade
UW
75122009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7513
7514 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
7515 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
7516 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
7517 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
7518 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
7519 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
7520 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
7521 (init_registers_powerpc_cell32l): Add prototype.
7522 (init_registers_powerpc_cell64l): Likewise.
7523 (ppc_arch_setup): Detect Cell/B.E. architecture.
7524
96e946ca
RW
75252009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7526
7527 * Makefile.in (datarootdir): New variable.
7528
58d6951d
DJ
75292009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7530
7531 * linux-low.c (linux_write_memory): Update debugging output.
7532 * Makefile.in (clean): Add new descriptions.
7533 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
7534 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
7535 * configure.srv: Add new files for arm*-*-linux*.
7536 * linux-arm-low.c: Add new declarations.
7537 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
7538 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
7539 (HWCAP_VFPv3D16): New.
7540 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
7541 instead of __IWMMXT__.
7542 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
7543 (arm_arch_setup): New.
7544 (target_regsets): Remove #ifdef. Add VFP regset.
7545 (the_low_target): Use arm_arch_setup.
7546
12b42a12
DJ
75472009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7548
7549 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
7550 the main thread again.
7551
ac8c974e
AR
75522009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
7553
7554 Adding Neutrino gdbserver.
7555 * configure: Regenerated.
7556 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
7557 * configure.srv (i[34567]86-*-nto*): New target.
7558 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
7559 * remote-utils.c [__QNX__]: Include sys/iomgr.h
7560 (nto_comctrl) [__QNX__]: New function.
7561 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
7562
4424e0c3 75632009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
7564
7565 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
7566 srv_tgtobj.
7567
912cf4ba
PA
75682009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
7569 Pedro Alves <pedro@codesourcery.com>
7570
7571 * win32-i386-low.c (i386_get_thread_context): Handle systems that
7572 don't support CONTEXT_EXTENDED_REGISTERS.
7573 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
7574 (the_low_target): Install them.
7575 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
7576 failing with ERROR_PIPE_NOT_CONNECTED.
7577
aa5ca48f
DE
75782009-06-30 Doug Evans <dje@google.com>
7579 Pierre Muller <muller@ics.u-strasbg.fr>
7580
7581 Add h/w watchpoint support to x86-linux, win32-i386.
7582 * Makefile.in (SFILES): Add i386-low.c
7583 (i386_low_h): Define.
7584 (i386-low.o): Add dependencies.
7585 (linux-x86-low.o): Add i386-low.h dependency.
7586 (win32-i386-low.o): Ditto.
7587 * i386-low.c: New file.
7588 * i386-low.h: New file.
7589 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
7590 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
7591 * linux-low.c (linux_add_process): Initialize arch_private.
7592 (linux_remove_process): Free arch_private.
7593 (add_lwp): Initialize arch_private.
7594 (delete_lwp): Free arch_private.
7595 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
7596 provided.
7597 * linux-low.h (process_info_private): New member arch_private.
7598 (lwp_info): New member arch_private.
7599 (linux_target_ops): New members new_process, new_thread,
7600 prepare_to_resume.
7601 (ptid_of): New macro.
7602 * linux-x86-low.c: Include stddef.h, i386-low.h.
7603 (arch_process_info): New struct.
7604 (arch_lwp_info): New struct.
7605 (x86_linux_dr_get, x86_linux_dr_set): New functions.
7606 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7607 (i386_dr_low_get_status): New function.
7608 (x86_insert_point, x86_remove_point): New functions.
7609 (x86_stopped_by_watchpoint): New function.
7610 (x86_stopped_data_address): New function.
7611 (x86_linux_new_process, x86_linux_new_thread): New functions.
7612 (x86_linux_prepare_to_resume): New function.
7613 (the_low_target): Add entries for insert_point, remove_point,
7614 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
7615 prepare_to_resume.
7616 * server.c (debug_hw_points): New global.
7617 (monitor_show_help): Document set debug-hw-points.
7618 (handle_query): Process "set debug-hw-points".
7619 * server.h (debug_hw_points): Declare.
7620 (paddress): Declare.
7621 * utils.c (NUMCELLS, CELLSIZE): New macros.
7622 (get_sell, xsnprintf, paddress): New functions.
7623 * win32-arm-low.c (the_low_target): Add entries for insert_point,
7624 remove_point, stopped_by_watchpoint, stopped_data_address.
7625 * win32-i386-low.c: Include i386-low.h.
7626 (debug_reg_state): Replaces dr.
7627 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7628 (i386_dr_low_get_status): New function.
7629 (i386_insert_point, i386_remove_point): New functions.
7630 (i386_stopped_by_watchpoint): New function.
7631 (i386_stopped_data_address): New function.
7632 (i386_initial_stuff): Update.
7633 (get_thread_context,set_thread_context,i386_thread_added): Update.
7634 (the_low_target): Add entries for insert_point,
7635 remove_point, stopped_by_watchpoint, stopped_data_address.
7636 * win32-low.c (win32_insert_watchpoint): New function.
7637 (win32_remove_watchpoint): New function.
7638 (win32_stopped_by_watchpoint): New function.
7639 (win32_stopped_data_address): New function.
7640 (win32_target_ops): Add entries for insert_watchpoint,
7641 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
7642 * win32-low.h (win32_target_ops): New members insert_point,
7643 remove_point, stopped_by_watchpoint, stopped_data_address.
7644
d993e290
PA
76452009-06-25 Pedro Alves <pedro@codesourcery.com>
7646
7647 * server.c (process_serial_event): Re-return unsupported, not
7648 error, if the type isn't recognized. Re-allow supporting only
7649 insert or remove packets. Also call require_running for
7650 breakpoints. Add missing break statement to default case. Tidy.
7651 * target.h (struct target_ops): Rename insert_watchpoint to
7652 insert_point, and remove_watchpoint to remove_point.
7653
7654 * linux-low.h (struct linux_target_ops): Likewise.
7655 * linux-low.c (linux_insert_watchpoint): Rename to ...
7656 (linux_insert_point): ... this. Adjust.
7657 (linux_remove_watchpoint): Rename to ...
7658 (linux_remove_point): ... this. Adjust.
7659 (linux_target_ops): Adjust.
7660 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
7661 (cris_insert_point): ... this.
7662 (cris_remove_watchpoint): Rename to ...
7663 (cris_remove_point): ... this.
7664 (the_low_target): Adjust.
7665
0f54c268
PM
76662009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
7667
7668 * server.c (handle_v_kill): Pass signal_pid to
7669 kill_inferior if multi_process is zero.
7670
c6314022
AR
76712009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
7672
7673 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
7674 * target.h (target_ops): Comment for *_watchpoint to make it clear
7675 the functions can get types '0' and '1'.
7676
4463ce24
AR
76772009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
7678
7679 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
7680 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
7681 * regcache.c (get_regcache): Likewise.
7682 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
7683 * win32-low.c (child_fetch_inferior_registers): Remove check for
7684 regno 0.
7685
cf8fd78b
PA
76862009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
7687 Pedro Alves <pedro@codesourcery.com>
7688
7689 * target.h (struct target_ops) <supports_multi_process>: New
7690 callback.
7691 (target_supports_multi_process): New.
7692 * server.c (handle_query): Even if GDB reports support, only
7693 enable multi-process if the target also supports it. Report
7694 multi-process support only if the target backend supports it.
7695 * linux-low.c (linux_supports_multi_process): New function.
7696 (linux_target_ops): Install it as target_supports_multi_process
7697 callback.
7698
47c0c975
DE
76992009-05-24 Doug Evans <dje@google.com>
7700
e09875d4
DE
7701 Global renaming of find_thread_pid to find_thread_ptid.
7702 * server.h (find_thread_ptid): Renamed from find_thread_pid.
7703 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
7704 All callers updated.
7705
e27d73f6
DE
7706 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
7707 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
7708 directly.
7709
47c0c975
DE
7710 * linux-low.c (get_stop_pc): Print pc if debug_threads.
7711 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
7712 (linux_resume_one_lwp): Ditto.
7713
2acc282a
DE
77142009-05-23 Doug Evans <dje@google.com>
7715
7716 * linux-low.c (linux_resume_one_lwp): Change type of first arg
7717 from struct inferior_list_entry * to struct lwp_info *.
7718 All callers updated.
7719
9f1036c1
DE
77202009-05-13 Doug Evans <dje@google.com>
7721
7722 * linux-x86-low.c: Don't include assert.h.
7723 (x86_siginfo_fixup): Use fatal, not assert.
7724 (x86_arch_setup): Fix comment.
7725
d0722149
DE
77262009-05-12 Doug Evans <dje@google.com>
7727
7728 Biarch support for i386/amd64 gdbserver.
7729 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
7730 Add linux-x86-low.c.
7731 (linux-i386-low.o, linux-x86-64-low.o): Delete.
7732 (linux-x86-low.o): Add.
7733 * linux-x86-64-low.c: Delete.
7734 * linux-i386-low.c: Delete.
7735 * linux-x86-low.c: New file.
7736 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
7737 linux-x86-low.o.
7738 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
7739 linux-x86-low.o.
7740 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
7741 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
7742 (linux_child_pid_to_exec_file): New function.
7743 (elf_64_header_p, elf_64_file_p): New functions.
7744 (siginfo_fixup): New function.
7745 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
7746 give target a chance to convert layout.
7747 * linux-low.h (linux_target_ops): New member siginfo_fixup.
7748 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
7749
fdeb2a12
DE
77502009-05-07 Doug Evans <dje@google.com>
7751
7752 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
7753 (regsets_store_inferior_registers): Ditto.
7754
a6dbe5df
PA
77552009-05-06 Pedro Alves <pedro@codesourcery.com>
7756
7757 PR server/10048
7758
7759 * linux-low.c (must_set_ptrace_flags): Delete.
7760 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
7761 of the global.
7762 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
7763 `lwp->must_set_ptrace_flags' instead.
ba42693b 7764 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
7765 (linux_wait_1): ... not here.
7766
5091eb23
DE
77672009-04-30 Doug Evans <dje@google.com>
7768
9f767825
DE
7769 * inferiors.c (started_inferior_callback): New function.
7770 (attached_inferior_callback): New function.
7771 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
7772 * server.c (print_started_pid, print_attached_pid): New functions.
7773 (detach_or_kill_for_exit): New function.
7774 (main): Call it instead of for_each_inferior (kill_inferior_callback).
7775 * server.h (have_started_inferiors_p): Declare.
7776 (have_attached_inferiors_p): Declare.
7777
5091eb23
DE
7778 * inferiors.c (remove_process): Fix memory leak, free process.
7779 * linux-low.c (linux_remove_process): New function.
7780 (linux_kill): Call it instead of remove_process.
7781 (linux_detach, linux_wait_1): Ditto.
7782
155c8968
PA
77832009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
7784
7785 * configure.srv: Add x86 Windows CE target.
7786
7fe519cb
UW
77872009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7788
7789 * inferiors.c (get_thread_process): Make global.
7790 * server.h (get_thread_process): Add prototype.
7791 * thread-db.c (find_one_thread): Use get_thread_process
7792 instead of current_process.
7793 (thread_db_get_tls_address): Do not crash if called when
7794 thread layer is not yet initialized.
7795
5472f405
UW
77962009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7797
7798 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
7799 * spu-low.c (current_tid): Rename to ...
7800 (current_ptid): ... this.
7801 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
7802 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
7803 ptid_get_lwp (current_ptid) instead of current_tid.
7804 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
7805 instead of current_tid. Use find_process_pid to verify pid
7806 argument is valid. Pass proper argument to remove_process.
7807 (spu_thread_alive): Compare current_ptid instead of current_tid.
7808 (spu_resume): Likewise.
7809
55ac2b99
PA
78102009-04-02 Pedro Alves <pedro@codesourcery.com>
7811
7812 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
7813 variable.
7814
95954743
PA
78152009-04-01 Pedro Alves <pedro@codesourcery.com>
7816
7817 Implement the multiprocess extensions, and add linux multiprocess
7818 support.
7819
7820 * server.h (ULONGEST): Declare.
7821 (struct ptid, ptid_t): New.
7822 (minus_one_ptid, null_ptid): Declare.
7823 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7824 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
7825 (struct inferior_list_entry): Change `id' type from unsigned from
7826 to ptid_t.
7827 (struct sym_cache, struct breakpoint, struct
7828 process_info_private): Forward declare.
7829 (struct process_info): Declare.
7830 (current_process): Declare.
7831 (all_processes): Declare.
7832 (initialize_inferiors): Declare.
7833 (add_thread): Adjust to use ptid_t.
7834 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
7835 (add_process, remove_process, find_thread_pid): Declare.
7836 (find_inferior_id): Adjust to use ptid_t.
7837 (cont_thread, general_thread, step_thread): Change type to ptid_t.
7838 (multi_process): Declare.
7839 (push_event): Adjust to use ptid_t.
7840 (read_ptid, write_ptid): Declare.
7841 (prepare_resume_reply): Adjust to use ptid_t.
7842 (clear_symbol_cache): Declare.
7843 * inferiors.c (all_processes): New.
7844 (null_ptid, minus_one_ptid): New.
7845 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7846 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
7847 (add_thread): Change unsigned long to ptid. Remove gdb_id
7848 parameter. Adjust.
7849 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
7850 (gdb_id_to_thread): Rename to ...
7851 (find_thread_pid): ... this. Change unsigned long to ptid.
7852 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
7853 (loaded_dll, pull_pid_from_list): Adjust.
7854 (add_process, remove_process, find_process_pid)
7855 (get_thread_process, current_process, initialize_inferiors): New.
7856 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
7857 (struct target_waitstatus) <related_pid>: Ditto.
7858 (struct target_ops) <kill, detach>: Add `pid' argument. Change
7859 return type to int.
7860 (struct target_ops) <join>: Add `pid' argument.
7861 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
7862 (struct target_ops) <wait>: Add `ptid' field. Change return type
7863 to ptid.
7864 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
7865 (mywait): Add `ptid' argument. Change return type to ptid_t.
7866 (target_pid_to_str): Declare.
7867 * target.c (set_desired_inferior): Adjust to use ptids.
7868 (mywait): Add new `ptid' argument. Adjust.
7869 (target_pid_to_str): New.
7870 * mem-break.h (free_all_breakpoints): Declare.
7871 * mem-break.c (breakpoints): Delelete.
7872 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
7873 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
7874 to use per-process breakpoint list.
7875 (free_all_breakpoints): New.
7876 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
7877 (symbol_cache, all_symbols_looked_up): Delete.
7878 (hexchars): New.
7879 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
7880 read_ptid): New.
7881 (prepare_resume_reply): Change ptid argument's type from unsigned
7882 long to ptid_t. Adjust. Implement W;process and X;process.
7883 (free_sym_cache, clear_symbol_cache): New.
7884 (look_up_one_symbol): Adjust to per-process symbol cache. *
7885 * server.c (cont_thread, general_thread, step_thread): Change type
7886 to ptid_t.
7887 (attached): Delete.
7888 (multi_process): New.
7889 (last_ptid): Change type to ptid_t.
7890 (struct vstop_notif) <ptid>: Change type to ptid_t.
7891 (queue_stop_reply, push_event): Change `ptid' argument's type to
7892 ptid_t.
7893 (discard_queued_stop_replies): Add `pid' argument.
7894 (start_inferior): Adjust to use ptids. Adjust to mywait interface
7895 changes. Don't reference the `attached' global.
7896 (attach_inferior): Adjust to mywait interface changes.
7897 (handle_query): Adjust to use ptids. Parse GDB's qSupported
7898 features. Handle and report "multiprocess+". Handle
7899 "qAttached:PID".
7900 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
7901 changes.
7902 (handle_v_kill): New.
7903 (handle_v_stopped): Adjust to use target_pid_to_str.
7904 (handle_v_requests): Allow multiple attaches and runs when
7905 multiprocess extensions are in effect. Handle "vKill".
7906 (myresume): Adjust to use ptids.
7907 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
7908 (handle_status): Adjust to discard_queued_stop_replies interface
7909 change.
7910 (first_thread_of, kill_inferior_callback)
7911 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
7912 (main): Call initialize_inferiors. Adjust to use ptids, killing
7913 and detaching from all inferiors. Handle multiprocess packet
7914 variants.
7915 * linux-low.h: Include gdb_proc_service.h.
7916 (struct process_info_private): New.
7917 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
7918 <lwpid_of>: Use ptid_get_lwp.
7919 (get_lwp_thread): Adjust.
7920 (struct lwp_info): Add `dead' member.
7921 (find_lwp_pid): Declare.
7922 * linux-low.c (thread_db_active): Delete.
7923 (new_inferior): Adjust comment.
7924 (inferior_pid): Delete.
7925 (linux_add_process): New.
7926 (handle_extended_wait): Adjust.
7927 (add_lwp): Change unsigned long to ptid.
7928 (linux_create_inferior): Add process to processes table. Adjust
7929 to use ptids. Don't set new_inferior here.
7930 (linux_attach_lwp): Rename to ...
7931 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
7932 it. Adjust to use ptids.
7933 (linux_attach_lwp): New.
7934 (linux_attach): Add process to processes table. Don't set
7935 new_inferior here.
7936 (struct counter): New.
7937 (second_thread_of_pid_p, last_thread_of_process_p): New.
7938 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
7939 multiple processes.
7940 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
7941 processes. Remove process from process table.
7942 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
7943 to multiple processes.
7944 (any_thread_of): New.
7945 (linux_detach): Add `pid' argument, and handle it. Remove process
7946 from processes table.
7947 (linux_join): Add `pid' argument. Handle it.
7948 (linux_thread_alive): Change unsighed long argument to ptid_t.
7949 Consider dead lwps as not being alive.
7950 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
7951 threads we're not interested in.
7952 (same_lwp, find_lwp_pid): New.
7953 (linux_wait_for_lwp): Change `pid' argument's type from int to
7954 ptid_t. Adjust.
7955 (linux_wait_for_event): Rename to ...
7956 (linux_wait_for_event_1): ... this. Change `pid' argument's type
7957 from int to ptid_t. Adjust.
7958 (linux_wait_for_event): New.
7959 (linux_wait_1): Add `ptid' argument. Change return type to
7960 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
7961 that exit from the process table.
7962 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
7963 Adjust.
7964 (mark_lwp_dead): New.
7965 (wait_for_sigstop): Adjust to use ptids. If a process exits while
7966 stopping all threads, mark its main lwp as dead.
7967 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
7968 ptids.
7969 (fetch_register, usr_store_inferior_registers)
7970 (regsets_fetch_inferior_registers)
7971 (regsets_store_inferior_registers, linux_read_memory)
7972 (linux_write_memory): Inline `inferior_pid'.
7973 (linux_look_up_symbols): Adjust to use per-process
7974 `thread_db_active'.
7975 (linux_request_interrupt): Adjust to use ptids.
7976 (linux_read_auxv): Inline `inferior_pid'.
7977 (initialize_low): Don't reference thread_db_active.
7978 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
7979 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
7980 (ps_getpid): Return the pid of the current inferior.
7981 * thread-db.c (proc_handle, thread_agent): Delete.
7982 (thread_db_create_event, thread_db_enable_reporting): Adjust to
7983 per-process data.
7984 (find_one_thread): Change argument type to ptid_t. Adjust to
7985 per-process data.
7986 (maybe_attach_thread): Adjust to per-process data and ptids.
7987 (thread_db_find_new_threads): Ditto.
7988 (thread_db_init): Ditto.
7989 * spu-low.c (spu_create_inferior, spu_attach): Add process to
7990 processes table. Adjust to use ptids.
7991 (spu_kill, spu_detach): Adjust interface. Remove process from
7992 processes table.
7993 (spu_join, spu_thread_alive): Adjust interface.
7994 (spu_wait): Adjust interface. Remove process from processes
7995 table. Adjust to use ptids.
7996 * win32-low.c (current_inferior_tid): Delete.
7997 (current_inferior_ptid): New.
7998 (debug_event_ptid): New.
7999 (thread_rec): Take a ptid. Adjust.
8000 (child_add_thread): Add `pid' argument. Adjust to use ptids.
8001 (child_delete_thread): Ditto.
8002 (do_initial_child_stuff): Add `attached' argument. Add process to
8003 processes table.
8004 (child_fetch_inferior_registers, child_store_inferior_registers):
8005 Adjust.
8006 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
8007 (win32_attach): Pass 1 to do_initial_child_stuff.
8008 (win32_kill): Adjust interface. Remove process from processes
8009 table.
8010 (win32_detach): Ditto.
8011 (win32_join): Adjust interface.
8012 (win32_thread_alive): Take a ptid.
8013 (win32_resume): Adjust to use ptids.
8014 (get_child_debug_event): Ditto.
8015 (win32_wait): Adjust interface. Remove exiting process from
8016 processes table.
8017
bd99dc85
PA
80182009-04-01 Pedro Alves <pedro@codesourcery.com>
8019
8020 Non-stop mode support.
8021
8022 * server.h (non_stop): Declare.
8023 (gdb_client_data, handler_func): Declare.
8024 (delete_file_handler, add_file_handler, start_event_loop):
8025 Declare.
8026 (handle_serial_event, handle_target_event, push_event)
8027 (putpkt_notif): Declare.
8028 * target.h (enum resume_kind): New.
8029 (struct thread_resume): Replace `step' field by `kind' field.
8030 (TARGET_WNOHANG): Define.
8031 (struct target_ops) <wait>: Add `options' argument.
8032 <supports_non_stop, async, start_non_stop>: New fields.
8033 (target_supports_non_stop, target_async): New.
8034 (start_non_stop): Declare.
8035 (mywait): Add `options' argument.
8036 * target.c (mywait): Add `options' argument. Print child exit
8037 notifications here.
8038 (start_non_stop): New.
8039 * server.c (non_stop, own_buf, mem_buf): New globals.
8040 (struct vstop_notif): New.
8041 (notif_queue): New global.
8042 (queue_stop_reply, push_event, discard_queued_stop_replies)
8043 (send_next_stop_reply): New.
8044 (start_inferior): Adjust to use resume_kind. Adjust to mywait
8045 interface changes.
8046 (attach_inferior): In non-stop mode, don't wait for the target
8047 here.
8048 (handle_general_set): Handle QNonStop.
8049 (handle_query): When handling qC, return the current general
8050 thread, instead of the first thread of the list.
8051 (handle_query): If the backend supports non-stop mode, include
8052 QNonStop+ in the qSupported query response.
8053 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
8054 and non-stop mode.
8055 (handle_v_attach, handle_v_run): Handle non-stop mode.
8056 (handle_v_stopped): New.
8057 (handle_v_requests): Report support for vCont;t. Handle vStopped.
8058 (myresume): Adjust to use resume_kind. Handle non-stop.
8059 (queue_stop_reply_callback): New.
8060 (handle_status): Handle non-stop mode.
8061 (main): Clear non_stop flag on reconnection. Use the event-loop.
8062 Refactor serial protocol handling from here ...
8063 (process_serial_event): ... to this new function. When GDB
8064 selects any thread, select one here. In non-stop mode, wait until
8065 GDB acks all pending events before exiting.
8066 (handle_serial_event, handle_target_event): New.
8067 * remote-utils.c (remote_open): Install remote_desc in the event
8068 loop.
8069 (remote_close): Remove remote_desc from the event loop.
8070 (putpkt_binary): Rename to...
8071 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
8072 (putpkt_binary): New as wrapper around putpkt_binary_1.
8073 (putpkt_notif): New.
8074 (prepare_resume_reply): In non-stop mode, don't change the
8075 general_thread.
8076 * event-loop.c: New.
8077 * Makefile.in (OBJ): Add event-loop.o.
8078 (event-loop.o): New rule.
8079
8080 * linux-low.h (pid_of): Moved here.
8081 (lwpid_of): New.
8082 (get_lwp_thread): Use lwpid_of.
8083 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
8084 * linux-low.c (pid_of): Delete.
8085 (inferior_pid): Use lwpid_of.
8086 (linux_event_pipe): New.
8087 (target_is_async_p): New.
8088 (delete_lwp): New.
8089 (handle_extended_wait): Use lwpid_of.
8090 (add_lwp): Don't set lwpid field.
8091 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
8092 (linux_kill_one_lwp): If killing a running lwp, stop it first.
8093 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
8094 (linux_detach_one_lwp): If detaching from a running lwp, stop it
8095 first. Adjust to linux_wait_for_event interface changes. Use
8096 lwpid_of.
8097 (linux_detach): Don't delete the main lwp here.
8098 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
8099 (status_pending_p): Don't consider explicitly suspended lwps.
8100 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
8101 pointer. Add OPTIONS argument. Change return type to int. Use
8102 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
8103 (linux_wait_for_event): Take an integer pid instead of a lwp_info
8104 pointer. Add status pointer argument. Return a pid instead of a
8105 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
8106 changes. In non-stop mode, don't switch to a random thread.
8107 (linux_wait): Rename to...
8108 (linux_wait_1): ... this. Add target_options argument, and handle
8109 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
8110 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
8111 clean exit and signal exit code. Don't stop all threads in
8112 non-stop mode. In all-stop mode, only stop all threads when
8113 reporting a stop to GDB. Handle explicit thread stop requests.
8114 (async_file_flush, async_file_mark): New.
8115 (linux_wait): New.
8116 (send_sigstop): Use lwpid_of.
8117 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
8118 interface changes. In non-stop mode, don't switch to a random
8119 thread.
8120 (linux_resume_one_lwp): Use lwpid_of.
8121 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
8122 (linux_resume_one_thread): ... this. Handle resume_stop. In
8123 non-stop mode, don't look for pending flag in all threads.
8124 (resume_status_pending_p): Don't consider explicitly suspended
8125 threads.
8126 (my_waitpid): Reimplement. Emulate __WALL.
8127 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8128 Use lwpid_of.
8129 (sigchld_handler, linux_supports_non_stop, linux_async)
8130 (linux_start_non_stop): New.
8131 (linux_target_ops): Register linux_supports_non_stop, linux_async
8132 and linux_start_non_stop.
8133 (initialize_low): Install SIGCHLD handler.
8134 * thread-db.c (thread_db_create_event, find_one_thread)
8135 (thread_db_get_tls_address): Use lwpid_of.
8136 * win32-low.c (win32_detach): Adjust to use resume_kind.
8137 (win32_wait): Add `options' argument.
8138 * spu-low.c (spu_resume): Adjust to use resume_kind.
8139 (spu_wait): Add `options' argument.
8140
5b1c542e
PA
81412009-04-01 Pedro Alves <pedro@codesourcery.com>
8142
8143 Decouple target code from remote protocol.
8144
8145 * target.h (enum target_waitkind): New.
8146 (struct target_waitstatus): New.
8147 (struct target_ops) <wait>: Return an unsigned long. Take a
8148 target_waitstatus pointer instead of a char pointer.
8149 (mywait): Likewise.
8150 * target.c (mywait): Change prototype to return an unsigned long.
8151 Take a target_waitstatus pointer instead of a char pointer. Adjust.
8152 * server.h (thread_from_wait, old_thread_from_wait): Delete
8153 declarations.
8154 (prepare_resume_reply): Change prototype to take a
8155 target_waitstatus.
8156 * server.c (thread_from_wait, old_thread_from_wait): Delete.
8157 (last_status, last_ptid): New.
8158 (start_inferior): Remove "statusptr" argument. Adjust. Return a
8159 pid instead of a signal.
8160 (attach_inferior): Remove "status" and "signal" parameters.
8161 Adjust.
8162 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
8163 not as an address.
8164 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
8165 (handle_v_requests, myresume): Remove "status" and "signal"
8166 parameters. Adjust.
8167 (handle_status): New.
8168 (main): Delete local `status'. Adjust.
8169 * remote-utils.c: Include target.h.
8170 (prepare_resume_reply): Change prototype to take a
8171 target_waitstatus. Adjust.
8172
8173 * linux-low.c (linux_wait): Adjust to new target_ops->wait
8174 interface.
8175 * spu-low.c (spu_wait): Adjust.
8176 * win32-low.c (enum target_waitkind, struct target_waitstatus):
8177 Delete.
8178 (win32_wait): Adjust.
8179
2bd7c093
PA
81802009-04-01 Pedro Alves <pedro@codesourcery.com>
8181
8182 * target.h (struct thread_resume): Delete leave_stopped member.
8183 (struct target_ops): Add a `n' argument to the `resume' callback.
8184 * server.c (start_inferior): Adjust.
8185 (handle_v_cont, myresume): Adjust.
8186 * linux-low.c (check_removed_breakpoint): Adjust to resume
8187 interface change, and to removed leave_stopped field.
8188 (resume_ptr): Delete.
8189 (struct thread_resume_array): New.
8190 (linux_set_resume_request): Add new `arg' parameter. Adjust to
8191 resume interface change.
8192 (linux_continue_one_thread, linux_queue_one_thread)
8193 (resume_status_pending_p): Check if the resume field is NULL
8194 instead of checking the leave_stopped member.
8195 (linux_resume): Adjust to the target resume interface change.
8196 * spu-low.c (spu_resume): Adjust to the target resume interface
8197 change.
8198 * win32-low.c (win32_detach, win32_resume): Ditto.
8199
c35fafde
PA
82002009-04-01 Pedro Alves <pedro@codesourcery.com>
8201
8202 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
8203 flag.
8204 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
8205 pending.
8206 (linux_continue_one_thread): Only preserve the stepping flag if
8207 there's a pending breakpoint.
8208
0a59d50b
PA
82092009-03-31 Pedro Alves <pedro@codesourcery.com>
8210
8211 * server.c (main): After the inferior having exited, call
8212 remote_close before exiting gdbserver.
8213
f04c6d38
TJB
82142009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
8215
8216 Fix size of FPSCR in Power 7 processors.
8217 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
8218 (PPC_FEATURE_HAS_DFP): New #define.
8219 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
8220 size of the FPSCR.
8221
78e5cee6
PA
82222009-03-23 Pedro Alves <pedro@codesourcery.com>
8223
8224 * server.c (handle_query) Whitespace and formatting.
8225
1b3f6016
PA
82262009-03-22 Pedro Alves <pedro@codesourcery.com>
8227
8228 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
8229 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
8230 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
8231 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
8232 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
8233 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
8234 Makefile.in, configure.ac: Fix whitespace throughout.
8235 * configure: Regenerate.
8236
a07b2135
PA
82372009-03-22 Pedro Alves <pedro@codesourcery.com>
8238
8239 * inferiors.c (find_inferior): Make it safe for the callback
8240 function to delete the currently iterated inferior.
8241
67cc2626
PA
82422009-03-22 Pedro Alves <pedro@codesourcery.com>
8243
8244 * Makefile.in (linuw_low_h): Move higher.
8245 (thread-db.o): Depend on $(linux_low_h).
8246
54a0b537
PA
82472009-03-17 Pedro Alves <pedro@codesourcery.com>
8248
8249 Rename "process" to "lwp" throughout.
8250
8251 * linux-low.c (all_processes): Rename to...
8252 (all_lwps): ... this.
8253 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
8254 (add_process): Rename to ...
8255 (add_lwp): ... this. Adjust.
8256 (linux_create_inferior): Adjust.
8257 (linux_attach_lwp): Adjust.
8258 (linux_attach): Adjust.
8259 (linux_kill_one_process): Rename to ...
8260 (linux_kill_one_lwp): ... this. Adjust.
8261 (linux_kill): Adjust.
8262 (linux_detach_one_process): Rename to ...
8263 (linux_detach_one_lwp): ... this. Adjust.
8264 (linux_detach): Adjust.
8265 (check_removed_breakpoint): Adjust.
8266 (status_pending_p): Adjust.
8267 (linux_wait_for_process): Rename to ...
8268 (linux_wait_for_lwp): ... this. Adjust.
8269 (linux_wait_for_event): Adjust.
8270 (send_sigstop): Adjust.
8271 (wait_for_sigstop): Adjust.
8272 (stop_all_processes): Rename to ...
8273 (stop_all_lwps): ... this.
8274 (linux_resume_one_process): Rename to ...
8275 (linux_resume_one_lwp): ... this. Adjust.
8276 (linux_set_resume_request, linux_continue_one_thread)
8277 (linux_queue_one_thread, resume_status_pending_p)
8278 (usr_store_inferior_registers, regsets_store_inferior_registers)
8279 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8280 Adjust.
8281 * linux-low.h (get_process): Rename to ...
8282 (get_lwp): ... this. Adjust.
8283 (get_thread_process): Rename to ...
8284 (get_thread_lwp): ... this. Adjust.
8285 (get_process_thread): Rename to ...
8286 (get_lwp_thread): ... this. Adjust.
8287 (struct process_info): Rename to ...
8288 (struct lwp_info): ... this.
8289 (all_processes): Rename to ...
8290 (all_lwps): ... this.
8291 * proc-service.c (ps_lgetregs): Adjust.
8292 * thread-db.c (thread_db_create_event, find_one_thread)
8293 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
8294
0b16c5cf
PA
82952009-03-14 Pedro Alves <pedro@codesourcery.com>
8296
8297 * server.c (handle_query): Handle "qAttached".
8298
32de4b9d
NS
82992009-03-13 Nathan Sidwell <nathan@codesourcery.com>
8300
8301 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
8302 GPLv3, update license URL.
8303
2aecd87f
DE
83042009-03-01 Doug Evans <dje@google.com>
8305
93efd302 8306 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
8307 (server_h): Add gdb_signals.h.
8308 (signals.o): Update.
8309 * server.h (target_signal_from_host,target_signal_to_host_p)
8310 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
8311
86b1f9c5
PM
83122009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8313
8314 * remote-utils.c (getpkt): Also generate remote-debug
8315 information if noack_mode is set.
8316
4aa995e1
PA
83172009-02-06 Pedro Alves <pedro@codesourcery.com>
8318
8319 * server.c (handle_query): Report qXfer:siginfo:read and
8320 qXfer:siginfo:write as supported and handle them.
8321 * target.h (struct target_ops) <qxfer_siginfo>: New field.
8322 * linux-low.c (linux_xfer_siginfo): New.
8323 (linux_target_ops): Set it.
8324
62709adf
PA
83252009-01-26 Pedro Alves <pedro@codesourcery.com>
8326
8327 * server.c (gdbserver_usage): Mention --remote-debug.
8328 (main): Accept '--remote-debug' switch.
8329
aef93bd7
DE
83302009-01-18 Doug Evans <dje@google.com>
8331
8332 * regcache.c (new_register_cache): No need to check result of xcalloc.
8333 * server.c (handle_search_memory): Back out calls to xmalloc,
8334 result is checked and error is returned to user upon failure.
8335 (handle_query): Ditto. Add more checks for result of malloc.
8336 (handle_v_cont): Check result of malloc, report error back to
8337 user upon failure.
8338 (handle_v_run): Ditto. Call freeargv.
8339 * server.h (freeargv): Declare.
8340 * utils.c (freeargv): New fn.
8341
54363045
DE
83422009-01-15 Doug Evans <dje@google.com>
8343
f626972c
DE
8344 * gdbreplay.c (perror_with_name): Make arg const char *.
8345 * server.h (target_signal_to_name): Make return type const char *.
0842e787 8346 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 8347 * utils.c (perror_with_name): Make arg const char *.
54363045 8348
18aae699
PA
83492009-01-14 Pedro Alves <pedro@codesourcery.com>
8350
8351 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
8352 when handling a EXIT_PROCESS_DEBUG_EVENT.
8353
ff703abe
JB
83542009-01-06 Joel Brobecker <brobecker@adacore.com>
8355
8356 * gdbreplay.c (gdbreplay_version): Update copyright year.
8357 * server.c (gdbserver_version): Likewise.
8358
f21cc1a2 83592009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
8360
8361 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 8362 (handle_extended_wait): Improve comment.
0e21c1ec 8363
bca929d3
DE
83642008-12-13 Doug Evans <dje@google.com>
8365
8366 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
8367 * server.h (ATTR_MALLOC): New macro.
8368 (xmalloc,xcalloc,xstrdup): Declare.
8369 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
8370 * inferiors.c: Ditto.
8371 * linux-low.c: Ditto.
8372 * mem-break.c: Ditto.
8373 * regcache.c: Ditto.
8374 * remote-utils.c: Ditto.
8375 * server.c: Ditto.
8376 * target.c: Ditto.
8377 * win32-low.c: Ditto.
8378
97438e3f
DE
83792008-12-12 Doug Evans <dje@google.com>
8380
896c7fbb
DE
8381 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
8382 in debugging printf.
8383
97438e3f
DE
8384 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
8385
e3b886f8
DE
83862008-12-09 Doug Evans <dje@google.com>
8387
8388 * linux-low.h (struct process_info): Delete member tid, unused.
8389 * thread-db.c (find_one_thread): Update.
8390 (maybe_attach_thread): Update.
8391
07e059b5
VP
83922008-12-02 Pedro Alves <pedro@codesourcery.com>
8393
889bf7c5
PA
8394 * target.h (struct target_ops): Add qxfer_osdata member.
8395 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
8396 and dirent.h.
8397 (linux_qxfer_osdata): New functions.
8398 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
8399 callback.
8400 * server.c (handle_query): Handle "qXfer:osdata:read:".
8401 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
8402 (buffer_xml_printf): New functions.
8403 * server.h (struct buffer): New.
8404 (buffer_grow_str, buffer_grow_str0): New macros.
8405 (buffer_grow, buffer_free, buffer_init, buffer_finish)
8406 (buffer_xml_printf): Declare.
07e059b5 8407
4cab47ab
DE
84082008-11-24 Doug Evans <dje@google.com>
8409
8410 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
8411
f142445f
DJ
84122008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8413
8414 * server.c (handle_v_run): Always use the supplied argument list.
8415
d0107bb6 84162008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 8417
d0107bb6
BW
8418 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
8419 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 8420
2c4ad781
TJB
84212008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8422
8423 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
8424 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
8425 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
8426 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
8427 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
8428 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
8429 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
8430 XML target descriptions.
8431 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
8432 when inferior is running on an ISA 2.05 or later processor. Add
8433 special case to return offset for full 64-bit slot of FPSCR when
8434 in 32-bits.
8435
dfb64f85
DJ
84362008-11-14 Daniel Gutson <dgutson@codesourcery.com>
8437
8438 * Makefile.in (SFILES, clean): Added sparc64 files.
8439 (reg-sparc64.o, reg-sparc64.c): New.
8440 * configure.srv (sparc*-*-linux*): New configuration.
8441 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
8442 syscall arguments for SPARC.
8443 (regsets_store_inferior_registers): Likewise.
8444 * linux-sparc-low.c: New file.
8445
66b6e1dd
DE
84462008-10-21 Doug Evans <dje@google.com>
8447
8448 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
8449 (READLINE_DIR,READLINE_DEP): Delete.
8450 (INTERNAL_CFLAGS): Update.
8451 (LINTFLAGS): Update.
8452
9b710a42
PA
84532008-10-10 Pedro Alves <pedro@codesourcery.com>
8454
8455 * server.c (handle_v_run): If GDB didn't specify an argv, use the
8456 whole argv from the last run, not just argv[0].
8457
5822d809
PA
84582008-09-08 Pedro Alves <pedro@codesourcery.com>
8459
8460 * regcache.c (new_register_cache): Return NULL if the register
8461 cache size isn't known yet.
8462 (free_register_cache): Avoid dereferencing a NULL regcache.
8463
74aac56f
DJ
84642008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8465
8466 * configure.srv: Merge MIPS and MIPS64.
8467
400b20f5
MR
84682008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
8469
8470 * Makefile.in (uninstall): Apply $(EXEEXT) too.
8471
677c5bb1
LM
84722008-08-18 Luis Machado <luisgpm@br.ibm.com>
8473
8474 * Makefile.in: Add required vsx dependencies.
8475
8476 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
8477 Declare init_registers_powerpc_vsx32l.
8478 Declare init_registers_powerpc_vsx64l.
8479 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
8480 (ppc_arch_setup): Check for VSX in hwcap.
8481 (ppc_fill_vsxregset): New function.
8482 (ppc_store_vsxregset): New function.
8483 Add new VSX entry in regset_info target_regsets.
8484
8485 * configure.srv: Add new VSX dependencies.
8486
a6f3e723
SL
84872008-08-12 Pedro Alves <pedro@codesourcery.com>
8488
8489 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
8490 (remote_open): Set or clear transport_is_reliable.
8491 (putpkt_binary): Don't expect acks in noack mode.
8492 (getpkt): Don't send ack/nac in noack mode.
8493 * server.c (handle_general_set): Handle QStartNoAckMode.
8494 (handle_query): If connected by tcp pass QStartNoAckMode+ in
8495 qSupported.
8496 (main): Reset noack_mode on every connection.
8497 * server.h (noack_mode): Declare.
8498
a417dc56
RW
84992008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8500
8501 * Makefile.in (GDBREPLAY_OBS): New variable.
8502 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
8503
3221518c
UW
85042008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
8505 Daniel Jacobowitz <dan@codesourcery.com>
8506
8507 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
8508 (usr_store_inferior_registers): Likewise.
8509 (regsets_store_inferior_registers): Likewise.
8510
ec56be1b
PA
85112008-07-31 Rolf Jansen <rj@surtec.com>
8512 Pedro Alves <pedro@codesourcery.com>
8513
8514 * configure.ac: Check for memmem declaration.
8515 * server.c [HAVE_MALLOC_H]: Include malloc.h.
8516 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
8517 (disable_packet_qfThreadInfo): Unconditionally compile.
8518 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
8519 * configure, config.in: Regenerate.
8520
2fe5e3ff
DE
85212008-07-28 Doug Kwan <dougkwan@google.com>
8522
8523 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
8524 (linux_write_memory): Remove declaration of errno.
8525
836acd6d
UW
85262008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
8527
8528 * linux-low.c (handle_extended_wait): Do not use "status"
8529 variable uninitialized.
8530
aeba519e
PA
85312008-07-07 Pedro Alves <pedro@codesourcery.com>
8532
8533 * server.c (handle_v_attach): Inhibit reporting dll changes.
8534
db42f210
PA
85352008-06-27 Pedro Alves <pedro@codesourcery.com>
8536
8537 * remote-utils.c (prepare_resume_reply): If requested, don't
8538 output "thread:TID" in the T stop reply.
8539
8540 * server.c (disable_packet_vCont, disable_packet_Tthread)
8541 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
8542 (handle_query): If requested, disable support for qC, qfThreadInfo
8543 and qsThreadInfo.
8544 (handle_v_requests): If requested, disable support for vCont.
8545 (gdbserver_show_disableable): New.
8546 (main): Handle --disable-packet and --disable-packet=LIST.
8547
8548 * server.h (disable_packet_vCont, disable_packet_Tthread)
8549 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
8550
8e4c5421
CD
85512008-06-20 Carlos O'Donell <carlos@codesourcery.com>
8552
8553 * server.c (gdbserver_usage): Mention --version.
8554
6e23a804
DJ
85552008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
8556
8557 * Makefile.in (gdbreplay.o): New rule.
8558
90aa6a40
JM
85592008-06-06 Joseph Myers <joseph@codesourcery.com>
8560
8561 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
8562 message, not gdbserver.
8563
c16158bc 85642008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
8565 Nathan Sidwell <nathan@codesourcery.com>
8566 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
8567
8568 * acinclude.m4: Include ../../config/acx.m4.
8569 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
8570 * configure, config.in: Regenerate.
8571 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
8572 * server.c (gdbserver_version): Print PKGVERSION.
8573 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
8574 (main): Adjust gdbserver_usage calls.
8575 * gdbreplay.c (version, host_name): Add declarations.
8576 (gdbreplay_version, gdbreplay_usage): New.
8577 (main): Accept --version and --help options.
8578
aeb75bf5
DJ
85792008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
8580
8581 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
8582 (arm_breakpoint_at): Handle Thumb.
8583 (the_low_target): Add comment.
8584
76b233dd
UW
85852008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
8586
8587 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
8588
08388c79
DE
85892008-05-09 Doug Evans <dje@google.com>
8590
a3c83fae
DE
8591 * server.h (decode_search_memory_packet): Declare.
8592 * remote-utils.c (decode_search_memory_packet): New fn.
8593 * server.c (handle_search_memory_1): New fn.
08388c79
DE
8594 (handle_search_memory): New fn.
8595 (handle_query): Process qSearch:memory packets.
8596
bb9c3d36
UW
85972008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8598
8599 * regcache.c (registers_length): Remove.
8600 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
8601 full register packet.
8602 * regcache.h (registers_length): Remove prototype.
8603 * server.h (PBUFSIZ): Define to 16384.
8604
7284e1be
UW
86052008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
8606
8607 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
8608 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
8609 powerpc-64l.o, and powerpc-altivec64l.o.
8610 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
8611 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
8612 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
8613 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
8614 rs6000/power-linux.xml, and rs6000/power64-linux.xml
8615 to srv_xmlfiles.
8616
8617 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
8618 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
8619 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
8620 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
8621 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
8622 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
8623 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
8624 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
8625 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
8626 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
8627 (clean): Update.
8628
8629 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
8630 (init_registers_powerpc_32l): ... this new prototype.
8631 (init_registers_powerpc_32): Remove, replace by ...
8632 (init_registers_powerpc_altivec32l): ... this new prototype.
8633 (init_registers_powerpc_e500): Remove, replace by ...
8634 (init_registers_powerpc_e500l): ... this new prototype.
8635 (init_registers_ppc64): Remove, replace by ...
8636 (init_registers_powerpc_64l): ... this new prototype.
8637 (init_registers_powerpc_64): Remove, replace by ...
8638 (init_registers_powerpc_altivec64l): ... this new prototype.
8639 (ppc_num_regs): Set to 73.
8640 (PT_ORIG_R3, PT_TRAP): Define if necessary.
8641 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
8642 (ppc_cannot_store_register): Handle orig_r3 and trap.
8643 (ppc_arch_setup): Update init_registers_... calls.
8644 (ppc_fill_gregset): Handle orig_r3 and trap.
8645
8646 * inferiors.c (clear_inferiors): Reset current_inferior.
8647
fdc59709
PB
86482008-04-23 Paolo Bonzini <bonzini@gnu.org>
8649
889bf7c5
PA
8650 * acinclude.m4: Add override.m4.
8651 * configure: Regenerate.
fdc59709 8652
c9b2f845
UW
86532008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8654
8655 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
8656 initial call to init_register_ppc64.
8657
550512b8
UW
86582008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8659
43aaf8b6
PA
8660 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
8661 single powerpc*-*-linux* case.
550512b8
UW
8662 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
8663
b6430ec3
UW
86642008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
8665
8666 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 8667 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
8668 from reg_xmlfiles.
8669 * linux-ppc-low.c: Include <elf.h>.
8670 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
8671 (ppc_hwcap): New global variable.
8672 (ppc_regmap): Remove __SPE__ #ifdef sections.
8673 (ppc_regmap_e500): New global variable.
8674 (ppc_cannot_store_register): Update __SPE__ special case.
8675 (ppc_get_hwcap): New function.
8676 (ppc_arch_setup): Use it to determine whether inferior supports
8677 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
8678 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
8679 Do not access registers if target does not support AltiVec.
8680 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
8681 Do not access registers if target does not support SPE.
8682 (target_regsets): Unconditionally include AltiVec and SPE regsets.
8683
52fa2412
UW
86842008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8685
8686 * linux-low.c (disabled_regsets, num_regsets): New.
8687 (use_regsets_p): Delete.
8688 (linux_wait_for_process): Clear disabled_regsets.
8689 (regsets_fetch_inferior_registers): Check and set it.
8690 (regsets_store_inferior_registers): Likewise.
8691 (linux_fetch_registers, linux_store_registers): Do not use
8692 use_regsets_p.
8693 (initialize_low): Allocate disabled_regsets.
8694
e28b3332
DJ
86952008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8696
8697 * Makefile.in (LIBOBJS): New.
8698 (OBS): Use LIBOBJS.
8699 (memmem.o): New rule.
8700 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
8701 * configure: Regenerated.
8702
4536995d
UW
87032008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
8704
8705 * server.c (handle_query): Never return "unsupported" for
8706 qXfer:features:read queries.
8707
221c031f
UW
87082008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8709
8710 * server.c (get_features_xml): Fix inverted condition.
8711 (handle_query): Always support qXfer:feature:read.
8712
ccd213ac
DJ
87132008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * server.c (wrapper_argv): New.
8716 (start_inferior): Handle wrapper_argv. If set, expect an extra
8717 trap.
8718 (gdbserver_usage): Document --wrapper.
8719 (main): Parse --wrapper.
8720
6fe305f7
UW
87212008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8722
8723 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
8724 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
8725 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
8726 (ppc_set_pc): Likewise.
8727 (ppc_arch_setup): New function.
8728 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
8729 of collect_register.
889bf7c5 8730 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 8731
5b0a002e
UW
87322008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8733
8734 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
8735 instead of linux-ppc64-low.o.
8736 * linux-ppc64-low.c: Remove file.
8737 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
8738 (linux-ppc64-low.o): Remove rule.
8739
8740 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
8741 (init_registers_powerpc_64): Likewise.
8742 (ppc_regmap): Conditionally define depending on __powerpc64__.
8743 (ppc_cannot_store_register): Do not special-case "fpscr" when
8744 compiled on __powerpc64__.
8745 (ppc_collect_ptrace_register): New function.
8746 (ppc_supply_ptrace_register): New function.
8747 (ppc_breakpoint): Change type to "unsigned int".
8748 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
8749 (the_low_target): Conditionally provide initializers for the
889bf7c5 8750 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
8751 collect_ptrace_register and supply_ptrace_register members.
8752
9b4b61c8
UW
87532008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8754
8755 * regcache.h (gdbserver_xmltarget): Add extern declaration.
8756 * server.c (gdbserver_xmltarget): Define.
8757 (get_features_xml): Use it to replace "target.xml" and arch_string.
8758
8759 * configure.srv: Remove srv_xmltarget. Add XML files that were
8760 mentioned there to srv_xmlfiles instead. Remove conditional tests
8761 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
8762 srv_xmlfiles and srv_regobj to include all possible choices.
8763 * configure.ac (srv_xmltarget): Remove.
8764 (srv_xmlfiles): Do not add "target.xml".
8765 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
8766 checks for supplementary target information.
8767 * configure: Regenerate.
8768 * Makefile.in (XML_TARGET): Remove.
8769 (target.xml): Remove rule.
8770 (clean): Do not clean up target.xml.
8771 (.PRECIOUS): Do not mention target.xml.
8772
8773 * target.h (struct target_ops): Remove arch_string member.
8774 * linux-low.c (linux_arch_string): Remove.
8775 (linux_target_ops): Remove arch_string initializer.
8776 * linux-low.h (struct linux_target_ops): Remove arch_string member.
8777 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
8778 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
8779 * spu-low.c (spu_arch_string): Remove.
8780 (spu_target_ops): Remove arch_string initializer.
8781 * win32-low.c (win32_arch_string): Remove.
8782 (win32_target_ops): Remove arch_string initializer.
8783 * win32-low.h (struct win32_target_ops): Remove arch_string member.
8784 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
8785 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
8786
ee1a7ae4
UW
87872008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8788
8789 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
8790 by collect_ptrace_register and supply_ptrace_register hooks.
8791 * linux-low.c (fetch_register): Use supply_ptrace_register callback
8792 instead of checking for the_low_target.left_pad_xfer.
8793 (usr_store_inferior_registers): Use collect_ptrace_register callback
8794 instead of checking for the_low_target.left_pad_xfer.
8795
8796 * linux-s390-low.c (s390_collect_ptrace_register): New function.
8797 (s390_supply_ptrace_register): Likewise.
8798 (s390_fill_gregset): Call s390_collect_ptrace_register.
8799 (the_low_target): Update.
8800
8801 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
8802 (ppc_supply_ptrace_register): Likewise.
8803 (the_low_target): Update.
8804
8805 * linux-i386-low.c (the_low_target): Update.
8806 * linux-x86-64-low.c (the_low_target): Update.
8807
d61ddec4
UW
88082008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8809
8810 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
8811 reg-s390.o and reg-s390x.o.
8812
8813 * linux-low.c (new_inferior): New global variable.
8814 (linux_create_inferior, linux_attach): Set it.
8815 (linux_wait_for_process): Call the_low_target.arch_setup after the
8816 target has stopped for the first time.
8817 (initialize_low): Do not call the_low_target.arch_setup.
8818
8819 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
8820 (s390_set_pc): Likewise.
8821 (s390_arch_setup): New function.
8822 (the_low_target): Use s390_arch_setup as arch_setup routine.
8823
8824 * regcache.c (realloc_register_cache): New function.
8825 (set_register_cache): Call it for each existing regcache.
8826
d05b4ac3
UW
88272008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8828
8829 * server.h (init_registers): Remove prototype.
8830
8831 * linux-low.h (struct linux_target_ops): Add arch_setup field.
8832 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
8833 instead of init_registers ().
8834 * linux-arm-low.c (init_registers_arm): Add prototype.
8835 (init_registers_arm_with_iwmmxt): Likewise.
8836 (the_low_target): Add initializer for arch_setup field.
8837 * linux-cris-low.c (init_registers_cris): Add prototype.
8838 (the_low_target): Add initializer for arch_setup field.
8839 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
8840 (the_low_target): Add initializer for arch_setup field.
8841 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
8842 (the_low_target): Add initializer for arch_setup field.
8843 * linux-ia64-low.c (init_registers_ia64): Add prototype.
8844 (the_low_target): Add initializer for arch_setup field.
8845 * linux-m32r-low.c (init_registers_m32r): Add prototype.
8846 (the_low_target): Add initializer for arch_setup field.
8847 * linux-m68k-low.c (init_registers_m68k): Add prototype.
8848 (the_low_target): Add initializer for arch_setup field.
8849 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
8850 (init_registers_mips64_linux): Likewise.
8851 (the_low_target): Add initializer for arch_setup field.
8852 * linux-ppc-low.c (init_registers_ppc): Add prototype.
8853 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
8854 (the_low_target): Add initializer for arch_setup field.
8855 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
8856 (init_registers_powerpc_64): Likewise.
8857 (the_low_target): Add initializer for arch_setup field.
8858 * linux-s390-low.c (init_registers_s390): Add prototype.
8859 (init_registers_s390x): Likewise.
8860 (the_low_target): Add initializer for arch_setup field.
8861 * linux-sh-low.c (init_registers_sh): Add prototype.
8862 (the_low_target): Add initializer for arch_setup field.
8863 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
8864 (the_low_target): Add initializer for arch_setup field.
8865 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
8866 (the_low_target): Add initializer for arch_setup field.
8867
8868 * win32-low.h (struct win32_target_ops): Add arch_setup field.
8869 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
8870 instead of init_registers ().
8871 * win32-arm-low.c (init_registers_arm): Add prototype.
8872 (the_low_target): Add initializer for arch_setup field.
8873 * win32-i386-low.c (init_registers_i386): Add prototype.
8874 (the_low_target): Add initializer for arch_setup field.
8875
8876 * spu-low.c (init_registers_spu): Add prototype.
8877 (initialize_low): Call initialie_registers_spu () instead of
8878 initialize_registers ().
8879
fd96d250
PA
88802008-02-19 Pedro Alves <pedro@codesourcery.com>
8881
8882 * server.c (handle_v_requests): When handling the vRun and vAttach
8883 packets, if already debugging a process, don't kill it. Return an
8884 error instead.
8885
d41b6bb4
DJ
88862008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
8887
8888 * server.c (handle_query): Correct length check.
8889
5ac588cf
PA
88902008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
8891
8892 * win32-low.c (do_initial_child_stuff): Add process handle
8893 parameter. Set current_process_handle and current_process_id from the
8894 parameters. Clear globals.
8895 (win32_create_inferior): Don't set current_process_handle and
8896 current_process_id here. Instead pass them on the call to
8897 do_initial_child_stuff.
8898 (win32_attach): Likewise.
8899 (win32_clear_inferiors): New.
8900 (win32_kill): Don't close the current process handle or the
8901 current thread handle here. Instead call win32_clear_inferiors.
8902 (win32_detach): Don't open a new handle to the process. Call
8903 win32_clear_inferiors.
8904 (win32_join): Don't rely on current_process_handle; open a new
8905 handle using the process id.
8906 (win32_wait): Call win32_clear_inferiors when the inferior process
8907 has exited.
8908
ecd7ecbc
DJ
89092008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
8910
8911 * server.c (monitor_show_help): Add "exit".
8912
1525d545
MG
89132008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
8914
ecd7ecbc 8915 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
8916 (clean): Add reg-xtensa.c.
8917 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
8918 * configure.srv (xtensa*-*-linux*) New target.
8919 * linux-xtensa-low.c: New.
8920 * xtensa-xtregs.c: New.
1525d545 8921
59a016f0
PA
89222008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
8923
8924 * hostio.c: Don't include errno.h.
8925 (errno_to_fileio_errno): Move to hostio-errno.
8926 * hostio.c: (hostio_error): Remove the error parameter. Defer the
8927 error number outputting to the target->hostio_last_error callback.
8928 (hostio_packet_error): Use FILEIO_EINVAL directly.
8929 (handle_open, handle_pread, hostio_error, handle_unlink): Update
8930 calls to hostio_error.
8931 * hostio-errno.c: New.
8932 * server.h (hostio_last_error_from_errno): Declare.
8933 * target.h (target_ops): Add hostio_last_error member.
8934 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
8935 as hostio_last_error handler.
889bf7c5 8936 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
8937 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
8938 (wince_hostio_last_error): New functions.
8939 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
8940 as hostio_last_error handler.
8941 (win32_target_ops) [!_WIN32_WCE]: Register
8942 hostio_last_error_from_errno as hostio_last_error handler.
8943 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
8944 (hostio-errno.o): New rule.
8945 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
8946 * configure.srv (srv_hostio_err_objs): New variable. Default to
8947 hostio-errno.o.
8948 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
8949 * configure: Regenerate.
8950
2d717e4f
DJ
89512008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8952
8953 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
8954 (linux_kill, linux_detach): Clean up the process list.
8955 * remote-utils.c (remote_open): Improve port number parsing.
8956 (putpkt_binary, input_interrupt): Only send interrupts if the target
8957 is running.
8958 * server.c (extended_protocol): Make static.
8959 (attached): Define earlier.
8960 (exit_requested, response_needed, program_argv): New variables.
8961 (target_running): New.
8962 (start_inferior): Clear attached here.
8963 (attach_inferior): Set attached here.
8964 (require_running): Define.
8965 (handle_query): Use require_running and target_running. Implement
8966 "monitor exit".
8967 (handle_v_attach, handle_v_run): New.
8968 (handle_v_requests): Use require_running. Handle vAttach and vRun.
8969 (gdbserver_usage): Update.
8970 (main): Redo argument parsing. Handle --debug and --multi. Handle
8971 --attach along with other options or after the port. Save
8972 program_argv. Support no initial program. Resynchronize
8973 communication with GDB after an error. Handle "monitor exit".
8974 Use require_running and target_running. Always allow the extended
8975 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
8976 restart in extended mode.
8977 * README: Refer to the GDB manual. Update --attach usage.
8978
7407e2de
AS
89792007-12-20 Andreas Schwab <schwab@suse.de>
8980
8981 * linux-low.c (STACK_SIZE): Define.
8982 (linux_tracefork_child): Use it. Use __clone2 on ia64.
8983 (linux_test_for_tracefork): Likewise.
8984
b65d95c5
DJ
89852007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
8986
8987 * linux-low.c (linux_wait_for_event): Update messages. Do not
8988 reinsert auto-delete breakpoints.
8989 * mem-break.c (struct breakpoint): Change return type of handler to
8990 int.
8991 (set_breakpoint_at): Update handler type.
8992 (reinsert_breakpoint_handler): Return 1 instead of calling
8993 delete_breakpoint.
8994 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
8995 setting a new one.
8996 (check_breakpoints): Delete auto-delete breakpoints and return 2.
8997 * mem-break.h (set_breakpoint_at): Update handler type.
8998 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
8999 * win32-low.c (auto_delete_breakpoint): New.
9000 (get_child_debug_event): Use it.
9001
4e799345
DJ
90022007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9003
9004 * configure.ac: Check for pread and pwrite.
9005 * hostio.c (handle_pread): Fall back to lseek and read.
9006 (handle_pwrite): Fall back to lseek and write.
9007 * config.in, configure: Regenerated.
9008
27524b67
DJ
90092007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
9010
9011 * server.c (myresume): Add own_buf argument.
9012 (main): Update calls.
9013
a20d5e98
DJ
90142007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
9015
9016 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
9017 * remote-utils.c (remote_open): Do not call disable_async_io.
9018 (block_async_io): Delete.
9019 (unblock_async_io): Make static.
9020 (initialize_async_io): New.
9021 * server.c (handle_v_cont): Handle async I/O here.
9022 (myresume): Likewise. Move other common resume tasks here...
9023 (main): ... from here. Call initialize_async_io. Disable async
9024 I/O before the main loop.
9025 * server.h (initialize_async_io): Declare.
9026 (block_async_io, unblock_async_io): Delete prototypes.
9027 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
9028
b79d787e
DJ
90292007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
9030
9031 * remote-utils.c (readchar): Allow binary data in received messages.
9032
d97903b2
PA
90332007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9034
9035 * win32-low.c (attaching): New global.
9036 (win32_create_inferior): Clear the `attaching' global.
9037 (win32_attach): Set the `attaching' global.
9038 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
9039 attaching. Only set a breakpoint at the entry point if not
9040 attaching.
9041
311de423
PA
90422007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9043
9044 * server.c (main): Don't report dll events on the initial
9045 connection on attaches.
9046
6c2d16d2
PA
90472007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9048
9049 * server.c (main): Relax numerical bases supported for the pid of
9050 the --attach command line argument.
9051
5ca906e6
PA
90522007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9053
9054 * win32-low.c (win32_attach): Call OpenProcess before
9055 DebugActiveProcess, not after. Add last error output to error
9056 call.
9057
9c6c8194
PA
90582007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9059
9060 * win32-low.c (win32_get_thread_context)
9061 (win32_set_thread_context): New functions.
9062 (thread_rec): Use win32_get_thread_context.
9063 (continue_one_thread, win32_resume): Use win32_set_thread_context.
9064 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
9065 field.
9066
4d5d1aaa
PA
90672007-12-03 Leo Zayas
9068 Pedro Alves <pedro_alves@portugalmail.pt>
9069
9070 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
9071 global variables.
9072 (child_add_thread): Minor cleanup.
9073 (child_continue): Resume artificially suspended threads before
9074 calling ContinueDebugEvent.
9075 (suspend_one_thread): New.
9076 (fake_breakpoint_event): New.
9077 (get_child_debug_event): Change return type to int. Check here if
9078 gdb sent an interrupt request. If a soft interrupt was requested,
9079 fake a breakpoint event. Return 0 if there is no event to handle,
9080 and 1 otherwise.
9081 (win32_wait): Don't check here if gdb sent an interrupt request.
9082 Ensure there is a valid event to handle.
9083 (win32_request_interrupt): Add soft interruption method as last
9084 resort.
9085
c436e841
PA
90862007-12-03 Leo Zayas
9087 Pedro Alves <pedro_alves@portugalmail.pt>
9088
9089 * win32-low.h (win32_thread_info): Add descriptions to the
9090 structure members. Replace `suspend_count' counter by a
9091 `suspended' flag.
9092 * win32-low.c (thread_rec): Update condition of when to get the
9093 context from the inferior. Rely on ContextFlags being set if it
9094 has already been retrieved. Only suspend the inferior thread if
9095 we haven't already. Warn if that fails.
9096 (continue_one_thread): s/suspend_count/suspended/. Only call
9097 ResumeThread once. Warn if that fails.
9098
e7b5fa67
PA
90992007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9100
9101 * win32-low.c (win32_wait): Don't read from the inferior when it
9102 has already exited.
9103
a385171d
PA
91042007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9105
9106 * Makefile.in (win32_low_h): New variable.
9107 (win32-low.o): Add dependency on $(win32_low_h).
9108 (win32-arm-low.o, win32-i386-low.o): New rules.
9109
f80c84b3
DJ
91102007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9111
9112 * hostio.c: Correct copyright year.
9113
a6b151f1
DJ
91142007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9115
9116 * Makefile.in (OBS): Add hostio.o.
9117 (hostio.o): New rule.
9118 * server.h (handle_vFile): Declare.
9119 * hostio.c: New file.
9120 * server.c (handle_v_requests): Take packet_len and new_packet_len
9121 for binary packets. Call handle_vFile.
9122 (main): Update call to handle_v_requests.
9123
f9387fc3
DJ
91242007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
9125
9126 * linux-low.c: Include <sched.h>.
9127
51c2684e
DJ
91282007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
9129
9130 * linux-low.c (linux_tracefork_grandchild): New.
9131 (linux_tracefork_child): Use clone.
9132 (linux_test_for_tracefork): Use clone; allocate and free a stack.
9133
75f83163
JB
91342007-10-31 Joel Brobecker <brobecker@adacore.com>
9135
9136 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
9137
da5898ce
DJ
91382007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
9139
9140 * linux-low.c (handle_extended_wait): Handle unexpected signals.
9141
24a09b5f
DJ
91422007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9143
9144 * inferiors.c (change_inferior_id): Delete.
9145 (add_pid_to_list, pull_pid_from_list): New.
9146 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
9147 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
9148 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
9149 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
9150 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
9151 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
9152 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
9153 (using_threads): Always set to 1.
9154 (handle_extended_wait): New.
9155 (add_process): Do not set TID.
9156 (linux_create_inferior): Set must_set_ptrace_flags.
9157 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
9158 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
9159 (linux_thread_alive): Rename TID argument to LWPID.
9160 (linux_wait_for_process): Handle unknown processes. Do not use TID.
9161 (linux_wait_for_event): Do not use TID or check using_threads. Update
9162 call to dead_thread_notify. Call handle_extended_wait.
9163 (linux_create_inferior): Use PTRACE_SETOPTIONS.
9164 (send_sigstop): Delete sigstop_sent.
9165 (wait_for_sigstop): Avoid TID.
9166 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
9167 (linux_test_for_tracefork): New.
9168 (linux_lookup_signals): Use thread_db_active and
9169 linux_supports_tracefork_flag.
9170 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
9171 * linux-low.h (get_process_thread): Avoid TID.
9172 (struct process_ifo): Move thread_known and tid to the end. Remove
9173 sigstop_sent.
9174 (linux_attach_lwp, thread_db_init): Update prototypes.
9175 * server.h (change_inferior_id): Delete prototype.
9176 (add_pid_to_list, pull_pid_from_list): New prototypes.
9177 * thread-db.c (thread_db_use_events): New.
9178 (find_first_thread): Rename to...
9179 (find_one_thread): ...this. Update callers and messages. Do not
9180 call fatal. Check thread_db_use_events. Do not call
9181 change_inferior_id or new_thread_notify.
9182 (maybe_attach_thread): Update. Do not call new_thread_notify.
9183 (thread_db_init): Set thread_db_use_events. Check use_events.
9184 * utils.c (fatal, warning): Correct message prefix.
9185
30ed0a8f
DJ
91862007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9187
9188 * Makefile.in (clean): Remove new files.
9189 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
9190 (powerpc-64.o, powerpc-64.c): New rules.
9191 * configure.srv: Use alternate register sets for powerpc64-*-linux*
9192 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
9193 with SPE.
9194 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
9195 SPE targets.
9196 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
9197 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
9198 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
9199 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
9200 (target_regsets): Add AltiVec and SPE register sets.
9201 * configure.ac: Check for AltiVec and SPE.
9202 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
9203 (ppc_fill_vrregset, ppc_store_vrregset): New.
9204 (target_regsets): Add AltiVec register set.
9205 * configure: Regenerated.
9206
fd462a61
DJ
92072007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9208
9209 * linux-low.c (O_LARGEFILE): Define.
9210 (linux_read_memory): Use /proc/PID/mem.
9211 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
9212 * configure, config.in: Regenerated.
9213
69f223ed
DJ
92142007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9215
9216 * linux-low.c (linux_wait_for_event): Do not pass signals while
9217 single-stepping.
9218
aec18585
PA
92192007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9220
9221 * win32-low.c (create_process): New.
9222 (win32_create_inferior): Use create_process instead of
9223 CreateProcess. If create_process failed retry appending an ".exe"
9224 suffix. Store the GetLastError result immediatelly after
9225 create_process calls and use it on the call to error.
9226
34d86ddd
PA
92272007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9228
9229 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
9230
5a0e3bd0
JB
92312007-08-23 Joel Brobecker <brobecker@adacore.com>
9232
9233 * configure.ac: Switch license to GPLv3.
9234
f88c79e6
MS
92352007-08-01 Michael Snyder <msnyder@access-company.com>
9236
9237 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
9238
6b3d9b83
PA
92392007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
9240
9241 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
9242 typedef.
9243 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
9244 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
9245 CloseToolhelp32Snapshot.
9246 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
9247 CloseToolhelp32Snapshot.
9248
c588c53c
MS
92492007-07-27 Michael Snyder <michael.snyder@access-company.com>
9250
9251 * server.c (main): Check for inferior exit before main loop.
9252
aa0403d9
PA
92532007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
9254
9255 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
9256 instead of on tmp_desc.
9257
255e7678
DJ
92582007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9259 Daniel Jacobowitz <dan@codesourcery.com>
9260
9261 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
9262 (add_thread): Minor cleanups.
9263 (clear_inferiors): Move lower in the file. Clear the DLL
9264 list.
9265 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
9266 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
9267 (xml_escape_text): New.
9268 * server.c (handle_query): Handle qXfer:libraries:read. Report it
9269 for qSupported.
9270 (handle_v_cont): Report errors.
9271 (gdbserver_version): Update.
9272 (main): Correct size of own_buf. Do not report initial DLL events.
9273 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
9274 (unloaded_dll, xml_escape_text): New.
9275 * win32-low.c (enum target_waitkind): Update comments.
9276 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
9277 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
9278 (win32_EnumProcessModules, win32_GetModuleInformation)
9279 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
9280 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
9281 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
9282 (win32_Module32First, win32_Module32Next, load_toolhelp)
9283 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
9284 (get_child_debug_event): Handle DLL events.
9285 (win32_wait): Likewise.
9286
0d37add9
DJ
92872007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9288
9289 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
9290 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
9291
45e2715e
PA
92922007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9293
9294 * win32-low.c (handle_output_debug_string): Ignore event if not
9295 waiting.
9296
c5674cf1
PA
92972007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9298
9299 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
9300
2bbe3cc1
DJ
93012007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
9302
9303 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
9304
ae13219e
DJ
93052007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9306
9307 * inferiors.c (change_inferior_id): Add comment.
9308 * linux-low.c (check_removed_breakpoint): Add an early
9309 prototype. Improve debug output.
9310 (linux_attach): Doc update.
9311 (linux_detach_one_process, linux_detach): Clean up before releasing
9312 each process.
9313 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
9314 * linux-low.h (struct process_info): Doc improvement.
9315 * mem-break.c (delete_all_breakpoints): New.
9316 * mem-break.h (delete_all_breakpoints): New prototype.
9317 * thread-db.c (find_first_thread): New.
9318 (thread_db_create_event): Call it instead of
9319 thread_db_find_new_threads. Clean up unused variables.
9320 (maybe_attach_thread): Remove first thread handling.
9321 (thread_db_find_new_threads): Use find_first_thread.
9322 (thread_db_get_tls_address): Likewise.
9323
4105de34
DJ
93242007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
9325
9326 * thread-db.c (thread_db_find_new_threads): Add prototype.
9327 (thread_db_create_event): Check for the main thread before adding
9328 a new thread.
9329 (maybe_attach_thread): Only enable event reporting if TID == 0.
9330 (thread_db_get_tls_address): Check for new threads.
9331
2b876972
DJ
93322007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
9333
9334 * linux-low.c (linux_create_inferior): Try execv before execvp.
9335 * spu-low.c (spu_create_inferior): Likewise.
9336
7a245884
DJ
93372007-06-13 Mike Frysinger <vapier@gentoo.org>
9338
9339 * linux-low.c (linux_create_inferior): Change execv to execvp.
9340 * spu-low.c (spu_create_inferior): Likewies.
9341
117ce543
DJ
93422007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9343
9344 * Makefile.in (clean): Clean new files instead of deleted ones.
9345 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
9346 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
9347 rules.
9348 * configure.srv: Specify XML files and new regformats for MIPS and
9349 MIPS64 GNU/Linux.
9350 * linux-mips-low.c (mips_num_regs): Set to only used registers.
9351 (mips_regmap): Do not fetch $0. Remove unused registers. Add
9352 an entry for the restart register.
9353 (mips_cannot_fetch_register, mips_cannot_store_register)
9354 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
9355 register names to match the XML descriptions.
9356 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
9357 restart register instead of $0.
9358
0e7f50da
UW
93592007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9360 Markus Deuling <deuling@de.ibm.com>
9361
9362 * remote-utils.c (decode_xfer_write): New function.
9363 * server.h (decode_xfer_write): Add prototype.
9364 * server.c (handle_query): Add PACKET_LEN argument. Support
9365 qXfer:spu:read and qXfer:spu:write packets.
9366 (main): Pass packet_len to handle_query.
9367 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
9368 * target.h (target_ops): Add qxfer_spu.
9369
374c1d38
UW
93702007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9371
9372 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
9373 accessing non-seekable spufs files.
9374
bb63802a
UW
93752007-05-16 Markus Deuling <deuling@de.ibm.com>
9376
889bf7c5 9377 * server.c (handle_query): Add reply for qC packet.
bb63802a 9378
7390519e
PA
93792007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9380 Leo Zayas <lerele@champenstudios@com>
9381
9382 * server.h (check_remote_input_interrupt_request): New function.
9383 * remote_utils.c (INVALID_DESCRIPTOR): New define.
9384 (remote_desc): Initialize with INVALID_DESCRIPTOR.
9385 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
9386 (check_remote_input_interrupt_request): New function.
9387 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 9388 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
9389 winapi_GenerateConsoleCtrlEvent): New typedefs.
9390 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
9391 to 250 ms.
9392 (win32_wait): Check for remote interrupt request
9393 with check_remote_input_interrupt_request.
9394 (win32_request_interrupt): New function.
9395 (win32_target_op): Set request_interrupt to win32_request_interrupt.
9396
34b34921
PA
93972007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9398
9399 * win32-low.c (debug_registers_changed,
9400 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
9401 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
9402 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
9403 (thread_rec): Get context using the low target.
9404 (child_add_thread): Call thread_added on the low target,
9405 which does the same thing.
9406 (regptr): Delete.
9407 (do_initial_child_stuff): Remove debug registers references.
9408 Set context using the low target. Resume threads after
9409 setting the contexts.
9410 (child_continue): Remove dead variable. Remove debug
9411 registers references.
9412 (child_fetch_inferior_registers): Go through the low target.
9413 (do_child_store_inferior_registers): Remove.
9414 (child_store_inferior_registers): Go through the low target.
9415 (win32_resume): Remove debug registers references.
9416 Set context using the low target.
9417 (handle_exception): Change return type to void. Don't record
9418 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
9419 first chance exception.
889bf7c5 9420 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
9421 goto loop. Always return after waiting for debug event.
9422 (win32_wait): Convert to switch statement. Handle spurious
9423 events.
9424
9425 * win32-i386-low.c (debug_registers_changed,
9426 debug_registers_used): New.
9427 (initial_stuff): Rename to ...
9428 (i386_initial_stuff): ... this. Clear debug registers
9429 state variables.
9430 (store_debug_registers): Delete.
9431 (i386_get_thread_context): New.
9432 (load_debug_registers): Delete.
9433 (i386_set_thread_context): New.
9434 (i386_thread_added): New.
9435 (single_step): Rename to ...
9436 (i386_single_step): ... this.
9437 (do_fetch_inferior_registers): Rename to ...
9438 (i386_fetch_inferior_register): ... this.
9439 (i386_store_inferior_register): New.
9440 (the_low_target): Adapt to new interface.
9441
9442 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
9443 (arm_get_thread_context): New.
9444 (arm_set_thread_context): New.
9445 (regptr): New.
9446 (do_fetch_inferior_registers): Rename to ...
9447 (arm_fetch_inferior_register): ... this.
9448 (arm_store_inferior_register): New.
9449 (arm_wince_breakpoint): Reimplement as unsigned long.
9450 (arm_wince_breakpoint_len): Define.
9451 (the_low_target): Adapt to new interface.
9452
9453 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
9454 load_debug_registers. Add get_thread_context, set_thread_context,
9455 thread_added and store_inferior_register. Rename
9456 fetch_inferior_registers to fetch_inferior_register.
9457 (regptr): Remove declaration.
9458
dd6953e1
PA
94592007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9460
9461 * linux-low.c (linux_detach): Change return type to int. Return 0.
9462 * spu-low.c (spu_detach): Likewise.
9463
444d6139
PA
94642007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9465
9466 * target.h (target_ops): Change return type of detach to int.
9467 Add join.
9468 (join_inferior): New.
9469 * server.c (main): Don't skip detach support on mingw32.
9470 If the inferior doesn't support detaching return error.
9471 Call join_inferior instead of using waitpid.
9472 * linux-low.c (linux_join): New.
9473 (linux_target_op): Add linux_join.
9474 * spu-low.c (spu_join): New.
9475 (spu_target_ops): Add spu_join.
9476 * win32-low.c (win32_detach): Adapt to new interface.
9477 Reopen current_process_handle before detaching. Issue a child
9478 resume before detaching.
9479 (win32_join): New.
9480 (win32_target_op): Add win32_join.
9481
1d5315fe
PA
94822007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9483
9484 * win32-low.c (win32-attach): Fix return value.
9485 * target.h (target_ops): Describe ATTACH return values.
9486
bf914831
PA
94872007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9488
9489 * win32-low.c (GETPROCADDRESS): Define.
9490 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
9491 (winapi_DebugSetProcessKillOnExit): Likewise.
9492 (win32_create_inferior): Force usage of ansi CreateProcessA.
9493 (win32_attach): Use GETPROCADDRESS.
9494 (win32_detach): Likewise.
9495
f72f3e60
PA
94962007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9497
9498 * win32-low.c (win32_wait): Don't use WSTOPSIG.
9499
ed50f18f
PA
95002007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
9501
9502 * win32-low.c: Commit leftover changes from 2007-03-29.
9503
0c2ead7e
DJ
95042007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9505
9506 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
9507 fields short instead of int. Add explicit padding.
9508 (i387_cache_to_fsave): Remove unnecessary casts.
9509 (i387_fsave_to_cache): Doc fix.
9510 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
9511
73725ff3
DJ
95122007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9513
9514 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
9515 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
9516
d99f33d8
PA
95172007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9518
9519 * configure.srv (arm*-*-mingw32ce*): Move near the other
9520 arm targets.
9521
68070c10
PA
95222007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9523
2482afc6 9524 * configure.ac: Add errno checking.
68070c10
PA
9525 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
9526 sys/file.h and malloc.h.
9527 (AC_CHECK_DECLS): Add perror.
9528 (srv_mingwce): Handle.
2482afc6 9529 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
9530 win32-i386-low.o to srv_tgtobj.
9531 (i[34567]86-*-mingw*): Likewise.
9532 (arm*-*-mingw32ce*): Add case.
9533 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9534 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
9535 [__MINGW32CE__] (strerror): New function.
9536 [__MINGW32CE__] (errno): Define to GetLastError.
9537 [__MINGW32CE__] (COUNTOF): New macro.
9538 (remote_open): Remove extra close call.
9539 * mem-break.c (delete_breakpoint_at): New function.
9540 * mem-break.h (delete_breakpoint_at): Declare.
9541 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9542 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
9543 [USE_WIN32API] (read, write): Add char* casts.
9544 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
9545 * server.h: Include wincecompat.h on Windows CE.
9546 [HAVE_ERRNO_H]: Check.
9547 (perror): Declare if not declared.
9548 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
9549 (perror_with_name): Remove errno declaration.
9550 * wincecompat.h: New.
9551 * wincecompat.c: New.
9552 * win32-low.h: New.
9553 * win32-arm-low.c: New.
9554 * win32-i386-low.c: New.
9555 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
9556 (OUTMSG2): Make it safe.
9557 (_T): New macro.
9558 (COUNTOF): New macro.
9559 (NUM_REGS): Get it from the low target.
9560 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
9561 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
9562 (thread_rec): Let low target handle debug registers.
9563 (child_add_thread): Likewise.
9564 (child_init_thread_list): Likewise.
9565 (continue_one_thread): Likewise.
9566 (regptr): New.
9567 (do_child_fetch_inferior_registers): Move to ...
9568 * win32-i386-low.c: ... here, and rename to ...
9569 (do_fetch_inferior_registers): ... this.
889bf7c5 9570 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
9571 Go through the low target.
9572 (do_child_store_inferior_registers): Use regptr.
9573 (strwinerror): New function.
9574 (win32_create_inferior): Handle Windows CE.
9575 Use strwinerror instead of strerror on Windows error
9576 codes. Add program to the error output.
9577 Don't close the main thread handle on Windows CE.
9578 (win32_attach): Use coredll.dll on Windows CE.
9579 (win32_kill): Close current process and current
9580 thread handles.
9581 (win32_detach): Use coredll.dll on Windows CE.
9582 (win32_resume): Let low target handle debug registers, and
9583 step request.
9584 (handle_exception): Add/Remove initial breakpoint. Avoid
9585 non-existant WSTOPSIG on Windows CE.
9586 (win32_read_inferior_memory): Cast to remove warning.
9587 (win32_arch_string): Go through the low target.
9588 (initialize_low): Call set_breakpoint_data with the low
9589 target's breakpoint.
9590 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
9591 FOP_REGNUM, mappings): Move to ...
9592 * win32-i386-low.c: ... here.
9593 * win32-low.c (win32_thread_info): Move to ...
9594 * win32-low.h: ... here.
9595 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
9596 win32-arm-low.c and wincecompat.c.
9597 (all:): Add $EXEEXT.
9598 (install-only:): Likewise.
9599 (gdbserver:): Likewise.
9600 (gdbreplay:): Likewise.
9601 * config.in: Regenerate.
9602 * configure: Regenerate.
9603
41093d81
PA
96042007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9605
9606 * win32-low.c: Rename typedef thread_info to
9607 win32_thread_info throughout.
9608
544afa54
PA
96092007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9610
9611 * win32-i386-low.c: Rename to ...
9612 * win32-low.c: ... this.
9613 * configure.srv: Replace win32-i386-low.o with win32-low.o.
9614 * Makefile.in: Likewise.
9615
bce7165d
PA
96162007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
9617
9618 * remote-utils.c (monitor_output): Constify msg parameter.
9619 * server.h (monitor_output): Likewise.
9620 * win32-i386-low.c (handle_output_debug_string): New.
9621 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
9622 handle_output_debug_string.
9623 (get_child_debug_event): Likewise.
9624
506c7aa0
DJ
96252007-03-27 Mat Hostetter <mat@lcs.mit.edu>
9626
9627 * server.c (main): Correct strtoul check.
9628
42c81e2a
DJ
96292007-03-27 Jon Ringle <jon@ringle.org>
9630
9631 * linux-low.c: Check __ARCH_HAS_MMU__ also.
9632
9453113a
DJ
96332007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9634
9635 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9636
64a69107
DJ
96372007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9638
9639 * terminal.h: Check HAVE_SGTTY_H.
9640
96412007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
9642
9643 * remote-utils.c (remote_open): Print out the assigned port number.
9644
c74d0ad8
DJ
96452007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9646
9647 * remote-utils.c (monitor_output): New function.
9648 * server.c (debug_threads): Define here.
9649 (monitor_show_help): New function.
9650 (handle_query): Handle qRcmd.
9651 (main): Do not handle 'd' packet.
9652 * server.h (debug_threads, remote_debug, monitor_output): Declare.
9653 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
9654 of debug_threads.
9655
de7c3b4a
PA
96562007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9657
9658 * Makefile.in (EXEEXT): New.
9659 (clean): Use $(EXEEXT).
9660
ef57601b
PA
96612007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9662
9663 * target.h (target_ops): Rename send_signal to request_interrupt,
9664 and remove enum target_signal parameter.
9665 * linux-low.c (linux_request_interrupt): Rename from
9666 linux_send_signal, and always send SIGINT.
9667 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
9668 and always send SIGINT.
9669 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
9670 of send_signal.
9671 (input_interrupt): Likewise.
9672
820f2bda
PA
96732007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9674
9675 * server.c (get_features_xml): Check if target implemented
9676 arch_string.
9677 * win32-i386-low.c (win32_arch_string): New.
9678 (win32_target_ops): Add win32_arch_string as arch_string member.
9679
ab39bf24
UW
96802007-02-22 Markus Deuling <deuling@de.ibm.com>
9681
9682 * spu-low.c (spu_arch_string): New.
9683 (spu_target_ops): Add spu_arch_string.
9684
61ff6e04
DJ
96852007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9686
9687 * remote-utils.c: Remove HAVE_TERMINAL_H check.
9688 * configure.ac: Do not check for terminal.h.
9689 * configure, config.in: Regenerated.
9690
fb1e4ffc
DJ
96912007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9692
9693 * Makefile.in (OBS): Add $(XML_BUILTIN).
9694 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
9695 (clean): Update.
9696 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
9697 (arm-with-iwmmxt.c): New.
9698 * config.in, configure: Regenerate.
9699 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
9700 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
9701 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
9702 (arm*-*-linux*): Add iWMMXt and regset support.
9703 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9704 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
9705 (arm_store_wmmxregset, target_regsets): New.
9706 * server.c (get_features_xml): Take annex argument. Check builtin
9707 XML documents.
9708 (handle_query): Handle multiple annexes.
9709
0f48aa01
DJ
97102007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9711
9712 * remote-utils.c [USE_WIN32API] (read, write): Define.
9713 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
9714 write.
9715
23181151
DJ
97162007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * linux-i386-low.c (the_low_target): Set arch_string.
9719 * linux-x86-64-low.c (the_low_target): Likewise.
9720 * linux-low.c (linux_arch_string): New.
9721 (linux_target_ops): Add it.
9722 * linux-low.h (struct linux_target_ops): Add arch_string.
9723 * server.c (write_qxfer_response): Use const void * for DATA.
9724 (get_features_xml): New.
9725 (handle_query): Handle qXfer:features:read. Report it for qSupported.
9726 * target.h (struct target_ops): Add arch_string method.
9727
9d606399
DJ
97282007-01-03 Denis Pilat <denis.pilat@st.com>
9729 Daniel Jacobowitz <dan@codesourcery.com>
9730
9731 * linux-low.c (linux_kill): Handle being called with no threads.
9732 * win32-i386-low.c (win32_kill): Likewise.
9733 (get_child_debug_event): Clear current_process_handle.
9734
97352006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
9736 Daniel Jacobowitz <dan@codesourcery.com>
9737
9738 * remote-utils.c (remote_open): Check the type of specified
9739 serial port devices before opening them.
9740 * server.c (main): Kill the inferior if an error occurs during
9741 the first remote_open.
9742
a5e13d24
DJ
97432006-12-05 Markus Deuling <deuling@de.ibm.com>
9744
9745 * README: Update supported targets.
9746
186947f7
DJ
97472006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
9748
9749 * Makefile.in (clean): Remove reg-mips64.c.
9750 (reg-mips64.c, reg-mips64.o): New rules.
9751 * configure.srv: Handle mips64. Include regset support for mips.
9752 * linux-mips-low.c (union mips_register): New.
9753 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
9754 (mips_breakpoint, mips_breakpoint_at): Use int.
9755 (mips_collect_register, mips_supply_register)
9756 (mips_collect_register_32bit, mips_supply_register_32bit)
9757 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9758 (mips_store_fpregset, target_regsets): New.
9759 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
9760
a13e2c95
UW
97612006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9762
9763 * configure.srv: Add target "spu*-*-*".
9764 * Makefile.in (clean): Remove reg-spu.c.
9765 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
9766 * spu-low.c: New file.
9767
cb7283db
DJ
97682006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9769
9770 * configure.ac: Correct td_thr_tls_get_addr test.
9771 * configure: Regenerated.
9772
89be2091
DJ
97732006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9774
9775 * linux-low.c (linux_wait_for_event): Reformat. Use the
9776 pass_signals array.
9777 * remote-utils.c (decode_address_to_semicolon): New.
9778 * server.c (pass_signals, handle_general_set): New.
9779 (handle_query): Mention QPassSignals for qSupported.
9780 (main): Call handle_general_set.
9781 * server.h (pass_signals, decode_address_to_semicolon): New.
9782
000ef4f0
DJ
97832006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
9784
9785 * server.c (handle_query): Correct error handling for read_auxv.
9786
b7149293
UW
97872005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9788
9789 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
9790 and srv_linux_thread_db to yes.
9791 * linux-s390-low.c (s390_fill_gregset): New function.
9792 (target_regsets): Define data structure.
9793
dae5f5cf
DJ
97942006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9795
9796 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
9797 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
9798 * config.in, configure: Regenerated.
9799 * inferiors.c (gdb_id_to_thread): New function.
9800 (gdb_id_to_thread_id): Use it.
9801 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
9802 * linux-low.h (struct process_info): Add th member.
9803 (thread_db_get_tls_address): New prototype.
9804 * remote-utils.c (decode_address): Make non-static.
9805 * server.c (handle_query): Handle qGetTLSAddr.
9806 * server.h (gdb_id_to_thread, decode_address): New prototypes.
9807 * target.h (struct target_ops): Add get_tls_address.
9808 * thread-db.c (maybe_attach_thread): Save the thread handle.
9809 (thread_db_get_tls_address): New.
9810
32ca6d61
DJ
98112006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
9812
9813 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9814 (linux_resume_one_process): Take a siginfo_t *. Update all
9815 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
9816 (struct pending_signals): Add a siginfo_t.
9817 (linux_wait_for_process): Always set last_status.
9818 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
9819 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
9820 * linux-low.h (struct process_info): Add last_status.
9821
5ffff7c1
DJ
98222006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9823
9824 * remote-utils.c (try_rle): New function.
9825 (putpkt_binary): Use it.
9826
8695c747
DJ
98272006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
9828
9829 * Makefile.in (clean): Clean reg-x86-64-linux.c.
9830 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
9831 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
9832 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
9833 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
9834 point registers.
9835
290fadea
RS
98362006-08-08 Richard Sandiford <richard@codesourcery.com>
9837
9838 * server.c (terminal_fd): New variable.
9839 (old_foreground_pgrp): Likewise.
9840 (restore_old_foreground_pgrp): New function.
9841 (start_inferior): Record the terminal file descriptor in terminal_fd
9842 and its original foreground group in old_foreground_pgrp. Register
9843 restore_old_foreground_pgrp with atexit().
9844
9f2e1e63
DJ
98452006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
9846
9847 * server.c (handle_query): Correct qPart to qXfer.
9848
b80864fb
DJ
98492006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9850
9851 * configure.ac: Check for more headers which are missing on
9852 Windows. Automatically supply -lwsock32 and USE_WIN32API.
9853 * configure.srv: Add Cygwin and mingw32.
9854 * remote-utils.c: Don't include headers unconditionally which
9855 are missing on mingw32. Include <winsock.h> for mingw32.
9856 (remote_open): Adjust for mingw32 support. Flush
9857 standard error after writing to it.
9858 (remote_close, putpkt_binary, input_interrupt, block_async_io)
9859 (unblock_async_io, enable_async_io, disable_async_io)
9860 (readchar, getpkt): Update for Winsock support.
9861 (prepare_resume_reply): Expect a protocol signal number.
9862 * server.c: Disable <sys/wait.h> on mingw32.
9863 (start_inferior): Adjust for mingw32 support. Flush
9864 standard error after writing to it.
9865 (attach_inferior): Likewise. Use protocol signal
9866 numbers.
9867 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
9868 and names.
9869 * win32-i386-low.c: New file.
9870 * Makefile.in (XM_CLIBS): Set.
9871 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
9872 (win32-i386-low.o): New dependency rule.
9873 * linux-low.c (linux_wait): Use target signal numbers.
9874 * target.h (struct target_ops): Doc fix.
9875 * server.h (target_signal_to_name): New prototype.
9876 * gdbreplay.c: Don't include headers unconditionally which
9877 are missing on mingw32. Include <winsock.h> for mingw32.
9878 (remote_close, remote_open): Adjust for Winsock support.
9879 * configure, config.in: Regenerated.
9880
0876f84a
DJ
98812006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9882
9883 * server.c (decode_xfer_read, write_qxfer_response): New.
9884 (handle_query): Take a packet length argument. Handle
9885 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
9886 the qSupported response.
9887 (main): Update call to handle_query.
9888
01f9e8fa
DJ
98892006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9890
9891 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
9892 (putpkt_binary): Renamed from putpkt and adjusted for binary
9893 data.
9894 (putpkt): New wrapper for putpkt_binary.
9895 (readchar): Don't mask off the high bit.
9896 (decode_X_packet): New function.
9897 * server.c (main): Call putpkt_binary if a handler sets the packet
9898 length. Save the length of the incoming packet. Handle 'X'.
9899 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
9900
be2a5f71
DJ
99012006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
9902
9903 * server.c (handle_query): Handle qSupported.
9904
ea025f5f
DJ
99052006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9906
9907 * remote-utils.c (all_symbols_looked_up): New variable.
9908 (look_up_one_symbol): Check it.
9909 * server.h (look_up_one_symbol): New declaration.
9910 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
9911
9308fc88
DJ
99122006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9913
9914 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 9915 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
9916 (PTRACE_GET_THREAD_AREA): Define.
9917 (ps_get_thread_area): New function.
9918
52fb6437
NS
99192006-05-09 Nathan Sidwell <nathan@codesourcery.com>
9920
9921 * configure.srv (m68k*-*-uclinux*): New target.
9922 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
9923 (linux_resume_one_process): Remove extraneous cast.
9924 (linux_read_offsets): New.
9925 (linux_target_op): Add linux_read_offsets on mmuless systems.
9926 * server.c (handle_query): Add qOffsets logic.
9927 * target.h (struct target_ops): Add read_offsets.
9928
21b0f40c
DJ
99292006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9930
9931 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
9932 (PTRACE_GET_THREAD_AREA): Define.
9933 (ps_get_thread_area): New function.
9934 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
9935 (linux-x86-64-low.o): Update.
9936
0050a760
DJ
99372006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9938
9939 * configure.ac: Remove checks for prfpregset_t.
9940 * gdb_proc_service.h: New file.
9941 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
9942 new "gdb_proc_service.h".
9943 * proc-service.c: Likewise.
9944 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
9945 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
9946 * Makefile.in (gdb_proc_service_h): Updated.
9947 * configure, config.in: Regenerated.
9948
b92a518e
DJ
99492006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9950
9951 * remote-utils.c (prepare_resume_reply): Move declaration
9952 of gdb_id_from_wait to the top of the block.
9953
545587ee
DJ
99542006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
9955
9956 * linux-low.c (regsets_store_inferior_registers): Read the regset
9957 from the target before filling it.
9958
9db87ebd
DJ
99592006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9960
9961 * server.c (attach_inferior): Return SIGTRAP for a successful
9962 attach.
9963
dd24457d
DJ
99642006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9965
9966 * Makefile.in (OBS): Add version.o.
9967 (STAGESTUFF): Delete.
9968 (version.o): Add dependencies.
9969 (version.c): Replace rule.
9970 (clean): Remove version.c.
9971 * server.c (gdbserver_version): New.
9972 (gdbserver_usage): Use printf.
9973 (main): Handle --version and --help.
9974 * server.h (version, host_name): Add declarations.
9975
6f0f660e
EZ
99762005-12-23 Eli Zaretskii <eliz@gnu.org>
9977
889bf7c5
PA
9978 * linux-arm-low.c:
9979 * linux-arm-low.c:
9980 * inferiors.c:
9981 * i387-fp.h:
9982 * i387-fp.c:
9983 * gdbreplay.c:
9984 * regcache.c:
9985 * proc-service.c:
9986 * mem-break.h:
9987 * mem-break.c:
9988 * linux-x86-64-low.c:
9989 * linux-sh-low.c:
9990 * linux-s390-low.c:
9991 * linux-ppc64-low.c:
9992 * linux-ppc-low.c:
9993 * linux-mips-low.c:
9994 * linux-m68k-low.c:
9995 * linux-m32r-low.c:
9996 * linux-low.h:
9997 * linux-low.c:
9998 * linux-ia64-low.c:
9999 * linux-i386-low.c:
10000 * linux-crisv32-low.c:
10001 * thread-db.c:
10002 * terminal.h:
10003 * target.h:
10004 * target.c:
10005 * server.h:
10006 * server.c:
10007 * remote-utils.c:
10008 * regcache.h:
10009 * utils.c:
10010 * Makefile.in:
10011 * configure.ac:
6f0f660e
EZ
10012 * gdbserver.1: Add (C) after Copyright. Update the FSF
10013 address.
10014
9d1fb177
DJ
100152005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10016
10017 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
10018 (arm_breakpoint_at): Recognize both breakpoints.
10019 (the_low_target): Use the correct breakpoint instruction.
10020
011a70c2
DJ
100212005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10022
10023 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
10024 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
10025 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
10026 (the_low_target): Update.
10027
7fb85e41
AS
100282005-10-25 Andreas Schwab <schwab@suse.de>
10029
10030 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
10031
10032 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
10033 (ia64_num_regs): Reduce to 462.
10034
3db0444b
DJ
100352005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10036
10037 * acinclude.m4: Correct quoting.
10038 * aclocal.m4: Regenerated.
10039
10040 Suggested by SZOKOVACS Robert <szo@ies.hu>:
10041 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
10042 (thread_db_init): Call thread_db_err_str.
10043 * configure.ac: Check for TD_VERSION.
10044 * config.in, configure: Regenerated.
10045
bee0189a
DJ
100462005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10047
10048 * server.h (error, fatal, warning): Add ATTR_FORMAT.
10049
e9d25b98
DJ
100502005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10051
10052 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
10053 is not available. Define HAVE_PTRACE_GETREGS if it is.
10054 * config.in, configure: Regenerated.
10055 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
10056 * linux-i386-low.c, linux-m68k-low.c: Update to use
10057 HAVE_PTRACE_GETREGS.
10058 * linux-low.c (regsets_fetch_inferior_registers)
10059 (regsets_store_inferior_registers): Only return 0 if we processed
10060 GENERAL_REGS.
10061 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
10062 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
10063
a06660f7
DJ
100642005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10065
10066 * inferiors.c (struct thread_info): Add gdb_id.
10067 (add_thread): Add gdb_id argument.
10068 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
10069 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
10070 calls to add_thread.
10071 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
10072 * server.c (handle_query): Use thread_to_gdb_id.
10073 (handle_v_cont, main): Use gdb_id_to_thread_id.
10074 * server.h (add_thread): Update prototype.
10075 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
10076 prototypes.
10077
5a1f5858
DJ
100782005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10079
10080 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
10081 left-padded registers.
10082 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
10083 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
10084
e122f1f5
SE
100852005-07-01 Steve Ellcey <sje@cup.hp.com>
10086
10087 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
10088 * configure: Regenerate.
10089 * config.in: Regenerate.
10090 * server.h (NEED_DECLARATION_STRERROR):
10091 Replace with !HAVE_DECL_STRERROR.
10092
d592fa2f
DJ
100932005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
10094
10095 * linux-low.c (linux_wait, linux_send_signal): Don't test
10096 an unsigned long variable for > 0 if it could be MAX_ULONG.
10097 * server.c (myresume): Likewise.
10098 * target.c (set_desired_inferior): Likewise.
10099
ccbd4912
MK
101002005-06-13 Mark Kettenis <kettenis@gnu.org>
10101
10102 * configure.ac: Simplify and improve check for socklen_t.
10103 * configure, config.in: Regenerate.
10104
f450004a
DJ
101052005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10106
10107 * acconfig.h: Remove.
10108 * configure.ac: Add a test for socklen_t. Use three-argument
10109 AC_DEFINE throughout.
10110 * config.in: Regenerated using autoheader 2.59.
10111 * configure: Regenerated.
10112
10113 * gdbreplay.c (socklen_t): Provide a default.
10114 (remote_open): Use socklen_t.
10115 * remote-utils.c (socklen_t): Provide a default.
10116 (remote_open): Use socklen_t.
10117 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
10118 unsigned char.
10119
10120 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
10121 char for buffers.
10122 * linux-low.c (linux_read_memory, linux_write_memory)
10123 (linux_read_auxv): Likewise.
10124 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
10125 (check_mem_write): Likewise.
10126 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
10127 Likewise.
10128 * regcache.c (struct inferior_rgcache_data, registers_to_string)
10129 (registers_from_string, register_data): Likewise.
10130 * server.c (handle_query, main): Likewise.
10131 * server.h (convert_ascii_to_int, convert_int_to_ascii)
10132 (decode_M_packet): Likewise.
10133 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
10134 * target.h (struct target_ops): Update read_memory, write_memory,
10135 and read_auxv.
10136 (read_inferior_memory, write_inferior_memory): Update.
10137 * linux-low.h (struct linux_target_ops): Change type of breakpoint
10138 to unsigned char *.
10139 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
10140 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
10141 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
10142 linux-s390-low.c, linux-sh-low.c: Update for changes in
10143 read_inferior_memory and the_low_target->breakpoint.
10144
eee84df1
DJ
101452005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
10146
10147 * Makefile.in (SFILES): Add linux-ppc64-low.c.
10148 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
10149 * configure.srv: Add powerpc64-*-linux*.
10150 * linux-ppc64-low.c: New file.
10151
45b134e5
OF
101522005-05-23 Orjan Friberg <orjanf@axis.com>
10153
10154 * linux-cris-low.c: New file with support for CRIS.
10155 * linux-crisv32-low.c: Ditto for CRISv32.
10156 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
10157 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 10158 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
10159 reg-crisv32.o, and reg-crisv32.c to make rules.
10160 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
10161 recognized targets.
10162
48d93c75
UW
101632005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
10164
10165 * linux-low.c (fetch_register): Ensure buffer size is a multiple
10166 of sizeof (PTRACE_XFER_TYPE).
10167 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
10168
e013ee27
OF
101692005-05-12 Orjan Friberg <orjanf@axis.com>
10170
889bf7c5 10171 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
10172 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
10173 pointers for hardware watchpoint support.
10174 * linux-low.h (struct linux_target_ops): Ditto.
10175 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
10176 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
10177 to linux_target_ops.
10178 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
10179 reply packet.
10180 * server.c (main): Recognize 'Z' and 'z' packets.
10181
b0ded00b
UW
101822005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
10183
10184 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
10185 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
10186 (the_low_target): Add new members.
10187
8643e2ad
DJ
101882005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10189
10190 * proc-service.c (ps_lgetregs): Search all_processes instead of
10191 all_threads.
10192
fc620387
DJ
101932005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10194
10195 * server.c (start_inferior): Change return type to int.
10196 (attach_inferior): Change sigptr to int *.
10197 (handle_v_cont, handle_v_requests): Change signal to int *.
10198 (main): Change signal to int.
10199
102002005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
10201
10202 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
10203 * configure.srv: Add m32r*-*-linux*.
10204 * linux-m32r-low.c: New file.
10205
e0e76420
DJ
102062005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
10207
10208 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
10209
a1928bad
DJ
102102005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10211
10212 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
10213 Take unsigned long arguments for PIDs.
10214 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
10215 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
10216 (wait_for_sigstop, linux_resume_one_process)
10217 (regsets_fetch_inferior_registers, linux_send_signal)
10218 (linux_read_auxv): Likewise. Update the types of variables holding
10219 PIDs. Update format string specifiers.
10220 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
10221 * remote-utils.c (prepare_resume_reply): Likewise.
10222 * server.c (cont_thread, general_thread, step_thread)
10223 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
10224 unsigned long.
10225 (handle_query): Update format specifiers.
10226 (handle_v_cont, main): Use strtoul for thread IDs.
10227 * server.h (struct inferior_list_entry): Use unsigned long for ID.
10228 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
10229 (general_thread, step_thread, thread_from_wait)
10230 (old_thread_from_wait): Update.
10231 * target.h (struct thread_resume): Use unsigned long for THREAD.
10232 (struct target_ops): Use unsigned long for arguments to attach and
10233 thread_alive.
10234
dcdb98d2
DJ
102352005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
10236
10237 * acinclude.m4: Include bfd/bfd.m4 directly.
10238 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
10239 <agriffis@toolchain.org>.
10240 * aclocal.m4, configure: Regenerated.
10241
bec39cab
AC
102422005-01-07 Andrew Cagney <cagney@gnu.org>
10243
10244 * configure.ac: Rename configure.in, require autoconf 2.59.
10245 * configure: Re-generate.
10246
434c4c77
DJ
102472004-12-08 Daniel Jacobowitz <dan@debian.org>
10248
10249 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
10250 LIBS when finished.
10251 * aclocal.m4: Regenerated.
10252 * configure: Regenerated.
10253
db1d3e1b
AS
102542004-11-21 Andreas Schwab <schwab@suse.de>
10255
10256 * linux-m68k-low.c (m68k_num_gregs): Define.
10257 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
10258 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
10259 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
10260 (m68k_breakpoint_at): New. Add to the_low_target.
10261
10262 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
10263 srv_linux_thread_db to yes.
10264
43360365
JB
102652004-10-20 Joel Brobecker <brobecker@gnat.com>
10266
10267 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
10268 (ARCH_SET_FS): Likewise.
10269 (ARCH_GET_FS): Likewise.
10270 (ARCH_GET_GS): Likewise.
10271
fd500816
DJ
102722004-10-16 Daniel Jacobowitz <dan@debian.org>
10273
10274 * linux-i386-low.c (ps_get_thread_area): New.
10275 * linux-x86-64-low.c (ps_get_thread_area): New.
10276 * linux-low.c: Include <sys/syscall.h>.
10277 (linux_kill_one_process): Don't kill the first thread here.
10278 (linux_kill): Kill the first thread here.
10279 (kill_lwp): New function.
10280 (send_sigstop, linux_send_signal): Use it.
10281 * proc-service.c: Clean up #ifdefs.
10282 (fpregset_info): Delete.
10283 (ps_lgetregs): Update and enable implementation.
10284 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
10285 implementations.
10286 * remote-utils.c (struct sym_cache, symbol_cache): New.
10287 (input_interrupt): Print a clearer message.
10288 (async_io_enabled): New variable.
10289 (enable_async_io, disable_async_io): Use it. Update comments.
10290 (look_up_one_symbol): Use the symbol cache.
10291 * thread-db.c (thread_db_look_up_symbols): New function.
10292 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
10293
f6de3c42
DJ
102942004-10-16 Daniel Jacobowitz <dan@debian.org>
10295
10296 * configure.in: Test for -rdynamic.
10297 * configure: Regenerated.
10298 * Makefile (INTERNAL_LDFLAGS): New.
10299 (gdbserver, gdbreplay): Use it.
10300
2c0fc042
AC
103012004-09-02 Andrew Cagney <cagney@gnu.org>
10302
10303 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
10304
075b3282
DJ
103052004-03-23 Daniel Jacobowitz <drow@mvista.com>
10306
10307 * linux-low.c (linux_wait): Clear all_processes list also.
10308
fa6a77dc
DJ
103092004-03-12 Daniel Jacobowitz <drow@mvista.com>
10310
10311 * linux-low.c: Include <errno.h>. Remove extern declaration of
10312 errno.
10313
6d782a97
DJ
103142004-03-12 Daniel Jacobowitz <drow@mvista.com>
10315
10316 * gdbreplay.c, server.h, utils.c: Update copyright years.
10317
3a7fb99b
DJ
103182004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10319
10320 * server.c (main): Print child status or termination signal from
10321 variable 'signal', not 'sig'.
10322
c3e735a6
DJ
103232004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10324
10325 * linux-low.c (linux_read_memory): Change return type to
10326 int. Check for and return error from ptrace().
10327 * target.c (read_inferior_memory): Change return type to int. Pass
10328 back return status from the_target->read_memory().
10329 * target.h (struct target_ops): Adapt *read_memory() prototype.
10330 Update comment.
10331 (read_inferior_memory): Adapt prototype.
10332 * server.c (main): Return an error packet if
10333 read_inferior_memory() returns an error.
10334
a59d1c82
DJ
103352004-03-04 Daniel Jacobowitz <drow@mvista.com>
10336
10337 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
10338 Unify with other clean targets.
10339
dc3f8883
DJ
103402004-02-29 Daniel Jacobowitz <drow@mvista.com>
10341
10342 * server.c (handle_v_cont): Call set_desired_inferior.
10343
89a208da
DJ
103442004-02-29 Daniel Jacobowitz <drow@mvista.com>
10345
10346 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
10347
62ea82f5
DJ
103482004-02-29 Daniel Jacobowitz <drow@mvista.com>
10349
10350 * linux-low.c (linux_wait): Unblock async I/O.
10351 (linux_resume): Block and enable async I/O.
10352 * remote-utils.c (block_async_io, unblock_async_io): New functions.
10353 * server.h (block_async_io, unblock_async_io): Add prototypes.
10354
6910d122
DJ
103552004-02-29 Daniel Jacobowitz <drow@mvista.com>
10356
10357 * remote-utils.c (remote_open): Print a status notice after
10358 opening a TCP port.
10359 * server.c (attach_inferior): Print a status notice after
10360 attaching.
10361
103622004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
10363
10364 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
10365
c89dc5d4
DJ
103662004-02-26 Daniel Jacobowitz <drow@mvista.com>
10367
10368 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
10369 error packet.
10370 * server.c, target.h: Update copyright years.
10371
4b8dad4a
RM
103722004-02-25 Roland McGrath <roland@redhat.com>
10373
10374 * target.h (struct target_ops): New member `read_auxv'.
10375 * server.c (handle_query): Handle qPart:auxv:read: query using that.
10376 * linux-low.c (linux_read_auxv): New function.
10377 (linux_target_ops): Initialize `read_auxv' member to that.
10378
d7446758
JB
103792004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10380
10381 Committed by Jim Blandy <jimb@redhat.com>.
10382
10383 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 10384 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
10385 instead of GPR_SIZE to distiguish s390 and s390x targets.
10386
5544ad89
DJ
103872004-01-31 Daniel Jacobowitz <drow@mvista.com>
10388
10389 * linux-low.c: Update copyright year.
10390 (check_removed_breakpoint): Clear pending_is_breakpoint.
10391 (linux_set_resume_request, linux_queue_one_thread)
10392 (resume_status_pending_p): New functions.
10393 (linux_continue_one_thread): Use process->resume.
10394 (linux_resume): Only resume threads if there are no pending events.
10395 * linux-low.h (struct process_info): Add resume request
10396 pointer.
10397
2a68b70e
DJ
103982004-01-30 Daniel Jacobowitz <drow@mvista.com>
10399
10400 * regcache.c (new_register_cache): Clear the allocated register
10401 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10402
64386c31
DJ
104032003-10-13 Daniel Jacobowitz <drow@mvista.com>
10404
10405 * linux-low.c (linux_resume): Take a struct thread_resume *
10406 argument.
10407 (linux_wait): Update call.
10408 (resume_ptr): New static variable.
10409 (linux_continue_one_thread): Renamed from
10410 linux_continue_one_process. Use resume_ptr.
10411 (linux_resume): Use linux_continue_one_thread.
10412 * server.c (handle_v_cont, handle_v_requests): New functions.
10413 (myresume): New function.
10414 (main): Handle 'v' case.
10415 * target.h (struct thread_resume): New type.
10416 (struct target_ops): Change argument of "resume" to struct
10417 thread_resume *.
10418 (myresume): Delete macro.
10419
c938e9b0
L
104202003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10421
10422 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
10423 (uninstall): Support DESTDIR.
10424
7f313d07
BC
10425Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
10426
10427 * configure.srv: Add xscale*linux copy of arm*linux entry.
10428
3b2fc2ea
DJ
104292003-07-24 Daniel Jacobowitz <drow@mvista.com>
10430
10431 * linux-arm-low.c (arm_reinsert_addr): New function.
10432 (the_low_target): Add arm_reinsert_addr.
10433
1c0a559e
MK
104342003-07-08 Mark Kettenis <kettenis@gnu.org>
10435
10436 * mem-break.c: Remove whitespace at end of file.
10437
43d5792c
DJ
104382003-06-28 Daniel Jacobowitz <drow@mvista.com>
10439
10440 * configure.in: Check whether we need to prototype strerror.
10441 * server.h: Optionally prototype strerror.
10442 * gdbreplay.c (perror_with_name): Use strerror.
10443 * linux-low.c (linux_attach_lwp): Use strerror.
10444 * utils.c (perror_with_name): Use strerror.
10445 * config.in, configure: Regenerated.
10446
c8a86edf
DJ
104472003-06-28 Daniel Jacobowitz <drow@mvista.com>
10448
10449 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
10450 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
10451
73d37363
DJ
104522003-06-20 Daniel Jacobowitz <drow@mvista.com>
10453
10454 * Makefile.in (SFILES): Update.
10455 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
10456 low-sun3.c: Remove files.
10457
6ad8ae5c
DJ
104582003-06-17 Daniel Jacobowitz <drow@mvista.com>
10459
10460 * linux-low.c: Move comment to linux_thread_alive where it belonged.
10461 (linux_detach_one_process, linux_detach): New functions.
10462 (linux_target_ops): Add linux_detach.
10463 * server.c (main): Handle 'D' packet.
10464 * target.h (struct target_ops): Add "detach" member.
10465 (detach_inferior): Define.
10466
1581182a
MK
104672003-06-13 Mark Kettenis <kettenis@gnu.org>
10468
10469 From Kelley Cook <kelleycook@wideopenwest.com>:
10470 * configure.srv: Accept i[34567]86 variants.
10471
e5379b03
DJ
104722003-06-05 Daniel Jacobowitz <drow@mvista.com>
10473
10474 * linux-low.c (linux_wait_for_event): Correct comment typos.
10475 (linux_resume_one_process): Call check_removed_breakpoint.
10476 (linux_send_signal): New function.
10477 (linux_target_ops): Add linux_send_signal.
10478 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
10479 of kill.
10480 * target.h (struct target_ops): Add send_signal.
10481
2ff29de4
JB
104822003-05-29 Jim Blandy <jimb@redhat.com>
10483
10484 * linux-low.c (usr_store_inferior_registers): Transfer buf in
10485 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
10486 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
10487 away part of the register's value.
10488
254787d4
DJ
104892003-03-26 Daniel Jacobowitz <drow@mvista.com>
10490
10491 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
10492 (linux_wait_for_event, linux_init_signals): Likewise.
10493
94e10508
DJ
104942003-03-17 Daniel Jacobowitz <drow@mvista.com>
10495
10496 * configure.in: Check for stdlib.h.
10497 * configure: Regenerated.
10498 * config.in: Regenerated.
10499
4c0711e0
DJ
105002003-01-04 Andreas Schwab <schwab@suse.de>
10501
10502 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
10503
ef66e766
AC
105042003-01-02 Andrew Cagney <ac131313@redhat.com>
10505
10506 * Makefile.in: Remove obsolete code.
10507
a1358604
DJ
105082002-11-20 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
10511 defined(PT_FPR0_HI).
10512
23ce3b1c
DJ
105132002-11-17 Stuart Hughes <seh@zee2.com>
10514
10515 * linux-arm-low.c (arm_num_regs): Increase.
10516 (arm_regmap): Include status register.
10517
105182002-11-17 Daniel Jacobowitz <drow@mvista.com>
10519
10520 * linux-low.c (register_addr): Remove incorrect -1 check.
10521
a9fa9f7d
DJ
105222002-08-29 Daniel Jacobowitz <drow@mvista.com>
10523
10524 * linux-low.c (linux_create_inferior): Call setpgid. Return
10525 the new PID.
10526 (unstopped_p, linux_signal_pid): Remove.
10527 (linux_target_ops): Remove linux_signal_pid.
10528 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
10529 global instead of target method.
10530 * target.h (struct target_ops): Remove signal_pid. Update comment
10531 for create_inferior.
10532 * server.c (signal_pid): New variable.
10533 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 10534 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
10535 (attach_inferior): Set signal_pid.
10536
17574093
DJ
105372002-08-23 Daniel Jacobowitz <drow@mvista.com>
10538
10539 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
10540
105412002-08-20 Jim Blandy <jimb@redhat.com>
10542
10543 * Makefile.in (LDFLAGS): Allow the configure script to establish a
10544 default for this.
10545
105462002-08-01 Andrew Cagney <cagney@redhat.com>
10547
10548 * Makefile.in: Make chill references obsolete.
10549
105502002-07-24 Kevin Buettner <kevinb@redhat.com>
10551
10552 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
10553 * configure: Regenerate.
10554 * config.in: Regenerate.
10555
105562002-07-09 David O'Brien <obrien@FreeBSD.org>
10557
10558 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
10559 (perror_with_name, remote_close, remote_open, expect, play): Static.
10560
105612002-07-04 Michal Ludvig <mludvig@suse.cz>
10562
4b8dad4a 10563 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
10564 byte offsets instead of an array of indexes.
10565 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
10566
105672002-06-13 Daniel Jacobowitz <drow@mvista.com>
10568
10569 * regcache.c: Add comment.
10570
105712002-06-11 Daniel Jacobowitz <drow@mvista.com>
10572
10573 * thread-db.c: New file.
10574 * proc-service.c: New file.
10575 * acinclude.m4: New file.
10576 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
10577 proc-service.o, and thread-db.o.
10578 (linux-low.o): Add USE_THREAD_DB.
10579 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
10580 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
10581 * aclocal.m4: Regenerated.
10582 * config.in: Regenerated.
10583 * configure: Regenerated.
10584 * configure.in: Check for proc_service.h, sys/procfs.h,
10585 thread_db.h, and linux/elf.h headrs.
10586 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
10587 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
10588 Check for -lthread_db and thread support.
10589 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
10590 PowerPC, and SuperH.
10591 * i387-fp.c: Constify arguments.
10592 * i387-fp.h: Likewise.
10593 * inferiors.c: (struct thread_info): Renamed from
10594 `struct inferior_info'. Remove PID member. Use generic inferior
10595 list header. All uses updated.
10596 (inferiors, signal_pid): Removed.
10597 (all_threads): New variable.
10598 (get_thread): Define.
10599 (add_inferior_to_list): New function.
10600 (for_each_inferior): New function.
10601 (change_inferior_id): New function.
10602 (add_inferior): Removed.
10603 (remove_inferior): New function.
10604 (add_thread): New function.
10605 (free_one_thread): New function.
10606 (remove_thread): New function.
10607 (clear_inferiors): Use for_each_inferior and free_one_thread.
10608 (find_inferior): New function.
10609 (find_inferior_id): New function.
10610 (inferior_target_data): Update argument type.
10611 (set_inferior_target_data): Likewise.
10612 (inferior_regcache_data): Likewise.
10613 (set_inferior_regcache_data): Likewise.
10614 * linux-low.c (linux_bp_reinsert): Remove.
10615 (all_processes, stopping_threads, using_thrads)
10616 (struct pending_signals, debug_threads, pid_of): New.
10617 (inferior_pid): Replace with macro.
10618 (struct inferior_linux_data): Remove.
10619 (get_stop_pc, add_process): New functions.
10620 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
10621 Use add_process and add_thread.
10622 (linux_attach_lwp): New function, based on old linux_attach. Use
10623 add_process and add_thread. Set stop_expected for new threads.
10624 (linux_attach): New function.
10625 (linux_kill_one_process): New function.
10626 (linux_kill): Kill all LWPs.
10627 (linux_thread_alive): Use find_inferior_id.
10628 (check_removed_breakpoints, status_pending_p): New functions.
10629 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
10630 Update. Use WNOHANG. Wait for cloned processes also. Update process
10631 struct for the found process.
10632 (linux_wait_for_event): New function.
10633 (linux_wait): Use it. Support LWPs.
10634 (send_sigstop, wait_for_sigstop, stop_all_processes)
10635 (linux_resume_one_process, linux_continue_one_process): New functions.
10636 (linux_resume): Support LWPs.
10637 (REGISTER_RAW_SIZE): Remove.
10638 (fetch_register): Use register_size instead. Call supply_register.
10639 (usr_store_inferior_registers): Likewise. Call collect_register.
10640 Fix recursive case.
10641 (regsets_fetch_inferior_registers): Improve error message.
10642 (regsets_store_inferior_registers): Add debugging.
10643 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
10644 (unstopped_p, linux_signal_pid): New functions.
10645 (linux_target_ops): Add linux_signal_pid.
10646 (linux_init_signals): New function.
10647 (initialize_low): Call it. Initialize using_threads.
10648 * regcache.c (inferior_regcache_data): Add valid
10649 flag.
10650 (get_regcache): Fetch registers lazily. Add fetch argument
10651 and update all callers.
10652 (regcache_invalidate_one, regcache_invalidate): New
10653 functions.
10654 (new_register_cache): Renamed from create_register_cache.
10655 Return the new regcache.
10656 (free_register_cache): Change argument to a void *.
10657 (registers_to_string, registers_from_string): Call get_regcache
10658 with fetch flag set.
10659 (register_data): Make static. Pass fetch flag to get_regcache.
10660 (supply_register): Call get_regcache with fetch flag clear.
10661 (collect_register): Call get_regcache with fetch flag set.
10662 (collect_register_as_string): New function.
10663 * regcache.h: Update.
10664 * remote-utils.c (putpkt): Flush after debug output and use
10665 stderr.
10666 Handle input interrupts while waiting for an ACK.
10667 (input_interrupt): Use signal_pid method.
10668 (getpkt): Flush after debug output and use stderr.
10669 (outreg): Use collect_register_as_string.
10670 (new_thread_notify, dead_thread_notify): New functions.
10671 (prepare_resume_reply): Check using_threads. Set thread_from_wait
10672 and general_thread.
10673 (look_up_one_symbol): Flush after debug output.
10674 * server.c (step_thread, server_waiting): New variables.
10675 (start_inferior): Don't use signal_pid. Update call to mywait.
10676 (attach_inferior): Update call to mywait.
10677 (handle_query): Handle qfThreadInfo and qsThreadInfo.
10678 (main): Don't fetch/store registers explicitly. Use
10679 set_desired_inferior. Support proposed ``Hs'' packet. Update
10680 calls to mywait.
10681 * server.h: Update.
10682 (struct inferior_list, struct_inferior_list_entry): New.
10683 * target.c (set_desired_inferior): New.
10684 (write_inferior_memory): Constify.
10685 (mywait): New function.
10686 * target.h: Update.
10687 (struct target_ops): New signal_pid method.
10688 (mywait): Removed macro, added prototype.
10689
10690 * linux-low.h (regset_func): Removed.
10691 (regset_fill_func, regset_store_func): New.
10692 (enum regset_type): New.
10693 (struct regset_info): Add type field. Use new operation types.
10694 (struct linux_target_ops): stop_pc renamed to get_pc.
10695 Add decr_pc_after_break and breakpoint_at.
10696 (get_process, get_thread_proess, get_process_thread)
10697 (strut process_info, all_processes, linux_attach_lwp)
10698 (thread_db_init): New.
10699
10700 * linux-arm-low.c (arm_get_pc, arm_set_pc,
10701 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
10702 (the_low_target): Add new members.
10703 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
10704 (i386_store_fpxregset): Constify.
10705 (target_regsets): Add new kind identifier.
10706 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
10707 (i386_set_pc): Add debugging.
10708 (i386_breakpoint_at): New function.
10709 (the_low_target): Add new members.
10710 * linux-mips-low.c (mips_get_pc, mips_set_pc)
10711 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
10712 (mips_breakpoint_at): New.
10713 (the_low_target): Add new members.
10714 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
10715 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
10716 (the_low_target): Add new members.
10717 * linux-sh-low.c (sh_get_pc, sh_set_pc)
10718 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
10719 (the_low_target): Add new members.
10720 * linux-x86-64-low.c (target_regsets): Add new kind
10721 identifier.
10722
107232002-05-15 Daniel Jacobowitz <drow@mvista.com>
10724
10725 From Martin Pool <mbp@samba.org>:
10726 * server.c (gdbserver_usage): New function.
10727 (main): Call it.
10728
107292002-05-14 Daniel Jacobowitz <drow@mvista.com>
10730
10731 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
10732 stop_at -> stop_pc.
10733
107342002-05-04 Andrew Cagney <ac131313@redhat.com>
10735
10736 * Makefile.in: Remove obsolete code.
10737
107382002-04-24 Michal Ludvig <mludvig@suse.cz>
10739
10740 * linux-low.c (regsets_fetch_inferior_registers),
10741 (regsets_store_inferior_registers): Removed cast to int from
10742 ptrace() calls.
10743 * regcache.h: Added declaration of struct inferior_info.
10744
107452002-04-20 Daniel Jacobowitz <drow@mvista.com>
10746
10747 * inferiors.c (struct inferior_info): Add regcache_data.
10748 (add_inferior): Call create_register_cache.
10749 (clear_inferiors): Call free_register_cache.
10750 (inferior_regcache_data, set_inferior_regcache_data): New functions.
10751 * regcache.c (struct inferior_regcache_data): New.
10752 (registers): Remove.
10753 (get_regcache): New function.
10754 (create_register_cache, free_register_cache): New functions.
10755 (set_register_cache): Don't initialize the register cache here.
10756 (registers_to_string, registers_from_string, register_data): Call
10757 get_regcache.
10758 * regcache.h: Add prototypes.
10759 * server.h: Likewise.
10760
107612002-04-20 Daniel Jacobowitz <drow@mvista.com>
10762
10763 * mem-break.c: New file.
10764 * mem-break.h: New file.
10765 * Makefile.in: Add mem-break.o rule; update server.h
10766 dependencies.
10767 * inferiors.c (struct inferior_info): Add target_data
10768 member.
10769 (clear_inferiors): Free target_data member if set.
10770 (inferior_target_data, set_inferior_target_data): New functions.
10771 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
10772 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
10773 * linux-low.c (linux_bp_reinsert): New variable.
10774 (struct inferior_linux_data): New.
10775 (linux_create_inferior): Use set_inferior_target_data.
10776 (linux_attach): Likewise. Call add_inferior.
10777 (linux_wait_for_one_inferior): New function.
10778 (linux_wait): Call it.
10779 (linux_write_memory): Add const.
10780 (initialize_low): Call set_breakpoint_data.
10781 * linux-low.h (struct linux_target_ops): Add breakpoint
10782 handling members.
10783 * server.c (attach_inferior): Remove extra add_inferior
10784 call.
10785 * server.h: Include mem-break.h. Update inferior.c
10786 prototypes.
10787 * target.c (read_inferior_memory)
10788 (write_inferior_memory): New functions.
10789 * target.h (read_inferior_memory)
10790 (write_inferior_memory): Change macros to prototypes.
10791 (struct target_ops): Update comments. Add const to write_memory
10792 definition.
10793
107942002-04-11 Daniel Jacobowitz <drow@mvista.com>
10795
10796 * linux-low.c (usr_store_inferior_registers): Support
10797 registers which are allowed to fail to store.
10798 * linux-low.h (linux_target_ops): Likewise.
10799 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
10800 (ppc_cannot_store_register): FPSCR may not be storable.
10801
108022002-04-09 Daniel Jacobowitz <drow@mvista.com>
10803
10804 * server.h: Include <string.h> if HAVE_STRING_H.
10805 * ChangeLog: Correct paths in last ChangeLog entry.
10806
108072002-04-09 Daniel Jacobowitz <drow@mvista.com>
10808
10809 * linux-low.h: Remove obsolete prototypes.
10810 (struct linux_target_ops): New.
10811 (extern the_low_target): New.
10812 * linux-low.c (num_regs, regmap): Remove declarations.
10813 (register_addr): Use the_low_target explicitly.
10814 (fetch_register): Likewise.
10815 (usr_fetch_inferior_registers): Likewise.
10816 (usr_store_inferior_registers): Likewise.
10817 * linux-arm-low.c (num_regs): Remove.
10818 (arm_num_regs): Define.
10819 (arm_regmap): Renamed from regmap, made static.
10820 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
10821 made static.
10822 (arm_cannot_store_register): Renamed from cannot_store_register,
10823 made static.
10824 (the_low_target): New.
10825 * linux-i386-low.c (num_regs): Remove.
10826 (i386_num_regs): Define.
10827 (i386_regmap): Renamed from regmap, made static.
10828 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
10829 made static.
10830 (i386_cannot_store_register): Renamed from cannot_store_register,
10831 made static.
10832 (the_low_target): New.
10833 * linux-ia64-low.c (num_regs): Remove.
10834 (ia64_num_regs): Define.
10835 (ia64_regmap): Renamed from regmap, made static.
10836 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
10837 made static.
10838 (ia64_cannot_store_register): Renamed from cannot_store_register,
10839 made static.
10840 (the_low_target): New.
10841 * linux-m68k-low.c (num_regs): Remove.
10842 (m68k_num_regs): Define.
10843 (m68k_regmap): Renamed from regmap, made static.
10844 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
10845 made static.
10846 (m68k_cannot_store_register): Renamed from cannot_store_register,
10847 made static.
10848 (the_low_target): New.
10849 * linux-mips-low.c (num_regs): Remove.
10850 (mips_num_regs): Define.
10851 (mips_regmap): Renamed from regmap, made static.
10852 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
10853 made static.
10854 (mips_cannot_store_register): Renamed from cannot_store_register,
10855 made static.
10856 (the_low_target): New.
10857 * linux-ppc-low.c (num_regs): Remove.
10858 (ppc_num_regs): Define.
10859 (ppc_regmap): Renamed from regmap, made static.
10860 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
10861 made static.
10862 (ppc_cannot_store_register): Renamed from cannot_store_register,
10863 made static.
10864 (the_low_target): New.
10865 * linux-s390-low.c (num_regs): Remove.
10866 (s390_num_regs): Define.
10867 (s390_regmap): Renamed from regmap, made static.
10868 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
10869 made static.
10870 (s390_cannot_store_register): Renamed from cannot_store_register,
10871 made static.
10872 (the_low_target): New.
10873 * linux-sh-low.c (num_regs): Remove.
10874 (sh_num_regs): Define.
10875 (sh_regmap): Renamed from regmap, made static.
10876 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
10877 made static.
10878 (sh_cannot_store_register): Renamed from cannot_store_register,
10879 made static.
10880 (the_low_target): New.
10881 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
10882 (the_low_target): New.
10883
108842002-04-09 Daniel Jacobowitz <drow@mvista.com>
10885
10886 * Makefile.in: Add stamp-h target.
10887 * configure.in: Create stamp-h.
10888 * configure: Regenerated.
10889
108902002-04-09 Daniel Jacobowitz <drow@mvista.com>
10891
10892 * inferiors.c: New file.
10893 * target.c: New file.
10894 * target.h: New file.
10895 * Makefile.in: Add target.o and inferiors.o. Update
10896 dependencies.
10897 * linux-low.c (inferior_pid): New static variable,
10898 moved from server.c.
10899 (linux_create_inferior): Renamed from create_inferior.
10900 Call add_inferior. Return 0 on success instead of a PID.
10901 (linux_attach): Renamed from myattach.
10902 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
10903 (linux_thread_alive): Renamed from mythread_alive.
10904 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
10905 child dies.
10906 (linux_resume): Renamed from myresume. Add missing ``return 0''.
10907 (regsets_store_inferior_registers): Correct error message.
10908 Add missing ``return 0''.
10909 (linux_fetch_registers): Renamed from fetch_inferior_registers.
10910 (linux_store_registers): Renamed from store_inferior_registers.
10911 (linux_read_memory): Renamed from read_inferior_memory.
10912 (linux_write_memory): Renamed from write_inferior_memory.
10913 (linux_target_ops): New structure.
10914 (initialize_low): Call set_target_ops ().
10915 * remote-utils.c (unhexify): New function.
10916 (hexify): New function.
10917 (input_interrupt): Send signals to ``signal_pid''.
10918 * server.c (inferior_pid): Remove.
10919 (start_inferior): Update create_inferior call.
10920 (attach_inferior): Call add_inferior.
10921 (handle_query): New function.
10922 (main): Call handle_query for `q' packets.
10923 * server.h: Include "target.h". Remove obsolete prototypes.
10924 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
10925
109262002-04-09 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * Makefile.in: Add WARN_CFLAGS. Update configury
10929 dependencies.
10930 * configure.in: Check for <string.h>
10931 * configure: Regenerate.
10932 * config.in: Regenerate.
10933 * gdbreplay.c: Include needed system headers.
10934 (remote_open): Remove strchr prototype.
10935 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
10936 * regcache.c (supply_register): Change buf argument to const void *.
10937 (supply_register_by_name): Likewise.
10938 (collect_register): Change buf argument to void *.
10939 (collect_register_by_name): Likewise.
10940 * regcache.h: Add missing prototypes.
10941 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
10942 * server.c (handle_query): New function.
10943 (attached): New static variable, moved out of main.
10944 (main): Quiet longjmp clobber warnings.
10945 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
10946 * utils.c (error): Remove NORETURN.
10947 (fatal): Likewise.