]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
constify gdbserver/server.c
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
b2333d22
PA
12015-03-20 Pedro Alves <palves@redhat.com>
2
3 * server.c (handle_general_set): Make "req_str" const.
4
23f238d3
PA
52015-03-19 Pedro Alves <palves@redhat.com>
6
7 * linux-low.c (linux_resume_one_lwp): Rename to ...
8 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
9 instead call perror_with_name.
10 (check_ptrace_stopped_lwp_gone): New function.
11 (linux_resume_one_lwp): Reimplement as wrapper around
12 linux_resume_one_lwp_throw that swallows errors if the LWP is
13 gone.
14
91baf43f
PA
152015-03-19 Pedro Alves <palves@redhat.com>
16
17 * linux-low.c (count_events_callback, select_event_lwp_callback):
18 No longer check whether the thread has resume_stop as last resume
19 kind.
20
8bf3b159
PA
212015-03-19 Pedro Alves <palves@redhat.com>
22
23 * linux-low.c (count_events_callback, select_event_lwp_callback):
24 Use the lwp's status_pending_p field, not the thread's.
25
b90fc188
PA
262015-03-19 Pedro Alves <palves@redhat.com>
27
28 * linux-low.c (select_event_lwp_callback): Update comments to
29 no longer mention SIGTRAP.
30
464b0089
GB
312015-03-18 Gary Benson <gbenson@redhat.com>
32
33 * server.c (handle_query): Do not report vFile:fstat as supported.
34
aa9e327f
GB
352015-03-11 Gary Benson <gbenson@redhat.com>
36
37 * hostio.c (sys/types.h): New include.
38 (sys/stat.h): Likewise.
39 (common-remote-fileio.h): Likewise.
40 (handle_fstat): New function.
41 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 42
791c0056
GB
432015-03-11 Gary Benson <gbenson@redhat.com>
44
45 * configure.ac (AC_CHECK_MEMBERS): Add checks for
46 struct stat.st_blocks and struct stat.st_blksize.
47 * configure: Regenerate.
48 * config.in: Likewise.
49 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
50 (OBS): Add common-remote-fileio.o.
51 (common-remote-fileio.o): New rule.
52
9a9df970
PA
532015-03-09 Pedro Alves <palves@redhat.com>
54
55 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
56 'struct sockaddr' pointer in 'accept' call.
57
9eb1356e
PA
582015-03-09 Pedro Alves <palves@redhat.com>
59
60 Revert:
61 2015-03-07 Pedro Alves <palves@redhat.com>
62 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
63 or <winsock2.h> here. Instead include "gdb_socket.h".
64 (remote_open): Use union gdb_sockaddr_u.
65 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
66 or <winsock2.h> here. Instead include "gdb_socket.h".
67 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
68 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
69 or <sys/un.h>.
70 (init_named_socket, gdb_agent_helper_thread): Use union
71 gdb_sockaddr_u.
72
aac331e4
PA
732015-03-07 Pedro Alves <palves@redhat.com>
74
75 * configure.ac (build_warnings): Move
76 -Wdeclaration-after-statement to the C-specific set.
77 * configure: Regenerate.
78
366c75fc
PA
792015-03-07 Pedro Alves <palves@redhat.com>
80
81 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
82 or <winsock2.h> here. Instead include "gdb_socket.h".
83 (remote_open): Use union gdb_sockaddr_u.
84 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
85 or <winsock2.h> here. Instead include "gdb_socket.h".
86 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
87 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
88 or <sys/un.h>.
89 (init_named_socket, gdb_agent_helper_thread): Use union
90 gdb_sockaddr_u.
91
492d29ea
PA
922015-03-07 Pedro Alves <palves@redhat.com>
93
94 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
95 instead.
96
60a191ed
YQ
972015-03-06 Yao Qi <yao.qi@linaro.org>
98
99 * linux-aarch64-low.c (aarch64_insert_point): Use
100 show_debug_regs as a boolean.
101 (aarch64_remove_point): Likewise.
102
f5771b1d
PA
1032015-03-05 Pedro Alves <palves@redhat.com>
104
105 * lynx-low.c (lynx_target_ops): Install NULL hooks for
106 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
107 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
108 * nto-low.c (nto_target_ops): Likewise.
109 * spu-low.c (spu_target_ops): Likewise.
110 * win32-low.c (win32_target_ops): Likewise.
111
3e572f71
PA
1122015-03-04 Pedro Alves <palves@redhat.com>
113
114 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
115 Decide whether a breakpoint triggered based on the SIGTRAP's
116 siginfo.si_code.
117 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
118 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
119 (linux_low_filter_event): Check for breakpoints before checking
120 watchpoints.
121 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
122 siginfo.si_code.
123 (linux_stopped_by_sw_breakpoint)
124 (linux_supports_stopped_by_sw_breakpoint)
125 (linux_stopped_by_hw_breakpoint)
126 (linux_supports_stopped_by_hw_breakpoint): New functions.
127 (linux_target_ops): Install new target methods.
128
1ec68e26
PA
1292015-03-04 Pedro Alves <palves@redhat.com>
130
131 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
132 * server.c (swbreak_feature, hwbreak_feature): New globals.
133 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
134 (captured_main): Clear swbreak_feature and hwbreak_feature.
135 * server.h (swbreak_feature, hwbreak_feature): Declare.
136 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
137 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
138 supports_stopped_by_hw_breakpoint>: New fields.
139 (target_supports_stopped_by_sw_breakpoint)
140 (target_stopped_by_sw_breakpoint)
141 (target_supports_stopped_by_hw_breakpoint)
142 (target_stopped_by_hw_breakpoint): Declare.
143
15c66dd6
PA
1442015-03-04 Pedro Alves <palves@redhat.com>
145
146 enum lwp_stop_reason -> enum target_stop_reason
147 * linux-low.c (check_stopped_by_breakpoint): Adjust.
148 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
149 (linux_wait_1, stuck_in_jump_pad_callback)
150 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
151 (linux_stopped_by_watchpoint):
152 * linux-low.h (enum lwp_stop_reason): Delete.
153 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
154 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
155
98fc70d6
YQ
1562015-03-04 Yao Qi <yao.qi@linaro.org>
157
158 * Makefile.in (SFILES): Add linux-aarch64-low.c.
159
dd2ac174
GB
1602015-03-03 Gary Benson <gbenson@redhat.com>
161
162 * hostio.c (handle_vFile): Fix prefix lengths.
163
d68e53f4
MM
1642015-03-03 Markus Metzger <markus.t.metzger@intel.com>
165
166 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
167 ptr_bits.
168
bf2d68ab
AA
1692015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
170
171 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
172 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
173 (clean): Add "rm -f" for above C files.
174 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
175 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
176 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
177 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
178 * linux-s390-low.c (HWCAP_S390_VX): New macro.
179 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
180 (init_registers_s390x_vx_linux64)
181 (init_registers_s390x_tevx_linux64)
182 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
183 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
184 declarations.
185 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
186 (s390_store_vxrs_high): New functions.
187 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
188 NT_S390_VXRS_HIGH.
189 (s390_arch_setup): Add logic for selecting one of the new target
190 descriptions. Activate the new vector regsets if applicable.
191 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
192 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
193 and init_registers_s390x_tevx_linux64.
194
c966a859
PA
1952015-03-01 Pedro Alves <palves@redhat.com>
196
197 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
198 parameter.
199
4180215b
PA
2002015-02-27 Pedro Alves <palves@redhat.com>
201
202 * linux-x86-low.c (u_debugreg_offset): New function.
203 (x86_linux_dr_get, x86_linux_dr_set): Use it.
204
749bab01
PA
2052015-02-27 Pedro Alves <palves@redhat.com>
206
207 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
208 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
209 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
210 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
211 (ps_lsetfpregs, ps_getpid)
212 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
213 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
214 (ps_lsetxregs, ps_plog): Declare.
215
3c14e5a3
PA
2162015-02-27 Pedro Alves <palves@redhat.com>
217
218 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
219 IP_AGENT_EXPORT_FUNC.
220 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
221 IP_AGENT_EXPORT_FUNC.
222 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
223 (IP_AGENT_EXPORT): Delete.
224 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
225 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
226 (gdb_trampoline_buffer_error, collecting, gdb_collect)
227 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
228 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
229 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
230 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
231 (traceframe_read_count, traceframe_write_count)
232 (traceframes_created, trace_state_variables, get_raw_reg)
233 (get_trace_state_variable_value, set_trace_state_variable_value)
234 (ust_loaded, helper_thread_id, cmd_buf): Use
235 IPA_SYM_EXPORTED_NAME.
236 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
237 (tracepoints) Use IP_AGENT_EXPORT_VAR.
238 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
239 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
240 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
241 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
242 EXTERN_C_PUSH/EXTERN_C_POP.
243 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
244 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
245 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
246 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
247 (traceframe_write_count, traceframe_read_count)
248 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
249 (about_to_request_buffer_space, get_trace_state_variable_value)
250 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
251 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
252 EXTERN_C_PUSH/EXTERN_C_POP.
253 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
254 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
255 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
256 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
257 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
258 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
259 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
260 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
261 Define.
262 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
263 (IP_AGENT_EXPORT_VAR_DECL): Define.
264 (tracing): Declare.
265 (gdb_agent_get_raw_reg): Declare.
266
fe978cb0
PA
2672015-02-27 Tom Tromey <tromey@redhat.com>
268 Pedro Alves <palves@redhat.com>
269
270 Rename symbols whose names are reserved C++ keywords throughout.
271
3bc3d82a
PA
2722015-02-27 Pedro Alves <palves@redhat.com>
273
274 * Makefile.in (COMPILER): New, get it from autoconf.
275 (CXX): Get from autoconf instead.
276 (COMPILE.pre): Use COMPILER.
277 (CC-LD): Rename to ...
278 (CC_LD): ... this. Use COMPILER.
279 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
280 (CXX_FOR_TARGET): Default to g++ instead of gcc.
281 * acinclude.m4: Include build-with-cxx.m4.
282 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
283 Disable -Werror by default if building in C++ mode.
284 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
285 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
286 the C++ compiler. Save/restore CXXFLAGS too.
287 * configure: Regenerate.
288
07697489
PA
2892015-02-27 Pedro Alves <palves@redhat.com>
290
291 * acinclude.m4: Include libiberty.m4.
292 * configure.ac: Call libiberty_INIT.
293 * config.in, configure: Regenerate.
294
9beb7c4e
PA
2952015-02-26 Pedro Alves <palves@redhat.com>
296
297 * linux-low.c (linux_wait_1): When incrementing the PC past a
298 program breakpoint always use the_low_target.breakpoint_len as
299 increment, rather than the maximum between that and
300 the_low_target.decr_pc_after_break.
301
8090aef2
PA
3022015-02-23 Pedro Alves <palves@redhat.com>
303
304 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
305 thread was doing a step-over; always adjust the PC if
306 we stepped over a permanent breakpoint.
307 (linux_wait_1): If we stepped over breakpoint that was on top of a
308 permanent breakpoint, manually advance the PC past it.
309
bc9540e8
PA
3102015-02-23 Pedro Alves <palves@redhat.com>
311
312 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
313 modes.
314 (x86_fill_gregset, x86_store_gregset): Use it when handling
315 $orig_eax.
316
2db9a427
PA
3172015-02-20 Pedro Alves <palves@redhat.com>
318
319 * thread-db.c: Include "nat/linux-procfs.h".
320 (thread_db_init): Skip listing new threads if the kernel supports
321 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
322
afa8d396
PA
3232015-02-20 Pedro Alves <palves@redhat.com>
324
325 * linux-low.c (status_pending_p_callback): Use ptid_match.
326
c9587f88
AT
3272015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
328
329 PR breakpoints/16812
330 * linux-low.c (wstatus_maybe_breakpoint): Remove.
331 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
332 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
333
b05ec7a5
AT
3342015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
335
336 PR breakpoints/15956
337 * tracepoint.c (cmd_qtinit): Add check for current_thread.
338
d33501a5
MM
3392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
340
341 * linux-low.c (linux_low_btrace_conf): Print size.
342 * server.c (handle_btrace_conf_general_set): New.
343 (hanle_general_set): Call handle_btrace_conf_general_set.
344 (handle_query): Report Qbtrace-conf:bts:size as supported.
345
f4abbc16
MM
3462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
347
348 * linux-low.c (linux_low_enable_btrace): Update parameters.
349 (linux_low_btrace_conf): New.
350 (linux_target_ops)<to_btrace_conf>: Initialize.
351 * server.c (current_btrace_conf): New.
352 (handle_btrace_enable): Rename to ...
353 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
354 to target_enable_btrace. Update comment. Update users.
355 (handle_qxfer_btrace_conf): New.
356 (qxfer_packets): Add btrace-conf entry.
357 (handle_query): Report qXfer:btrace-conf:read as supported packet.
358 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
359 (target_ops)<read_btrace_conf>: New.
360 (target_enable_btrace): Update parameters.
361 (target_read_btrace_conf): New.
362
043c3577
MM
3632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
364
365 * server.c (handle_btrace_general_set): Remove call to
366 target_supports_btrace.
367 (supported_btrace_packets): New.
368 (handle_query): Call supported_btrace_packets.
369 * target.h: include btrace-common.h.
370 (btrace_target_info): Removed.
371 (supports_btrace, target_supports_btrace): Update parameters.
372
734b0e4b
MM
3732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
374
375 * Makefile.in (SFILES): Add common/btrace-common.c.
376 (OBS): Add common/btrace-common.o.
377 (btrace-common.o): Add build rules.
378 * linux-low: Include btrace-common.h.
379 (linux_low_read_btrace): Use struct btrace_data. Call
380 btrace_data_init and btrace_data_fini.
381
d6c146e9
PA
3822015-02-06 Pedro Alves <palves@redhat.com>
383
384 * thread-db.c (find_new_threads_callback): Add debug output.
385
20ba1ce6
PA
3862015-02-04 Pedro Alves <palves@redhat.com>
387
388 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
389 (resume_stopped_resumed_lwps): New function.
390 (linux_wait_for_event_filtered): Use it.
391
8cc73a39
SDJ
3922015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
393
394 * Makefile.in (SFILES): Add linux-personality.c.
395 (linux-personality.o): New rule.
396 * configure.srv (srv_linux_obj): Add linux-personality.o to the
397 list of objects to be built.
398 * linux-low.c: Include nat/linux-personality.h.
399 (linux_create_inferior): Remove code to disable address space
400 randomization (moved to ../nat/linux-personality.c). Create
401 cleanup to disable address space randomization.
402
fb23d554
SDJ
4032015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * Makefile.in (posix-strerror.o): New rule.
406 (mingw-strerror.o): Likewise.
407 * configure: Regenerated.
408 * configure.ac: Source file ../common/common.host. Initialize new
409 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
410
cdf43629
YQ
4112015-01-14 Yao Qi <yao@codesourcery.com>
412
413 * Makefile.in (SFILES): Add nat/ppc-linux.c.
414 (ppc-linux.o): New rule.
415 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
416 * configure.ac: AC_CHECK_FUNCS(getauxval).
417 * config.in: Re-generated.
418 * configure: Re-generated.
419 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
420 ppc64_64bit_inferior_p
421
514c5338
YQ
4222015-01-14 Yao Qi <yao@codesourcery.com>
423
424 * linux-ppc-low.c: Include "nat/ppc-linux.h".
425 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
426 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
427 (PT_ORIG_R3, PT_TRAP): Likewise.
428 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
429 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
430 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
431
3368c1e5
JB
4322015-01-10 Joel Brobecker <brobecker@adacore.com>
433
434 * i387-fp.c (i387_cache_to_xsave): In look over
435 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
436 zmmh_low_space field by use of zmmh_high_space.
437
582511be
PA
4382015-01-09 Pedro Alves <palves@redhat.com>
439
440 * linux-low.c (step_over_bkpt): Move higher up in the file.
441 (handle_extended_wait): Don't store the stop_pc here.
442 (get_stop_pc): Adjust comments and rename to ...
443 (check_stopped_by_breakpoint): ... this. Record whether the LWP
444 stopped for a software breakpoint or hardware breakpoint.
445 (thread_still_has_status_pending_p): New function.
446 (status_pending_p_callback): Use
447 thread_still_has_status_pending_p. If the event is no longer
448 interesting, resume the LWP.
449 (handle_tracepoints): Add assert.
450 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
451 (wstatus_maybe_breakpoint): New function.
452 (cancel_breakpoint): Delete function.
453 (check_stopped_by_watchpoint): New function, factored out from
454 linux_low_filter_event.
455 (lp_status_maybe_breakpoint): Delete function.
456 (linux_low_filter_event): Remove filter_ptid argument.
457 Leave thread group exits pending here. Store the LWP's stop PC.
458 Always leave events pending.
459 (linux_wait_for_event_filtered): Pull all events out of the
460 kernel, and leave them all pending.
461 (count_events_callback, select_event_lwp_callback): Consider all
462 events.
463 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
464 (select_event_lwp): Only give preference to the stepping LWP in
465 all-stop mode. Adjust comments.
466 (ignore_event): New function.
467 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
468 references to cancel_breakpoints. Adjust to renames. Also give
469 equal priority to all LWPs that have had events in non-stop mode.
470 If reporting a software breakpoint event, unadjust the LWP's PC.
471 (linux_wait): If linux_wait_1 returned an ignored event, retry.
472 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
473 Adjust.
474 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
475 (resume_status_pending_p): Use thread_still_has_status_pending_p.
476 (linux_stopped_by_watchpoint): Adjust.
477 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
478 * linux-low.h (enum lwp_stop_reason): New.
479 (struct lwp_info) <stop_pc>: Adjust comment.
480 <stopped_by_watchpoint>: Delete field.
481 <stop_reason>: New field.
482 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
483 * mem-break.c (software_breakpoint_inserted_here)
484 (hardware_breakpoint_inserted_here): New function.
485 * mem-break.h (software_breakpoint_inserted_here)
486 (hardware_breakpoint_inserted_here): Declare.
487 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
488 (cancel_breakpoints): Delete.
489 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
490 (upload_fast_traceframes): Remove references to
491 cancel_breakpoints.
492
a33e3959
PA
4932015-01-09 Pedro Alves <palves@redhat.com>
494
495 * thread-db.c (find_new_threads_callback): Ignore thread if the
496 kernel thread ID is -1.
497
8784d563
PA
4982015-01-09 Pedro Alves <palves@redhat.com>
499
500 * linux-low.c (linux_attach_fail_reason_string): Move to
501 nat/linux-ptrace.c, and rename.
502 (linux_attach_lwp): Update comment.
503 (attach_proc_task_lwp_callback): New function.
504 (linux_attach): Adjust to rename and use
505 linux_proc_attach_tgid_threads.
506 (linux_attach_fail_reason_string): Delete declaration.
507
76f2b779
JB
5082015-01-01 Joel Brobecker <brobecker@adacore.com>
509
510 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
511 * server.c (gdbserver_version): Likewise.
512
fafcc06a
SDJ
5132014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
514
515 * remote-utils.c: Include ctype.h.
516 (input_interrupt): Explicitly handle the case when the char
517 received is the NUL byte. Improve the printing of non-ASCII
518 characters.
519
beed38b8
JB
5202014-12-16 Joel Brobecker <brobecker@adacore.com>
521
522 * linux-low.c (linux_low_filter_event): Update call to
523 linux_enable_event_reporting following the addition of
524 a new parameter to that function.
525
bf330350
CU
5262014-12-16 Catalin Udma <catalin.udma@freescale.com>
527
528 PR server/17457
529 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
530 (AARCH64_FPCR_REGNO): Likewise.
531 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
532 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
533 (aarch64_store_fpregset): Likewise.
534
5227d625
JB
5352014-12-15 Joel Brobecker <brobecker@adacore.com>
536
537 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
538 Remove FIXME comment about assumption about N.
539
f93b65a0
JB
5402014-12-13 Joel Brobecker <brobecker@adacore.com>
541
542 * configure.ac: If large-file support is disabled in GDBserver,
543 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
544 * configure: Regenerate.
545
e5a9158d
AA
5462014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
547
548 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
549 warning upon ENODATA from ptrace.
550 * linux-s390-low.c (s390_store_tdb): New.
551 (s390_regsets): Add regset for NT_S390_TDB.
552
feea5f36
AA
5532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
554
555 * linux-low.c (regsets_store_inferior_registers): Skip regsets
556 without a fill_function.
557 * linux-s390-low.c (s390_fill_last_break): Remove.
558 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
559 (s390_arch_setup): Use regset's size instead of fill_function for
560 loop end condition.
561
098dbe61
AA
5622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
563
564 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
565 the regset's store function when ptrace returned an error.
566 * regcache.c (get_thread_regcache): Invalidate register cache
567 before fetching inferior's registers.
568
28eef672
AA
5692014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
570
571 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
572 while-loop as for-loop.
573 (regsets_store_inferior_registers): Likewise.
574
bdca27a2
YQ
5752014-11-28 Yao Qi <yao@codesourcery.com>
576
577 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
578 * config.in, configure: Re-generate.
579 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
580 is defined.
581
9c232dda
YQ
5822014-11-21 Yao Qi <yao@codesourcery.com>
583
584 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
585 (AC_CHECK_HEADERS): Remove malloc.h.
586 * configure: Re-generated.
587 * config.in: Re-generated.
588 * server.h: Don't include alloca.h and malloc.h.
589 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
590 Don't include malloc.h.
591
43968415
JB
5922014-11-17 Joel Brobecker <brobecker@adacore.com>
593
594 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
595 corresponding ERRNO check in same block.
596
40e91bc7
PA
5972014-11-12 Pedro Alves <palves@redhat.com>
598
599 * server.c (cont_thread): Update comment.
600 (start_inferior, attach_inferior): No longer clear cont_thread.
601 (handle_v_cont): No longer set cont_thread.
602 (captured_main): Clear cont_thread each time a GDB connects.
603
c2c118cf
PA
6042014-11-12 Pedro Alves <palves@redhat.com>
605
606 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
607 thread, and don't resume all threads if the Hc thread has exited.
608
78708b7c
PA
6092014-11-12 Pedro Alves <palves@redhat.com>
610
611 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
612 the process group instead of to a specific LWP.
613
a2abc7de
PA
6142014-10-15 Pedro Alves <palves@redhat.com>
615
616 PR server/17487
617 * win32-arm-low.c (arm_set_thread_context): Remove current_event
618 parameter.
619 (arm_set_thread_context): Delete.
620 (the_low_target): Adjust.
621 * win32-i386-low.c (debug_registers_changed)
622 (debug_registers_used): Delete.
623 (update_debug_registers_callback): New function.
624 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
625 needing to update their debug registers.
626 (win32_get_current_dr): New function.
627 (x86_dr_low_get_addr, x86_dr_low_get_control)
628 (x86_dr_low_get_status): Fetch the debug register from the thread
629 record's context.
630 (i386_initial_stuff): Adjust.
631 (i386_get_thread_context): Remove current_event parameter. Don't
632 clear debug_registers_changed nor copy DR values to
633 debug_reg_state.
634 (i386_set_thread_context): Delete.
635 (i386_prepare_to_resume): New function.
636 (i386_thread_added): Mark the thread as needing to update irs
637 debug registers.
638 (the_low_target): Remove i386_set_thread_context and install
639 i386_prepare_to_resume.
640 * win32-low.c (win32_get_thread_context): Adjust.
641 (win32_set_thread_context): Use SetThreadContext
642 directly.
643 (win32_prepare_to_resume): New function.
644 (win32_require_context): New function, factored out from ...
645 (thread_rec): ... this.
646 (continue_one_thread): Call win32_prepare_to_resume on each thread
647 we're about to continue.
648 (win32_resume): Call win32_prepare_to_resume on the event thread.
649 * win32-low.h (struct win32_thread_info)
650 <debug_registers_changed>: New field.
651 (struct win32_target_ops): Change prototype of set_thread_context,
652 delete set_thread_context and add prepare_to_resume.
653 (win32_require_context): New declaration.
654
a442d071
GB
6552014-10-08 Gary Benson <gbenson@redhat.com>
656
657 * server.h: Do not include common-exceptions.h.
658
6f1947e8
GB
6592014-10-08 Gary Benson <gbenson@redhat.com>
660
661 * server.h: Do not include cleanups.h.
662
63b434a4
JH
6632014-09-30 James Hogan <james.hogan@imgtec.com>
664
665 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
666 mips64-dsp-linux.c.
667
c4d9ceb6
YQ
6682014-09-23 Yao Qi <yao@codesourcery.com>
669
670 * linux-low.c (lp_status_maybe_breakpoint): New function.
671 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
672 (count_events_callback): Likewise.
673 (select_event_lwp_callback): Likewise.
674 (cancel_breakpoints_callback): Likewise.
675
89a5711c
DB
6762014-09-19 Don Breazeal <donb@codesourcery.com>
677
678 * linux-low.c (handle_extended_wait): Call
679 linux_ptrace_get_extended_event.
680 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
681 linux_is_extended_waitstatus.
682
bffc0964
JB
6832014-09-16 Joel Brobecker <brobecker@adacore.com>
684
685 * Makefile.in (CPPFLAGS): Define.
686 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
687 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
688
0bfdf32f
GB
6892014-09-16 Gary Benson <gbenson@redhat.com>
690
691 * inferiors.h (current_inferior): Renamed as...
692 (current_thread): New variable. All uses updated.
693 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
694 (maybe_move_out_of_jump_pad): Likewise.
695 (cancel_breakpoint): Likewise.
696 (linux_low_filter_event): Likewise.
697 (wait_for_sigstop): Likewise.
698 (linux_resume_one_lwp): Likewise.
699 (need_step_over_p): Likewise.
700 (start_step_over): Likewise.
701 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
702 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
703 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
704 and save_inferior as saved_thread.
705 * regcache.c (get_thread_regcache): Renamed saved_inferior as
706 saved_thread.
707 (regcache_invalidate_thread): Likewise.
708 * remote-utils.c (prepare_resume_reply): Likewise.
709 * thread-db.c (thread_db_get_tls_address): Likewise.
710 (disable_thread_event_reporting): Likewise.
711 (remove_thread_event_breakpoints): Likewise.
712 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
713 as saved_thread.
714 * target.h (set_desired_inferior): Renamed as...
715 (set_desired_thread): New declaration. All uses updated.
716 * server.c (myresume): Updated comment to reference thread instead
717 of inferior.
718 (handle_serial_event): Likewise.
719 (handle_target_event): Likewise.
720
361c8ade
GB
7212014-09-12 Tom Tromey <tromey@redhat.com>
722 Gary Benson <gbenson@redhat.com>
723
724 * regcache.h: Include common-regcache.h.
725 (regcache_read_pc): Don't declare.
726 * regcache.c (get_thread_regcache_for_ptid): New function.
727
bd9269f7
GB
7282014-09-11 Tom Tromey <tromey@redhat.com>
729 Gary Benson <gbenson@redhat.com>
730
731 * symbol.c: New file.
732 * Makefile.in (SFILES): Add symbol.c.
733 (OBS): Add symbol.o.
734
f8c1d06b
GB
7352014-09-11 Gary Benson <gbenson@redhat.com>
736
737 * target.c (target_stop_ptid, target_continue_ptid): New
738 functions.
739
721ec300
GB
7402014-09-11 Tom Tromey <tromey@redhat.com>
741 Gary Benson <gbenson@redhat.com>
742
743 * target.h: Include target/target.h.
744 * target.c (target_read_memory, target_read_uint32)
745 (target_write_memory): New functions.
746
c5e92cca
GB
7472014-09-11 Gary Benson <gbenson@redhat.com>
748
749 * server.h (debug_hw_points): Don't declare.
750 * server.c (debug_hw_points): Don't define. Replace all uses
751 with show_debug_regs.
752 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
753 all uses with show_debug_regs.
754
2e4bb98a
EBM
7552014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
756
757 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
758 endianness into account.
759 (ppc_supply_ptrace_register): Likewise.
760
ac740bc7
JH
7612014-09-03 James Hogan <james.hogan@imgtec.com>
762
763 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
764 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
765
97ea6506
GB
7662014-09-03 Gary Benson <gbenson@redhat.com>
767
768 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
769 ALL_DEBUG_ADDRESS_REGISTERS.
770
df7e5265
GB
7712014-09-02 Gary Benson <gbenson@redhat.com>
772
773 * i386-low.h: Renamed as...
774 * x86-low.h: New file. All type, function and variable name
775 prefixes changed from "i386_" to "x86_". All references updated.
776 * i386-low.c: Renamed as...
777 * x86-low.c: New file. All type, function and variable name
778 prefixes changed from "i386_" to "x86_". All references updated.
779
ed859da7
GB
7802014-09-02 Gary Benson <gbenson@redhat.com>
781
782 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
783 (x86_linux_new_thread): Likewise.
784
860789c7
GB
7852014-08-29 Gary Benson <gbenson@redhat.com>
786
787 * server.h (setjmp.h): Do not include.
788 (toplevel): Do not declare.
789 (common-exceptions.h): Include.
790 (cleanups.h): Likewise.
791 * server.c (toplevel): Do not define.
792 (exit_code): New static global.
793 (detach_or_kill_for_exit_cleanup): New function.
794 (main): New function. Original main renamed to...
795 (captured_main): New function.
796 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
797
ff55e1b5
GB
7982014-08-29 Gary Benson <gbenson@redhat.com>
799
800 * Makefile.in (SFILES): Add common/common-exceptions.c.
801 (OBS): Add common-exceptions.o.
802 (common-exceptions.o): New rule.
803 * utils.c (prepare_to_throw_exception): New function.
804
e9bcb658
GB
8052014-08-29 Gary Benson <gbenson@redhat.com>
806
807 * config.in: Regenerate.
808 * configure: Likewise.
809
e3180625
GB
8102014-08-29 Gary Benson <gbenson@redhat.com>
811
812 * Makefile.in (SFILES): Add common/cleanups.c.
813 (OBS): cleanups.o.
814 (cleanups.o): New rule.
815
e3d6ba5d
GB
8162014-08-29 Gary Benson <gbenson@redhat.com>
817
818 * utils.c (internal_vwarning): New function.
819
7096e886
GB
8202014-08-28 Gary Benson <gbenson@redhat.com>
821
822 * utils.h (fatal): Remove declaration.
823 * utils.c (fatal): Remove function.
824
14ce3192
GB
8252014-08-28 Gary Benson <gbenson@redhat.com>
826
827 * tracepoint.c (gdb_agent_init): Replace fatal with
828 perror_with_name.
829 (initialize_tracepoint): Likewise.
830
50278d59
GB
8312014-08-28 Gary Benson <gbenson@redhat.com>
832
833 * remote-utils.c (remote_prepare): Replace fatal with error.
834
aa96c426
GB
8352014-08-28 Gary Benson <gbenson@redhat.com>
836
837 * linux-low.c (linux_async): Replace fatal with warning.
838 Tidy up and return.
839 (linux_start_non_stop): Return -1 if linux_async failed.
840
f7160e97
GB
8412014-08-28 Gary Benson <gbenson@redhat.com>
842
843 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
844 gdb_assert.
845 (i386_dr_low_get_addr): Remove vague comment.
846 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
847 gdb_assert.
848
38e08fca
GB
8492014-08-28 Gary Benson <gbenson@redhat.com>
850
851 * inferiors.c (get_thread_process): Replace check with gdb_assert.
852 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
853 internal_error.
854 (linux_resume_one_lwp): Likewise.
855 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
856 gdb_assert.
857 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
858 with internal_error.
859 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
860 (init_register_cache): Replace fatal with gdb_assert_not_reached.
861 (find_register_by_name): Replace fatal with internal_error.
862 (find_regno): Likewise.
863 * tdesc.c (init_target_desc): Replace check with gdb_assert.
864 * thread-db.c (thread_db_create_event): Likewise.
865 (thread_db_load_search): Likewise.
866 (try_thread_db_load_1): Likewise.
867 * tracepoint.c (get_jump_space_head): Replace fatal with
868 internal_error.
869 (claim_trampoline_space): Likewise.
870 (have_fast_tracepoint_trampoline_buffer): Likewise.
871 (cmd_qtstart): Likewise.
872 (stop_tracing): Likewise.
873 (fast_tracepoint_collecting): Likewise.
874 (target_malloc): Likewise.
875 (download_tracepoint): Likewise.
876 (download_trace_state_variables): Replace check with gdb_assert.
877 (upload_fast_traceframes): Replace fatal with internal_error.
878
34abf635
GB
8792014-08-19 Tom Tromey <tromey@redhat.com>
880 Gary Benson <gbenson@redhat.com>
881
882 * Makefile.in (SFILES): Add common/common-debug.c.
883 (OBS): Add common-debug.o.
884 (common-debug.o): New rule.
885 * debug.h (debug_printf): Don't declare.
886 * debug.c (debug_printf): Renamed and rewritten as...
887 (debug_vprintf): New function.
888
f6e94d78
GB
8892014-08-19 Gary Benson <gbenson@redhat.com>
890
891 * utils.h: Do not include print-utils.h.
892
9239eeab
GB
8932014-08-19 Tom Tromey <tromey@redhat.com>
894 Gary Benson <gbenson@redhat.com>
895
896 * server.h: Add static assertion.
897 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
898
ef87c8bb
GB
8992014-08-19 Tom Tromey <tromey@redhat.com>
900 Gary Benson <gbenson@redhat.com>
901
902 * Makefile.in (SFILES): Add common/errors.c.
903 (OBS): Add errors.o.
904 (IPA_OBS): Add errors-ipa.o.
905 (errors.o): New rule.
906 (errors-ipa.o): Likewise.
907 * utils.h (perror_with_name, error, warning): Don't declare.
908 * utils.c (warning): Renamed and rewritten as...
909 (vwarning): New function.
910 (error): Renamed and rewritten as...
911 (verror): New function.
912 (internal_error): Renamed and rewritten as...
913 (internal_verror): New function.
914
bb974a24
GB
9152014-08-07 Gary Benson <gbenson@redhat.com>
916
917 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
918 * configure: Regenerate.
919 * config.in: Likewise.
920 * server.h: Do not include errno.h.
921 * event-loop.c: Likewise.
922 * hostio-errno.c: Likewise.
923 * linux-low.c: Likewise.
924 * remote-utils.c: Likewise.
925 * spu-low.c: Likewise.
926 * utils.c: Likewise.
927 * gdbreplay.c: Unconditionally include errno.h.
928
6d3d12eb
GB
9292014-08-07 Gary Benson <gbenson@redhat.com>
930
931 * server.h: Do not include string.h.
932 * event-loop.c: Likewise.
933 * linux-low.c: Likewise.
934 * regcache.c: Likewise.
935 * remote-utils.c: Likewise.
936 * spu-low.c: Likewise.
937 * utils.c: Likewise.
938
dccbb609
GB
9392014-08-07 Gary Benson <gbenson@redhat.com>
940
941 * server.h: Do not include gdb_assert.h.
942
e76df0d0
GB
9432014-08-07 Gary Benson <gbenson@redhat.com>
944
945 * server.h: Do not include common-utils.h.
946
4cb9c816
GB
9472014-08-07 Gary Benson <gbenson@redhat.com>
948
949 * server.h: Do not include ptid.h.
950 * notif.h: Likewise.
951
3995eeee
GB
9522014-08-07 Gary Benson <gbenson@redhat.com>
953
954 * server.h: Do not include gdb_locale.h.
955
cb9f1a9b
GB
9562014-08-07 Gary Benson <gbenson@redhat.com>
957
958 * server.h: Do not include gdb/signals.h.
959 * win32-low.c: Likewise.
960
a5fceff8
GB
9612014-08-07 Gary Benson <gbenson@redhat.com>
962
963 * server.h: Do not include pathmax.h.
964
b9391142
GB
9652014-08-07 Gary Benson <gbenson@redhat.com>
966
967 * server.h: Do not include libiberty.h.
968 * linux-bfin-low.c: Likewise.
969
0e443c87
GB
9702014-08-07 Gary Benson <gbenson@redhat.com>
971
972 * server.h: Do not include ansidecl.h.
973
8ebb3f56
GB
9742014-08-07 Gary Benson <gbenson@redhat.com>
975
976 * linux-x86-low.c: Do not include stddef.h.
977 * lynx-ppc-low.c: Likewise.
978 * tracepoint.c: Likewise.
979
8980bdf6
GB
9802014-08-07 Gary Benson <gbenson@redhat.com>
981
982 * server.h: Do not include stdarg.h.
983 * nto-low.c: Likewise.
984
d7096f71
GB
9852014-08-07 Gary Benson <gbenson@redhat.com>
986
987 * server.h: Do not include stdlib.h.
988 * inferiors.c: Likewise.
989 * linux-low.c: Likewise.
990 * regcache.c: Likewise.
991 * spu-low.c: Likewise.
992 * tracepoint.c: Likewise.
993 * utils.c: Likewise.
994
d02f550d
GB
9952014-08-07 Gary Benson <gbenson@redhat.com>
996
997 * server.h: Do not include stdio.h.
998 * linux-low.c: Likewise.
999 * remote-utils.c: Likewise.
1000 * spu-low.c: Likewise.
1001 * utils.c: Likewise.
1002 * wincecompat.c: Likewise.
1003
87f6c4e3
GB
10042014-08-06 Gary Benson <gbenson@redhat.com>
1005
1006 * regcache.c (init_register_cache): Move conditionals inside if.
1007
7089dca4
GB
10082014-08-06 Gary Benson <gbenson@redhat.com>
1009
1010 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
1011
462f517e
GB
10122014-07-31 Gary Benson <gbenson@redhat.com>
1013
1014 * ax.h: Do not include server.h.
1015 * gdbthread.h: Likewise.
1016 * lynx-low.h: Likewise.
1017 * notif.h: Likewise.
1018
976411d6
GB
10192014-07-30 Gary Benson <gbenson@redhat.com>
1020
1021 * server.h: Include common-defs.h.
1022 Do not include config.h or build-gnulib-gdbserver/config.h.
1023
d41f6d8e
GB
10242014-07-30 Gary Benson <gbenson@redhat.com>
1025
1026 * hostio-errno.c: Move server.h to top of includes list.
1027 * inferiors.c: Likewise.
1028 * linux-x86-low.c: Likewise.
1029 * notif.c: Include server.h.
1030
314c6a35
TT
10312014-07-24 Tom Tromey <tromey@redhat.com>
1032 Gary Benson <gbenson@redhat.com>
1033
1034 * server.h (CORE_ADDR): Now unsigned.
1035
69ff6be5
PA
10362014-07-16 Pedro Alves <palves@redhat.com>
1037
1038 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
1039
ce9e3fe7
PA
10402014-07-15 Pedro Alves <palves@redhat.com>
1041
1042 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
1043 copy.
1044
e76126e8
PA
10452014-07-11 Pedro Alves <palves@redhat.com>
1046
1047 * linux-low.c (kill_wait_lwp): New function, based on
1048 kill_one_lwp_callback, but use my_waitpid directly.
1049 (kill_one_lwp_callback, linux_kill): Use it.
1050
8e9db26e
PA
10512014-06-23 Pedro Alves <palves@redhat.com>
1052
1053 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
1054 before setting DR0..DR3.
1055
698b3e08
GB
10562014-06-20 Gary Benson <gbenson@redhat.com>
1057
1058 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
1059 * configure: Regenerated.
1060 * config.in: Likewise.
1061
125f8a3d
GB
10622014-06-20 Gary Benson <gbenson@redhat.com>
1063
1064 * Makefile.in (SFILES): Update locations for files moved
1065 from common to nat.
1066 (object file files): Reordered.
1067
42995dbd
GB
10682014-06-20 Gary Benson <gbenson@redhat.com>
1069
1070 * i386-low.h (i386_dr_low_can_set_addr): Removed.
1071 (i386_dr_low_set_addr): Likewise.
1072 (i386_dr_low_get_addr): Likewise.
1073 (i386_dr_low_can_set_control): Likewise.
1074 (i386_dr_low_set_control): Likewise.
1075 (i386_dr_low_get_control): Likewise.
1076 (i386_dr_low_get_status): Likewise.
1077 (i386_get_debug_register_length): Likewise.
1078 * linux-x86-low.c (i386_dr_low_set_addr):
1079 Changed signature. Made static.
1080 (i386_dr_low_get_addr): Likewise.
1081 (i386_dr_low_set_control): Likewise.
1082 (i386_dr_low_get_control): Likewise.
1083 (i386_dr_low_get_status): Likewise.
1084 (i386_dr_low): New global variable.
1085 * win32-i386-low.c (i386_dr_low_set_addr):
1086 Changed signature. Made static.
1087 (i386_dr_low_get_addr): Likewise.
1088 (i386_dr_low_set_control): Likewise.
1089 (i386_dr_low_get_control): Likewise.
1090 (i386_dr_low_get_status): Likewise.
1091 (i386_dr_low): New global variable.
1092
e1d2394b
MS
10932014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
1094
1095 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
1096 * Makefile.in (AR, AR_FLAGS): Define.
1097 * configure: Regenerate.
1098
3a8ee006
GB
10992014-06-19 Gary Benson <gbenson@redhat.com>
1100
1101 * Makefile.in (i386-dregs.o): New rule.
1102 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
1103 * i386-low.c (target.h): Remove include.
1104 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
1105 (DR_CONTROL_SHIFT): Likewise.
1106 (DR_CONTROL_SIZE): Likewise.
1107 (DR_RW_EXECUTE): Likewise.
1108 (DR_RW_WRITE): Likewise.
1109 (DR_RW_READ): Likewise.
1110 (DR_RW_IORW): Likewise.
1111 (DR_LEN_1): Likewise.
1112 (DR_LEN_2): Likewise.
1113 (DR_LEN_4): Likewise.
1114 (DR_LEN_8): Likewise.
1115 (DR_LOCAL_ENABLE_SHIFT): Likewise.
1116 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
1117 (DR_ENABLE_SIZE): Likewise.
1118 (DR_LOCAL_SLOWDOWN): Likewise.
1119 (DR_GLOBAL_SLOWDOWN): Likewise.
1120 (DR_CONTROL_RESERVED): Likewise.
1121 (I386_DR_CONTROL_MASK): Likewise.
1122 (I386_DR_VACANT): Likewise.
1123 (I386_DR_LOCAL_ENABLE): Likewise.
1124 (I386_DR_GLOBAL_ENABLE): Likewise.
1125 (I386_DR_DISABLE): Likewise.
1126 (I386_DR_SET_RW_LEN): Likewise.
1127 (I386_DR_GET_RW_LEN): Likewise.
1128 (I386_DR_WATCH_HIT): Likewise.
1129 (i386_wp_op_t): Likewise.
1130 (i386_show_dr): Likewise.
1131 (i386_length_and_rw_bits): Likewise.
1132 (i386_insert_aligned_watchpoint): Likewise.
1133 (i386_remove_aligned_watchpoint): Likewise.
1134 (i386_handle_nonaligned_watchpoint): Likewise.
1135 i386_update_inferior_debug_regs(): Likewise.
1136 (i386_dr_insert_watchpoint): Likewise.
1137 (i386_dr_remove_watchpoint): Likewise.
1138 (i386_dr_region_ok_for_watchpoint): Likewise.
1139 (i386_dr_stopped_data_address): Likewise.
1140 (i386_dr_stopped_by_watchpoint): Likewise.
1141
8f26655c
GB
11422014-06-19 Gary Benson <gbenson@redhat.com>
1143
1144 * i386-low.c (i386_dr_show): Renamed to
1145 i386_show_dr and made static. All uses updated.
1146 (i386_dr_length_and_rw_bits): Renamed to
1147 i386_length_and_rw_bits and made static.
1148 All uses updated.
1149 (i386_dr_insert_aligned_watchpoint): Renamed to
1150 i386_insert_aligned_watchpoint and made static.
1151 All uses updated.
1152 (i386_dr_remove_aligned_watchpoint): Renamed to
1153 i386_remove_aligned_watchpoint and made static.
1154 All uses updated.
1155 (i386_dr_update_inferior_debug_regs): Renamed to
1156 i386_update_inferior_debug_regs and made static.
1157 All uses updated.
1158
b9228891
GB
11592014-06-18 Gary Benson <gbenson@redhat.com>
1160
5171def3
GB
1161 * i386-low.h (i386_dr_low_can_set_addr): New macro.
1162 (i386_dr_low_can_set_control): Likewise.
1163 (i386_get_debug_register_length): Likewise.
1164 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
1165 (i386_dr_low_can_set_control): Likewise.
1166 (i386_get_debug_register_length): Likewise.
1167
11682014-06-17 Gary Benson <gbenson@redhat.com>
1169
b9228891
GB
1170 * i386-low.h (i386-dregs.h): New include.
1171 (DR_FIRSTADDR): Now in i386-dregs.h.
1172 (DR_LASTADDR): Likewise.
1173 (DR_NADDR): Likewise.
1174 (DR_STATUS): Likewise.
1175 (DR_CONTROL): Likewise.
1176 (i386_debug_reg_state): Likewise.
1177 (i386_dr_insert_watchpoint): Likewise.
1178 (i386_dr_remove_watchpoint): Likewise.
1179 (i386_dr_region_ok_for_watchpoint): Likewise.
1180 (i386_dr_stopped_data_address): Likewise.
1181 (i386_dr_stopped_by_watchpoint): Likewise.
1182 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
1183
4be83cc2
GB
11842014-06-18 Gary Benson <gbenson@redhat.com>
1185
1186 * i386-low.h (i386_low_insert_watchpoint): Renamed to
1187 i386_dr_insert_watchpoint.
1188 (i386_low_remove_watchpoint): Renamed to
1189 i386_dr_remove_watchpoint.
1190 (i386_low_region_ok_for_watchpoint): Renamed to
1191 i386_dr_region_ok_for_watchpoint.
1192 (i386_low_stopped_data_address): Renamed to
1193 i386_dr_stopped_data_address.
1194 (i386_low_stopped_by_watchpoint): Renamed to
1195 i386_dr_stopped_by_watchpoint.
1196 * i386-low.c (i386_show_dr): Renamed to
1197 i386_dr_show and made nonstatic. All uses updated.
1198 (i386_length_and_rw_bits): Renamed to
1199 i386_dr_length_and_rw_bits and made nonstatic.
1200 All uses updated.
1201 (i386_insert_aligned_watchpoint): Renamed to
1202 i386_dr_insert_aligned_watchpoint and made nonstatic.
1203 All uses updated.
1204 (i386_remove_aligned_watchpoint): Renamed to
1205 i386_dr_remove_aligned_watchpoint and made nonstatic.
1206 All uses updated.
1207 (i386_update_inferior_debug_regs): Renamed to
1208 i386_dr_update_inferior_debug_regs and made nonstatic.
1209 All uses updated.
1210 (i386_low_insert_watchpoint): Renamed to
1211 i386_dr_insert_watchpoint. All uses updated.
1212 (i386_low_remove_watchpoint): Renamed to
1213 i386_dr_remove_watchpoint. All uses updated.
1214 (i386_low_region_ok_for_watchpoint): Renamed to
1215 i386_dr_region_ok_for_watchpoint. All uses updated.
1216 (i386_low_stopped_data_address): Renamed to
1217 i386_dr_stopped_data_address. All uses updated.
1218 (i386_low_stopped_by_watchpoint): Renamed to
1219 i386_dr_stopped_by_watchpoint. All uses updated.
1220
131aa0d4
GB
12212014-06-18 Gary Benson <gbenson@redhat.com>
1222
1223 * i386-low.c (i386_dr_low_can_set_addr): New macro.
1224 (i386_dr_low_can_set_control): Likewise.
1225 (i386_insert_aligned_watchpoint): New check.
1226
d9305f7f
GB
12272014-06-18 Gary Benson <gbenson@redhat.com>
1228
1229 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
1230 Renamed to state.
1231
e927c9fc
GB
12322014-06-18 Gary Benson <gbenson@redhat.com>
1233
1234 * i386-low.c (i386_length_and_rw_bits): Use internal_error
1235 instead of fatal and error.
1236 (i386_handle_nonaligned_watchpoint): Likewise.
1237
1b6d4134
GB
12382014-06-18 Gary Benson <gbenson@redhat.com>
1239
1240 * i386-low.c (i386_get_debug_register_length): New macro.
1241 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
1242 (i386_show_dr): Use debug_printf instead of fprintf. Use
1243 phex to format values.
1244
6e62758f
GB
12452014-06-18 Gary Benson <gbenson@redhat.com>
1246
1247 * i386-low.h: Comment changes.
1248 * i386-low.c: Likewise.
1249
fc6e2f03
GB
12502014-06-18 Gary Benson <gbenson@redhat.com>
1251
1252 * i386-low.c: Whitespace changes.
1253
f9d1eeed
TT
12542014-06-12 Tom Tromey <tromey@redhat.com>
1255
1256 * utils.c (freeargv): Remove.
1257
0b04e523
TT
12582014-06-12 Tom Tromey <tromey@redhat.com>
1259
1260 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
1261 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
1262 (parse_debug_format_options): Likewise.
1263 (gdbserver_usage): Likewise.
1264 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
1265 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
1266 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
1267 against libiberty.
1268 ($(LIBGNU)): Depend on libiberty.
1269 (all-lib): Recurse into all subdirs.
1270 (install-only): Invoke "install" target in subdirs.
1271 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
1272 targets.
1273 * configure: Rebuild.
1274 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
1275 for vasprintf, vsnprintf, or gettimeofday.
1276 * configure.srv: Don't add safe-ctype.o or lbasename.o to
1277 srv_tgtobj.
1278
270c9937
JB
12792014-06-05 Joel Brobecker <brobecker@adacore.com>
1280
1281 * development.sh: Delete.
1282 * Makefile.in (config.status): Adjust dependency on development.sh.
1283 * configure.ac: Adjust development.sh source call.
1284 * configure: Regenerate.
1285
0a261ed8
PA
12862014-06-02 Pedro Alves <palves@redhat.com>
1287
1288 * ax.c (gdb_free_agent_expr): New function.
1289 * ax.h (gdb_free_agent_expr): New declaration.
1290 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
1291 list.
1292 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
1293 static.
1294 (clear_breakpoint_conditions_and_commands): New function.
1295 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
1296 (clear_breakpoint_conditions_and_commands): New declaration.
1297
e9dae05e
RR
12982014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1299
1300 * linux-aarch64-low.c (asm/ptrace.h): Include.
1301
5876f503
JK
13022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1303
1304 Fix TLS access for -static -pthread.
1305 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
1306 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
1307 (thread_db_load_search, try_thread_db_load_1): Initialize it.
1308
802e8e6d
PA
13092014-05-20 Pedro Alves <palves@redhat.com>
1310
1311 * linux-aarch64-low.c (aarch64_insert_point)
1312 (aarch64_remove_point): No longer check whether the type is
1313 supported here. Adjust to new interface.
1314 (the_low_target): Install aarch64_supports_z_point_type as
1315 supports_z_point_type method.
1316 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
1317 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
1318 instead of a Z packet char. Adjust.
1319 (arm_supports_z_point_type): New function.
1320 (arm_insert_point, arm_remove_point): Adjust to new interface.
1321 (the_low_target): Install arm_supports_z_point_type.
1322 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
1323 (cris_insert_point, cris_remove_point): Adjust to new interface.
1324 Don't check whether the type is supported here.
1325 (the_low_target): Install cris_supports_z_point_type.
1326 * linux-low.c (linux_supports_z_point_type): New function.
1327 (linux_insert_point, linux_remove_point): Adjust to new interface.
1328 * linux-low.h (struct linux_target_ops) <insert_point,
1329 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
1330 raw_breakpoint pointer parameter.
1331 <supports_z_point_type>: New method.
1332 * linux-mips-low.c (mips_supports_z_point_type): New function.
1333 (mips_insert_point, mips_remove_point): Adjust to new interface.
1334 Use mips_supports_z_point_type.
1335 (the_low_target): Install mips_supports_z_point_type.
1336 * linux-ppc-low.c (the_low_target): Install NULL as
1337 supports_z_point_type method.
1338 * linux-s390-low.c (the_low_target): Install NULL as
1339 supports_z_point_type method.
1340 * linux-sparc-low.c (the_low_target): Install NULL as
1341 supports_z_point_type method.
1342 * linux-x86-low.c (x86_supports_z_point_type): New function.
1343 (x86_insert_point): Adjust to new insert_point interface. Use
1344 insert_memory_breakpoint. Adjust to new
1345 i386_low_insert_watchpoint interface.
1346 (x86_remove_point): Adjust to remove_point interface. Use
1347 remove_memory_breakpoint. Adjust to new
1348 i386_low_remove_watchpoint interface.
1349 (the_low_target): Install x86_supports_z_point_type.
1350 * lynx-low.c (lynx_target_ops): Install NULL as
1351 supports_z_point_type callback.
1352 * nto-low.c (nto_supports_z_point_type): New.
1353 (nto_insert_point, nto_remove_point): Adjust to new interface.
1354 (nto_target_ops): Install nto_supports_z_point_type.
1355 * mem-break.c: Adjust intro comment.
1356 (struct raw_breakpoint) <raw_type, size>: New fields.
1357 <inserted>: Update comment.
1358 <shlib_disabled>: Delete field.
1359 (enum bkpt_type) <gdb_breakpoint>: Delete value.
1360 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
1361 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
1362 (raw_bkpt_type_to_target_hw_bp_type): New function.
1363 (find_enabled_raw_code_breakpoint_at): New function.
1364 (find_raw_breakpoint_at): New type and size parameters. Use them.
1365 (insert_memory_breakpoint): New function, based off
1366 set_raw_breakpoint_at.
1367 (remove_memory_breakpoint): New function.
1368 (set_raw_breakpoint_at): Reimplement.
1369 (set_breakpoint): New, based on set_breakpoint_at.
1370 (set_breakpoint_at): Reimplement.
1371 (delete_raw_breakpoint): Go through the_target->remove_point
1372 instead of assuming memory breakpoints.
1373 (find_gdb_breakpoint_at): Delete.
1374 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
1375 (find_gdb_breakpoint): New function.
1376 (set_gdb_breakpoint_at): Delete.
1377 (z_type_supported): New function.
1378 (set_gdb_breakpoint_1): New function, loosely based off
1379 set_gdb_breakpoint_at.
1380 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
1381 (delete_gdb_breakpoint_at): Delete.
1382 (delete_gdb_breakpoint_1): New function, loosely based off
1383 delete_gdb_breakpoint_at.
1384 (delete_gdb_breakpoint): New function.
1385 (clear_gdb_breakpoint_conditions): Rename to ...
1386 (clear_breakpoint_conditions): ... this. Don't handle a NULL
1387 breakpoint.
1388 (add_condition_to_breakpoint): Make static.
1389 (add_breakpoint_condition): Take a struct breakpoint pointer
1390 instead of an address. Adjust.
1391 (gdb_condition_true_at_breakpoint): Rename to ...
1392 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
1393 z_type parameter.
1394 (gdb_condition_true_at_breakpoint): Reimplement.
1395 (add_breakpoint_commands): Take a struct breakpoint pointer
1396 instead of an address. Adjust.
1397 (gdb_no_commands_at_breakpoint): Rename to ...
1398 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
1399 parameter. Return true if no breakpoint was found. Change debug
1400 output.
1401 (gdb_no_commands_at_breakpoint): Reimplement.
1402 (run_breakpoint_commands): Rename to ...
1403 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
1404 and change return type to boolean.
1405 (run_breakpoint_commands): New function.
1406 (gdb_breakpoint_here): Also check for Z1 breakpoints.
1407 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
1408 breakpoint. Go through the_target->remove_point instead of
1409 assuming memory breakpoint.
1410 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
1411 software and hardware breakpoints.
1412 (reinsert_raw_breakpoint): Go through the_target->insert_point
1413 instead of assuming memory breakpoint.
1414 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
1415 software and hardware breakpoints.
1416 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
1417 Check both software and hardware breakpoints.
1418 (validate_inserted_breakpoint): Assert the breakpoint is a
1419 software breakpoint. Set the inserted flag to -1 instead of
1420 setting shlib_disabled.
1421 (delete_disabled_breakpoints): Adjust.
1422 (validate_breakpoints): Only validate software breakpoints.
1423 Adjust to inserted flag change.
1424 (check_mem_read, check_mem_write): Skip breakpoint types other
1425 than software breakpoints. Adjust to inserted flag change.
1426 * mem-break.h (enum raw_bkpt_type): New enum.
1427 (raw_breakpoint, struct process_info): Forward declare.
1428 (Z_packet_to_target_hw_bp_type): Delete declaration.
1429 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
1430 (set_gdb_breakpoint, delete_gdb_breakpoint)
1431 (clear_breakpoint_conditions): New declarations.
1432 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
1433 (breakpoint_inserted_here): Update comment.
1434 (add_breakpoint_condition, add_breakpoint_commands): Replace
1435 address parameter with a breakpoint pointer parameter.
1436 (gdb_breakpoint_here): Update comment.
1437 (delete_gdb_breakpoint_at): Delete.
1438 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
1439 * server.c (process_point_options): Take a struct breakpoint
1440 pointer instead of an address. Adjust.
1441 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
1442 delete_gdb_breakpoint.
1443 * spu-low.c (spu_target_ops): Install NULL as
1444 supports_z_point_type method.
1445 * target.h: Include mem-break.h.
1446 (struct target_ops) <prepare_to_access_memory>: Update comment.
1447 <supports_z_point_type>: New field.
1448 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1449 instead of a char. Also take a raw breakpoint pointer.
1450 * win32-arm-low.c (the_low_target): Install NULL as
1451 supports_z_point_type.
1452 * win32-i386-low.c (i386_supports_z_point_type): New function.
1453 (i386_insert_point, i386_remove_point): Adjust to new interface.
1454 (the_low_target): Install i386_supports_z_point_type.
1455 * win32-low.c (win32_supports_z_point_type): New function.
1456 (win32_insert_point, win32_remove_point): Adjust to new interface.
1457 (win32_target_ops): Install win32_supports_z_point_type.
1458 * win32-low.h (struct win32_target_ops):
1459 <supports_z_point_type>: New method.
1460 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1461 instead of a char. Also take a raw breakpoint pointer.
1462
932539e3
PA
14632014-05-20 Pedro Alves <palves@redhat.com>
1464
1465 * mem-break.h: Include break-common.h.
1466 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1467 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
1468 (Z_packet_to_target_hw_bp_type): New declaration.
1469 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
1470 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
1471 (Z_PACKET_ACCESS_WP): Delete macros.
1472 (Z_packet_to_hw_type): Delete function.
1473 * i386-low.h: Don't include break-common.h here.
1474 (Z_packet_to_hw_type): Delete declaration.
1475 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
1476 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1477 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
1478 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1479 * linux-aarch64-low.c: Don't include break-common.h here.
1480 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1481 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
1482 (Z_packet_to_target_hw_bp_type): Delete function.
1483 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
1484 function.
1485 (mips_insert_point, mips_remove_point): Use
1486 Z_packet_to_target_hw_bp_type.
1487
4ff0d3d8
PA
14882014-05-20 Pedro Alves <palves@redhat.com>
1489
1490 * linux-aarch64-low.c: Include break-common.h.
1491 (enum target_point_type): Delete.
1492 (Z_packet_to_point_type): Rename to ...
1493 (Z_packet_to_target_hw_bp_type): ... this, and return a
1494 target_hw_bp_type instead.
1495 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
1496 instead of an enum target_point_type.
1497 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
1498 breakpoint type.
1499 (aarch64_dr_state_insert_one_point)
1500 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
1501 (aarch64_handle_aligned_watchpoint)
1502 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
1503 Take an enum target_hw_bp_type instead of an enum
1504 target_point_type.
1505 (aarch64_supports_z_point_type): New function.
1506 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
1507 use Z_packet_to_target_hw_bp_type.
1508
786dc519
JB
15092014-05-20 Joel Brobecker <brobecker@adacore.com>
1510
1511 * configure.ac: Only use -Werror by default when DEVELOPMENT
1512 is true.
1513 * configure: Regenerate.
1514
9e0aa64f
JK
15152014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 Fix gdbserver qGetTLSAddr for x86_64 -m32.
1518 * linux-x86-low.c (X86_64_USER_REGS): New.
1519 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
1520
2b577b92
YQ
15212014-04-28 Yao Qi <yao@codesourcery.com>
1522
1523 * Makefile.in (i386-avx512.c): Fix the typo of generated file
1524 name.
1525
94611da2
PA
15262014-04-25 Pedro Alves <palves@redhat.com>
1527
1528 PR server/16255
1529 * linux-low.c (linux_attach_fail_reason_string): New function.
1530 (linux_attach_lwp): Delete.
1531 (linux_attach_lwp_1): Rename to ...
1532 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
1533 argument. Remove "initial" parameter. Return int instead of
1534 void. Don't error or warn here.
1535 (linux_attach): Adjust to call linux_attach_lwp. Call error on
1536 failure to attach to the tgid. Call warning when failing to
1537 attach to an lwp.
1538 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
1539 argument. Remove "initial" parameter. Return int instead of
1540 void. Don't error or warn here.
1541 (linux_attach_fail_reason_string): New declaration.
1542 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
1543 interface change. Use linux_attach_fail_reason_string.
1544
01f9f808
MS
15452014-04-24 Michael Sturm <michael.sturm@mintel.com>
1546 Walfred Tedeschi <walfred.tedeschi@intel.com>
1547
1548 * Makefile.in: Added rules to handle new files
1549 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
1550 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
1551 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
1552 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
1553 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
1554 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
1555 x32-avx512-linux.o.
1556 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
1557 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
1558 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
1559 i386/x32-avx512.xml.
1560 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
1561 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
1562 i386/x32-avx512-linux.xml.
1563 * i387-fp.c (num_avx512_k_registers): New constant for number
1564 of K registers.
1565 (num_avx512_zmmh_low_registers): New constant for number of
1566 lower ZMM registers (0-15).
1567 (num_avx512_zmmh_high_registers): New constant for number of
1568 higher ZMM registers (16-31).
1569 (num_avx512_ymmh_registers): New contant for number of higher
1570 YMM registers (ymm16-31 added by avx521 on x86_64).
1571 (num_avx512_xmm_registers): New constant for number of higher
1572 XMM registers (xmm16-31 added by AVX512 on x86_64).
1573 (struct i387_xsave): Add space for AVX512 registers.
1574 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
1575 Add code to handle AVX512 registers.
1576 (i387_xsave_to_cache): Add code to handle AVX512 registers.
1577 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
1578 prototypei from generated file.
1579 (tdesc_amd64_avx512_linux): Likewise.
1580 (init_registers_x32_avx512_linux): Likewise.
1581 (tdesc_x32_avx512_linux): Likewise.
1582 (init_registers_i386_avx512_linux): Likewise.
1583 (tdesc_i386_avx512_linux): Likewise.
1584 (x86_64_regmap): Add AVX512 registers.
1585 (x86_linux_read_description): Add code to handle AVX512 XSTATE
1586 mask.
1587 (initialize_low_arch): Add code to initialize AVX512 registers.
1588
51aa91f9
PA
15892014-04-23 Pedro Alves <palves@redhat.com>
1590
1591 * mem-break.c (find_gdb_breakpoint_at): Make static.
1592 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
1593
a4165e94
PA
15942014-04-23 Pedro Alves <palves@redhat.com>
1595
1596 * i386-low.c: Don't include break-common.h here.
1597 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1598 prototype to take target_hw_bp_type as argument instead of a Z
1599 packet char.
1600 * i386-low.h: Include break-common.h here.
1601 (Z_packet_to_hw_type): Declare.
1602 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1603 prototypes.
1604 * linux-x86-low.c (x86_insert_point): Convert the packet number to
1605 a target_hw_bp_type before calling i386_low_insert_watchpoint.
1606 (x86_remove_point): Convert the packet number to a
1607 target_hw_bp_type before calling i386_low_remove_watchpoint.
1608 * win32-i386-low.c (i386_insert_point): Convert the packet number
1609 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
1610 (i386_remove_point): Convert the packet number to a
1611 target_hw_bp_type before calling i386_low_remove_watchpoint.
1612
b8acf843
PA
16132014-04-23 Pedro Alves <palves@redhat.com>
1614
1615 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
1616
d708bcd1
PA
16172014-04-10 Pedro Alves <palves@redhat.com>
1618
1619 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
1620 Check if the condition or command is NULL before checking if the
1621 breakpoint is known. On success, return true.
1622 * mem-break.h (add_breakpoint_condition): Document return.
1623 (add_breakpoint_commands): Add describing comment.
1624 * server.c (skip_to_semicolon): New function.
1625 (process_point_options): Use it.
1626
2eec7d5b
PA
16272014-04-09 Pedro Alves <palves@redhat.com>
1628
1629 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
1630 to lwpid_of.
1631
fa96cb38
PA
16322014-02-27 Pedro Alves <palves@redhat.com>
1633
1634 PR 12702
1635 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
1636 macros.
1637 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
1638 output.
1639 (last_thread_of_process_p): Take a PID argument instead of a
1640 thread pointer.
1641 (linux_wait_for_lwp): Delete.
1642 (num_lwps, check_zombie_leaders, not_stopped_callback): New
1643 functions.
1644 (linux_low_filter_event): New function, party factored out from
1645 linux_wait_for_event.
1646 (linux_wait_for_event): Rename to ...
1647 (linux_wait_for_event_filtered): ... this. Add new filter ptid
1648 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
1649 sigsuspend. Check for zombie leaders.
1650 (linux_wait_for_event): Reimplement as wrapper around
1651 linux_wait_for_event_filtered.
1652 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
1653 a normal or signal exit is seen, it's the whole process exiting.
1654 (wait_for_sigstop): No longer a for_each_inferior callback.
1655 Rewrite on top of linux_wait_for_event_filtered.
1656 (stop_all_lwps): Call wait_for_sigstop directly.
1657 * server.c (resume, handle_target_event): Handle
1658 TARGET_WAITKIND_NO_RESUMED.
1659
d763de10
JB
16602014-02-26 Joel Brobecker <brobecker@adacore.com>
1661
1662 * win32-low.c (psapi_get_dll_name,
1663 * win32_CreateToolhelp32Snapshot): Delete.
1664 (win32_CreateToolhelp32Snapshot, win32_Module32First)
1665 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
1666 Delete.
1667 (handle_load_dll): Add function description.
1668 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
1669
850a0f76
JB
16702014-02-26 Joel Brobecker <brobecker@adacore.com>
1671
1672 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
1673 Add comment.
1674 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
1675 base address when calling win32_add_one_solib.
1676 (handle_load_dll): Delete local variable load_addr.
1677 Remove 0x1000 offset applied to DLL base address when calling
1678 win32_add_one_solib.
1679 (handle_unload_dll): Add comment.
1680
f25b3fc3
JB
16812014-02-26 Joel Brobecker <brobecker@adacore.com>
1682
1683 * win32-low.c (win32_add_all_dlls): Renames
1684 win32_ensure_ntdll_loaded. Rewrite function documentation.
1685 Adjust implementation to always load all DLLs.
1686 Add 0x1000 offset to DLL base address when calling
1687 win32_add_one_solib.
1688 (child_initialization_done): New static global.
1689 (do_initial_child_stuff): Set child_initialization_done to
1690 zero during child initialization, and 1 after. Replace call
1691 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
1692 Add comment.
1693 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
1694 (handle_unload_dll): Add function documentation.
1695 (get_child_debug_event): Ignore load and unload DLL events
1696 during child initialization.
1697
d86d4aaf
DE
16982014-02-20 Doug Evans <dje@google.com>
1699
3bc32da3 1700 Remove global all_lwps.
d86d4aaf
DE
1701 * inferiors.h (ptid_of): Move here from linux-low.h.
1702 (pid_of, lwpid_of): Ditto.
1703 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
1704 parameter is a struct thread_info * now.
1705 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
1706 directly. Pass &all_threads to find_inferior instead of &all_lwps.
1707 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
1708 directly.
1709 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
1710 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
1711 * linux-arm-low.c (update_registers_callback): Update, "entry"
1712 parameter is a struct thread_info * now.
1713 Fetch lwpid from current_inferior directly.
1714 (arm_insert_point): Pass &all_threads to find_inferior instead of
1715 &all_lwps.
1716 (arm_remove_point): Ditto.
1717 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
1718 (arm_prepare_to_resume): Fetch pid from thread.
1719 (arm_read_description): Fetch lwpid from current_inferior directly.
1720 * linux-low.c (all_lwps): Delete.
1721 (delete_lwp): Delete call to remove_inferior.
1722 (handle_extended_wait): Fetch lwpid from thread.
1723 (add_lwp): Don't set lwp->entry.id. Remove call to
1724 add_inferior_to_list.
1725 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
1726 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
1727 (kill_one_lwp_callback): Ditto.
1728 (linux_kill): Don't dereference NULL pointer.
1729 Fetch ptid,lwpid from thread.
1730 (get_detach_signal): Fetch ptid from thread.
1731 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
1732 Simplify call to regcache_invalidate_thread.
1733 (delete_lwp_callback): Update, "entry" parameter is a
1734 struct thread_info * now. Fetch pid from thread.
1735 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
1736 (status_pending_p_callback): Update, "entry" parameter is a
1737 struct thread_info * now. Fetch ptid from thread.
1738 (find_lwp_pid): Update, "entry" parameter is a
1739 struct thread_info * now.
1740 (linux_wait_for_lwp): Fetch pid from thread.
1741 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
1742 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
1743 (enqueue_one_deferred_signal): Fetch lwpid from thread.
1744 (dequeue_one_deferred_signal): Ditto.
1745 (cancel_breakpoint): Fetch ptid from current_inferior.
1746 (linux_wait_for_event): Pass &all_threads to find_inferior,
1747 not &all_lwps. Fetch ptid, lwpid from thread.
1748 (count_events_callback): Update, "entry" parameter is a
1749 struct thread_info * now.
1750 (select_singlestep_lwp_callback): Ditto.
1751 (select_event_lwp_callback): Ditto.
1752 (cancel_breakpoints_callback): Ditto.
1753 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
1754 not &all_lwps.
1755 (select_event_lwp): Ditto. Fetch ptid from event_thread.
1756 (unsuspend_one_lwp): Update, "entry" parameter is a
1757 struct thread_info * now.
1758 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
1759 not &all_lwps.
1760 (linux_stabilize_threads): Ditto. And for for_each_inferior.
1761 Fetch lwpid from thread, not lwp.
1762 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
1763 Pass &all_threads to find_inferior, not &all_lwps.
1764 (send_sigstop): Fetch lwpid from thread, not lwp.
1765 (send_sigstop_callback): Update, "entry" parameter is a
1766 struct thread_info * now.
1767 (suspend_and_send_sigstop_callback): Ditto.
1768 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
1769 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
1770 struct thread_info * now.
1771 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
1772 from thread, lwp.
1773 (lwp_running): Update, "entry" parameter is a
1774 struct thread_info * now.
1775 (stop_all_lwps): Fetch ptid from thread.
1776 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
1777 (linux_resume_one_lwp): Fetch lwpid from thread.
1778 (linux_set_resume_request): Update, "entry" parameter is a
1779 struct thread_info * now. Fetch pid, lwpid from thread.
1780 (resume_status_pending_p): Update, "entry" parameter is a
1781 struct thread_info * now.
1782 (need_step_over_p): Ditto. Fetch lwpid from thread.
1783 (start_step_over): Fetch lwpid from thread.
1784 (linux_resume_one_thread): Update, "entry" parameter is a
1785 struct thread_info * now. Fetch lwpid from thread.
1786 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
1787 (proceed_one_lwp): Update, "entry" parameter is a
1788 struct thread_info * now. Fetch lwpid from thread.
1789 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
1790 struct thread_info * now.
1791 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
1792 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
1793 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
1794 directly.
1795 (regsets_store_inferior_registers): Ditto.
1796 (fetch_register, store_register): Ditto.
1797 (linux_read_memory, linux_write_memory): Ditto.
1798 (linux_request_interrupt): Ditto.
1799 (linux_read_auxv): Ditto.
1800 (linux_xfer_siginfo): Ditto.
1801 (linux_qxfer_spu): Ditto.
1802 (linux_qxfer_libraries_svr4): Ditto.
1803 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
1804 moved to inferiors.h.
1805 (get_lwp): Delete.
1806 (get_thread_lwp): Update.
1807 (struct lwp_info): Delete member "entry". Simplify comment for
1808 member "thread".
1809 (all_lwps): Delete.
1810 * linux-mips-low.c (mips_read_description): Fetch lwpid from
1811 current_inferior directly.
1812 (update_watch_registers_callback): Update, "entry" parameter is a
1813 struct thread_info * now. Fetch pid from thread.
1814 (mips_linux_prepare_to_resume): Fetch ptid from thread.
1815 (mips_insert_point): Fetch lwpid from current_inferior.
1816 Pass &all_threads to find_inferior, not &all_lwps.
1817 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
1818 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
1819 directly.
1820 (mips_stopped_data_address): Ditto.
1821 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
1822 directly.
1823 * linux-tile-low.c (tile_arch_setup): Ditto.
1824 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
1825 (update_debug_registers_callback): Update, "entry" parameter is a
1826 struct thread_info * now. Fetch pid from thread.
1827 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
1828 Pass &all_threads to find_inferior, not &all_lwps.
1829 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
1830 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
1831 Pass &all_threads to find_inferior, not &all_lwps.
1832 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
1833 (i386_dr_low_get_status): Ditto.
1834 (x86_linux_prepare_to_resume): Fetch ptid from thread.
1835 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
1836 (x86_linux_read_description): Ditto.
1837 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
1838
3b8361aa
DE
18392014-02-20 Doug Evans <dje@google.com>
1840
1841 * inferiors.c (get_first_inferior): Fix buglet.
1842
f7667f0d
DE
18432014-02-19 Doug Evans <dje@google.com>
1844
1845 * gdbthread.h (add_thread): Change result type to struct thread_info *.
1846 * inferiors.c (add_thread): Change result type to struct thread_info *.
1847 All callers updated.
1848 (add_lwp): Call add_thread here instead of in callers.
1849 All callers updated.
1850 * linux-low.h (get_lwp_thread): Rewrite.
1851 (struct lwp_info): New member "thread".
1852
b3312d80
DE
18532014-02-19 Doug Evans <dje@google.com>
1854
1855 * linux-low.c (add_lwp): Change result to struct lwp_info *.
1856 All callers updated.
1857
ecc6f45c
DE
18582014-02-19 Doug Evans <dje@google.com>
1859
1860 * inferiors.c (add_thread): Fix whitespace.
1861
649ebbca
DE
18622014-02-19 Doug Evans <dje@google.com>
1863
1864 * dll.c (clear_dlls): Replace accessing list implemention details
1865 with API function.
1866 * gdbthread.h (get_first_thread): Declare.
1867 * inferiors.c (for_each_inferior_with_data): New function.
1868 (get_first_thread): New function.
1869 (find_thread_ptid): Simplify.
1870 (get_first_inferior): New function.
1871 (clear_list): Delete.
1872 (one_inferior_p): New function.
1873 (clear_inferior_list): New function.
1874 (clear_inferiors): Update.
1875 * inferiors.h (for_each_inferior_with_data): Declare.
1876 (clear_inferior_list): Declare.
1877 (one_inferior_p): Declare.
1878 (get_first_inferior): Declare.
1879 * linux-low.c (linux_wait_for_event): Replace accessing list
1880 implemention details with API function.
1881 * server.c (target_running): Ditto.
1882 (accumulate_file_name_length): New function.
1883 (emit_dll_description): New function.
1884 (handle_qxfer_libraries): Replace accessing list implemention
1885 details with API function.
1886 (handle_qxfer_threads_worker): New function.
1887 (handle_qxfer_threads_proper): Replace accessing list implemention
1888 details with API function.
1889 (handle_query): Ditto.
1890 (visit_actioned_threads_callback_ftype): New typedef.
1891 (visit_actioned_threads_data): New struct.
1892 (visit_actioned_threads): Rewrite to be find_inferior callback.
1893 (resume): Call find_inferior.
1894 (handle_status): Replace accessing list implemention
1895 details with API function.
1896 (process_serial_event): Replace accessing list implemention details
1897 with API function.
1898 * target.c (set_desired_inferior): Replace accessing list implemention
1899 details with API function.
1900 * tracepoint.c (same_process_p): New function.
1901 (gdb_agent_about_to_close): Replace accessing list implemention
1902 details with API function.
1903 * win32-low.c (child_delete_thread): Replace accessing list
1904 implemention details with API function.
1905 (match_dll_by_basename): New function.
1906 (dll_is_loaded_by_basename): New function.
1907 (win32_ensure_ntdll_loaded): Replace accessing list implemention
1908 details call to dll_is_loaded_by_basename.
1909
80894984
DE
19102014-02-19 Doug Evans <dje@google.com>
1911
1912 * dll.h (struct dll_info): Add comment.
1913 * gdbthread.h (struct thread_info): Add comment.
1914 (current_ptid): Simplify.
1915 * inferiors.c (add_process): Update.
1916 (remove_process): Update.
1917 * inferiors.h (struct process_info): Rename member "head" to "entry".
1918 * linux-low.c (delete_lwp): Update.
1919 (add_lwp): Update.
1920 (last_thread_of_process_p): Update.
1921 (kill_one_lwp_callback, linux_kill): Update.
1922 (status_pending_p_callback): Update.
1923 (wait_for_sigstop): Update. Simplify read of ptid.
1924 (start_step_over): Update.
1925 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
1926 (get_lwp_thread): Update.
1927 (struct lwp_info): Rename member "head" to "entry".
1928 * regcache.h (inferior_list_entry): Delete.
1929 * server.c (kill_inferior_callback): Update.
1930 (detach_or_kill_inferior_callback): Update.
1931 (print_started_pid): Update.
1932 (print_attached_pid): Update.
1933 (process_serial_event): Simplify read of ptid.
1934 * thread-db.c (thread_db_create_event): Update.
1935 (thread_db_get_tls_address): Update.
1936 * win32-low.c (current_inferior_ptid): Simplify.
1937
46917d26
TT
19382014-02-19 Tom Tromey <tromey@redhat.com>
1939
1940 * target.h (struct target_ops) <supports_btrace>: Add target_ops
1941 argument.
1942 (target_supports_btrace): Update.
1943
0759a81e
YQ
19442014-02-14 Yao Qi <yao@codesourcery.com>
1945
1946 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
1947 (rsp-low-ipa.o): New target.
1948
a7191e8b
TT
19492014-02-12 Tom Tromey <tromey@redhat.com>
1950
1951 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
1952 convert_ascii_to_int.
1953 * regcache.c (registers_to_string): Likewise.
1954 * remote-utils.c (decode_M_packet): Likewise.
1955 * server.c (process_serial_event): Likewise.
1956
ff0e980e
TT
19572014-02-12 Tom Tromey <tromey@redhat.com>
1958
1959 * server.c (handle_query, handle_v_run): Use hex2bin, not
1960 unhexify.
1961 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
1962
e9371aff
TT
19632014-02-12 Tom Tromey <tromey@redhat.com>
1964
1965 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
1966 convert_int_to_ascii.
1967 * regcache.c (registers_to_string, collect_register_as_string):
1968 Likewise.
1969 * remote-utils.c (look_up_one_symbol, relocate_instruction):
1970 Likewise.
1971 * server.c (process_serial_event): Likewise.
1972 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
1973 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
1974
971dc0b8
TT
19752014-02-12 Tom Tromey <tromey@redhat.com>
1976
1977 * remote-utils.c (look_up_one_symbol, monitor_output): Use
1978 bin2hex, not hexify.
1979 * tracepoint.c (cmd_qtstatus): Likewise.
1980
0a822afb
TT
19812014-02-12 Tom Tromey <tromey@redhat.com>
1982
1983 * remote-utils.c (monitor_output): Pass explicit length to
1984 hexify.
1985
9c3d6531
TT
19862014-02-12 Tom Tromey <tromey@redhat.com>
1987
1988 * tracepoint.c: Include rsp-low.h.
1989 * server.c: Include rsp-low.h.
1990 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
1991 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
1992 declare.
1993 * remote-utils.c: Include rsp-low.h.
1994 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
1995 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
1996 (convert_int_to_ascii, convert_ascii_to_int): Move to
1997 common/rsp-low.c.
1998 * regcache.c: Include rsp-low.h.
1999 * ax.c: Include rsp-low.h.
2000 * Makefile.in (SFILES): Add common/rsp-low.c.
2001 (OBS): Add rsp-low.o.
2002 (rsp-low.o): New target.
2003
01fd3ea5
TT
20042014-02-12 Tom Tromey <tromey@redhat.com>
2005
2006 * utils.h (pulongest, plongest, phex_nz): Don't declare.
2007 Include print-utils.h.
2008 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
2009 (plongest, thirty_two, phex_nz): Remove.
2010 * Makefile.in (SFILES): Add common/print-utils.c.
2011 (OBS): Add print-utils.o.
2012 (print-utils-ipa.o): New target.
2013 (print-utils.o): New target.
2014 (IPA_OBJS): Add print-utils-ipa.o.
2015
e99dc820
TT
20162014-02-06 Tom Tromey <tromey@redhat.com>
2017
2018 * Makefile.in (SFILES): Fix indentation.
2019
ee1e2d4f
DE
20202014-02-05 Doug Evans <dje@google.com>
2021
2022 * linux-low.c (linux_wait_for_event): Improve comment.
2023 (linux_wait_1): Keep current_inferior in sync with event_child.
2024
f5a02773
DE
20252014-01-22 Doug Evans <dje@google.com>
2026
2027 * gdbthread.h (gdb_id_to_thread): Delete, unused.
2028
87ce2a04
DE
20292014-01-22 Doug Evans <dje@google.com>
2030
2031 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
2032 * configure: Regenerate.
2033 * config.in: Regenerate.
2034 * Makefile.in (SFILES): Add debug.c.
2035 (OBS): Add debug.o.
2036 * debug.c: New file.
2037 * debug.h: New file.
2038 * linux-aarch64-low.c (*): Update all debugging printfs to use
2039 debug_printf instead of fprintf.
2040 * linux-arm-low.c (*): Ditto.
2041 * linux-cris-low.c (*): Ditto.
2042 * linux-crisv32-low.c (*): Ditto.
2043 * linux-m32r-low.c (*): Ditto.
2044 * linux-sparc-low.c (*): Ditto.
2045 * linux-x86.c (*): Ditto.
2046 * linux-low.c (*): Ditto.
2047 (linux_wait_1): Add calls to debug_enter, debug_exit.
2048 (linux_wait): Remove redundant debugging printf.
2049 (stop_all_lwps): Add calls to debug_enter, debug_exit.
2050 (linux_resume, unstop_all_lwps): Ditto.
2051 * mem-break.c (*): Update all debugging printfs to use
2052 debug_printf instead of fprintf.
2053 * remote-utils.c (*): Ditto.
2054 * thread-db.c (*): Ditto.
2055 * server.c #include <ctype.h>, "gdb_vecs.h".
2056 (debug_threads): Moved to debug.c.
2057 (*): Update all debugging printfs to use debug_printf instead of
2058 fprintf.
2059 (start_inferior): Replace call to fflush with call to debug_flush.
2060 (monitor_show_help): Mention set debug-format.
2061 (parse_debug_format_options): New function.
2062 (handle_monitor_command): Handle "monitor set debug-format".
2063 (gdbserver_usage): Mention --debug-format.
2064 (main): Parse --debug-format.
2065 * server.h (debug_threads): Declaration moved to debug.h.
2066 #include "debug.h".
2067 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
2068 trace_debug_1 that uses debug_printf.
2069 (tracepoint_look_up_symbols): Update all debugging printfs to use
2070 debug_printf instead of fprintf.
2071
e671835b
BS
20722014-01-20 Baruch Siach <baruch@tkos.co.il>
2073
2074 * linux-xtensa-low.c: Include asm/ptrace.h instead of
2075 sys/ptrace.h.
2076
b5737fa9
PA
20772014-01-17 Pedro Alves <palves@redhat.com>
2078
ea38d2a9 2079 PR build/16445
c7faa97a
PA
2080 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
2081 defined after including gdb_proc_service.h.
b5737fa9 2082
40ed484e
DE
20832014-01-16 Doug Evans <dje@google.com>
2084
2085 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
2086 (match_dll): Use it.
2087
969c39fb
MM
20882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2089
2090 * target.h (target_ops) <read_btrace>: Change parameters and
2091 return type to allow error reporting.
2092 * server.c (handle_qxfer_btrace): Support delta reads. Pass
2093 trace reading errors on.
2094 * linux-low.c (linux_low_read_btrace): Pass trace reading
2095 errors on.
2096 (linux_low_disable_btrace): New.
2097
ab7f45ba
DE
20982014-01-15 Doug Evans <dje@google.com>
2099
2100 * inferiors.c (thread_id_to_gdb_id): Delete.
2101 * inferiors.h (thread_id_to_gdb_id): Delete.
2102
66af0f44
EZ
21032014-01-13 Eli Zaretskii <eliz@gnu.org>
2104
2105 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
2106 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
2107 versions.
2108
9939e131
PA
21092014-01-08 Pedro Alves <palves@redhat.com>
2110
2111 * server.c (handle_status): Don't discard previous queued stop
2112 replies or thread's pending status here.
2113 (main) <disconnection>: Do it here instead.
2114
b7ea362b
PA
21152014-01-08 Pedro Alves <palves@redhat.com>
2116
2117 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
2118 * server.c (visit_actioned_threads, handle_pending_status): New
2119 function.
2120 (handle_v_cont): Factor out parts to ...
2121 (resume): ... this new function. If in all-stop, and a thread
2122 being resumed has a pending status, report it without actually
2123 resuming.
2124 (myresume): Adjust to use the new 'resume' function.
2125 (clear_pending_status_callback, set_pending_status_callback)
2126 (find_status_pending_thread_callback): New functions.
2127 (handle_status): Handle the case of multiple threads having
2128 interesting statuses to report. Report threads' real last signal
2129 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
2130 with an interesting thread to report the status for, instead of
2131 always reporting the status of the first thread.
2132
28498c42
JB
21332014-01-01 Joel Brobecker <brobecker@adacore.com>
2134
2135 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
2136 * gdbreplay.c (gdbreplay_version): Likewise.
2137
f45c82da
YZ
21382013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
2139
2140 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
2141 iov.iov_len with the real length in use.
2142
379a5e2d
JB
21432013-12-13 Joel Brobecker <brobecker@adacore.com>
2144
2145 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
2146 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
2147 for all targets that use win32-low.c.
2148 * win32-low.c (win32_ensure_ntdll_loaded): New function.
2149 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
2150
4210d83e
PA
21512013-12-13 Pedro Alves <palves@redhat.com>
2152
2153 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
2154 if equal to TARGET_WAITKIND_LOADED.
2155 * win32-low.c (cached_status): New static global.
2156 (win32_wait): Add declaration.
2157 (do_initial_child_stuff): Flush all initial pending debug events
2158 up to the initial breakpoint.
2159 (win32_wait): If CACHED_STATUS was set, return that instead
2160 of doing a real wait. Remove the code resuming the execution
2161 of the inferior after receiving a TARGET_WAITKIND_LOADED event
2162 during the initial phase. Also remove the code changing
2163 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
2164 TARGET_WAITKIND_STOPPED.
2165
e7f0d979
YQ
21662013-12-11 Yao Qi <yao@codesourcery.com>
2167
2168 * notif.c (handle_notif_ack): Return 0 if no notification
2169 matches.
2170
ebcf782c
DE
21712013-11-20 Doug Evans <dje@google.com>
2172
2173 * linux-low.c (linux_set_resume_request): Fix comment.
2174
20ad9378
DE
21752013-11-20 Doug Evans <dje@google.com>
2176
2177 * linux-low.c (resume_status_pending_p): Tweak comment.
2178
a196ebeb
WT
21792013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2180
2181 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
2182 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
2183 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
2184 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
2185 (srv_amd64_regobj): Add amd64-mpx.o.
2186 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
2187 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
2188 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
2189 * i387-fp.c (num_pl_bnd_register) Added constant.
2190 (num_pl_bnd_cfg_registers) Added constant.
2191 (struct i387_xsave) Added reserved area and MPX fields.
2192 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
2193 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
2194 function.
2195 (tdesc_i386_mpx_linux): Add MPX amd64 target.
2196 (init_registers_amd64_mpx_linux): Declare new function.
2197 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
2198 (x86_64_regmap): Add MPX registers.
2199 (x86_linux_read_description): Add MPX case.
2200 (initialize_low_arch): Initialize MPX targets.
2201
0080a2f6
TT
22022013-11-18 Tom Tromey <tromey@redhat.com>
2203
2204 * configure: Rebuild.
2205 * configure.ac: Don't check for stdlib.h.
2206 * gdbreplay.c: Unconditionally include stdlib.h.
2207
2978b111
TT
22082013-11-18 Tom Tromey <tromey@redhat.com>
2209
2210 * config.in: Rebuild.
2211 * configure: Rebuild.
2212 * configure.ac: Don't use AC_HEADER_DIRENT.
2213
a3d08894
TT
22142013-11-18 Tom Tromey <tromey@redhat.com>
2215
2216 * server.h: Don't check HAVE_STRING_H.
2217 * gdbreplay.c: Don't check HAVE_STRING_H.
2218 * configure: Rebuild.
2219
0a5dd17d
TT
22202013-11-18 Tom Tromey <tromey@redhat.com>
2221
2222 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
2223 LIBGNU.
2224
1bd2f0ba
TT
22252013-11-08 Tom Tromey <tromey@redhat.com>
2226
2227 * configure, config.in: Rebuild.
2228 * configure.ac: Remove unused configury.
2229
3266f10b
TT
22302013-11-08 Tom Tromey <tromey@redhat.com>
2231
2232 * acinclude.m4: Include common.m4, codeset.m4.
2233 * configure, config.in: Rebuild.
2234 * configure.ac: Use GDB_AC_COMMON.
2235
6682d959
AA
22362013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
2237
2238 * linux-s390-low.c (HWCAP_S390_TE): New define.
2239 (s390_arch_setup): Consider the TE field in the HWCAP for
2240 determining 'have_regset_tdb'.
2241
fd0a4d76
SDJ
22422013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2243
2244 PR gdb/16014
2245 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
2246 call to sizeof.
2247
1a3d890b
PA
22482013-10-02 Pedro Alves <palves@redhat.com>
2249
2250 * server.c (process_serial_event): Don't output "GDBserver
2251 exiting" if GDB is connected through stdio.
2252 * target.c (mywait): Likewise, be silent if GDB is connected
2253 through stdio.
2254
97ad4581
JB
22552013-10-01 Joel Brobecker <brobecker@adacore.com>
2256
2257 * lynx-low.c (lynx_add_threads_after_attach): New function.
2258 (lynx_attach): Remove call to add_thread. Add call to
2259 lynx_add_threads_after_attach instead.
2260
5b4e221c
MF
22612013-09-28 Mike Frysinger <vapier@gentoo.org>
2262
2263 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
2264 * config.in, configure: Regenerated.
2265
ee47b2f8
YQ
22662013-09-18 Yao Qi <yao@codesourcery.com>
2267
2268 PR server/15959
2269 * server.c (start_inferior): Clear 'resume_info'.
2270
d6707650 22712013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 2272
d6707650
JW
2273 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
2274 for each register.
2275
9243dd0e 22762013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 2277
9243dd0e
JW
2278 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
2279 linux-tile-low.o to srv_tgtobj.
2280
c623a6ef
WN
22812013-09-16 Will Newton <will.newton@linaro.org>
2282
2283 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
2284 out regs.
2285
fb71d39e
PA
22862013-09-06 Pedro Alves <palves@redhat.com>
2287
2288 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
2289 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
2290 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
2291 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
2292 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
2293 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
2294
8e7e9910
PA
22952013-09-06 Pedro Alves <palves@redhat.com>
2296
2297 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
2298 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
2299
7c3a12ca
PA
23002013-09-06 Pedro Alves <palves@redhat.com>
2301
2302 * linux-amd64-ipa.c: Include tracepoint.h.
2303 * linux-i386-ipa.c: Include tracepoint.h.
2304
8eb3d7b6
RW
23052013-09-06 Ricard Wanderlof <ricardw@axis.com>
2306
2307 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
2308 (ps_get_thread_area): New function.
2309
eddddb9d
RW
23102013-09-06 Ricard Wanderlof <ricardw@axis.com>
2311
2312 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
2313 (initialize_low_arch): Call init_registers_crisv32 rather than
2314 init_register_crisv32.
2315
533b0600
PA
23162013-09-05 Pedro Alves <palves@redhat.com>
2317
2318 * server.h (handle_vFile, hostio_last_error_from_errno): Move
2319 to ...
2320 * hostio.h: ... this new file.
2321 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
2322 win32-low.c: Include hostio.h.
2323
0ce3d3b5
PA
23242013-09-05 Pedro Alves <palves@redhat.com>
2325
2326 * server.h (gdb_client_data, handler_func, callback_handler_func)
2327 (delete_file_handler, add_file_handler, append_callback_event)
2328 (delete_callback_event, start_event_loop, initialize_event_loop):
2329 Move to event-loop.h and include it.
2330 * event-loop.h: New file.
2331
799cdc37
PA
23322013-09-05 Pedro Alves <palves@redhat.com>
2333
2334 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
2335 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
2336 (loaded_dll, unloaded_dll): Move to ...
2337 * dll.h: ... this new file.
2338 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
2339
6a6bbd9d
PA
23402013-09-05 Pedro Alves <palves@redhat.com>
2341
2342 * server.h (current_process, get_thread_process, all_processes)
2343 (add_inferior_to_list, for_each_inferior, current_inferior)
2344 (remove_inferior, add_process, remove_process, find_process_pid)
2345 (have_started_inferiors_p, have_attached_inferiors_p)
2346 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
2347 (clear_inferiors, find_inferior, find_inferior_id)
2348 (inferior_target_data, set_inferior_target_data)
2349 (inferior_regcache_data, set_inferior_regcache_data): Move to
2350 inferiors.h, and include it.
2351 * inferiors.h: New file.
2352
f699aaba
PA
23532013-09-05 Pedro Alves <palves@redhat.com>
2354
2355 * server.h (struct emit_ops, current_insn_ptr, emit_error):
2356 Move ...
2357 * ax.h: ... here.
2358
c144c7a0
PA
23592013-09-05 Pedro Alves <palves@redhat.com>
2360
2361 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
2362 tracepoint.h.
2363 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
2364 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
2365 (handle_tracepoint_general_set, handle_tracepoint_query)
2366 (tracepoint_finished_step, tracepoint_was_hit)
2367 (release_while_stepping_state_list, current_traceframe)
2368 (in_readonly_region, traceframe_read_mem)
2369 (fetch_traceframe_registers, traceframe_read_sdata)
2370 (traceframe_read_info, struct fast_tpoint_collect_status)
2371 (fast_tracepoint_collecting, force_unlock_trace_buffer)
2372 (handle_tracepoit_bkpts, initialize_low_tracepoint)
2373 (supply_fast_tracepoint_registers)
2374 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
2375 (ipa_tdesc, claim_trampoline_space)
2376 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
2377 (agent_mem_read, agent_get_trace_state_variable_value)
2378 (agent_set_trace_state_variable_value, agent_tsv_read)
2379 (agent_mem_read_string, get_raw_reg_func_addr)
2380 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
2381 * tracepoint.h: ... this new file.
2382
ff42e6ab
PA
23832013-09-05 Pedro Alves <palves@redhat.com>
2384
2385 * server.h (perror_with_name, error, fatal, warning, paddress)
2386 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
2387 include it.
2388 * utils.h: New file.
2389
541af0f4
PA
23902013-09-05 Pedro Alves <palves@redhat.com>
2391
2392 * server.h (remote_debug, noack_mode, transport_is_reliable)
2393 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
2394 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
2395 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
2396 (write_enn, initialize_async_io, enable_async_io)
2397 (disable_async_io, check_remote_input_interrupt_request)
2398 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
2399 (dead_thread_notify, prepare_resume_reply)
2400 (decode_address_to_semicolon, decode_address, decode_m_packet)
2401 (decode_M_packet, decode_X_packet, decode_xfer_write)
2402 (decode_search_memory_packet, unhexify, hexify)
2403 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
2404 (look_up_one_symbol, relocate_instruction)
2405 (monitor_output): Move to remote-utils.h, and include it.
2406 * remote-utils.h: New file.
2407
eebdf26b
PA
24082013-09-05 Pedro Alves <palves@redhat.com>
2409
2410 * server.h (_): Delete.
2411
3aafd2ff
PA
24122013-09-02 Pedro Alves <palves@redhat.com>
2413
2414 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
2415 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
2416 allocated.
2417 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
2418
cee83bcb
PM
24192013-09-02 Pierre Muller <muller@sourceware.org>
2420
2421 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
2422 or WriteProcessMemory complete successfully and handle
2423 ERROR_PARTIAL_COPY error.
2424
9a13b2fa
PA
24252013-09-02 Pedro Alves <palves@redhat.com>
2426
2427 * server.c (gdb_read_memory): Return -1 on traceframe memory read
2428 error instead of EIO.
2429
602e3198
JK
24302013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 PR server/15604
2433 * linux-low.c: Include filestuff.h.
2434 (linux_create_inferior) <pid == 0>: Call close_most_fds.
2435 * lynx-low.c: Include filestuff.h.
2436 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
2437 * server.c: Include filestuff.h.
2438 (main): Call notice_open_fds.
2439 * spu-low.c: Include filestuff.h.
2440 (spu_create_inferior) <pid == 0>: Call close_most_fds.
2441
96d7229d
LM
24422013-08-22 Luis Machado <lgustavo@codesourcery.com>
2443
2444 * Makefile.in: Explain why ../target and ../nat are not
2445 listed as include file search paths.
2446 (linux-waitpid.o): New object file rule.
2447 * configure.srv (srv_native_linux_obj): New variable.
2448 Replace all occurrences of linux native object files with
2449 $srv_native_linux_obj.
2450 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2451 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
2452 (linux_enable_event_reporting): Remove declaration.
2453 (my_waitpid): Moved to common/linux-waitpid.c.
2454 (linux_wait_for_event): Pass ptid when calling
2455 linux_enable_event_reporting.
2456 (linux_supports_tracefork_flag): Remove.
2457 (linux_enable_event_reporting): Likewise.
2458 (linux_tracefork_grandchild): Remove.
2459 (STACK_SIZE): Moved to common/linux-ptrace.c.
2460 (linux_tracefork_child): Remove.
2461 (linux_test_for_tracefork): Remove.
2462 (linux_look_up_symbols): Call linux_supports_traceclone.
2463 (initialize_low): Remove call to linux_test_for_tracefork.
2464 * linux-low.h (PTRACE_TYPE_ARG3): Move to
2465 common/linux-ptrace.h.
2466 (PTRACE_TYPE_ARG4): Likewise.
2467 Include linux-ptrace.h.
2468
32940073
PA
24692013-08-21 Pedro Alves <palves@redhat.com>
2470
2471 * config.in: Renegerate.
2472
33b60d58 24732013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 2474
33b60d58
LM
2475 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
2476 (SFILES): Remove $(srcdir)/common/target-common.c and
2477 add $(srcdir)/target/waitstatus.c.
2478 (OBS): Remove target-common.o and add waitstatus.o.
2479 (server_h): Remove $(srcdir)/../common/target-common.h and
2480 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
2481 and $(srcdir)/../target/waitstatus.h.
2482 (target-common.o): Remove.
2483 (waitstatus.o): New target object file.
2484 * target.h: Do not include target-common.h and
2485 include target/resume.h, target/wait.h and
2486 target/waitstatus.h.
2487
b8e1b30e
LM
24882013-08-13 Luis Machado <lgustavo@codesourcery.com>
2489
2490 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2491 to PTRACE_TYPE_ARG3.
2492 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2493 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
2494 PTRACE_TYPE_ARG4.
2495 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
2496 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
2497
7a60ad40
YQ
24982013-07-27 Jie Zhang <jie@codesourcery.com>
2499 Daniel Jacobowitz <dan@codesourcery.com>
2500 Yao Qi <yao@codesourcery.com>
2501
2502 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
2503 (mips-linux-watch.o): New rule.
2504 (mips_linux_watch_h): New variable.
2505 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
2506 srv_tgtobj.
2507 * linux-mips-low.c: Include mips-linux-watch.h.
2508 (struct arch_process_info, struct arch_lwp_info): New.
2509 (update_watch_registers_callback): New function.
2510 (mips_linux_new_process, mips_linux_new_thread) New functions.
2511 (mips_linux_prepare_to_resume, mips_insert_point): New
2512 functions.
2513 (mips_remove_point, mips_stopped_by_watchpoint): New
2514 functions.
2515 (rsp_bp_type_to_target_hw_bp_type): New function.
2516 (mips_stopped_data_address): New function.
2517 (the_low_target): Add watchpoint support functions.
2518
de6f69ad
YQ
25192013-07-27 Yao Qi <yao@codesourcery.com>
2520
2521 * i386-low.c: Include break-common.h.
2522 (enum target_hw_bp_type): Remove.
2523
3360c0bf
LM
25242013-07-24 Luis Machado <lgustavo@codesourcery.com>
2525
2526 * Makefile.in (SFILES): /common/target-common.c.
2527 (OBS): Add target-common.o.
2528 (server_h): Add $(srcdir)/../common/target-common.h.
2529 (target-common.o): New target.
2530 * server.c (queue_stop_reply_callback): Free
2531 status string after use.
2532 * target.c (target_waitstatus_to_string): Remove.
2533 * target.h: Include target-common.h.
2534 (resume_kind): Likewise.
2535 (target_waitkind): Likewise.
2536 (target_waitstatus): Likewise.
2537 (TARGET_WNOHANG): Likewise.
2538
bd885420
YQ
25392013-07-04 Yao Qi <yao@codesourcery.com>
2540
2541 * Makefile.in (host_alias): Use @host_noncanonical@.
2542 (target_alias): Use @target_noncanonical@.
2543 * configure.ac: Use ACX_NONCANONICAL_TARGET and
2544 ACX_NONCANONICAL_HOST.
2545 * configure: Regenerated.
2546
2547 Revert:
2548 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2549
2550 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2551 * configure: Rebuild.
2552 * Makefile.in (version_host, version_target): Get from configure.
2553 (version.c): Use $(version_host) and $(version_target).
2554
17ef446e
PA
25552013-07-03 Pedro Alves <palves@redhat.com>
2556
2557 * Makefile.in (config.status): Depend on development.sh.
2558 * acinclude.m4: Include libmcheck.m4.
2559 * configure: Regenerate.
2560
7a9a7487
MG
25612013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2562
2563 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
2564 attribute inside the parentheses.
2565 (winapi_DebugSetProcessKillOnExit): Ditto.
2566 (winapi_DebugBreakProcess): Ditto.
2567 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 2568
49b64de6
MG
25692013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2570
2571 * notif.h (notif_event): Add a dummy member to avoid compiler
2572 errors.
2573
d5749ee7
PA
25742013-07-01 Pedro Alves <palves@redhat.com>
2575
2576 * hostio.c (HOSTIO_PATH_MAX): Define.
2577 (require_filename, handle_open, handle_unlink, handle_readlink):
2578 Use it.
2579
d8d2a3ee
PA
25802013-07-01 Pedro Alves <palves@redhat.com>
2581
2582 * server.h: Include "pathmax.h".
2583 * linux-low.c: Don't include sys/param.h.
2584 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
2585 MAXPATHLEN.
2586 * win32-low.c: Don't include sys/param.h.
2587 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
2588
bc7dea8d
PA
25892013-07-01 Pedro Alves <palves@redhat.com>
2590
2591 * event-loop.c: Don't check HAVE_UNISTD_H before including
2592 <unistd.h>.
2593 * gdbreplay.c: Likewise.
2594 * remote-utils.c: Likewise.
2595 * server.c: Likewise.
2596 * configure.ac: Don't check for unistd.h.
2597 * configure: Regenerate.
2598
d6c2da54
TT
25992013-06-28 Tom Tromey <tromey@redhat.com>
2600
2601 * Makefile.in (version.c): Use version.in, not
2602 common/version.in.
2603
257b6bec
MG
26042013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2605
2606 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2607 * configure: Rebuild.
2608 * Makefile.in (version_host, version_target): Get from configure.
2609 (version.c): Use $(version_host) and $(version_target).
2610
86ebe149
DK
26112013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2612
2613 Fix trace-status to output user name without trailing colon.
2614 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
2615
f30aa5af
DK
26162013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2617
2618 Fix trace-status to output proper start-time and stop-time.
2619 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
2620 output start time and stop time in hex as gdb expects.
2621
28a93511
YQ
26222013-06-26 Pedro Alves <pedro@codesourcery.com>
2623
2624 * tracepoint.c (build_traceframe_info_xml): Output trace state
2625 variables present in the trace buffer.
2626
01208463
TT
26272013-06-24 Tom Tromey <tromey@redhat.com>
2628
2629 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
2630 create-version.sh.
2631 (version.o): Remove.
2632 * gdbreplay.c: Include version.h.
2633 (version, host_name): Don't declare.
2634 * server.h: Include version.h.
2635 (version, host_name): Don't declare.
2636
760256f9
PA
26372013-06-12 Pedro Alves <palves@redhat.com>
2638
2639 * linux-x86-low.c (linux_is_elf64): Delete global.
2640 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
2641 with local linux_pid_exe_is_elf_64_file use.
2642
030031ee
PA
26432013-06-11 Pedro Alves <palves@redhat.com>
2644
2645 * linux-low.c (regset_disabled, disable_regset): New functions.
2646 (regsets_fetch_inferior_registers)
2647 (regsets_store_inferior_registers): Use them.
2648 (initialize_regsets_info); Don't allocate the disabled_regsets
2649 array here.
2650 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
2651 comment.
2652
5da6eb0a
PA
26532013-06-11 Pedro Alves <palves@redhat.com>
2654
2655 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
2656 xmalloc.
2657
7e5aaa09
PA
26582013-06-11 Pedro Alves <palves@redhat.com>
2659
2660 * linux-x86-low.c (initialize_low_arch): Call
2661 init_registers_x32_avx_linux.
2662
d878444c
JK
26632013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Fix compatibility with Android Bionic.
2666 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
2667 it is not empty.
2668
3aee8918
PA
26692013-06-07 Pedro Alves <palves@redhat.com>
2670
5f2b57b5 2671 PR server/14823
3aee8918
PA
2672 * Makefile.in (OBS): Add tdesc.o.
2673 (IPA_OBJS): Add tdesc-ipa.o.
2674 (tdesc-ipa.o): New rule.
2675 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
2676 interface.
2677 * linux-low.c (new_inferior): Delete.
2678 (disabled_regsets, num_regsets): Delete.
2679 (linux_add_process): Adjust to set the new per-process
2680 new_inferior flag.
2681 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
2682 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
2683 was a stop. When calling arch_setup, switch the current inferior
2684 to the thread that got an event.
2685 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
2686 (regsets_fetch_inferior_registers)
2687 (regsets_store_inferior_registers): New regsets_info parameter.
2688 Adjust to use it.
2689 (linux_register_in_regsets): New regs_info parameter. Adjust to
2690 use it.
2691 (register_addr, fetch_register, store_register): New usrregs_info
2692 parameter. Adjust to use it.
2693 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
2694 parameter regs_info. Adjust to use it.
2695 (linux_fetch_registers): Get the current inferior's regs_info, and
2696 adjust to use it.
2697 (linux_store_registers): Ditto.
2698 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
2699 (initialize_low): Don't initialize the target_regsets here. Call
2700 initialize_low_arch.
2701 * linux-low.h (target_regsets): Delete declaration.
2702 (struct regsets_info): New.
2703 (struct usrregs_info): New.
2704 (struct regs_info): New.
2705 (struct process_info_private) <new_inferior>: New field.
2706 (struct linux_target_ops): Delete the num_regs, regmap, and
2707 regset_bitmap fields. New field regs_info.
2708 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
2709 * i387-fp.c (num_xmm_registers): Delete.
2710 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
2711 calls to new interface.
2712 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
2713 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
2714 Infer the number of xmm registers from the regcache's target
2715 description.
2716 * i387-fp.h (num_xmm_registers): Delete.
2717 * inferiors.c (add_thread): Don't install the thread's regcache
2718 here.
2719 * proc-service.c (gregset_info): Fetch the current inferior's
2720 regs_info. Adjust to use it.
2721 * regcache.c: Include tdesc.h.
2722 (register_bytes, reg_defs, num_registers)
2723 (gdbserver_expedite_regs): Delete.
2724 (get_thread_regcache): If the thread doesn't have a regcache yet,
2725 create one, instead of aborting gdbserver.
2726 (regcache_invalidate_one): Rename to ...
2727 (regcache_invalidate_thread): ... this.
2728 (regcache_invalidate_one): New.
2729 (regcache_invalidate): Only invalidate registers of the current
2730 process.
2731 (init_register_cache): Add target_desc parameter, and use it.
2732 (new_register_cache): Ditto. Assert the target description has a
2733 non zero registers_size.
2734 (regcache_cpy): Add assertions. Adjust.
2735 (realloc_register_cache, set_register_cache): Delete.
2736 (registers_to_string, registers_from_string): Adjust.
2737 (find_register_by_name, find_regno, find_register_by_number)
2738 (register_cache_size): Add target_desc parameter, and use it.
2739 (free_register_cache_thread, free_register_cache_thread_one)
2740 (regcache_release, register_cache_size): New.
2741 (register_size): Add target_desc parameter, and use it.
2742 (register_data, supply_register, supply_register_zeroed)
2743 (supply_regblock, supply_register_by_name, collect_register)
2744 (collect_register_as_string, collect_register_by_name): Adjust.
2745 * regcache.h (struct target_desc): Forward declare.
2746 (struct regcache) <tdesc>: New field.
2747 (init_register_cache, new_register_cache): Add target_desc
2748 parameter.
2749 (regcache_invalidate_thread): Declare.
2750 (regcache_invalidate_one): Delete declaration.
2751 (regcache_release): Declare.
2752 (find_register_by_number, register_cache_size, register_size)
2753 (find_regno): Add target_desc parameter.
2754 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
2755 declarations.
2756 * remote-utils.c: Include tdesc.h.
2757 (outreg, prepare_resume_reply): Adjust.
2758 * server.c: Include tdesc.h.
2759 (gdbserver_xmltarget): Delete declaration.
2760 (get_features_xml, process_serial_event): Adjust.
2761 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
2762 declare.
2763 (struct process_info) <tdesc>: New field.
2764 (ipa_tdesc): Declare.
2765 * tdesc.c: New file.
2766 * tdesc.h: New file.
2767 * tracepoint.c: Include tdesc.h.
2768 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
2769 (get_context_regcache): Adjust to pass ipa_tdesc down.
2770 (do_action_at_tracepoint): Adjust to get the register cache size
2771 from the context regcache's description.
2772 (traceframe_walk_blocks): Adjust to get the register cache size
2773 from the current trace frame's description.
2774 (traceframe_get_pc): Adjust to get current trace frame's
2775 description and pass it down.
2776 (gdb_collect): Adjust to get the register cache size from the
2777 IPA's description.
2778 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
2779 (gdbserver_xmltarget): Delete.
2780 (initialize_low_tracepoint): Set the ipa's target description.
2781 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
2782 (initialize_low_tracepoint): Set the ipa's target description.
2783 * linux-x86-low.c: Include tdesc.h.
2784 [__x86_64__] (is_64bit_tdesc): New.
2785 (ps_get_thread_area, x86_get_thread_area): Use it.
2786 (i386_cannot_store_register): Rename to ...
2787 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
2788 (i386_cannot_fetch_register): Rename to ...
2789 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
2790 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
2791 to new interface.
2792 (target_regsets): Rename to ...
2793 (x86_regsets): ... this.
2794 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
2795 interface.
2796 (x86_siginfo_fixup): Use is_64bit_tdesc.
2797 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
2798 (tdesc_x32_avx_linux, tdesc_x32_linux)
2799 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
2800 Declare.
2801 (x86_linux_update_xmltarget): Delete.
2802 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
2803 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
2804 (AMD64_LINUX_USER64_CS): New.
2805 (x86_linux_read_description): New, based on
2806 x86_linux_update_xmltarget.
2807 (same_process_callback): New.
2808 (x86_arch_setup_process_callback): New.
2809 (x86_linux_update_xmltarget): New.
2810 (x86_regsets_info): New.
2811 (amd64_linux_regs_info): New.
2812 (i386_linux_usrregs_info): New.
2813 (i386_linux_regs_info): New.
2814 (x86_linux_regs_info): New.
2815 (x86_arch_setup): Reimplement.
2816 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
2817 (x86_emit_ops): Ditto.
2818 (the_low_target): Adjust. Install x86_linux_regs_info,
2819 x86_cannot_fetch_register, and x86_cannot_store_register.
2820 (initialize_low_arch): New.
2821 * linux-ia64-low.c (tdesc_ia64): Declare.
2822 (ia64_fetch_register): Adjust.
2823 (ia64_usrregs_info, regs_info): New globals.
2824 (ia64_regs_info): New function.
2825 (the_low_target): Adjust.
2826 (initialize_low_arch): New function.
2827 * linux-sparc-low.c (tdesc_sparc64): Declare.
2828 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
2829 Adjust.
2830 (sparc_arch_setup): New function.
2831 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
2832 (the_low_target): Adjust.
2833 (initialize_low_arch): New function.
2834 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
2835 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
2836 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
2837 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
2838 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
2839 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
2840 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
2841 (tdesc_powerpc_isa205_vsx64l): Declare.
2842 (ppc_cannot_store_register, ppc_collect_ptrace_register)
2843 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
2844 (ppc_set_pc, ppc_get_hwcap): Adjust.
2845 (ppc_usrregs_info): Forward declare.
2846 (!__powerpc64__) ppc_regmap_adjusted: New global.
2847 (ppc_arch_setup): Adjust to the current process'es target
2848 description.
2849 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
2850 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
2851 (ppc_store_evrregset): Adjust.
2852 (target_regsets): Rename to ...
2853 (ppc_regsets): ... this, and make static.
2854 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
2855 (ppc_regs_info): New function.
2856 (the_low_target): Adjust.
2857 (initialize_low_arch): New function.
2858 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
2859 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
2860 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
2861 (tdesc_s390x_linux64v2): Declare.
2862 (s390_collect_ptrace_register, s390_supply_ptrace_register)
2863 (s390_fill_gregset, s390_store_last_break): Adjust.
2864 (target_regsets): Rename to ...
2865 (s390_regsets): ... this, and make static.
2866 (s390_get_pc, s390_set_pc): Adjust.
2867 (s390_get_hwcap): New target_desc parameter, and use it.
2868 [__s390x__] (have_hwcap_s390_high_gprs): New global.
2869 (s390_arch_setup): Adjust to set the current process'es target
2870 description. Don't adjust the regmap.
2871 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
2872 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
2873 (regs_info_3264): New globals.
2874 (s390_regs_info): New function.
2875 (the_low_target): Adjust.
2876 (initialize_low_arch): New function.
2877 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
2878 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
2879 [__mips64] (init_registers_mips_linux)
2880 (init_registers_mips_dsp_linux): Delete defines.
2881 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
2882 (have_dsp): New global.
2883 (mips_read_description): New, based on mips_arch_setup.
2884 (mips_arch_setup): Reimplement.
2885 (get_usrregs_info): New function.
2886 (mips_cannot_fetch_register, mips_cannot_store_register)
2887 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
2888 (mips_fill_fpregset, mips_store_fpregset): Adjust.
2889 (target_regsets): Rename to ...
2890 (mips_regsets): ... this, and make static.
2891 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
2892 (dsp_regs_info, regs_info): New globals.
2893 (mips_regs_info): New function.
2894 (the_low_target): Adjust.
2895 (initialize_low_arch): New function.
2896 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
2897 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
2898 Declare.
2899 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
2900 (arm_read_description): New, with bits factored from
2901 arm_arch_setup.
2902 (arm_arch_setup): Reimplement.
2903 (target_regsets): Rename to ...
2904 (arm_regsets): ... this, and make static.
2905 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
2906 (arm_regs_info): New function.
2907 (the_low_target): Adjust.
2908 (initialize_low_arch): New function.
2909 * linux-m68k-low.c (tdesc_m68k): Declare.
2910 (target_regsets): Rename to ...
2911 (m68k_regsets): ... this, and make static.
2912 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
2913 (m68k_regs_info): New function.
2914 (m68k_arch_setup): New function.
2915 (the_low_target): Adjust.
2916 (initialize_low_arch): New function.
2917 * linux-sh-low.c (tdesc_sharch): Declare.
2918 (target_regsets): Rename to ...
2919 (sh_regsets): ... this, and make static.
2920 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
2921 (sh_regs_info, sh_arch_setup): New functions.
2922 (the_low_target): Adjust.
2923 (initialize_low_arch): New function.
2924 * linux-bfin-low.c (tdesc_bfin): Declare.
2925 (bfin_arch_setup): New function.
2926 (bfin_usrregs_info, regs_info): New globals.
2927 (bfin_regs_info): New function.
2928 (the_low_target): Adjust.
2929 (initialize_low_arch): New function.
2930 * linux-cris-low.c (tdesc_cris): Declare.
2931 (cris_arch_setup): New function.
2932 (cris_usrregs_info, regs_info): New globals.
2933 (cris_regs_info): New function.
2934 (the_low_target): Adjust.
2935 (initialize_low_arch): New function.
2936 * linux-cris-low.c (tdesc_crisv32): Declare.
2937 (cris_arch_setup): New function.
2938 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
2939 (cris_regs_info): New function.
2940 (the_low_target): Adjust.
2941 (initialize_low_arch): New function.
2942 * linux-m32r-low.c (tdesc_m32r): Declare.
2943 (m32r_arch_setup): New function.
2944 (m32r_usrregs_info, regs_info): New globals.
2945 (m32r_regs_info): Adjust.
2946 (initialize_low_arch): New function.
2947 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
2948 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
2949 (tic6x_usrregs_info): Forward declare.
2950 (tic6x_read_description): New function, based on ...
2951 (tic6x_arch_setup): ... this. Reimplement.
2952 (target_regsets): Rename to ...
2953 (tic6x_regsets): ... this, and make static.
2954 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
2955 (tic6x_regs_info): New function.
2956 (the_low_target): Adjust.
2957 (initialize_low_arch): New function.
2958 * linux-xtensa-low.c (tdesc_xtensa): Declare.
2959 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
2960 (target_regsets): Rename to ...
2961 (xtensa_regsets): ... this, and make static.
2962 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
2963 globals.
2964 (xtensa_arch_setup, xtensa_regs_info): New functions.
2965 (the_low_target): Adjust.
2966 (initialize_low_arch): New function.
2967 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
2968 (nios2_arch_setup): Set the current process'es tdesc.
2969 (target_regsets): Rename to ...
2970 (nios2_regsets): ... this.
2971 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
2972 (nios2_regs_info): New function.
2973 (the_low_target): Adjust.
2974 (initialize_low_arch): New function.
a261b8f5
PA
2975 * linux-aarch64-low.c (tdesc_aarch64): Declare.
2976 (aarch64_arch_setup): Set the current process'es tdesc.
2977 (target_regsets): Rename to ...
2978 (aarch64_regsets): ... this.
2979 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
2980 (aarch64_regs_info): New function.
2981 (the_low_target): Adjust.
2982 (initialize_low_arch): New function.
3aee8918
PA
2983 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
2984 globals.
2985 (target_regsets): Rename to ...
2986 (tile_regsets): ... this.
2987 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
2988 (tile_regs_info): New function.
2989 (tile_arch_setup): Set the current process'es tdesc.
2990 (the_low_target): Adjust.
2991 (initialize_low_arch): New function.
2992 * spu-low.c (tdesc_spu): Declare.
2993 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
2994 * win32-arm-low.c (tdesc_arm): Declare.
2995 (arm_arch_setup): New function.
2996 (the_low_target): Install arm_arch_setup instead of
2997 init_registers_arm.
2998 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
2999 (init_windows_x86): Rename to ...
3000 (i386_arch_setup): ... this. Set `win32_tdesc'.
3001 (the_low_target): Adjust.
3002 * win32-low.c (win32_tdesc): New global.
3003 (child_add_thread): Don't create the thread cache here.
3004 (do_initial_child_stuff): Set the new process'es tdesc.
3005 * win32-low.h (struct target_desc): Forward declare.
3006 (win32_tdesc): Declare.
3007 * lynx-i386-low.c (tdesc_i386): Declare global.
3008 (lynx_i386_arch_setup): Set `lynx_tdesc'.
3009 * lynx-low.c (lynx_tdesc): New global.
3010 (lynx_add_process): Set the new process'es tdesc.
3011 * lynx-low.h (struct target_desc): Forward declare.
3012 (lynx_tdesc): Declare global.
3013 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
3014 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
3015 * nto-low.c (nto_tdesc): New global.
3016 (do_attach): Set the new process'es tdesc.
3017 * nto-low.h (struct target_desc): Forward declare.
3018 (nto_tdesc): Declare.
3019 * nto-x86-low.c (tdesc_i386): Declare.
3020 (nto_x86_arch_setup): Set `nto_tdesc'.
3021
b1fbec62
GB
30222013-06-04 Gary Benson <gbenson@redhat.com>
3023
3024 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
3025 to qSupported response when appropriate.
3026 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
3027 with nonzero-length annex.
3028 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
3029 arguments supplied in annex.
3030
d1ec4ce7
DE
30312013-05-31 Doug Evans <dje@google.com>
3032
ac44adcb 3033 PR server/15594
d1ec4ce7
DE
3034 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
3035 64 bits in 64-cross-32 environment.
3036
9b25f2d3
PA
30372013-05-28 Pedro Alves <palves@redhat.com>
3038
3039 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
3040 (aarch64-without-fpu.c): Delete rule.
3041 * configure.srv (aarch64*-*-linux*): Remove references to
3042 aarch64-without-fpu.o and aarch64-without-fpu.xml.
3043 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
3044 declaration.
3045
6740dc9c
PA
30462013-05-24 Pedro Alves <palves@redhat.com>
3047
3048 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
3049 instead of strchr/decode_address. Error if the range isn't split
3050 with a ','. Don't assume there's be a ':' in the action.
3051
c2d6af84
PA
30522013-05-23 Yao Qi <yao@codesourcery.com>
3053 Pedro Alves <palves@redhat.com>
3054
3055 * linux-low.c (lwp_in_step_range): New function.
3056 (linux_wait_1): If the thread was range stepping and stopped
3057 outside the stepping range, report the stop to GDB. Otherwise,
3058 continue stepping. Add range stepping debug output.
3059 (linux_set_resume_request): Copy the step range from the resume
3060 request to the lwp.
3061 (linux_supports_range_stepping): New.
3062 (linux_target_ops) <supports_range_stepping>: Set to
3063 linux_supports_range_stepping.
3064 * linux-low.h (struct linux_target_ops)
3065 <supports_range_stepping>: New field.
3066 (struct lwp_info) <step_range_start, step_range_end>: New fields.
3067 * linux-x86-low.c (x86_supports_range_stepping): New.
3068 (the_low_target) <supports_range_stepping>: Set to
3069 x86_supports_range_stepping.
3070 * server.c (handle_v_cont): Handle 'r' action.
3071 (handle_v_requests): Append ";r" if the target supports range
3072 stepping.
3073 * target.h (struct thread_resume) <step_range_start,
3074 step_range_end>: New fields.
3075 (struct target_ops) <supports_range_stepping>:
3076 New field.
3077 (target_supports_range_stepping): New macro.
3078
58794e1a
JB
30792013-05-17 Joel Brobecker <brobecker@adacore.com>
3080
3081 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
3082 confusion in comment.
3083
d631c5a7
JB
30842013-05-17 Joel Brobecker <brobecker@adacore.com>
3085
3086 * lynx-low.c (struct process_info_private): New type.
3087 (lynx_add_process): New function.
3088 (lynx_create_inferior, lynx_attach): Replace calls to
3089 add_process by calls to lynx_add_process.
3090 (lynx_resume): If PTID is null, then try using
3091 current_process()->private->last_wait_event_ptid.
3092 Add comments.
3093 (lynx_clear_inferiors): Delete. The contents of that function
3094 has been inlined in lynx_mourn;
3095 (lynx_wait_1): Save the ptid in the process's private data.
3096 (lynx_mourn): Free the process' private data. Replace call
3097 to lynx_clear_inferiors by call to clear_inferiors.
3098
96f7a20f
YQ
30992013-05-17 Yao Qi <yao@codesourcery.com>
3100
3101 * i386-low.c (i386_length_and_rw_bits): Move the comment to
3102 the right place.
3103
db0dfaa0
LM
31042013-05-16 Luis Machado <lgustavo@codesourcery.com>
3105
3106 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
3107 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
3108 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
3109 PT_TEXT_END_ADDR guards. Update comments.
3110 (linux_target_op) <read_offsets>: Conditionally define to
3111 linux_read_offsets if the target is UCLIBC and if it defines
3112 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
3113
68f5f838
SL
31142013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3115 Andrew Jenner <andrew@codesourcery.com>
3116
3117 * Makefile.in (SFILES): Add linux-nios2-low.c.
3118 (clean): Add action to delete nios2-linux.c.
3119 (nios2-linux.c): New rule.
3120 * configure.srv: Add nios2*-*-linux*.
3121 * linux-nios2-low.c: New.
3122
1ebff1fd
HAQ
31232013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3124
3125 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
3126
f6150862
HZ
31272013-04-25 Hui Zhu <hui@codesourcery.com>
3128
3129 PR gdb/15186
f6150862
HZ
3130 * ax.c (ax_printf): Add fflush.
3131
614c279d
TT
31322013-04-22 Tom Tromey <tromey@redhat.com>
3133
3134 * Makefile.in (SFILES): Add filestuff.c.
3135 (OBS): Add filestuff.o.
3136 (filestuff.o): New target.
3137 * config.in, configure: Rebuild.
3138 * configure.ac: Check for fdwalk, pipe2.
3139
7d4e5717
PA
31402013-04-17 Pedro Alves <palves@redhat.com>
3141
3142 * configure.ac (USE_THREAD_DB): Delete variable.
3143 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
3144 Don't AC_SUBST USE_THREAD_DB.
3145 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
3146 * config.in, configure: Regenerate.
3147
d5c93e41
PA
31482013-04-16 Pedro Alves <palves@redhat.com>
3149
3150 * linux-low.h (struct lwp_info) <thread_known>: Move under
3151 the USE_THREAD_DB #ifdef.
3152
04f5fe89
PA
31532013-04-16 Pedro Alves <palves@redhat.com>
3154
3155 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
3156 (linux-low.o): Delete rule.
3157 * linux-low.h: Always include "gdb_thread_db.h" instead of
3158 conditionally including thread_db.h.
3159 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
3160 HAVE_THREAD_DB_H.
3161
480b27bf
JK
31622013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3163
3164 * Makefile.in (install-only): Fix make install regression.
3165
43662968
JK
31662013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3167
3168 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3169 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
3170 installation.
3171 * gdbserver.1: Remove.
3172
3e74e146
PA
31732013-03-22 Pedro Alves <palves@redhat.com>
3174
3175 * linux-low.c (handle_extended_wait): Don't call
3176 linux_enable_event_reporting.
3177
a8347a2a
TT
31782013-03-15 Tony Theodore <tonyt@logyst.com>
3179
3180 PR build/9098:
3181 * Makefile.in (SHELL): Use @SHELL@.
3182
eeb56fa7
SDJ
31832013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3184
3185 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
3186 compiler warning.
3187
4fa7e2ff
JB
31882013-03-13 Joel Brobecker <brobecker@adacore.com>
3189
3190 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
3191 Remove extraneous NULL element.
3192
8ddb1965
YQ
31932013-03-13 Yao Qi <yao@codesourcery.com>
3194
3195 * tracepoint.c (traceframe_read_tsv): Look for the last matched
3196 'V' block in trace frame.
3197
9accd112
MM
31982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3199
3200 * target.h (struct target_ops): Add btrace ops.
3201 (target_supports_btrace): New macro.
3202 (target_enable_btrace): New macro.
3203 (target_disable_btrace): New macro.
3204 (target_read_btrace): New macro.
3205 * gdbthread.h (struct thread_info): Add btrace field.
3206 * server.c: Include btrace-common.h.
3207 (handle_btrace_general_set): New function.
3208 (handle_btrace_enable): New function.
3209 (handle_btrace_disable): New function.
3210 (handle_general_set): Call handle_btrace_general_set.
3211 (handle_qxfer_btrace): New function.
3212 (struct qxfer qxfer_packets[]): Add btrace entry.
3213 * inferiors.c (remove_thread): Disable btrace.
3214 * linux-low: Include linux-btrace.h.
3215 (linux_low_enable_btrace): New function.
3216 (linux_low_read_btrace): New function.
3217 (linux_target_ops): Add btrace ops.
3218 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
3219 Add srv_linux_btrace=yes.
3220 (x86_64-*-linux*): Add linux-btrace.o.
3221 Add srv_linux_btrace=yes.
3222 * configure.ac: Define HAVE_LINUX_BTRACE.
3223 * config.in: Regenerated.
3224 * configure: Regenerated.
3225
5cc22e4c
MM
32262013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3227
3228 * server.c (handle_qxfer): Preserve error message if -3 is
3229 returned.
3230 (qxfer): Document the -3 return value.
3231
7c97f91e
MM
32322013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3233
3234 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
3235 (linux_btrace_h): New variable.
3236 (linux-btrace.o): New rule.
3237
be9a119c 32382013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3239 Hafiz Abid Qadeer <abidh@codesourcery.com>
3240
3241 * tracepoint.c (trace_buffer_size): New global.
3242 (DEFAULT_TRACE_BUFFER_SIZE): New define.
3243 (init_trace_buffer): Change to one-argument function. Allocate
3244 trace buffer memory.
3245 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
3246 handle QTBuffer:size packet.
3247 (cmd_bigqtbuffer_size): New function.
3248 (initialize_tracepoint): Call init_trace_buffer with
3249 DEFAULT_TRACE_BUFFER_SIZE.
3250 * server.c (handle_query): Add QTBuffer:size in the
3251 supported packets.
3252
e64f7499
YQ
32532013-03-07 Yao Qi <yao@codesourcery.com>
3254
3255 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
3256 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
3257 of -1.
3258 (cmd_qtsp): Adjust condition. Do post increment.
3259 Set cur_action and cur_step_action back to 0.
3260
f0ae6fc3
PA
32612013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
3262
3263 PR server/15236
3264 * linux-low.c (linux_write_memory): Return early success if LEN is
3265 zero.
3266
b5b0b0af
CV
32672013-03-05 Corinna Vinschen <vinschen@redhat.de>
3268
334ad4a8 3269 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 3270
589bc927
TT
32712013-02-28 Tom Tromey <tromey@redhat.com>
3272
3273 * configure.ac: Invoke AC_SYS_LARGEFILE.
3274 * configure, config.in: Rebuild.
3275
dfe07582
CV
32762013-02-28 Corinna Vinschen <vinschen@redhat.com>
3277
3278 * win32-low.c: Throughout, fix format strings and casts of
3279 printf-like functions to avoid type related warnings on all
3280 platforms.
3281 (get_child_debug_event): Print dwDebugEventCode as hex since
3282 that's how it's usually documented.
3283
736cd585
YQ
32842013-02-28 Yao Qi <yao@codesourcery.com>
3285
3286 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
3287 pulongest.
3288
e1f58301
JW
32892013-02-27 Jiong Wang <jiwang@tilera.com>
3290
3291 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
3292 (reg-tilegx32.c): New rule.
3293 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
3294 * linux-tile-low.c (tile_arch_setup): New function. Invoke
3295 different register info initializer according to elf class.
3296 (init_registers_tilgx32): New function. The tilegx32 register info
3297 initializer.
3298 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
3299 (tile_store_gregset): Likewise.
3300
d171ca78
YQ
33012013-02-27 Yao Qi <yao@codesourcery.com>
3302
3303 * server.c (process_point_options): Print debug message when
3304 debug_threads is true.
3305
282bbdf3
YQ
33062013-02-26 Yao Qi <yao@codesourcery.com>
3307
3308 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
3309
aca22551
PA
33102013-02-19 Pedro Alves <palves@redhat.com>
3311 Kai Tietz <ktietz@redhat.com>
3312
3313 PR gdb/15161
3314
3315 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
3316 instead of strtoul to extract address from packet.
3317 (process_serial_event) <'z'>: Likewise.
3318
4f3cee1c
YQ
33192013-02-18 Yao Qi <yao@codesourcery.com>
3320
3321 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
3322
8e1d55a3
PA
33232013-02-14 Pedro Alves <palves@redhat.com>
3324
3325 Plug memory leak.
3326
3327 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
3328 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
3329
458820da
PA
33302013-02-14 Pedro Alves <palves@redhat.com>
3331
3332 * tracepoint.c (cmd_qtdpsrc): Use savestring.
3333
baea0dae
PA
33342013-02-14 Pedro Alves <palves@redhat.com>
3335
3336 * tracepoint.c (save_string): Delete.
3337 (add_tracepoint_action): Use savestring instead of save_string.
3338
0b1afbb3
PA
33392013-02-12 Pedro Alves <palves@redhat.com>
3340
3341 * linux-xtensa-low.c: Ditto.
3342 * xtensa-xtregs.c: Ditto.
3343
8a4ac37e
PA
33442013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3345
3346 * thread-db.c (thread_db_get_tls_address): NULL pointer check
3347 thread_db.
3348
148de6bb
MS
33492013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3350
3351 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
3352 aarch64_num_wp_regs and aarch64_num_bp_regs to
3353 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
3354
55fac6e0
MS
33552013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3356
3357 * linux-aarch64-low.c (ps_get_thread_area): Replace
3358 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
3359
176eb98c
MS
33602013-02-04 Jim MacArthur <jim.macarthur@arm.com>
3361 Marcus Shawcroft <marcus.shawcroft@arm.com>
3362 Nigel Stephens <nigel.stephens@arm.com>
3363 Yufeng Zhang <yufeng.zhang@arm.com>
3364
3365 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
3366 (aarch64.c, aarch64-without-fpu.c): New targets.
3367 * configure.srv (aarch64*-*-linux*): New.
3368 * linux-aarch64-low.c: New file.
3369
56f7af9c
MS
33702013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
3371
43aaf8b6 3372 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
3373 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
3374 (dequeue_one_deferred_signal, linux_resume_one_thread)
3375 (fetch_register, linux_write_memory, linux_enable_event_reporting)
3376 (linux_tracefork_grandchild, linux_test_for_tracefork)
3377 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
3378 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
3379 where the argument is 0.
3380
60f662b0
YQ
33812013-01-25 Yao Qi <yao@codesourcery.com>
3382
3383 * event-loop.c: Include "queue.h".
3384 (gdb_event_p): New typedef.
3385 (struct gdb_event) <next_event>: Remove.
3386 (event_queue): Change to QUEUE(gdb_event_p).
3387 (async_queue_event): Remove.
3388 (gdb_event_xfree): New.
3389 (initialize_event_loop): New.
3390 (process_event): Use API from QUEUE.
3391 (wait_for_event): Likewise.
3392 * server.c (main): Call initialize_event_loop.
3393 * server.h (initialize_event_loop): Declare.
3394
5ae4861a
YQ
33952013-01-18 Yao Qi <yao@codesourcery.com>
3396
3397 * ax.h (struct eval_agent_expr_context): New.
3398 (gdb_eval_agent_expr): Update declaration.
3399 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
3400 TFRAME. Add new argument CTX.
3401 * server.h (struct eval_agent_expr_context): Declare.
3402 (agent_mem_read, agent_tsv_read): Update declaration.
3403 (agent_mem_read_string): Likewise.
3404 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
3405 (add_traceframe_block): Add new argument TPOINT.
3406 Increase TPOINT->traceframe_usage.
3407 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
3408 eval_tracepoint_agent_expr.
3409 (condition_true_at_tracepoint): Likewise.
3410 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
3411 (agent_mem_read_string, agent_tsv_read): Likewise.
3412
85e00e85
YQ
34132013-01-16 Yao Qi <yao@codesourcery.com>
3414
3415 * linux-low.c (linux_resume_one_lwp): Don't check
3416 'lwp->bp_reinsert != 0'.
3417
4039cf45
JB
34182013-01-07 Joel Brobecker <brobecker@adacore.com>
3419 Pedro Alves <palves@redhat.com>
3420
3421 * lynx-low.c (ptrace_request_to_str): Define a temporary
3422 macro and use it to simplify this function's implementation.
3423
9044dee2
JB
34242013-01-07 Joel Brobecker <brobecker@adacore.com>
3425
3426 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
3427 sets errno.
3428
e6352c8f
JB
34292013-01-07 Joel Brobecker <brobecker@adacore.com>
3430
3431 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
3432
50681a27
JB
34332013-01-07 Joel Brobecker <brobecker@adacore.com>
3434
3435 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
3436
3f6e77ef
JB
34372013-01-07 Joel Brobecker <brobecker@adacore.com>
3438
3439 * lynx-low.c (lynx_resume): Use the resume_info parameter
3440 to determine the ptid for the lynx_ptrace call, unless
3441 it is equal to minus_one_ptid, in which case we use the
3442 ptid of the current_inferior.
3443 (lynx_wait_1): After having received a thread create/exit
3444 event, resume the inferior's execution using the signaling
3445 thread's ptid, rather than the old ptid.
3446
7fda33ae
JB
34472013-01-07 Joel Brobecker <brobecker@adacore.com>
3448
3449 * lynx-low.c (lynx_resume): Delete variable ret.
3450
b9786c74
JB
34512013-01-01 Joel Brobecker <brobecker@adacore.com>
3452
3453 * gdbreplay.c (gdbreplay_version): Update copyright year.
3454 * server.c (gdbserver_version): Likewise.
3455
8b93d60f
JB
34562012-12-17 Joel Brobecker <brobecker@adacore.com>
3457
3458 * lynx-low.c (lynx_wait_1): Add debug trace before adding
3459 new thread.
3460
037335a7
JB
34612012-12-17 Joel Brobecker <brobecker@adacore.com>
3462
3463 * lynx-low.c (ptrace_request_to_str): Add handling for
3464 PTRACE_GETTRACESIG.
3465
52d4cbd8
JB
34662012-12-17 Joel Brobecker <brobecker@adacore.com>
3467
3468 * lynx-low.c (lynx_attach): Delete variable new_process.
3469
ab8f6ca9
JB
34702012-12-17 Joel Brobecker <brobecker@adacore.com>
3471
3472 * lynx-low.c (lynx_create_inferior): Delete variable
3473 new_process.
3474
78cbc024
JB
34752012-12-17 Joel Brobecker <brobecker@adacore.com>
3476
3477 * lynx-low.c (ptrace_request_to_str): Do not handle
3478 PTRACE_GETTHREADLIST if this macro does not exist.
3479
14a00470
YQ
34802012-12-15 Yao Qi <yao@codesourcery.com>
3481
3482 * Makefile.in (OBS): Add notif.o.
3483 * notif.c, notif.h: New.
3484 * server.c: Include "notif.h".
3485 (struct vstop_notif) <next>: Remove.
3486 <base>: New field.
3487 (queue_stop_reply): Update.
3488 (push_event, send_next_stop_reply): Remove.
3489 (discard_queued_stop_replies): Update.
3490 (notif_stop): New variable.
3491 (handle_v_stopped): Remove.
3492 (handle_v_requests): Don't call handle_v_stopped. Call
3493 handle_ack_notif instead.
3494 (queue_stop_reply_callback): Call notif_event_enque instead
3495 of queue_stop_reply.
3496 (handle_status): Don't call send_next_stop_reply, call
3497 notif_write_event instead.
3498 (kill_inferior_callback): Likewise.
3499 (detach_or_kill_inferior_callback): Likewise.
3500 (main): Call initialize_notif.
3501 (process_serial_event): Call QUEUE_is_empty.
3502 (handle_target_event): Call notif_push instead of push event.
3503 * server.h (push_event): Remove declaration.
3504
61c125b9
TT
35052012-12-10 Tom Tromey <tromey@redhat.com>
3506
3507 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
3508 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
3509 macros.
3510 (.c.o): Rewrite.
3511 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
3512 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
3513 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
3514 (amd64-linux-ipa.o, ax.o): Rewrite.
3515 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
3516 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
3517 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
3518 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
3519 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
3520 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
3521 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
3522 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
3523 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
3524 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
3525 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
3526 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
3527 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
3528 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
3529 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
3530 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
3531 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
3532 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
3533 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
3534 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
3535 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
3536 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
3537 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
3538 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
3539 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
3540 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
3541 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
3542 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
3543 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
3544 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
3545 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
3546 (reg-tilegx.o): Remove.
3547 (all_object_files): New macro.
3548 Include .deps files.
3549 * aclocal.m4, configure: Rebuild.
3550 * acinclude.m4: Include depstand.m4, lead-dot.m4.
3551 * configure.ac: Invoke ZW_CREATE_DEPDIR,
3552 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
3553
e90e9ad9
TT
35542012-12-05 Tom Tromey <tromey@redhat.com>
3555
3556 PR gdb/14917:
3557 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
3558
02d403bf 35592012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
3560
3561 * configure.ac: Check for linux/perf_event.h.
3562 * config.in: Regenerated.
3563 * configure: Regenerated.
3564
0270a750
PA
35652012-11-26 Maxime Villard <rustyBSD@gmx.fr>
3566
3567 * hostio.c (handle_readlink): Decrease buffer size
3568 parameter passed to readlink by one byte.
3569
8c29b58e
YQ
35702012-11-26 Yao Qi <yao@codesourcery.com>
3571
3572 * configure.ac (build_warnings): Append '-Wempty-body'.
3573 * configure: Regenerated.
3574 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
3575 body.
3576
8bdce1ff
PM
35772012-11-15 Pierre Muller <muller@sourceware.org>
3578
3579 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
3580 * config.in: Regenerate.
3581 * configure: Regenerate.
3582 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
3583 Use "gdb_wait.h" header instead of <sys/wait.h> header.
3584 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3585 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
3586 header.
3587 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
3588 instead of <sys/wait.h> header.
3589 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3590
02d403bf 35912012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
3592
3593 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
3594 (various make rules): Remove -DGDBSERVER
3595
fbd5db48
YQ
35962012-11-09 Yao Qi <yao@codesourcery.com>
3597
3598 * spu-low.c (current_ptid): Move it to ..
3599 * gdbthread.h: ... here. New.
3600 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
3601 * server.c (myresume, process_serial_event): Likewise.
3602 * thread-db.c (thread_db_find_new_threads): Likewise.
3603 * tracepoint.c (run_inferior_command): Likewise.
3604
b3dc46ff
AB
36052012-10-01 Andrew Burgess <aburgess@broadcom.com>
3606
3607 * server.c (handle_search_memory_1): Include access length in
3608 warning message.
3609
07c04788
HPN
36102012-09-05 Michael Brandt <michael.brandt@axis.com>
3611
3612 * linux-crisv32-low.c: Fix compile errors.
3613
918d227b
YQ
36142012-09-04 Yao Qi <yao@codesourcery.com>
3615
3616 * tracepoint.c (cmd_qtsv): Adjust debug message.
3617 Don't check CUR_TPOINT.
3618
18c1b81a
YQ
36192012-08-28 Yao Qi <yao@codesourcery.com>
3620
3621 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
3622 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
3623 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
3624 Remove declarations of xmalloc, xreallloc, xstrdup and
3625 freeargv.
3626 * Makefile.in (libiberty_h): New.
3627 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
3628 (linux-bfin-low.o): Append dependency 'libiberty.h'.
3629
dc82f37b
YQ
36302012-08-23 Yao Qi <yao@codesourcery.com>
3631
3632 * server.h: Remove declaration of 'xsnprintf'.
3633
406b1477
KS
36342012-08-22 Keith Seitz <keiths@redhat.com>
3635
3636 * server.h: Include build-gnulib-gbserver/config.h.
3637 * gdbreplay.c: Likewise.
3638
e6712ff1
DE
36392012-08-08 Doug Evans <dje@google.com>
3640
3641 * Makefile.in (SFILES): Add gdb_vecs.c.
3642 (OBS): Add gdb_vecs.o.
3643 (gdb_vecs_h, host_defs_h): New variables.
3644 (thread-db.o): Add $(gdb_vecs_h) dependency.
3645 (gdb_vecs.o): New rule.
3646 * thread-db.c: #include "gdb_vecs.h".
3647 (thread_db_load_search): Use a vector to iterate over path elements.
3648 Handle text appearing after "$pdir".
3649
3650 * configure.ac: Add check for strstr.
3651 * config.in: Regenerate.
3652 * configure: Regenerate.
3653
7c3270ae
UW
36542012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3655
3656 * hostio.c (handle_pread): If pread fails, fall back to attempting
3657 lseek/read.
3658 (handle_pwrite): Likewise for pwrite.
3659
b62e2b27
UW
36602012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3661
3662 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
3663 between unsupported TYPE and unimplementable ADDR/LEN combination.
3664 (arm_insert_point): Act on new return value.
3665
78a99e91
PA
36662012-07-31 Pedro Alves <palves@redhat.com>
3667
3668 * server.c (process_point_options): Only skip tokens if we find
3669 one that is unrecognized. Don't treat 'X' specially while
3670 skipping unrecognized tokens.
3671
fcf303ab
UW
36722012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3673
3674 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
3675 to 4-byte-align HW breakpoint addresses for Thumb.
3676
7255706c
YQ
36772012-07-27 Yao Qi <yao@codesourcery.com>
3678
3679 PR remote/14161.
3680
3681 * server.h: Declare gdb_agent_about_to_close.
3682 * target.c (kill_inferior): Include "agent.h".
3683 New. Send command 'kill'.
3684 * target.h (kill_inferior): Removed macro.
3685 * tracepoint.c (gdb_agent_about_to_close): New.
3686 (gdb_agent_helper_thread): Handle command 'close'.
3687 Wait endlessly until the inferior stops.
3688 Install gdb_agent_remove_socket to atexit hook.
3689 (agent_socket_name): New static variable.
3690 (gdb_agent_socket_init): Replace local variable 'name' with
3691 'agent_socket_name'.
3692 (gdb_agent_remove_socket): New.
3693
5a3f286f
YQ
36942012-07-27 Yao Qi <yao@codesourcery.com>
3695
3696 * server.c (process_point_options): Stop at 'X' when parsing.
3697
961bd387
ME
36982012-07-19 Michael Eager <eager@eagercon.com>
3699
a261b8f5 3700 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
3701 to hw_execute.
3702 * linux-x86-low.c (x86_insert_point, x86_remove_point):
3703 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
3704 hardware breakpoint.
3705
aa7c7447
JK
37062012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdbserver/linux-low.c (initialize_low): Call
3709 linux_ptrace_init_warnings.
3710
7f216e7c
DE
37112012-07-02 Doug Evans <dje@google.com>
3712
3713 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
3714 pointer to int.
3715
d3ce09f5
SS
37162012-07-02 Stan Shebs <stan@codesourcery.com>
3717
3718 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
3719 (ax.o): Add it to build rule.
3720 (ax-ipa.o): Ditto.
3721 (OBS): Add format.o.
3722 (IPA_OBS): Add format.o.
3723 * server.c (handle_query): Claim support for breakpoint commands.
3724 (process_point_options): Add command case.
3725 (process_serial_event): Leave running if there are printfs in
3726 effect.
3727 * mem-break.h (any_persistent_commands): Declare.
3728 (add_breakpoint_commands): Declare.
3729 (gdb_no_commands_at_breakpoint): Declare.
3730 (run_breakpoint_commands): Declare.
3731 * mem-break.c (struct point_command_list): New struct.
3732 (struct breakpoint): New field command_list.
3733 (any_persistent_commands): New function.
3734 (add_commands_to_breakpoint): New function.
3735 (add_breakpoint_commands): New function.
3736 (gdb_no_commands_at_breakpoint): New function.
3737 (run_breakpoint_commands): New function.
3738 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
3739 locally.
3740 * ax.c: Include format.h.
3741 (ax_printf): New function.
3742 (gdb_eval_agent_expr): Add printf opcode.
3743
2f8f6aed
YQ
37442012-06-13 Yao Qi <yao@codesourcery.com>
3745
3746 * server.c (start_inferior): Remove duplicated writes to fields
3747 'last_resume_kind' and 'last_status' of 'current_inferior'.
3748
0c9070b3
YQ
37492012-06-12 Yao Qi <yao@codesourcery.com>
3750 Pedro Alves <palves@redhat.com>
3751
3752 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
3753 comment.
3754 * server.c (handle_v_cont): Extend comment.
3755
c52daf70
YQ
37562012-06-11 Yao Qi <yao@codesourcery.com>
3757
3758 * linux-low.c (linux_attach): Add 'static'.
3759
d38bbb0a
YQ
37602012-06-06 Yao Qi <yao@codesourcery.com>
3761
3762 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
3763
89dc0afd
JK
37642012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 Fix gcc -flto compilation warning.
3767 * server.c (main): Make variable multi_mode and attach volatile.
3768
75f62ce7
TJB
37692012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3770
3771 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
3772 if the platform doesn't know about it.
3773
65f479b6
PA
37742012-05-30 Jeff Kenton <jkenton@tilera.com>
3775
3776 * Makefile.in (SFILES): Add linux-tile-low.c.
3777 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
3778 * configure.srv: Handle tilegx-*-linux*.
3779 * linux-tile-low.c: New file.
3780
0c5bf5a9
JK
37812012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
3784
a493e3e2
PA
37852012-05-24 Pedro Alves <palves@redhat.com>
3786
3787 PR gdb/7205
3788
43aaf8b6 3789 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 3790
2ea28649
PA
37912012-05-24 Pedro Alves <palves@redhat.com>
3792
3793 PR gdb/7205
3794
3795 Replace target_signal with gdb_signal throughout.
3796
8d409d16
MR
37972012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3798
3799 * linux-low.c (linux_store_registers): Avoid the copying sequence
3800 when no data has been retrieved by ptrace.
3801
23512c01
MGD
38022012-05-22 Will Deacon <will.deacon@arm.com>
3803
3804 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
3805 Include asm/ptrace.h.
3806 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
3807 already defined.
3808
4934b29e
MR
38092012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3810
3811 * linux-low.c (linux_store_registers): Don't re-retrieve data
3812 with ptrace that has already been obtained from /proc. Always
3813 copy any data retrieved with ptrace to the buffer supplied.
3814
bde24c0a
PA
38152012-05-11 Yao Qi <yao@codesourcery.com>
3816 Pedro Alves <palves@redhat.com>
3817
3818 * linux-low.c (enum stopping_threads_kind): New.
3819 (stopping_threads): Change type to `enum stopping_threads_kind'.
3820 (handle_extended_wait): If stopping and suspending threads, leave
3821 the new_lwp suspended too.
3822 (linux_wait_for_event): Adjust.
3823 (stop_all_lwps): Set `stopping_threads' to
3824 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
3825 whether we're suspending threads or just stopping them. Assert no
3826 recursion happens.
3827
623b6bdf
YQ
38282012-04-29 Yao Qi <yao@codesourcery.com>
3829
3830 * server.h: Move some code to ...
3831 * gdbthread.h: ... here. New.
3832 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
3833 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
3834 (nto-low.o, win32-low.o): Likewise.
3835 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
3836 * regcache.c, remote-utils.c, server.c: Likewise.
3837 * target.c, tracepoint.c, win32-low.c: Likewise.
3838
f15f9948
TJB
38392012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3840
3841 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
3842 (PTRACE_ARG4_TYPE): Likewise.
3843 (PTRACE_XFER_TYPE): Likewise.
3844 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
3845 ptrace to PTRACE_ARG3_TYPE.
3846 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
3847 (PTRACE_ARG4_TYPE): Likewise.
3848 (PTRACE_XFER_TYPE): Likewise.
3849 (linux_detach_one_lwp): Cast fourth argument of
3850 ptrace to long then PTRACE_ARG4_TYPE.
3851 (regsets_fetch_inferior_registers): Cast third argument of
3852 ptrace to long then PTRACE_ARG3_TYPE.
3853 (regsets_store_inferior_registers): Likewise.
3854
38ea300a
PA
38552012-04-20 Pedro Alves <palves@redhat.com>
3856
3857 * configure: Regenerate.
3858
c971b7fa
PA
38592012-04-19 Pedro Alves <palves@redhat.com>
3860
43aaf8b6 3861 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 3862 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
3863 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
3864 (all, install-only, uninstall, clean-info, all-lib, clean): No
3865 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
3866 (maintainer-clean realclean distclean): Use subdir_do.
3867 (subdir_do): New.
3868 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 3869 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
3870 * acinclude.m4: Include acx_configure_dir.m4.
3871 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
3872 calls. Call AC_PROG_RANLIB. Configure gnulib using
3873 ACX_CONFIGURE_DIR.
3874 (GNULIB): New.
3875 (GNULIB_STDINT_H): Adjust.
3876 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
3877 * gdbreplay.c: Include build-gnulib/config.h.
3878 * server.h: Likewise.
3879 * aclocal.m4: Regenerate.
3880 * config.in: Regenerate.
3881 * configure: Regenerate.
c971b7fa 3882
809277f8
PA
38832012-04-19 Pedro Alves <palves@redhat.com>
3884
3885 * Makefile.in (LIBGNU, INCGNU): Adjust.
3886 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
3887 (all, install-only, uninstall, clean-info, all-lib, clean)
3888 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
3889 * configure.ac: Adjust AC_OUTPUT output.
3890 * aclocal.m4: Regenerate.
3891 * configure: Regenerate.
3892
fd9bb8b8
PA
38932012-04-19 Pedro Alves <palves@redhat.com>
3894
3895 * Makefile.in (generated_files): New.
3896 (server_h): Remove the explicit dependency on config.h, and depend
3897 on $generated_files.
3898
1c298c66
PA
38992012-04-19 Pedro Alves <palves@redhat.com>
3900
3901 * Makefile.in (INCGNU): Add -Ignulib.
3902
57c4b50b
PA
39032012-04-19 Pedro Alves <palves@redhat.com>
3904
3905 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
3906 (INCGNU): ... this, and spell out -I here.
3907 (GNULIB_LIB): Rename to ...
3908 (LIBGNU): ... this.
3909 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
3910
1030e047
PA
39112012-04-19 Pedro Alves <palves@redhat.com>
3912
3913 * config.in: Regenerate.
3914
447d4319
PA
39152012-04-19 Pedro Alves <palves@redhat.com>
3916
3917 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
3918 * server.h (memmem): Remove declaration.
3919 * config.in: Regenerate.
3920 * configure: Regenerate.
3921
aad9eab9
YQ
39222012-04-19 Yao Qi <yao@codesourcery.com>
3923
3924 * Makefile.in (SFILES): Add common/vec.c.
3925 (OBS): Add vec.o.
3926 (vec.o): New rule.
3927
3e10640f
YQ
39282012-04-19 Yao Qi <yao@codesourcery.com>
3929
3930 * remote-utils.c (prepare_resume_reply): Replace with macro
3931 target_core_of_thread.
3932 * server.c (handle_qxfer_threads_proper): Likewise.
3933 * target.h (traget_core_of_thread): New macro.
3934
71622373
PA
39352012-04-18 Pedro Alves <palves@redhat.com>
3936
3937 * aclocal.m4: Regenerate.
3938 * configure: Regenerate.
3939
80d26939
YQ
39402012-04-16 Yao Qi <yao@codesourcery.com>
3941
3942 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
3943 duplicated on address.
3944
42476b70
YQ
39452012-04-16 Yao Qi <yao@codesourcery.com>
3946
3947 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
3948 (struct tracepoint_action_ops) <send>: New field.
3949 (m_tracepoint_action_send, r_tracepoint_action_send): New.
3950 (agent_expr_send, x_tracepoint_action_send): New.
3951 (l_tracepoint_action_send): New.
3952 (cmd_qtdp): Download and install tracepoint
3953 according to `use_agent'.
3954 (run_inferior_command): Add one more parameter `len'.
3955 Update callers.
3956 (tracepoint_send_agent): New.
3957 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
3958
7bc83639
YQ
39592012-04-16 Yao Qi <yao@codesourcery.com>
3960
3961 * tracepoint.c (download_tracepoints): Moved to ...
3962 (cmd_qtstart): ... here.
3963
5f18041e
YQ
39642012-04-14 Yao Qi <yao@codesourcery.com>
3965
3966 * tracepoint.c: Include inttypes.h.
3967 (struct collect_memory_action): Use sized types.
3968 (struct tracepoint): Likewise.
3969 (cmd_qtdp, stop_tracing): Update print specifiers.
3970 (cmd_qtp, response_tracepoint): Likewise.
3971 (collect_data_at_tracepoint): Likewise.
3972 (collect_data_at_step): Likewise.
3973
55a8c076
YQ
39742012-04-14 Yao Qi <yao@codesourcery.com>
3975
3976 Import gnulib module inttypes.
3977 * aclocal.m4, config.in, configure: Regenerated.
3978
dc750257
YQ
39792012-04-14 Yao Qi <yao@codesourcery.com>
3980
3981 * Makefile.in (maintainer-clean, realclean, distclean): Remove
3982 Makefile and config.status at last.
3983
0ab5faf9
YQ
39842012-04-13 Yao Qi <yao@codesourcery.com>
3985
3986 * tracepoint.c: Include stdint.h unconditionally.
3987
18f5fd81
TJB
39882012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3989
3990 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
3991 on BFD_HAVE_SYS_PROCFS_TYPE.
3992 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
3993 * configure: Regenerate.
3994 * config.in: Likewise.
3995
4d47af5c
L
39962012-04-13 H.J. Lu <hongjiu.lu@intel.com>
3997
3998 * Makefile.in (clean): Also remove x32.c x32-linux.c
3999 x32-avx.c x32-avx-linux.c.
4000 (x32.o): New target.
4001 (x32.c): Likewise.
4002 (x32-linux.o): Likewise.
4003 (x32-linux.c): Likewise.
4004 (x32-avx.o): Likewise.
4005 (x32-avx.c): Likewise.
4006 (x32-avx-linux.o): Likewise.
4007 (x32-avx-linux.c): Likewise.
4008
4009 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
4010 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
4011 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
4012 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
4013 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
4014 i386/x32-avx-linux.xml.
4015
4016 * linux-x86-low.c (init_registers_x32_linux): New prototype.
4017 (init_registers_x32_avx_linux): Likwise.
4018 (x86_linux_update_xmltarget): Call init_registers_x32_linux
4019 or init_registers_x32_avx_linux if linux_is_elf64 is false.
4020
ecedbe58
PA
40212012-04-13 Pedro Alves <palves@redhat.com>
4022
4023 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
4024 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
4025 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
4026 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
4027 the sub-make.
4028
c92b5177
L
40292012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4030
4031 * linux-x86-low.c (compat_x32_clock_t): New.
4032 (compat_x32_siginfo_t): Likewise.
4033 (compat_x32_siginfo_from_siginfo): Likewise.
4034 (siginfo_from_compat_x32_siginfo): Likewise.
4035 (linux_is_elf64): Likewise.
4036 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4037 and siginfo_from_compat_x32_siginfo for x32.
4038 (x86_arch_setup): Set linux_is_elf64.
4039
214d508e
L
40402012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4041
4042 PR gdb/13969
4043 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
4044 e_machine field.
4045 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
4046 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
4047 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
4048 compatible with process.
4049
c9a1864a
YQ
40502012-04-12 Yao Qi <yao@codesourcery.com>
4051
4052 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
4053 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
4054 (install-only, install-info, clean): Handle sub dir gnulib.
4055 (all-lib, am--refresh): New targets.
4056 (memmem.o): Remove target.
4057 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
4058 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
4059 (AC_REPLACE_FUNCS): Remove memmem.
4060 Invoke gl_INIT and AM_INIT_AUTOMAKE.
4061 (AC_OUTPUT): Generate Makefile in gnulib/.
4062 * aclocal.m4, config.in, configure: Regenerated.
4063
367ba2c2
MR
40642012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4065
4066 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
4067
9d236627
PA
40682012-04-05 Pedro Alves <palves@redhat.com>
4069
4070 -Werror=strict-aliasing
4071
4072 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
4073 pointer.
4074
111217b3
PA
40752012-04-04 Pedro Alves <palves@redhat.com>
4076
4077 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4078 (sparc_store_gregset_from_stack, sparc_store_gregset)
4079 (sparc_breakpoint_at): Fix formatting.
4080
8365dcf5
TJB
40812012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4082
4083 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
4084 are available.
4085 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
4086 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
4087 * config.in: Regenerate.
4088 * configure: Likewise.
4089
689cc2ae
PA
40902012-03-29 Pedro Alves <palves@redhat.com>
4091
4092 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
4093 Correct ptrace arguments.
4094
c14dfd32
PA
40952012-03-28 Pedro Alves <palves@redhat.com>
4096
4097 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
4098 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
4099 (IA64_FR1_REGNUM): New defines.
4100 (ia64_fetch_register): New.
4101 (the_low_target): Install it.
4102 * linux-low.h (struct linux_target_ops) <fetch_register>: New
4103 field.
4104 * linux-low.c (linux_fetch_registers): Try the
4105 the_low_target.fetch_register hook first.
4106
4107 * linux-arm-low.c (the_low_target): Adjust.
4108 * linux-bfin-low.c (the_low_target): Adjust.
4109 * linux-cris-low.c (the_low_target): Adjust.
4110 * linux-crisv32-low.c (the_low_target): Adjust.
4111 * linux-m32r-low.c (the_low_target): Adjust.
4112 * linux-m68k-low.c (the_low_target): Adjust.
4113 * linux-mips-low.c (the_low_target): Adjust.
4114 * linux-ppc-low.c (the_low_target): Adjust.
4115 * linux-s390-low.c (the_low_target): Adjust.
4116 * linux-sh-low.c (the_low_target): Adjust.
4117 * linux-sparc-low.c (the_low_target): Adjust.
4118 * linux-tic6x-low.c (the_low_target): Adjust.
4119 * linux-x86-low.c (the_low_target): Adjust.
4120 * linux-xtensa-low.c (the_low_target): Adjust.
4121
63c88e13
PA
41222012-03-26 Pedro Alves <palves@redhat.com>
4123
4124 * server.c (handle_qxfer_libraries): Don't bail early if
4125 the_target->qxfer_libraries_svr4 is not NULL.
4126
fb723180
PA
41272012-03-26 Pedro Alves <palves@redhat.com>
4128
4129 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
4130
0afae3cf
PA
41312012-03-23 Pedro Alves <palves@redhat.com>
4132
4133 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
4134 "library-list-svr4" element's start tag when the the DSO list is
4135 empty.
4136
485f1ee4
PA
41372012-03-23 Pedro Alves <palves@redhat.com>
4138
4139 * linux-low.c (read_one_ptr): Read the inferior's pointer through
4140 a variable whose type size is the same as the inferior's pointer
4141 size.
4142
a5362b9a
TS
41432012-03-21 Thomas Schwinge <thomas@codesourcery.com>
4144
4145 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
4146 struct siginfo.
4147 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
4148 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
4149 * linux-low.h: Include <signal.h>.
4150 (struct siginfo): Remove forward declaration.
4151 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
4152 struct siginfo.
4153
d226c142
MF
41542012-03-21 Mike Frysinger <vapier@gentoo.org>
4155
4156 * .gitignore: Ignore more files.
4157
122f36ef
PA
41582012-03-19 Pedro Alves <palves@redhat.com>
4159 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * server.c (cont_thread, general_thread): Add describing comments.
4162 (start_inferior): Clear `cont_thread'.
4163 (handle_v_cont): Don't set `cont_thread' if resuming all threads
4164 of a process.
4165
fc3e5175
YQ
41662012-03-15 Yao Qi <yao@codesourcery.com>
4167
4168 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
4169 handling to ...
4170 (cmd_qtdp): ... here.
4171
8d0d92cd
YQ
41722012-03-15 Yao Qi <yao@codesourcery.com>
4173
4174 * tracepoint.c (struct tracepoint_action_ops): New.
4175 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
4176 (m_tracepoint_action_download): New.
4177 (r_tracepoint_action_download): New.
4178 (x_tracepoint_action_download): New.
4179 (l_tracepoint_action_download): New.
4180 (add_tracepoint_action): Install `action->ops' according type.
4181 (download_tracepoint_1): Move code `download' function pointer
4182 of various tracepoint_action_ops.
4183
87b0bb13
JK
41842012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4185
4186 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
4187 linux_ptrace_attach_warnings.
4188
5f572dec
JK
41892012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * Makefile.in (linux-ptrace.o): New.
4192 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
4193 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
4194 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
4195 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
4196 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
4197 of these targets.
4198 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
4199
f4647387
YQ
42002012-03-08 Yao Qi <yao@codesourcery.com>
4201 Pedro Alves <palves@redhat.com>
4202
4203 Fix PR server/13392.
4204 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
4205 offset of JMP insn.
4206 * tracepoint.c (remove_tracepoint): New.
4207 (cmd_qtdp): Call remove_tracepoint when failed to install.
4208
9b224c5e
PA
42092012-03-07 Pedro Alves <palves@redhat.com>
4210
4211 * linux-low.c (get_detach_signal): New.
4212 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
4213 Pass on pending signals to PTRACE_DETACH. Check the result of the
4214 ptrace call.
4215 * server.c (program_signals, program_signals_p): New.
4216 (handle_general_set): Handle QProgramSignals.
4217 * server.h (program_signals, program_signals_p): Declare.
4218
e237a7e2
JK
42192012-03-05 Pedro Alves <palves@redhat.com>
4220 Jan Kratochvil <jan.kratochvil@redhat.com>
4221
4222 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
4223 New comment why.
4224
5808517f
YQ
42252012-03-03 Yao Qi <yao@codesourcery.com>
4226
4227 * tracepoint.c (tracepoint_look_up_symbols): Update call to
4228 agent_look_up_symbols.
4229
58b4daa5
YQ
42302012-03-03 Yao Qi <yao@codesourcery.com>
4231
4232 * Makefile.in (linux-low.o): Keep dependence on agent.h.
4233 (linux-x86-low.o): Likewise.
4234 * server.h: Remove in_process_agent_loaded.
4235 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
4236 common/agent.c.
4237 Update callers.
4238
8ffcbaaf
YQ
42392012-03-03 Yao Qi <yao@codesourcery.com>
4240
4241 * tracepoint.c (gdb_agent_capability): New global.
4242 (in_process_agent_loaded_ust): Renamed to
4243 `in_process_agent_supports_ust'.
4244 Update callers.
4245 (in_process_agent_supports_ust): Call agent_capability_check.
4246 (clear_installed_tracepoints): Assert that agent supports
4247 agent.
4248
d1feda86
YQ
42492012-03-03 Yao Qi <yao@codesourcery.com>
4250
4251 * linux-low.c (linux_supports_agent): New.
4252 (linux_target_ops): Initialize field `supports_agent' with
4253 linux_supports_agent.
4254 * target.h (struct target_ops) <supports_agent>: New.
4255 (target_supports_agent): New macro.
4256 * server.c (handle_general_set): Handle packet 'QAgent'.
4257 (handle_query): Send `QAgent+'.
4258 * Makefile.in (server.o): Depends on agent.h.
4259
2fa291ac
YQ
42602012-03-03 Yao Qi <yao@codesourcery.com>
4261
4262 * Makefile.in (OBS): Add agent.o.
4263 Add new rule for agent.o.
4264 Track dependence of tracepoint.c on agent.h.
4265 * tracepoint.c (run_inferior_command_1):
4266 (run_inferior_command): Call agent_run_command.
4267 (gdb_ust_connect_sync_socket): Deleted. Move it to
4268 common/agent.c.
4269 (resume_thread, stop_thread): Likewise.
4270 (gdb_ust_socket_init): Renamed to ...
4271 (gdb_agent_socket_init): ... New.
4272 (gdb_ust_thread): Renamed to ...
4273 (gdb_agent_helper_thread): ... New.
4274 (gdb_ust_init): Move some code to ...
4275 (gdb_agent_init): ... here. New.
4276 [HAVE_UST]: Call gdb_ust_init.
4277 (initialize_tracepoint_ftlib): Call gdb_agent_init.
4278 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
4279 * config.in, configure: Regenerated.
4280
05044653
PA
42812012-03-02 Pedro Alves <palves@redhat.com>
4282
4283 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
4284 * linux-low.c (struct simple_pid_list): New.
4285 (stopped_pids): New a struct simple_pid_list pointer.
4286 (add_to_pid_list, pull_pid_from_list): New.
4287 (handle_extended_wait): Don't assume the first signal new children
4288 report is SIGSTOP. Adjust call to pull_pid_from_list.
4289 (linux_wait_for_lwp): Adjust.
4290
8d00225b
YQ
42912012-03-02 Yao Qi <yao@codesourcery.com>
4292
4293 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
4294 debug log.
4295
19560ba5
YQ
42962012-03-02 Yao Qi <yao@codesourcery.com>
4297
4298 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
4299 `stop_pc' and `tpoint'. Update caller.
4300
1faeff08
MR
43012012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4302
4303 * linux-low.h (linux_target_ops): Add regset_bitmap member.
4304 * linux-low.c (use_linux_regsets): New macro.
4305 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
4306 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
4307 (linux_register_in_regsets): New function.
4308 (usr_fetch_inferior_registers): Skip registers covered by
4309 regsets.
4310 (usr_store_inferior_registers): Likewise.
4311 (usr_fetch_inferior_registers): New macro.
4312 (usr_store_inferior_registers): Likewise.
4313 (linux_fetch_registers): Handle mixed regset/non-regset targets.
4314 (linux_store_registers): Likewise.
4315 * linux-mips-low.c (init_registers_mips_dsp_linux): New
4316 prototype.
4317 (init_registers_mips64_dsp_linux): Likewise.
4318 (init_registers_mips_linux): New macro.
4319 (init_registers_mips_dsp_linux): Likewise.
4320 (mips_dsp_num_regs): Likewise.
4321 (DSP_BASE, DSP_CONTROL): New fallback macros.
4322 (mips_base_regs): New macro.
4323 (mips_regmap): Use it. Fix the size.
4324 (mips_dsp_regmap): New variable.
4325 (mips_dsp_regset_bitmap): Likewise.
4326 (mips_arch_setup): New function.
4327 (mips_cannot_fetch_register): Use the_low_target.regmap rather
4328 than mips_regmap.
4329 (mips_cannot_store_register): Likewise.
4330 (the_low_target): Update .arch_setup, .num_regs and .regmap
4331 initializers. Add .regset_bitmap initializer.
4332 * linux-arm-low.c (the_low_target): Add .regset_bitmap
4333 initializer.
4334 * linux-bfin-low.c (the_low_target): Likewise.
4335 * linux-cris-low.c (the_low_target): Likewise.
4336 * linux-crisv32-low.c (the_low_target): Likewise.
4337 * linux-ia64-low.c (the_low_target): Likewise.
4338 * linux-m32r-low.c (the_low_target): Likewise.
4339 * linux-m68k-low.c (the_low_target): Likewise.
4340 * linux-ppc-low.c (the_low_target): Likewise.
4341 * linux-s390-low.c (the_low_target): Likewise.
4342 * linux-sh-low.c (the_low_target): Likewise.
4343 * linux-sparc-low.c (the_low_target): Likewise.
4344 * linux-tic6x-low.c (the_low_target): Likewise.
4345 * linux-x86-low.c (the_low_target): Likewise.
4346 * linux-xtensa-low.c (the_low_target): Likewise.
4347 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
4348 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
4349 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
4350 srv_xmlfiles.
4351 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
4352 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
4353
c03e6ccc
YQ
43542012-02-29 Yao Qi <yao@codesourcery.com>
4355 Pedro Alves <palves@redhat.com>
4356
4357 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
4358 `step_over_finished' is true.
4359
644cebc9
PA
43602012-02-27 Pedro Alves <palves@redhat.com>
4361
4362 * linux-low.c (pid_is_stopped): Delete, moved to common/.
4363 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
4364
c14d7ab2
PA
43652012-02-27 Pedro Alves <palves@redhat.com>
4366
4367 PR server/9684
4368 * linux-low.c (pid_is_stopped): New.
4369 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
4370
412c89dd
LM
43712012-02-25 Luis Machado <lgustavo@codesourcery.com>
4372
4373 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
4374 of conditions.
4375
b745defe
MR
43762012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4377
4378 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
4379
9f3a5c85
LM
43802012-02-24 Luis Machado <lgustavo@codesourcery>
4381
4382 * server.c (handle_query): Advertise support for target-side
4383 breakpoint condition evaluation.
4384 (process_point_options): New function.
4385 (process_serial_event): When inserting a breakpoint, check for
4386 a target-side condition that should be evaluated.
4387
4388 * mem-break.c: Include regcache.h and ax.h.
4389 (point_cond_list_t): New data structure.
4390 (breakpoint) <cond_list>: New field.
4391 (find_gdb_breakpoint_at): Make non-static.
4392 (delete_gdb_breakpoint_at): Clear any target-side
4393 conditions.
4394 (clear_gdb_breakpoint_conditions): New function.
4395 (add_condition_to_breakpoint): Likewise.
4396 (add_breakpoint_condition): Likewise.
4397 (gdb_condition_true_at_breakpoint): Likewise.
4398 (gdb_breakpoint_here): Return result directly instead
4399 of going through a local variable.
4400
4401 * mem-break.h (find_gdb_breakpoint_at): New prototype.
4402 (clear_gdb_breakpoint_conditions): Likewise.
4403 (add_breakpoint_condition): Likewise.
4404 (gdb_condition_true_at_breakpoint): Likewise.
4405
4406 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
4407 (need_step_over_p): Take target-side breakpoint condition into
4408 consideration.
4409
5e1dc496
LM
44102012-02-24 Luis Machado <lgustavo@codesourcery>
4411
4412 * server.h: Include tracepoint.h.
4413 (agent_mem_read, agent_get_trace_state_variable_value,
4414 agent_set_trace_state_variable_value,
4415 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
4416 get_set_tsv_func_addr): New prototypes.
4417
4418 * ax.h: New include file.
4419 * ax.c: New source file.
4420
4421 * tracepoint.c: Include ax.h.
4422 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
4423 agent_expr, eval_result_type): Move to ax.h.
4424 (parse_agent_expr): Rename to ...
4425 (gdb_parse_agent_expr): ... this, make it non-static and move
4426 to ax.h.
4427 (unparse_agent_expr) Rename to ...
4428 (gdb_unparse_agent_expr): ... this, make it non-static and move
4429 to ax.h.
4430 (eval_agent_expr): Rename to ...
4431 (eval_tracepoint_agent_expr): ... this.
4432 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
4433 forward declarations.
4434 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
4435 (agent_get_trace_state_variable_value): New function.
4436 (agent_set_trace_state_variable_value): New function.
4437 (cmd_qtdp): Call gdb_parse_agent_expr (...).
4438 (response_tracepoint): Call gdb_unparse_agent_expr (...).
4439 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
4440 (condition_true_at_tracepoint): Likewise.
4441 (parse_agent_expr): Rename to ...
4442 (gdb_parse_agent_expr): ... this and move to ax.c.
4443 (unparse_agent_expr): Rename to ...
4444 (gdb_unparse_agent_expr): ... this and move to ax.c.
4445 (gdb_agent_op_name): Move to ax.c.
4446 (eval_agent_expr): Rename to ...
4447 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
4448 and move to ax.c.
4449 (eval_tracepoint_agent_expr): New function.
4450 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 4451 non-static.
5e1dc496
LM
4452 (current_insn_ptr, emit_error, struct bytecode_address): Move to
4453 ax.c.
4454 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
4455 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
4456 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
4457 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
4458 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
4459 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
4460 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
4461 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
4462 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
4463 (compile_bytecodes): Remove forward declaration.
4464 (is_goto_target): Move to ax.c.
4465 (compile_bytecodes): Move to ax.c and call
4466 agent_get_trace_state_variable_value (...) and
4467 agent_set_trace_state_variable_value (...).
4468
4469 * Makefile.in: Update ax.c and IPA dependencies.
4470
277e4e52
PA
44712012-02-24 Pedro Alves <palves@redhat.com>
4472
4473 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
4474 (cmd_bigqtbuffer_circular): ... this. Only handle
4475 'QTBuffer:circular:'.
4476 (handle_tracepoint_general_set): Adjust.
4477
bf4c19f7
YQ
44782012-02-16 Yao Qi <yao@codesourcery.com>
4479
4480 * inferiors.c: Move code to ...
4481 * dll.c: .... here. New.
4482 * server.h: Declare clear_dlls.
4483 * Makefile.in (SFILES): Add dll.c.
4484 (OBS): Add dll.o
4485 (dll.o): New rule.
4486
d73f2619
YQ
44872012-02-11 Yao Qi <yao@codesourcery.com>
4488
4489 * server.c: (handle_monitor_command): Add a new parameter
4490 `own_buf'.
4491 (handle_query): Update caller.
4492
f8255c2a
JB
44932012-02-09 Joel Brobecker <brobecker@adacore.com>
4494
4495 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
4496 * configure, config.in: Regenerate.
4497 * hostio.c: Provide an alternate implementation if HAVE_READLINK
4498 is not defined.
4499
da84f473
PA
45002012-02-02 Pedro Alves <palves@redhat.com>
4501
4502 Try SIGKILL first, then PTRACE_KILL.
4503 * linux-low.c (linux_kill_one_lwp): New.
4504 (linux_kill_one_lwp): Rename to ...
4505 (kill_one_lwp_callback): ... this. Use the new
4506 linux_kill_one_lwp.
4507
e886a173
PA
45082012-02-02 Pedro Alves <palves@redhat.com>
4509
4510 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
4511 inferior.
4512
be07f1a2
PA
45132012-01-27 Pedro Alves <palves@redhat.com>
4514
4515 * linux-low.c (linux_child_pid_to_exec_file): Delete.
4516 (elf_64_file_p): Make static.
4517 (linux_pid_exe_is_elf_64_file): New.
4518 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
4519 Delete declarations.
4520 (linux_pid_exe_is_elf_64_file): Declare.
4521 * linux-x86-low.c (x86_arch_setup): Use
4522 linux_pid_exe_is_elf_64_file.
4523
d8301ad1
JK
45242012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4525
4526 * linux-low.c (linux_wait_for_event_1): Rename to ...
4527 (linux_wait_for_event): ... here and merge it with former
4528 linux_wait_for_event - new variable wait_ptid, use it.
4529 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
4530
01b17894
PA
45312012-01-23 Pedro Alves <palves@redhat.com>
4532
4533 * server.c (main): Avoid yet another case of infinite loop while
4534 detaching/killing after a longjmp.
4535
e825046f
JK
45362012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 Code cleanup.
4539 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
4540
b9e7b9c3
UW
45412012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4542
4543 * hostio.c (handle_readlink): New function.
4544 (handle_vFile): Call it to handle "vFile:readlink" packets.
4545
901f9912
UW
45462012-01-20 Pedro Alves <palves@redhat.com>
4547 Ulrich Weigand <ulrich.weigand@linaro.org>
4548
4549 * server.c (handle_v_requests): Only support vAttach and vRun to
4550 start multiple processes when in extended protocol mode.
4551
fc1ab1a0
PA
45522012-01-17 Pedro Alves <palves@redhat.com>
4553
4554 * tracepoint.c (initialize_tracepoint): Use mmap instead of
4555 memalign plus mprotect to allocate the scratch buffer.
4556
7d5d4e98
PA
45572012-01-13 Pedro Alves <palves@redhat.com>
4558
4559 * server.c (attach_inferior): Clear `cont_thread'.
4560
f128d5e9
PA
45612012-01-13 Pedro Alves <palves@redhat.com>
4562
4563 * server.c (main): Avoid infinite loop while detaching/killing
4564 after a longjmp.
4565
06db92f0
DE
45662012-01-09 Doug Evans <dje@google.com>
4567
4568 * server.c (start_inferior): Set last_ptid in --wrapper case.
4569
32d92999
YQ
45702012-01-06 Yao Qi <yao@codesourcery.com>
4571
4572 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
4573 defined.
4574 [IN_PROCESS_AGENT] (debug_agent): New global variable.
4575
5e0a92a9
YQ
45762012-01-04 Yao Qi <yao@codesourcery.com>
4577
4578 * tracepoint.c (cmd_qtdp): Print debug message
4579 for static tracepoint.
4580
ae639e8c
YQ
45812012-01-04 Yao Qi <yao@codesourcery.com>
4582
4583 * tracepoint.c (trace_vdebug): Differentiate debug message
4584 between gdbserver and IPA.
4585
f72429c5
YQ
45862012-01-03 Yao Qi <yao@codesourcery.com>
4587
4588 * tracepoint.c (tracepoint_was_hit): Don't collect for
4589 static tracepoint.
4590
12c3e59c
JB
45912012-01-02 Joel Brobecker <brobecker@adacore.com>
4592
4593 * terminal.h: Reformat copyright header.
4594
67827812
JB
45952012-01-02 Joel Brobecker <brobecker@adacore.com>
4596
4597 * server.c (gdbserver_version): Update copyright year.
4598 * gdbreplay.c (gdbreplay_version): Likewise.
4599
3e52c33d
JK
46002011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4601
4602 * linux-low.c (linux_create_inferior): Put empty if clause for write.
4603
4604 Revert:
4605 2011-12-18 Hui Zhu <teawater@gmail.com>
4606 * linux-low.c (linux_create_inferior): Save return value to ret.
4607
66f1260e
HZ
46082011-12-18 Hui Zhu <teawater@gmail.com>
4609
4610 * linux-low.c (linux_create_inferior): Save return value to ret.
4611
e77616d7
DE
46122011-12-16 Doug Evans <dje@google.com>
4613
e7b06c57
DE
4614 * linux-low.c (linux_create_inferior): If stdio connection,
4615 redirect stdin from /dev/null, stdout to stderr.
4616 * remote-utils.c (remote_is_stdio): New static global.
4617 (remote_connection_is_stdio): New function.
4618 (remote_prepare): Handle stdio connection.
4619 (remote_open): Ditto.
4620 (remote_close): Don't close stdin for stdio connections.
4621 (read_prim,write_prim): New functions. Replace all calls to
4622 read/write to these.
4623 * server.c (main): Watch for "-" argument. Move call to
4624 remote_prepare before start_inferior.
4625 * server.h (STDIO_CONNECTION_NAME): New macro.
4626 (remote_connection_is_stdio): Declare.
4627
e77616d7
DE
4628 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
4629 in debugging output.
4630
82067193
YQ
46312011-12-15 Yao Qi <yao@codesourcery.com>
4632
4633 * tracepoint.c: Include sys/syscall.h.
4634 (gdb_ust_thread): Remove preprocessor conditional.
4635
82bfbe7e
PA
46362011-12-14 Pedro Alves <pedro@codesourcery.com>
4637
4638 * linux-low.c (linux_detach_one_lwp): Call
4639 the_low_target.prepare_to_resume before detaching.
4640
712c6575
YQ
46412011-12-14 Yao Qi <yao@codesourcery.com>
4642
4643 * tracepoint.c (gdb_ust_thread): Don't ignore return value
4644 of write.
4645
d54d1edf
YQ
46462011-12-14 Yao Qi <yao@codesourcery.com>
4647
4648 * i386-low.c (i386_low_stopped_data_address): Initialize local
4649 variable `control'.
4650
6210a125
PA
46512011-12-13 Pedro Alves <pedro@codesourcery.com>
4652
4653 PR remote/13492
4654
4655 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
4656 DR_CONTROL unless necessary. Extend comments.
4657 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
4658 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
4659
2ece8244
YQ
46602011-12-13 Yao Qi <yao@codesourcery.com>
4661
4662 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
4663 macros.
4664 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
4665
784867a5
JK
46662011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4667
4668 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4669 Print new debug message for such case.
4670
6bf36717
JK
46712011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 Fix overlapping memcpy.
4674 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
4675 the read_inferior_memory transfer.
4676 (delete_fast_tracepoint_jump): New variable buf. Use it for the
4677 write_inferior_memory transfer.
4678 (set_fast_tracepoint_jump): New variable buf. Use it for the
4679 read_inferior_memory and write_inferior_memory transfers.
4680 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
4681 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
4682 Use it for the write_inferior_memory transfer.
4683 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
4684 buffers.
4685
50275556
MR
46862011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4687
4688 * linux-low.c (fetch_register, store_register): Make code
4689 consistent, fix formatting.
4690
7325beb4
MR
46912011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4692
4693 * linux-low.c (usr_store_inferior_registers): Factor out code
4694 to handle individual registers into...
4695 (store_register): ... this new function.
4696
c642a434
UW
46972011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
4698
4699 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
4700 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
4701 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
4702 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
4703 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
4704 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
4705 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
4706 (srv_xmlfiles): Add new XML files.
4707
4708 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
4709 and <sys/uio.h>.
4710 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
4711 (init_registers_s390_linux32v1): Add prototype.
4712 (init_registers_s390_linux32v2): Likewise.
4713 (init_registers_s390_linux64v1): Likewise.
4714 (init_registers_s390_linux64v2): Likewise.
4715 (init_registers_s390x_linux64v1): Likewise.
4716 (init_registers_s390x_linux64v2): Likewise.
4717 (s390_num_regs): Increment to 52.
4718 (s390_regmap): Add orig_r2 register.
4719 (s390_num_regs_3264): Increment to 68.
4720 (s390_regmap_3264): Add orig_r2 register.
4721 (s390_collect_ptrace_register): Handle orig_r2 register.
4722 (s390_supply_ptrace_register): Likewise.
4723 (s390_fill_last_break): New function.
4724 (s390_store_last_break): Likewise.
4725 (s390_fill_system_call): New function.
4726 (s390_store_system_call): Likewise.
4727 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
4728 register sets.
4729 (s390_check_regset): New function.
4730 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
4731 NT_S390_SYSTEM_CALL regsets and use appropriate description.
4732 Update target_regsets for available register sets.
4733
2268b414
JK
47342011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4735 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
4738 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
4739 New.
4740 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
4741 * linux-low.h (struct process_info_private): New member r_debug.
4742 * server.c (handle_qxfer_libraries): Call
4743 the_target->qxfer_libraries_svr4.
4744 (handle_qxfer_libraries_svr4): New function.
4745 (qxfer_packets): New entry "libraries-svr4".
4746 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
4747 * target.h (struct target_ops): New member qxfer_libraries_svr4.
4748 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
4749 PACKET_qXfer_libraries_svr4.
4750
d6db1fab
UW
47512011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4752
4753 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
4754 PSW address/mask between 8-byte and 16-byte formats.
4755 (s390_supply_ptrace_register): Likewise.
4756 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
4757 basic addressing mode bit.
4758
242f5f1c
SS
47592011-11-24 Stan Shebs <stan@codesourcery.com>
4760
4761 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
4762
f196051f
SS
47632011-11-17 Stan Shebs <stan@codesourcery.com>
4764
4765 * tracepoint.c (struct tracepoint): New field traceframe_usage.
4766 (tracing_start_time): New global.
4767 (tracing_stop_time): New global.
4768 (tracing_user_name): New global.
4769 (tracing_notes): New global.
4770 (tracing_stop_note): New global.
4771 (cmd_qtstart): Set traceframe_usage, start_time.
4772 (stop_tracing): Set stop_time.
4773 (cmd_qtstatus): Report additional status.
4774 (cmd_qtp): New function.
4775 (handle_tracepoint_query): Call it.
4776 (cmd_qtnotes): New function.
4777 (handle_tracepoint_general_set): Call it.
4778 (get_timestamp): Rename from tsv_get_timestamp.
4779
405f8e94
SS
47802011-11-14 Stan Shebs <stan@codesourcery.com>
4781 Kwok Cheung Yeung <kcy@codesourcery.com>
4782
4783 * linux-x86-low.c (small_jump_insn): New.
4784 (i386_install_fast_tracepoint_jump_pad): Add arguments for
4785 trampoline and error message, build a trampoline and issue a small
4786 jump instruction to it.
4787 (x86_install_fast_tracepoint_jump_pad): Add arguments for
4788 trampoline and error message.
4789 (x86_get_min_fast_tracepoint_insn_len): New.
4790 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
4791 * linux-low.h (struct linux_target_ops): Add arguments to
4792 install_fast_tracepoint_jump_pad operation, add new operation.
4793 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
4794 arguments.
4795 (linux_get_min_fast_tracepoint_insn_len): New function.
4796 (linux_target_op): Add new operation.
4797 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
4798 (gdb_trampoline_buffer_end): Ditto.
4799 (gdb_trampoline_buffer_error): Ditto.
4800 (struct ipa_sym_addresses): Add fields for new IPA variables.
4801 (symbol_list): Add entries for new IPA variables.
4802 (struct tracepoint): Add fields to hold the address range of the
4803 trampoline used by the tracepoint.
4804 (trampoline_buffer_head): New static variable.
4805 (trampoline_buffer_tail): Ditto.
4806 (claim_trampoline_space): New function.
4807 (have_fast_tracepoint_trampoline_buffer): New function.
4808 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
4809 structure.
4810 (install_fast_tracepoint): Ditto, also add error buffer argument.
4811 (cmd_qtminftpilen): New function.
4812 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
4813 (fast_tracepoint_from_trampoline_address): New function.
4814 (fast_tracepoint_collecting): Handle trampoline as part of jump
4815 pad space.
4816 (set_trampoline_buffer_space): New function.
4817 (initialize_tracepoint): Initialize new IPA variables.
4818 * target.h (struct target_ops): Add arguments to
4819 install_fast_tracepoint_jump_pad operation, add new
4820 get_min_fast_tracepoint_insn_len operation.
4821 (target_get_min_fast_tracepoint_insn_len): New.
4822 (install_fast_tracepoint_jump_pad): Add arguments.
4823 * server.h (IPA_BUFSIZ): Define.
4824 * linux-i386-ipa.c: Include extra header files.
4825 (initialize_fast_tracepoint_trampoline_buffer): New function.
4826 (initialize_low_tracepoint): Call it.
4827 * server.h (set_trampoline_buffer_space): Declare.
4828 (claim_trampoline_space): Ditto.
4829 (have_fast_tracepoint_trampoline_buffer): Ditto.
4830
1e4d1764
YQ
48312011-11-14 Yao Qi <yao@codesourcery.com>
4832
4833 * server.c (handle_query): Handle InstallInTrace for qSupported.
4834 * tracepoint.c (add_tracepoint): Sort list.
4835 (install_tracepoint, download_tracepoint): New.
4836 (cmd_qtdp): Call them to install and download tracepoints.
4837 (sort_tracepoints): Removed.
4838 (cmd_qtstart): Update.
4839
5c73ff4e
YQ
48402011-11-14 Yao Qi <yao@codesourcery.com>
4841
4842 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
4843 * mem-break.h: Declare.
4844 * tracepoint.c (cmd_qtstart): Move some code to ...
4845 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
4846 New.
4847 (download_tracepoints): Move some code to ...
4848 (download_tracepoint_1): ... here. New.
4849
86a30030
YQ
48502011-11-08 Yao Qi <yao@codesourcery.com>
4851
4852 * remote-utils.c (relocate_instruction): A comment fix.
4853
8d26e50c
JB
48542011-11-07 Joel Brobecker <brobecker@adacore.com>
4855
4856 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
4857 (i386_dr_low_get_control, i386_dr_low_get_status): Use
4858 dr_status_mirror and dr_control_mirror from debug_reg_state.
4859 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
4860 (i386_initial_stuff): Remove use of deleted globals.
4861 (i386_get_thread_context, i386_set_thread_context,
4862 i386_thread_added): Use dr_status_mirror and dr_control_mirror
4863 from debug_reg_state.
4864
a59306a3
YQ
48652011-11-05 Yao Qi <yao@codesourcery.com>
4866
4867 * tracepoint.c (gdb_collect): Loop over tracepoints of same
4868 address as TPOINT's.
4869
3065dfb6
SS
48702011-11-02 Stan Shebs <stan@codesourcery.com>
4871
4872 * tracepoint.c (agent_mem_read_string): New function.
4873 (eval_agent_expr): Call it for tracenz.
4874 * server.c (handle_query): Report support for tracenz.
4875
fd0d8c7c
YQ
48762011-11-02 Yao Qi <yao@codesourcery.com>
4877
4878 * tracepoint.c (cmd_qtstart): Remove unused local variables.
4879
609086b1
YQ
48802011-11-02 Yao Qi <yao@codesourcery.com>
4881
4882 * target.h: Fix a typo in comment.
4883
b9fd1791
PA
48842011-10-31 Pedro Alves <pedro@codesourcery.com>
4885
4886 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
4887 clobber the breakpoints' shadows with fast tracepoint jumps.
4888 * mem-break.h (check_mem_write): Add `myaddr' parameter.
4889 * target.c (write_inferior_memory): Also pass MYADDR down to
4890 check_mem_write.
4891
03583c20
UW
48922011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4893
4894 * configure.ac: Check support for personality routine.
4895 * configure: Regenerate.
4896 * config.in: Likewise.
4897 * linux-low.c: Include <sys/personality.h>.
4898 Define ADDR_NO_RANDOMIZE if necessary.
4899 (linux_create_inferior): Disable address space randomization when
4900 forking inferior, if requested.
4901 (linux_supports_disable_randomization): New function.
4902 (linux_target_ops): Install it.
4903 * server.h (disable_randomization): Declare.
4904 * server.c (disable_randomization): New global variable.
4905 (handle_general_set): Handle QDisableRandomization.
4906 (handle_query): Likewise for qSupported.
4907 (main): Support --disable-randomization and --no-disable-randomization
4908 command line arguments.
4909 * target.h (struct target_ops): Add supports_disable_randomization.
4910 (target_supports_disable_randomization): New macro.
4911
723b724b
MF
49122011-09-29 Mike Frysinger <vapier@gentoo.org>
4913
4914 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
4915 ifdef check.
4916 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
4917 [!PT_GETDSBT] (target_loadmap): New definition.
4918 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
4919 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
4920 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
4921 and PT_GETDSBT to LINUX_LOADMAP.
4922 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
4923 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
4924
55329a5c 49252011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
4926
4927 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
4928 (arm_linux_hwbp_cap): New static variable.
4929 (arm_linux_get_hwbp_cap): Replace by ...
4930 (arm_linux_init_hwbp_cap): ... this new function.
4931 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
4932 (arm_linux_get_hw_watchpoint_count): Likewise.
4933 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4934 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
4935 (arm_prepare_to_resume): Use perror_with_name instead of error.
4936
55329a5c 49372011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
4938
4939 * linux-arm-low.c: Include <signal.h>.
4940 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
4941 (struct arm_linux_hwbp_cap): New data type.
4942 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
4943 (struct arm_linux_hw_breakpoint): New data type.
4944 (MAX_BPTS, MAX_WPTS): Define.
4945 (struct arch_process_info, struct arch_lwp_info): New data types.
4946 (arm_linux_get_hwbp_cap): New function.
4947 (arm_linux_get_hw_breakpoint_count): Likewise.
4948 (arm_linux_get_hw_watchpoint_count): Likewise.
4949 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4950 (arm_hwbp_control_initialize): Likewise.
4951 (arm_hwbp_control_is_enabled): Likewise.
4952 (arm_hwbp_control_is_initialized): Likewise.
4953 (arm_hwbp_control_disable): Likewise.
4954 (arm_linux_hw_breakpoint_equal): Likewise.
4955 (arm_linux_hw_point_initialize): Likewise.
4956 (struct update_registers_data): New data structure.
4957 (update_registers_callback: New function.
4958 (arm_insert_point): Likewise.
4959 (arm_remove_point): Likewise.
4960 (arm_stopped_by_watchpoint): Likewise.
4961 (arm_stopped_data_address): Likewise.
4962 (arm_new_process): Likewise.
4963 (arm_new_thread): Likewise.
4964 (arm_prepare_to_resume): Likewise.
4965 (the_low_target): Register arm_insert_point, arm_remove_point,
4966 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
4967 arm_new_thread, and arm_prepare_to_resume.
4968
6b9801d4
SS
49692011-09-15 Stan Shebs <stan@codesourcery.com>
4970
4971 * server.h (struct emit_ops): Add compare-goto fields.
4972 * tracepoint.c (gdb_agent_op_sizes): New table.
4973 (emit_eq_goto): New function.
4974 (emit_ne_goto): New function.
4975 (emit_lt_goto): New function.
4976 (emit_le_goto): New function.
4977 (emit_gt_goto): New function.
4978 (emit_ge_goto): New function.
4979 (is_goto_target): New function.
4980 (compile_bytecodes): Recognize special cases of compare-goto
4981 combinations and call specialized emitters for them.
4982 * linux-x86-low.c (amd64_emit_eq_goto): New function.
4983 (amd64_emit_ne_goto): New function.
4984 (amd64_emit_lt_goto): New function.
4985 (amd64_emit_le_goto): New function.
4986 (amd64_emit_gt_goto): New function.
4987 (amd64_emit_ge_goto): New function.
4988 (amd64_emit_ops): Add the new functions.
4989 (i386_emit_eq_goto): New function.
4990 (i386_emit_ne_goto): New function.
4991 (i386_emit_lt_goto): New function.
4992 (i386_emit_le_goto): New function.
4993 (i386_emit_gt_goto): New function.
4994 (i386_emit_ge_goto): New function.
4995 (i386_emit_ops): Add the new functions.
4996
bf15cbda
SS
49972011-09-08 Stan Shebs <stan@codesourcery.com>
4998
4999 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
5000 (i386_emit_epilogue): Restore %ebx.
5001
943ca1dd
JZ
50022011-08-31 Jie Zhang <jzhang918@gmail.com>
5003
5004 * server.c (step_thread): Remove definition.
5005 (process_serial_event): Don't handle Hs.
5006 * server.h (step_thread): Remove declaration.
5007 * target.c (set_desired_inferior): Remove use of step_thread.
5008
e3deef73
LM
50092011-08-24 Luis Machado <lgustavo@codesourcery.com>
5010
5011 * linux-low.c: Include linux-procfs.h.
5012 (linux_attach_lwp_1): Update comments.
5013 (linux_attach): Scan for existing threads when attaching to a
5014 process that is the tgid.
5015 * Makefile.in: Update dependencies.
5016
13da1c97
LM
50172011-08-24 Luis Machado <lgustavo@codesourcery.com>
5018
5019 * configure.srv: Add linux-procfs.o dependencies.
5020
881127c9
YQ
50212011-08-14 Yao Qi <yao@codesourcery.com>
5022
5023 * target.h (struct target_ops): Fix indent.
5024 * win32-low.c (win32_target_ops): Fix comment.
5025
58dbd541
YQ
50262011-08-14 Andrew Jenner <andrew@codesourcery.com>
5027 Yao Qi <yao@codesourcery.com>
5028
5029 * Makefile.in (clean): Remove tic6x-*.c files.
5030 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
5031 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
5032 (tic6x-c64xp-linux.c): Likewise.
5033 * configure.srv: Add support for tic6x-*-uclinux.
5034 * linux-tic6x-low.c: New.
5035 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
5036
78d85199
YQ
50372011-08-14 Andrew Stubbs <ams@codesourcery.com>
5038 Yao Qi <yao@codesourcery.com>
5039
5040 * target.h (struct target_ops): Add read_loadmap.
5041 * linux-low.c (struct target_loadseg): New type.
5042 (struct target_loadmap): New type.
5043 (linux_read_loadmap): New function.
5044 (linux_target_ops): Add linux_read_loadmap.
5045 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
5046 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
5047 to NULL.
78d85199 5048
a959a88d
EZ
50492011-08-05 Eli Zaretskii <eliz@gnu.org>
5050
5051 * win32-low.c: Include <stdint.h>.
5052
1ced966e
PA
50532011-07-22 Pedro Alves <pedro@codesourcery.com>
5054
5055 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
5056 to the inferior here.
5057 (i386_remove_aligned_watchpoint): Ditto.
5058 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
5059 fit part of the watchpoint in the debug registers.
5060 (i386_update_inferior_debug_regs): New.
5061 (i386_low_insert_watchpoint): Work on a local mirror of the debug
5062 registers, and only update the inferior on success.
5063 (i386_low_remove_watchpoint): Ditto.
5064
d26e3629
KY
50652011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
5066
5067 * linux-low.c (compare_ints, unique, list_threads, show_process,
5068 linux_core_of_thread): Delete.
5069 (linux_target_ops): Change linux_core_of_thread to
5070 linux_common_core_of_thread.
5071 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
5072 * utils.c (malloc_failure): Change type of argument.
5073 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
5074 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
5075 common/linux-osdata.c, common/ptid.c and common/buffer.c.
5076 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
5077 (IPA_OBJS): Add common-utils-ipa.o.
5078 (ptid_h, linux_osdata_h): New macros.
5079 (server_h): Add common/common-utils.h, common/xml-utils.h,
5080 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
5081 common/ptid.h.
5082 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
5083 ptid.o, buffer.o): New rules.
5084 (linux-low.o): Add common/linux-osdata.h as a dependency.
5085 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
5086 * configure.ac: Add AC_HEADER_DIRENT check.
5087 * config.in: Regenerate.
5088 * configure: Regenerate.
5089 * remote-utils.c (xml_escape_text): Delete.
5090 (buffer_grow, buffer_free, buffer_init, buffer_finish,
5091 buffer_xml_printf): Move to common/buffer.c.
5092 * server.c (main): Remove call to initialize_inferiors.
5093 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
5094 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
5095 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
5096 internal_error, gdb_assert, gdb_assert_fail): Delete.
5097 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
5098 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
5099 common/buffer.h.
5100 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
5101 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
5102 initialize_inferiors): Delete.
5103
2275a1a7
PA
51042011-07-20 Pedro Alves <pedro@codesourcery.com>
5105
5106 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
5107 symbol error.
5108
0a5b1e09
PA
51092011-05-31 Pedro Alves <pedro@codesourcery.com>
5110
5111 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
5112 assertion.
5113 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
5114
6938fd34
YQ
51152011-05-26 Yao Qi <yao@codesourcery.com>
5116
5117 * Makefile.in (thread-db.o): Track dependence to
5118 common/gdb_thread_db.h.
5119 * thread-db.c: include gdb_thread_db.h from right place.
5120
b481f9e0
TT
51212011-05-16 Adrian Cornish <gnu@bluedreamer.com>
5122
5123 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
5124 __FILE__ and __LINE__ to internal_error.
5125
98a5dd13
DE
51262011-05-13 Doug Evans <dje@google.com>
5127
5128 * thread-db.c (try_thread_db_load_from_sdir): New function.
5129 (try_thread_db_load_from_dir): New function.
5130 (thread_db_load_search): Handle $sdir, ignore $pdir.
5131 Remove trying of system directories if search of
5132 libthread-db-search-path fails, that is now done via $sdir.
5133
d248b706
KY
51342011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5135
5136 * server.c (handle_query): Add EnableDisableTracepoints to the list
5137 of supported features.
43aaf8b6 5138 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 5139 tracepoints.
43aaf8b6
PA
5140 (cmd_qtenable_disable): New.
5141 (cmd_qtstart): Install tracepoints even if disabled.
5142 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
5143 receiving a QTEnable or QTDisable packet.
5144 (gdb_collect): Skip data collection if fast tracepoint is disabled.
5145 (ust_marker_to_static_tracepoint): Do not ignore disabled static
5146 tracepoints.
5147 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 5148
84e578fb
DE
51492011-05-10 Doug Evans <dje@google.com>
5150
5151 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
5152
71f55dd8
DE
51532011-05-04 Doug Evans <dje@google.com>
5154
5155 * linux-low.c (linux_join): Skip process lookup.
5156 * spu-low.c (spu_join): Ditto.
5157 * server.c (join_inferiors_callback): Delete.
5158 (process_serial_event): For 'D' packet (detach) call join_inferior
5159 directly.
5160
4d393d60
JM
51612011-05-04 Joseph Myers <joseph@codesourcery.com>
5162
5163 * README: Don't mention xscale*-*-linux*.
5164 * configure.srv (xscale*-*-linux*): Don't handle target.
5165
b00ad6ff
NF
51662011-04-27 Nathan Froyd <froydnj@codesourcery.com>
5167
5168 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
5169 casting pointers.
5170 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
5171 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
5172 (i386_emit_void_call_2): Likewise.
5173
af96c192
YQ
51742011-04-26 Yao Qi <yao@codesourcery.com>
5175
43aaf8b6
PA
5176 * linux-low.c: Move common macros to linux-ptrace.h.
5177 Include linux-ptrace.h.
af96c192
YQ
5178 * Makefile.in (linux_ptrace_h): New.
5179 (linux-low.o): Depends on linux-ptrace.h.
5180
03f2bd59
JK
51812011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
5184 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
5185 (remote_prepare): New function with most of the TCP code from ...
5186 (remote_open): ... here. Detect PORT here unconditionally. Move also
5187 setting transport_is_reliable.
5188 * server.c (run_once): New variable.
5189 (gdbserver_usage): Document it.
5190 (main): Set run_once for `--once'. Call remote_prepare. Exit after
5191 the first run if RUN_ONCE.
5192 * server.h (run_once, remote_prepare): New declarations.
5193
7a9dd1b2
TT
51942011-04-19 Tom Tromey <tromey@redhat.com>
5195
5196 * win32-low.c (handle_load_dll): Remove duplicate "the".
5197
81239425
PM
51982011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5199
5200 Remove support for old Cygwin 1.5 versions.
5201 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
5202 function to avoid warning.
5203 (win32_add_one_solib): Use cygwin_conv_path function to avoid
5204 warning.
5205
9e0627f1
PM
52062011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5207
5208 * gdbserver/server.h (Macro _): Define it if not available.
5209
588eebee
MS
52102011-03-14 Michael Snyder <msnyder@vmware.com>
5211
348af9f7 5212 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 5213
43f70d4c
JB
52142011-03-10 Joel Brobecker <brobecker@adacore.com>
5215
5216 * Makefile.in (maintainer-clean realclean distclean): Remove
5217 "make ... subdir_do" command.
5218
348af9f7
MS
52192011-03-10 Michael Snyder <msnyder@vmware.com>
5220
5221 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
5222
5223 * server.c (handle_v_run): Free alloced buffer on early return.
5224
e637a4f5
YQ
52252011-03-09 Yao Qi <yao@codesourcery.com>
5226
5227 Revert:
5228 2011-03-04 Yao Qi <yao@codesourcery.com>
5229
5230 * Makefile.in: Remove GNU make feature --directory.
5231
5232 2011-03-05 Yao Qi <yao@codesourcery.com>
5233
5234 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5235 (subdir_do): New make target. Copied from gdb/Makefile.
5236 (maintainer-clean, realclean, distclean, clean): Call corresponding
5237 make targets in common/Makefile.
5238
5239 2011-02-11 Yao Qi <yao@codesourcery.com>
5240
5241 * configure.ac: Call AC_PROG_RANLIB.
5242 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5243 * configure: Regenerate.
5244
e6edda56
JK
52452011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
5248
e5141119
JB
52492011-03-06 Yao Qi <yao@codesourcery.com>
5250
5251 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
5252
64794aa4
JB
52532011-03-05 Yao Qi <yao@codesourcery.com>
5254
5255 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5256 (subdir_do): New make target. Copied from gdb/Makefile.
5257 (maintainer-clean, realclean, distclean, clean): Call corresponding
5258 make targets in common/Makefile.
5259
7a762829
YQ
52602011-03-04 Yao Qi <yao@codesourcery.com>
5261
5262 * Makefile.in: Remove GNU make feature --directory.
5263
348af9f7
MS
52642011-03-04 Michael Snyder <msnyder@vmware.com>
5265
5266 * server.c (queue_stop_reply): Call xmalloc not malloc.
5267
52682011-03-02 Michael Snyder <msnyder@vmware.com>
5269
5270 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
5271
9f72fee2
MS
52722011-02-28 Michael Snyder <msnyder@vmware.com>
5273
588eebee
MS
5274 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
5275 (cmd_qtframe): Ditto.
5276 (cmd_qtbuffer): Ditto.
5277 (cmd_bigqtbuffer): Ditto.
5278
9f72fee2
MS
5279 * utils.c (decimal2str): Initialize 'width' to nine, then
5280 don't mess with it.
5281
8040bd49
UW
52822011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5283
5284 * hostio.c (require_data): Free *data, not data.
5285
7e52cbd0
JK
52862011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 * hostio.c (require_data): Use free, not xfree.
5289
9130f83e
MS
52902011-02-27 Michael Snyder <msnyder@vmware.com>
5291
4b812f4e
MS
5292 * server.c (handle_query): Discard unused value.
5293
9130f83e
MS
5294 * hostio.c (require_data): Free malloc memory before returning
5295 error.
5296
69d37113
MS
52972011-02-26 Michael Snyder <msnyder@vmware.com>
5298
5299 * linux-low.c (list_threads): Call closedir for dirent.
5300
35f5825a
MS
53012011-02-27 Michael Snyder <msnyder@vmware.com>
5302
2a589cef
MS
5303 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
5304 a case statement falls through.
5305
0adea5f7
MS
5306 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
5307
35f5825a
MS
5308 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
5309 in comparison.
5310
238f1c74
MS
53112011-02-26 Michael Snyder <msnyder@vmware.com>
5312
5313 * utils.c (decimal2str): Eliminate dead code and dead param.
5314 (pulongest): Drop dead param from call to decimal2str.
5315 (plongest): Ditto.
5316
633ff500
JB
53172011-02-24 Joel Brobecker <brobecker@adacore.com>
5318
5319 Revert the following patch (not approved yet):
5320 2011-02-21 Hui Zhu <teawater@gmail.com>
5321 * tracepoint.c (tp_printf): New function.
5322 (eval_agent_expr): Handle gdb_agent_op_printf.
5323
f9c6ff72
HZ
53242011-02-21 Hui Zhu <teawater@gmail.com>
5325
5326 * tracepoint.c (tp_printf): New function.
5327 (eval_agent_expr): Handle gdb_agent_op_printf.
5328
94d5e490
TT
53292011-02-18 Tom Tromey <tromey@redhat.com>
5330
5331 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
5332 (tracepoint.o): Likewise.
5333 * tracepoint.c (enum gdb_agent_op): Use ax.def.
5334 (gdb_agent_op_names): Likewise.
5335
c7f96d2b
TT
53362011-02-18 Tom Tromey <tromey@redhat.com>
5337
5338 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
5339 gdb_agent_op_rot>: New constants.
5340 (gdb_agent_op_names): Add pick and roll.
5341 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
5342 cases.
5343
0feedb2c
JK
53442011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * aclocal.m4: Regenerated with aclocal-1.11.1.
5347
b3b9301e
PA
53482011-02-14 Pedro Alves <pedro@codesourcery.com>
5349
5350 * server.c (handle_qxfer_traceframe_info): New.
5351 (qxfer_packets): Register "traceframe-info".
5352 (handle_query): Report support for qXfer:traceframe-info:read+.
5353 * tracepoint.c (match_blocktype): New.
5354 (traceframe_find_block_type): Rename to ...
5355 (traceframe_walk_blocks): ... this. Add callback filter argument,
5356 and use it.
5357 (traceframe_find_block_type): New, reimplemented on top of
5358 traceframe_walk_blocks.
5359 (build_traceframe_info_xml): New.
5360 (traceframe_read_info): New.
5361 * server.h (traceframe_read_info): Declare.
5362
4f3e6fb7
YQ
53632011-02-11 Yao Qi <yao@codesourcery.com>
5364
5365 * configure.ac: Call AC_PROG_RANLIB.
5366 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5367 * configure: Regenerate.
5368
764880b7
PA
53692011-02-07 Pedro Alves <pedro@codesourcery.com>
5370
5371 * server.c (gdb_read_memory): Change return semantics to allow
5372 partial transfers.
5373 (handle_search_memory_1): Adjust.
5374 (process_serial_event) <'m' packet>: Handle partial transfers.
5375 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
5376
1c79eb8a
PA
53772011-01-28 Pedro Alves <pedro@codesourcery.com>
5378
5379 * regcache.c (init_register_cache): Initialize
5380 regcache->register_status.
5381 (free_register_cache): Release regcache->register_status.
5382 (regcache_cpy): Copy register_status.
5383 (registers_to_string): Print 'x's for unavailable registers.
5384 (supply_register): Mark the register's status valid or
5385 unavailable, depending on whether a buffer was passed in or not.
5386 (supply_register_zeroed): New.
5387 (supply_regblock): Mark the registers' status valid or
5388 unavailable, depending on whether a buffer was passed in or not.
5389 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
5390 (struct regcache): New `register_status' field.
5391 (supply_register_zeroed): Declare.
5392 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
5393 supply_register_zeroed, rather than passing a NULL buffer to
5394 supply_register.
5395 * tracepoint.c (fetch_traceframe_registers): Update comment.
5396
85724a0e
PA
53972011-01-28 Pedro Alves <pedro@codesourcery.com>
5398
5399 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
5400 buffer explicit.
5401
d08aafef
PA
54022011-01-25 Pedro Alves <pedro@codesourcery.com>
5403
5404 * server.h (decode_xfer_write): Change prototype.
5405 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
5406 and don't extract the annex here.
5407 * server.c (decode_xfer_read): Remove `annex' parameter,
5408 and don't extract the annex here.
5409 (decode_xfer): New.
5410 (struct qxfer): New.
5411 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
5412 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
5413 (handle_qxfer_statictrace): New functions, abstracted out from
5414 handle_query, and made to use the struct qxfer interface.
5415 (handle_threads_qxfer_proper): Rename to ...
5416 (handle_qxfer_threads_proper): ... this.
5417 (handle_threads_qxfer): Rename to ...
5418 (handle_qxfer_threads): ... this. Adjust.
5419 (qxfer_packets): New array.
5420 (handle_qxfer): New function.
5421 (handle_query): Use handle_qxfer.
5422
493e2a69
MS
54232011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5424
5425 * gdbreplay.c: Shorten lines of >= 80 columns.
5426 * linux-low.c: Ditto.
5427 * linux-ppc-low.c: Ditto.
5428 * linux-s390-low.c: Ditto.
5429 * linux-sparc-low.c: Ditto.
5430 * linux-x86-low.c: Ditto.
5431 * linux-xtensa-low.c: Ditto.
5432 * mem-break.c: Ditto.
5433 * nto-low.c: Ditto.
5434 * regcache.h: Ditto.
5435 * remote-utils.c: Ditto.
5436 * server.c: Ditto.
5437 * server.h: Ditto.
5438 * thread-db.c: Ditto.
5439 * tracepoint.c: Ditto.
5440 * utils.c: Ditto.
5441 * win32-low.h: Ditto.
5442
44944448
JB
54432011-01-05 Joel Brobecker <brobecker@adacore.com>
5444
5445 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
5446 update.
5447
71ce852c
JB
54482011-01-01 Joel Brobecker <brobecker@adacore.com>
5449
5450 * server.c (gdbserver_version): Update copyright year in version
5451 output.
5452 * gdbreplay.c (gdbreplay_version): Ditto.
5453
eb826dc6
MF
54542010-12-29 Jie Zhang <jie.zhang@analog.com>
5455
5456 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
5457 * linux-bfin-low.c: New file.
5458 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
5459 PT_DATA_ADDR for BFIN targets.
5460 * Makefile.in (SFILES): Add linux-bfin-low.c.
5461 (clean): Remove reg-bfin.c.
5462 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
5463 * README: Mention supported Blackfin targets.
5464
39ab222a
MF
54652010-12-23 Mike Frysinger <vapier@gentoo.org>
5466
5467 * .gitignore: New file.
5468
a1f2ce7d
MF
54692010-11-16 Mike Frysinger <vapier@gentoo.org>
5470
5471 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
5472
f474844c
JZ
54732010-10-22 Jie Zhang <jie@codesourcery.com>
5474
5475 * Makefile.in: Add FLAGS_TO_PASS variable.
5476 (install): Remove dependency of install-only and recursively
5477 invoke make for install-only.
5478
f1048712
DE
54792010-10-04 Doug Evans <dje@google.com>
5480
5481 * Makefile.in (uninstall): Use $(DESTDIR).
5482
b53a1623
PA
54832010-09-24 Pedro Alves <pedro@codesourcery.com>
5484
e6ee044d
PA
5485 PR gdb/11842
5486
b53a1623
PA
5487 * linux-x86-low.c (compat_siginfo_from_siginfo)
5488 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
5489 si_code is < 0. Check for si_code == SI_TIMER before checking for
5490 si_code < 0.
5491
fa1bd1e4
JB
54922010-09-13 Joel Brobecker <brobecker@adacore.com>
5493
5494 * lynx-i386-low.c: New file.
5495 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
5496
47fac8f8
JB
54972010-09-13 Joel Brobecker <brobecker@adacore.com>
5498
5499 * lynx-low.c (ptrace_request_to_str): Remove handling for
5500 request values that have been removed in LynxOS 5.x.
5501
1adfc54d
JB
55022010-09-13 Joel Brobecker <brobecker@adacore.com>
5503
5504 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
5505 <ptrace.h>
5506
c2a66c29
NS
55072010-09-09 Nathan Sidwell <nathan@codesourcery.com>
5508
5509 * configure.ac: Add --enable-inprocess-agent option.
5510 * configure: Rebuilt.
5511
32fcada3
YQ
55122010-09-06 Yao Qi <yao@codesourcery.com>
5513
5514 * linux-low.c (linux_kill): Remove unused variable.
5515 (linux_stabilize_threads): Likewise.
5516 * server.c (start_inferior): Likewise.
5517 (queue_stop_reply_callback): Likewise.
5518 * tracepoint.c (do_action_at_tracepoint): Likewise.
5519
0cccb683
YQ
55202010-09-06 Yao Qi <yao@codesourcery.com>
5521
5522 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
5523 on return.
5524
423ec54c
JK
55252010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
5528
12ac6819
PA
55292010-09-06 Pedro Alves <pedro@codesourcery.com>
5530
5531 * Makefile.in (install-only): Replace $IPA_DEPFILES with
5532 "$(IPA_DEPFILES)".
5533
8ed54b31
JB
55342010-09-01 Joel Brobecker <brobecker@adacore.com>
5535
5536 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
5537 gdbserver/lynx-ppc-low.c: New files.
5538 * Makefile.in (lynx_low_h): New variable.
5539 (lynx-low.o, lynx-ppc-low.o): New rules.
5540 * configure.ac: On LynxOS, link with -lnetinet.
5541 * configure.srv: Add handling of powerpc-*-lynxos* targets.
5542 * configure: regenerate.
5543
bb0116a4
JB
55442010-09-01 Joel Brobecker <brobecker@adacore.com>
5545
5546 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
5547 * configure.ac: Add check for vasprintf and vsnprintf.
5548 * configure, config.in: Regenerate.
5549 * server.h (vasprintf, vsnprintf): Add conditional declarations.
5550
a778ab81 55512010-09-01 Joel Brobecker <brobecker@adacore.com>
5552
5553 * gdbreplay.c: Move include of alloca.h up, next to include of
5554 malloc.h.
5555 * server.h: Add include of malloc.h.
5556 * mem-break.c: Remove include of malloc.h.
5557 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
5558
8b034a19 55592010-09-01 Joel Brobecker <brobecker@adacore.com>
5560
5561 * Makefile.in (memmem.o): Build with -Wno-error.
5562
55632010-09-01 Joel Brobecker <brobecker@adacore.com>
5564
5565 * utils.c (xsnprintf): Make non-static.
5566 * server.h: Add xsnprintf declaration.
5567 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
5568 replace calls to snprintf by calls to xsnprintf throughout.
5569
55702010-09-01 Joel Brobecker <brobecker@adacore.com>
5571
5572 * configure.ac: Add configure check for alloca.
5573 * configure, config.in: Regenerate.
5574 * server.h: Include alloca.h if it exists.
5575 * gdbreplay.c: Include alloca.h if it exists.
5576
1a981360
PA
55772010-08-28 Pedro Alves <pedro@codesourcery.com>
5578
5579 * linux-low.c (__SIGRTMIN): Define if not already defined.
5580 (linux_create_inferior): Check for __ANDROID__ rather than
5581 __SIGRTMIN.
5582 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
5583 are already deferred.
5584 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
5585 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
5586 stopped and already has a pending signal to report.
5587 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
5588 a pending signal to report or is moving out of a jump pad.
5589 (linux_init_signals): Check for __ANDROID__ rather than
5590 __SIGRTMIN.
5591
b4d51a55
PA
55922010-08-28 Pedro Alves <pedro@codesourcery.com>
5593
5594 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
5595 debug_threads check. Avoid a linear search when not doing debug
5596 output.
5597
ec48365d
PA
55982010-08-27 Pedro Alves <pedro@codesourcery.com>
5599
5600 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
5601 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
5602 (struct file_handler) <fd>: Change type to gdb_fildes_t.
5603 (process_event): Change local fd's type to gdb_fildes_t.
5604 (create_file_handler): Adjust prototype.
5605 (delete_file_handler): Adjust prototype.
5606 (handle_file_event): Adjust prototype. Use pfildes.
5607 (create_file_event): Adjsut prototype.
5608 * remote-utils.c (remote_desc, listen_desc): Change type to
5609 gdb_fildes_t.
5610 * server.h: New gdb_fildes_t typedef.
5611 [USE_WIN32API]: Include winsock2.h.
5612 (delete_file_handler, add_file_handler): Adjust prototypes.
5613 (pfildes): Declare.
5614 * utils.c (pfildes): New.
5615
854d88f0
PA
56162010-08-27 Pedro Alves <pedro@codesourcery.com>
5617
5618 * configure.ac (build_warnings): Add -Wno-char-subscripts.
5619 * configure: Regenerate.
5620
0146f85b
PA
56212010-08-27 Pedro Alves <pedro@codesourcery.com>
5622
5623 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
5624 (linux_done_accessing_memory): ... this.
5625 (linux_target_ops): Adjust.
5626 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
5627 * nto-low.c (nto_target_ops): Adjust comment.
5628 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
5629 * spu-low.c (spu_target_ops): Adjust comment.
5630 * target.h (target_ops): Rename unprepare_to_access_memory field
5631 to done_accessing_memory.
5632 (unprepare_to_access_memory): Rename to ...
5633 (done_accessing_memory): ... this.
5634
90d74c30
PA
56352010-08-26 Pedro Alves <pedro@codesourcery.com>
5636
5637 * linux-low.c (linux_prepare_to_access_memory): New.
5638 (linux_unprepare_to_access_memory): New.
5639 (linux_target_ops): Install them.
5640 * server.c (read_memory): Rename to ...
5641 (gdb_read_memory): ... this. Use
5642 prepare_to_access_memory/prepare_to_access_memory.
5643 (write_memory): Rename to ...
5644 (gdb_write_memory): ... this. Use
5645 prepare_to_access_memory/prepare_to_access_memory.
5646 (handle_search_memory_1): Adjust.
5647 (process_serial_event): Adjust.
5648 * target.h (struct target_ops): New fields
5649 prepare_to_access_memory and unprepare_to_access_memory.
5650 (prepare_to_access_memory, unprepare_to_access_memory): New.
5651 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
5652 prepare_to_access_memory/prepare_to_access_memory.
5653 * nto-low.c (nto_target_ops): Adjust.
5654 * spu-low.c (spu_target_ops): Adjust.
5655 * win32-low.c (win32_target_ops): Adjust.
5656
fd467969
PA
56572010-08-26 Pedro Alves <pedro@codesourcery.com>
5658
5659 * Makefile.in (WARN_CFLAGS): Get it from configure.
5660 (WERROR_CFLAGS): New.
5661 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
5662 * configure.ac: Introduce --enable-werror, which adds -Werror to
5663 the compiler command line. Enabled by default. Disable with
5664 --disable-werror. Add -Wdeclaration-after-statement
5665 Wpointer-arith and -Wformat-nonliteral to warning flags.
5666 * configure: Regenerate.
5667
331e2f5f
PA
56682010-08-26 Pedro Alves <pedro@codesourcery.com>
5669
5670 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
5671
e581f2b4
PA
56722010-08-26 Pedro Alves <pedro@codesourcery.com>
5673
5674 * gdbreplay.c (remote_error): New.
5675 (gdbchar): New.
5676 (expect): Use gdbchar. Check for error reading from GDB.
5677 Clarify sync error output.
5678 (play): Check for errors writing to GDB.
5679 * linux-low.c (sigchld_handler): Really ignore `write' errors.
5680 * remote-utils.c (getpkt): Check for errors writing to the remote
5681 descriptor.
5682
3c11dd79
PA
56832010-08-25 Pedro Alves <pedro@codesourcery.com>
5684
5685 * linux-low.c (linux_wait_1): Move non-debugging code out of
5686 `debug_threads' control.
5687
d20a8ad9
PA
56882010-08-25 Pedro Alves <pedro@codesourcery.com>
5689
5690 * linux-low.c (linux_wait_1): Don't set last_status here.
5691 * server.c (push_event, queue_stop_reply_callback): Assert we're
5692 not pushing a TARGET_WAITKIND_IGNORE event.
5693 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
5694 (myresume, handle_target_event): Set the thread's last_resume_kind
5695 and last_status from the target returned status.
5696
964e4306
PA
56972010-08-25 Pedro Alves <pedro@codesourcery.com>
5698
5699 PR threads/10729
5700
5701 * linux-x86-low.c (update_debug_registers_callback): New.
5702 (i386_dr_low_set_addr): Use it.
5703 (i386_dr_low_get_addr): New.
5704 (i386_dr_low_set_control): Use update_debug_registers_callback.
5705 (i386_dr_low_get_control): New.
5706 (i386_dr_low_get_status): Adjust.
5707 * linux-low.c (linux_stop_lwp): New.
5708 * linux-low.h (linux_stop_lwp): Declare.
5709
5710 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
5711 argument instead of a i386_debug_reg_state.
5712 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
5713 a i386_debug_reg_state.
5714 (i386_insert_aligned_watchpoint): Adjust.
5715 (i386_remove_aligned_watchpoint): Adjust.
5716 (i386_low_stopped_data_address): Read the debug registers from the
5717 inferior instead of from the mirrors.
5718 * i386-low.h (struct i386_debug_reg_state): Extend comment.
5719 (i386_dr_low_get_addr): Declare.
5720 (i386_dr_low_get_control): Declare.
5721 (i386_dr_low_get_status): Change prototype.
5722
5723 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
5724 (i386_dr_low_get_addr): New.
5725 (i386_dr_low_get_control): New.
5726 (i386_dr_low_get_status): Adjust prototype. Return
5727 dr_status_mirror.
5728 (i386_initial_stuff): Clear dr_status_mirror and
5729 dr_control_mirror.
5730 (i386_get_thread_context): Adjust.
5731 (i386_set_thread_context): Adjust.
5732 (i386_thread_added): Adjust.
5733
5f21a75b
PA
57342010-08-24 Pedro Alves <pedro@codesourcery.com>
5735
5736 * linux-low.h (linux_thread_area): Delete declaration.
5737
3e4c1235
TS
57382010-08-11 Thomas Schwinge <thomas@codesourcery.com>
5739
5740 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
5741 after its termination.
5742
1971b033
PA
57432010-08-09 Pedro Alves <pedro@codesourcery.com>
5744
5745 * linux-low.c (gdb_wants_lwp_stopped): Delete.
5746 (gdb_wants_all_stopped): Delete.
5747 (linux_wait_1): Don't call them.
5748 * server.c (handle_v_cont): Tag all threads as want-stopped.
5749 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
5750 stopped as "client-wants-stopped".
5751
310444ac
PA
57522010-07-31 Pedro Alves <pedro@codesourcery.com>
5753
5754 * Makefile.in (signals_h): New.
5755 (server_h): Depend on it.
5756 (server.o): Don't depend on $(signals_def).
5757 (signals.o): Depend on $(signals_def).
5758
a19cae16
JK
57592010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5760
5761 * Makefile.in (signals_def): New.
5762 (server_h): Append include/gdb/signals.h and signals_def.
5763 (server.o): Append signals_def.
5764
30d50328
JK
57652010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 * server.c (handle_target_event): Use target_signal_to_host for
5768 resume_info.sig initialization.
5769 * target.h (struct thread_resume) <sig>: New comment.
5770
5c3216e2
OS
57712010-07-20 Ozkan Sezer <sezeroz@gmail.com>
5772
c6f46ca0
OS
5773 * server.c (handle_query): strcpy() the returned string from paddress()
5774 instead of sprintf().
5c3216e2
OS
5775 * utils.c (paddress): Return phex_nz().
5776
6bd31874
JB
57772010-07-07 Joel Brobecker <brobecker@adacore.com>
5778
5779 * server.c (handle_v_cont): Call mourn_inferior if process
5780 just exited.
5781 (myresume): Likewise.
5782
0fb4aa4b
PA
57832010-07-01 Pedro Alves <pedro@codesourcery.com>
5784
5785 Static tracepoints, and integration with UST.
5786
5787 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
5788 * mem-break.c (uninsert_all_breakpoints)
5789 (reinsert_all_breakpoints): New.
5790 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
5791 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
5792 (gdb_agent_ust_loaded, helper_thread_id)
5793 (gdb_agent_helper_thread_id): New macros.
5794 (struct ipa_sym_addresses): Add addr_ust_loaded,
5795 addr_helper_thread_id, addr_cmd_buf.
5796 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
5797 (in_process_agent_loaded_ust): New.
5798 (write_e_ust_not_loaded): New.
5799 (maybe_write_ipa_ust_not_loaded): New.
5800 (struct collect_static_trace_data_action): New.
5801 (enum tracepoint_type) <static_tracepoint>: New.
5802 (struct tracepoint) <handle>: Mention static tracepoints.
5803 (struct static_tracepoint_ctx): New.
5804 (CMD_BUF_SIZE): New.
5805 (add_tracepoint_action): Handle static tracepoint actions.
5806 (unprobe_marker_at): New.
5807 (clear_installed_tracepoints): Handle static tracepoints.
5808 (cmd_qtdp): Handle static tracepoints.
5809 (probe_marker_at): New.
5810 (cmd_qtstart): Handle static tracepoints.
5811 (response_tracepoint): Handle static tracepoints.
5812 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
5813 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
5814 (get_context_regcache): Handle static tracepoints.
5815 (do_action_at_tracepoint): Handle static tracepoint actions.
5816 (traceframe_find_block_type): Handle static trace data blocks.
5817 (traceframe_read_sdata): New.
5818 (download_tracepoints): Download static tracepoint actions.
5819 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
5820 (GDB_PROBE_NAME): New.
5821 (ust_ops): New.
5822 (GET_UST_SYM): New.
5823 (USTF): New.
5824 (dlsym_ust): New.
5825 (ust_marker_to_static_tracepoint): New.
5826 (gdb_probe): New.
5827 (collect_ust_data_at_tracepoint): New.
5828 (gdb_ust_probe): New.
5829 (UNIX_PATH_MAX, SOCK_DIR): New.
5830 (gdb_ust_connect_sync_socket): New.
5831 (resume_thread, stop_thread): New.
5832 (run_inferior_command): New.
5833 (init_named_socket): New.
5834 (gdb_ust_socket_init): New.
5835 (cstr_to_hexstr): New.
5836 (next_st): New.
5837 (first_marker, next_marker): New.
5838 (response_ust_marker): New.
5839 (cmd_qtfstm, cmd_qtsstm): New.
5840 (unprobe_marker_at, probe_marker_at): New.
5841 (cmd_qtstmat, gdb_ust_thread): New.
5842 (gdb_ust_init): New.
5843 (initialize_tracepoint_ftlib): Call gdb_ust_init.
5844 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
5845 (ST_REGENTRY): New.
5846 (x86_64_st_collect_regmap): New.
5847 (X86_64_NUM_ST_COLLECT_GREGS): New.
5848 (AMD64_RIP_REGNUM): New.
5849 (supply_static_tracepoint_registers): New.
5850 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
5851 (ST_REGENTRY): New.
5852 (i386_st_collect_regmap): New.
5853 (i386_NUM_ST_COLLECT_GREGS): New.
5854 (supply_static_tracepoint_registers): New.
5855 * server.c (handle_query): Handle qXfer:statictrace:read.
5856 <qSupported>: Report support for StaticTracepoints, and
5857 qXfer:statictrace:read features.
5858 * server.h (traceframe_read_sdata)
5859 (supply_static_tracepoint_registers): Declare.
5860 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
5861 (unpack_varlen_hex): Include in IPA build.
5862 * Makefile.in (ustlibs, ustinc): New.
5863 (IPA_OBJS): Add remote-utils-ipa.o.
5864 ($(IPA_LIB)): Link -ldl and -lpthread.
5865 (UST_CFLAGS): New.
5866 (IPAGENT_CFLAGS): Add UST_CFLAGS.
5867 * config.in, configure: Regenerate.
5868
9e4344e5
PA
58692010-06-20 Ian Lance Taylor <iant@google.com>
5870 Pedro Alves <pedro@codesourcery.com>
5871
5872 * linux-x86-low.c (always_true): Delete.
5873 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
5874 trying to fool the compiler with always_true.
5875
c6beb2cb
PA
58762010-06-20 Pedro Alves <pedro@codesourcery.com>
5877
5878 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
5879 conditions in gdbserver.
5880
d2ed6730
UW
58812010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
5882
5883 * spu-low.c (spu_read_memory): Wrap around local store limit.
5884 (spu_write_memory): Likewise.
5885
4e29fb54
PA
58862010-06-15 Pedro Alves <pedro@codesourcery.com>
5887
5888 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
5889 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
5890 LONGEST uses.
5891 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
5892 uses.
5893 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
5894 uses with LONGEST uses.
5895
6a271cae
PA
58962010-06-14 Stan Shebs <stan@codesourcery.com>
5897 Pedro Alves <pedro@codesourcery.com>
5898
5899 Bytecode compiler.
5900
5901 * linux-x86-low.c: Include limits.h.
5902 (add_insns): New.
5903 (always_true): New.
5904 (EMIT_ASM): New.
5905 (EMIT_ASM32): New.
5906 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
5907 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
5908 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
5909 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
5910 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
5911 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
5912 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
5913 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
5914 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
5915 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
5916 (amd64_emit_void_call_2): New.
5917 (amd64_emit_ops): New.
5918 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
5919 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
5920 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
5921 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
5922 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
5923 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
5924 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
5925 (i386_emit_call, i386_emit_reg, i386_emit_pop)
5926 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
5927 (i386_emit_stack_adjust, i386_emit_int_call_1)
5928 (i386_emit_void_call_2): New.
5929 (i386_emit_ops): New.
5930 (x86_emit_ops): New.
5931 (the_low_target): Install x86_emit_ops.
5932 * server.h (struct emit_ops): New.
5933 (get_raw_reg_func_addr): Declare.
5934 (current_insn_ptr, emit_error): Declare.
5935 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
5936 (set_trace_state_variable_value): New defines.
5937 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
5938 addr_get_trace_state_variable_value and
5939 addr_set_trace_state_variable_value.
5940 (symbol_list): New fields for get_raw_reg,
5941 get_trace_state_variable_value and set_trace_state_variable_value.
5942 (condfn): New typedef.
5943 (struct tracepoint): New field `compiled_cond'.
5944 (do_action_at_tracepoint): Clear compiled_cond.
5945 (get_trace_state_variable_value, set_trace_state_variable_value):
5946 Export in the IPA.
5947 (condition_true_at_tracepoint): If there's a compiled condition,
5948 run that.
5949 (current_insn_ptr, emit_error): New globals.
5950 (struct bytecode_address): New.
5951 (get_raw_reg_func_addr): New.
5952 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
5953 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
5954 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
5955 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
5956 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
5957 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
5958 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
5959 (compile_tracepoint_condition, compile_bytecodes): New.
5960 * target.h (emit_ops): Forward declare.
5961 (struct target_ops): New field emit_ops.
5962 (target_emit_ops): New.
5963 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
5964 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
5965 * linux-low.c (linux_emit_ops): New.
5966 (linux_target_ops): Install it.
5967 * linux-low.h (struct linux_target_ops): New field emit_ops.
5968
92b72907
UW
59692010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
5970
5971 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
5972 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
5973
fa593d66
PA
59742010-06-01 Pedro Alves <pedro@codesourcery.com>
5975 Stan Shebs <stan@codesourcery.com>
5976
5977 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
5978 (all): Depend on $(extra_libraries).
5979 (install-only): Install the IPA.
5980 (IPA_OBJS, IPA_LIB): New.
5981 (clean): Remove the IPA lib.
5982 (IPAGENT_CFLAGS): New.
5983 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
5984 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
5985 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
5986 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
5987 * configure.ac: Check for atomic builtins support in the compiler.
5988 (IPA_DEPFILES, extra_libraries): Define.
5989 * configure.srv (ipa_obj): Add description.
5990 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
5991 (i[34567]86-*-linux*): Set ipa_obj.
5992 (x86_64-*-linux*): Set ipa_obj.
5993 * linux-low.c (stabilizing_threads): New.
5994 (supports_fast_tracepoints): New.
5995 (linux_detach): Stabilize threads before detaching.
5996 (handle_tracepoints): Handle internal tracing breakpoints. Assert
5997 the lwp is either not stabilizing, or is moving out of a jump pad.
5998 (linux_fast_tracepoint_collecting): New.
5999 (maybe_move_out_of_jump_pad): New.
6000 (enqueue_one_deferred_signal): New.
6001 (dequeue_one_deferred_signal): New.
6002 (linux_wait_for_event_1): If moving out of a jump pad, defer
6003 pending signals to later.
6004 (linux_stabilize_threads): New.
6005 (linux_wait_1): Check if threads need moving out of jump pads, and
6006 do it if so.
6007 (stuck_in_jump_pad_callback): New.
6008 (move_out_of_jump_pad_callback): New.
6009 (lwp_running): New.
6010 (linux_resume_one_lwp): Handle moving out of jump pads.
6011 (linux_set_resume_request): Dequeue deferred signals.
6012 (need_step_over_p): Also step over fast tracepoint jumps.
6013 (start_step_over): Also uninsert fast tracepoint jumps.
6014 (finish_step_over): Also reinsert fast tracepoint jumps.
6015 (linux_install_fast_tracepoint_jump): New.
6016 (linux_target_ops): Install linux_stabilize_threads and
6017 linux_install_fast_tracepoint_jump_pad.
6018 * linux-low.h (linux_target_ops) <get_thread_area,
6019 install_fast_tracepoint_jump_pad>: New fields.
6020 (struct lwp_info) <collecting_fast_tracepoint,
6021 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
6022 (linux_get_thread_area): Declare.
6023 * linux-x86-low.c (jump_insn): New.
6024 (x86_get_thread_area): New.
6025 (append_insns): New.
6026 (push_opcode): New.
6027 (amd64_install_fast_tracepoint_jump_pad): New.
6028 (i386_install_fast_tracepoint_jump_pad): New.
6029 (x86_install_fast_tracepoint_jump_pad): New.
6030 (the_low_target): Install x86_get_thread_area and
6031 x86_install_fast_tracepoint_jump_pad.
6032 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
6033 (struct fast_tracepoint_jump): New.
6034 (fast_tracepoint_jump_insn): New.
6035 (fast_tracepoint_jump_shadow): New.
6036 (find_fast_tracepoint_jump_at): New.
6037 (fast_tracepoint_jump_here): New.
6038 (delete_fast_tracepoint_jump): New.
6039 (set_fast_tracepoint_jump): New.
6040 (uninsert_fast_tracepoint_jumps_at): New.
6041 (reinsert_fast_tracepoint_jumps_at): New.
6042 (set_breakpoint_at): Use write_inferior_memory.
6043 (uninsert_raw_breakpoint): Use write_inferior_memory.
6044 (check_mem_read): Mask out fast tracepoint jumps.
6045 (check_mem_write): Mask out fast tracepoint jumps.
6046 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
6047 (set_fast_tracepoint_jump): Declare.
6048 (delete_fast_tracepoint_jump)
6049 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
6050 (reinsert_fast_tracepoint_jumps_at): Declare.
6051 * regcache.c: Don't compile many functions when building the
6052 in-process agent library.
6053 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
6054 the register buffer in the heap.
6055 (free_register_cache): If the register buffer isn't owned by the
6056 regcache, don't free it.
6057 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
6058 pre-existing register caches.
6059 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
6060 type.
6061 (convert_ascii_to_int): : Constify `from' parameter type.
6062 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
6063 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
6064 the needed buffer in-place.
6065 (relocate_instruction): New.
6066 * server.c (handle_query) <qSymbols>: If the target supports
6067 tracepoints, give it a chance of looking up symbols. Report
6068 support for fast tracepoints.
6069 (handle_status): Stabilize threads.
6070 (process_serial_event): Adjust.
6071 * server.h (struct fast_tracepoint_jump): Forward declare.
6072 (struct process_info) <fast_tracepoint_jumps>: New field.
6073 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
6074 (decode_X_packet, decode_M_packet): Adjust.
6075 (relocate_instruction): Declare.
6076 (in_process_agent_loaded): Declare.
6077 (tracepoint_look_up_symbols): Declare.
6078 (struct fast_tpoint_collect_status): Declare.
6079 (fast_tracepoint_collecting): Declare.
6080 (force_unlock_trace_buffer): Declare.
6081 (handle_tracepoint_bkpts): Declare.
6082 (initialize_low_tracepoint)
6083 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
6084 * target.h (struct target_ops) <stabilize_threads,
6085 install_fast_tracepoint_jump_pad>: New fields.
6086 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
6087 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
6088 [HAVE_STDINT_H]: Include stdint.h.
6089 (trace_debug_1): Rename to ...
6090 (trace_vdebug): ... this.
6091 (trace_debug): Rename to ...
6092 (trace_debug_1): ... this. Add `level' parameter.
6093 (trace_debug): New.
6094 (ATTR_USED, ATTR_NOINLINE): New.
6095 (IP_AGENT_EXPORT): New.
6096 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
6097 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
6098 (about_to_request_buffer_space, trace_buffer_is_full)
6099 (stopping_tracepoint, expr_eval_result, error_tracepoint)
6100 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
6101 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
6102 (traceframe_write_count, traceframes_created)
6103 (trace_state_variables)
6104 New renaming defines.
6105 (struct ipa_sym_addresses): New.
6106 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
6107 (symbol_list): New.
6108 (ipa_sym_addrs): New.
6109 (all_tracepoint_symbols_looked_up): New.
6110 (in_process_agent_loaded): New.
6111 (write_e_ipa_not_loaded): New.
6112 (maybe_write_ipa_not_loaded): New.
6113 (tracepoint_look_up_symbols): New.
6114 (debug_threads) [IN_PROCESS_AGENT]: New.
6115 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
6116 (UNKNOWN_SIDE_EFFECTS): New.
6117 (stop_tracing): New.
6118 (flush_trace_buffer): New.
6119 (stop_tracing_bkpt): New.
6120 (flush_trace_buffer_bkpt): New.
6121 (read_inferior_integer): New.
6122 (read_inferior_uinteger): New.
6123 (read_inferior_data_pointer): New.
6124 (write_inferior_data_pointer): New.
6125 (write_inferior_integer): New.
6126 (write_inferior_uinteger): New.
6127 (struct collect_static_trace_data_action): Delete.
6128 (enum tracepoint_type): New.
6129 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
6130 <actions_str, step_actions, step_actions_str>: Only include in
6131 GDBserver.
fa593d66
PA
6132 <orig_size, obj_addr_on_target, adjusted_insn_addr>
6133 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
6134 (tracepoints): Use IP_AGENT_EXPORT.
6135 (last_tracepoint): Don't include in the IPA.
6136 (stopping_tracepoint): Use IP_AGENT_EXPORT.
6137 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
6138 (alloced_trace_state_variables): New.
6139 (trace_state_variables): Use IP_AGENT_EXPORT.
6140 (traceframe_t): Delete unused variable.
6141 (circular_trace_buffer): Don't include in the IPA.
6142 (trace_buffer_start): Delete.
6143 (struct trace_buffer_control): New.
6144 (trace_buffer_free): Delete.
6145 (struct ipa_trace_buffer_control): New.
6146 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
6147 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
6148 New.
6149 (trace_buffer_ctrl): New.
6150 (TRACE_BUFFER_CTRL_CURR): New.
6151 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
6152 Reimplement as macros.
6153 (trace_buffer_wrap): Delete.
6154 (traceframe_write_count, traceframe_read_count)
6155 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
6156 (struct tracepoint_hit_ctx) <type>: New field.
6157 (struct fast_tracepoint_ctx): New.
6158 (memory_barrier): New.
6159 (cmpxchg): New.
6160 (record_tracepoint_error): Update atomically in the IPA.
6161 (clear_inferior_trace_buffer): New.
6162 (about_to_request_buffer_space): New.
6163 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
6164 updating the same buffer.
6165 (add_tracepoint): Default the tracepoint's type to trap
6166 tracepoint, and orig_size to -1.
6167 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
6168 internal variables.
6169 (create_trace_state_variable): New parameter `gdb'. Handle it.
6170 (clear_installed_tracepoints): Clear fast tracepoint jumps.
6171 (cmd_qtdp): Handle fast tracepoints.
6172 (cmd_qtdv): Adjust.
6173 (max_jump_pad_size): New.
6174 (gdb_jump_pad_head): New.
6175 (get_jump_space_head): New.
6176 (claim_jump_space): New.
6177 (sort_tracepoints): New.
6178 (MAX_JUMP_SIZE): New.
6179 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
6180 IPA.
6181 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
6182 support. Upload fast traceframes, and delete internal IPA
6183 breakpoints.
6184 (stop_tracing_handler): New.
6185 (flush_trace_buffer_handler): New.
6186 (cmd_qtstop): Upload fast tracepoints.
6187 (response_tracepoint): Handle fast tracepoints.
6188 (tracepoint_finished_step): Upload fast traceframes. Set the
6189 tracepoint hit context's tracepoint type.
6190 (handle_tracepoint_bkpts): New.
6191 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
6192 type. Add comment about fast tracepoints.
6193 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
6194 non-existing action_str field.
6195 (get_context_regcache): Handle fast tracepoints.
6196 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
6197 to the regcache.
6198 (fast_tracepoint_from_jump_pad_address): New.
6199 (fast_tracepoint_from_ipa_tpoint_address): New.
6200 (collecting_t): New.
6201 (force_unlock_trace_buffer): New.
6202 (fast_tracepoint_collecting): New.
6203 (collecting): New.
6204 (gdb_collect): New.
6205 (write_inferior_data_ptr): New.
6206 (target_tp_heap): New.
6207 (target_malloc): New.
6208 (download_agent_expr): New.
6209 (UALIGN): New.
6210 (download_tracepoints): New.
6211 (download_trace_state_variables): New.
6212 (upload_fast_traceframes): New.
6213 (IPA_FIRST_TRACEFRAME): New.
6214 (IPA_NEXT_TRACEFRAME_1): New.
6215 (IPA_NEXT_TRACEFRAME): New.
6216 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
6217 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
6218 (gdb_jump_pad_buffer_end): New.
6219 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
6220 (initialize_tracepoint): Adjust.
6221 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
6222 buffer. Initialize the low module.
6223 * utils.c (PREFIX, TOOLNAME): New.
6224 (malloc_failure): Use PREFIX.
6225 (error): In the IPA, an error causes an exit.
6226 (fatal, warning): Use PREFIX.
6227 (internal_error): Use TOOLNAME.
6228 (NUMCELLS): Increase to 10.
6229 * configure, config.in: Regenerate.
6230
d149dd1d
PA
62312010-06-01 Pedro Alves <pedro@codesourcery.com>
6232
6233 * server.c (handle_query) <qSupported>: Do two passes over the
6234 qSupported string to avoid nesting strtok.
6235
f6528abd
JK
62362010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
6239 (CDEPS): New.
6240 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
6241 -Wl,--dynamic-list.
6242 * configure: Regenerate.
6243 * proc-service.list: New.
6244
ca2a87a0
JK
62452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6246
6247 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
6248 New comment.
6249
363a6e9f
OS
62502010-05-26 Ozkan Sezer <sezeroz@gmail.com>
6251
6252 * gdbreplay.c (remote_open): Check error return from socket() call by
6253 its equality to -1 not by it being negative.
6254 * remote-utils.c (remote_open): Likewise.
6255
d23b6cb1
PA
62562010-05-23 Pedro Alves <pedro@codesourcery.com>
6257
6258 * config.h: Regenerate.
6259
28d3cf85
MK
62602010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6261
6262 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
6263 doesn't provide PTRACE_GET_THREAD_AREA.
6264
fea36a59
MK
62652010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6266
6267 * linux-m68k-low.c: Include <asm/ptrace.h>
6268 (ps_get_thread_area): Implement.
6269
24b066ba
DE
62702010-05-03 Doug Evans <dje@google.com>
6271
6272 * event-loop.c (struct callback_event): New struct.
6273 (callback_list): New global.
6274 (append_callback_event, delete_callback_event): New functions.
6275 (process_callback): New function.
6276 (start_event_loop): Call it.
6277 * remote-utils.c (NOT_SCHEDULED): Define.
6278 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
6279 moved out of readchar.
6280 (readchar): Rewrite. Call reschedule before returning.
6281 (reset_readchar): New function.
6282 (remote_close): Call it.
6283 (process_remaining, reschedule): New functions.
6284 * server.h (callback_handler_func): New typedef.
6285 (append_callback_event, delete_callback_event): Declare.
6286
9836d6ea
PA
62872010-05-03 Pedro Alves <pedro@codesourcery.com>
6288
6289 * proc-service.c (ps_pglobal_lookup): Use
6290 thread_db_look_up_one_symbol.
6291 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
6292 parameter. Use it instead of all_symbols_looked_up.
6293 * server.h (struct process_info) <all_symbols_looked_up>: Delete
6294 field.
6295 (all_symbols_looked_up): Don't declare.
6296 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
6297 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
6298 field.
6299 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
6300 Set all_symbols_looked_up here.
6301 (thread_db_look_up_one_symbol): New.
6302 (thread_db_get_tls_address): Adjust.
6303 (thread_db_load_search, try_thread_db_load_1): Always allocate the
6304 thread_db object on the heap, and tentatively set it in the
6305 process structure.
6306 (thread_db_init): Don't set all_symbols_looked_up here.
6307 * linux-low.h (thread_db_look_up_one_symbol): Declare.
6308
7984d532
PA
63092010-05-03 Pedro Alves <pedro@codesourcery.com>
6310
6311 * linux-low.c (linux_kill, linux_detach): Adjust.
6312 (status_pending_p_callback): Remove redundant statement. Check
6313 for !TARGET_WAITIKIND_IGNORE, instead of
6314 TARGET_WAITKIND_STOPPED.
6315 (handle_tracepoints): Make sure LWP is locked. Adjust.
6316 (linux_wait_for_event_1): Adjust.
6317 (linux_cancel_breakpoints): New.
6318 (unsuspend_one_lwp): New.
6319 (unsuspend_all_lwps): New.
6320 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
6321 (send_sigstop_callback): Change return type to int, add new
6322 `except' parameter and handle it.
6323 (suspend_and_send_sigstop_callback): New.
6324 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
6325 pass them down. If SUSPEND, also increment the lwp's suspend
6326 count.
6327 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
6328 (need_step_over_p): Don't consider suspended LWPs.
6329 (start_step_over): Adjust.
6330 (proceed_one_lwp): Change return type to int, add new `except'
6331 parameter and handle it.
6332 (unsuspend_and_proceed_one_lwp): New.
6333 (proceed_all_lwps): Use find_inferior instead of
6334 for_each_inferior.
6335 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
6336 also decrement the suspend count of LWPs. Pass `except' down,
6337 instead of hacking its suspend count.
6338 (linux_pause_all): Add `freeze' parameter. Adjust.
6339 (linux_unpause_all): New.
6340 (linux_target_ops): Install linux_unpause_all.
6341 * server.c (handle_status): Adjust.
6342 * target.h (struct target_ops): New fields `unpause_all' and
6343 `cancel_breakpoints'. Add new parameter to `pause_all'.
6344 (pause_all): Add new `freeze' parameter.
6345 (unpause_all): New.
6346 (cancel_breakpoints): New.
6347 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
6348 cancel breakpoints.
6349 (cmd_qtstart): Pause threads.
6350 (stop_tracing): Pause threads, and cancel breakpoints.
6351 * win32-low.c (win32_target_ops): Adjust.
6352
e471f25b
PA
63532010-05-03 Pedro Alves <pedro@codesourcery.com>
6354
6355 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
6356 the inferior right away from here...
6357 (linux_wait_1): ... to here, and adjust to check the thread's
6358 last_resume_kind instead of the lwp's step or stop_expected flags.
6359
1915ef4f
PA
63602010-05-02 Pedro Alves <pedro@codesourcery.com>
6361
6362 * README: Use consistent `GDB' and `GDBserver' spellings.
6363
f9e39928
PA
63642010-05-02 Pedro Alves <pedro@codesourcery.com>
6365
6366 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
6367 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
6368 (linux_detach_one_lwp): Assume the lwp is stopped.
6369 (any_thread_of): Delete.
6370 (linux_detach): Stop all lwps here. Don't blindly delete all
6371 breakpoints.
6372 (delete_lwp_callback): New.
6373 (linux_mourn): Delete all lwps of the process that is gone.
6374 (linux_wait_1): Don't delete the last lwp of the process here.
6375 * mem-break.h (mark_breakpoints_out): Declare.
6376 * mem-break.c (mark_breakpoints_out): New.
6377 (free_all_breakpoints): Use it.
6378 * server.c (handle_target_event): If the process is gone, mark
6379 breakpoints out.
6380 * thread-db.c (struct thread_db) <create_bp>: New field.
6381 (thread_db_enable_reporting): Fix prototype. Store a thread event
6382 breakpoint reference in the thread_db struct.
6383 (thread_db_load_search): Clear the thread_db object.
6384 (try_thread_db_load_1): Ditto.
6385 (switch_to_process): New.
6386 (disable_thread_event_reporting): Use it.
6387 (remove_thread_event_breakpoints): New.
6388 (thread_db_detach, thread_db_mourn): Use it.
6389
1e7fc18c
PA
63902010-05-01 Pedro Alves <pedro@codesourcery.com>
6391
6392 * linux-low.c (linux_enable_event_reporting): New.
6393 (linux_wait_for_event_1, handle_extended_wait): Use it.
6394
02fc4de7
PA
63952010-04-30 Pedro Alves <pedro@codesourcery.com>
6396
6397 * linux-low.c (linux_kill_one_lwp, linux_kill)
6398 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
6399 (send_sigstop): Take an lwp_info as parameter instead. Queue a
6400 SIGSTOP even if the LWP is stopped.
6401 (send_sigstop_callback): New.
6402 (stop_all_lwps): Use send_sigstop_callback instead.
6403 (linux_resume_one_thread): Adjust.
6404 (proceed_one_lwp): Still proceed an LWP that the client has
6405 requested to stop, if we haven't reported it as stopped yet. Make
6406 sure that LWPs the client want stopped, have a pending SIGSTOP.
6407
bc3b5632
DE
64082010-04-26 Doug Evans <dje@google.com>
6409
ae1ada35
DE
6410 * server.c (handle_general_set): Make static.
6411
bc3b5632
DE
6412 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
6413 Print received char after testing for error/eof instead of before.
6414 (input_interrupt): Tweak comment.
6415
65730243
DE
64162010-04-23 Doug Evans <dje@google.com>
6417
6418 * server.c (start_inferior): Print inferior argv if --debug.
6419
a8ae7dc0
AR
64202010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
6421
6422 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
6423 * nto-x86-low.c: Include server.h
6424
1c07cc19
PM
64252010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
6426
6427 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
6428 be consistent with other sources of this directory.
6429 (init_registers_amd64): Correct name of source file of this function
6430 in the comment.
6431
e0a61e09
PM
64322010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6433
6434 * configure.srv (x86_64-*-mingw*): New configuration for Windows
6435 64-bit executables.
6436
54709339
PM
64372010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6438
6439 * win32-i386-low.c: Add 64-bit support.
6440 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
6441 (init_registers_amd64): Declare.
6442 (mappings): Add 64-bit version of array.
6443 (init_windows_x86): New function.
6444 (the_low_target): Change init_arch field to init_windows_x86.
6445
e8f0053d
PM
64462010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6447
6448 * win32-low.c: Adapt to support also 64-bit architecture.
6449 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
6450 (get_image_name): Use SIZE_T type for local variable `done'.
6451 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
6452 (toolhelp_get_dll_name): Idem.
6453 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
6454 Use uintptr_t typecast to avoid warning.
6455 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
6456 (handle_exception): Use phex_nz to avoid warning.
6457 (win32_wait): Remove unused local variable `process'.
6458
c481e77e
PM
64592010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6460
6461 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
6462 `amd64-avx.o'.
6463
12ea4b69
PM
64642010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
6465
6466 * configure.ac: Use `ws2_32' library for srv_mingw.
6467 * configure: Regenerate.
6468 * gdbreplay.c: Include winsock2.h instead of winsock.h.
6469 * remote-utils.c: Likewise.
6470
f6d1620c
L
64712010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6472
6473 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
6474 if __x86_64__ is defined.
6475
8e642873
PM
64762010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6477
6478 * configure: Regenerate.
6479
711e434b
PM
64802010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6481
6482 * server.c (handle_query): Handle 'qGetTIBAddr' query.
6483 * target.h (target_ops): New get_tib_address field.
6484 * win32-low.h (win32_thread_info): Add thread_local_base field.
6485 * win32-low.c (child_add_thread): Add tlb argument.
6486 Set thread_local_base field to TLB.
6487 (get_child_debug_event): Adapt to child_add_thread change.
6488 (win32_get_tib_address): New function.
6489 (win32_target_ops): Set get_tib_address field to
6490 win32_get_tib_address.
6491 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
6492
505106cd
PA
64932010-04-12 Pedro Alves <pedro@codesourcery.com>
6494
505106cd
PA
6495 * linux-low.c (linux_mourn): Also remove the process.
6496 * server.c (handle_target_event): Don't remove the process here.
6497 * nto-low.c (nto_mourn): New.
6498 (nto_target_ops): Install it.
6499 * spu-low.c (spu_mourn): New.
6500 (spu_target_ops): Install it.
6501 * win32-low.c (win32_mourn): New.
6502 (win32_target_ops): Install it.
6503
e8470a06
PA
65042010-04-12 Pedro Alves <pedro@codesourcery.com>
6505
6506 * server.h (buffer_xml_printf): Remove redundant `;'.
6507
45ba0d02
PA
65082010-04-12 Pedro Alves <pedro@codesourcery.com>
6509
6510 * regcache.c (set_register_cache): Invalidate regcaches before
6511 changing the register cache layout.
6512 (regcache_invalidate_one): Allow a NULL regcache.
6513 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
6514 regcaches before changing the register cache layout or the target
6515 regsets.
6516
59e04013
L
65172010-04-12 H.J. Lu <hongjiu.lu@intel.com>
6518
6519 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
6520 variable warning on Linux/x86-64.
6521
8336d594
PA
65222010-04-11 Pedro Alves <pedro@codesourcery.com>
6523
6524 GDBserver disconnected tracing support.
6525
6526 * linux-low.c (linux_remove_process): Delete.
6527 (add_lwp): Don't set last_resume_kind here.
6528 (linux_kill): Use `mourn'.
6529 (linux_detach): Use `thread_db_detach', and `mourn'.
6530 (linux_mourn): New.
6531 (linux_attach_lwp_1): Adjust comment.
6532 (linux_attach): last_resume_kind moved the thread_info; adjust.
6533 (status_pending_p_callback): Adjust.
6534 (linux_wait_for_event_1): Adjust.
6535 (count_events_callback, select_singlestep_lwp_callback)
6536 (select_event_lwp_callback, cancel_breakpoints_callback)
6537 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
6538 (proceed_one_lwp): Adjust.
6539 (linux_async): Add debug output.
6540 (linux_thread_stopped): New.
6541 (linux_pause_all): New.
6542 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
6543 linux_pause_all.
6544 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
6545 (thread_db_free): Delete declaration.
6546 (thread_db_detach, thread_db_mourn): Declare.
6547 * thread-db.c (thread_db_init): Use thread_db_mourn.
6548 (thread_db_free): Delete, split in two.
6549 (disable_thread_event_reporting): New.
6550 (thread_db_detach): New.
6551 (thread_db_mourn): New.
6552
6553 * server.h (struct thread_info) <last_resume_kind>: New field.
6554 <attached>: Add comment.
6555 <gdb_detached>: New field.
6556 (handler_func): Change return type to int.
6557 (handle_serial_event, handle_target_event): Ditto.
6558 (gdb_connected): Declare.
6559 (tracing): Delete.
6560 (disconnected_tracing): Declare.
6561 (stop_tracing): Declare.
6562
6563 * server.c (handle_query) <qSupported>: Report support for
6564 disconnected tracing.
6565 (queue_stop_reply_callback): Account for running threads.
6566 (gdb_wants_thread_stopped): New.
6567 (gdb_wants_all_threads_stopped): New.
6568 (gdb_reattached_process): New.
6569 (handle_status): Clear the `gdb_detached' flag of all processes.
6570 In all-stop, stop all threads.
6571 (main): Be sure to leave tfind mode. Handle disconnected tracing.
6572 (process_serial_event): If the remote connection breaks, or if an
6573 exit was forced with "monitor exit", force an event loop exit.
6574 Handle disconnected tracing on detach.
6575 (handle_serial_event): Adjust.
6576 (handle_target_event): If GDB isn't connected, forward events back
6577 to the inferior, unless the last process exited, in which case,
6578 exit gdbserver. Adjust interface.
6579
6580 * remote-utils.c (remote_open): Don't block in accept. Instead
6581 register an event loop source on the listen socket file
6582 descriptor. Refactor bits into ...
6583 (listen_desc): ... this new global.
6584 (gdb_connected): ... this new function.
6585 (enable_async_notification): ... this new function.
6586 (handle_accept_event): ... this new function.
6587 (remote_close): Clear remote_desc.
6588
6589 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
6590
6591 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
6592 New fields.
6593 (mourn_inferior): Define.
6594 (target_process_qsupported): Avoid the dangling else problem.
6595 (thread_stopped): Define.
6596 (pause_all): Define.
6597 (target_waitstatus_to_string): Declare.
6598 * target.c (target_waitstatus_to_string): New.
6599
6600 * tracepoint.c (tracing): Make extern.
6601 (disconnected_tracing): New.
6602 (stop_tracing): Make extern. Handle tracing stops due to GDB
6603 disconnecting.
6604 (cmd_qtdisconnected): New.
6605 (cmd_qtstatus): Report disconnected tracing status in trace reply.
6606 (handle_tracepoint_general_set): Handle QTDisconnected.
6607
6608 * event-loop.c (event_handler_func): Change return type to int.
6609 (process_event): Bail out if the event handler wants the event
6610 loop to stop.
6611 (handle_file_event): Ditto.
6612 (start_event_loop): Bail out if the event handler wants the event
6613 loop to stop.
6614
6615 * nto-low.c (nto_target_ops): Adjust.
6616 * spu-low.c (spu_wait): Don't remove the process here.
6617 (spu_target_ops): Adjust.
6618 * win32-low.c (win32_wait): Don't remove the process here.
6619 (win32_target_ops): Adjust.
6620
5d267c4c
PA
66212010-04-11 Pedro Alves <pedro@codesourcery.com>
6622
6623 * regcache.c (realloc_register_cache): Invalidate inferior's
6624 regcache before recreating it.
6625
623ccd72
PA
66262010-04-09 Pedro Alves <pedro@codesourcery.com>
6627
6628 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
6629
219f2f23
PA
66302010-04-09 Stan Shebs <stan@codesourcery.com>
6631 Pedro Alves <pedro@codesourcery.com>
6632
6633 * server.h (LONGEST): New.
6634 (struct thread_info) <while_stepping>: New field.
6635 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
6636 Declare.
6637 (initialize_tracepoint, handle_tracepoint_general_set)
6638 (handle_tracepoint_query, tracepoint_finished_step)
6639 (tracepoint_was_hit, release_while_stepping_state_list):
6640 (current_traceframe): Declare.
6641 * server.c (handle_general_set): Handle tracepoint packets.
6642 (read_memory): New.
6643 (write_memory): New.
6644 (handle_search_memory_1): Use read_memory.
6645 (handle_query): Report support for conditional tracepoints, trace
6646 state variables, and tracepoint sources. Handle tracepoint
6647 queries.
6648 (main): Initialize the tracepoints module.
6649 (process_serial_event): Handle traceframe reads/writes.
6650
6651 * linux-low.c (handle_tracepoints): New.
6652 (linux_wait_1): Call it.
6653 (linux_resume_one_lwp): Handle while-stepping.
6654 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
6655 (linux_target_ops): Install them.
6656 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
6657 New field.
6658 * linux-x86-low.c (x86_supports_tracepoints): New.
6659 (the_low_target). Install it.
6660
6661 * mem-break.h (delete_breakpoint): Declare.
6662 * mem-break.c (delete_breakpoint): Make external.
6663
6664 * target.h (struct target_ops): Add `supports_tracepoints',
6665 `read_pc', and `write_pc' fields.
6666 (target_supports_tracepoints): Define.
6667 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
6668 (phex_nz): New.
6669
6670 * regcache.h (struct regcache) <registers_owned>: New field.
6671 (init_register_cache, regcache_cpy): Declare.
6672 (regcache_read_pc, regcache_write_pc): Declare.
6673 (register_cache_size): Declare.
6674 (supply_regblock): Declare.
6675 * regcache.c (init_register_cache): New.
6676 (new_register_cache): Use it.
6677 (regcache_cpy): New.
6678 (register_cache_size): New.
6679 (supply_regblock): New.
6680 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 6681
219f2f23
PA
6682 * tracepoint.c: New.
6683
6684 * Makefile.in (OBS): Add tracepoint.o.
6685 (tracepoint.o): New rule.
6686
3a13a53b
L
66872010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6688
6689 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
6690 (i386-mmx.o): New.
6691 (i386-mmx.c): Likewise.
6692 (i386-mmx-linux.o): Likewise.
6693 (i386-mmx-linux.c): Likewise.
6694
6695 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
6696 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
6697 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
6698 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
6699
6700 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
6701 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
6702 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
6703
1570b33e
L
67042010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6705
6706 * Makefile.in (clean): Updated.
6707 (i386-avx.o): New.
6708 (i386-avx.c): Likewise.
6709 (i386-avx-linux.o): Likewise.
6710 (i386-avx-linux.c): Likewise.
6711 (amd64-avx.o): Likewise.
6712 (amd64-avx.c): Likewise.
6713 (amd64-avx-linux.o): Likewise.
6714 (amd64-avx-linux.c): Likewise.
6715
6716 * configure.srv (srv_i386_regobj): Add i386-avx.o.
6717 (srv_i386_linux_regobj): Add i386-avx-linux.o.
6718 (srv_amd64_regobj): Add amd64-avx.o.
6719 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
6720 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
6721 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
6722 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
6723 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
6724 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
6725 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
6726
6727 * i387-fp.c: Include "i386-xstate.h".
6728 (i387_xsave): New.
6729 (i387_cache_to_xsave): Likewise.
6730 (i387_xsave_to_cache): Likewise.
6731 (x86_xcr0): Likewise.
6732
6733 * i387-fp.h (i387_cache_to_xsave): Likewise.
6734 (i387_xsave_to_cache): Likewise.
6735 (x86_xcr0): Likewise.
6736
6737 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
6738 * linux-crisv32-low.c (target_regsets): Likewise.
6739 * linux-m68k-low.c (target_regsets): Likewise.
6740 * linux-mips-low.c (target_regsets): Likewise.
6741 * linux-ppc-low.c (target_regsets): Likewise.
6742 * linux-s390-low.c (target_regsets): Likewise.
6743 * linux-sh-low.c (target_regsets): Likewise.
6744 * linux-sparc-low.c (target_regsets): Likewise.
6745 * linux-xtensa-low.c (target_regsets): Likewise.
6746
6747 * linux-low.c: Include <sys/uio.h>.
6748 (regsets_fetch_inferior_registers): Support nt_type.
6749 (regsets_store_inferior_registers): Likewise.
6750 (linux_process_qsupported): New.
6751 (linux_target_ops): Add linux_process_qsupported.
6752
6753 * linux-low.h (regset_info): Add nt_type.
6754 (linux_target_ops): Add process_qsupported.
6755
6756 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
6757 and <sys/uio.h>.
6758 (init_registers_i386_avx_linux): New.
6759 (init_registers_amd64_avx_linux): Likewise.
6760 (xmltarget_i386_linux_no_xml): Likewise.
6761 (xmltarget_amd64_linux_no_xml): Likewise.
6762 (PTRACE_GETREGSET): Likewise.
6763 (PTRACE_SETREGSET): Likewise.
6764 (x86_fill_xstateregset): Likewise.
6765 (x86_store_xstateregset): Likewise.
6766 (use_xml): Likewise.
6767 (x86_linux_update_xmltarget): Likewise.
6768 (x86_linux_process_qsupported): Likewise.
6769 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
6770 (x86_arch_setup): Don't call init_registers_amd64_linux nor
6771 init_registers_i386_linux here. Call
6772 x86_linux_update_xmltarget.
6773 (the_low_target): Add x86_linux_process_qsupported.
6774
6775 * server.c (handle_query): Call target_process_qsupported.
6776
6777 * target.h (target_ops): Add process_qsupported.
6778 (target_process_qsupported): New.
6779
fc7238bb
PA
67802010-04-03 Pedro Alves <pedro@codesourcery.com>
6781
6782 * inferiors.c (add_thread): Set last_status kind to
6783 TARGET_WAITKIND_IGNORE.
6784 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
6785 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
6786 (linux_wait_1): Move `thread' local definition to block that uses
6787 it. Don't NULL initialize `event_child'.
6788 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
6789 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
6790 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
6791
bdabb078
PA
67922010-04-01 Pedro Alves <pedro@codesourcery.com>
6793
6794 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
6795 an extended waitstatus, or by a watchpoint.
6796 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
6797 thread was stepping or has been stopped by a watchpoint.
6798
d3bbe7a0
PA
67992010-04-01 Pedro Alves <pedro@codesourcery.com>
6800
6801 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
6802 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
6803 of another, then delete the previous, and validate all
6804 breakpoints.
6805 (validate_inserted_breakpoint): New.
6806 (delete_disabled_breakpoints): New.
6807 (validate_breakpoints): New.
6808 (check_mem_read): Validate breakpoints before trusting their
6809 shadow. Delete disabled breakpoints.
6810 (check_mem_write): Validate breakpoints before trusting they
6811 should be inserted. Delete disabled breakpoints.
6812 * mem-break.h (validate_breakpoints):
6813 * server.c (handle_query): Validate breakpoints when we see a
6814 qSymbol query.
6815
8b07ae33
PA
68162010-04-01 Pedro Alves <pedro@codesourcery.com>
6817
6818 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
6819 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
6820 if we could tell there's a GDB breakpoint at stop_pc.
6821 (need_step_over_p): Don't do a step over if we find a GDB
6822 breakpoint at the resume PC.
6823
6824 * mem-break.c (struct raw_breakpoint): New.
6825 (enum bkpt_type): New type `gdb_breakpoint'.
6826 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
6827 fields. New field `raw'.
6828 (find_raw_breakpoint_at): New.
6829 (set_raw_breakpoint_at): Handle refcounting. Create a raw
6830 breakpoint instead.
6831 (set_breakpoint_at): Adjust.
6832 (delete_raw_breakpoint): New.
6833 (release_breakpoint): New.
6834 (delete_breakpoint): Rename to...
6835 (delete_breakpoint_1): ... this. Add proc parameter. Use
6836 release_breakpoint. Return ENOENT.
6837 (delete_breakpoint): Reimplement.
6838 (find_breakpoint_at): Delete.
6839 (find_gdb_breakpoint_at): New.
6840 (delete_breakpoint_at): Delete.
6841 (set_gdb_breakpoint_at): New.
6842 (delete_gdb_breakpoint_at): New.
6843 (gdb_breakpoint_here): New.
6844 (set_reinsert_breakpoint): Use release_breakpoint.
6845 (uninsert_breakpoint): Rename to ...
6846 (uninsert_raw_breakpoint): ... this.
6847 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
6848 (reinsert_raw_breakpoint): Change parameter type to
6849 raw_breakpoint.
6850 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
6851 instead.
6852 (check_breakpoints): Adjust. Use release_breakpoint.
6853 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
6854 (breakpoint_inserted_here): Ditto.
6855 (check_mem_read): Adjust to iterate over raw breakpoints instead.
6856 Don't trust the breakpoint's shadow if it is not inserted.
6857 (check_mem_write): Adjust to iterate over raw breakpoints instead.
6858 (delete_all_breakpoints): Adjust.
6859 (free_all_breakpoints): Mark all breakpoints as uninserted, and
6860 use delete_breakpoint_1.
6861
6862 * mem-break.h (breakpoints_supported): Delete declaration.
6863 (set_gdb_breakpoint_at): Declare.
6864 (gdb_breakpoint_here): Declare.
6865 (delete_breakpoint_at): Delete.
6866 (delete_gdb_breakpoint_at): Declare.
6867
6868 * server.h (struct raw_breakpoint): Forward declare.
6869 (struct process_info): New field `raw_breakpoints'.
6870
6871 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
6872 breakpoints.
6873
6bf5e0ba
PA
68742010-03-24 Pedro Alves <pedro@codesourcery.com>
6875
6876 * linux-low.c (status_pending_p_callback): Fix comment.
6877 (linux_wait_for_event_1): Move most of the internal breakpoint
6878 handling from here...
6879 (linux_wait_1): ... to here.
6880 (count_events_callback): New.
6881 (select_singlestep_lwp_callback): New.
6882 (select_event_lwp_callback): New.
6883 (cancel_breakpoints_callback): New.
6884 (select_event_lwp): New.
6885 (linux_wait_1): Simplify internal breakpoint handling. Give equal
6886 priority to all LWPs that have had events that should be reported
6887 to the client. Cancel breakpoints when about to reporting the
6888 event to the client, not while stopping lwps. No longer cancel
6889 finished single-steps here.
6890 (cancel_finished_single_step): Delete.
6891 (cancel_finished_single_steps): Delete.
6892
414a389f
PA
68932010-03-24 Pedro Alves <pedro@codesourcery.com>
6894
6895 * mem-break.c (enum bkpt_type): New.
6896 (struct breakpoint): New field `type'.
6897 (set_breakpoint_at): Change return type to struct breakpoint
6898 pointer. Set type to `other_breakpoint' by default.
6899 (delete_breakpoint): Rewrite, supporting more than one breakpoint
6900 in the breakpoint list.
6901 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
6902 (reinsert_breakpoint): Rename to ...
6903 (reinsert_raw_breakpoint): ... this.
6904 (reinsert_breakpoints_at): Adjust.
6905 * mem-break.h (struct breakpoint): Declare.
6906 (set_breakpoint_at): Change return type to struct breakpoint
6907 pointer.
6908
2280c721
PA
69092010-03-24 Pedro Alves <pedro@codesourcery.com>
6910
6911 * server.c (handle_query): Assign, not compare.
6912
d50171e4
PA
69132010-03-24 Pedro Alves <pedro@codesourcery.com>
6914
6915 Teach linux gdbserver to step-over-breakpoints.
6916
6917 * linux-low.c (can_hardware_single_step): New.
6918 (supports_breakpoints): New.
6919 (handle_extended_wait): If stopping threads, read the stop pc of
6920 the new cloned LWP.
6921 (get_pc): New.
6922 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
6923 low target doesn't support retrieving the PC.
6924 (add_lwp): Set last_resume_kind to resume_continue.
6925 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
6926 (linux_attach): Don't clear stop_expected. Set the lwp's
6927 last_resume_kind to resume_stop.
6928 (linux_detach_one_lwp): Don't check for removed breakpoints.
6929 (check_removed_breakpoint): Delete.
6930 (status_pending_p): Rename to ...
6931 (status_pending_p_callback): ... this. Don't check for removed
6932 breakpoints. Don't consider threads that are stopped from GDB's
6933 perspective.
6934 (linux_wait_for_lwp): Always read the stop_pc here.
6935 (cancel_breakpoint): New.
6936 (step_over_bkpt): New global.
6937 (linux_wait_for_event_1): Implement stepping over breakpoints.
6938 (gdb_wants_lwp_stopped): New.
6939 (gdb_wants_all_stopped): New.
6940 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
6941 single-step traps here. Store the thread's last reported target
6942 wait status.
6943 (send_sigstop): Don't clear stop_expected. Always set it,
6944 instead.
6945 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
6946 (cancel_finished_single_step): New.
6947 (cancel_finished_single_steps): New.
6948 (wait_for_sigstop): Don't cancel finished single-step traps here.
6949 (linux_resume_one_lwp): Don't check for removed breakpoints.
6950 Don't set `step' on non-hardware step archs.
6951 (linux_set_resume_request): Ignore resume_stop requests if already
6952 stopping or stopped. Set the lwp's last_resume_kind.
6953 (resume_status_pending_p): Don't check for removed breakpoints.
6954 (need_step_over_p): New.
6955 (start_step_over): New.
6956 (finish_step_over): New.
6957 (linux_resume_one_thread): Always queue a sigstop for resume_stop
6958 requests. Clear the thread's last reported target waitstatus.
6959 Don't use the `suspended' flag. Don't consider pending breakpoints.
6960 (linux_resume): Start a step-over if necessary.
6961 (proceed_one_lwp): New.
6962 (proceed_all_lwps): New.
6963 (unstop_all_lwps): New.
6964 * linux-low.h (struct lwp_info): Rewrite comment for the
6965 `suspended' flag. Add the `stop_pc' field. Delete the
6966 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
6967 Add `'last_resume_kind' and `need_step_over' fields.
6968 * inferiors.c (struct thread_info): Delete, moved elsewhere.
6969 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
6970 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
6971 (set_raw_breakpoint_at): New.
6972 (set_breakpoint_at): Rewrite to use it.
6973 (reinsert_breakpoint_handler): Delete.
6974 (set_reinsert_breakpoint): New.
6975 (reinsert_breakpoint_by_bp): Delete.
6976 (delete_reinsert_breakpoints): New.
6977 (uninsert_breakpoint): Rewrite.
6978 (uninsert_breakpoints_at): New.
6979 (reinsert_breakpoint): Rewrite.
6980 (reinsert_breakpoints_at): New.
6981 (check_breakpoints): Rewrite.
6982 (breakpoint_here): New.
6983 (breakpoint_inserted_here): New.
6984 (check_mem_read): Adjust.
6985 * mem-break.h (breakpoints_supported, breakpoint_here)
6986 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
6987 (reinsert_breakpoint_by_bp): Delete declaration.
6988 (delete_reinsert_breakpoints): Declare.
6989 (reinsert_breakpoint): Delete declaration.
6990 (reinsert_breakpoints_at): Declare.
6991 (uninsert_breakpoint): Delete declaration.
6992 (uninsert_breakpoints_at): Declare.
6993 (check_breakpoints): Adjust prototype.
6994 * server.h: Adjust include order.
6995 (struct thread_info): Declare here. Add a `last_status' field.
6996
30ba68cb
MS
69972010-03-23 Michael Snyder <msnyder@vmware.com>
6998
6999 * server.c (crc32): New function.
7000 (handle_query): Add handling for 'qCRC:' request.
7001
b9a881c2
PA
70022010-03-23 Pedro Alves <pedro@codesourcery.com>
7003
7004 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
7005 lwp had been stopped by a watchpoint.
7006
e92d13d5
PA
70072010-03-16 Pedro Alves <pedro@codesourcery.com>
7008
7009 * server.h (internal_error): Declare.
7010 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
7011 * utils.c (internal_error): New function.
7012
64daa791
AS
70132010-03-15 Andreas Schwab <schwab@redhat.com>
7014
7015 * configure.srv: Fix typo setting srv_regobj.
7016
f52cd8cd
PA
70172010-03-15 Pedro Alves <pedro@codesourcery.com>
7018
7019 * linux-low.c (fetch_register): Avoid passing a non string literal
7020 format to `error'.
7021 (usr_store_inferior_registers): Ditto.
7022
93ae6fdc
PA
70232010-03-14 Pedro Alves <pedro@codesourcery.com>
7024
7025 * linux-low.c (linux_write_memory): Bail out early if peeking
7026 memory failed.
7027
c3adc08c
PA
70282010-03-14 Pedro Alves <pedro@codesourcery.com>
7029
7030 * linux-low.h (struct lwp_info): New fields
7031 `stopped_by_watchpoint' and `stopped_data_address'.
7032 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
7033 here, and cache them in the lwp object.
7034 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
7035 directly.
7036 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
7037 field.
7038 (linux_stopped_by_watchpoint): Rewrite.
7039 (linux_stopped_data_address): Rewrite.
7040
bce522a2
PA
70412010-03-06 Simo Melenius <simo.melenius@iki.fi>
7042
7043 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
7044 switching the current inferior, not before.
7045
90884b2b
L
70462010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7047
7048 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
7049 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
7050 i386-linux.c and amd64-linux.c.
7051 (reg-i386.o): Removed.
7052 (reg-i386.c): Likewise.
7053 (reg-i386-linux.o): Likewise.
7054 (reg-i386-linux.c): Likewise.
7055 (reg-x86-64.o): Likewise.
7056 (reg-x86-64.c): Likewise.
7057 (reg-x86-64-linux.o): Likewise.
7058 (reg-x86-64-linux.c): Likewise.
7059 (i386.o): New.
7060 (i386.c): Likewise.
7061 (i386-linux.o): Likewise.
7062 (i386-linux.c): Likewise.
7063 (amd64.o): Likewise.
7064 (amd64.c): Likewise.
7065 (amd64-linux.o): Likewise.
7066 (amd64-linux.c): Likewise.
7067
7068 * configure.srv (srv_i386_regobj): New.
7069 (srv_i386_linux_regobj): Likewise.
7070 (srv_amd64_regobj): Likewise.
7071 (srv_amd64_linux_regobj): Likewise.
7072 (srv_i386_32bit_xmlfiles): Likewise.
7073 (srv_i386_64bit_xmlfiles): Likewise.
7074 (srv_i386_xmlfiles): Likewise.
7075 (srv_amd64_xmlfiles): Likewise.
7076 (srv_i386_linux_xmlfiles): Likewise.
7077 (srv_amd64_linux_xmlfiles): Likewise.
7078 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
7079 srv_xmlfiles to $srv_i386_xmlfiles.
7080 (i[34567]86-*-mingw32ce*): Likewise.
7081 (i[34567]86-*-mingw*): Likewise.
7082 (i[34567]86-*-nto*): Likewise.
7083 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
7084 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
7085 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
7086 (x86_64-*-linux*): Likewise.
7087
7088 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
7089 (init_registers_amd64_linux): New.
7090 (x86_arch_setup): Replace init_registers_x86_64_linux with
7091 init_registers_amd64_linux.
7092
193f13e6
MK
70932010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
7094
7095 * configure.ac: Check for libdl. If it is not available link against
7096 static libthread_db.
7097 * configure: Regenerate.
7098
85d721b8
PA
70992010-02-22 Pedro Alves <pedro@codesourcery.com>
7100
7101 PR9605
7102
7103 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
7104 handing a read watchpoint.
7105 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
7106
6076632b
DE
71072010-02-12 Doug Evans <dje@google.com>
7108
7109 * linux-low.c (linux_supports_tracefork_flag): Document.
7110 (linux_look_up_symbols): Add comment.
7111
3327ccf7
L
71122010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7113
7114 * regcache.c (supply_register): Clear regcache if buf is NULL.
7115
0718675c 71162010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 7117 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
7118
7119 * inferiors.c (find_inferior): Add function documentation.
7120 (unloaded_dll): Handle the case where the unloaded dll has not
7121 been previously registered in the dll list.
7122
177321bd
DJ
71232010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7124
7125 * linux-arm-low.c (thumb_breakpoint_len): Delete.
7126 (thumb2_breakpoint): New.
7127 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
7128
2b009048
DJ
71292010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7130
7131 * linux-low.c (get_stop_pc): Check for SIGTRAP.
7132 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
7133 breakpoints.
7134
3be029c7
PA
71352010-01-21 Pedro Alves <pedro@codesourcery.com>
7136
7137 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
7138
18f5de3b
JK
71392010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7140
7141 * linux-s390-low.c (s390_collect_ptrace_register)
7142 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
7143
3743bb4f
DE
71442010-01-21 Doug Evans <dje@google.com>
7145
14ce3065
DE
7146 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
7147 (PTRACE_ARG4_TYPE): New macro.
7148 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
7149 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
7150 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
7151 (usr_store_inferior_registers): Ditto.
7152 (linux_read_memory, linux_write_memory): Ditto.
7153 (linux_test_for_tracefork): Ditto.
7154
3743bb4f
DE
7155 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
7156 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
7157
8b315be5
PA
71582010-01-21 Pedro Alves <pedro@codesourcery.com>
7159
7160 * proc-service.c (ps_lgetregs): Don't refetch registers from the
7161 target.
7162
85492558
PA
71632010-01-21 Pedro Alves <pedro@codesourcery.com>
7164
7165 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
7166 prototype to take a regcache. Adjust.
7167
442ea881
PA
71682010-01-20 Pedro Alves <pedro@codesourcery.com>
7169
7170 * regcache.h (struct thread_info): Forward declare.
7171 (struct regcache): New.
7172 (new_register_cache): Adjust prototype.
7173 (get_thread_regcache): Declare.
7174 (free_register_cache): Adjust prototype.
7175 (registers_to_string, registers_from_string): Ditto.
7176 (supply_register, supply_register_by_name, collect_register)
7177 (collect_register_as_string, collect_register_by_name): Ditto.
7178 * regcache.c (struct inferior_regcache_data): Delete.
7179 (get_regcache): Rename to ...
7180 (get_thread_regcache): ... this. Adjust. Switch inferior before
7181 fetching registers.
7182 (regcache_invalidate_one): Adjust.
7183 (regcache_invalidate): Fix prototype.
7184 (new_register_cache): Return the new register cache.
7185 (free_register_cache): Change prototype.
7186 (realloc_register_cache): Adjust.
7187 (registers_to_string): Change prototype to take a regcache. Adjust.
7188 (registers_from_string): Ditto.
7189 (register_data): Ditto.
7190 (supply_register): Ditto.
7191 (supply_register_by_name): Ditto.
7192 (collect_register): Ditto.
7193 (collect_register_as_string): Ditto.
7194 (collect_register_by_name): Ditto.
7195 * server.c (process_serial_event): Adjust.
7196 * linux-low.h (regset_fill_func, regset_store_func): Change
7197 prototype.
7198 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
7199 Change prototype.
7200 * linux-low.c (get_stop_pc): Adjust.
7201 (check_removed_breakpoint): Adjust.
7202 (linux_wait_for_event): Adjust.
7203 (linux_resume_one_lwp): Adjust.
7204 (fetch_register): Add regcache parameter. Adjust.
7205 (usr_store_inferior_registers): Ditto.
7206 (regsets_fetch_inferior_registers): Ditto.
7207 (regsets_store_inferior_registers): Ditto.
7208 (linux_fetch_registers, linux_store_registers): Ditto.
7209 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
7210 regcache. Adjust.
43aaf8b6
PA
7211 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
7212 Ditto.
442ea881
PA
7213 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
7214 prototype to take a regcache.
7215 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
7216 * remote-utils.c (convert_ascii_to_int, outreg)
7217 (prepare_resume_reply): Change prototype to take a regcache.
7218 Adjust.
7219 * target.h (struct target_ops) <fetch_registers, store_registers>:
7220 Change prototype to take a regcache.
7221 (fetch_inferior_registers, store_inferior_registers): Change
7222 prototype to take a regcache. Adjust.
7223 * proc-service.c (ps_lgetregs): Adjust.
7224 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
7225 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
7226 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
7227 take a regcache. Adjust.
7228 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
7229 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
7230 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
7231 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
7232 * linux-cris-low.c (cris_get_pc, cris_set_pc)
7233 (cris_cannot_fetch_register):
7234 (cris_breakpoint_at): Change prototype to take a regcache.
7235 Adjust.
7236 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
7237 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
7238 to take a regcache. Adjust.
7239 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
7240 Adjust.
7241 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
7242 take a regcache. Adjust.
7243 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
7244 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
7245 (m68k_set_pc): Change prototype to take a regcache. Adjust.
7246 * linux-mips-low.c (mips_get_pc):
7247 (mips_set_pc): Change prototype to take a regcache. Adjust.
7248 (mips_reinsert_addr): Adjust.
7249 (mips_collect_register): Change prototype to take a regcache.
7250 Adjust.
7251 (mips_supply_register):
7252 (mips_collect_register_32bit, mips_supply_register_32bit)
7253 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
7254 (mips_store_fpregset): Ditto.
43aaf8b6
PA
7255 * linux-ppc-low.c (ppc_supply_ptrace_register)
7256 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
7257 (parse_spufs_run): Adjust.
7258 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
7259 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
7260 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
7261 take a regcache. Adjust.
7262 * linux-s390-low.c (s390_collect_ptrace_register)
7263 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
7264 (s390_set_pc): Change prototype to take a regcache. Adjust.
7265 (s390_arch_setup): Adjust.
7266 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
7267 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
7268 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
7269 (sparc_fill_gregset, sparc_store_gregset_from_stack)
7270 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
7271 regcache. Adjust.
7272 (sparc_breakpoint_at): Adjust.
7273 * linux-xtensa-low.c (xtensa_fill_gregset):
7274 (xtensa_store_gregset):
7275 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
7276 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
7277 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
7278 prototype to take a regcache. Adjust.
7279 * win32-arm-low.c (arm_fetch_inferior_register)
7280 (arm_store_inferior_register): Change prototype to take a
7281 regcache. Adjust.
7282 * win32-i386-low.c (i386_fetch_inferior_register)
7283 (i386_store_inferior_register): Change prototype to take a
7284 regcache. Adjust.
7285 * win32-low.c (child_fetch_inferior_registers)
7286 (child_store_inferior_registers): Change prototype to take a
7287 regcache. Adjust.
7288 (win32_wait): Adjust.
7289 (win32_fetch_inferior_registers): Change prototype to take a
7290 regcache. Adjust.
7291 (win32_store_inferior_registers): Adjust.
7292 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
7293 store_inferior_register>: Change prototype to take a regcache.
7294
60c3d7b0
DE
72952010-01-20 Doug Evans <dje@google.com>
7296
7297 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
7298 #ifdef.
7299 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 7300 (W_STOPCODE): Provide definition if missing.
60c3d7b0 7301
dc146f7c
VP
73022010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7303
7304 * linux-low.c (linux_core_of_thread): New.
7305 (compare_ints, show_process, list_threads): New.
7306 (linux_qxfer_osdata): Report threads and cores.
7307 (linux_target_op): Register linux_core_of_thread.
7308 * remote-utils.c (prepare_resume_reply): Report the core.
7309 (buffer_xml_printf): Support %d specifier.
7310 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
7311 New.
7312 (handle_query): Handle qXfer:threads. Announce availability
7313 thereof.
7314 * target.h (struct target_ops): New field core_of_thread.
7315
7803799a
UW
73162010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7317
7318 * Makefile.in (clean): Remove new generated files.
7319 (reg-s390.o, reg-s390.c): Remove rules.
7320 (reg-s390x.o, reg-s390x.c): Likewise.
7321 (s390-linux32.o, s390-linux32.c): Add rules.
7322 (s390-linux64.o, s390-linux64.c): Likewise.
7323 (s390x-linux64.o, s390x-linux64.c): Likewise.
7324 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
7325 * linux-s390-low.c: Include <elf.h>.
7326 (HWCAP_S390_HIGH_GPRS): Define if undefined.
7327 (init_registers_s390): Remove prototype.
7328 (init_registers_s390x): Likewise.
7329 (init_registers_s390_linux32): Add prototype.
7330 (init_registers_s390_linux64): Likewise.
7331 (init_registers_s390x_linux64): Likewise.
7332 (s390_num_regs_3264): New define.
7333 (s390_regmap_3264): New global variable.
7334 (s390_cannot_fetch_register): Remove obsolete check.
7335 (s390_cannot_store_register): Likewise.
7336 (s390_collect_ptrace_register): Handle upper/lower register halves.
7337 (s390_supply_ptrace_register): Likewise.
7338 (s390_fill_gregset): Update to register number changes.
7339 (s390_get_hwcap): New routine.
7340 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
7341 Install appropriate regmap and register set.
7342
6e7ffa39
JB
73432010-01-01 Joel Brobecker <brobecker@adacore.com>
7344
7345 * server.c (gdbserver_version): Update copyright year to 2010.
7346 * gdbreplay.c (gdbreplay_version): Likewise.
7347
957f3f49
DE
73482009-12-28 Doug Evans <dje@google.com>
7349
7350 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
7351 elf/external.h. Include <elf.h> instead but only if necessary.
7352
ca5c370d
PA
73532009-12-28 Pedro Alves <pedro@codesourcery.com>
7354
7355 * linux-low.c (linux_remove_process): Remove `detaching'
7356 parameter. Don't release/detach from thread_db here.
7357 (linux_kill): Release/detach from thread_db here, ...
7358 (linux_detach): ... and here, before actually detaching.
7359 (linux_wait_1): ... and here, when a process exits.
7360 * thread-db.c (any_thread_of): New.
7361 (thread_db_free): Switch the current inferior to a thread of the
7362 passed in process.
7363
4ee62156
DE
73642009-12-21 Doug Evans <dje@google.com>
7365
d90e6a88
DE
7366 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
7367
c5f62d5f
DE
7368 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
7369 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
7370 warning ifndef __NR_tkill. Move setting of errno there too.
7371 Delete unnecessary resetting of errno after syscall.
7372 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
7373
10e86dd7
DE
7374 * configure.ac: Check for dladdr.
7375 * config.in: Regenerate.
7376 * configure: Regenerate.
7377 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
7378 (try_thread_db_load): Update.
7379
4ee62156
DE
7380 * linux-low.c (my_waitpid): Delete unnecessary prototype.
7381
00f515da
DE
73822009-12-18 Doug Evans <dje@google.com>
7383
e9464885
DE
7384 * event-loop.c: Include unistd.h if it exists.
7385
07d4f67e
DE
7386 * linux-low.c (my_waitpid): Move definition away from being in
7387 between linux_tracefork_child/linux_test_for_tracefork.
7388
00f515da
DE
7389 * gdb_proc_service.h (psaddr_t): Fix type.
7390 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
7391 signature to match glibc.
7392
1de1badb
DE
73932009-12-16 Doug Evans <dje@google.com>
7394
7395 * linux-low.c (linux_read_memory): Fix argument to read.
7396
aeeb81d1
PA
73972009-11-26 Pedro Alves <pedro@codesourcery.com>
7398
7399 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
7400 events, don't leave current_inferior pointing at null.
7401
10357975
PA
74022009-11-26 Pedro Alves <pedro@codesourcery.com>
7403
7404 * win32-low.c (LOG): Delete.
7405 (OUTMSG): Output to stderr.
7406 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
7407 on compile time LOG macro.
7408 (win32_wait): Fix debug output.
7409
cf6e3471
PA
74102009-11-26 Pedro Alves <pedro@codesourcery.com>
7411
7412 * win32-low.c (win32_add_one_solib): If the dll name is
7413 "ntdll.dll", prepend the system directory to the dll path.
7414
0c85e18e
MK
74152009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
7416
7417 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
7418
9ac544ce 74192009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 7420 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
7421
7422 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
7423 * configure.ac: Check for __mcoldfire__ and set
7424 gdb_cv_m68k_is_coldfire.
7425 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
7426 reg-cf.o and reg-m68k.o.
7427 * configure: Regenerated.
7428
fd7dd3e6
PA
74292009-11-16 Pedro Alves <pedro@codesourcery.com>
7430
7431 * linux-low.c (linux_remove_process): Add `detaching' parameter.
7432 Pass it to thread_db_free.
7433 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
7434 proper `detaching' argument to linux_remove_process.
7435 * linux-low.h (thread_db_free): Add `detaching' parameter.
7436 * thread-db.c (thread_db_init): Pass false as `detaching' argument
7437 to thread_db_free.
7438 (thread_db_free): Add `detaching' parameter. Only
7439 call td_ta_clear_event if detaching from process.
7440
75aa492e
MK
74412009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
7442
7443 * thread-db.c (thread_db_free): Fix typo.
7444
21e1bee4
PP
74452009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
7446
7447 PR gdb/10838
7448 * thread-db.c (thread_db_free): Call td_ta_clear_event.
7449
8838b45e
NS
74502009-11-03 Nathan Sidwell <nathan@codesourcery.com>
7451
7452 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
7453 with an i686 compiler.
7454 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
7455 needed.
7456 * configure: Rebuilt.
7457
8a35fb51
SL
74582009-10-29 Sandra Loosemore <sandra@codesourcery.com>
7459
7460 PR gdb/10783
7461
7462 * server.c (handle_search_memory_1): Correct read_addr initialization
7463 in loop for searching subsequent chunks.
7464
96f15937
PP
74652009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
7466
7467 * configure.ac: New --with-libthread-db option.
7468 * thread-db.c: Allow direct dependence on libthread_db.
7469 (thread_db_free): Adjust.
7470 * config.in: Regenerate.
7471 * configure: Likewise.
889bf7c5 7472
5f7d1694
PP
74732009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
7474
7475 PR gdb/10757
7476 * thread-db.c (attach_thread): New function.
7477 (maybe_attach_thread): Return success/failure.
7478 (find_new_threads_callback): Adjust.
889bf7c5
PA
7479 (thread_db_find_new_threads): Loop until no new threads.
7480
88e3b899
PA
74812009-10-13 Pedro Alves <pedro@codesourcery.com>
7482
7483 * proc-service.c (ps_lgetregs): Formatting.
7484
cdbfd419
PP
74852009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7486
7487 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
7488 * configure.ac: Adjust.
7489 * linux-low.h (struct process_info_private): Move members to struct
7490 thread_db.
7491 (thread_db_free, thread_db_handle_monitor_command): New prototype.
7492 * linux-low.c (linux_remove_process): Adjust.
7493 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
7494 * server.c (handle_query): Move code ...
7495 (handle_monitor_command): ... here. New function.
7496 * target.h (struct target_ops): New member.
7497 * thread-db.c (struct thread_db): New.
7498 (libthread_db_search_path): New variable.
7499 (thread_db_create_event, thread_db_enable_reporting)
7500 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
7501 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
7502 (try_thread_db_load_1, dladdr_to_soname): New functions.
7503 (try_thread_db_load, thread_db_load_search): New functions.
7504 (thread_db_init): Search for libthread_db.
7505 (thread_db_free): New function.
7506 (thread_db_handle_monitor_command): Likewise.
7507 * config.in: Regenerate.
7508 * configure: Regenerate.
889bf7c5 7509
4168d2d6
UW
75102009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
7511
7512 * spu-low.c (spu_kill): Wait for inferior to terminate.
7513 Call clear_inferiors.
7514 (spu_detach): Call clear_inferiors.
7515
81ecdfbb
RW
75162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7517
7518 * aclocal.m4: Regenerate.
7519 * config.in: Likewise.
7520 * configure: Likewise.
7521
0b9ff2c0
UW
75222009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7523
7524 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
7525 (parse_spufs_run): New function.
7526 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
7527 (ppc_breakpoint_at): Handle SPU breakpoints.
7528
efcbbd14
UW
75292009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7530
7531 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
7532 (SPUFS_MAGIC): Define.
7533 (spu_enumerate_spu_ids): New function.
7534 (linux_qxfer_spu): New function.
7535 (linux_target_ops): Install linux_qxfer_spu.
7536
f4d9bade
UW
75372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7538
7539 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
7540 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
7541 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
7542 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
7543 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
7544 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
7545 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
7546 (init_registers_powerpc_cell32l): Add prototype.
7547 (init_registers_powerpc_cell64l): Likewise.
7548 (ppc_arch_setup): Detect Cell/B.E. architecture.
7549
96e946ca
RW
75502009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7551
7552 * Makefile.in (datarootdir): New variable.
7553
58d6951d
DJ
75542009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7555
7556 * linux-low.c (linux_write_memory): Update debugging output.
7557 * Makefile.in (clean): Add new descriptions.
7558 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
7559 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
7560 * configure.srv: Add new files for arm*-*-linux*.
7561 * linux-arm-low.c: Add new declarations.
7562 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
7563 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
7564 (HWCAP_VFPv3D16): New.
7565 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
7566 instead of __IWMMXT__.
7567 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
7568 (arm_arch_setup): New.
7569 (target_regsets): Remove #ifdef. Add VFP regset.
7570 (the_low_target): Use arm_arch_setup.
7571
12b42a12
DJ
75722009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7573
7574 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
7575 the main thread again.
7576
ac8c974e
AR
75772009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
7578
7579 Adding Neutrino gdbserver.
7580 * configure: Regenerated.
7581 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
7582 * configure.srv (i[34567]86-*-nto*): New target.
7583 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
7584 * remote-utils.c [__QNX__]: Include sys/iomgr.h
7585 (nto_comctrl) [__QNX__]: New function.
7586 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
7587
4424e0c3 75882009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
7589
7590 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
7591 srv_tgtobj.
7592
912cf4ba
PA
75932009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
7594 Pedro Alves <pedro@codesourcery.com>
7595
7596 * win32-i386-low.c (i386_get_thread_context): Handle systems that
7597 don't support CONTEXT_EXTENDED_REGISTERS.
7598 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
7599 (the_low_target): Install them.
7600 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
7601 failing with ERROR_PIPE_NOT_CONNECTED.
7602
aa5ca48f
DE
76032009-06-30 Doug Evans <dje@google.com>
7604 Pierre Muller <muller@ics.u-strasbg.fr>
7605
7606 Add h/w watchpoint support to x86-linux, win32-i386.
7607 * Makefile.in (SFILES): Add i386-low.c
7608 (i386_low_h): Define.
7609 (i386-low.o): Add dependencies.
7610 (linux-x86-low.o): Add i386-low.h dependency.
7611 (win32-i386-low.o): Ditto.
7612 * i386-low.c: New file.
7613 * i386-low.h: New file.
7614 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
7615 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
7616 * linux-low.c (linux_add_process): Initialize arch_private.
7617 (linux_remove_process): Free arch_private.
7618 (add_lwp): Initialize arch_private.
7619 (delete_lwp): Free arch_private.
7620 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
7621 provided.
7622 * linux-low.h (process_info_private): New member arch_private.
7623 (lwp_info): New member arch_private.
7624 (linux_target_ops): New members new_process, new_thread,
7625 prepare_to_resume.
7626 (ptid_of): New macro.
7627 * linux-x86-low.c: Include stddef.h, i386-low.h.
7628 (arch_process_info): New struct.
7629 (arch_lwp_info): New struct.
7630 (x86_linux_dr_get, x86_linux_dr_set): New functions.
7631 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7632 (i386_dr_low_get_status): New function.
7633 (x86_insert_point, x86_remove_point): New functions.
7634 (x86_stopped_by_watchpoint): New function.
7635 (x86_stopped_data_address): New function.
7636 (x86_linux_new_process, x86_linux_new_thread): New functions.
7637 (x86_linux_prepare_to_resume): New function.
7638 (the_low_target): Add entries for insert_point, remove_point,
7639 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
7640 prepare_to_resume.
7641 * server.c (debug_hw_points): New global.
7642 (monitor_show_help): Document set debug-hw-points.
7643 (handle_query): Process "set debug-hw-points".
7644 * server.h (debug_hw_points): Declare.
7645 (paddress): Declare.
7646 * utils.c (NUMCELLS, CELLSIZE): New macros.
7647 (get_sell, xsnprintf, paddress): New functions.
7648 * win32-arm-low.c (the_low_target): Add entries for insert_point,
7649 remove_point, stopped_by_watchpoint, stopped_data_address.
7650 * win32-i386-low.c: Include i386-low.h.
7651 (debug_reg_state): Replaces dr.
7652 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7653 (i386_dr_low_get_status): New function.
7654 (i386_insert_point, i386_remove_point): New functions.
7655 (i386_stopped_by_watchpoint): New function.
7656 (i386_stopped_data_address): New function.
7657 (i386_initial_stuff): Update.
7658 (get_thread_context,set_thread_context,i386_thread_added): Update.
7659 (the_low_target): Add entries for insert_point,
7660 remove_point, stopped_by_watchpoint, stopped_data_address.
7661 * win32-low.c (win32_insert_watchpoint): New function.
7662 (win32_remove_watchpoint): New function.
7663 (win32_stopped_by_watchpoint): New function.
7664 (win32_stopped_data_address): New function.
7665 (win32_target_ops): Add entries for insert_watchpoint,
7666 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
7667 * win32-low.h (win32_target_ops): New members insert_point,
7668 remove_point, stopped_by_watchpoint, stopped_data_address.
7669
d993e290
PA
76702009-06-25 Pedro Alves <pedro@codesourcery.com>
7671
7672 * server.c (process_serial_event): Re-return unsupported, not
7673 error, if the type isn't recognized. Re-allow supporting only
7674 insert or remove packets. Also call require_running for
7675 breakpoints. Add missing break statement to default case. Tidy.
7676 * target.h (struct target_ops): Rename insert_watchpoint to
7677 insert_point, and remove_watchpoint to remove_point.
7678
7679 * linux-low.h (struct linux_target_ops): Likewise.
7680 * linux-low.c (linux_insert_watchpoint): Rename to ...
7681 (linux_insert_point): ... this. Adjust.
7682 (linux_remove_watchpoint): Rename to ...
7683 (linux_remove_point): ... this. Adjust.
7684 (linux_target_ops): Adjust.
7685 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
7686 (cris_insert_point): ... this.
7687 (cris_remove_watchpoint): Rename to ...
7688 (cris_remove_point): ... this.
7689 (the_low_target): Adjust.
7690
0f54c268
PM
76912009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
7692
7693 * server.c (handle_v_kill): Pass signal_pid to
7694 kill_inferior if multi_process is zero.
7695
c6314022
AR
76962009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
7697
7698 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
7699 * target.h (target_ops): Comment for *_watchpoint to make it clear
7700 the functions can get types '0' and '1'.
7701
4463ce24
AR
77022009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
7703
7704 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
7705 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
7706 * regcache.c (get_regcache): Likewise.
7707 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
7708 * win32-low.c (child_fetch_inferior_registers): Remove check for
7709 regno 0.
7710
cf8fd78b
PA
77112009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
7712 Pedro Alves <pedro@codesourcery.com>
7713
7714 * target.h (struct target_ops) <supports_multi_process>: New
7715 callback.
7716 (target_supports_multi_process): New.
7717 * server.c (handle_query): Even if GDB reports support, only
7718 enable multi-process if the target also supports it. Report
7719 multi-process support only if the target backend supports it.
7720 * linux-low.c (linux_supports_multi_process): New function.
7721 (linux_target_ops): Install it as target_supports_multi_process
7722 callback.
7723
47c0c975
DE
77242009-05-24 Doug Evans <dje@google.com>
7725
e09875d4
DE
7726 Global renaming of find_thread_pid to find_thread_ptid.
7727 * server.h (find_thread_ptid): Renamed from find_thread_pid.
7728 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
7729 All callers updated.
7730
e27d73f6
DE
7731 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
7732 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
7733 directly.
7734
47c0c975
DE
7735 * linux-low.c (get_stop_pc): Print pc if debug_threads.
7736 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
7737 (linux_resume_one_lwp): Ditto.
7738
2acc282a
DE
77392009-05-23 Doug Evans <dje@google.com>
7740
7741 * linux-low.c (linux_resume_one_lwp): Change type of first arg
7742 from struct inferior_list_entry * to struct lwp_info *.
7743 All callers updated.
7744
9f1036c1
DE
77452009-05-13 Doug Evans <dje@google.com>
7746
7747 * linux-x86-low.c: Don't include assert.h.
7748 (x86_siginfo_fixup): Use fatal, not assert.
7749 (x86_arch_setup): Fix comment.
7750
d0722149
DE
77512009-05-12 Doug Evans <dje@google.com>
7752
7753 Biarch support for i386/amd64 gdbserver.
7754 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
7755 Add linux-x86-low.c.
7756 (linux-i386-low.o, linux-x86-64-low.o): Delete.
7757 (linux-x86-low.o): Add.
7758 * linux-x86-64-low.c: Delete.
7759 * linux-i386-low.c: Delete.
7760 * linux-x86-low.c: New file.
7761 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
7762 linux-x86-low.o.
7763 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
7764 linux-x86-low.o.
7765 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
7766 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
7767 (linux_child_pid_to_exec_file): New function.
7768 (elf_64_header_p, elf_64_file_p): New functions.
7769 (siginfo_fixup): New function.
7770 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
7771 give target a chance to convert layout.
7772 * linux-low.h (linux_target_ops): New member siginfo_fixup.
7773 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
7774
fdeb2a12
DE
77752009-05-07 Doug Evans <dje@google.com>
7776
7777 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
7778 (regsets_store_inferior_registers): Ditto.
7779
a6dbe5df
PA
77802009-05-06 Pedro Alves <pedro@codesourcery.com>
7781
7782 PR server/10048
7783
7784 * linux-low.c (must_set_ptrace_flags): Delete.
7785 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
7786 of the global.
7787 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
7788 `lwp->must_set_ptrace_flags' instead.
ba42693b 7789 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
7790 (linux_wait_1): ... not here.
7791
5091eb23
DE
77922009-04-30 Doug Evans <dje@google.com>
7793
9f767825
DE
7794 * inferiors.c (started_inferior_callback): New function.
7795 (attached_inferior_callback): New function.
7796 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
7797 * server.c (print_started_pid, print_attached_pid): New functions.
7798 (detach_or_kill_for_exit): New function.
7799 (main): Call it instead of for_each_inferior (kill_inferior_callback).
7800 * server.h (have_started_inferiors_p): Declare.
7801 (have_attached_inferiors_p): Declare.
7802
5091eb23
DE
7803 * inferiors.c (remove_process): Fix memory leak, free process.
7804 * linux-low.c (linux_remove_process): New function.
7805 (linux_kill): Call it instead of remove_process.
7806 (linux_detach, linux_wait_1): Ditto.
7807
155c8968
PA
78082009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
7809
7810 * configure.srv: Add x86 Windows CE target.
7811
7fe519cb
UW
78122009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7813
7814 * inferiors.c (get_thread_process): Make global.
7815 * server.h (get_thread_process): Add prototype.
7816 * thread-db.c (find_one_thread): Use get_thread_process
7817 instead of current_process.
7818 (thread_db_get_tls_address): Do not crash if called when
7819 thread layer is not yet initialized.
7820
5472f405
UW
78212009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7822
7823 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
7824 * spu-low.c (current_tid): Rename to ...
7825 (current_ptid): ... this.
7826 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
7827 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
7828 ptid_get_lwp (current_ptid) instead of current_tid.
7829 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
7830 instead of current_tid. Use find_process_pid to verify pid
7831 argument is valid. Pass proper argument to remove_process.
7832 (spu_thread_alive): Compare current_ptid instead of current_tid.
7833 (spu_resume): Likewise.
7834
55ac2b99
PA
78352009-04-02 Pedro Alves <pedro@codesourcery.com>
7836
7837 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
7838 variable.
7839
95954743
PA
78402009-04-01 Pedro Alves <pedro@codesourcery.com>
7841
7842 Implement the multiprocess extensions, and add linux multiprocess
7843 support.
7844
7845 * server.h (ULONGEST): Declare.
7846 (struct ptid, ptid_t): New.
7847 (minus_one_ptid, null_ptid): Declare.
7848 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7849 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
7850 (struct inferior_list_entry): Change `id' type from unsigned from
7851 to ptid_t.
7852 (struct sym_cache, struct breakpoint, struct
7853 process_info_private): Forward declare.
7854 (struct process_info): Declare.
7855 (current_process): Declare.
7856 (all_processes): Declare.
7857 (initialize_inferiors): Declare.
7858 (add_thread): Adjust to use ptid_t.
7859 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
7860 (add_process, remove_process, find_thread_pid): Declare.
7861 (find_inferior_id): Adjust to use ptid_t.
7862 (cont_thread, general_thread, step_thread): Change type to ptid_t.
7863 (multi_process): Declare.
7864 (push_event): Adjust to use ptid_t.
7865 (read_ptid, write_ptid): Declare.
7866 (prepare_resume_reply): Adjust to use ptid_t.
7867 (clear_symbol_cache): Declare.
7868 * inferiors.c (all_processes): New.
7869 (null_ptid, minus_one_ptid): New.
7870 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7871 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
7872 (add_thread): Change unsigned long to ptid. Remove gdb_id
7873 parameter. Adjust.
7874 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
7875 (gdb_id_to_thread): Rename to ...
7876 (find_thread_pid): ... this. Change unsigned long to ptid.
7877 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
7878 (loaded_dll, pull_pid_from_list): Adjust.
7879 (add_process, remove_process, find_process_pid)
7880 (get_thread_process, current_process, initialize_inferiors): New.
7881 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
7882 (struct target_waitstatus) <related_pid>: Ditto.
7883 (struct target_ops) <kill, detach>: Add `pid' argument. Change
7884 return type to int.
7885 (struct target_ops) <join>: Add `pid' argument.
7886 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
7887 (struct target_ops) <wait>: Add `ptid' field. Change return type
7888 to ptid.
7889 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
7890 (mywait): Add `ptid' argument. Change return type to ptid_t.
7891 (target_pid_to_str): Declare.
7892 * target.c (set_desired_inferior): Adjust to use ptids.
7893 (mywait): Add new `ptid' argument. Adjust.
7894 (target_pid_to_str): New.
7895 * mem-break.h (free_all_breakpoints): Declare.
7896 * mem-break.c (breakpoints): Delelete.
7897 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
7898 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
7899 to use per-process breakpoint list.
7900 (free_all_breakpoints): New.
7901 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
7902 (symbol_cache, all_symbols_looked_up): Delete.
7903 (hexchars): New.
7904 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
7905 read_ptid): New.
7906 (prepare_resume_reply): Change ptid argument's type from unsigned
7907 long to ptid_t. Adjust. Implement W;process and X;process.
7908 (free_sym_cache, clear_symbol_cache): New.
7909 (look_up_one_symbol): Adjust to per-process symbol cache. *
7910 * server.c (cont_thread, general_thread, step_thread): Change type
7911 to ptid_t.
7912 (attached): Delete.
7913 (multi_process): New.
7914 (last_ptid): Change type to ptid_t.
7915 (struct vstop_notif) <ptid>: Change type to ptid_t.
7916 (queue_stop_reply, push_event): Change `ptid' argument's type to
7917 ptid_t.
7918 (discard_queued_stop_replies): Add `pid' argument.
7919 (start_inferior): Adjust to use ptids. Adjust to mywait interface
7920 changes. Don't reference the `attached' global.
7921 (attach_inferior): Adjust to mywait interface changes.
7922 (handle_query): Adjust to use ptids. Parse GDB's qSupported
7923 features. Handle and report "multiprocess+". Handle
7924 "qAttached:PID".
7925 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
7926 changes.
7927 (handle_v_kill): New.
7928 (handle_v_stopped): Adjust to use target_pid_to_str.
7929 (handle_v_requests): Allow multiple attaches and runs when
7930 multiprocess extensions are in effect. Handle "vKill".
7931 (myresume): Adjust to use ptids.
7932 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
7933 (handle_status): Adjust to discard_queued_stop_replies interface
7934 change.
7935 (first_thread_of, kill_inferior_callback)
7936 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
7937 (main): Call initialize_inferiors. Adjust to use ptids, killing
7938 and detaching from all inferiors. Handle multiprocess packet
7939 variants.
7940 * linux-low.h: Include gdb_proc_service.h.
7941 (struct process_info_private): New.
7942 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
7943 <lwpid_of>: Use ptid_get_lwp.
7944 (get_lwp_thread): Adjust.
7945 (struct lwp_info): Add `dead' member.
7946 (find_lwp_pid): Declare.
7947 * linux-low.c (thread_db_active): Delete.
7948 (new_inferior): Adjust comment.
7949 (inferior_pid): Delete.
7950 (linux_add_process): New.
7951 (handle_extended_wait): Adjust.
7952 (add_lwp): Change unsigned long to ptid.
7953 (linux_create_inferior): Add process to processes table. Adjust
7954 to use ptids. Don't set new_inferior here.
7955 (linux_attach_lwp): Rename to ...
7956 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
7957 it. Adjust to use ptids.
7958 (linux_attach_lwp): New.
7959 (linux_attach): Add process to processes table. Don't set
7960 new_inferior here.
7961 (struct counter): New.
7962 (second_thread_of_pid_p, last_thread_of_process_p): New.
7963 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
7964 multiple processes.
7965 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
7966 processes. Remove process from process table.
7967 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
7968 to multiple processes.
7969 (any_thread_of): New.
7970 (linux_detach): Add `pid' argument, and handle it. Remove process
7971 from processes table.
7972 (linux_join): Add `pid' argument. Handle it.
7973 (linux_thread_alive): Change unsighed long argument to ptid_t.
7974 Consider dead lwps as not being alive.
7975 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
7976 threads we're not interested in.
7977 (same_lwp, find_lwp_pid): New.
7978 (linux_wait_for_lwp): Change `pid' argument's type from int to
7979 ptid_t. Adjust.
7980 (linux_wait_for_event): Rename to ...
7981 (linux_wait_for_event_1): ... this. Change `pid' argument's type
7982 from int to ptid_t. Adjust.
7983 (linux_wait_for_event): New.
7984 (linux_wait_1): Add `ptid' argument. Change return type to
7985 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
7986 that exit from the process table.
7987 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
7988 Adjust.
7989 (mark_lwp_dead): New.
7990 (wait_for_sigstop): Adjust to use ptids. If a process exits while
7991 stopping all threads, mark its main lwp as dead.
7992 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
7993 ptids.
7994 (fetch_register, usr_store_inferior_registers)
7995 (regsets_fetch_inferior_registers)
7996 (regsets_store_inferior_registers, linux_read_memory)
7997 (linux_write_memory): Inline `inferior_pid'.
7998 (linux_look_up_symbols): Adjust to use per-process
7999 `thread_db_active'.
8000 (linux_request_interrupt): Adjust to use ptids.
8001 (linux_read_auxv): Inline `inferior_pid'.
8002 (initialize_low): Don't reference thread_db_active.
8003 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
8004 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
8005 (ps_getpid): Return the pid of the current inferior.
8006 * thread-db.c (proc_handle, thread_agent): Delete.
8007 (thread_db_create_event, thread_db_enable_reporting): Adjust to
8008 per-process data.
8009 (find_one_thread): Change argument type to ptid_t. Adjust to
8010 per-process data.
8011 (maybe_attach_thread): Adjust to per-process data and ptids.
8012 (thread_db_find_new_threads): Ditto.
8013 (thread_db_init): Ditto.
8014 * spu-low.c (spu_create_inferior, spu_attach): Add process to
8015 processes table. Adjust to use ptids.
8016 (spu_kill, spu_detach): Adjust interface. Remove process from
8017 processes table.
8018 (spu_join, spu_thread_alive): Adjust interface.
8019 (spu_wait): Adjust interface. Remove process from processes
8020 table. Adjust to use ptids.
8021 * win32-low.c (current_inferior_tid): Delete.
8022 (current_inferior_ptid): New.
8023 (debug_event_ptid): New.
8024 (thread_rec): Take a ptid. Adjust.
8025 (child_add_thread): Add `pid' argument. Adjust to use ptids.
8026 (child_delete_thread): Ditto.
8027 (do_initial_child_stuff): Add `attached' argument. Add process to
8028 processes table.
8029 (child_fetch_inferior_registers, child_store_inferior_registers):
8030 Adjust.
8031 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
8032 (win32_attach): Pass 1 to do_initial_child_stuff.
8033 (win32_kill): Adjust interface. Remove process from processes
8034 table.
8035 (win32_detach): Ditto.
8036 (win32_join): Adjust interface.
8037 (win32_thread_alive): Take a ptid.
8038 (win32_resume): Adjust to use ptids.
8039 (get_child_debug_event): Ditto.
8040 (win32_wait): Adjust interface. Remove exiting process from
8041 processes table.
8042
bd99dc85
PA
80432009-04-01 Pedro Alves <pedro@codesourcery.com>
8044
8045 Non-stop mode support.
8046
8047 * server.h (non_stop): Declare.
8048 (gdb_client_data, handler_func): Declare.
8049 (delete_file_handler, add_file_handler, start_event_loop):
8050 Declare.
8051 (handle_serial_event, handle_target_event, push_event)
8052 (putpkt_notif): Declare.
8053 * target.h (enum resume_kind): New.
8054 (struct thread_resume): Replace `step' field by `kind' field.
8055 (TARGET_WNOHANG): Define.
8056 (struct target_ops) <wait>: Add `options' argument.
8057 <supports_non_stop, async, start_non_stop>: New fields.
8058 (target_supports_non_stop, target_async): New.
8059 (start_non_stop): Declare.
8060 (mywait): Add `options' argument.
8061 * target.c (mywait): Add `options' argument. Print child exit
8062 notifications here.
8063 (start_non_stop): New.
8064 * server.c (non_stop, own_buf, mem_buf): New globals.
8065 (struct vstop_notif): New.
8066 (notif_queue): New global.
8067 (queue_stop_reply, push_event, discard_queued_stop_replies)
8068 (send_next_stop_reply): New.
8069 (start_inferior): Adjust to use resume_kind. Adjust to mywait
8070 interface changes.
8071 (attach_inferior): In non-stop mode, don't wait for the target
8072 here.
8073 (handle_general_set): Handle QNonStop.
8074 (handle_query): When handling qC, return the current general
8075 thread, instead of the first thread of the list.
8076 (handle_query): If the backend supports non-stop mode, include
8077 QNonStop+ in the qSupported query response.
8078 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
8079 and non-stop mode.
8080 (handle_v_attach, handle_v_run): Handle non-stop mode.
8081 (handle_v_stopped): New.
8082 (handle_v_requests): Report support for vCont;t. Handle vStopped.
8083 (myresume): Adjust to use resume_kind. Handle non-stop.
8084 (queue_stop_reply_callback): New.
8085 (handle_status): Handle non-stop mode.
8086 (main): Clear non_stop flag on reconnection. Use the event-loop.
8087 Refactor serial protocol handling from here ...
8088 (process_serial_event): ... to this new function. When GDB
8089 selects any thread, select one here. In non-stop mode, wait until
8090 GDB acks all pending events before exiting.
8091 (handle_serial_event, handle_target_event): New.
8092 * remote-utils.c (remote_open): Install remote_desc in the event
8093 loop.
8094 (remote_close): Remove remote_desc from the event loop.
8095 (putpkt_binary): Rename to...
8096 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
8097 (putpkt_binary): New as wrapper around putpkt_binary_1.
8098 (putpkt_notif): New.
8099 (prepare_resume_reply): In non-stop mode, don't change the
8100 general_thread.
8101 * event-loop.c: New.
8102 * Makefile.in (OBJ): Add event-loop.o.
8103 (event-loop.o): New rule.
8104
8105 * linux-low.h (pid_of): Moved here.
8106 (lwpid_of): New.
8107 (get_lwp_thread): Use lwpid_of.
8108 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
8109 * linux-low.c (pid_of): Delete.
8110 (inferior_pid): Use lwpid_of.
8111 (linux_event_pipe): New.
8112 (target_is_async_p): New.
8113 (delete_lwp): New.
8114 (handle_extended_wait): Use lwpid_of.
8115 (add_lwp): Don't set lwpid field.
8116 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
8117 (linux_kill_one_lwp): If killing a running lwp, stop it first.
8118 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
8119 (linux_detach_one_lwp): If detaching from a running lwp, stop it
8120 first. Adjust to linux_wait_for_event interface changes. Use
8121 lwpid_of.
8122 (linux_detach): Don't delete the main lwp here.
8123 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
8124 (status_pending_p): Don't consider explicitly suspended lwps.
8125 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
8126 pointer. Add OPTIONS argument. Change return type to int. Use
8127 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
8128 (linux_wait_for_event): Take an integer pid instead of a lwp_info
8129 pointer. Add status pointer argument. Return a pid instead of a
8130 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
8131 changes. In non-stop mode, don't switch to a random thread.
8132 (linux_wait): Rename to...
8133 (linux_wait_1): ... this. Add target_options argument, and handle
8134 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
8135 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
8136 clean exit and signal exit code. Don't stop all threads in
8137 non-stop mode. In all-stop mode, only stop all threads when
8138 reporting a stop to GDB. Handle explicit thread stop requests.
8139 (async_file_flush, async_file_mark): New.
8140 (linux_wait): New.
8141 (send_sigstop): Use lwpid_of.
8142 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
8143 interface changes. In non-stop mode, don't switch to a random
8144 thread.
8145 (linux_resume_one_lwp): Use lwpid_of.
8146 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
8147 (linux_resume_one_thread): ... this. Handle resume_stop. In
8148 non-stop mode, don't look for pending flag in all threads.
8149 (resume_status_pending_p): Don't consider explicitly suspended
8150 threads.
8151 (my_waitpid): Reimplement. Emulate __WALL.
8152 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8153 Use lwpid_of.
8154 (sigchld_handler, linux_supports_non_stop, linux_async)
8155 (linux_start_non_stop): New.
8156 (linux_target_ops): Register linux_supports_non_stop, linux_async
8157 and linux_start_non_stop.
8158 (initialize_low): Install SIGCHLD handler.
8159 * thread-db.c (thread_db_create_event, find_one_thread)
8160 (thread_db_get_tls_address): Use lwpid_of.
8161 * win32-low.c (win32_detach): Adjust to use resume_kind.
8162 (win32_wait): Add `options' argument.
8163 * spu-low.c (spu_resume): Adjust to use resume_kind.
8164 (spu_wait): Add `options' argument.
8165
5b1c542e
PA
81662009-04-01 Pedro Alves <pedro@codesourcery.com>
8167
8168 Decouple target code from remote protocol.
8169
8170 * target.h (enum target_waitkind): New.
8171 (struct target_waitstatus): New.
8172 (struct target_ops) <wait>: Return an unsigned long. Take a
8173 target_waitstatus pointer instead of a char pointer.
8174 (mywait): Likewise.
8175 * target.c (mywait): Change prototype to return an unsigned long.
8176 Take a target_waitstatus pointer instead of a char pointer. Adjust.
8177 * server.h (thread_from_wait, old_thread_from_wait): Delete
8178 declarations.
8179 (prepare_resume_reply): Change prototype to take a
8180 target_waitstatus.
8181 * server.c (thread_from_wait, old_thread_from_wait): Delete.
8182 (last_status, last_ptid): New.
8183 (start_inferior): Remove "statusptr" argument. Adjust. Return a
8184 pid instead of a signal.
8185 (attach_inferior): Remove "status" and "signal" parameters.
8186 Adjust.
8187 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
8188 not as an address.
8189 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
8190 (handle_v_requests, myresume): Remove "status" and "signal"
8191 parameters. Adjust.
8192 (handle_status): New.
8193 (main): Delete local `status'. Adjust.
8194 * remote-utils.c: Include target.h.
8195 (prepare_resume_reply): Change prototype to take a
8196 target_waitstatus. Adjust.
8197
8198 * linux-low.c (linux_wait): Adjust to new target_ops->wait
8199 interface.
8200 * spu-low.c (spu_wait): Adjust.
8201 * win32-low.c (enum target_waitkind, struct target_waitstatus):
8202 Delete.
8203 (win32_wait): Adjust.
8204
2bd7c093
PA
82052009-04-01 Pedro Alves <pedro@codesourcery.com>
8206
8207 * target.h (struct thread_resume): Delete leave_stopped member.
8208 (struct target_ops): Add a `n' argument to the `resume' callback.
8209 * server.c (start_inferior): Adjust.
8210 (handle_v_cont, myresume): Adjust.
8211 * linux-low.c (check_removed_breakpoint): Adjust to resume
8212 interface change, and to removed leave_stopped field.
8213 (resume_ptr): Delete.
8214 (struct thread_resume_array): New.
8215 (linux_set_resume_request): Add new `arg' parameter. Adjust to
8216 resume interface change.
8217 (linux_continue_one_thread, linux_queue_one_thread)
8218 (resume_status_pending_p): Check if the resume field is NULL
8219 instead of checking the leave_stopped member.
8220 (linux_resume): Adjust to the target resume interface change.
8221 * spu-low.c (spu_resume): Adjust to the target resume interface
8222 change.
8223 * win32-low.c (win32_detach, win32_resume): Ditto.
8224
c35fafde
PA
82252009-04-01 Pedro Alves <pedro@codesourcery.com>
8226
8227 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
8228 flag.
8229 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
8230 pending.
8231 (linux_continue_one_thread): Only preserve the stepping flag if
8232 there's a pending breakpoint.
8233
0a59d50b
PA
82342009-03-31 Pedro Alves <pedro@codesourcery.com>
8235
8236 * server.c (main): After the inferior having exited, call
8237 remote_close before exiting gdbserver.
8238
f04c6d38
TJB
82392009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
8240
8241 Fix size of FPSCR in Power 7 processors.
8242 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
8243 (PPC_FEATURE_HAS_DFP): New #define.
8244 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
8245 size of the FPSCR.
8246
78e5cee6
PA
82472009-03-23 Pedro Alves <pedro@codesourcery.com>
8248
8249 * server.c (handle_query) Whitespace and formatting.
8250
1b3f6016
PA
82512009-03-22 Pedro Alves <pedro@codesourcery.com>
8252
8253 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
8254 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
8255 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
8256 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
8257 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
8258 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
8259 Makefile.in, configure.ac: Fix whitespace throughout.
8260 * configure: Regenerate.
8261
a07b2135
PA
82622009-03-22 Pedro Alves <pedro@codesourcery.com>
8263
8264 * inferiors.c (find_inferior): Make it safe for the callback
8265 function to delete the currently iterated inferior.
8266
67cc2626
PA
82672009-03-22 Pedro Alves <pedro@codesourcery.com>
8268
8269 * Makefile.in (linuw_low_h): Move higher.
8270 (thread-db.o): Depend on $(linux_low_h).
8271
54a0b537
PA
82722009-03-17 Pedro Alves <pedro@codesourcery.com>
8273
8274 Rename "process" to "lwp" throughout.
8275
8276 * linux-low.c (all_processes): Rename to...
8277 (all_lwps): ... this.
8278 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
8279 (add_process): Rename to ...
8280 (add_lwp): ... this. Adjust.
8281 (linux_create_inferior): Adjust.
8282 (linux_attach_lwp): Adjust.
8283 (linux_attach): Adjust.
8284 (linux_kill_one_process): Rename to ...
8285 (linux_kill_one_lwp): ... this. Adjust.
8286 (linux_kill): Adjust.
8287 (linux_detach_one_process): Rename to ...
8288 (linux_detach_one_lwp): ... this. Adjust.
8289 (linux_detach): Adjust.
8290 (check_removed_breakpoint): Adjust.
8291 (status_pending_p): Adjust.
8292 (linux_wait_for_process): Rename to ...
8293 (linux_wait_for_lwp): ... this. Adjust.
8294 (linux_wait_for_event): Adjust.
8295 (send_sigstop): Adjust.
8296 (wait_for_sigstop): Adjust.
8297 (stop_all_processes): Rename to ...
8298 (stop_all_lwps): ... this.
8299 (linux_resume_one_process): Rename to ...
8300 (linux_resume_one_lwp): ... this. Adjust.
8301 (linux_set_resume_request, linux_continue_one_thread)
8302 (linux_queue_one_thread, resume_status_pending_p)
8303 (usr_store_inferior_registers, regsets_store_inferior_registers)
8304 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8305 Adjust.
8306 * linux-low.h (get_process): Rename to ...
8307 (get_lwp): ... this. Adjust.
8308 (get_thread_process): Rename to ...
8309 (get_thread_lwp): ... this. Adjust.
8310 (get_process_thread): Rename to ...
8311 (get_lwp_thread): ... this. Adjust.
8312 (struct process_info): Rename to ...
8313 (struct lwp_info): ... this.
8314 (all_processes): Rename to ...
8315 (all_lwps): ... this.
8316 * proc-service.c (ps_lgetregs): Adjust.
8317 * thread-db.c (thread_db_create_event, find_one_thread)
8318 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
8319
0b16c5cf
PA
83202009-03-14 Pedro Alves <pedro@codesourcery.com>
8321
8322 * server.c (handle_query): Handle "qAttached".
8323
32de4b9d
NS
83242009-03-13 Nathan Sidwell <nathan@codesourcery.com>
8325
8326 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
8327 GPLv3, update license URL.
8328
2aecd87f
DE
83292009-03-01 Doug Evans <dje@google.com>
8330
93efd302 8331 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
8332 (server_h): Add gdb_signals.h.
8333 (signals.o): Update.
8334 * server.h (target_signal_from_host,target_signal_to_host_p)
8335 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
8336
86b1f9c5
PM
83372009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8338
8339 * remote-utils.c (getpkt): Also generate remote-debug
8340 information if noack_mode is set.
8341
4aa995e1
PA
83422009-02-06 Pedro Alves <pedro@codesourcery.com>
8343
8344 * server.c (handle_query): Report qXfer:siginfo:read and
8345 qXfer:siginfo:write as supported and handle them.
8346 * target.h (struct target_ops) <qxfer_siginfo>: New field.
8347 * linux-low.c (linux_xfer_siginfo): New.
8348 (linux_target_ops): Set it.
8349
62709adf
PA
83502009-01-26 Pedro Alves <pedro@codesourcery.com>
8351
8352 * server.c (gdbserver_usage): Mention --remote-debug.
8353 (main): Accept '--remote-debug' switch.
8354
aef93bd7
DE
83552009-01-18 Doug Evans <dje@google.com>
8356
8357 * regcache.c (new_register_cache): No need to check result of xcalloc.
8358 * server.c (handle_search_memory): Back out calls to xmalloc,
8359 result is checked and error is returned to user upon failure.
8360 (handle_query): Ditto. Add more checks for result of malloc.
8361 (handle_v_cont): Check result of malloc, report error back to
8362 user upon failure.
8363 (handle_v_run): Ditto. Call freeargv.
8364 * server.h (freeargv): Declare.
8365 * utils.c (freeargv): New fn.
8366
54363045
DE
83672009-01-15 Doug Evans <dje@google.com>
8368
f626972c
DE
8369 * gdbreplay.c (perror_with_name): Make arg const char *.
8370 * server.h (target_signal_to_name): Make return type const char *.
0842e787 8371 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 8372 * utils.c (perror_with_name): Make arg const char *.
54363045 8373
18aae699
PA
83742009-01-14 Pedro Alves <pedro@codesourcery.com>
8375
8376 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
8377 when handling a EXIT_PROCESS_DEBUG_EVENT.
8378
ff703abe
JB
83792009-01-06 Joel Brobecker <brobecker@adacore.com>
8380
8381 * gdbreplay.c (gdbreplay_version): Update copyright year.
8382 * server.c (gdbserver_version): Likewise.
8383
f21cc1a2 83842009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
8385
8386 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 8387 (handle_extended_wait): Improve comment.
0e21c1ec 8388
bca929d3
DE
83892008-12-13 Doug Evans <dje@google.com>
8390
8391 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
8392 * server.h (ATTR_MALLOC): New macro.
8393 (xmalloc,xcalloc,xstrdup): Declare.
8394 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
8395 * inferiors.c: Ditto.
8396 * linux-low.c: Ditto.
8397 * mem-break.c: Ditto.
8398 * regcache.c: Ditto.
8399 * remote-utils.c: Ditto.
8400 * server.c: Ditto.
8401 * target.c: Ditto.
8402 * win32-low.c: Ditto.
8403
97438e3f
DE
84042008-12-12 Doug Evans <dje@google.com>
8405
896c7fbb
DE
8406 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
8407 in debugging printf.
8408
97438e3f
DE
8409 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
8410
e3b886f8
DE
84112008-12-09 Doug Evans <dje@google.com>
8412
8413 * linux-low.h (struct process_info): Delete member tid, unused.
8414 * thread-db.c (find_one_thread): Update.
8415 (maybe_attach_thread): Update.
8416
07e059b5
VP
84172008-12-02 Pedro Alves <pedro@codesourcery.com>
8418
889bf7c5
PA
8419 * target.h (struct target_ops): Add qxfer_osdata member.
8420 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
8421 and dirent.h.
8422 (linux_qxfer_osdata): New functions.
8423 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
8424 callback.
8425 * server.c (handle_query): Handle "qXfer:osdata:read:".
8426 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
8427 (buffer_xml_printf): New functions.
8428 * server.h (struct buffer): New.
8429 (buffer_grow_str, buffer_grow_str0): New macros.
8430 (buffer_grow, buffer_free, buffer_init, buffer_finish)
8431 (buffer_xml_printf): Declare.
07e059b5 8432
4cab47ab
DE
84332008-11-24 Doug Evans <dje@google.com>
8434
8435 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
8436
f142445f
DJ
84372008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8438
8439 * server.c (handle_v_run): Always use the supplied argument list.
8440
d0107bb6 84412008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 8442
d0107bb6
BW
8443 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
8444 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 8445
2c4ad781
TJB
84462008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8447
8448 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
8449 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
8450 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
8451 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
8452 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
8453 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
8454 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
8455 XML target descriptions.
8456 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
8457 when inferior is running on an ISA 2.05 or later processor. Add
8458 special case to return offset for full 64-bit slot of FPSCR when
8459 in 32-bits.
8460
dfb64f85
DJ
84612008-11-14 Daniel Gutson <dgutson@codesourcery.com>
8462
8463 * Makefile.in (SFILES, clean): Added sparc64 files.
8464 (reg-sparc64.o, reg-sparc64.c): New.
8465 * configure.srv (sparc*-*-linux*): New configuration.
8466 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
8467 syscall arguments for SPARC.
8468 (regsets_store_inferior_registers): Likewise.
8469 * linux-sparc-low.c: New file.
8470
66b6e1dd
DE
84712008-10-21 Doug Evans <dje@google.com>
8472
8473 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
8474 (READLINE_DIR,READLINE_DEP): Delete.
8475 (INTERNAL_CFLAGS): Update.
8476 (LINTFLAGS): Update.
8477
9b710a42
PA
84782008-10-10 Pedro Alves <pedro@codesourcery.com>
8479
8480 * server.c (handle_v_run): If GDB didn't specify an argv, use the
8481 whole argv from the last run, not just argv[0].
8482
5822d809
PA
84832008-09-08 Pedro Alves <pedro@codesourcery.com>
8484
8485 * regcache.c (new_register_cache): Return NULL if the register
8486 cache size isn't known yet.
8487 (free_register_cache): Avoid dereferencing a NULL regcache.
8488
74aac56f
DJ
84892008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8490
8491 * configure.srv: Merge MIPS and MIPS64.
8492
400b20f5
MR
84932008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
8494
8495 * Makefile.in (uninstall): Apply $(EXEEXT) too.
8496
677c5bb1
LM
84972008-08-18 Luis Machado <luisgpm@br.ibm.com>
8498
8499 * Makefile.in: Add required vsx dependencies.
8500
8501 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
8502 Declare init_registers_powerpc_vsx32l.
8503 Declare init_registers_powerpc_vsx64l.
8504 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
8505 (ppc_arch_setup): Check for VSX in hwcap.
8506 (ppc_fill_vsxregset): New function.
8507 (ppc_store_vsxregset): New function.
8508 Add new VSX entry in regset_info target_regsets.
8509
8510 * configure.srv: Add new VSX dependencies.
8511
a6f3e723
SL
85122008-08-12 Pedro Alves <pedro@codesourcery.com>
8513
8514 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
8515 (remote_open): Set or clear transport_is_reliable.
8516 (putpkt_binary): Don't expect acks in noack mode.
8517 (getpkt): Don't send ack/nac in noack mode.
8518 * server.c (handle_general_set): Handle QStartNoAckMode.
8519 (handle_query): If connected by tcp pass QStartNoAckMode+ in
8520 qSupported.
8521 (main): Reset noack_mode on every connection.
8522 * server.h (noack_mode): Declare.
8523
a417dc56
RW
85242008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8525
8526 * Makefile.in (GDBREPLAY_OBS): New variable.
8527 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
8528
3221518c
UW
85292008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
8530 Daniel Jacobowitz <dan@codesourcery.com>
8531
8532 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
8533 (usr_store_inferior_registers): Likewise.
8534 (regsets_store_inferior_registers): Likewise.
8535
ec56be1b
PA
85362008-07-31 Rolf Jansen <rj@surtec.com>
8537 Pedro Alves <pedro@codesourcery.com>
8538
8539 * configure.ac: Check for memmem declaration.
8540 * server.c [HAVE_MALLOC_H]: Include malloc.h.
8541 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
8542 (disable_packet_qfThreadInfo): Unconditionally compile.
8543 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
8544 * configure, config.in: Regenerate.
8545
2fe5e3ff
DE
85462008-07-28 Doug Kwan <dougkwan@google.com>
8547
8548 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
8549 (linux_write_memory): Remove declaration of errno.
8550
836acd6d
UW
85512008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
8552
8553 * linux-low.c (handle_extended_wait): Do not use "status"
8554 variable uninitialized.
8555
aeba519e
PA
85562008-07-07 Pedro Alves <pedro@codesourcery.com>
8557
8558 * server.c (handle_v_attach): Inhibit reporting dll changes.
8559
db42f210
PA
85602008-06-27 Pedro Alves <pedro@codesourcery.com>
8561
8562 * remote-utils.c (prepare_resume_reply): If requested, don't
8563 output "thread:TID" in the T stop reply.
8564
8565 * server.c (disable_packet_vCont, disable_packet_Tthread)
8566 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
8567 (handle_query): If requested, disable support for qC, qfThreadInfo
8568 and qsThreadInfo.
8569 (handle_v_requests): If requested, disable support for vCont.
8570 (gdbserver_show_disableable): New.
8571 (main): Handle --disable-packet and --disable-packet=LIST.
8572
8573 * server.h (disable_packet_vCont, disable_packet_Tthread)
8574 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
8575
8e4c5421
CD
85762008-06-20 Carlos O'Donell <carlos@codesourcery.com>
8577
8578 * server.c (gdbserver_usage): Mention --version.
8579
6e23a804
DJ
85802008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
8581
8582 * Makefile.in (gdbreplay.o): New rule.
8583
90aa6a40
JM
85842008-06-06 Joseph Myers <joseph@codesourcery.com>
8585
8586 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
8587 message, not gdbserver.
8588
c16158bc 85892008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
8590 Nathan Sidwell <nathan@codesourcery.com>
8591 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
8592
8593 * acinclude.m4: Include ../../config/acx.m4.
8594 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
8595 * configure, config.in: Regenerate.
8596 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
8597 * server.c (gdbserver_version): Print PKGVERSION.
8598 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
8599 (main): Adjust gdbserver_usage calls.
8600 * gdbreplay.c (version, host_name): Add declarations.
8601 (gdbreplay_version, gdbreplay_usage): New.
8602 (main): Accept --version and --help options.
8603
aeb75bf5
DJ
86042008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
8605
8606 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
8607 (arm_breakpoint_at): Handle Thumb.
8608 (the_low_target): Add comment.
8609
76b233dd
UW
86102008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
8611
8612 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
8613
08388c79
DE
86142008-05-09 Doug Evans <dje@google.com>
8615
a3c83fae
DE
8616 * server.h (decode_search_memory_packet): Declare.
8617 * remote-utils.c (decode_search_memory_packet): New fn.
8618 * server.c (handle_search_memory_1): New fn.
08388c79
DE
8619 (handle_search_memory): New fn.
8620 (handle_query): Process qSearch:memory packets.
8621
bb9c3d36
UW
86222008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8623
8624 * regcache.c (registers_length): Remove.
8625 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
8626 full register packet.
8627 * regcache.h (registers_length): Remove prototype.
8628 * server.h (PBUFSIZ): Define to 16384.
8629
7284e1be
UW
86302008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
8631
8632 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
8633 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
8634 powerpc-64l.o, and powerpc-altivec64l.o.
8635 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
8636 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
8637 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
8638 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
8639 rs6000/power-linux.xml, and rs6000/power64-linux.xml
8640 to srv_xmlfiles.
8641
8642 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
8643 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
8644 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
8645 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
8646 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
8647 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
8648 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
8649 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
8650 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
8651 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
8652 (clean): Update.
8653
8654 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
8655 (init_registers_powerpc_32l): ... this new prototype.
8656 (init_registers_powerpc_32): Remove, replace by ...
8657 (init_registers_powerpc_altivec32l): ... this new prototype.
8658 (init_registers_powerpc_e500): Remove, replace by ...
8659 (init_registers_powerpc_e500l): ... this new prototype.
8660 (init_registers_ppc64): Remove, replace by ...
8661 (init_registers_powerpc_64l): ... this new prototype.
8662 (init_registers_powerpc_64): Remove, replace by ...
8663 (init_registers_powerpc_altivec64l): ... this new prototype.
8664 (ppc_num_regs): Set to 73.
8665 (PT_ORIG_R3, PT_TRAP): Define if necessary.
8666 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
8667 (ppc_cannot_store_register): Handle orig_r3 and trap.
8668 (ppc_arch_setup): Update init_registers_... calls.
8669 (ppc_fill_gregset): Handle orig_r3 and trap.
8670
8671 * inferiors.c (clear_inferiors): Reset current_inferior.
8672
fdc59709
PB
86732008-04-23 Paolo Bonzini <bonzini@gnu.org>
8674
889bf7c5
PA
8675 * acinclude.m4: Add override.m4.
8676 * configure: Regenerate.
fdc59709 8677
c9b2f845
UW
86782008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8679
8680 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
8681 initial call to init_register_ppc64.
8682
550512b8
UW
86832008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8684
43aaf8b6
PA
8685 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
8686 single powerpc*-*-linux* case.
550512b8
UW
8687 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
8688
b6430ec3
UW
86892008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
8690
8691 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 8692 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
8693 from reg_xmlfiles.
8694 * linux-ppc-low.c: Include <elf.h>.
8695 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
8696 (ppc_hwcap): New global variable.
8697 (ppc_regmap): Remove __SPE__ #ifdef sections.
8698 (ppc_regmap_e500): New global variable.
8699 (ppc_cannot_store_register): Update __SPE__ special case.
8700 (ppc_get_hwcap): New function.
8701 (ppc_arch_setup): Use it to determine whether inferior supports
8702 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
8703 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
8704 Do not access registers if target does not support AltiVec.
8705 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
8706 Do not access registers if target does not support SPE.
8707 (target_regsets): Unconditionally include AltiVec and SPE regsets.
8708
52fa2412
UW
87092008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8710
8711 * linux-low.c (disabled_regsets, num_regsets): New.
8712 (use_regsets_p): Delete.
8713 (linux_wait_for_process): Clear disabled_regsets.
8714 (regsets_fetch_inferior_registers): Check and set it.
8715 (regsets_store_inferior_registers): Likewise.
8716 (linux_fetch_registers, linux_store_registers): Do not use
8717 use_regsets_p.
8718 (initialize_low): Allocate disabled_regsets.
8719
e28b3332
DJ
87202008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8721
8722 * Makefile.in (LIBOBJS): New.
8723 (OBS): Use LIBOBJS.
8724 (memmem.o): New rule.
8725 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
8726 * configure: Regenerated.
8727
4536995d
UW
87282008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
8729
8730 * server.c (handle_query): Never return "unsupported" for
8731 qXfer:features:read queries.
8732
221c031f
UW
87332008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8734
8735 * server.c (get_features_xml): Fix inverted condition.
8736 (handle_query): Always support qXfer:feature:read.
8737
ccd213ac
DJ
87382008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
8739
8740 * server.c (wrapper_argv): New.
8741 (start_inferior): Handle wrapper_argv. If set, expect an extra
8742 trap.
8743 (gdbserver_usage): Document --wrapper.
8744 (main): Parse --wrapper.
8745
6fe305f7
UW
87462008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8747
8748 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
8749 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
8750 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
8751 (ppc_set_pc): Likewise.
8752 (ppc_arch_setup): New function.
8753 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
8754 of collect_register.
889bf7c5 8755 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 8756
5b0a002e
UW
87572008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8758
8759 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
8760 instead of linux-ppc64-low.o.
8761 * linux-ppc64-low.c: Remove file.
8762 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
8763 (linux-ppc64-low.o): Remove rule.
8764
8765 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
8766 (init_registers_powerpc_64): Likewise.
8767 (ppc_regmap): Conditionally define depending on __powerpc64__.
8768 (ppc_cannot_store_register): Do not special-case "fpscr" when
8769 compiled on __powerpc64__.
8770 (ppc_collect_ptrace_register): New function.
8771 (ppc_supply_ptrace_register): New function.
8772 (ppc_breakpoint): Change type to "unsigned int".
8773 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
8774 (the_low_target): Conditionally provide initializers for the
889bf7c5 8775 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
8776 collect_ptrace_register and supply_ptrace_register members.
8777
9b4b61c8
UW
87782008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8779
8780 * regcache.h (gdbserver_xmltarget): Add extern declaration.
8781 * server.c (gdbserver_xmltarget): Define.
8782 (get_features_xml): Use it to replace "target.xml" and arch_string.
8783
8784 * configure.srv: Remove srv_xmltarget. Add XML files that were
8785 mentioned there to srv_xmlfiles instead. Remove conditional tests
8786 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
8787 srv_xmlfiles and srv_regobj to include all possible choices.
8788 * configure.ac (srv_xmltarget): Remove.
8789 (srv_xmlfiles): Do not add "target.xml".
8790 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
8791 checks for supplementary target information.
8792 * configure: Regenerate.
8793 * Makefile.in (XML_TARGET): Remove.
8794 (target.xml): Remove rule.
8795 (clean): Do not clean up target.xml.
8796 (.PRECIOUS): Do not mention target.xml.
8797
8798 * target.h (struct target_ops): Remove arch_string member.
8799 * linux-low.c (linux_arch_string): Remove.
8800 (linux_target_ops): Remove arch_string initializer.
8801 * linux-low.h (struct linux_target_ops): Remove arch_string member.
8802 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
8803 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
8804 * spu-low.c (spu_arch_string): Remove.
8805 (spu_target_ops): Remove arch_string initializer.
8806 * win32-low.c (win32_arch_string): Remove.
8807 (win32_target_ops): Remove arch_string initializer.
8808 * win32-low.h (struct win32_target_ops): Remove arch_string member.
8809 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
8810 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
8811
ee1a7ae4
UW
88122008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8813
8814 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
8815 by collect_ptrace_register and supply_ptrace_register hooks.
8816 * linux-low.c (fetch_register): Use supply_ptrace_register callback
8817 instead of checking for the_low_target.left_pad_xfer.
8818 (usr_store_inferior_registers): Use collect_ptrace_register callback
8819 instead of checking for the_low_target.left_pad_xfer.
8820
8821 * linux-s390-low.c (s390_collect_ptrace_register): New function.
8822 (s390_supply_ptrace_register): Likewise.
8823 (s390_fill_gregset): Call s390_collect_ptrace_register.
8824 (the_low_target): Update.
8825
8826 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
8827 (ppc_supply_ptrace_register): Likewise.
8828 (the_low_target): Update.
8829
8830 * linux-i386-low.c (the_low_target): Update.
8831 * linux-x86-64-low.c (the_low_target): Update.
8832
d61ddec4
UW
88332008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8834
8835 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
8836 reg-s390.o and reg-s390x.o.
8837
8838 * linux-low.c (new_inferior): New global variable.
8839 (linux_create_inferior, linux_attach): Set it.
8840 (linux_wait_for_process): Call the_low_target.arch_setup after the
8841 target has stopped for the first time.
8842 (initialize_low): Do not call the_low_target.arch_setup.
8843
8844 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
8845 (s390_set_pc): Likewise.
8846 (s390_arch_setup): New function.
8847 (the_low_target): Use s390_arch_setup as arch_setup routine.
8848
8849 * regcache.c (realloc_register_cache): New function.
8850 (set_register_cache): Call it for each existing regcache.
8851
d05b4ac3
UW
88522008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8853
8854 * server.h (init_registers): Remove prototype.
8855
8856 * linux-low.h (struct linux_target_ops): Add arch_setup field.
8857 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
8858 instead of init_registers ().
8859 * linux-arm-low.c (init_registers_arm): Add prototype.
8860 (init_registers_arm_with_iwmmxt): Likewise.
8861 (the_low_target): Add initializer for arch_setup field.
8862 * linux-cris-low.c (init_registers_cris): Add prototype.
8863 (the_low_target): Add initializer for arch_setup field.
8864 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
8865 (the_low_target): Add initializer for arch_setup field.
8866 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
8867 (the_low_target): Add initializer for arch_setup field.
8868 * linux-ia64-low.c (init_registers_ia64): Add prototype.
8869 (the_low_target): Add initializer for arch_setup field.
8870 * linux-m32r-low.c (init_registers_m32r): Add prototype.
8871 (the_low_target): Add initializer for arch_setup field.
8872 * linux-m68k-low.c (init_registers_m68k): Add prototype.
8873 (the_low_target): Add initializer for arch_setup field.
8874 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
8875 (init_registers_mips64_linux): Likewise.
8876 (the_low_target): Add initializer for arch_setup field.
8877 * linux-ppc-low.c (init_registers_ppc): Add prototype.
8878 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
8879 (the_low_target): Add initializer for arch_setup field.
8880 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
8881 (init_registers_powerpc_64): Likewise.
8882 (the_low_target): Add initializer for arch_setup field.
8883 * linux-s390-low.c (init_registers_s390): Add prototype.
8884 (init_registers_s390x): Likewise.
8885 (the_low_target): Add initializer for arch_setup field.
8886 * linux-sh-low.c (init_registers_sh): Add prototype.
8887 (the_low_target): Add initializer for arch_setup field.
8888 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
8889 (the_low_target): Add initializer for arch_setup field.
8890 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
8891 (the_low_target): Add initializer for arch_setup field.
8892
8893 * win32-low.h (struct win32_target_ops): Add arch_setup field.
8894 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
8895 instead of init_registers ().
8896 * win32-arm-low.c (init_registers_arm): Add prototype.
8897 (the_low_target): Add initializer for arch_setup field.
8898 * win32-i386-low.c (init_registers_i386): Add prototype.
8899 (the_low_target): Add initializer for arch_setup field.
8900
8901 * spu-low.c (init_registers_spu): Add prototype.
8902 (initialize_low): Call initialie_registers_spu () instead of
8903 initialize_registers ().
8904
fd96d250
PA
89052008-02-19 Pedro Alves <pedro@codesourcery.com>
8906
8907 * server.c (handle_v_requests): When handling the vRun and vAttach
8908 packets, if already debugging a process, don't kill it. Return an
8909 error instead.
8910
d41b6bb4
DJ
89112008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
8912
8913 * server.c (handle_query): Correct length check.
8914
5ac588cf
PA
89152008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
8916
8917 * win32-low.c (do_initial_child_stuff): Add process handle
8918 parameter. Set current_process_handle and current_process_id from the
8919 parameters. Clear globals.
8920 (win32_create_inferior): Don't set current_process_handle and
8921 current_process_id here. Instead pass them on the call to
8922 do_initial_child_stuff.
8923 (win32_attach): Likewise.
8924 (win32_clear_inferiors): New.
8925 (win32_kill): Don't close the current process handle or the
8926 current thread handle here. Instead call win32_clear_inferiors.
8927 (win32_detach): Don't open a new handle to the process. Call
8928 win32_clear_inferiors.
8929 (win32_join): Don't rely on current_process_handle; open a new
8930 handle using the process id.
8931 (win32_wait): Call win32_clear_inferiors when the inferior process
8932 has exited.
8933
ecd7ecbc
DJ
89342008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
8935
8936 * server.c (monitor_show_help): Add "exit".
8937
1525d545
MG
89382008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
8939
ecd7ecbc 8940 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
8941 (clean): Add reg-xtensa.c.
8942 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
8943 * configure.srv (xtensa*-*-linux*) New target.
8944 * linux-xtensa-low.c: New.
8945 * xtensa-xtregs.c: New.
1525d545 8946
59a016f0
PA
89472008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
8948
8949 * hostio.c: Don't include errno.h.
8950 (errno_to_fileio_errno): Move to hostio-errno.
8951 * hostio.c: (hostio_error): Remove the error parameter. Defer the
8952 error number outputting to the target->hostio_last_error callback.
8953 (hostio_packet_error): Use FILEIO_EINVAL directly.
8954 (handle_open, handle_pread, hostio_error, handle_unlink): Update
8955 calls to hostio_error.
8956 * hostio-errno.c: New.
8957 * server.h (hostio_last_error_from_errno): Declare.
8958 * target.h (target_ops): Add hostio_last_error member.
8959 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
8960 as hostio_last_error handler.
889bf7c5 8961 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
8962 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
8963 (wince_hostio_last_error): New functions.
8964 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
8965 as hostio_last_error handler.
8966 (win32_target_ops) [!_WIN32_WCE]: Register
8967 hostio_last_error_from_errno as hostio_last_error handler.
8968 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
8969 (hostio-errno.o): New rule.
8970 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
8971 * configure.srv (srv_hostio_err_objs): New variable. Default to
8972 hostio-errno.o.
8973 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
8974 * configure: Regenerate.
8975
2d717e4f
DJ
89762008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8977
8978 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
8979 (linux_kill, linux_detach): Clean up the process list.
8980 * remote-utils.c (remote_open): Improve port number parsing.
8981 (putpkt_binary, input_interrupt): Only send interrupts if the target
8982 is running.
8983 * server.c (extended_protocol): Make static.
8984 (attached): Define earlier.
8985 (exit_requested, response_needed, program_argv): New variables.
8986 (target_running): New.
8987 (start_inferior): Clear attached here.
8988 (attach_inferior): Set attached here.
8989 (require_running): Define.
8990 (handle_query): Use require_running and target_running. Implement
8991 "monitor exit".
8992 (handle_v_attach, handle_v_run): New.
8993 (handle_v_requests): Use require_running. Handle vAttach and vRun.
8994 (gdbserver_usage): Update.
8995 (main): Redo argument parsing. Handle --debug and --multi. Handle
8996 --attach along with other options or after the port. Save
8997 program_argv. Support no initial program. Resynchronize
8998 communication with GDB after an error. Handle "monitor exit".
8999 Use require_running and target_running. Always allow the extended
9000 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
9001 restart in extended mode.
9002 * README: Refer to the GDB manual. Update --attach usage.
9003
7407e2de
AS
90042007-12-20 Andreas Schwab <schwab@suse.de>
9005
9006 * linux-low.c (STACK_SIZE): Define.
9007 (linux_tracefork_child): Use it. Use __clone2 on ia64.
9008 (linux_test_for_tracefork): Likewise.
9009
b65d95c5
DJ
90102007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
9011
9012 * linux-low.c (linux_wait_for_event): Update messages. Do not
9013 reinsert auto-delete breakpoints.
9014 * mem-break.c (struct breakpoint): Change return type of handler to
9015 int.
9016 (set_breakpoint_at): Update handler type.
9017 (reinsert_breakpoint_handler): Return 1 instead of calling
9018 delete_breakpoint.
9019 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
9020 setting a new one.
9021 (check_breakpoints): Delete auto-delete breakpoints and return 2.
9022 * mem-break.h (set_breakpoint_at): Update handler type.
9023 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
9024 * win32-low.c (auto_delete_breakpoint): New.
9025 (get_child_debug_event): Use it.
9026
4e799345
DJ
90272007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9028
9029 * configure.ac: Check for pread and pwrite.
9030 * hostio.c (handle_pread): Fall back to lseek and read.
9031 (handle_pwrite): Fall back to lseek and write.
9032 * config.in, configure: Regenerated.
9033
27524b67
DJ
90342007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
9035
9036 * server.c (myresume): Add own_buf argument.
9037 (main): Update calls.
9038
a20d5e98
DJ
90392007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
9040
9041 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
9042 * remote-utils.c (remote_open): Do not call disable_async_io.
9043 (block_async_io): Delete.
9044 (unblock_async_io): Make static.
9045 (initialize_async_io): New.
9046 * server.c (handle_v_cont): Handle async I/O here.
9047 (myresume): Likewise. Move other common resume tasks here...
9048 (main): ... from here. Call initialize_async_io. Disable async
9049 I/O before the main loop.
9050 * server.h (initialize_async_io): Declare.
9051 (block_async_io, unblock_async_io): Delete prototypes.
9052 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
9053
b79d787e
DJ
90542007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
9055
9056 * remote-utils.c (readchar): Allow binary data in received messages.
9057
d97903b2
PA
90582007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9059
9060 * win32-low.c (attaching): New global.
9061 (win32_create_inferior): Clear the `attaching' global.
9062 (win32_attach): Set the `attaching' global.
9063 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
9064 attaching. Only set a breakpoint at the entry point if not
9065 attaching.
9066
311de423
PA
90672007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9068
9069 * server.c (main): Don't report dll events on the initial
9070 connection on attaches.
9071
6c2d16d2
PA
90722007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9073
9074 * server.c (main): Relax numerical bases supported for the pid of
9075 the --attach command line argument.
9076
5ca906e6
PA
90772007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9078
9079 * win32-low.c (win32_attach): Call OpenProcess before
9080 DebugActiveProcess, not after. Add last error output to error
9081 call.
9082
9c6c8194
PA
90832007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9084
9085 * win32-low.c (win32_get_thread_context)
9086 (win32_set_thread_context): New functions.
9087 (thread_rec): Use win32_get_thread_context.
9088 (continue_one_thread, win32_resume): Use win32_set_thread_context.
9089 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
9090 field.
9091
4d5d1aaa
PA
90922007-12-03 Leo Zayas
9093 Pedro Alves <pedro_alves@portugalmail.pt>
9094
9095 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
9096 global variables.
9097 (child_add_thread): Minor cleanup.
9098 (child_continue): Resume artificially suspended threads before
9099 calling ContinueDebugEvent.
9100 (suspend_one_thread): New.
9101 (fake_breakpoint_event): New.
9102 (get_child_debug_event): Change return type to int. Check here if
9103 gdb sent an interrupt request. If a soft interrupt was requested,
9104 fake a breakpoint event. Return 0 if there is no event to handle,
9105 and 1 otherwise.
9106 (win32_wait): Don't check here if gdb sent an interrupt request.
9107 Ensure there is a valid event to handle.
9108 (win32_request_interrupt): Add soft interruption method as last
9109 resort.
9110
c436e841
PA
91112007-12-03 Leo Zayas
9112 Pedro Alves <pedro_alves@portugalmail.pt>
9113
9114 * win32-low.h (win32_thread_info): Add descriptions to the
9115 structure members. Replace `suspend_count' counter by a
9116 `suspended' flag.
9117 * win32-low.c (thread_rec): Update condition of when to get the
9118 context from the inferior. Rely on ContextFlags being set if it
9119 has already been retrieved. Only suspend the inferior thread if
9120 we haven't already. Warn if that fails.
9121 (continue_one_thread): s/suspend_count/suspended/. Only call
9122 ResumeThread once. Warn if that fails.
9123
e7b5fa67
PA
91242007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9125
9126 * win32-low.c (win32_wait): Don't read from the inferior when it
9127 has already exited.
9128
a385171d
PA
91292007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9130
9131 * Makefile.in (win32_low_h): New variable.
9132 (win32-low.o): Add dependency on $(win32_low_h).
9133 (win32-arm-low.o, win32-i386-low.o): New rules.
9134
f80c84b3
DJ
91352007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9136
9137 * hostio.c: Correct copyright year.
9138
a6b151f1
DJ
91392007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9140
9141 * Makefile.in (OBS): Add hostio.o.
9142 (hostio.o): New rule.
9143 * server.h (handle_vFile): Declare.
9144 * hostio.c: New file.
9145 * server.c (handle_v_requests): Take packet_len and new_packet_len
9146 for binary packets. Call handle_vFile.
9147 (main): Update call to handle_v_requests.
9148
f9387fc3
DJ
91492007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
9150
9151 * linux-low.c: Include <sched.h>.
9152
51c2684e
DJ
91532007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
9154
9155 * linux-low.c (linux_tracefork_grandchild): New.
9156 (linux_tracefork_child): Use clone.
9157 (linux_test_for_tracefork): Use clone; allocate and free a stack.
9158
75f83163
JB
91592007-10-31 Joel Brobecker <brobecker@adacore.com>
9160
9161 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
9162
da5898ce
DJ
91632007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
9164
9165 * linux-low.c (handle_extended_wait): Handle unexpected signals.
9166
24a09b5f
DJ
91672007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9168
9169 * inferiors.c (change_inferior_id): Delete.
9170 (add_pid_to_list, pull_pid_from_list): New.
9171 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
9172 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
9173 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
9174 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
9175 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
9176 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
9177 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
9178 (using_threads): Always set to 1.
9179 (handle_extended_wait): New.
9180 (add_process): Do not set TID.
9181 (linux_create_inferior): Set must_set_ptrace_flags.
9182 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
9183 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
9184 (linux_thread_alive): Rename TID argument to LWPID.
9185 (linux_wait_for_process): Handle unknown processes. Do not use TID.
9186 (linux_wait_for_event): Do not use TID or check using_threads. Update
9187 call to dead_thread_notify. Call handle_extended_wait.
9188 (linux_create_inferior): Use PTRACE_SETOPTIONS.
9189 (send_sigstop): Delete sigstop_sent.
9190 (wait_for_sigstop): Avoid TID.
9191 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
9192 (linux_test_for_tracefork): New.
9193 (linux_lookup_signals): Use thread_db_active and
9194 linux_supports_tracefork_flag.
9195 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
9196 * linux-low.h (get_process_thread): Avoid TID.
9197 (struct process_ifo): Move thread_known and tid to the end. Remove
9198 sigstop_sent.
9199 (linux_attach_lwp, thread_db_init): Update prototypes.
9200 * server.h (change_inferior_id): Delete prototype.
9201 (add_pid_to_list, pull_pid_from_list): New prototypes.
9202 * thread-db.c (thread_db_use_events): New.
9203 (find_first_thread): Rename to...
9204 (find_one_thread): ...this. Update callers and messages. Do not
9205 call fatal. Check thread_db_use_events. Do not call
9206 change_inferior_id or new_thread_notify.
9207 (maybe_attach_thread): Update. Do not call new_thread_notify.
9208 (thread_db_init): Set thread_db_use_events. Check use_events.
9209 * utils.c (fatal, warning): Correct message prefix.
9210
30ed0a8f
DJ
92112007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9212
9213 * Makefile.in (clean): Remove new files.
9214 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
9215 (powerpc-64.o, powerpc-64.c): New rules.
9216 * configure.srv: Use alternate register sets for powerpc64-*-linux*
9217 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
9218 with SPE.
9219 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
9220 SPE targets.
9221 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
9222 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
9223 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
9224 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
9225 (target_regsets): Add AltiVec and SPE register sets.
9226 * configure.ac: Check for AltiVec and SPE.
9227 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
9228 (ppc_fill_vrregset, ppc_store_vrregset): New.
9229 (target_regsets): Add AltiVec register set.
9230 * configure: Regenerated.
9231
fd462a61
DJ
92322007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9233
9234 * linux-low.c (O_LARGEFILE): Define.
9235 (linux_read_memory): Use /proc/PID/mem.
9236 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
9237 * configure, config.in: Regenerated.
9238
69f223ed
DJ
92392007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9240
9241 * linux-low.c (linux_wait_for_event): Do not pass signals while
9242 single-stepping.
9243
aec18585
PA
92442007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9245
9246 * win32-low.c (create_process): New.
9247 (win32_create_inferior): Use create_process instead of
9248 CreateProcess. If create_process failed retry appending an ".exe"
9249 suffix. Store the GetLastError result immediatelly after
9250 create_process calls and use it on the call to error.
9251
34d86ddd
PA
92522007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9253
9254 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
9255
5a0e3bd0
JB
92562007-08-23 Joel Brobecker <brobecker@adacore.com>
9257
9258 * configure.ac: Switch license to GPLv3.
9259
f88c79e6
MS
92602007-08-01 Michael Snyder <msnyder@access-company.com>
9261
9262 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
9263
6b3d9b83
PA
92642007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
9265
9266 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
9267 typedef.
9268 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
9269 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
9270 CloseToolhelp32Snapshot.
9271 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
9272 CloseToolhelp32Snapshot.
9273
c588c53c
MS
92742007-07-27 Michael Snyder <michael.snyder@access-company.com>
9275
9276 * server.c (main): Check for inferior exit before main loop.
9277
aa0403d9
PA
92782007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
9279
9280 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
9281 instead of on tmp_desc.
9282
255e7678
DJ
92832007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9284 Daniel Jacobowitz <dan@codesourcery.com>
9285
9286 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
9287 (add_thread): Minor cleanups.
9288 (clear_inferiors): Move lower in the file. Clear the DLL
9289 list.
9290 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
9291 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
9292 (xml_escape_text): New.
9293 * server.c (handle_query): Handle qXfer:libraries:read. Report it
9294 for qSupported.
9295 (handle_v_cont): Report errors.
9296 (gdbserver_version): Update.
9297 (main): Correct size of own_buf. Do not report initial DLL events.
9298 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
9299 (unloaded_dll, xml_escape_text): New.
9300 * win32-low.c (enum target_waitkind): Update comments.
9301 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
9302 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
9303 (win32_EnumProcessModules, win32_GetModuleInformation)
9304 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
9305 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
9306 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
9307 (win32_Module32First, win32_Module32Next, load_toolhelp)
9308 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
9309 (get_child_debug_event): Handle DLL events.
9310 (win32_wait): Likewise.
9311
0d37add9
DJ
93122007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9313
9314 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
9315 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
9316
45e2715e
PA
93172007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9318
9319 * win32-low.c (handle_output_debug_string): Ignore event if not
9320 waiting.
9321
c5674cf1
PA
93222007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9323
9324 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
9325
2bbe3cc1
DJ
93262007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
9327
9328 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
9329
ae13219e
DJ
93302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9331
9332 * inferiors.c (change_inferior_id): Add comment.
9333 * linux-low.c (check_removed_breakpoint): Add an early
9334 prototype. Improve debug output.
9335 (linux_attach): Doc update.
9336 (linux_detach_one_process, linux_detach): Clean up before releasing
9337 each process.
9338 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
9339 * linux-low.h (struct process_info): Doc improvement.
9340 * mem-break.c (delete_all_breakpoints): New.
9341 * mem-break.h (delete_all_breakpoints): New prototype.
9342 * thread-db.c (find_first_thread): New.
9343 (thread_db_create_event): Call it instead of
9344 thread_db_find_new_threads. Clean up unused variables.
9345 (maybe_attach_thread): Remove first thread handling.
9346 (thread_db_find_new_threads): Use find_first_thread.
9347 (thread_db_get_tls_address): Likewise.
9348
4105de34
DJ
93492007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
9350
9351 * thread-db.c (thread_db_find_new_threads): Add prototype.
9352 (thread_db_create_event): Check for the main thread before adding
9353 a new thread.
9354 (maybe_attach_thread): Only enable event reporting if TID == 0.
9355 (thread_db_get_tls_address): Check for new threads.
9356
2b876972
DJ
93572007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
9358
9359 * linux-low.c (linux_create_inferior): Try execv before execvp.
9360 * spu-low.c (spu_create_inferior): Likewise.
9361
7a245884
DJ
93622007-06-13 Mike Frysinger <vapier@gentoo.org>
9363
9364 * linux-low.c (linux_create_inferior): Change execv to execvp.
9365 * spu-low.c (spu_create_inferior): Likewies.
9366
117ce543
DJ
93672007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9368
9369 * Makefile.in (clean): Clean new files instead of deleted ones.
9370 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
9371 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
9372 rules.
9373 * configure.srv: Specify XML files and new regformats for MIPS and
9374 MIPS64 GNU/Linux.
9375 * linux-mips-low.c (mips_num_regs): Set to only used registers.
9376 (mips_regmap): Do not fetch $0. Remove unused registers. Add
9377 an entry for the restart register.
9378 (mips_cannot_fetch_register, mips_cannot_store_register)
9379 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
9380 register names to match the XML descriptions.
9381 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
9382 restart register instead of $0.
9383
0e7f50da
UW
93842007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9385 Markus Deuling <deuling@de.ibm.com>
9386
9387 * remote-utils.c (decode_xfer_write): New function.
9388 * server.h (decode_xfer_write): Add prototype.
9389 * server.c (handle_query): Add PACKET_LEN argument. Support
9390 qXfer:spu:read and qXfer:spu:write packets.
9391 (main): Pass packet_len to handle_query.
9392 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
9393 * target.h (target_ops): Add qxfer_spu.
9394
374c1d38
UW
93952007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9396
9397 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
9398 accessing non-seekable spufs files.
9399
bb63802a
UW
94002007-05-16 Markus Deuling <deuling@de.ibm.com>
9401
889bf7c5 9402 * server.c (handle_query): Add reply for qC packet.
bb63802a 9403
7390519e
PA
94042007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9405 Leo Zayas <lerele@champenstudios@com>
9406
9407 * server.h (check_remote_input_interrupt_request): New function.
9408 * remote_utils.c (INVALID_DESCRIPTOR): New define.
9409 (remote_desc): Initialize with INVALID_DESCRIPTOR.
9410 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
9411 (check_remote_input_interrupt_request): New function.
9412 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 9413 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
9414 winapi_GenerateConsoleCtrlEvent): New typedefs.
9415 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
9416 to 250 ms.
9417 (win32_wait): Check for remote interrupt request
9418 with check_remote_input_interrupt_request.
9419 (win32_request_interrupt): New function.
9420 (win32_target_op): Set request_interrupt to win32_request_interrupt.
9421
34b34921
PA
94222007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9423
9424 * win32-low.c (debug_registers_changed,
9425 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
9426 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
9427 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
9428 (thread_rec): Get context using the low target.
9429 (child_add_thread): Call thread_added on the low target,
9430 which does the same thing.
9431 (regptr): Delete.
9432 (do_initial_child_stuff): Remove debug registers references.
9433 Set context using the low target. Resume threads after
9434 setting the contexts.
9435 (child_continue): Remove dead variable. Remove debug
9436 registers references.
9437 (child_fetch_inferior_registers): Go through the low target.
9438 (do_child_store_inferior_registers): Remove.
9439 (child_store_inferior_registers): Go through the low target.
9440 (win32_resume): Remove debug registers references.
9441 Set context using the low target.
9442 (handle_exception): Change return type to void. Don't record
9443 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
9444 first chance exception.
889bf7c5 9445 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
9446 goto loop. Always return after waiting for debug event.
9447 (win32_wait): Convert to switch statement. Handle spurious
9448 events.
9449
9450 * win32-i386-low.c (debug_registers_changed,
9451 debug_registers_used): New.
9452 (initial_stuff): Rename to ...
9453 (i386_initial_stuff): ... this. Clear debug registers
9454 state variables.
9455 (store_debug_registers): Delete.
9456 (i386_get_thread_context): New.
9457 (load_debug_registers): Delete.
9458 (i386_set_thread_context): New.
9459 (i386_thread_added): New.
9460 (single_step): Rename to ...
9461 (i386_single_step): ... this.
9462 (do_fetch_inferior_registers): Rename to ...
9463 (i386_fetch_inferior_register): ... this.
9464 (i386_store_inferior_register): New.
9465 (the_low_target): Adapt to new interface.
9466
9467 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
9468 (arm_get_thread_context): New.
9469 (arm_set_thread_context): New.
9470 (regptr): New.
9471 (do_fetch_inferior_registers): Rename to ...
9472 (arm_fetch_inferior_register): ... this.
9473 (arm_store_inferior_register): New.
9474 (arm_wince_breakpoint): Reimplement as unsigned long.
9475 (arm_wince_breakpoint_len): Define.
9476 (the_low_target): Adapt to new interface.
9477
9478 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
9479 load_debug_registers. Add get_thread_context, set_thread_context,
9480 thread_added and store_inferior_register. Rename
9481 fetch_inferior_registers to fetch_inferior_register.
9482 (regptr): Remove declaration.
9483
dd6953e1
PA
94842007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9485
9486 * linux-low.c (linux_detach): Change return type to int. Return 0.
9487 * spu-low.c (spu_detach): Likewise.
9488
444d6139
PA
94892007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9490
9491 * target.h (target_ops): Change return type of detach to int.
9492 Add join.
9493 (join_inferior): New.
9494 * server.c (main): Don't skip detach support on mingw32.
9495 If the inferior doesn't support detaching return error.
9496 Call join_inferior instead of using waitpid.
9497 * linux-low.c (linux_join): New.
9498 (linux_target_op): Add linux_join.
9499 * spu-low.c (spu_join): New.
9500 (spu_target_ops): Add spu_join.
9501 * win32-low.c (win32_detach): Adapt to new interface.
9502 Reopen current_process_handle before detaching. Issue a child
9503 resume before detaching.
9504 (win32_join): New.
9505 (win32_target_op): Add win32_join.
9506
1d5315fe
PA
95072007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9508
9509 * win32-low.c (win32-attach): Fix return value.
9510 * target.h (target_ops): Describe ATTACH return values.
9511
bf914831
PA
95122007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9513
9514 * win32-low.c (GETPROCADDRESS): Define.
9515 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
9516 (winapi_DebugSetProcessKillOnExit): Likewise.
9517 (win32_create_inferior): Force usage of ansi CreateProcessA.
9518 (win32_attach): Use GETPROCADDRESS.
9519 (win32_detach): Likewise.
9520
f72f3e60
PA
95212007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9522
9523 * win32-low.c (win32_wait): Don't use WSTOPSIG.
9524
ed50f18f
PA
95252007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
9526
9527 * win32-low.c: Commit leftover changes from 2007-03-29.
9528
0c2ead7e
DJ
95292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9530
9531 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
9532 fields short instead of int. Add explicit padding.
9533 (i387_cache_to_fsave): Remove unnecessary casts.
9534 (i387_fsave_to_cache): Doc fix.
9535 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
9536
73725ff3
DJ
95372007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9538
9539 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
9540 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
9541
d99f33d8
PA
95422007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9543
9544 * configure.srv (arm*-*-mingw32ce*): Move near the other
9545 arm targets.
9546
68070c10
PA
95472007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9548
2482afc6 9549 * configure.ac: Add errno checking.
68070c10
PA
9550 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
9551 sys/file.h and malloc.h.
9552 (AC_CHECK_DECLS): Add perror.
9553 (srv_mingwce): Handle.
2482afc6 9554 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
9555 win32-i386-low.o to srv_tgtobj.
9556 (i[34567]86-*-mingw*): Likewise.
9557 (arm*-*-mingw32ce*): Add case.
9558 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9559 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
9560 [__MINGW32CE__] (strerror): New function.
9561 [__MINGW32CE__] (errno): Define to GetLastError.
9562 [__MINGW32CE__] (COUNTOF): New macro.
9563 (remote_open): Remove extra close call.
9564 * mem-break.c (delete_breakpoint_at): New function.
9565 * mem-break.h (delete_breakpoint_at): Declare.
9566 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9567 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
9568 [USE_WIN32API] (read, write): Add char* casts.
9569 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
9570 * server.h: Include wincecompat.h on Windows CE.
9571 [HAVE_ERRNO_H]: Check.
9572 (perror): Declare if not declared.
9573 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
9574 (perror_with_name): Remove errno declaration.
9575 * wincecompat.h: New.
9576 * wincecompat.c: New.
9577 * win32-low.h: New.
9578 * win32-arm-low.c: New.
9579 * win32-i386-low.c: New.
9580 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
9581 (OUTMSG2): Make it safe.
9582 (_T): New macro.
9583 (COUNTOF): New macro.
9584 (NUM_REGS): Get it from the low target.
9585 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
9586 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
9587 (thread_rec): Let low target handle debug registers.
9588 (child_add_thread): Likewise.
9589 (child_init_thread_list): Likewise.
9590 (continue_one_thread): Likewise.
9591 (regptr): New.
9592 (do_child_fetch_inferior_registers): Move to ...
9593 * win32-i386-low.c: ... here, and rename to ...
9594 (do_fetch_inferior_registers): ... this.
889bf7c5 9595 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
9596 Go through the low target.
9597 (do_child_store_inferior_registers): Use regptr.
9598 (strwinerror): New function.
9599 (win32_create_inferior): Handle Windows CE.
9600 Use strwinerror instead of strerror on Windows error
9601 codes. Add program to the error output.
9602 Don't close the main thread handle on Windows CE.
9603 (win32_attach): Use coredll.dll on Windows CE.
9604 (win32_kill): Close current process and current
9605 thread handles.
9606 (win32_detach): Use coredll.dll on Windows CE.
9607 (win32_resume): Let low target handle debug registers, and
9608 step request.
9609 (handle_exception): Add/Remove initial breakpoint. Avoid
9610 non-existant WSTOPSIG on Windows CE.
9611 (win32_read_inferior_memory): Cast to remove warning.
9612 (win32_arch_string): Go through the low target.
9613 (initialize_low): Call set_breakpoint_data with the low
9614 target's breakpoint.
9615 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
9616 FOP_REGNUM, mappings): Move to ...
9617 * win32-i386-low.c: ... here.
9618 * win32-low.c (win32_thread_info): Move to ...
9619 * win32-low.h: ... here.
9620 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
9621 win32-arm-low.c and wincecompat.c.
9622 (all:): Add $EXEEXT.
9623 (install-only:): Likewise.
9624 (gdbserver:): Likewise.
9625 (gdbreplay:): Likewise.
9626 * config.in: Regenerate.
9627 * configure: Regenerate.
9628
41093d81
PA
96292007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9630
9631 * win32-low.c: Rename typedef thread_info to
9632 win32_thread_info throughout.
9633
544afa54
PA
96342007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9635
9636 * win32-i386-low.c: Rename to ...
9637 * win32-low.c: ... this.
9638 * configure.srv: Replace win32-i386-low.o with win32-low.o.
9639 * Makefile.in: Likewise.
9640
bce7165d
PA
96412007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
9642
9643 * remote-utils.c (monitor_output): Constify msg parameter.
9644 * server.h (monitor_output): Likewise.
9645 * win32-i386-low.c (handle_output_debug_string): New.
9646 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
9647 handle_output_debug_string.
9648 (get_child_debug_event): Likewise.
9649
506c7aa0
DJ
96502007-03-27 Mat Hostetter <mat@lcs.mit.edu>
9651
9652 * server.c (main): Correct strtoul check.
9653
42c81e2a
DJ
96542007-03-27 Jon Ringle <jon@ringle.org>
9655
9656 * linux-low.c: Check __ARCH_HAS_MMU__ also.
9657
9453113a
DJ
96582007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9659
9660 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9661
64a69107
DJ
96622007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9663
9664 * terminal.h: Check HAVE_SGTTY_H.
9665
96662007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
9667
9668 * remote-utils.c (remote_open): Print out the assigned port number.
9669
c74d0ad8
DJ
96702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9671
9672 * remote-utils.c (monitor_output): New function.
9673 * server.c (debug_threads): Define here.
9674 (monitor_show_help): New function.
9675 (handle_query): Handle qRcmd.
9676 (main): Do not handle 'd' packet.
9677 * server.h (debug_threads, remote_debug, monitor_output): Declare.
9678 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
9679 of debug_threads.
9680
de7c3b4a
PA
96812007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9682
9683 * Makefile.in (EXEEXT): New.
9684 (clean): Use $(EXEEXT).
9685
ef57601b
PA
96862007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9687
9688 * target.h (target_ops): Rename send_signal to request_interrupt,
9689 and remove enum target_signal parameter.
9690 * linux-low.c (linux_request_interrupt): Rename from
9691 linux_send_signal, and always send SIGINT.
9692 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
9693 and always send SIGINT.
9694 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
9695 of send_signal.
9696 (input_interrupt): Likewise.
9697
820f2bda
PA
96982007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9699
9700 * server.c (get_features_xml): Check if target implemented
9701 arch_string.
9702 * win32-i386-low.c (win32_arch_string): New.
9703 (win32_target_ops): Add win32_arch_string as arch_string member.
9704
ab39bf24
UW
97052007-02-22 Markus Deuling <deuling@de.ibm.com>
9706
9707 * spu-low.c (spu_arch_string): New.
9708 (spu_target_ops): Add spu_arch_string.
9709
61ff6e04
DJ
97102007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9711
9712 * remote-utils.c: Remove HAVE_TERMINAL_H check.
9713 * configure.ac: Do not check for terminal.h.
9714 * configure, config.in: Regenerated.
9715
fb1e4ffc
DJ
97162007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * Makefile.in (OBS): Add $(XML_BUILTIN).
9719 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
9720 (clean): Update.
9721 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
9722 (arm-with-iwmmxt.c): New.
9723 * config.in, configure: Regenerate.
9724 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
9725 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
9726 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
9727 (arm*-*-linux*): Add iWMMXt and regset support.
9728 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9729 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
9730 (arm_store_wmmxregset, target_regsets): New.
9731 * server.c (get_features_xml): Take annex argument. Check builtin
9732 XML documents.
9733 (handle_query): Handle multiple annexes.
9734
0f48aa01
DJ
97352007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9736
9737 * remote-utils.c [USE_WIN32API] (read, write): Define.
9738 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
9739 write.
9740
23181151
DJ
97412007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9742
9743 * linux-i386-low.c (the_low_target): Set arch_string.
9744 * linux-x86-64-low.c (the_low_target): Likewise.
9745 * linux-low.c (linux_arch_string): New.
9746 (linux_target_ops): Add it.
9747 * linux-low.h (struct linux_target_ops): Add arch_string.
9748 * server.c (write_qxfer_response): Use const void * for DATA.
9749 (get_features_xml): New.
9750 (handle_query): Handle qXfer:features:read. Report it for qSupported.
9751 * target.h (struct target_ops): Add arch_string method.
9752
9d606399
DJ
97532007-01-03 Denis Pilat <denis.pilat@st.com>
9754 Daniel Jacobowitz <dan@codesourcery.com>
9755
9756 * linux-low.c (linux_kill): Handle being called with no threads.
9757 * win32-i386-low.c (win32_kill): Likewise.
9758 (get_child_debug_event): Clear current_process_handle.
9759
97602006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
9761 Daniel Jacobowitz <dan@codesourcery.com>
9762
9763 * remote-utils.c (remote_open): Check the type of specified
9764 serial port devices before opening them.
9765 * server.c (main): Kill the inferior if an error occurs during
9766 the first remote_open.
9767
a5e13d24
DJ
97682006-12-05 Markus Deuling <deuling@de.ibm.com>
9769
9770 * README: Update supported targets.
9771
186947f7
DJ
97722006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
9773
9774 * Makefile.in (clean): Remove reg-mips64.c.
9775 (reg-mips64.c, reg-mips64.o): New rules.
9776 * configure.srv: Handle mips64. Include regset support for mips.
9777 * linux-mips-low.c (union mips_register): New.
9778 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
9779 (mips_breakpoint, mips_breakpoint_at): Use int.
9780 (mips_collect_register, mips_supply_register)
9781 (mips_collect_register_32bit, mips_supply_register_32bit)
9782 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9783 (mips_store_fpregset, target_regsets): New.
9784 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
9785
a13e2c95
UW
97862006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9787
9788 * configure.srv: Add target "spu*-*-*".
9789 * Makefile.in (clean): Remove reg-spu.c.
9790 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
9791 * spu-low.c: New file.
9792
cb7283db
DJ
97932006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9794
9795 * configure.ac: Correct td_thr_tls_get_addr test.
9796 * configure: Regenerated.
9797
89be2091
DJ
97982006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9799
9800 * linux-low.c (linux_wait_for_event): Reformat. Use the
9801 pass_signals array.
9802 * remote-utils.c (decode_address_to_semicolon): New.
9803 * server.c (pass_signals, handle_general_set): New.
9804 (handle_query): Mention QPassSignals for qSupported.
9805 (main): Call handle_general_set.
9806 * server.h (pass_signals, decode_address_to_semicolon): New.
9807
000ef4f0
DJ
98082006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
9809
9810 * server.c (handle_query): Correct error handling for read_auxv.
9811
b7149293
UW
98122005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9813
9814 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
9815 and srv_linux_thread_db to yes.
9816 * linux-s390-low.c (s390_fill_gregset): New function.
9817 (target_regsets): Define data structure.
9818
dae5f5cf
DJ
98192006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9820
9821 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
9822 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
9823 * config.in, configure: Regenerated.
9824 * inferiors.c (gdb_id_to_thread): New function.
9825 (gdb_id_to_thread_id): Use it.
9826 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
9827 * linux-low.h (struct process_info): Add th member.
9828 (thread_db_get_tls_address): New prototype.
9829 * remote-utils.c (decode_address): Make non-static.
9830 * server.c (handle_query): Handle qGetTLSAddr.
9831 * server.h (gdb_id_to_thread, decode_address): New prototypes.
9832 * target.h (struct target_ops): Add get_tls_address.
9833 * thread-db.c (maybe_attach_thread): Save the thread handle.
9834 (thread_db_get_tls_address): New.
9835
32ca6d61
DJ
98362006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
9837
9838 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9839 (linux_resume_one_process): Take a siginfo_t *. Update all
9840 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
9841 (struct pending_signals): Add a siginfo_t.
9842 (linux_wait_for_process): Always set last_status.
9843 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
9844 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
9845 * linux-low.h (struct process_info): Add last_status.
9846
5ffff7c1
DJ
98472006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9848
9849 * remote-utils.c (try_rle): New function.
9850 (putpkt_binary): Use it.
9851
8695c747
DJ
98522006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
9853
9854 * Makefile.in (clean): Clean reg-x86-64-linux.c.
9855 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
9856 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
9857 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
9858 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
9859 point registers.
9860
290fadea
RS
98612006-08-08 Richard Sandiford <richard@codesourcery.com>
9862
9863 * server.c (terminal_fd): New variable.
9864 (old_foreground_pgrp): Likewise.
9865 (restore_old_foreground_pgrp): New function.
9866 (start_inferior): Record the terminal file descriptor in terminal_fd
9867 and its original foreground group in old_foreground_pgrp. Register
9868 restore_old_foreground_pgrp with atexit().
9869
9f2e1e63
DJ
98702006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
9871
9872 * server.c (handle_query): Correct qPart to qXfer.
9873
b80864fb
DJ
98742006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9875
9876 * configure.ac: Check for more headers which are missing on
9877 Windows. Automatically supply -lwsock32 and USE_WIN32API.
9878 * configure.srv: Add Cygwin and mingw32.
9879 * remote-utils.c: Don't include headers unconditionally which
9880 are missing on mingw32. Include <winsock.h> for mingw32.
9881 (remote_open): Adjust for mingw32 support. Flush
9882 standard error after writing to it.
9883 (remote_close, putpkt_binary, input_interrupt, block_async_io)
9884 (unblock_async_io, enable_async_io, disable_async_io)
9885 (readchar, getpkt): Update for Winsock support.
9886 (prepare_resume_reply): Expect a protocol signal number.
9887 * server.c: Disable <sys/wait.h> on mingw32.
9888 (start_inferior): Adjust for mingw32 support. Flush
9889 standard error after writing to it.
9890 (attach_inferior): Likewise. Use protocol signal
9891 numbers.
9892 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
9893 and names.
9894 * win32-i386-low.c: New file.
9895 * Makefile.in (XM_CLIBS): Set.
9896 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
9897 (win32-i386-low.o): New dependency rule.
9898 * linux-low.c (linux_wait): Use target signal numbers.
9899 * target.h (struct target_ops): Doc fix.
9900 * server.h (target_signal_to_name): New prototype.
9901 * gdbreplay.c: Don't include headers unconditionally which
9902 are missing on mingw32. Include <winsock.h> for mingw32.
9903 (remote_close, remote_open): Adjust for Winsock support.
9904 * configure, config.in: Regenerated.
9905
0876f84a
DJ
99062006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9907
9908 * server.c (decode_xfer_read, write_qxfer_response): New.
9909 (handle_query): Take a packet length argument. Handle
9910 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
9911 the qSupported response.
9912 (main): Update call to handle_query.
9913
01f9e8fa
DJ
99142006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9915
9916 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
9917 (putpkt_binary): Renamed from putpkt and adjusted for binary
9918 data.
9919 (putpkt): New wrapper for putpkt_binary.
9920 (readchar): Don't mask off the high bit.
9921 (decode_X_packet): New function.
9922 * server.c (main): Call putpkt_binary if a handler sets the packet
9923 length. Save the length of the incoming packet. Handle 'X'.
9924 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
9925
be2a5f71
DJ
99262006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
9927
9928 * server.c (handle_query): Handle qSupported.
9929
ea025f5f
DJ
99302006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9931
9932 * remote-utils.c (all_symbols_looked_up): New variable.
9933 (look_up_one_symbol): Check it.
9934 * server.h (look_up_one_symbol): New declaration.
9935 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
9936
9308fc88
DJ
99372006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9938
9939 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 9940 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
9941 (PTRACE_GET_THREAD_AREA): Define.
9942 (ps_get_thread_area): New function.
9943
52fb6437
NS
99442006-05-09 Nathan Sidwell <nathan@codesourcery.com>
9945
9946 * configure.srv (m68k*-*-uclinux*): New target.
9947 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
9948 (linux_resume_one_process): Remove extraneous cast.
9949 (linux_read_offsets): New.
9950 (linux_target_op): Add linux_read_offsets on mmuless systems.
9951 * server.c (handle_query): Add qOffsets logic.
9952 * target.h (struct target_ops): Add read_offsets.
9953
21b0f40c
DJ
99542006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9955
9956 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
9957 (PTRACE_GET_THREAD_AREA): Define.
9958 (ps_get_thread_area): New function.
9959 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
9960 (linux-x86-64-low.o): Update.
9961
0050a760
DJ
99622006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9963
9964 * configure.ac: Remove checks for prfpregset_t.
9965 * gdb_proc_service.h: New file.
9966 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
9967 new "gdb_proc_service.h".
9968 * proc-service.c: Likewise.
9969 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
9970 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
9971 * Makefile.in (gdb_proc_service_h): Updated.
9972 * configure, config.in: Regenerated.
9973
b92a518e
DJ
99742006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9975
9976 * remote-utils.c (prepare_resume_reply): Move declaration
9977 of gdb_id_from_wait to the top of the block.
9978
545587ee
DJ
99792006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
9980
9981 * linux-low.c (regsets_store_inferior_registers): Read the regset
9982 from the target before filling it.
9983
9db87ebd
DJ
99842006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9985
9986 * server.c (attach_inferior): Return SIGTRAP for a successful
9987 attach.
9988
dd24457d
DJ
99892006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9990
9991 * Makefile.in (OBS): Add version.o.
9992 (STAGESTUFF): Delete.
9993 (version.o): Add dependencies.
9994 (version.c): Replace rule.
9995 (clean): Remove version.c.
9996 * server.c (gdbserver_version): New.
9997 (gdbserver_usage): Use printf.
9998 (main): Handle --version and --help.
9999 * server.h (version, host_name): Add declarations.
10000
6f0f660e
EZ
100012005-12-23 Eli Zaretskii <eliz@gnu.org>
10002
889bf7c5
PA
10003 * linux-arm-low.c:
10004 * linux-arm-low.c:
10005 * inferiors.c:
10006 * i387-fp.h:
10007 * i387-fp.c:
10008 * gdbreplay.c:
10009 * regcache.c:
10010 * proc-service.c:
10011 * mem-break.h:
10012 * mem-break.c:
10013 * linux-x86-64-low.c:
10014 * linux-sh-low.c:
10015 * linux-s390-low.c:
10016 * linux-ppc64-low.c:
10017 * linux-ppc-low.c:
10018 * linux-mips-low.c:
10019 * linux-m68k-low.c:
10020 * linux-m32r-low.c:
10021 * linux-low.h:
10022 * linux-low.c:
10023 * linux-ia64-low.c:
10024 * linux-i386-low.c:
10025 * linux-crisv32-low.c:
10026 * thread-db.c:
10027 * terminal.h:
10028 * target.h:
10029 * target.c:
10030 * server.h:
10031 * server.c:
10032 * remote-utils.c:
10033 * regcache.h:
10034 * utils.c:
10035 * Makefile.in:
10036 * configure.ac:
6f0f660e
EZ
10037 * gdbserver.1: Add (C) after Copyright. Update the FSF
10038 address.
10039
9d1fb177
DJ
100402005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10041
10042 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
10043 (arm_breakpoint_at): Recognize both breakpoints.
10044 (the_low_target): Use the correct breakpoint instruction.
10045
011a70c2
DJ
100462005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10047
10048 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
10049 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
10050 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
10051 (the_low_target): Update.
10052
7fb85e41
AS
100532005-10-25 Andreas Schwab <schwab@suse.de>
10054
10055 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
10056
10057 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
10058 (ia64_num_regs): Reduce to 462.
10059
3db0444b
DJ
100602005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10061
10062 * acinclude.m4: Correct quoting.
10063 * aclocal.m4: Regenerated.
10064
10065 Suggested by SZOKOVACS Robert <szo@ies.hu>:
10066 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
10067 (thread_db_init): Call thread_db_err_str.
10068 * configure.ac: Check for TD_VERSION.
10069 * config.in, configure: Regenerated.
10070
bee0189a
DJ
100712005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10072
10073 * server.h (error, fatal, warning): Add ATTR_FORMAT.
10074
e9d25b98
DJ
100752005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10076
10077 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
10078 is not available. Define HAVE_PTRACE_GETREGS if it is.
10079 * config.in, configure: Regenerated.
10080 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
10081 * linux-i386-low.c, linux-m68k-low.c: Update to use
10082 HAVE_PTRACE_GETREGS.
10083 * linux-low.c (regsets_fetch_inferior_registers)
10084 (regsets_store_inferior_registers): Only return 0 if we processed
10085 GENERAL_REGS.
10086 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
10087 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
10088
a06660f7
DJ
100892005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10090
10091 * inferiors.c (struct thread_info): Add gdb_id.
10092 (add_thread): Add gdb_id argument.
10093 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
10094 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
10095 calls to add_thread.
10096 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
10097 * server.c (handle_query): Use thread_to_gdb_id.
10098 (handle_v_cont, main): Use gdb_id_to_thread_id.
10099 * server.h (add_thread): Update prototype.
10100 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
10101 prototypes.
10102
5a1f5858
DJ
101032005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10104
10105 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
10106 left-padded registers.
10107 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
10108 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
10109
e122f1f5
SE
101102005-07-01 Steve Ellcey <sje@cup.hp.com>
10111
10112 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
10113 * configure: Regenerate.
10114 * config.in: Regenerate.
10115 * server.h (NEED_DECLARATION_STRERROR):
10116 Replace with !HAVE_DECL_STRERROR.
10117
d592fa2f
DJ
101182005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
10119
10120 * linux-low.c (linux_wait, linux_send_signal): Don't test
10121 an unsigned long variable for > 0 if it could be MAX_ULONG.
10122 * server.c (myresume): Likewise.
10123 * target.c (set_desired_inferior): Likewise.
10124
ccbd4912
MK
101252005-06-13 Mark Kettenis <kettenis@gnu.org>
10126
10127 * configure.ac: Simplify and improve check for socklen_t.
10128 * configure, config.in: Regenerate.
10129
f450004a
DJ
101302005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10131
10132 * acconfig.h: Remove.
10133 * configure.ac: Add a test for socklen_t. Use three-argument
10134 AC_DEFINE throughout.
10135 * config.in: Regenerated using autoheader 2.59.
10136 * configure: Regenerated.
10137
10138 * gdbreplay.c (socklen_t): Provide a default.
10139 (remote_open): Use socklen_t.
10140 * remote-utils.c (socklen_t): Provide a default.
10141 (remote_open): Use socklen_t.
10142 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
10143 unsigned char.
10144
10145 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
10146 char for buffers.
10147 * linux-low.c (linux_read_memory, linux_write_memory)
10148 (linux_read_auxv): Likewise.
10149 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
10150 (check_mem_write): Likewise.
10151 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
10152 Likewise.
10153 * regcache.c (struct inferior_rgcache_data, registers_to_string)
10154 (registers_from_string, register_data): Likewise.
10155 * server.c (handle_query, main): Likewise.
10156 * server.h (convert_ascii_to_int, convert_int_to_ascii)
10157 (decode_M_packet): Likewise.
10158 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
10159 * target.h (struct target_ops): Update read_memory, write_memory,
10160 and read_auxv.
10161 (read_inferior_memory, write_inferior_memory): Update.
10162 * linux-low.h (struct linux_target_ops): Change type of breakpoint
10163 to unsigned char *.
10164 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
10165 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
10166 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
10167 linux-s390-low.c, linux-sh-low.c: Update for changes in
10168 read_inferior_memory and the_low_target->breakpoint.
10169
eee84df1
DJ
101702005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
10171
10172 * Makefile.in (SFILES): Add linux-ppc64-low.c.
10173 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
10174 * configure.srv: Add powerpc64-*-linux*.
10175 * linux-ppc64-low.c: New file.
10176
45b134e5
OF
101772005-05-23 Orjan Friberg <orjanf@axis.com>
10178
10179 * linux-cris-low.c: New file with support for CRIS.
10180 * linux-crisv32-low.c: Ditto for CRISv32.
10181 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
10182 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 10183 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
10184 reg-crisv32.o, and reg-crisv32.c to make rules.
10185 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
10186 recognized targets.
10187
48d93c75
UW
101882005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
10189
10190 * linux-low.c (fetch_register): Ensure buffer size is a multiple
10191 of sizeof (PTRACE_XFER_TYPE).
10192 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
10193
e013ee27
OF
101942005-05-12 Orjan Friberg <orjanf@axis.com>
10195
889bf7c5 10196 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
10197 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
10198 pointers for hardware watchpoint support.
10199 * linux-low.h (struct linux_target_ops): Ditto.
10200 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
10201 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
10202 to linux_target_ops.
10203 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
10204 reply packet.
10205 * server.c (main): Recognize 'Z' and 'z' packets.
10206
b0ded00b
UW
102072005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
10208
10209 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
10210 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
10211 (the_low_target): Add new members.
10212
8643e2ad
DJ
102132005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10214
10215 * proc-service.c (ps_lgetregs): Search all_processes instead of
10216 all_threads.
10217
fc620387
DJ
102182005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10219
10220 * server.c (start_inferior): Change return type to int.
10221 (attach_inferior): Change sigptr to int *.
10222 (handle_v_cont, handle_v_requests): Change signal to int *.
10223 (main): Change signal to int.
10224
102252005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
10226
10227 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
10228 * configure.srv: Add m32r*-*-linux*.
10229 * linux-m32r-low.c: New file.
10230
e0e76420
DJ
102312005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
10232
10233 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
10234
a1928bad
DJ
102352005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10236
10237 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
10238 Take unsigned long arguments for PIDs.
10239 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
10240 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
10241 (wait_for_sigstop, linux_resume_one_process)
10242 (regsets_fetch_inferior_registers, linux_send_signal)
10243 (linux_read_auxv): Likewise. Update the types of variables holding
10244 PIDs. Update format string specifiers.
10245 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
10246 * remote-utils.c (prepare_resume_reply): Likewise.
10247 * server.c (cont_thread, general_thread, step_thread)
10248 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
10249 unsigned long.
10250 (handle_query): Update format specifiers.
10251 (handle_v_cont, main): Use strtoul for thread IDs.
10252 * server.h (struct inferior_list_entry): Use unsigned long for ID.
10253 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
10254 (general_thread, step_thread, thread_from_wait)
10255 (old_thread_from_wait): Update.
10256 * target.h (struct thread_resume): Use unsigned long for THREAD.
10257 (struct target_ops): Use unsigned long for arguments to attach and
10258 thread_alive.
10259
dcdb98d2
DJ
102602005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
10261
10262 * acinclude.m4: Include bfd/bfd.m4 directly.
10263 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
10264 <agriffis@toolchain.org>.
10265 * aclocal.m4, configure: Regenerated.
10266
bec39cab
AC
102672005-01-07 Andrew Cagney <cagney@gnu.org>
10268
10269 * configure.ac: Rename configure.in, require autoconf 2.59.
10270 * configure: Re-generate.
10271
434c4c77
DJ
102722004-12-08 Daniel Jacobowitz <dan@debian.org>
10273
10274 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
10275 LIBS when finished.
10276 * aclocal.m4: Regenerated.
10277 * configure: Regenerated.
10278
db1d3e1b
AS
102792004-11-21 Andreas Schwab <schwab@suse.de>
10280
10281 * linux-m68k-low.c (m68k_num_gregs): Define.
10282 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
10283 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
10284 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
10285 (m68k_breakpoint_at): New. Add to the_low_target.
10286
10287 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
10288 srv_linux_thread_db to yes.
10289
43360365
JB
102902004-10-20 Joel Brobecker <brobecker@gnat.com>
10291
10292 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
10293 (ARCH_SET_FS): Likewise.
10294 (ARCH_GET_FS): Likewise.
10295 (ARCH_GET_GS): Likewise.
10296
fd500816
DJ
102972004-10-16 Daniel Jacobowitz <dan@debian.org>
10298
10299 * linux-i386-low.c (ps_get_thread_area): New.
10300 * linux-x86-64-low.c (ps_get_thread_area): New.
10301 * linux-low.c: Include <sys/syscall.h>.
10302 (linux_kill_one_process): Don't kill the first thread here.
10303 (linux_kill): Kill the first thread here.
10304 (kill_lwp): New function.
10305 (send_sigstop, linux_send_signal): Use it.
10306 * proc-service.c: Clean up #ifdefs.
10307 (fpregset_info): Delete.
10308 (ps_lgetregs): Update and enable implementation.
10309 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
10310 implementations.
10311 * remote-utils.c (struct sym_cache, symbol_cache): New.
10312 (input_interrupt): Print a clearer message.
10313 (async_io_enabled): New variable.
10314 (enable_async_io, disable_async_io): Use it. Update comments.
10315 (look_up_one_symbol): Use the symbol cache.
10316 * thread-db.c (thread_db_look_up_symbols): New function.
10317 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
10318
f6de3c42
DJ
103192004-10-16 Daniel Jacobowitz <dan@debian.org>
10320
10321 * configure.in: Test for -rdynamic.
10322 * configure: Regenerated.
10323 * Makefile (INTERNAL_LDFLAGS): New.
10324 (gdbserver, gdbreplay): Use it.
10325
2c0fc042
AC
103262004-09-02 Andrew Cagney <cagney@gnu.org>
10327
10328 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
10329
075b3282
DJ
103302004-03-23 Daniel Jacobowitz <drow@mvista.com>
10331
10332 * linux-low.c (linux_wait): Clear all_processes list also.
10333
fa6a77dc
DJ
103342004-03-12 Daniel Jacobowitz <drow@mvista.com>
10335
10336 * linux-low.c: Include <errno.h>. Remove extern declaration of
10337 errno.
10338
6d782a97
DJ
103392004-03-12 Daniel Jacobowitz <drow@mvista.com>
10340
10341 * gdbreplay.c, server.h, utils.c: Update copyright years.
10342
3a7fb99b
DJ
103432004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10344
10345 * server.c (main): Print child status or termination signal from
10346 variable 'signal', not 'sig'.
10347
c3e735a6
DJ
103482004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10349
10350 * linux-low.c (linux_read_memory): Change return type to
10351 int. Check for and return error from ptrace().
10352 * target.c (read_inferior_memory): Change return type to int. Pass
10353 back return status from the_target->read_memory().
10354 * target.h (struct target_ops): Adapt *read_memory() prototype.
10355 Update comment.
10356 (read_inferior_memory): Adapt prototype.
10357 * server.c (main): Return an error packet if
10358 read_inferior_memory() returns an error.
10359
a59d1c82
DJ
103602004-03-04 Daniel Jacobowitz <drow@mvista.com>
10361
10362 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
10363 Unify with other clean targets.
10364
dc3f8883
DJ
103652004-02-29 Daniel Jacobowitz <drow@mvista.com>
10366
10367 * server.c (handle_v_cont): Call set_desired_inferior.
10368
89a208da
DJ
103692004-02-29 Daniel Jacobowitz <drow@mvista.com>
10370
10371 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
10372
62ea82f5
DJ
103732004-02-29 Daniel Jacobowitz <drow@mvista.com>
10374
10375 * linux-low.c (linux_wait): Unblock async I/O.
10376 (linux_resume): Block and enable async I/O.
10377 * remote-utils.c (block_async_io, unblock_async_io): New functions.
10378 * server.h (block_async_io, unblock_async_io): Add prototypes.
10379
6910d122
DJ
103802004-02-29 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * remote-utils.c (remote_open): Print a status notice after
10383 opening a TCP port.
10384 * server.c (attach_inferior): Print a status notice after
10385 attaching.
10386
103872004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
10388
10389 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
10390
c89dc5d4
DJ
103912004-02-26 Daniel Jacobowitz <drow@mvista.com>
10392
10393 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
10394 error packet.
10395 * server.c, target.h: Update copyright years.
10396
4b8dad4a
RM
103972004-02-25 Roland McGrath <roland@redhat.com>
10398
10399 * target.h (struct target_ops): New member `read_auxv'.
10400 * server.c (handle_query): Handle qPart:auxv:read: query using that.
10401 * linux-low.c (linux_read_auxv): New function.
10402 (linux_target_ops): Initialize `read_auxv' member to that.
10403
d7446758
JB
104042004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10405
10406 Committed by Jim Blandy <jimb@redhat.com>.
10407
10408 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 10409 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
10410 instead of GPR_SIZE to distiguish s390 and s390x targets.
10411
5544ad89
DJ
104122004-01-31 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * linux-low.c: Update copyright year.
10415 (check_removed_breakpoint): Clear pending_is_breakpoint.
10416 (linux_set_resume_request, linux_queue_one_thread)
10417 (resume_status_pending_p): New functions.
10418 (linux_continue_one_thread): Use process->resume.
10419 (linux_resume): Only resume threads if there are no pending events.
10420 * linux-low.h (struct process_info): Add resume request
10421 pointer.
10422
2a68b70e
DJ
104232004-01-30 Daniel Jacobowitz <drow@mvista.com>
10424
10425 * regcache.c (new_register_cache): Clear the allocated register
10426 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10427
64386c31
DJ
104282003-10-13 Daniel Jacobowitz <drow@mvista.com>
10429
10430 * linux-low.c (linux_resume): Take a struct thread_resume *
10431 argument.
10432 (linux_wait): Update call.
10433 (resume_ptr): New static variable.
10434 (linux_continue_one_thread): Renamed from
10435 linux_continue_one_process. Use resume_ptr.
10436 (linux_resume): Use linux_continue_one_thread.
10437 * server.c (handle_v_cont, handle_v_requests): New functions.
10438 (myresume): New function.
10439 (main): Handle 'v' case.
10440 * target.h (struct thread_resume): New type.
10441 (struct target_ops): Change argument of "resume" to struct
10442 thread_resume *.
10443 (myresume): Delete macro.
10444
c938e9b0
L
104452003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10446
10447 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
10448 (uninstall): Support DESTDIR.
10449
7f313d07
BC
10450Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
10451
10452 * configure.srv: Add xscale*linux copy of arm*linux entry.
10453
3b2fc2ea
DJ
104542003-07-24 Daniel Jacobowitz <drow@mvista.com>
10455
10456 * linux-arm-low.c (arm_reinsert_addr): New function.
10457 (the_low_target): Add arm_reinsert_addr.
10458
1c0a559e
MK
104592003-07-08 Mark Kettenis <kettenis@gnu.org>
10460
10461 * mem-break.c: Remove whitespace at end of file.
10462
43d5792c
DJ
104632003-06-28 Daniel Jacobowitz <drow@mvista.com>
10464
10465 * configure.in: Check whether we need to prototype strerror.
10466 * server.h: Optionally prototype strerror.
10467 * gdbreplay.c (perror_with_name): Use strerror.
10468 * linux-low.c (linux_attach_lwp): Use strerror.
10469 * utils.c (perror_with_name): Use strerror.
10470 * config.in, configure: Regenerated.
10471
c8a86edf
DJ
104722003-06-28 Daniel Jacobowitz <drow@mvista.com>
10473
10474 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
10475 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
10476
73d37363
DJ
104772003-06-20 Daniel Jacobowitz <drow@mvista.com>
10478
10479 * Makefile.in (SFILES): Update.
10480 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
10481 low-sun3.c: Remove files.
10482
6ad8ae5c
DJ
104832003-06-17 Daniel Jacobowitz <drow@mvista.com>
10484
10485 * linux-low.c: Move comment to linux_thread_alive where it belonged.
10486 (linux_detach_one_process, linux_detach): New functions.
10487 (linux_target_ops): Add linux_detach.
10488 * server.c (main): Handle 'D' packet.
10489 * target.h (struct target_ops): Add "detach" member.
10490 (detach_inferior): Define.
10491
1581182a
MK
104922003-06-13 Mark Kettenis <kettenis@gnu.org>
10493
10494 From Kelley Cook <kelleycook@wideopenwest.com>:
10495 * configure.srv: Accept i[34567]86 variants.
10496
e5379b03
DJ
104972003-06-05 Daniel Jacobowitz <drow@mvista.com>
10498
10499 * linux-low.c (linux_wait_for_event): Correct comment typos.
10500 (linux_resume_one_process): Call check_removed_breakpoint.
10501 (linux_send_signal): New function.
10502 (linux_target_ops): Add linux_send_signal.
10503 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
10504 of kill.
10505 * target.h (struct target_ops): Add send_signal.
10506
2ff29de4
JB
105072003-05-29 Jim Blandy <jimb@redhat.com>
10508
10509 * linux-low.c (usr_store_inferior_registers): Transfer buf in
10510 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
10511 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
10512 away part of the register's value.
10513
254787d4
DJ
105142003-03-26 Daniel Jacobowitz <drow@mvista.com>
10515
10516 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
10517 (linux_wait_for_event, linux_init_signals): Likewise.
10518
94e10508
DJ
105192003-03-17 Daniel Jacobowitz <drow@mvista.com>
10520
10521 * configure.in: Check for stdlib.h.
10522 * configure: Regenerated.
10523 * config.in: Regenerated.
10524
4c0711e0
DJ
105252003-01-04 Andreas Schwab <schwab@suse.de>
10526
10527 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
10528
ef66e766
AC
105292003-01-02 Andrew Cagney <ac131313@redhat.com>
10530
10531 * Makefile.in: Remove obsolete code.
10532
a1358604
DJ
105332002-11-20 Daniel Jacobowitz <drow@mvista.com>
10534
10535 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
10536 defined(PT_FPR0_HI).
10537
23ce3b1c
DJ
105382002-11-17 Stuart Hughes <seh@zee2.com>
10539
10540 * linux-arm-low.c (arm_num_regs): Increase.
10541 (arm_regmap): Include status register.
10542
105432002-11-17 Daniel Jacobowitz <drow@mvista.com>
10544
10545 * linux-low.c (register_addr): Remove incorrect -1 check.
10546
a9fa9f7d
DJ
105472002-08-29 Daniel Jacobowitz <drow@mvista.com>
10548
10549 * linux-low.c (linux_create_inferior): Call setpgid. Return
10550 the new PID.
10551 (unstopped_p, linux_signal_pid): Remove.
10552 (linux_target_ops): Remove linux_signal_pid.
10553 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
10554 global instead of target method.
10555 * target.h (struct target_ops): Remove signal_pid. Update comment
10556 for create_inferior.
10557 * server.c (signal_pid): New variable.
10558 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 10559 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
10560 (attach_inferior): Set signal_pid.
10561
17574093
DJ
105622002-08-23 Daniel Jacobowitz <drow@mvista.com>
10563
10564 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
10565
105662002-08-20 Jim Blandy <jimb@redhat.com>
10567
10568 * Makefile.in (LDFLAGS): Allow the configure script to establish a
10569 default for this.
10570
105712002-08-01 Andrew Cagney <cagney@redhat.com>
10572
10573 * Makefile.in: Make chill references obsolete.
10574
105752002-07-24 Kevin Buettner <kevinb@redhat.com>
10576
10577 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
10578 * configure: Regenerate.
10579 * config.in: Regenerate.
10580
105812002-07-09 David O'Brien <obrien@FreeBSD.org>
10582
10583 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
10584 (perror_with_name, remote_close, remote_open, expect, play): Static.
10585
105862002-07-04 Michal Ludvig <mludvig@suse.cz>
10587
4b8dad4a 10588 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
10589 byte offsets instead of an array of indexes.
10590 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
10591
105922002-06-13 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * regcache.c: Add comment.
10595
105962002-06-11 Daniel Jacobowitz <drow@mvista.com>
10597
10598 * thread-db.c: New file.
10599 * proc-service.c: New file.
10600 * acinclude.m4: New file.
10601 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
10602 proc-service.o, and thread-db.o.
10603 (linux-low.o): Add USE_THREAD_DB.
10604 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
10605 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
10606 * aclocal.m4: Regenerated.
10607 * config.in: Regenerated.
10608 * configure: Regenerated.
10609 * configure.in: Check for proc_service.h, sys/procfs.h,
10610 thread_db.h, and linux/elf.h headrs.
10611 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
10612 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
10613 Check for -lthread_db and thread support.
10614 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
10615 PowerPC, and SuperH.
10616 * i387-fp.c: Constify arguments.
10617 * i387-fp.h: Likewise.
10618 * inferiors.c: (struct thread_info): Renamed from
10619 `struct inferior_info'. Remove PID member. Use generic inferior
10620 list header. All uses updated.
10621 (inferiors, signal_pid): Removed.
10622 (all_threads): New variable.
10623 (get_thread): Define.
10624 (add_inferior_to_list): New function.
10625 (for_each_inferior): New function.
10626 (change_inferior_id): New function.
10627 (add_inferior): Removed.
10628 (remove_inferior): New function.
10629 (add_thread): New function.
10630 (free_one_thread): New function.
10631 (remove_thread): New function.
10632 (clear_inferiors): Use for_each_inferior and free_one_thread.
10633 (find_inferior): New function.
10634 (find_inferior_id): New function.
10635 (inferior_target_data): Update argument type.
10636 (set_inferior_target_data): Likewise.
10637 (inferior_regcache_data): Likewise.
10638 (set_inferior_regcache_data): Likewise.
10639 * linux-low.c (linux_bp_reinsert): Remove.
10640 (all_processes, stopping_threads, using_thrads)
10641 (struct pending_signals, debug_threads, pid_of): New.
10642 (inferior_pid): Replace with macro.
10643 (struct inferior_linux_data): Remove.
10644 (get_stop_pc, add_process): New functions.
10645 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
10646 Use add_process and add_thread.
10647 (linux_attach_lwp): New function, based on old linux_attach. Use
10648 add_process and add_thread. Set stop_expected for new threads.
10649 (linux_attach): New function.
10650 (linux_kill_one_process): New function.
10651 (linux_kill): Kill all LWPs.
10652 (linux_thread_alive): Use find_inferior_id.
10653 (check_removed_breakpoints, status_pending_p): New functions.
10654 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
10655 Update. Use WNOHANG. Wait for cloned processes also. Update process
10656 struct for the found process.
10657 (linux_wait_for_event): New function.
10658 (linux_wait): Use it. Support LWPs.
10659 (send_sigstop, wait_for_sigstop, stop_all_processes)
10660 (linux_resume_one_process, linux_continue_one_process): New functions.
10661 (linux_resume): Support LWPs.
10662 (REGISTER_RAW_SIZE): Remove.
10663 (fetch_register): Use register_size instead. Call supply_register.
10664 (usr_store_inferior_registers): Likewise. Call collect_register.
10665 Fix recursive case.
10666 (regsets_fetch_inferior_registers): Improve error message.
10667 (regsets_store_inferior_registers): Add debugging.
10668 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
10669 (unstopped_p, linux_signal_pid): New functions.
10670 (linux_target_ops): Add linux_signal_pid.
10671 (linux_init_signals): New function.
10672 (initialize_low): Call it. Initialize using_threads.
10673 * regcache.c (inferior_regcache_data): Add valid
10674 flag.
10675 (get_regcache): Fetch registers lazily. Add fetch argument
10676 and update all callers.
10677 (regcache_invalidate_one, regcache_invalidate): New
10678 functions.
10679 (new_register_cache): Renamed from create_register_cache.
10680 Return the new regcache.
10681 (free_register_cache): Change argument to a void *.
10682 (registers_to_string, registers_from_string): Call get_regcache
10683 with fetch flag set.
10684 (register_data): Make static. Pass fetch flag to get_regcache.
10685 (supply_register): Call get_regcache with fetch flag clear.
10686 (collect_register): Call get_regcache with fetch flag set.
10687 (collect_register_as_string): New function.
10688 * regcache.h: Update.
10689 * remote-utils.c (putpkt): Flush after debug output and use
10690 stderr.
10691 Handle input interrupts while waiting for an ACK.
10692 (input_interrupt): Use signal_pid method.
10693 (getpkt): Flush after debug output and use stderr.
10694 (outreg): Use collect_register_as_string.
10695 (new_thread_notify, dead_thread_notify): New functions.
10696 (prepare_resume_reply): Check using_threads. Set thread_from_wait
10697 and general_thread.
10698 (look_up_one_symbol): Flush after debug output.
10699 * server.c (step_thread, server_waiting): New variables.
10700 (start_inferior): Don't use signal_pid. Update call to mywait.
10701 (attach_inferior): Update call to mywait.
10702 (handle_query): Handle qfThreadInfo and qsThreadInfo.
10703 (main): Don't fetch/store registers explicitly. Use
10704 set_desired_inferior. Support proposed ``Hs'' packet. Update
10705 calls to mywait.
10706 * server.h: Update.
10707 (struct inferior_list, struct_inferior_list_entry): New.
10708 * target.c (set_desired_inferior): New.
10709 (write_inferior_memory): Constify.
10710 (mywait): New function.
10711 * target.h: Update.
10712 (struct target_ops): New signal_pid method.
10713 (mywait): Removed macro, added prototype.
10714
10715 * linux-low.h (regset_func): Removed.
10716 (regset_fill_func, regset_store_func): New.
10717 (enum regset_type): New.
10718 (struct regset_info): Add type field. Use new operation types.
10719 (struct linux_target_ops): stop_pc renamed to get_pc.
10720 Add decr_pc_after_break and breakpoint_at.
10721 (get_process, get_thread_proess, get_process_thread)
10722 (strut process_info, all_processes, linux_attach_lwp)
10723 (thread_db_init): New.
10724
10725 * linux-arm-low.c (arm_get_pc, arm_set_pc,
10726 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
10727 (the_low_target): Add new members.
10728 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
10729 (i386_store_fpxregset): Constify.
10730 (target_regsets): Add new kind identifier.
10731 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
10732 (i386_set_pc): Add debugging.
10733 (i386_breakpoint_at): New function.
10734 (the_low_target): Add new members.
10735 * linux-mips-low.c (mips_get_pc, mips_set_pc)
10736 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
10737 (mips_breakpoint_at): New.
10738 (the_low_target): Add new members.
10739 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
10740 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
10741 (the_low_target): Add new members.
10742 * linux-sh-low.c (sh_get_pc, sh_set_pc)
10743 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
10744 (the_low_target): Add new members.
10745 * linux-x86-64-low.c (target_regsets): Add new kind
10746 identifier.
10747
107482002-05-15 Daniel Jacobowitz <drow@mvista.com>
10749
10750 From Martin Pool <mbp@samba.org>:
10751 * server.c (gdbserver_usage): New function.
10752 (main): Call it.
10753
107542002-05-14 Daniel Jacobowitz <drow@mvista.com>
10755
10756 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
10757 stop_at -> stop_pc.
10758
107592002-05-04 Andrew Cagney <ac131313@redhat.com>
10760
10761 * Makefile.in: Remove obsolete code.
10762
107632002-04-24 Michal Ludvig <mludvig@suse.cz>
10764
10765 * linux-low.c (regsets_fetch_inferior_registers),
10766 (regsets_store_inferior_registers): Removed cast to int from
10767 ptrace() calls.
10768 * regcache.h: Added declaration of struct inferior_info.
10769
107702002-04-20 Daniel Jacobowitz <drow@mvista.com>
10771
10772 * inferiors.c (struct inferior_info): Add regcache_data.
10773 (add_inferior): Call create_register_cache.
10774 (clear_inferiors): Call free_register_cache.
10775 (inferior_regcache_data, set_inferior_regcache_data): New functions.
10776 * regcache.c (struct inferior_regcache_data): New.
10777 (registers): Remove.
10778 (get_regcache): New function.
10779 (create_register_cache, free_register_cache): New functions.
10780 (set_register_cache): Don't initialize the register cache here.
10781 (registers_to_string, registers_from_string, register_data): Call
10782 get_regcache.
10783 * regcache.h: Add prototypes.
10784 * server.h: Likewise.
10785
107862002-04-20 Daniel Jacobowitz <drow@mvista.com>
10787
10788 * mem-break.c: New file.
10789 * mem-break.h: New file.
10790 * Makefile.in: Add mem-break.o rule; update server.h
10791 dependencies.
10792 * inferiors.c (struct inferior_info): Add target_data
10793 member.
10794 (clear_inferiors): Free target_data member if set.
10795 (inferior_target_data, set_inferior_target_data): New functions.
10796 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
10797 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
10798 * linux-low.c (linux_bp_reinsert): New variable.
10799 (struct inferior_linux_data): New.
10800 (linux_create_inferior): Use set_inferior_target_data.
10801 (linux_attach): Likewise. Call add_inferior.
10802 (linux_wait_for_one_inferior): New function.
10803 (linux_wait): Call it.
10804 (linux_write_memory): Add const.
10805 (initialize_low): Call set_breakpoint_data.
10806 * linux-low.h (struct linux_target_ops): Add breakpoint
10807 handling members.
10808 * server.c (attach_inferior): Remove extra add_inferior
10809 call.
10810 * server.h: Include mem-break.h. Update inferior.c
10811 prototypes.
10812 * target.c (read_inferior_memory)
10813 (write_inferior_memory): New functions.
10814 * target.h (read_inferior_memory)
10815 (write_inferior_memory): Change macros to prototypes.
10816 (struct target_ops): Update comments. Add const to write_memory
10817 definition.
10818
108192002-04-11 Daniel Jacobowitz <drow@mvista.com>
10820
10821 * linux-low.c (usr_store_inferior_registers): Support
10822 registers which are allowed to fail to store.
10823 * linux-low.h (linux_target_ops): Likewise.
10824 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
10825 (ppc_cannot_store_register): FPSCR may not be storable.
10826
108272002-04-09 Daniel Jacobowitz <drow@mvista.com>
10828
10829 * server.h: Include <string.h> if HAVE_STRING_H.
10830 * ChangeLog: Correct paths in last ChangeLog entry.
10831
108322002-04-09 Daniel Jacobowitz <drow@mvista.com>
10833
10834 * linux-low.h: Remove obsolete prototypes.
10835 (struct linux_target_ops): New.
10836 (extern the_low_target): New.
10837 * linux-low.c (num_regs, regmap): Remove declarations.
10838 (register_addr): Use the_low_target explicitly.
10839 (fetch_register): Likewise.
10840 (usr_fetch_inferior_registers): Likewise.
10841 (usr_store_inferior_registers): Likewise.
10842 * linux-arm-low.c (num_regs): Remove.
10843 (arm_num_regs): Define.
10844 (arm_regmap): Renamed from regmap, made static.
10845 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
10846 made static.
10847 (arm_cannot_store_register): Renamed from cannot_store_register,
10848 made static.
10849 (the_low_target): New.
10850 * linux-i386-low.c (num_regs): Remove.
10851 (i386_num_regs): Define.
10852 (i386_regmap): Renamed from regmap, made static.
10853 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
10854 made static.
10855 (i386_cannot_store_register): Renamed from cannot_store_register,
10856 made static.
10857 (the_low_target): New.
10858 * linux-ia64-low.c (num_regs): Remove.
10859 (ia64_num_regs): Define.
10860 (ia64_regmap): Renamed from regmap, made static.
10861 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
10862 made static.
10863 (ia64_cannot_store_register): Renamed from cannot_store_register,
10864 made static.
10865 (the_low_target): New.
10866 * linux-m68k-low.c (num_regs): Remove.
10867 (m68k_num_regs): Define.
10868 (m68k_regmap): Renamed from regmap, made static.
10869 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
10870 made static.
10871 (m68k_cannot_store_register): Renamed from cannot_store_register,
10872 made static.
10873 (the_low_target): New.
10874 * linux-mips-low.c (num_regs): Remove.
10875 (mips_num_regs): Define.
10876 (mips_regmap): Renamed from regmap, made static.
10877 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
10878 made static.
10879 (mips_cannot_store_register): Renamed from cannot_store_register,
10880 made static.
10881 (the_low_target): New.
10882 * linux-ppc-low.c (num_regs): Remove.
10883 (ppc_num_regs): Define.
10884 (ppc_regmap): Renamed from regmap, made static.
10885 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
10886 made static.
10887 (ppc_cannot_store_register): Renamed from cannot_store_register,
10888 made static.
10889 (the_low_target): New.
10890 * linux-s390-low.c (num_regs): Remove.
10891 (s390_num_regs): Define.
10892 (s390_regmap): Renamed from regmap, made static.
10893 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
10894 made static.
10895 (s390_cannot_store_register): Renamed from cannot_store_register,
10896 made static.
10897 (the_low_target): New.
10898 * linux-sh-low.c (num_regs): Remove.
10899 (sh_num_regs): Define.
10900 (sh_regmap): Renamed from regmap, made static.
10901 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
10902 made static.
10903 (sh_cannot_store_register): Renamed from cannot_store_register,
10904 made static.
10905 (the_low_target): New.
10906 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
10907 (the_low_target): New.
10908
109092002-04-09 Daniel Jacobowitz <drow@mvista.com>
10910
10911 * Makefile.in: Add stamp-h target.
10912 * configure.in: Create stamp-h.
10913 * configure: Regenerated.
10914
109152002-04-09 Daniel Jacobowitz <drow@mvista.com>
10916
10917 * inferiors.c: New file.
10918 * target.c: New file.
10919 * target.h: New file.
10920 * Makefile.in: Add target.o and inferiors.o. Update
10921 dependencies.
10922 * linux-low.c (inferior_pid): New static variable,
10923 moved from server.c.
10924 (linux_create_inferior): Renamed from create_inferior.
10925 Call add_inferior. Return 0 on success instead of a PID.
10926 (linux_attach): Renamed from myattach.
10927 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
10928 (linux_thread_alive): Renamed from mythread_alive.
10929 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
10930 child dies.
10931 (linux_resume): Renamed from myresume. Add missing ``return 0''.
10932 (regsets_store_inferior_registers): Correct error message.
10933 Add missing ``return 0''.
10934 (linux_fetch_registers): Renamed from fetch_inferior_registers.
10935 (linux_store_registers): Renamed from store_inferior_registers.
10936 (linux_read_memory): Renamed from read_inferior_memory.
10937 (linux_write_memory): Renamed from write_inferior_memory.
10938 (linux_target_ops): New structure.
10939 (initialize_low): Call set_target_ops ().
10940 * remote-utils.c (unhexify): New function.
10941 (hexify): New function.
10942 (input_interrupt): Send signals to ``signal_pid''.
10943 * server.c (inferior_pid): Remove.
10944 (start_inferior): Update create_inferior call.
10945 (attach_inferior): Call add_inferior.
10946 (handle_query): New function.
10947 (main): Call handle_query for `q' packets.
10948 * server.h: Include "target.h". Remove obsolete prototypes.
10949 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
10950
109512002-04-09 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * Makefile.in: Add WARN_CFLAGS. Update configury
10954 dependencies.
10955 * configure.in: Check for <string.h>
10956 * configure: Regenerate.
10957 * config.in: Regenerate.
10958 * gdbreplay.c: Include needed system headers.
10959 (remote_open): Remove strchr prototype.
10960 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
10961 * regcache.c (supply_register): Change buf argument to const void *.
10962 (supply_register_by_name): Likewise.
10963 (collect_register): Change buf argument to void *.
10964 (collect_register_by_name): Likewise.
10965 * regcache.h: Add missing prototypes.
10966 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
10967 * server.c (handle_query): New function.
10968 (attached): New static variable, moved out of main.
10969 (main): Quiet longjmp clobber warnings.
10970 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
10971 * utils.c (error): Remove NORETURN.
10972 (fatal): Likewise.