Introduce new shared function fileio_to_host_openflags
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
1 2015-04-21 Gary Benson <gbenson@redhat.com>
2
3 * hostio.c (fileio_open_flags_to_host): Factored out to
4 fileio_to_host_openflags in common/fileio.c. Single use
5 updated.
6
7 2015-04-17 Max Filippov <jcmvbkbc@gmail.com>
8
9 * linux-xtensa-low.c (xtensa_fill_gregset)
10 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
11 XCHAL_HAVE_LOOP.
12
13 2015-04-17 Max Filippov <jcmvbkbc@gmail.com>
14
15 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
16 (regs_info): Replace usrregs pointer with NULL.
17
18 2015-04-17 Gary Benson <gbenson@redhat.com>
19
20 * target.h (struct target_ops) <pid_to_exec_file>: New field.
21 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
22 * server.c (handle_qxfer_exec_file): New function.
23 (qxfer_packets): Add exec-file entry.
24 (handle_query): Report qXfer:exec-file:read as supported packet.
25
26 2015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
27
28 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
29
30 2015-04-09 Gary Benson <gbenson@redhat.com>
31
32 * hostio-errno.c (errno_to_fileio_error): Remove function.
33 Update caller to use remote_fileio_to_fio_error.
34
35 2015-04-09 Yao Qi <yao.qi@linaro.org>
36
37 * linux-low.c (linux_insert_point): Call
38 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
39 (linux_remove_point): Call remove_memory_breakpoint if type is
40 raw_bkpt_type_sw.
41 * linux-x86-low.c (x86_insert_point): Don't call
42 insert_memory_breakpoint.
43 (x86_remove_point): Don't call remove_memory_breakpoint.
44
45 2015-04-01 Pedro Alves <palves@redhat.com>
46 Cleber Rosa <crosa@redhat.com>
47
48 * server.c (gdbserver_usage): Reorganize and extend the usage
49 message.
50
51 2015-03-24 Pedro Alves <palves@redhat.com>
52
53 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
54 output. Also dump TRAP_TRACE.
55 (linux_low_filter_event): In debug output, distinguish a
56 resume_stop SIGSTOP from a delayed SIGSTOP.
57
58 2015-03-24 Gary Benson <gbenson@redhat.com>
59
60 * linux-x86-low.c (x86_linux_new_thread): Moved to
61 nat/x86-linux.c.
62 (x86_linux_prepare_to_resume): Likewise.
63
64 2015-03-24 Gary Benson <gbenson@redhat.com>
65
66 * Makefile.in (x86-linux-dregs.o): New rule.
67 * configure.srv: Add x86-linux-dregs.o to relevant targets.
68 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
69 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
70 (x86_linux_dr_get): Likewise.
71 (x86_linux_dr_set): Likewise.
72 (update_debug_registers_callback): Likewise.
73 (x86_linux_dr_set_addr): Likewise.
74 (x86_linux_dr_get_addr): Likewise.
75 (x86_linux_dr_set_control): Likewise.
76 (x86_linux_dr_get_control): Likewise.
77 (x86_linux_dr_get_status): Likewise.
78 (x86_linux_update_debug_registers): Likewise.
79
80 2015-03-24 Gary Benson <gbenson@redhat.com>
81
82 * linux-x86-low.c (x86_linux_update_debug_registers):
83 New function, factored out from...
84 (x86_linux_prepare_to_resume): ...this.
85
86 2015-03-24 Gary Benson <gbenson@redhat.com>
87
88 * linux-x86-low.c (x86_linux_dr_get): Update comments.
89 (x86_linux_dr_set): Likewise.
90 (update_debug_registers_callback): Likewise.
91 (x86_linux_dr_set_addr): Likewise.
92 (x86_linux_dr_get_addr): Likewise.
93 (x86_linux_dr_set_control): Likewise.
94 (x86_linux_dr_get_control): Likewise.
95 (x86_linux_dr_get_status): Likewise.
96 (x86_linux_prepare_to_resume): Likewise.
97
98 2015-03-24 Gary Benson <gbenson@redhat.com>
99
100 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
101 Use perror_with_name. Pass string through gettext.
102 (x86_linux_dr_set): Likewise.
103
104 2015-03-24 Gary Benson <gbenson@redhat.com>
105
106 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
107 (x86_linux_dr_set_addr): ...this.
108 (x86_dr_low_get_addr): Rename to...
109 (x86_linux_dr_get_addr): ...this.
110 (x86_dr_low_set_control): Rename to...
111 (x86_linux_dr_set_control): ...this.
112 (x86_dr_low_get_control): Rename to...
113 (x86_linux_dr_get_control): ...this.
114 (x86_dr_low_get_status): Rename to...
115 (x86_linux_dr_get_status): ...this.
116 (x86_dr_low): Update with new function names.
117
118 2015-03-24 Gary Benson <gbenson@redhat.com>
119
120 * Makefile.in (x86-linux.o): New rule.
121 * configure.srv: Add x86-linux.o to relevant targets.
122 * linux-low.c (lwp_set_arch_private_info): New function.
123 (lwp_arch_private_info): Likewise.
124 * linux-x86-low.c: Include nat/x86-linux.h.
125 (arch_lwp_info): Removed structure.
126 (update_debug_registers_callback):
127 Use lwp_set_debug_registers_changed.
128 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
129 and lwp_set_debug_registers_changed.
130 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
131
132 2015-03-24 Gary Benson <gbenson@redhat.com>
133
134 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
135 * linux-arm-low.c (arm_new_thread): Likewise.
136 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
137 * linux-mips-low.c (mips_linux_new_thread): Likewise.
138 * linux-x86-low.c (x86_linux_new_thread): Likewise.
139 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
140
141 2015-03-24 Gary Benson <gbenson@redhat.com>
142
143 * linux-low.c (ptid_of_lwp): New function.
144 (lwp_is_stopped): Likewise.
145 (lwp_stop_reason): Likewise.
146 * linux-x86-low.c (update_debug_registers_callback):
147 Use lwp_is_stopped.
148 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
149 lwp_stop_reason.
150
151 2015-03-24 Gary Benson <gbenson@redhat.com>
152
153 * linux-low.h (linux_stop_lwp): Remove declaration.
154
155 2015-03-24 Gary Benson <gbenson@redhat.com>
156
157 * linux-low.h: Include nat/linux-nat.h.
158 * linux-low.c (iterate_over_lwps_args): New structure.
159 (iterate_over_lwps_filter): New function.
160 (iterate_over_lwps): Likewise.
161 * linux-x86-low.c (update_debug_registers_callback):
162 Update signature to what iterate_over_lwps expects.
163 Remove PID check that iterate_over_lwps now performs.
164 (x86_dr_low_set_addr): Use iterate_over_lwps.
165 (x86_dr_low_set_control): Likewise.
166
167 2015-03-24 Gary Benson <gbenson@redhat.com>
168
169 * linux-x86-low.c (x86_debug_reg_state): New function.
170 (x86_linux_prepare_to_resume): Use the above.
171
172 2015-03-24 Gary Benson <gbenson@redhat.com>
173
174 * linux-low.c (current_lwp_ptid): New function.
175 * linux-x86-low.c: Include nat/linux-nat.h.
176 (x86_dr_low_get_addr): Use current_lwp_ptid.
177 (x86_dr_low_get_control): Likewise.
178 (x86_dr_low_get_status): Likewise.
179
180 2015-03-20 Pedro Alves <palves@redhat.com>
181
182 * tracepoint.c (cmd_qtstatus): Make "str" const.
183
184 2015-03-20 Pedro Alves <palves@redhat.com>
185
186 * server.c (handle_general_set): Make "req_str" const.
187
188 2015-03-19 Pedro Alves <palves@redhat.com>
189
190 * linux-low.c (linux_resume_one_lwp): Rename to ...
191 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
192 instead call perror_with_name.
193 (check_ptrace_stopped_lwp_gone): New function.
194 (linux_resume_one_lwp): Reimplement as wrapper around
195 linux_resume_one_lwp_throw that swallows errors if the LWP is
196 gone.
197
198 2015-03-19 Pedro Alves <palves@redhat.com>
199
200 * linux-low.c (count_events_callback, select_event_lwp_callback):
201 No longer check whether the thread has resume_stop as last resume
202 kind.
203
204 2015-03-19 Pedro Alves <palves@redhat.com>
205
206 * linux-low.c (count_events_callback, select_event_lwp_callback):
207 Use the lwp's status_pending_p field, not the thread's.
208
209 2015-03-19 Pedro Alves <palves@redhat.com>
210
211 * linux-low.c (select_event_lwp_callback): Update comments to
212 no longer mention SIGTRAP.
213
214 2015-03-18 Gary Benson <gbenson@redhat.com>
215
216 * server.c (handle_query): Do not report vFile:fstat as supported.
217
218 2015-03-11 Gary Benson <gbenson@redhat.com>
219
220 * hostio.c (sys/types.h): New include.
221 (sys/stat.h): Likewise.
222 (common-remote-fileio.h): Likewise.
223 (handle_fstat): New function.
224 (handle_vFile): Handle vFile:fstat packets.
225
226 2015-03-11 Gary Benson <gbenson@redhat.com>
227
228 * configure.ac (AC_CHECK_MEMBERS): Add checks for
229 struct stat.st_blocks and struct stat.st_blksize.
230 * configure: Regenerate.
231 * config.in: Likewise.
232 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
233 (OBS): Add common-remote-fileio.o.
234 (common-remote-fileio.o): New rule.
235
236 2015-03-09 Pedro Alves <palves@redhat.com>
237
238 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
239 'struct sockaddr' pointer in 'accept' call.
240
241 2015-03-09 Pedro Alves <palves@redhat.com>
242
243 Revert:
244 2015-03-07 Pedro Alves <palves@redhat.com>
245 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
246 or <winsock2.h> here. Instead include "gdb_socket.h".
247 (remote_open): Use union gdb_sockaddr_u.
248 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
249 or <winsock2.h> here. Instead include "gdb_socket.h".
250 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
251 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
252 or <sys/un.h>.
253 (init_named_socket, gdb_agent_helper_thread): Use union
254 gdb_sockaddr_u.
255
256 2015-03-07 Pedro Alves <palves@redhat.com>
257
258 * configure.ac (build_warnings): Move
259 -Wdeclaration-after-statement to the C-specific set.
260 * configure: Regenerate.
261
262 2015-03-07 Pedro Alves <palves@redhat.com>
263
264 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
265 or <winsock2.h> here. Instead include "gdb_socket.h".
266 (remote_open): Use union gdb_sockaddr_u.
267 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
268 or <winsock2.h> here. Instead include "gdb_socket.h".
269 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
270 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
271 or <sys/un.h>.
272 (init_named_socket, gdb_agent_helper_thread): Use union
273 gdb_sockaddr_u.
274
275 2015-03-07 Pedro Alves <palves@redhat.com>
276
277 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
278 instead.
279
280 2015-03-06 Yao Qi <yao.qi@linaro.org>
281
282 * linux-aarch64-low.c (aarch64_insert_point): Use
283 show_debug_regs as a boolean.
284 (aarch64_remove_point): Likewise.
285
286 2015-03-05 Pedro Alves <palves@redhat.com>
287
288 * lynx-low.c (lynx_target_ops): Install NULL hooks for
289 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
290 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
291 * nto-low.c (nto_target_ops): Likewise.
292 * spu-low.c (spu_target_ops): Likewise.
293 * win32-low.c (win32_target_ops): Likewise.
294
295 2015-03-04 Pedro Alves <palves@redhat.com>
296
297 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
298 Decide whether a breakpoint triggered based on the SIGTRAP's
299 siginfo.si_code.
300 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
301 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
302 (linux_low_filter_event): Check for breakpoints before checking
303 watchpoints.
304 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
305 siginfo.si_code.
306 (linux_stopped_by_sw_breakpoint)
307 (linux_supports_stopped_by_sw_breakpoint)
308 (linux_stopped_by_hw_breakpoint)
309 (linux_supports_stopped_by_hw_breakpoint): New functions.
310 (linux_target_ops): Install new target methods.
311
312 2015-03-04 Pedro Alves <palves@redhat.com>
313
314 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
315 * server.c (swbreak_feature, hwbreak_feature): New globals.
316 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
317 (captured_main): Clear swbreak_feature and hwbreak_feature.
318 * server.h (swbreak_feature, hwbreak_feature): Declare.
319 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
320 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
321 supports_stopped_by_hw_breakpoint>: New fields.
322 (target_supports_stopped_by_sw_breakpoint)
323 (target_stopped_by_sw_breakpoint)
324 (target_supports_stopped_by_hw_breakpoint)
325 (target_stopped_by_hw_breakpoint): Declare.
326
327 2015-03-04 Pedro Alves <palves@redhat.com>
328
329 enum lwp_stop_reason -> enum target_stop_reason
330 * linux-low.c (check_stopped_by_breakpoint): Adjust.
331 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
332 (linux_wait_1, stuck_in_jump_pad_callback)
333 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
334 (linux_stopped_by_watchpoint):
335 * linux-low.h (enum lwp_stop_reason): Delete.
336 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
337 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
338
339 2015-03-04 Yao Qi <yao.qi@linaro.org>
340
341 * Makefile.in (SFILES): Add linux-aarch64-low.c.
342
343 2015-03-03 Gary Benson <gbenson@redhat.com>
344
345 * hostio.c (handle_vFile): Fix prefix lengths.
346
347 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
348
349 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
350 ptr_bits.
351
352 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
353
354 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
355 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
356 (clean): Add "rm -f" for above C files.
357 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
358 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
359 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
360 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
361 * linux-s390-low.c (HWCAP_S390_VX): New macro.
362 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
363 (init_registers_s390x_vx_linux64)
364 (init_registers_s390x_tevx_linux64)
365 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
366 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
367 declarations.
368 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
369 (s390_store_vxrs_high): New functions.
370 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
371 NT_S390_VXRS_HIGH.
372 (s390_arch_setup): Add logic for selecting one of the new target
373 descriptions. Activate the new vector regsets if applicable.
374 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
375 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
376 and init_registers_s390x_tevx_linux64.
377
378 2015-03-01 Pedro Alves <palves@redhat.com>
379
380 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
381 parameter.
382
383 2015-02-27 Pedro Alves <palves@redhat.com>
384
385 * linux-x86-low.c (u_debugreg_offset): New function.
386 (x86_linux_dr_get, x86_linux_dr_set): Use it.
387
388 2015-02-27 Pedro Alves <palves@redhat.com>
389
390 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
391 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
392 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
393 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
394 (ps_lsetfpregs, ps_getpid)
395 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
396 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
397 (ps_lsetxregs, ps_plog): Declare.
398
399 2015-02-27 Pedro Alves <palves@redhat.com>
400
401 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
402 IP_AGENT_EXPORT_FUNC.
403 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
404 IP_AGENT_EXPORT_FUNC.
405 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
406 (IP_AGENT_EXPORT): Delete.
407 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
408 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
409 (gdb_trampoline_buffer_error, collecting, gdb_collect)
410 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
411 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
412 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
413 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
414 (traceframe_read_count, traceframe_write_count)
415 (traceframes_created, trace_state_variables, get_raw_reg)
416 (get_trace_state_variable_value, set_trace_state_variable_value)
417 (ust_loaded, helper_thread_id, cmd_buf): Use
418 IPA_SYM_EXPORTED_NAME.
419 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
420 (tracepoints) Use IP_AGENT_EXPORT_VAR.
421 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
422 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
423 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
424 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
425 EXTERN_C_PUSH/EXTERN_C_POP.
426 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
427 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
428 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
429 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
430 (traceframe_write_count, traceframe_read_count)
431 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
432 (about_to_request_buffer_space, get_trace_state_variable_value)
433 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
434 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
435 EXTERN_C_PUSH/EXTERN_C_POP.
436 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
437 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
438 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
439 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
440 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
441 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
442 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
443 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
444 Define.
445 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
446 (IP_AGENT_EXPORT_VAR_DECL): Define.
447 (tracing): Declare.
448 (gdb_agent_get_raw_reg): Declare.
449
450 2015-02-27 Tom Tromey <tromey@redhat.com>
451 Pedro Alves <palves@redhat.com>
452
453 Rename symbols whose names are reserved C++ keywords throughout.
454
455 2015-02-27 Pedro Alves <palves@redhat.com>
456
457 * Makefile.in (COMPILER): New, get it from autoconf.
458 (CXX): Get from autoconf instead.
459 (COMPILE.pre): Use COMPILER.
460 (CC-LD): Rename to ...
461 (CC_LD): ... this. Use COMPILER.
462 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
463 (CXX_FOR_TARGET): Default to g++ instead of gcc.
464 * acinclude.m4: Include build-with-cxx.m4.
465 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
466 Disable -Werror by default if building in C++ mode.
467 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
468 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
469 the C++ compiler. Save/restore CXXFLAGS too.
470 * configure: Regenerate.
471
472 2015-02-27 Pedro Alves <palves@redhat.com>
473
474 * acinclude.m4: Include libiberty.m4.
475 * configure.ac: Call libiberty_INIT.
476 * config.in, configure: Regenerate.
477
478 2015-02-26 Pedro Alves <palves@redhat.com>
479
480 * linux-low.c (linux_wait_1): When incrementing the PC past a
481 program breakpoint always use the_low_target.breakpoint_len as
482 increment, rather than the maximum between that and
483 the_low_target.decr_pc_after_break.
484
485 2015-02-23 Pedro Alves <palves@redhat.com>
486
487 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
488 thread was doing a step-over; always adjust the PC if
489 we stepped over a permanent breakpoint.
490 (linux_wait_1): If we stepped over breakpoint that was on top of a
491 permanent breakpoint, manually advance the PC past it.
492
493 2015-02-23 Pedro Alves <palves@redhat.com>
494
495 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
496 modes.
497 (x86_fill_gregset, x86_store_gregset): Use it when handling
498 $orig_eax.
499
500 2015-02-20 Pedro Alves <palves@redhat.com>
501
502 * thread-db.c: Include "nat/linux-procfs.h".
503 (thread_db_init): Skip listing new threads if the kernel supports
504 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
505
506 2015-02-20 Pedro Alves <palves@redhat.com>
507
508 * linux-low.c (status_pending_p_callback): Use ptid_match.
509
510 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
511
512 PR breakpoints/16812
513 * linux-low.c (wstatus_maybe_breakpoint): Remove.
514 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
515 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
516
517 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
518
519 PR breakpoints/15956
520 * tracepoint.c (cmd_qtinit): Add check for current_thread.
521
522 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
523
524 * linux-low.c (linux_low_btrace_conf): Print size.
525 * server.c (handle_btrace_conf_general_set): New.
526 (hanle_general_set): Call handle_btrace_conf_general_set.
527 (handle_query): Report Qbtrace-conf:bts:size as supported.
528
529 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
530
531 * linux-low.c (linux_low_enable_btrace): Update parameters.
532 (linux_low_btrace_conf): New.
533 (linux_target_ops)<to_btrace_conf>: Initialize.
534 * server.c (current_btrace_conf): New.
535 (handle_btrace_enable): Rename to ...
536 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
537 to target_enable_btrace. Update comment. Update users.
538 (handle_qxfer_btrace_conf): New.
539 (qxfer_packets): Add btrace-conf entry.
540 (handle_query): Report qXfer:btrace-conf:read as supported packet.
541 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
542 (target_ops)<read_btrace_conf>: New.
543 (target_enable_btrace): Update parameters.
544 (target_read_btrace_conf): New.
545
546 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
547
548 * server.c (handle_btrace_general_set): Remove call to
549 target_supports_btrace.
550 (supported_btrace_packets): New.
551 (handle_query): Call supported_btrace_packets.
552 * target.h: include btrace-common.h.
553 (btrace_target_info): Removed.
554 (supports_btrace, target_supports_btrace): Update parameters.
555
556 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
557
558 * Makefile.in (SFILES): Add common/btrace-common.c.
559 (OBS): Add common/btrace-common.o.
560 (btrace-common.o): Add build rules.
561 * linux-low: Include btrace-common.h.
562 (linux_low_read_btrace): Use struct btrace_data. Call
563 btrace_data_init and btrace_data_fini.
564
565 2015-02-06 Pedro Alves <palves@redhat.com>
566
567 * thread-db.c (find_new_threads_callback): Add debug output.
568
569 2015-02-04 Pedro Alves <palves@redhat.com>
570
571 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
572 (resume_stopped_resumed_lwps): New function.
573 (linux_wait_for_event_filtered): Use it.
574
575 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
576
577 * Makefile.in (SFILES): Add linux-personality.c.
578 (linux-personality.o): New rule.
579 * configure.srv (srv_linux_obj): Add linux-personality.o to the
580 list of objects to be built.
581 * linux-low.c: Include nat/linux-personality.h.
582 (linux_create_inferior): Remove code to disable address space
583 randomization (moved to ../nat/linux-personality.c). Create
584 cleanup to disable address space randomization.
585
586 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
587
588 * Makefile.in (posix-strerror.o): New rule.
589 (mingw-strerror.o): Likewise.
590 * configure: Regenerated.
591 * configure.ac: Source file ../common/common.host. Initialize new
592 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
593
594 2015-01-14 Yao Qi <yao@codesourcery.com>
595
596 * Makefile.in (SFILES): Add nat/ppc-linux.c.
597 (ppc-linux.o): New rule.
598 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
599 * configure.ac: AC_CHECK_FUNCS(getauxval).
600 * config.in: Re-generated.
601 * configure: Re-generated.
602 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
603 ppc64_64bit_inferior_p
604
605 2015-01-14 Yao Qi <yao@codesourcery.com>
606
607 * linux-ppc-low.c: Include "nat/ppc-linux.h".
608 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
609 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
610 (PT_ORIG_R3, PT_TRAP): Likewise.
611 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
612 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
613 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
614
615 2015-01-10 Joel Brobecker <brobecker@adacore.com>
616
617 * i387-fp.c (i387_cache_to_xsave): In look over
618 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
619 zmmh_low_space field by use of zmmh_high_space.
620
621 2015-01-09 Pedro Alves <palves@redhat.com>
622
623 * linux-low.c (step_over_bkpt): Move higher up in the file.
624 (handle_extended_wait): Don't store the stop_pc here.
625 (get_stop_pc): Adjust comments and rename to ...
626 (check_stopped_by_breakpoint): ... this. Record whether the LWP
627 stopped for a software breakpoint or hardware breakpoint.
628 (thread_still_has_status_pending_p): New function.
629 (status_pending_p_callback): Use
630 thread_still_has_status_pending_p. If the event is no longer
631 interesting, resume the LWP.
632 (handle_tracepoints): Add assert.
633 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
634 (wstatus_maybe_breakpoint): New function.
635 (cancel_breakpoint): Delete function.
636 (check_stopped_by_watchpoint): New function, factored out from
637 linux_low_filter_event.
638 (lp_status_maybe_breakpoint): Delete function.
639 (linux_low_filter_event): Remove filter_ptid argument.
640 Leave thread group exits pending here. Store the LWP's stop PC.
641 Always leave events pending.
642 (linux_wait_for_event_filtered): Pull all events out of the
643 kernel, and leave them all pending.
644 (count_events_callback, select_event_lwp_callback): Consider all
645 events.
646 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
647 (select_event_lwp): Only give preference to the stepping LWP in
648 all-stop mode. Adjust comments.
649 (ignore_event): New function.
650 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
651 references to cancel_breakpoints. Adjust to renames. Also give
652 equal priority to all LWPs that have had events in non-stop mode.
653 If reporting a software breakpoint event, unadjust the LWP's PC.
654 (linux_wait): If linux_wait_1 returned an ignored event, retry.
655 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
656 Adjust.
657 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
658 (resume_status_pending_p): Use thread_still_has_status_pending_p.
659 (linux_stopped_by_watchpoint): Adjust.
660 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
661 * linux-low.h (enum lwp_stop_reason): New.
662 (struct lwp_info) <stop_pc>: Adjust comment.
663 <stopped_by_watchpoint>: Delete field.
664 <stop_reason>: New field.
665 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
666 * mem-break.c (software_breakpoint_inserted_here)
667 (hardware_breakpoint_inserted_here): New function.
668 * mem-break.h (software_breakpoint_inserted_here)
669 (hardware_breakpoint_inserted_here): Declare.
670 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
671 (cancel_breakpoints): Delete.
672 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
673 (upload_fast_traceframes): Remove references to
674 cancel_breakpoints.
675
676 2015-01-09 Pedro Alves <palves@redhat.com>
677
678 * thread-db.c (find_new_threads_callback): Ignore thread if the
679 kernel thread ID is -1.
680
681 2015-01-09 Pedro Alves <palves@redhat.com>
682
683 * linux-low.c (linux_attach_fail_reason_string): Move to
684 nat/linux-ptrace.c, and rename.
685 (linux_attach_lwp): Update comment.
686 (attach_proc_task_lwp_callback): New function.
687 (linux_attach): Adjust to rename and use
688 linux_proc_attach_tgid_threads.
689 (linux_attach_fail_reason_string): Delete declaration.
690
691 2015-01-01 Joel Brobecker <brobecker@adacore.com>
692
693 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
694 * server.c (gdbserver_version): Likewise.
695
696 2014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
697
698 * remote-utils.c: Include ctype.h.
699 (input_interrupt): Explicitly handle the case when the char
700 received is the NUL byte. Improve the printing of non-ASCII
701 characters.
702
703 2014-12-16 Joel Brobecker <brobecker@adacore.com>
704
705 * linux-low.c (linux_low_filter_event): Update call to
706 linux_enable_event_reporting following the addition of
707 a new parameter to that function.
708
709 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
710
711 PR server/17457
712 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
713 (AARCH64_FPCR_REGNO): Likewise.
714 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
715 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
716 (aarch64_store_fpregset): Likewise.
717
718 2014-12-15 Joel Brobecker <brobecker@adacore.com>
719
720 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
721 Remove FIXME comment about assumption about N.
722
723 2014-12-13 Joel Brobecker <brobecker@adacore.com>
724
725 * configure.ac: If large-file support is disabled in GDBserver,
726 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
727 * configure: Regenerate.
728
729 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
730
731 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
732 warning upon ENODATA from ptrace.
733 * linux-s390-low.c (s390_store_tdb): New.
734 (s390_regsets): Add regset for NT_S390_TDB.
735
736 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
737
738 * linux-low.c (regsets_store_inferior_registers): Skip regsets
739 without a fill_function.
740 * linux-s390-low.c (s390_fill_last_break): Remove.
741 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
742 (s390_arch_setup): Use regset's size instead of fill_function for
743 loop end condition.
744
745 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
746
747 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
748 the regset's store function when ptrace returned an error.
749 * regcache.c (get_thread_regcache): Invalidate register cache
750 before fetching inferior's registers.
751
752 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
753
754 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
755 while-loop as for-loop.
756 (regsets_store_inferior_registers): Likewise.
757
758 2014-11-28 Yao Qi <yao@codesourcery.com>
759
760 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
761 * config.in, configure: Re-generate.
762 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
763 is defined.
764
765 2014-11-21 Yao Qi <yao@codesourcery.com>
766
767 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
768 (AC_CHECK_HEADERS): Remove malloc.h.
769 * configure: Re-generated.
770 * config.in: Re-generated.
771 * server.h: Don't include alloca.h and malloc.h.
772 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
773 Don't include malloc.h.
774
775 2014-11-17 Joel Brobecker <brobecker@adacore.com>
776
777 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
778 corresponding ERRNO check in same block.
779
780 2014-11-12 Pedro Alves <palves@redhat.com>
781
782 * server.c (cont_thread): Update comment.
783 (start_inferior, attach_inferior): No longer clear cont_thread.
784 (handle_v_cont): No longer set cont_thread.
785 (captured_main): Clear cont_thread each time a GDB connects.
786
787 2014-11-12 Pedro Alves <palves@redhat.com>
788
789 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
790 thread, and don't resume all threads if the Hc thread has exited.
791
792 2014-11-12 Pedro Alves <palves@redhat.com>
793
794 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
795 the process group instead of to a specific LWP.
796
797 2014-10-15 Pedro Alves <palves@redhat.com>
798
799 PR server/17487
800 * win32-arm-low.c (arm_set_thread_context): Remove current_event
801 parameter.
802 (arm_set_thread_context): Delete.
803 (the_low_target): Adjust.
804 * win32-i386-low.c (debug_registers_changed)
805 (debug_registers_used): Delete.
806 (update_debug_registers_callback): New function.
807 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
808 needing to update their debug registers.
809 (win32_get_current_dr): New function.
810 (x86_dr_low_get_addr, x86_dr_low_get_control)
811 (x86_dr_low_get_status): Fetch the debug register from the thread
812 record's context.
813 (i386_initial_stuff): Adjust.
814 (i386_get_thread_context): Remove current_event parameter. Don't
815 clear debug_registers_changed nor copy DR values to
816 debug_reg_state.
817 (i386_set_thread_context): Delete.
818 (i386_prepare_to_resume): New function.
819 (i386_thread_added): Mark the thread as needing to update irs
820 debug registers.
821 (the_low_target): Remove i386_set_thread_context and install
822 i386_prepare_to_resume.
823 * win32-low.c (win32_get_thread_context): Adjust.
824 (win32_set_thread_context): Use SetThreadContext
825 directly.
826 (win32_prepare_to_resume): New function.
827 (win32_require_context): New function, factored out from ...
828 (thread_rec): ... this.
829 (continue_one_thread): Call win32_prepare_to_resume on each thread
830 we're about to continue.
831 (win32_resume): Call win32_prepare_to_resume on the event thread.
832 * win32-low.h (struct win32_thread_info)
833 <debug_registers_changed>: New field.
834 (struct win32_target_ops): Change prototype of set_thread_context,
835 delete set_thread_context and add prepare_to_resume.
836 (win32_require_context): New declaration.
837
838 2014-10-08 Gary Benson <gbenson@redhat.com>
839
840 * server.h: Do not include common-exceptions.h.
841
842 2014-10-08 Gary Benson <gbenson@redhat.com>
843
844 * server.h: Do not include cleanups.h.
845
846 2014-09-30 James Hogan <james.hogan@imgtec.com>
847
848 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
849 mips64-dsp-linux.c.
850
851 2014-09-23 Yao Qi <yao@codesourcery.com>
852
853 * linux-low.c (lp_status_maybe_breakpoint): New function.
854 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
855 (count_events_callback): Likewise.
856 (select_event_lwp_callback): Likewise.
857 (cancel_breakpoints_callback): Likewise.
858
859 2014-09-19 Don Breazeal <donb@codesourcery.com>
860
861 * linux-low.c (handle_extended_wait): Call
862 linux_ptrace_get_extended_event.
863 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
864 linux_is_extended_waitstatus.
865
866 2014-09-16 Joel Brobecker <brobecker@adacore.com>
867
868 * Makefile.in (CPPFLAGS): Define.
869 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
870 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
871
872 2014-09-16 Gary Benson <gbenson@redhat.com>
873
874 * inferiors.h (current_inferior): Renamed as...
875 (current_thread): New variable. All uses updated.
876 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
877 (maybe_move_out_of_jump_pad): Likewise.
878 (cancel_breakpoint): Likewise.
879 (linux_low_filter_event): Likewise.
880 (wait_for_sigstop): Likewise.
881 (linux_resume_one_lwp): Likewise.
882 (need_step_over_p): Likewise.
883 (start_step_over): Likewise.
884 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
885 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
886 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
887 and save_inferior as saved_thread.
888 * regcache.c (get_thread_regcache): Renamed saved_inferior as
889 saved_thread.
890 (regcache_invalidate_thread): Likewise.
891 * remote-utils.c (prepare_resume_reply): Likewise.
892 * thread-db.c (thread_db_get_tls_address): Likewise.
893 (disable_thread_event_reporting): Likewise.
894 (remove_thread_event_breakpoints): Likewise.
895 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
896 as saved_thread.
897 * target.h (set_desired_inferior): Renamed as...
898 (set_desired_thread): New declaration. All uses updated.
899 * server.c (myresume): Updated comment to reference thread instead
900 of inferior.
901 (handle_serial_event): Likewise.
902 (handle_target_event): Likewise.
903
904 2014-09-12 Tom Tromey <tromey@redhat.com>
905 Gary Benson <gbenson@redhat.com>
906
907 * regcache.h: Include common-regcache.h.
908 (regcache_read_pc): Don't declare.
909 * regcache.c (get_thread_regcache_for_ptid): New function.
910
911 2014-09-11 Tom Tromey <tromey@redhat.com>
912 Gary Benson <gbenson@redhat.com>
913
914 * symbol.c: New file.
915 * Makefile.in (SFILES): Add symbol.c.
916 (OBS): Add symbol.o.
917
918 2014-09-11 Gary Benson <gbenson@redhat.com>
919
920 * target.c (target_stop_ptid, target_continue_ptid): New
921 functions.
922
923 2014-09-11 Tom Tromey <tromey@redhat.com>
924 Gary Benson <gbenson@redhat.com>
925
926 * target.h: Include target/target.h.
927 * target.c (target_read_memory, target_read_uint32)
928 (target_write_memory): New functions.
929
930 2014-09-11 Gary Benson <gbenson@redhat.com>
931
932 * server.h (debug_hw_points): Don't declare.
933 * server.c (debug_hw_points): Don't define. Replace all uses
934 with show_debug_regs.
935 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
936 all uses with show_debug_regs.
937
938 2014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
939
940 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
941 endianness into account.
942 (ppc_supply_ptrace_register): Likewise.
943
944 2014-09-03 James Hogan <james.hogan@imgtec.com>
945
946 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
947 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
948
949 2014-09-03 Gary Benson <gbenson@redhat.com>
950
951 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
952 ALL_DEBUG_ADDRESS_REGISTERS.
953
954 2014-09-02 Gary Benson <gbenson@redhat.com>
955
956 * i386-low.h: Renamed as...
957 * x86-low.h: New file. All type, function and variable name
958 prefixes changed from "i386_" to "x86_". All references updated.
959 * i386-low.c: Renamed as...
960 * x86-low.c: New file. All type, function and variable name
961 prefixes changed from "i386_" to "x86_". All references updated.
962
963 2014-09-02 Gary Benson <gbenson@redhat.com>
964
965 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
966 (x86_linux_new_thread): Likewise.
967
968 2014-08-29 Gary Benson <gbenson@redhat.com>
969
970 * server.h (setjmp.h): Do not include.
971 (toplevel): Do not declare.
972 (common-exceptions.h): Include.
973 (cleanups.h): Likewise.
974 * server.c (toplevel): Do not define.
975 (exit_code): New static global.
976 (detach_or_kill_for_exit_cleanup): New function.
977 (main): New function. Original main renamed to...
978 (captured_main): New function.
979 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
980
981 2014-08-29 Gary Benson <gbenson@redhat.com>
982
983 * Makefile.in (SFILES): Add common/common-exceptions.c.
984 (OBS): Add common-exceptions.o.
985 (common-exceptions.o): New rule.
986 * utils.c (prepare_to_throw_exception): New function.
987
988 2014-08-29 Gary Benson <gbenson@redhat.com>
989
990 * config.in: Regenerate.
991 * configure: Likewise.
992
993 2014-08-29 Gary Benson <gbenson@redhat.com>
994
995 * Makefile.in (SFILES): Add common/cleanups.c.
996 (OBS): cleanups.o.
997 (cleanups.o): New rule.
998
999 2014-08-29 Gary Benson <gbenson@redhat.com>
1000
1001 * utils.c (internal_vwarning): New function.
1002
1003 2014-08-28 Gary Benson <gbenson@redhat.com>
1004
1005 * utils.h (fatal): Remove declaration.
1006 * utils.c (fatal): Remove function.
1007
1008 2014-08-28 Gary Benson <gbenson@redhat.com>
1009
1010 * tracepoint.c (gdb_agent_init): Replace fatal with
1011 perror_with_name.
1012 (initialize_tracepoint): Likewise.
1013
1014 2014-08-28 Gary Benson <gbenson@redhat.com>
1015
1016 * remote-utils.c (remote_prepare): Replace fatal with error.
1017
1018 2014-08-28 Gary Benson <gbenson@redhat.com>
1019
1020 * linux-low.c (linux_async): Replace fatal with warning.
1021 Tidy up and return.
1022 (linux_start_non_stop): Return -1 if linux_async failed.
1023
1024 2014-08-28 Gary Benson <gbenson@redhat.com>
1025
1026 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1027 gdb_assert.
1028 (i386_dr_low_get_addr): Remove vague comment.
1029 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1030 gdb_assert.
1031
1032 2014-08-28 Gary Benson <gbenson@redhat.com>
1033
1034 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1035 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1036 internal_error.
1037 (linux_resume_one_lwp): Likewise.
1038 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1039 gdb_assert.
1040 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1041 with internal_error.
1042 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1043 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1044 (find_register_by_name): Replace fatal with internal_error.
1045 (find_regno): Likewise.
1046 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1047 * thread-db.c (thread_db_create_event): Likewise.
1048 (thread_db_load_search): Likewise.
1049 (try_thread_db_load_1): Likewise.
1050 * tracepoint.c (get_jump_space_head): Replace fatal with
1051 internal_error.
1052 (claim_trampoline_space): Likewise.
1053 (have_fast_tracepoint_trampoline_buffer): Likewise.
1054 (cmd_qtstart): Likewise.
1055 (stop_tracing): Likewise.
1056 (fast_tracepoint_collecting): Likewise.
1057 (target_malloc): Likewise.
1058 (download_tracepoint): Likewise.
1059 (download_trace_state_variables): Replace check with gdb_assert.
1060 (upload_fast_traceframes): Replace fatal with internal_error.
1061
1062 2014-08-19 Tom Tromey <tromey@redhat.com>
1063 Gary Benson <gbenson@redhat.com>
1064
1065 * Makefile.in (SFILES): Add common/common-debug.c.
1066 (OBS): Add common-debug.o.
1067 (common-debug.o): New rule.
1068 * debug.h (debug_printf): Don't declare.
1069 * debug.c (debug_printf): Renamed and rewritten as...
1070 (debug_vprintf): New function.
1071
1072 2014-08-19 Gary Benson <gbenson@redhat.com>
1073
1074 * utils.h: Do not include print-utils.h.
1075
1076 2014-08-19 Tom Tromey <tromey@redhat.com>
1077 Gary Benson <gbenson@redhat.com>
1078
1079 * server.h: Add static assertion.
1080 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1081
1082 2014-08-19 Tom Tromey <tromey@redhat.com>
1083 Gary Benson <gbenson@redhat.com>
1084
1085 * Makefile.in (SFILES): Add common/errors.c.
1086 (OBS): Add errors.o.
1087 (IPA_OBS): Add errors-ipa.o.
1088 (errors.o): New rule.
1089 (errors-ipa.o): Likewise.
1090 * utils.h (perror_with_name, error, warning): Don't declare.
1091 * utils.c (warning): Renamed and rewritten as...
1092 (vwarning): New function.
1093 (error): Renamed and rewritten as...
1094 (verror): New function.
1095 (internal_error): Renamed and rewritten as...
1096 (internal_verror): New function.
1097
1098 2014-08-07 Gary Benson <gbenson@redhat.com>
1099
1100 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1101 * configure: Regenerate.
1102 * config.in: Likewise.
1103 * server.h: Do not include errno.h.
1104 * event-loop.c: Likewise.
1105 * hostio-errno.c: Likewise.
1106 * linux-low.c: Likewise.
1107 * remote-utils.c: Likewise.
1108 * spu-low.c: Likewise.
1109 * utils.c: Likewise.
1110 * gdbreplay.c: Unconditionally include errno.h.
1111
1112 2014-08-07 Gary Benson <gbenson@redhat.com>
1113
1114 * server.h: Do not include string.h.
1115 * event-loop.c: Likewise.
1116 * linux-low.c: Likewise.
1117 * regcache.c: Likewise.
1118 * remote-utils.c: Likewise.
1119 * spu-low.c: Likewise.
1120 * utils.c: Likewise.
1121
1122 2014-08-07 Gary Benson <gbenson@redhat.com>
1123
1124 * server.h: Do not include gdb_assert.h.
1125
1126 2014-08-07 Gary Benson <gbenson@redhat.com>
1127
1128 * server.h: Do not include common-utils.h.
1129
1130 2014-08-07 Gary Benson <gbenson@redhat.com>
1131
1132 * server.h: Do not include ptid.h.
1133 * notif.h: Likewise.
1134
1135 2014-08-07 Gary Benson <gbenson@redhat.com>
1136
1137 * server.h: Do not include gdb_locale.h.
1138
1139 2014-08-07 Gary Benson <gbenson@redhat.com>
1140
1141 * server.h: Do not include gdb/signals.h.
1142 * win32-low.c: Likewise.
1143
1144 2014-08-07 Gary Benson <gbenson@redhat.com>
1145
1146 * server.h: Do not include pathmax.h.
1147
1148 2014-08-07 Gary Benson <gbenson@redhat.com>
1149
1150 * server.h: Do not include libiberty.h.
1151 * linux-bfin-low.c: Likewise.
1152
1153 2014-08-07 Gary Benson <gbenson@redhat.com>
1154
1155 * server.h: Do not include ansidecl.h.
1156
1157 2014-08-07 Gary Benson <gbenson@redhat.com>
1158
1159 * linux-x86-low.c: Do not include stddef.h.
1160 * lynx-ppc-low.c: Likewise.
1161 * tracepoint.c: Likewise.
1162
1163 2014-08-07 Gary Benson <gbenson@redhat.com>
1164
1165 * server.h: Do not include stdarg.h.
1166 * nto-low.c: Likewise.
1167
1168 2014-08-07 Gary Benson <gbenson@redhat.com>
1169
1170 * server.h: Do not include stdlib.h.
1171 * inferiors.c: Likewise.
1172 * linux-low.c: Likewise.
1173 * regcache.c: Likewise.
1174 * spu-low.c: Likewise.
1175 * tracepoint.c: Likewise.
1176 * utils.c: Likewise.
1177
1178 2014-08-07 Gary Benson <gbenson@redhat.com>
1179
1180 * server.h: Do not include stdio.h.
1181 * linux-low.c: Likewise.
1182 * remote-utils.c: Likewise.
1183 * spu-low.c: Likewise.
1184 * utils.c: Likewise.
1185 * wincecompat.c: Likewise.
1186
1187 2014-08-06 Gary Benson <gbenson@redhat.com>
1188
1189 * regcache.c (init_register_cache): Move conditionals inside if.
1190
1191 2014-08-06 Gary Benson <gbenson@redhat.com>
1192
1193 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
1194
1195 2014-07-31 Gary Benson <gbenson@redhat.com>
1196
1197 * ax.h: Do not include server.h.
1198 * gdbthread.h: Likewise.
1199 * lynx-low.h: Likewise.
1200 * notif.h: Likewise.
1201
1202 2014-07-30 Gary Benson <gbenson@redhat.com>
1203
1204 * server.h: Include common-defs.h.
1205 Do not include config.h or build-gnulib-gdbserver/config.h.
1206
1207 2014-07-30 Gary Benson <gbenson@redhat.com>
1208
1209 * hostio-errno.c: Move server.h to top of includes list.
1210 * inferiors.c: Likewise.
1211 * linux-x86-low.c: Likewise.
1212 * notif.c: Include server.h.
1213
1214 2014-07-24 Tom Tromey <tromey@redhat.com>
1215 Gary Benson <gbenson@redhat.com>
1216
1217 * server.h (CORE_ADDR): Now unsigned.
1218
1219 2014-07-16 Pedro Alves <palves@redhat.com>
1220
1221 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
1222
1223 2014-07-15 Pedro Alves <palves@redhat.com>
1224
1225 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
1226 copy.
1227
1228 2014-07-11 Pedro Alves <palves@redhat.com>
1229
1230 * linux-low.c (kill_wait_lwp): New function, based on
1231 kill_one_lwp_callback, but use my_waitpid directly.
1232 (kill_one_lwp_callback, linux_kill): Use it.
1233
1234 2014-06-23 Pedro Alves <palves@redhat.com>
1235
1236 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
1237 before setting DR0..DR3.
1238
1239 2014-06-20 Gary Benson <gbenson@redhat.com>
1240
1241 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
1242 * configure: Regenerated.
1243 * config.in: Likewise.
1244
1245 2014-06-20 Gary Benson <gbenson@redhat.com>
1246
1247 * Makefile.in (SFILES): Update locations for files moved
1248 from common to nat.
1249 (object file files): Reordered.
1250
1251 2014-06-20 Gary Benson <gbenson@redhat.com>
1252
1253 * i386-low.h (i386_dr_low_can_set_addr): Removed.
1254 (i386_dr_low_set_addr): Likewise.
1255 (i386_dr_low_get_addr): Likewise.
1256 (i386_dr_low_can_set_control): Likewise.
1257 (i386_dr_low_set_control): Likewise.
1258 (i386_dr_low_get_control): Likewise.
1259 (i386_dr_low_get_status): Likewise.
1260 (i386_get_debug_register_length): Likewise.
1261 * linux-x86-low.c (i386_dr_low_set_addr):
1262 Changed signature. Made static.
1263 (i386_dr_low_get_addr): Likewise.
1264 (i386_dr_low_set_control): Likewise.
1265 (i386_dr_low_get_control): Likewise.
1266 (i386_dr_low_get_status): Likewise.
1267 (i386_dr_low): New global variable.
1268 * win32-i386-low.c (i386_dr_low_set_addr):
1269 Changed signature. Made static.
1270 (i386_dr_low_get_addr): Likewise.
1271 (i386_dr_low_set_control): Likewise.
1272 (i386_dr_low_get_control): Likewise.
1273 (i386_dr_low_get_status): Likewise.
1274 (i386_dr_low): New global variable.
1275
1276 2014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
1277
1278 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
1279 * Makefile.in (AR, AR_FLAGS): Define.
1280 * configure: Regenerate.
1281
1282 2014-06-19 Gary Benson <gbenson@redhat.com>
1283
1284 * Makefile.in (i386-dregs.o): New rule.
1285 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
1286 * i386-low.c (target.h): Remove include.
1287 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
1288 (DR_CONTROL_SHIFT): Likewise.
1289 (DR_CONTROL_SIZE): Likewise.
1290 (DR_RW_EXECUTE): Likewise.
1291 (DR_RW_WRITE): Likewise.
1292 (DR_RW_READ): Likewise.
1293 (DR_RW_IORW): Likewise.
1294 (DR_LEN_1): Likewise.
1295 (DR_LEN_2): Likewise.
1296 (DR_LEN_4): Likewise.
1297 (DR_LEN_8): Likewise.
1298 (DR_LOCAL_ENABLE_SHIFT): Likewise.
1299 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
1300 (DR_ENABLE_SIZE): Likewise.
1301 (DR_LOCAL_SLOWDOWN): Likewise.
1302 (DR_GLOBAL_SLOWDOWN): Likewise.
1303 (DR_CONTROL_RESERVED): Likewise.
1304 (I386_DR_CONTROL_MASK): Likewise.
1305 (I386_DR_VACANT): Likewise.
1306 (I386_DR_LOCAL_ENABLE): Likewise.
1307 (I386_DR_GLOBAL_ENABLE): Likewise.
1308 (I386_DR_DISABLE): Likewise.
1309 (I386_DR_SET_RW_LEN): Likewise.
1310 (I386_DR_GET_RW_LEN): Likewise.
1311 (I386_DR_WATCH_HIT): Likewise.
1312 (i386_wp_op_t): Likewise.
1313 (i386_show_dr): Likewise.
1314 (i386_length_and_rw_bits): Likewise.
1315 (i386_insert_aligned_watchpoint): Likewise.
1316 (i386_remove_aligned_watchpoint): Likewise.
1317 (i386_handle_nonaligned_watchpoint): Likewise.
1318 i386_update_inferior_debug_regs(): Likewise.
1319 (i386_dr_insert_watchpoint): Likewise.
1320 (i386_dr_remove_watchpoint): Likewise.
1321 (i386_dr_region_ok_for_watchpoint): Likewise.
1322 (i386_dr_stopped_data_address): Likewise.
1323 (i386_dr_stopped_by_watchpoint): Likewise.
1324
1325 2014-06-19 Gary Benson <gbenson@redhat.com>
1326
1327 * i386-low.c (i386_dr_show): Renamed to
1328 i386_show_dr and made static. All uses updated.
1329 (i386_dr_length_and_rw_bits): Renamed to
1330 i386_length_and_rw_bits and made static.
1331 All uses updated.
1332 (i386_dr_insert_aligned_watchpoint): Renamed to
1333 i386_insert_aligned_watchpoint and made static.
1334 All uses updated.
1335 (i386_dr_remove_aligned_watchpoint): Renamed to
1336 i386_remove_aligned_watchpoint and made static.
1337 All uses updated.
1338 (i386_dr_update_inferior_debug_regs): Renamed to
1339 i386_update_inferior_debug_regs and made static.
1340 All uses updated.
1341
1342 2014-06-18 Gary Benson <gbenson@redhat.com>
1343
1344 * i386-low.h (i386_dr_low_can_set_addr): New macro.
1345 (i386_dr_low_can_set_control): Likewise.
1346 (i386_get_debug_register_length): Likewise.
1347 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
1348 (i386_dr_low_can_set_control): Likewise.
1349 (i386_get_debug_register_length): Likewise.
1350
1351 2014-06-17 Gary Benson <gbenson@redhat.com>
1352
1353 * i386-low.h (i386-dregs.h): New include.
1354 (DR_FIRSTADDR): Now in i386-dregs.h.
1355 (DR_LASTADDR): Likewise.
1356 (DR_NADDR): Likewise.
1357 (DR_STATUS): Likewise.
1358 (DR_CONTROL): Likewise.
1359 (i386_debug_reg_state): Likewise.
1360 (i386_dr_insert_watchpoint): Likewise.
1361 (i386_dr_remove_watchpoint): Likewise.
1362 (i386_dr_region_ok_for_watchpoint): Likewise.
1363 (i386_dr_stopped_data_address): Likewise.
1364 (i386_dr_stopped_by_watchpoint): Likewise.
1365 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
1366
1367 2014-06-18 Gary Benson <gbenson@redhat.com>
1368
1369 * i386-low.h (i386_low_insert_watchpoint): Renamed to
1370 i386_dr_insert_watchpoint.
1371 (i386_low_remove_watchpoint): Renamed to
1372 i386_dr_remove_watchpoint.
1373 (i386_low_region_ok_for_watchpoint): Renamed to
1374 i386_dr_region_ok_for_watchpoint.
1375 (i386_low_stopped_data_address): Renamed to
1376 i386_dr_stopped_data_address.
1377 (i386_low_stopped_by_watchpoint): Renamed to
1378 i386_dr_stopped_by_watchpoint.
1379 * i386-low.c (i386_show_dr): Renamed to
1380 i386_dr_show and made nonstatic. All uses updated.
1381 (i386_length_and_rw_bits): Renamed to
1382 i386_dr_length_and_rw_bits and made nonstatic.
1383 All uses updated.
1384 (i386_insert_aligned_watchpoint): Renamed to
1385 i386_dr_insert_aligned_watchpoint and made nonstatic.
1386 All uses updated.
1387 (i386_remove_aligned_watchpoint): Renamed to
1388 i386_dr_remove_aligned_watchpoint and made nonstatic.
1389 All uses updated.
1390 (i386_update_inferior_debug_regs): Renamed to
1391 i386_dr_update_inferior_debug_regs and made nonstatic.
1392 All uses updated.
1393 (i386_low_insert_watchpoint): Renamed to
1394 i386_dr_insert_watchpoint. All uses updated.
1395 (i386_low_remove_watchpoint): Renamed to
1396 i386_dr_remove_watchpoint. All uses updated.
1397 (i386_low_region_ok_for_watchpoint): Renamed to
1398 i386_dr_region_ok_for_watchpoint. All uses updated.
1399 (i386_low_stopped_data_address): Renamed to
1400 i386_dr_stopped_data_address. All uses updated.
1401 (i386_low_stopped_by_watchpoint): Renamed to
1402 i386_dr_stopped_by_watchpoint. All uses updated.
1403
1404 2014-06-18 Gary Benson <gbenson@redhat.com>
1405
1406 * i386-low.c (i386_dr_low_can_set_addr): New macro.
1407 (i386_dr_low_can_set_control): Likewise.
1408 (i386_insert_aligned_watchpoint): New check.
1409
1410 2014-06-18 Gary Benson <gbenson@redhat.com>
1411
1412 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
1413 Renamed to state.
1414
1415 2014-06-18 Gary Benson <gbenson@redhat.com>
1416
1417 * i386-low.c (i386_length_and_rw_bits): Use internal_error
1418 instead of fatal and error.
1419 (i386_handle_nonaligned_watchpoint): Likewise.
1420
1421 2014-06-18 Gary Benson <gbenson@redhat.com>
1422
1423 * i386-low.c (i386_get_debug_register_length): New macro.
1424 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
1425 (i386_show_dr): Use debug_printf instead of fprintf. Use
1426 phex to format values.
1427
1428 2014-06-18 Gary Benson <gbenson@redhat.com>
1429
1430 * i386-low.h: Comment changes.
1431 * i386-low.c: Likewise.
1432
1433 2014-06-18 Gary Benson <gbenson@redhat.com>
1434
1435 * i386-low.c: Whitespace changes.
1436
1437 2014-06-12 Tom Tromey <tromey@redhat.com>
1438
1439 * utils.c (freeargv): Remove.
1440
1441 2014-06-12 Tom Tromey <tromey@redhat.com>
1442
1443 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
1444 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
1445 (parse_debug_format_options): Likewise.
1446 (gdbserver_usage): Likewise.
1447 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
1448 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
1449 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
1450 against libiberty.
1451 ($(LIBGNU)): Depend on libiberty.
1452 (all-lib): Recurse into all subdirs.
1453 (install-only): Invoke "install" target in subdirs.
1454 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
1455 targets.
1456 * configure: Rebuild.
1457 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
1458 for vasprintf, vsnprintf, or gettimeofday.
1459 * configure.srv: Don't add safe-ctype.o or lbasename.o to
1460 srv_tgtobj.
1461
1462 2014-06-05 Joel Brobecker <brobecker@adacore.com>
1463
1464 * development.sh: Delete.
1465 * Makefile.in (config.status): Adjust dependency on development.sh.
1466 * configure.ac: Adjust development.sh source call.
1467 * configure: Regenerate.
1468
1469 2014-06-02 Pedro Alves <palves@redhat.com>
1470
1471 * ax.c (gdb_free_agent_expr): New function.
1472 * ax.h (gdb_free_agent_expr): New declaration.
1473 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
1474 list.
1475 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
1476 static.
1477 (clear_breakpoint_conditions_and_commands): New function.
1478 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
1479 (clear_breakpoint_conditions_and_commands): New declaration.
1480
1481 2014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1482
1483 * linux-aarch64-low.c (asm/ptrace.h): Include.
1484
1485 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1486
1487 Fix TLS access for -static -pthread.
1488 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
1489 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
1490 (thread_db_load_search, try_thread_db_load_1): Initialize it.
1491
1492 2014-05-20 Pedro Alves <palves@redhat.com>
1493
1494 * linux-aarch64-low.c (aarch64_insert_point)
1495 (aarch64_remove_point): No longer check whether the type is
1496 supported here. Adjust to new interface.
1497 (the_low_target): Install aarch64_supports_z_point_type as
1498 supports_z_point_type method.
1499 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
1500 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
1501 instead of a Z packet char. Adjust.
1502 (arm_supports_z_point_type): New function.
1503 (arm_insert_point, arm_remove_point): Adjust to new interface.
1504 (the_low_target): Install arm_supports_z_point_type.
1505 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
1506 (cris_insert_point, cris_remove_point): Adjust to new interface.
1507 Don't check whether the type is supported here.
1508 (the_low_target): Install cris_supports_z_point_type.
1509 * linux-low.c (linux_supports_z_point_type): New function.
1510 (linux_insert_point, linux_remove_point): Adjust to new interface.
1511 * linux-low.h (struct linux_target_ops) <insert_point,
1512 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
1513 raw_breakpoint pointer parameter.
1514 <supports_z_point_type>: New method.
1515 * linux-mips-low.c (mips_supports_z_point_type): New function.
1516 (mips_insert_point, mips_remove_point): Adjust to new interface.
1517 Use mips_supports_z_point_type.
1518 (the_low_target): Install mips_supports_z_point_type.
1519 * linux-ppc-low.c (the_low_target): Install NULL as
1520 supports_z_point_type method.
1521 * linux-s390-low.c (the_low_target): Install NULL as
1522 supports_z_point_type method.
1523 * linux-sparc-low.c (the_low_target): Install NULL as
1524 supports_z_point_type method.
1525 * linux-x86-low.c (x86_supports_z_point_type): New function.
1526 (x86_insert_point): Adjust to new insert_point interface. Use
1527 insert_memory_breakpoint. Adjust to new
1528 i386_low_insert_watchpoint interface.
1529 (x86_remove_point): Adjust to remove_point interface. Use
1530 remove_memory_breakpoint. Adjust to new
1531 i386_low_remove_watchpoint interface.
1532 (the_low_target): Install x86_supports_z_point_type.
1533 * lynx-low.c (lynx_target_ops): Install NULL as
1534 supports_z_point_type callback.
1535 * nto-low.c (nto_supports_z_point_type): New.
1536 (nto_insert_point, nto_remove_point): Adjust to new interface.
1537 (nto_target_ops): Install nto_supports_z_point_type.
1538 * mem-break.c: Adjust intro comment.
1539 (struct raw_breakpoint) <raw_type, size>: New fields.
1540 <inserted>: Update comment.
1541 <shlib_disabled>: Delete field.
1542 (enum bkpt_type) <gdb_breakpoint>: Delete value.
1543 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
1544 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
1545 (raw_bkpt_type_to_target_hw_bp_type): New function.
1546 (find_enabled_raw_code_breakpoint_at): New function.
1547 (find_raw_breakpoint_at): New type and size parameters. Use them.
1548 (insert_memory_breakpoint): New function, based off
1549 set_raw_breakpoint_at.
1550 (remove_memory_breakpoint): New function.
1551 (set_raw_breakpoint_at): Reimplement.
1552 (set_breakpoint): New, based on set_breakpoint_at.
1553 (set_breakpoint_at): Reimplement.
1554 (delete_raw_breakpoint): Go through the_target->remove_point
1555 instead of assuming memory breakpoints.
1556 (find_gdb_breakpoint_at): Delete.
1557 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
1558 (find_gdb_breakpoint): New function.
1559 (set_gdb_breakpoint_at): Delete.
1560 (z_type_supported): New function.
1561 (set_gdb_breakpoint_1): New function, loosely based off
1562 set_gdb_breakpoint_at.
1563 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
1564 (delete_gdb_breakpoint_at): Delete.
1565 (delete_gdb_breakpoint_1): New function, loosely based off
1566 delete_gdb_breakpoint_at.
1567 (delete_gdb_breakpoint): New function.
1568 (clear_gdb_breakpoint_conditions): Rename to ...
1569 (clear_breakpoint_conditions): ... this. Don't handle a NULL
1570 breakpoint.
1571 (add_condition_to_breakpoint): Make static.
1572 (add_breakpoint_condition): Take a struct breakpoint pointer
1573 instead of an address. Adjust.
1574 (gdb_condition_true_at_breakpoint): Rename to ...
1575 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
1576 z_type parameter.
1577 (gdb_condition_true_at_breakpoint): Reimplement.
1578 (add_breakpoint_commands): Take a struct breakpoint pointer
1579 instead of an address. Adjust.
1580 (gdb_no_commands_at_breakpoint): Rename to ...
1581 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
1582 parameter. Return true if no breakpoint was found. Change debug
1583 output.
1584 (gdb_no_commands_at_breakpoint): Reimplement.
1585 (run_breakpoint_commands): Rename to ...
1586 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
1587 and change return type to boolean.
1588 (run_breakpoint_commands): New function.
1589 (gdb_breakpoint_here): Also check for Z1 breakpoints.
1590 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
1591 breakpoint. Go through the_target->remove_point instead of
1592 assuming memory breakpoint.
1593 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
1594 software and hardware breakpoints.
1595 (reinsert_raw_breakpoint): Go through the_target->insert_point
1596 instead of assuming memory breakpoint.
1597 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
1598 software and hardware breakpoints.
1599 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
1600 Check both software and hardware breakpoints.
1601 (validate_inserted_breakpoint): Assert the breakpoint is a
1602 software breakpoint. Set the inserted flag to -1 instead of
1603 setting shlib_disabled.
1604 (delete_disabled_breakpoints): Adjust.
1605 (validate_breakpoints): Only validate software breakpoints.
1606 Adjust to inserted flag change.
1607 (check_mem_read, check_mem_write): Skip breakpoint types other
1608 than software breakpoints. Adjust to inserted flag change.
1609 * mem-break.h (enum raw_bkpt_type): New enum.
1610 (raw_breakpoint, struct process_info): Forward declare.
1611 (Z_packet_to_target_hw_bp_type): Delete declaration.
1612 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
1613 (set_gdb_breakpoint, delete_gdb_breakpoint)
1614 (clear_breakpoint_conditions): New declarations.
1615 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
1616 (breakpoint_inserted_here): Update comment.
1617 (add_breakpoint_condition, add_breakpoint_commands): Replace
1618 address parameter with a breakpoint pointer parameter.
1619 (gdb_breakpoint_here): Update comment.
1620 (delete_gdb_breakpoint_at): Delete.
1621 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
1622 * server.c (process_point_options): Take a struct breakpoint
1623 pointer instead of an address. Adjust.
1624 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
1625 delete_gdb_breakpoint.
1626 * spu-low.c (spu_target_ops): Install NULL as
1627 supports_z_point_type method.
1628 * target.h: Include mem-break.h.
1629 (struct target_ops) <prepare_to_access_memory>: Update comment.
1630 <supports_z_point_type>: New field.
1631 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1632 instead of a char. Also take a raw breakpoint pointer.
1633 * win32-arm-low.c (the_low_target): Install NULL as
1634 supports_z_point_type.
1635 * win32-i386-low.c (i386_supports_z_point_type): New function.
1636 (i386_insert_point, i386_remove_point): Adjust to new interface.
1637 (the_low_target): Install i386_supports_z_point_type.
1638 * win32-low.c (win32_supports_z_point_type): New function.
1639 (win32_insert_point, win32_remove_point): Adjust to new interface.
1640 (win32_target_ops): Install win32_supports_z_point_type.
1641 * win32-low.h (struct win32_target_ops):
1642 <supports_z_point_type>: New method.
1643 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1644 instead of a char. Also take a raw breakpoint pointer.
1645
1646 2014-05-20 Pedro Alves <palves@redhat.com>
1647
1648 * mem-break.h: Include break-common.h.
1649 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1650 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
1651 (Z_packet_to_target_hw_bp_type): New declaration.
1652 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
1653 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
1654 (Z_PACKET_ACCESS_WP): Delete macros.
1655 (Z_packet_to_hw_type): Delete function.
1656 * i386-low.h: Don't include break-common.h here.
1657 (Z_packet_to_hw_type): Delete declaration.
1658 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
1659 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1660 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
1661 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1662 * linux-aarch64-low.c: Don't include break-common.h here.
1663 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1664 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
1665 (Z_packet_to_target_hw_bp_type): Delete function.
1666 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
1667 function.
1668 (mips_insert_point, mips_remove_point): Use
1669 Z_packet_to_target_hw_bp_type.
1670
1671 2014-05-20 Pedro Alves <palves@redhat.com>
1672
1673 * linux-aarch64-low.c: Include break-common.h.
1674 (enum target_point_type): Delete.
1675 (Z_packet_to_point_type): Rename to ...
1676 (Z_packet_to_target_hw_bp_type): ... this, and return a
1677 target_hw_bp_type instead.
1678 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
1679 instead of an enum target_point_type.
1680 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
1681 breakpoint type.
1682 (aarch64_dr_state_insert_one_point)
1683 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
1684 (aarch64_handle_aligned_watchpoint)
1685 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
1686 Take an enum target_hw_bp_type instead of an enum
1687 target_point_type.
1688 (aarch64_supports_z_point_type): New function.
1689 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
1690 use Z_packet_to_target_hw_bp_type.
1691
1692 2014-05-20 Joel Brobecker <brobecker@adacore.com>
1693
1694 * configure.ac: Only use -Werror by default when DEVELOPMENT
1695 is true.
1696 * configure: Regenerate.
1697
1698 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1699
1700 Fix gdbserver qGetTLSAddr for x86_64 -m32.
1701 * linux-x86-low.c (X86_64_USER_REGS): New.
1702 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
1703
1704 2014-04-28 Yao Qi <yao@codesourcery.com>
1705
1706 * Makefile.in (i386-avx512.c): Fix the typo of generated file
1707 name.
1708
1709 2014-04-25 Pedro Alves <palves@redhat.com>
1710
1711 PR server/16255
1712 * linux-low.c (linux_attach_fail_reason_string): New function.
1713 (linux_attach_lwp): Delete.
1714 (linux_attach_lwp_1): Rename to ...
1715 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
1716 argument. Remove "initial" parameter. Return int instead of
1717 void. Don't error or warn here.
1718 (linux_attach): Adjust to call linux_attach_lwp. Call error on
1719 failure to attach to the tgid. Call warning when failing to
1720 attach to an lwp.
1721 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
1722 argument. Remove "initial" parameter. Return int instead of
1723 void. Don't error or warn here.
1724 (linux_attach_fail_reason_string): New declaration.
1725 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
1726 interface change. Use linux_attach_fail_reason_string.
1727
1728 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
1729 Walfred Tedeschi <walfred.tedeschi@intel.com>
1730
1731 * Makefile.in: Added rules to handle new files
1732 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
1733 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
1734 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
1735 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
1736 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
1737 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
1738 x32-avx512-linux.o.
1739 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
1740 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
1741 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
1742 i386/x32-avx512.xml.
1743 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
1744 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
1745 i386/x32-avx512-linux.xml.
1746 * i387-fp.c (num_avx512_k_registers): New constant for number
1747 of K registers.
1748 (num_avx512_zmmh_low_registers): New constant for number of
1749 lower ZMM registers (0-15).
1750 (num_avx512_zmmh_high_registers): New constant for number of
1751 higher ZMM registers (16-31).
1752 (num_avx512_ymmh_registers): New contant for number of higher
1753 YMM registers (ymm16-31 added by avx521 on x86_64).
1754 (num_avx512_xmm_registers): New constant for number of higher
1755 XMM registers (xmm16-31 added by AVX512 on x86_64).
1756 (struct i387_xsave): Add space for AVX512 registers.
1757 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
1758 Add code to handle AVX512 registers.
1759 (i387_xsave_to_cache): Add code to handle AVX512 registers.
1760 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
1761 prototypei from generated file.
1762 (tdesc_amd64_avx512_linux): Likewise.
1763 (init_registers_x32_avx512_linux): Likewise.
1764 (tdesc_x32_avx512_linux): Likewise.
1765 (init_registers_i386_avx512_linux): Likewise.
1766 (tdesc_i386_avx512_linux): Likewise.
1767 (x86_64_regmap): Add AVX512 registers.
1768 (x86_linux_read_description): Add code to handle AVX512 XSTATE
1769 mask.
1770 (initialize_low_arch): Add code to initialize AVX512 registers.
1771
1772 2014-04-23 Pedro Alves <palves@redhat.com>
1773
1774 * mem-break.c (find_gdb_breakpoint_at): Make static.
1775 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
1776
1777 2014-04-23 Pedro Alves <palves@redhat.com>
1778
1779 * i386-low.c: Don't include break-common.h here.
1780 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1781 prototype to take target_hw_bp_type as argument instead of a Z
1782 packet char.
1783 * i386-low.h: Include break-common.h here.
1784 (Z_packet_to_hw_type): Declare.
1785 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1786 prototypes.
1787 * linux-x86-low.c (x86_insert_point): Convert the packet number to
1788 a target_hw_bp_type before calling i386_low_insert_watchpoint.
1789 (x86_remove_point): Convert the packet number to a
1790 target_hw_bp_type before calling i386_low_remove_watchpoint.
1791 * win32-i386-low.c (i386_insert_point): Convert the packet number
1792 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
1793 (i386_remove_point): Convert the packet number to a
1794 target_hw_bp_type before calling i386_low_remove_watchpoint.
1795
1796 2014-04-23 Pedro Alves <palves@redhat.com>
1797
1798 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
1799
1800 2014-04-10 Pedro Alves <palves@redhat.com>
1801
1802 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
1803 Check if the condition or command is NULL before checking if the
1804 breakpoint is known. On success, return true.
1805 * mem-break.h (add_breakpoint_condition): Document return.
1806 (add_breakpoint_commands): Add describing comment.
1807 * server.c (skip_to_semicolon): New function.
1808 (process_point_options): Use it.
1809
1810 2014-04-09 Pedro Alves <palves@redhat.com>
1811
1812 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
1813 to lwpid_of.
1814
1815 2014-02-27 Pedro Alves <palves@redhat.com>
1816
1817 PR 12702
1818 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
1819 macros.
1820 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
1821 output.
1822 (last_thread_of_process_p): Take a PID argument instead of a
1823 thread pointer.
1824 (linux_wait_for_lwp): Delete.
1825 (num_lwps, check_zombie_leaders, not_stopped_callback): New
1826 functions.
1827 (linux_low_filter_event): New function, party factored out from
1828 linux_wait_for_event.
1829 (linux_wait_for_event): Rename to ...
1830 (linux_wait_for_event_filtered): ... this. Add new filter ptid
1831 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
1832 sigsuspend. Check for zombie leaders.
1833 (linux_wait_for_event): Reimplement as wrapper around
1834 linux_wait_for_event_filtered.
1835 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
1836 a normal or signal exit is seen, it's the whole process exiting.
1837 (wait_for_sigstop): No longer a for_each_inferior callback.
1838 Rewrite on top of linux_wait_for_event_filtered.
1839 (stop_all_lwps): Call wait_for_sigstop directly.
1840 * server.c (resume, handle_target_event): Handle
1841 TARGET_WAITKIND_NO_RESUMED.
1842
1843 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1844
1845 * win32-low.c (psapi_get_dll_name,
1846 * win32_CreateToolhelp32Snapshot): Delete.
1847 (win32_CreateToolhelp32Snapshot, win32_Module32First)
1848 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
1849 Delete.
1850 (handle_load_dll): Add function description.
1851 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
1852
1853 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1854
1855 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
1856 Add comment.
1857 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
1858 base address when calling win32_add_one_solib.
1859 (handle_load_dll): Delete local variable load_addr.
1860 Remove 0x1000 offset applied to DLL base address when calling
1861 win32_add_one_solib.
1862 (handle_unload_dll): Add comment.
1863
1864 2014-02-26 Joel Brobecker <brobecker@adacore.com>
1865
1866 * win32-low.c (win32_add_all_dlls): Renames
1867 win32_ensure_ntdll_loaded. Rewrite function documentation.
1868 Adjust implementation to always load all DLLs.
1869 Add 0x1000 offset to DLL base address when calling
1870 win32_add_one_solib.
1871 (child_initialization_done): New static global.
1872 (do_initial_child_stuff): Set child_initialization_done to
1873 zero during child initialization, and 1 after. Replace call
1874 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
1875 Add comment.
1876 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
1877 (handle_unload_dll): Add function documentation.
1878 (get_child_debug_event): Ignore load and unload DLL events
1879 during child initialization.
1880
1881 2014-02-20 Doug Evans <dje@google.com>
1882
1883 Remove global all_lwps.
1884 * inferiors.h (ptid_of): Move here from linux-low.h.
1885 (pid_of, lwpid_of): Ditto.
1886 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
1887 parameter is a struct thread_info * now.
1888 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
1889 directly. Pass &all_threads to find_inferior instead of &all_lwps.
1890 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
1891 directly.
1892 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
1893 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
1894 * linux-arm-low.c (update_registers_callback): Update, "entry"
1895 parameter is a struct thread_info * now.
1896 Fetch lwpid from current_inferior directly.
1897 (arm_insert_point): Pass &all_threads to find_inferior instead of
1898 &all_lwps.
1899 (arm_remove_point): Ditto.
1900 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
1901 (arm_prepare_to_resume): Fetch pid from thread.
1902 (arm_read_description): Fetch lwpid from current_inferior directly.
1903 * linux-low.c (all_lwps): Delete.
1904 (delete_lwp): Delete call to remove_inferior.
1905 (handle_extended_wait): Fetch lwpid from thread.
1906 (add_lwp): Don't set lwp->entry.id. Remove call to
1907 add_inferior_to_list.
1908 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
1909 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
1910 (kill_one_lwp_callback): Ditto.
1911 (linux_kill): Don't dereference NULL pointer.
1912 Fetch ptid,lwpid from thread.
1913 (get_detach_signal): Fetch ptid from thread.
1914 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
1915 Simplify call to regcache_invalidate_thread.
1916 (delete_lwp_callback): Update, "entry" parameter is a
1917 struct thread_info * now. Fetch pid from thread.
1918 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
1919 (status_pending_p_callback): Update, "entry" parameter is a
1920 struct thread_info * now. Fetch ptid from thread.
1921 (find_lwp_pid): Update, "entry" parameter is a
1922 struct thread_info * now.
1923 (linux_wait_for_lwp): Fetch pid from thread.
1924 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
1925 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
1926 (enqueue_one_deferred_signal): Fetch lwpid from thread.
1927 (dequeue_one_deferred_signal): Ditto.
1928 (cancel_breakpoint): Fetch ptid from current_inferior.
1929 (linux_wait_for_event): Pass &all_threads to find_inferior,
1930 not &all_lwps. Fetch ptid, lwpid from thread.
1931 (count_events_callback): Update, "entry" parameter is a
1932 struct thread_info * now.
1933 (select_singlestep_lwp_callback): Ditto.
1934 (select_event_lwp_callback): Ditto.
1935 (cancel_breakpoints_callback): Ditto.
1936 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
1937 not &all_lwps.
1938 (select_event_lwp): Ditto. Fetch ptid from event_thread.
1939 (unsuspend_one_lwp): Update, "entry" parameter is a
1940 struct thread_info * now.
1941 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
1942 not &all_lwps.
1943 (linux_stabilize_threads): Ditto. And for for_each_inferior.
1944 Fetch lwpid from thread, not lwp.
1945 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
1946 Pass &all_threads to find_inferior, not &all_lwps.
1947 (send_sigstop): Fetch lwpid from thread, not lwp.
1948 (send_sigstop_callback): Update, "entry" parameter is a
1949 struct thread_info * now.
1950 (suspend_and_send_sigstop_callback): Ditto.
1951 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
1952 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
1953 struct thread_info * now.
1954 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
1955 from thread, lwp.
1956 (lwp_running): Update, "entry" parameter is a
1957 struct thread_info * now.
1958 (stop_all_lwps): Fetch ptid from thread.
1959 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
1960 (linux_resume_one_lwp): Fetch lwpid from thread.
1961 (linux_set_resume_request): Update, "entry" parameter is a
1962 struct thread_info * now. Fetch pid, lwpid from thread.
1963 (resume_status_pending_p): Update, "entry" parameter is a
1964 struct thread_info * now.
1965 (need_step_over_p): Ditto. Fetch lwpid from thread.
1966 (start_step_over): Fetch lwpid from thread.
1967 (linux_resume_one_thread): Update, "entry" parameter is a
1968 struct thread_info * now. Fetch lwpid from thread.
1969 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
1970 (proceed_one_lwp): Update, "entry" parameter is a
1971 struct thread_info * now. Fetch lwpid from thread.
1972 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
1973 struct thread_info * now.
1974 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
1975 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
1976 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
1977 directly.
1978 (regsets_store_inferior_registers): Ditto.
1979 (fetch_register, store_register): Ditto.
1980 (linux_read_memory, linux_write_memory): Ditto.
1981 (linux_request_interrupt): Ditto.
1982 (linux_read_auxv): Ditto.
1983 (linux_xfer_siginfo): Ditto.
1984 (linux_qxfer_spu): Ditto.
1985 (linux_qxfer_libraries_svr4): Ditto.
1986 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
1987 moved to inferiors.h.
1988 (get_lwp): Delete.
1989 (get_thread_lwp): Update.
1990 (struct lwp_info): Delete member "entry". Simplify comment for
1991 member "thread".
1992 (all_lwps): Delete.
1993 * linux-mips-low.c (mips_read_description): Fetch lwpid from
1994 current_inferior directly.
1995 (update_watch_registers_callback): Update, "entry" parameter is a
1996 struct thread_info * now. Fetch pid from thread.
1997 (mips_linux_prepare_to_resume): Fetch ptid from thread.
1998 (mips_insert_point): Fetch lwpid from current_inferior.
1999 Pass &all_threads to find_inferior, not &all_lwps.
2000 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2001 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2002 directly.
2003 (mips_stopped_data_address): Ditto.
2004 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2005 directly.
2006 * linux-tile-low.c (tile_arch_setup): Ditto.
2007 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2008 (update_debug_registers_callback): Update, "entry" parameter is a
2009 struct thread_info * now. Fetch pid from thread.
2010 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2011 Pass &all_threads to find_inferior, not &all_lwps.
2012 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2013 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2014 Pass &all_threads to find_inferior, not &all_lwps.
2015 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2016 (i386_dr_low_get_status): Ditto.
2017 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2018 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2019 (x86_linux_read_description): Ditto.
2020 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2021
2022 2014-02-20 Doug Evans <dje@google.com>
2023
2024 * inferiors.c (get_first_inferior): Fix buglet.
2025
2026 2014-02-19 Doug Evans <dje@google.com>
2027
2028 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2029 * inferiors.c (add_thread): Change result type to struct thread_info *.
2030 All callers updated.
2031 (add_lwp): Call add_thread here instead of in callers.
2032 All callers updated.
2033 * linux-low.h (get_lwp_thread): Rewrite.
2034 (struct lwp_info): New member "thread".
2035
2036 2014-02-19 Doug Evans <dje@google.com>
2037
2038 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2039 All callers updated.
2040
2041 2014-02-19 Doug Evans <dje@google.com>
2042
2043 * inferiors.c (add_thread): Fix whitespace.
2044
2045 2014-02-19 Doug Evans <dje@google.com>
2046
2047 * dll.c (clear_dlls): Replace accessing list implemention details
2048 with API function.
2049 * gdbthread.h (get_first_thread): Declare.
2050 * inferiors.c (for_each_inferior_with_data): New function.
2051 (get_first_thread): New function.
2052 (find_thread_ptid): Simplify.
2053 (get_first_inferior): New function.
2054 (clear_list): Delete.
2055 (one_inferior_p): New function.
2056 (clear_inferior_list): New function.
2057 (clear_inferiors): Update.
2058 * inferiors.h (for_each_inferior_with_data): Declare.
2059 (clear_inferior_list): Declare.
2060 (one_inferior_p): Declare.
2061 (get_first_inferior): Declare.
2062 * linux-low.c (linux_wait_for_event): Replace accessing list
2063 implemention details with API function.
2064 * server.c (target_running): Ditto.
2065 (accumulate_file_name_length): New function.
2066 (emit_dll_description): New function.
2067 (handle_qxfer_libraries): Replace accessing list implemention
2068 details with API function.
2069 (handle_qxfer_threads_worker): New function.
2070 (handle_qxfer_threads_proper): Replace accessing list implemention
2071 details with API function.
2072 (handle_query): Ditto.
2073 (visit_actioned_threads_callback_ftype): New typedef.
2074 (visit_actioned_threads_data): New struct.
2075 (visit_actioned_threads): Rewrite to be find_inferior callback.
2076 (resume): Call find_inferior.
2077 (handle_status): Replace accessing list implemention
2078 details with API function.
2079 (process_serial_event): Replace accessing list implemention details
2080 with API function.
2081 * target.c (set_desired_inferior): Replace accessing list implemention
2082 details with API function.
2083 * tracepoint.c (same_process_p): New function.
2084 (gdb_agent_about_to_close): Replace accessing list implemention
2085 details with API function.
2086 * win32-low.c (child_delete_thread): Replace accessing list
2087 implemention details with API function.
2088 (match_dll_by_basename): New function.
2089 (dll_is_loaded_by_basename): New function.
2090 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2091 details call to dll_is_loaded_by_basename.
2092
2093 2014-02-19 Doug Evans <dje@google.com>
2094
2095 * dll.h (struct dll_info): Add comment.
2096 * gdbthread.h (struct thread_info): Add comment.
2097 (current_ptid): Simplify.
2098 * inferiors.c (add_process): Update.
2099 (remove_process): Update.
2100 * inferiors.h (struct process_info): Rename member "head" to "entry".
2101 * linux-low.c (delete_lwp): Update.
2102 (add_lwp): Update.
2103 (last_thread_of_process_p): Update.
2104 (kill_one_lwp_callback, linux_kill): Update.
2105 (status_pending_p_callback): Update.
2106 (wait_for_sigstop): Update. Simplify read of ptid.
2107 (start_step_over): Update.
2108 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2109 (get_lwp_thread): Update.
2110 (struct lwp_info): Rename member "head" to "entry".
2111 * regcache.h (inferior_list_entry): Delete.
2112 * server.c (kill_inferior_callback): Update.
2113 (detach_or_kill_inferior_callback): Update.
2114 (print_started_pid): Update.
2115 (print_attached_pid): Update.
2116 (process_serial_event): Simplify read of ptid.
2117 * thread-db.c (thread_db_create_event): Update.
2118 (thread_db_get_tls_address): Update.
2119 * win32-low.c (current_inferior_ptid): Simplify.
2120
2121 2014-02-19 Tom Tromey <tromey@redhat.com>
2122
2123 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2124 argument.
2125 (target_supports_btrace): Update.
2126
2127 2014-02-14 Yao Qi <yao@codesourcery.com>
2128
2129 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
2130 (rsp-low-ipa.o): New target.
2131
2132 2014-02-12 Tom Tromey <tromey@redhat.com>
2133
2134 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
2135 convert_ascii_to_int.
2136 * regcache.c (registers_to_string): Likewise.
2137 * remote-utils.c (decode_M_packet): Likewise.
2138 * server.c (process_serial_event): Likewise.
2139
2140 2014-02-12 Tom Tromey <tromey@redhat.com>
2141
2142 * server.c (handle_query, handle_v_run): Use hex2bin, not
2143 unhexify.
2144 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
2145
2146 2014-02-12 Tom Tromey <tromey@redhat.com>
2147
2148 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
2149 convert_int_to_ascii.
2150 * regcache.c (registers_to_string, collect_register_as_string):
2151 Likewise.
2152 * remote-utils.c (look_up_one_symbol, relocate_instruction):
2153 Likewise.
2154 * server.c (process_serial_event): Likewise.
2155 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
2156 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
2157
2158 2014-02-12 Tom Tromey <tromey@redhat.com>
2159
2160 * remote-utils.c (look_up_one_symbol, monitor_output): Use
2161 bin2hex, not hexify.
2162 * tracepoint.c (cmd_qtstatus): Likewise.
2163
2164 2014-02-12 Tom Tromey <tromey@redhat.com>
2165
2166 * remote-utils.c (monitor_output): Pass explicit length to
2167 hexify.
2168
2169 2014-02-12 Tom Tromey <tromey@redhat.com>
2170
2171 * tracepoint.c: Include rsp-low.h.
2172 * server.c: Include rsp-low.h.
2173 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
2174 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
2175 declare.
2176 * remote-utils.c: Include rsp-low.h.
2177 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
2178 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
2179 (convert_int_to_ascii, convert_ascii_to_int): Move to
2180 common/rsp-low.c.
2181 * regcache.c: Include rsp-low.h.
2182 * ax.c: Include rsp-low.h.
2183 * Makefile.in (SFILES): Add common/rsp-low.c.
2184 (OBS): Add rsp-low.o.
2185 (rsp-low.o): New target.
2186
2187 2014-02-12 Tom Tromey <tromey@redhat.com>
2188
2189 * utils.h (pulongest, plongest, phex_nz): Don't declare.
2190 Include print-utils.h.
2191 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
2192 (plongest, thirty_two, phex_nz): Remove.
2193 * Makefile.in (SFILES): Add common/print-utils.c.
2194 (OBS): Add print-utils.o.
2195 (print-utils-ipa.o): New target.
2196 (print-utils.o): New target.
2197 (IPA_OBJS): Add print-utils-ipa.o.
2198
2199 2014-02-06 Tom Tromey <tromey@redhat.com>
2200
2201 * Makefile.in (SFILES): Fix indentation.
2202
2203 2014-02-05 Doug Evans <dje@google.com>
2204
2205 * linux-low.c (linux_wait_for_event): Improve comment.
2206 (linux_wait_1): Keep current_inferior in sync with event_child.
2207
2208 2014-01-22 Doug Evans <dje@google.com>
2209
2210 * gdbthread.h (gdb_id_to_thread): Delete, unused.
2211
2212 2014-01-22 Doug Evans <dje@google.com>
2213
2214 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
2215 * configure: Regenerate.
2216 * config.in: Regenerate.
2217 * Makefile.in (SFILES): Add debug.c.
2218 (OBS): Add debug.o.
2219 * debug.c: New file.
2220 * debug.h: New file.
2221 * linux-aarch64-low.c (*): Update all debugging printfs to use
2222 debug_printf instead of fprintf.
2223 * linux-arm-low.c (*): Ditto.
2224 * linux-cris-low.c (*): Ditto.
2225 * linux-crisv32-low.c (*): Ditto.
2226 * linux-m32r-low.c (*): Ditto.
2227 * linux-sparc-low.c (*): Ditto.
2228 * linux-x86.c (*): Ditto.
2229 * linux-low.c (*): Ditto.
2230 (linux_wait_1): Add calls to debug_enter, debug_exit.
2231 (linux_wait): Remove redundant debugging printf.
2232 (stop_all_lwps): Add calls to debug_enter, debug_exit.
2233 (linux_resume, unstop_all_lwps): Ditto.
2234 * mem-break.c (*): Update all debugging printfs to use
2235 debug_printf instead of fprintf.
2236 * remote-utils.c (*): Ditto.
2237 * thread-db.c (*): Ditto.
2238 * server.c #include <ctype.h>, "gdb_vecs.h".
2239 (debug_threads): Moved to debug.c.
2240 (*): Update all debugging printfs to use debug_printf instead of
2241 fprintf.
2242 (start_inferior): Replace call to fflush with call to debug_flush.
2243 (monitor_show_help): Mention set debug-format.
2244 (parse_debug_format_options): New function.
2245 (handle_monitor_command): Handle "monitor set debug-format".
2246 (gdbserver_usage): Mention --debug-format.
2247 (main): Parse --debug-format.
2248 * server.h (debug_threads): Declaration moved to debug.h.
2249 #include "debug.h".
2250 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
2251 trace_debug_1 that uses debug_printf.
2252 (tracepoint_look_up_symbols): Update all debugging printfs to use
2253 debug_printf instead of fprintf.
2254
2255 2014-01-20 Baruch Siach <baruch@tkos.co.il>
2256
2257 * linux-xtensa-low.c: Include asm/ptrace.h instead of
2258 sys/ptrace.h.
2259
2260 2014-01-17 Pedro Alves <palves@redhat.com>
2261
2262 PR build/16445
2263 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
2264 defined after including gdb_proc_service.h.
2265
2266 2014-01-16 Doug Evans <dje@google.com>
2267
2268 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
2269 (match_dll): Use it.
2270
2271 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
2272
2273 * target.h (target_ops) <read_btrace>: Change parameters and
2274 return type to allow error reporting.
2275 * server.c (handle_qxfer_btrace): Support delta reads. Pass
2276 trace reading errors on.
2277 * linux-low.c (linux_low_read_btrace): Pass trace reading
2278 errors on.
2279 (linux_low_disable_btrace): New.
2280
2281 2014-01-15 Doug Evans <dje@google.com>
2282
2283 * inferiors.c (thread_id_to_gdb_id): Delete.
2284 * inferiors.h (thread_id_to_gdb_id): Delete.
2285
2286 2014-01-13 Eli Zaretskii <eliz@gnu.org>
2287
2288 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
2289 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
2290 versions.
2291
2292 2014-01-08 Pedro Alves <palves@redhat.com>
2293
2294 * server.c (handle_status): Don't discard previous queued stop
2295 replies or thread's pending status here.
2296 (main) <disconnection>: Do it here instead.
2297
2298 2014-01-08 Pedro Alves <palves@redhat.com>
2299
2300 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
2301 * server.c (visit_actioned_threads, handle_pending_status): New
2302 function.
2303 (handle_v_cont): Factor out parts to ...
2304 (resume): ... this new function. If in all-stop, and a thread
2305 being resumed has a pending status, report it without actually
2306 resuming.
2307 (myresume): Adjust to use the new 'resume' function.
2308 (clear_pending_status_callback, set_pending_status_callback)
2309 (find_status_pending_thread_callback): New functions.
2310 (handle_status): Handle the case of multiple threads having
2311 interesting statuses to report. Report threads' real last signal
2312 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
2313 with an interesting thread to report the status for, instead of
2314 always reporting the status of the first thread.
2315
2316 2014-01-01 Joel Brobecker <brobecker@adacore.com>
2317
2318 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
2319 * gdbreplay.c (gdbreplay_version): Likewise.
2320
2321 2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
2322
2323 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
2324 iov.iov_len with the real length in use.
2325
2326 2013-12-13 Joel Brobecker <brobecker@adacore.com>
2327
2328 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
2329 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
2330 for all targets that use win32-low.c.
2331 * win32-low.c (win32_ensure_ntdll_loaded): New function.
2332 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
2333
2334 2013-12-13 Pedro Alves <palves@redhat.com>
2335
2336 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
2337 if equal to TARGET_WAITKIND_LOADED.
2338 * win32-low.c (cached_status): New static global.
2339 (win32_wait): Add declaration.
2340 (do_initial_child_stuff): Flush all initial pending debug events
2341 up to the initial breakpoint.
2342 (win32_wait): If CACHED_STATUS was set, return that instead
2343 of doing a real wait. Remove the code resuming the execution
2344 of the inferior after receiving a TARGET_WAITKIND_LOADED event
2345 during the initial phase. Also remove the code changing
2346 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
2347 TARGET_WAITKIND_STOPPED.
2348
2349 2013-12-11 Yao Qi <yao@codesourcery.com>
2350
2351 * notif.c (handle_notif_ack): Return 0 if no notification
2352 matches.
2353
2354 2013-11-20 Doug Evans <dje@google.com>
2355
2356 * linux-low.c (linux_set_resume_request): Fix comment.
2357
2358 2013-11-20 Doug Evans <dje@google.com>
2359
2360 * linux-low.c (resume_status_pending_p): Tweak comment.
2361
2362 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
2363
2364 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
2365 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
2366 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
2367 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
2368 (srv_amd64_regobj): Add amd64-mpx.o.
2369 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
2370 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
2371 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
2372 * i387-fp.c (num_pl_bnd_register) Added constant.
2373 (num_pl_bnd_cfg_registers) Added constant.
2374 (struct i387_xsave) Added reserved area and MPX fields.
2375 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
2376 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
2377 function.
2378 (tdesc_i386_mpx_linux): Add MPX amd64 target.
2379 (init_registers_amd64_mpx_linux): Declare new function.
2380 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
2381 (x86_64_regmap): Add MPX registers.
2382 (x86_linux_read_description): Add MPX case.
2383 (initialize_low_arch): Initialize MPX targets.
2384
2385 2013-11-18 Tom Tromey <tromey@redhat.com>
2386
2387 * configure: Rebuild.
2388 * configure.ac: Don't check for stdlib.h.
2389 * gdbreplay.c: Unconditionally include stdlib.h.
2390
2391 2013-11-18 Tom Tromey <tromey@redhat.com>
2392
2393 * config.in: Rebuild.
2394 * configure: Rebuild.
2395 * configure.ac: Don't use AC_HEADER_DIRENT.
2396
2397 2013-11-18 Tom Tromey <tromey@redhat.com>
2398
2399 * server.h: Don't check HAVE_STRING_H.
2400 * gdbreplay.c: Don't check HAVE_STRING_H.
2401 * configure: Rebuild.
2402
2403 2013-11-18 Tom Tromey <tromey@redhat.com>
2404
2405 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
2406 LIBGNU.
2407
2408 2013-11-08 Tom Tromey <tromey@redhat.com>
2409
2410 * configure, config.in: Rebuild.
2411 * configure.ac: Remove unused configury.
2412
2413 2013-11-08 Tom Tromey <tromey@redhat.com>
2414
2415 * acinclude.m4: Include common.m4, codeset.m4.
2416 * configure, config.in: Rebuild.
2417 * configure.ac: Use GDB_AC_COMMON.
2418
2419 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
2420
2421 * linux-s390-low.c (HWCAP_S390_TE): New define.
2422 (s390_arch_setup): Consider the TE field in the HWCAP for
2423 determining 'have_regset_tdb'.
2424
2425 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
2426
2427 PR gdb/16014
2428 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
2429 call to sizeof.
2430
2431 2013-10-02 Pedro Alves <palves@redhat.com>
2432
2433 * server.c (process_serial_event): Don't output "GDBserver
2434 exiting" if GDB is connected through stdio.
2435 * target.c (mywait): Likewise, be silent if GDB is connected
2436 through stdio.
2437
2438 2013-10-01 Joel Brobecker <brobecker@adacore.com>
2439
2440 * lynx-low.c (lynx_add_threads_after_attach): New function.
2441 (lynx_attach): Remove call to add_thread. Add call to
2442 lynx_add_threads_after_attach instead.
2443
2444 2013-09-28 Mike Frysinger <vapier@gentoo.org>
2445
2446 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
2447 * config.in, configure: Regenerated.
2448
2449 2013-09-18 Yao Qi <yao@codesourcery.com>
2450
2451 PR server/15959
2452 * server.c (start_inferior): Clear 'resume_info'.
2453
2454 2013-09-16 Jiong Wang <jiwang@tilera.com>
2455
2456 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
2457 for each register.
2458
2459 2013-09-16 Jiong Wang <jiwang@tilera.com>
2460
2461 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
2462 linux-tile-low.o to srv_tgtobj.
2463
2464 2013-09-16 Will Newton <will.newton@linaro.org>
2465
2466 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
2467 out regs.
2468
2469 2013-09-06 Pedro Alves <palves@redhat.com>
2470
2471 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
2472 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
2473 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
2474 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
2475 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
2476 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
2477
2478 2013-09-06 Pedro Alves <palves@redhat.com>
2479
2480 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
2481 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
2482
2483 2013-09-06 Pedro Alves <palves@redhat.com>
2484
2485 * linux-amd64-ipa.c: Include tracepoint.h.
2486 * linux-i386-ipa.c: Include tracepoint.h.
2487
2488 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2489
2490 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
2491 (ps_get_thread_area): New function.
2492
2493 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2494
2495 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
2496 (initialize_low_arch): Call init_registers_crisv32 rather than
2497 init_register_crisv32.
2498
2499 2013-09-05 Pedro Alves <palves@redhat.com>
2500
2501 * server.h (handle_vFile, hostio_last_error_from_errno): Move
2502 to ...
2503 * hostio.h: ... this new file.
2504 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
2505 win32-low.c: Include hostio.h.
2506
2507 2013-09-05 Pedro Alves <palves@redhat.com>
2508
2509 * server.h (gdb_client_data, handler_func, callback_handler_func)
2510 (delete_file_handler, add_file_handler, append_callback_event)
2511 (delete_callback_event, start_event_loop, initialize_event_loop):
2512 Move to event-loop.h and include it.
2513 * event-loop.h: New file.
2514
2515 2013-09-05 Pedro Alves <palves@redhat.com>
2516
2517 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
2518 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
2519 (loaded_dll, unloaded_dll): Move to ...
2520 * dll.h: ... this new file.
2521 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
2522
2523 2013-09-05 Pedro Alves <palves@redhat.com>
2524
2525 * server.h (current_process, get_thread_process, all_processes)
2526 (add_inferior_to_list, for_each_inferior, current_inferior)
2527 (remove_inferior, add_process, remove_process, find_process_pid)
2528 (have_started_inferiors_p, have_attached_inferiors_p)
2529 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
2530 (clear_inferiors, find_inferior, find_inferior_id)
2531 (inferior_target_data, set_inferior_target_data)
2532 (inferior_regcache_data, set_inferior_regcache_data): Move to
2533 inferiors.h, and include it.
2534 * inferiors.h: New file.
2535
2536 2013-09-05 Pedro Alves <palves@redhat.com>
2537
2538 * server.h (struct emit_ops, current_insn_ptr, emit_error):
2539 Move ...
2540 * ax.h: ... here.
2541
2542 2013-09-05 Pedro Alves <palves@redhat.com>
2543
2544 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
2545 tracepoint.h.
2546 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
2547 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
2548 (handle_tracepoint_general_set, handle_tracepoint_query)
2549 (tracepoint_finished_step, tracepoint_was_hit)
2550 (release_while_stepping_state_list, current_traceframe)
2551 (in_readonly_region, traceframe_read_mem)
2552 (fetch_traceframe_registers, traceframe_read_sdata)
2553 (traceframe_read_info, struct fast_tpoint_collect_status)
2554 (fast_tracepoint_collecting, force_unlock_trace_buffer)
2555 (handle_tracepoit_bkpts, initialize_low_tracepoint)
2556 (supply_fast_tracepoint_registers)
2557 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
2558 (ipa_tdesc, claim_trampoline_space)
2559 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
2560 (agent_mem_read, agent_get_trace_state_variable_value)
2561 (agent_set_trace_state_variable_value, agent_tsv_read)
2562 (agent_mem_read_string, get_raw_reg_func_addr)
2563 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
2564 * tracepoint.h: ... this new file.
2565
2566 2013-09-05 Pedro Alves <palves@redhat.com>
2567
2568 * server.h (perror_with_name, error, fatal, warning, paddress)
2569 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
2570 include it.
2571 * utils.h: New file.
2572
2573 2013-09-05 Pedro Alves <palves@redhat.com>
2574
2575 * server.h (remote_debug, noack_mode, transport_is_reliable)
2576 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
2577 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
2578 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
2579 (write_enn, initialize_async_io, enable_async_io)
2580 (disable_async_io, check_remote_input_interrupt_request)
2581 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
2582 (dead_thread_notify, prepare_resume_reply)
2583 (decode_address_to_semicolon, decode_address, decode_m_packet)
2584 (decode_M_packet, decode_X_packet, decode_xfer_write)
2585 (decode_search_memory_packet, unhexify, hexify)
2586 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
2587 (look_up_one_symbol, relocate_instruction)
2588 (monitor_output): Move to remote-utils.h, and include it.
2589 * remote-utils.h: New file.
2590
2591 2013-09-05 Pedro Alves <palves@redhat.com>
2592
2593 * server.h (_): Delete.
2594
2595 2013-09-02 Pedro Alves <palves@redhat.com>
2596
2597 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
2598 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
2599 allocated.
2600 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
2601
2602 2013-09-02 Pierre Muller <muller@sourceware.org>
2603
2604 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
2605 or WriteProcessMemory complete successfully and handle
2606 ERROR_PARTIAL_COPY error.
2607
2608 2013-09-02 Pedro Alves <palves@redhat.com>
2609
2610 * server.c (gdb_read_memory): Return -1 on traceframe memory read
2611 error instead of EIO.
2612
2613 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2614
2615 PR server/15604
2616 * linux-low.c: Include filestuff.h.
2617 (linux_create_inferior) <pid == 0>: Call close_most_fds.
2618 * lynx-low.c: Include filestuff.h.
2619 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
2620 * server.c: Include filestuff.h.
2621 (main): Call notice_open_fds.
2622 * spu-low.c: Include filestuff.h.
2623 (spu_create_inferior) <pid == 0>: Call close_most_fds.
2624
2625 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2626
2627 * Makefile.in: Explain why ../target and ../nat are not
2628 listed as include file search paths.
2629 (linux-waitpid.o): New object file rule.
2630 * configure.srv (srv_native_linux_obj): New variable.
2631 Replace all occurrences of linux native object files with
2632 $srv_native_linux_obj.
2633 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2634 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
2635 (linux_enable_event_reporting): Remove declaration.
2636 (my_waitpid): Moved to common/linux-waitpid.c.
2637 (linux_wait_for_event): Pass ptid when calling
2638 linux_enable_event_reporting.
2639 (linux_supports_tracefork_flag): Remove.
2640 (linux_enable_event_reporting): Likewise.
2641 (linux_tracefork_grandchild): Remove.
2642 (STACK_SIZE): Moved to common/linux-ptrace.c.
2643 (linux_tracefork_child): Remove.
2644 (linux_test_for_tracefork): Remove.
2645 (linux_look_up_symbols): Call linux_supports_traceclone.
2646 (initialize_low): Remove call to linux_test_for_tracefork.
2647 * linux-low.h (PTRACE_TYPE_ARG3): Move to
2648 common/linux-ptrace.h.
2649 (PTRACE_TYPE_ARG4): Likewise.
2650 Include linux-ptrace.h.
2651
2652 2013-08-21 Pedro Alves <palves@redhat.com>
2653
2654 * config.in: Renegerate.
2655
2656 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2657
2658 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
2659 (SFILES): Remove $(srcdir)/common/target-common.c and
2660 add $(srcdir)/target/waitstatus.c.
2661 (OBS): Remove target-common.o and add waitstatus.o.
2662 (server_h): Remove $(srcdir)/../common/target-common.h and
2663 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
2664 and $(srcdir)/../target/waitstatus.h.
2665 (target-common.o): Remove.
2666 (waitstatus.o): New target object file.
2667 * target.h: Do not include target-common.h and
2668 include target/resume.h, target/wait.h and
2669 target/waitstatus.h.
2670
2671 2013-08-13 Luis Machado <lgustavo@codesourcery.com>
2672
2673 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2674 to PTRACE_TYPE_ARG3.
2675 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2676 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
2677 PTRACE_TYPE_ARG4.
2678 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
2679 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
2680
2681 2013-07-27 Jie Zhang <jie@codesourcery.com>
2682 Daniel Jacobowitz <dan@codesourcery.com>
2683 Yao Qi <yao@codesourcery.com>
2684
2685 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
2686 (mips-linux-watch.o): New rule.
2687 (mips_linux_watch_h): New variable.
2688 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
2689 srv_tgtobj.
2690 * linux-mips-low.c: Include mips-linux-watch.h.
2691 (struct arch_process_info, struct arch_lwp_info): New.
2692 (update_watch_registers_callback): New function.
2693 (mips_linux_new_process, mips_linux_new_thread) New functions.
2694 (mips_linux_prepare_to_resume, mips_insert_point): New
2695 functions.
2696 (mips_remove_point, mips_stopped_by_watchpoint): New
2697 functions.
2698 (rsp_bp_type_to_target_hw_bp_type): New function.
2699 (mips_stopped_data_address): New function.
2700 (the_low_target): Add watchpoint support functions.
2701
2702 2013-07-27 Yao Qi <yao@codesourcery.com>
2703
2704 * i386-low.c: Include break-common.h.
2705 (enum target_hw_bp_type): Remove.
2706
2707 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
2708
2709 * Makefile.in (SFILES): /common/target-common.c.
2710 (OBS): Add target-common.o.
2711 (server_h): Add $(srcdir)/../common/target-common.h.
2712 (target-common.o): New target.
2713 * server.c (queue_stop_reply_callback): Free
2714 status string after use.
2715 * target.c (target_waitstatus_to_string): Remove.
2716 * target.h: Include target-common.h.
2717 (resume_kind): Likewise.
2718 (target_waitkind): Likewise.
2719 (target_waitstatus): Likewise.
2720 (TARGET_WNOHANG): Likewise.
2721
2722 2013-07-04 Yao Qi <yao@codesourcery.com>
2723
2724 * Makefile.in (host_alias): Use @host_noncanonical@.
2725 (target_alias): Use @target_noncanonical@.
2726 * configure.ac: Use ACX_NONCANONICAL_TARGET and
2727 ACX_NONCANONICAL_HOST.
2728 * configure: Regenerated.
2729
2730 Revert:
2731 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2732
2733 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2734 * configure: Rebuild.
2735 * Makefile.in (version_host, version_target): Get from configure.
2736 (version.c): Use $(version_host) and $(version_target).
2737
2738 2013-07-03 Pedro Alves <palves@redhat.com>
2739
2740 * Makefile.in (config.status): Depend on development.sh.
2741 * acinclude.m4: Include libmcheck.m4.
2742 * configure: Regenerate.
2743
2744 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2745
2746 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
2747 attribute inside the parentheses.
2748 (winapi_DebugSetProcessKillOnExit): Ditto.
2749 (winapi_DebugBreakProcess): Ditto.
2750 (winapi_GenerateConsoleCtrlEvent): Ditto.
2751
2752 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2753
2754 * notif.h (notif_event): Add a dummy member to avoid compiler
2755 errors.
2756
2757 2013-07-01 Pedro Alves <palves@redhat.com>
2758
2759 * hostio.c (HOSTIO_PATH_MAX): Define.
2760 (require_filename, handle_open, handle_unlink, handle_readlink):
2761 Use it.
2762
2763 2013-07-01 Pedro Alves <palves@redhat.com>
2764
2765 * server.h: Include "pathmax.h".
2766 * linux-low.c: Don't include sys/param.h.
2767 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
2768 MAXPATHLEN.
2769 * win32-low.c: Don't include sys/param.h.
2770 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
2771
2772 2013-07-01 Pedro Alves <palves@redhat.com>
2773
2774 * event-loop.c: Don't check HAVE_UNISTD_H before including
2775 <unistd.h>.
2776 * gdbreplay.c: Likewise.
2777 * remote-utils.c: Likewise.
2778 * server.c: Likewise.
2779 * configure.ac: Don't check for unistd.h.
2780 * configure: Regenerate.
2781
2782 2013-06-28 Tom Tromey <tromey@redhat.com>
2783
2784 * Makefile.in (version.c): Use version.in, not
2785 common/version.in.
2786
2787 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2788
2789 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2790 * configure: Rebuild.
2791 * Makefile.in (version_host, version_target): Get from configure.
2792 (version.c): Use $(version_host) and $(version_target).
2793
2794 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2795
2796 Fix trace-status to output user name without trailing colon.
2797 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
2798
2799 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2800
2801 Fix trace-status to output proper start-time and stop-time.
2802 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
2803 output start time and stop time in hex as gdb expects.
2804
2805 2013-06-26 Pedro Alves <pedro@codesourcery.com>
2806
2807 * tracepoint.c (build_traceframe_info_xml): Output trace state
2808 variables present in the trace buffer.
2809
2810 2013-06-24 Tom Tromey <tromey@redhat.com>
2811
2812 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
2813 create-version.sh.
2814 (version.o): Remove.
2815 * gdbreplay.c: Include version.h.
2816 (version, host_name): Don't declare.
2817 * server.h: Include version.h.
2818 (version, host_name): Don't declare.
2819
2820 2013-06-12 Pedro Alves <palves@redhat.com>
2821
2822 * linux-x86-low.c (linux_is_elf64): Delete global.
2823 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
2824 with local linux_pid_exe_is_elf_64_file use.
2825
2826 2013-06-11 Pedro Alves <palves@redhat.com>
2827
2828 * linux-low.c (regset_disabled, disable_regset): New functions.
2829 (regsets_fetch_inferior_registers)
2830 (regsets_store_inferior_registers): Use them.
2831 (initialize_regsets_info); Don't allocate the disabled_regsets
2832 array here.
2833 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
2834 comment.
2835
2836 2013-06-11 Pedro Alves <palves@redhat.com>
2837
2838 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
2839 xmalloc.
2840
2841 2013-06-11 Pedro Alves <palves@redhat.com>
2842
2843 * linux-x86-low.c (initialize_low_arch): Call
2844 init_registers_x32_avx_linux.
2845
2846 2013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2847
2848 Fix compatibility with Android Bionic.
2849 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
2850 it is not empty.
2851
2852 2013-06-07 Pedro Alves <palves@redhat.com>
2853
2854 PR server/14823
2855 * Makefile.in (OBS): Add tdesc.o.
2856 (IPA_OBJS): Add tdesc-ipa.o.
2857 (tdesc-ipa.o): New rule.
2858 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
2859 interface.
2860 * linux-low.c (new_inferior): Delete.
2861 (disabled_regsets, num_regsets): Delete.
2862 (linux_add_process): Adjust to set the new per-process
2863 new_inferior flag.
2864 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
2865 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
2866 was a stop. When calling arch_setup, switch the current inferior
2867 to the thread that got an event.
2868 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
2869 (regsets_fetch_inferior_registers)
2870 (regsets_store_inferior_registers): New regsets_info parameter.
2871 Adjust to use it.
2872 (linux_register_in_regsets): New regs_info parameter. Adjust to
2873 use it.
2874 (register_addr, fetch_register, store_register): New usrregs_info
2875 parameter. Adjust to use it.
2876 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
2877 parameter regs_info. Adjust to use it.
2878 (linux_fetch_registers): Get the current inferior's regs_info, and
2879 adjust to use it.
2880 (linux_store_registers): Ditto.
2881 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
2882 (initialize_low): Don't initialize the target_regsets here. Call
2883 initialize_low_arch.
2884 * linux-low.h (target_regsets): Delete declaration.
2885 (struct regsets_info): New.
2886 (struct usrregs_info): New.
2887 (struct regs_info): New.
2888 (struct process_info_private) <new_inferior>: New field.
2889 (struct linux_target_ops): Delete the num_regs, regmap, and
2890 regset_bitmap fields. New field regs_info.
2891 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
2892 * i387-fp.c (num_xmm_registers): Delete.
2893 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
2894 calls to new interface.
2895 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
2896 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
2897 Infer the number of xmm registers from the regcache's target
2898 description.
2899 * i387-fp.h (num_xmm_registers): Delete.
2900 * inferiors.c (add_thread): Don't install the thread's regcache
2901 here.
2902 * proc-service.c (gregset_info): Fetch the current inferior's
2903 regs_info. Adjust to use it.
2904 * regcache.c: Include tdesc.h.
2905 (register_bytes, reg_defs, num_registers)
2906 (gdbserver_expedite_regs): Delete.
2907 (get_thread_regcache): If the thread doesn't have a regcache yet,
2908 create one, instead of aborting gdbserver.
2909 (regcache_invalidate_one): Rename to ...
2910 (regcache_invalidate_thread): ... this.
2911 (regcache_invalidate_one): New.
2912 (regcache_invalidate): Only invalidate registers of the current
2913 process.
2914 (init_register_cache): Add target_desc parameter, and use it.
2915 (new_register_cache): Ditto. Assert the target description has a
2916 non zero registers_size.
2917 (regcache_cpy): Add assertions. Adjust.
2918 (realloc_register_cache, set_register_cache): Delete.
2919 (registers_to_string, registers_from_string): Adjust.
2920 (find_register_by_name, find_regno, find_register_by_number)
2921 (register_cache_size): Add target_desc parameter, and use it.
2922 (free_register_cache_thread, free_register_cache_thread_one)
2923 (regcache_release, register_cache_size): New.
2924 (register_size): Add target_desc parameter, and use it.
2925 (register_data, supply_register, supply_register_zeroed)
2926 (supply_regblock, supply_register_by_name, collect_register)
2927 (collect_register_as_string, collect_register_by_name): Adjust.
2928 * regcache.h (struct target_desc): Forward declare.
2929 (struct regcache) <tdesc>: New field.
2930 (init_register_cache, new_register_cache): Add target_desc
2931 parameter.
2932 (regcache_invalidate_thread): Declare.
2933 (regcache_invalidate_one): Delete declaration.
2934 (regcache_release): Declare.
2935 (find_register_by_number, register_cache_size, register_size)
2936 (find_regno): Add target_desc parameter.
2937 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
2938 declarations.
2939 * remote-utils.c: Include tdesc.h.
2940 (outreg, prepare_resume_reply): Adjust.
2941 * server.c: Include tdesc.h.
2942 (gdbserver_xmltarget): Delete declaration.
2943 (get_features_xml, process_serial_event): Adjust.
2944 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
2945 declare.
2946 (struct process_info) <tdesc>: New field.
2947 (ipa_tdesc): Declare.
2948 * tdesc.c: New file.
2949 * tdesc.h: New file.
2950 * tracepoint.c: Include tdesc.h.
2951 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
2952 (get_context_regcache): Adjust to pass ipa_tdesc down.
2953 (do_action_at_tracepoint): Adjust to get the register cache size
2954 from the context regcache's description.
2955 (traceframe_walk_blocks): Adjust to get the register cache size
2956 from the current trace frame's description.
2957 (traceframe_get_pc): Adjust to get current trace frame's
2958 description and pass it down.
2959 (gdb_collect): Adjust to get the register cache size from the
2960 IPA's description.
2961 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
2962 (gdbserver_xmltarget): Delete.
2963 (initialize_low_tracepoint): Set the ipa's target description.
2964 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
2965 (initialize_low_tracepoint): Set the ipa's target description.
2966 * linux-x86-low.c: Include tdesc.h.
2967 [__x86_64__] (is_64bit_tdesc): New.
2968 (ps_get_thread_area, x86_get_thread_area): Use it.
2969 (i386_cannot_store_register): Rename to ...
2970 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
2971 (i386_cannot_fetch_register): Rename to ...
2972 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
2973 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
2974 to new interface.
2975 (target_regsets): Rename to ...
2976 (x86_regsets): ... this.
2977 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
2978 interface.
2979 (x86_siginfo_fixup): Use is_64bit_tdesc.
2980 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
2981 (tdesc_x32_avx_linux, tdesc_x32_linux)
2982 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
2983 Declare.
2984 (x86_linux_update_xmltarget): Delete.
2985 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
2986 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
2987 (AMD64_LINUX_USER64_CS): New.
2988 (x86_linux_read_description): New, based on
2989 x86_linux_update_xmltarget.
2990 (same_process_callback): New.
2991 (x86_arch_setup_process_callback): New.
2992 (x86_linux_update_xmltarget): New.
2993 (x86_regsets_info): New.
2994 (amd64_linux_regs_info): New.
2995 (i386_linux_usrregs_info): New.
2996 (i386_linux_regs_info): New.
2997 (x86_linux_regs_info): New.
2998 (x86_arch_setup): Reimplement.
2999 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3000 (x86_emit_ops): Ditto.
3001 (the_low_target): Adjust. Install x86_linux_regs_info,
3002 x86_cannot_fetch_register, and x86_cannot_store_register.
3003 (initialize_low_arch): New.
3004 * linux-ia64-low.c (tdesc_ia64): Declare.
3005 (ia64_fetch_register): Adjust.
3006 (ia64_usrregs_info, regs_info): New globals.
3007 (ia64_regs_info): New function.
3008 (the_low_target): Adjust.
3009 (initialize_low_arch): New function.
3010 * linux-sparc-low.c (tdesc_sparc64): Declare.
3011 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3012 Adjust.
3013 (sparc_arch_setup): New function.
3014 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3015 (the_low_target): Adjust.
3016 (initialize_low_arch): New function.
3017 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3018 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3019 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3020 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3021 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3022 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3023 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3024 (tdesc_powerpc_isa205_vsx64l): Declare.
3025 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3026 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3027 (ppc_set_pc, ppc_get_hwcap): Adjust.
3028 (ppc_usrregs_info): Forward declare.
3029 (!__powerpc64__) ppc_regmap_adjusted: New global.
3030 (ppc_arch_setup): Adjust to the current process'es target
3031 description.
3032 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3033 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3034 (ppc_store_evrregset): Adjust.
3035 (target_regsets): Rename to ...
3036 (ppc_regsets): ... this, and make static.
3037 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3038 (ppc_regs_info): New function.
3039 (the_low_target): Adjust.
3040 (initialize_low_arch): New function.
3041 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3042 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3043 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3044 (tdesc_s390x_linux64v2): Declare.
3045 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3046 (s390_fill_gregset, s390_store_last_break): Adjust.
3047 (target_regsets): Rename to ...
3048 (s390_regsets): ... this, and make static.
3049 (s390_get_pc, s390_set_pc): Adjust.
3050 (s390_get_hwcap): New target_desc parameter, and use it.
3051 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3052 (s390_arch_setup): Adjust to set the current process'es target
3053 description. Don't adjust the regmap.
3054 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3055 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3056 (regs_info_3264): New globals.
3057 (s390_regs_info): New function.
3058 (the_low_target): Adjust.
3059 (initialize_low_arch): New function.
3060 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3061 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3062 [__mips64] (init_registers_mips_linux)
3063 (init_registers_mips_dsp_linux): Delete defines.
3064 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3065 (have_dsp): New global.
3066 (mips_read_description): New, based on mips_arch_setup.
3067 (mips_arch_setup): Reimplement.
3068 (get_usrregs_info): New function.
3069 (mips_cannot_fetch_register, mips_cannot_store_register)
3070 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3071 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3072 (target_regsets): Rename to ...
3073 (mips_regsets): ... this, and make static.
3074 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3075 (dsp_regs_info, regs_info): New globals.
3076 (mips_regs_info): New function.
3077 (the_low_target): Adjust.
3078 (initialize_low_arch): New function.
3079 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3080 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3081 Declare.
3082 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3083 (arm_read_description): New, with bits factored from
3084 arm_arch_setup.
3085 (arm_arch_setup): Reimplement.
3086 (target_regsets): Rename to ...
3087 (arm_regsets): ... this, and make static.
3088 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3089 (arm_regs_info): New function.
3090 (the_low_target): Adjust.
3091 (initialize_low_arch): New function.
3092 * linux-m68k-low.c (tdesc_m68k): Declare.
3093 (target_regsets): Rename to ...
3094 (m68k_regsets): ... this, and make static.
3095 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3096 (m68k_regs_info): New function.
3097 (m68k_arch_setup): New function.
3098 (the_low_target): Adjust.
3099 (initialize_low_arch): New function.
3100 * linux-sh-low.c (tdesc_sharch): Declare.
3101 (target_regsets): Rename to ...
3102 (sh_regsets): ... this, and make static.
3103 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3104 (sh_regs_info, sh_arch_setup): New functions.
3105 (the_low_target): Adjust.
3106 (initialize_low_arch): New function.
3107 * linux-bfin-low.c (tdesc_bfin): Declare.
3108 (bfin_arch_setup): New function.
3109 (bfin_usrregs_info, regs_info): New globals.
3110 (bfin_regs_info): New function.
3111 (the_low_target): Adjust.
3112 (initialize_low_arch): New function.
3113 * linux-cris-low.c (tdesc_cris): Declare.
3114 (cris_arch_setup): New function.
3115 (cris_usrregs_info, regs_info): New globals.
3116 (cris_regs_info): New function.
3117 (the_low_target): Adjust.
3118 (initialize_low_arch): New function.
3119 * linux-cris-low.c (tdesc_crisv32): Declare.
3120 (cris_arch_setup): New function.
3121 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3122 (cris_regs_info): New function.
3123 (the_low_target): Adjust.
3124 (initialize_low_arch): New function.
3125 * linux-m32r-low.c (tdesc_m32r): Declare.
3126 (m32r_arch_setup): New function.
3127 (m32r_usrregs_info, regs_info): New globals.
3128 (m32r_regs_info): Adjust.
3129 (initialize_low_arch): New function.
3130 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
3131 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
3132 (tic6x_usrregs_info): Forward declare.
3133 (tic6x_read_description): New function, based on ...
3134 (tic6x_arch_setup): ... this. Reimplement.
3135 (target_regsets): Rename to ...
3136 (tic6x_regsets): ... this, and make static.
3137 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
3138 (tic6x_regs_info): New function.
3139 (the_low_target): Adjust.
3140 (initialize_low_arch): New function.
3141 * linux-xtensa-low.c (tdesc_xtensa): Declare.
3142 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
3143 (target_regsets): Rename to ...
3144 (xtensa_regsets): ... this, and make static.
3145 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
3146 globals.
3147 (xtensa_arch_setup, xtensa_regs_info): New functions.
3148 (the_low_target): Adjust.
3149 (initialize_low_arch): New function.
3150 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
3151 (nios2_arch_setup): Set the current process'es tdesc.
3152 (target_regsets): Rename to ...
3153 (nios2_regsets): ... this.
3154 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
3155 (nios2_regs_info): New function.
3156 (the_low_target): Adjust.
3157 (initialize_low_arch): New function.
3158 * linux-aarch64-low.c (tdesc_aarch64): Declare.
3159 (aarch64_arch_setup): Set the current process'es tdesc.
3160 (target_regsets): Rename to ...
3161 (aarch64_regsets): ... this.
3162 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
3163 (aarch64_regs_info): New function.
3164 (the_low_target): Adjust.
3165 (initialize_low_arch): New function.
3166 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
3167 globals.
3168 (target_regsets): Rename to ...
3169 (tile_regsets): ... this.
3170 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
3171 (tile_regs_info): New function.
3172 (tile_arch_setup): Set the current process'es tdesc.
3173 (the_low_target): Adjust.
3174 (initialize_low_arch): New function.
3175 * spu-low.c (tdesc_spu): Declare.
3176 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
3177 * win32-arm-low.c (tdesc_arm): Declare.
3178 (arm_arch_setup): New function.
3179 (the_low_target): Install arm_arch_setup instead of
3180 init_registers_arm.
3181 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
3182 (init_windows_x86): Rename to ...
3183 (i386_arch_setup): ... this. Set `win32_tdesc'.
3184 (the_low_target): Adjust.
3185 * win32-low.c (win32_tdesc): New global.
3186 (child_add_thread): Don't create the thread cache here.
3187 (do_initial_child_stuff): Set the new process'es tdesc.
3188 * win32-low.h (struct target_desc): Forward declare.
3189 (win32_tdesc): Declare.
3190 * lynx-i386-low.c (tdesc_i386): Declare global.
3191 (lynx_i386_arch_setup): Set `lynx_tdesc'.
3192 * lynx-low.c (lynx_tdesc): New global.
3193 (lynx_add_process): Set the new process'es tdesc.
3194 * lynx-low.h (struct target_desc): Forward declare.
3195 (lynx_tdesc): Declare global.
3196 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
3197 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
3198 * nto-low.c (nto_tdesc): New global.
3199 (do_attach): Set the new process'es tdesc.
3200 * nto-low.h (struct target_desc): Forward declare.
3201 (nto_tdesc): Declare.
3202 * nto-x86-low.c (tdesc_i386): Declare.
3203 (nto_x86_arch_setup): Set `nto_tdesc'.
3204
3205 2013-06-04 Gary Benson <gbenson@redhat.com>
3206
3207 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
3208 to qSupported response when appropriate.
3209 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
3210 with nonzero-length annex.
3211 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
3212 arguments supplied in annex.
3213
3214 2013-05-31 Doug Evans <dje@google.com>
3215
3216 PR server/15594
3217 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
3218 64 bits in 64-cross-32 environment.
3219
3220 2013-05-28 Pedro Alves <palves@redhat.com>
3221
3222 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
3223 (aarch64-without-fpu.c): Delete rule.
3224 * configure.srv (aarch64*-*-linux*): Remove references to
3225 aarch64-without-fpu.o and aarch64-without-fpu.xml.
3226 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
3227 declaration.
3228
3229 2013-05-24 Pedro Alves <palves@redhat.com>
3230
3231 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
3232 instead of strchr/decode_address. Error if the range isn't split
3233 with a ','. Don't assume there's be a ':' in the action.
3234
3235 2013-05-23 Yao Qi <yao@codesourcery.com>
3236 Pedro Alves <palves@redhat.com>
3237
3238 * linux-low.c (lwp_in_step_range): New function.
3239 (linux_wait_1): If the thread was range stepping and stopped
3240 outside the stepping range, report the stop to GDB. Otherwise,
3241 continue stepping. Add range stepping debug output.
3242 (linux_set_resume_request): Copy the step range from the resume
3243 request to the lwp.
3244 (linux_supports_range_stepping): New.
3245 (linux_target_ops) <supports_range_stepping>: Set to
3246 linux_supports_range_stepping.
3247 * linux-low.h (struct linux_target_ops)
3248 <supports_range_stepping>: New field.
3249 (struct lwp_info) <step_range_start, step_range_end>: New fields.
3250 * linux-x86-low.c (x86_supports_range_stepping): New.
3251 (the_low_target) <supports_range_stepping>: Set to
3252 x86_supports_range_stepping.
3253 * server.c (handle_v_cont): Handle 'r' action.
3254 (handle_v_requests): Append ";r" if the target supports range
3255 stepping.
3256 * target.h (struct thread_resume) <step_range_start,
3257 step_range_end>: New fields.
3258 (struct target_ops) <supports_range_stepping>:
3259 New field.
3260 (target_supports_range_stepping): New macro.
3261
3262 2013-05-17 Joel Brobecker <brobecker@adacore.com>
3263
3264 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
3265 confusion in comment.
3266
3267 2013-05-17 Joel Brobecker <brobecker@adacore.com>
3268
3269 * lynx-low.c (struct process_info_private): New type.
3270 (lynx_add_process): New function.
3271 (lynx_create_inferior, lynx_attach): Replace calls to
3272 add_process by calls to lynx_add_process.
3273 (lynx_resume): If PTID is null, then try using
3274 current_process()->private->last_wait_event_ptid.
3275 Add comments.
3276 (lynx_clear_inferiors): Delete. The contents of that function
3277 has been inlined in lynx_mourn;
3278 (lynx_wait_1): Save the ptid in the process's private data.
3279 (lynx_mourn): Free the process' private data. Replace call
3280 to lynx_clear_inferiors by call to clear_inferiors.
3281
3282 2013-05-17 Yao Qi <yao@codesourcery.com>
3283
3284 * i386-low.c (i386_length_and_rw_bits): Move the comment to
3285 the right place.
3286
3287 2013-05-16 Luis Machado <lgustavo@codesourcery.com>
3288
3289 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
3290 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
3291 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
3292 PT_TEXT_END_ADDR guards. Update comments.
3293 (linux_target_op) <read_offsets>: Conditionally define to
3294 linux_read_offsets if the target is UCLIBC and if it defines
3295 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
3296
3297 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3298 Andrew Jenner <andrew@codesourcery.com>
3299
3300 * Makefile.in (SFILES): Add linux-nios2-low.c.
3301 (clean): Add action to delete nios2-linux.c.
3302 (nios2-linux.c): New rule.
3303 * configure.srv: Add nios2*-*-linux*.
3304 * linux-nios2-low.c: New.
3305
3306 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3307
3308 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
3309
3310 2013-04-25 Hui Zhu <hui@codesourcery.com>
3311
3312 PR gdb/15186
3313 * ax.c (ax_printf): Add fflush.
3314
3315 2013-04-22 Tom Tromey <tromey@redhat.com>
3316
3317 * Makefile.in (SFILES): Add filestuff.c.
3318 (OBS): Add filestuff.o.
3319 (filestuff.o): New target.
3320 * config.in, configure: Rebuild.
3321 * configure.ac: Check for fdwalk, pipe2.
3322
3323 2013-04-17 Pedro Alves <palves@redhat.com>
3324
3325 * configure.ac (USE_THREAD_DB): Delete variable.
3326 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
3327 Don't AC_SUBST USE_THREAD_DB.
3328 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
3329 * config.in, configure: Regenerate.
3330
3331 2013-04-16 Pedro Alves <palves@redhat.com>
3332
3333 * linux-low.h (struct lwp_info) <thread_known>: Move under
3334 the USE_THREAD_DB #ifdef.
3335
3336 2013-04-16 Pedro Alves <palves@redhat.com>
3337
3338 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
3339 (linux-low.o): Delete rule.
3340 * linux-low.h: Always include "gdb_thread_db.h" instead of
3341 conditionally including thread_db.h.
3342 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
3343 HAVE_THREAD_DB_H.
3344
3345 2013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 * Makefile.in (install-only): Fix make install regression.
3348
3349 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 Convert man pages to texinfo, new gdbinit.5 texinfo page.
3352 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
3353 installation.
3354 * gdbserver.1: Remove.
3355
3356 2013-03-22 Pedro Alves <palves@redhat.com>
3357
3358 * linux-low.c (handle_extended_wait): Don't call
3359 linux_enable_event_reporting.
3360
3361 2013-03-15 Tony Theodore <tonyt@logyst.com>
3362
3363 PR build/9098:
3364 * Makefile.in (SHELL): Use @SHELL@.
3365
3366 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3367
3368 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
3369 compiler warning.
3370
3371 2013-03-13 Joel Brobecker <brobecker@adacore.com>
3372
3373 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
3374 Remove extraneous NULL element.
3375
3376 2013-03-13 Yao Qi <yao@codesourcery.com>
3377
3378 * tracepoint.c (traceframe_read_tsv): Look for the last matched
3379 'V' block in trace frame.
3380
3381 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3382
3383 * target.h (struct target_ops): Add btrace ops.
3384 (target_supports_btrace): New macro.
3385 (target_enable_btrace): New macro.
3386 (target_disable_btrace): New macro.
3387 (target_read_btrace): New macro.
3388 * gdbthread.h (struct thread_info): Add btrace field.
3389 * server.c: Include btrace-common.h.
3390 (handle_btrace_general_set): New function.
3391 (handle_btrace_enable): New function.
3392 (handle_btrace_disable): New function.
3393 (handle_general_set): Call handle_btrace_general_set.
3394 (handle_qxfer_btrace): New function.
3395 (struct qxfer qxfer_packets[]): Add btrace entry.
3396 * inferiors.c (remove_thread): Disable btrace.
3397 * linux-low: Include linux-btrace.h.
3398 (linux_low_enable_btrace): New function.
3399 (linux_low_read_btrace): New function.
3400 (linux_target_ops): Add btrace ops.
3401 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
3402 Add srv_linux_btrace=yes.
3403 (x86_64-*-linux*): Add linux-btrace.o.
3404 Add srv_linux_btrace=yes.
3405 * configure.ac: Define HAVE_LINUX_BTRACE.
3406 * config.in: Regenerated.
3407 * configure: Regenerated.
3408
3409 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3410
3411 * server.c (handle_qxfer): Preserve error message if -3 is
3412 returned.
3413 (qxfer): Document the -3 return value.
3414
3415 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
3416
3417 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
3418 (linux_btrace_h): New variable.
3419 (linux-btrace.o): New rule.
3420
3421 2013-03-08 Stan Shebs <stan@codesourcery.com>
3422 Hafiz Abid Qadeer <abidh@codesourcery.com>
3423
3424 * tracepoint.c (trace_buffer_size): New global.
3425 (DEFAULT_TRACE_BUFFER_SIZE): New define.
3426 (init_trace_buffer): Change to one-argument function. Allocate
3427 trace buffer memory.
3428 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
3429 handle QTBuffer:size packet.
3430 (cmd_bigqtbuffer_size): New function.
3431 (initialize_tracepoint): Call init_trace_buffer with
3432 DEFAULT_TRACE_BUFFER_SIZE.
3433 * server.c (handle_query): Add QTBuffer:size in the
3434 supported packets.
3435
3436 2013-03-07 Yao Qi <yao@codesourcery.com>
3437
3438 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
3439 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
3440 of -1.
3441 (cmd_qtsp): Adjust condition. Do post increment.
3442 Set cur_action and cur_step_action back to 0.
3443
3444 2013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
3445
3446 PR server/15236
3447 * linux-low.c (linux_write_memory): Return early success if LEN is
3448 zero.
3449
3450 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
3451
3452 * configure.srv: Add x86_64-*-cygwin* as target.
3453
3454 2013-02-28 Tom Tromey <tromey@redhat.com>
3455
3456 * configure.ac: Invoke AC_SYS_LARGEFILE.
3457 * configure, config.in: Rebuild.
3458
3459 2013-02-28 Corinna Vinschen <vinschen@redhat.com>
3460
3461 * win32-low.c: Throughout, fix format strings and casts of
3462 printf-like functions to avoid type related warnings on all
3463 platforms.
3464 (get_child_debug_event): Print dwDebugEventCode as hex since
3465 that's how it's usually documented.
3466
3467 2013-02-28 Yao Qi <yao@codesourcery.com>
3468
3469 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
3470 pulongest.
3471
3472 2013-02-27 Jiong Wang <jiwang@tilera.com>
3473
3474 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
3475 (reg-tilegx32.c): New rule.
3476 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
3477 * linux-tile-low.c (tile_arch_setup): New function. Invoke
3478 different register info initializer according to elf class.
3479 (init_registers_tilgx32): New function. The tilegx32 register info
3480 initializer.
3481 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
3482 (tile_store_gregset): Likewise.
3483
3484 2013-02-27 Yao Qi <yao@codesourcery.com>
3485
3486 * server.c (process_point_options): Print debug message when
3487 debug_threads is true.
3488
3489 2013-02-26 Yao Qi <yao@codesourcery.com>
3490
3491 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
3492
3493 2013-02-19 Pedro Alves <palves@redhat.com>
3494 Kai Tietz <ktietz@redhat.com>
3495
3496 PR gdb/15161
3497
3498 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
3499 instead of strtoul to extract address from packet.
3500 (process_serial_event) <'z'>: Likewise.
3501
3502 2013-02-18 Yao Qi <yao@codesourcery.com>
3503
3504 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
3505
3506 2013-02-14 Pedro Alves <palves@redhat.com>
3507
3508 Plug memory leak.
3509
3510 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
3511 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
3512
3513 2013-02-14 Pedro Alves <palves@redhat.com>
3514
3515 * tracepoint.c (cmd_qtdpsrc): Use savestring.
3516
3517 2013-02-14 Pedro Alves <palves@redhat.com>
3518
3519 * tracepoint.c (save_string): Delete.
3520 (add_tracepoint_action): Use savestring instead of save_string.
3521
3522 2013-02-12 Pedro Alves <palves@redhat.com>
3523
3524 * linux-xtensa-low.c: Ditto.
3525 * xtensa-xtregs.c: Ditto.
3526
3527 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3528
3529 * thread-db.c (thread_db_get_tls_address): NULL pointer check
3530 thread_db.
3531
3532 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3533
3534 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
3535 aarch64_num_wp_regs and aarch64_num_bp_regs to
3536 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
3537
3538 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
3539
3540 * linux-aarch64-low.c (ps_get_thread_area): Replace
3541 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
3542
3543 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
3544 Marcus Shawcroft <marcus.shawcroft@arm.com>
3545 Nigel Stephens <nigel.stephens@arm.com>
3546 Yufeng Zhang <yufeng.zhang@arm.com>
3547
3548 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
3549 (aarch64.c, aarch64-without-fpu.c): New targets.
3550 * configure.srv (aarch64*-*-linux*): New.
3551 * linux-aarch64-low.c: New file.
3552
3553 2013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
3554
3555 * linux-low.c (handle_extended_wait, linux_create_inferior)
3556 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
3557 (dequeue_one_deferred_signal, linux_resume_one_thread)
3558 (fetch_register, linux_write_memory, linux_enable_event_reporting)
3559 (linux_tracefork_grandchild, linux_test_for_tracefork)
3560 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
3561 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
3562 where the argument is 0.
3563
3564 2013-01-25 Yao Qi <yao@codesourcery.com>
3565
3566 * event-loop.c: Include "queue.h".
3567 (gdb_event_p): New typedef.
3568 (struct gdb_event) <next_event>: Remove.
3569 (event_queue): Change to QUEUE(gdb_event_p).
3570 (async_queue_event): Remove.
3571 (gdb_event_xfree): New.
3572 (initialize_event_loop): New.
3573 (process_event): Use API from QUEUE.
3574 (wait_for_event): Likewise.
3575 * server.c (main): Call initialize_event_loop.
3576 * server.h (initialize_event_loop): Declare.
3577
3578 2013-01-18 Yao Qi <yao@codesourcery.com>
3579
3580 * ax.h (struct eval_agent_expr_context): New.
3581 (gdb_eval_agent_expr): Update declaration.
3582 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
3583 TFRAME. Add new argument CTX.
3584 * server.h (struct eval_agent_expr_context): Declare.
3585 (agent_mem_read, agent_tsv_read): Update declaration.
3586 (agent_mem_read_string): Likewise.
3587 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
3588 (add_traceframe_block): Add new argument TPOINT.
3589 Increase TPOINT->traceframe_usage.
3590 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
3591 eval_tracepoint_agent_expr.
3592 (condition_true_at_tracepoint): Likewise.
3593 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
3594 (agent_mem_read_string, agent_tsv_read): Likewise.
3595
3596 2013-01-16 Yao Qi <yao@codesourcery.com>
3597
3598 * linux-low.c (linux_resume_one_lwp): Don't check
3599 'lwp->bp_reinsert != 0'.
3600
3601 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3602 Pedro Alves <palves@redhat.com>
3603
3604 * lynx-low.c (ptrace_request_to_str): Define a temporary
3605 macro and use it to simplify this function's implementation.
3606
3607 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3608
3609 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
3610 sets errno.
3611
3612 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3613
3614 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
3615
3616 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3617
3618 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
3619
3620 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3621
3622 * lynx-low.c (lynx_resume): Use the resume_info parameter
3623 to determine the ptid for the lynx_ptrace call, unless
3624 it is equal to minus_one_ptid, in which case we use the
3625 ptid of the current_inferior.
3626 (lynx_wait_1): After having received a thread create/exit
3627 event, resume the inferior's execution using the signaling
3628 thread's ptid, rather than the old ptid.
3629
3630 2013-01-07 Joel Brobecker <brobecker@adacore.com>
3631
3632 * lynx-low.c (lynx_resume): Delete variable ret.
3633
3634 2013-01-01 Joel Brobecker <brobecker@adacore.com>
3635
3636 * gdbreplay.c (gdbreplay_version): Update copyright year.
3637 * server.c (gdbserver_version): Likewise.
3638
3639 2012-12-17 Joel Brobecker <brobecker@adacore.com>
3640
3641 * lynx-low.c (lynx_wait_1): Add debug trace before adding
3642 new thread.
3643
3644 2012-12-17 Joel Brobecker <brobecker@adacore.com>
3645
3646 * lynx-low.c (ptrace_request_to_str): Add handling for
3647 PTRACE_GETTRACESIG.
3648
3649 2012-12-17 Joel Brobecker <brobecker@adacore.com>
3650
3651 * lynx-low.c (lynx_attach): Delete variable new_process.
3652
3653 2012-12-17 Joel Brobecker <brobecker@adacore.com>
3654
3655 * lynx-low.c (lynx_create_inferior): Delete variable
3656 new_process.
3657
3658 2012-12-17 Joel Brobecker <brobecker@adacore.com>
3659
3660 * lynx-low.c (ptrace_request_to_str): Do not handle
3661 PTRACE_GETTHREADLIST if this macro does not exist.
3662
3663 2012-12-15 Yao Qi <yao@codesourcery.com>
3664
3665 * Makefile.in (OBS): Add notif.o.
3666 * notif.c, notif.h: New.
3667 * server.c: Include "notif.h".
3668 (struct vstop_notif) <next>: Remove.
3669 <base>: New field.
3670 (queue_stop_reply): Update.
3671 (push_event, send_next_stop_reply): Remove.
3672 (discard_queued_stop_replies): Update.
3673 (notif_stop): New variable.
3674 (handle_v_stopped): Remove.
3675 (handle_v_requests): Don't call handle_v_stopped. Call
3676 handle_ack_notif instead.
3677 (queue_stop_reply_callback): Call notif_event_enque instead
3678 of queue_stop_reply.
3679 (handle_status): Don't call send_next_stop_reply, call
3680 notif_write_event instead.
3681 (kill_inferior_callback): Likewise.
3682 (detach_or_kill_inferior_callback): Likewise.
3683 (main): Call initialize_notif.
3684 (process_serial_event): Call QUEUE_is_empty.
3685 (handle_target_event): Call notif_push instead of push event.
3686 * server.h (push_event): Remove declaration.
3687
3688 2012-12-10 Tom Tromey <tromey@redhat.com>
3689
3690 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
3691 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
3692 macros.
3693 (.c.o): Rewrite.
3694 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
3695 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
3696 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
3697 (amd64-linux-ipa.o, ax.o): Rewrite.
3698 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
3699 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
3700 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
3701 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
3702 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
3703 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
3704 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
3705 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
3706 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
3707 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
3708 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
3709 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
3710 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
3711 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
3712 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
3713 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
3714 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
3715 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
3716 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
3717 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
3718 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
3719 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
3720 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
3721 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
3722 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
3723 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
3724 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
3725 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
3726 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
3727 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
3728 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
3729 (reg-tilegx.o): Remove.
3730 (all_object_files): New macro.
3731 Include .deps files.
3732 * aclocal.m4, configure: Rebuild.
3733 * acinclude.m4: Include depstand.m4, lead-dot.m4.
3734 * configure.ac: Invoke ZW_CREATE_DEPDIR,
3735 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
3736
3737 2012-12-05 Tom Tromey <tromey@redhat.com>
3738
3739 PR gdb/14917:
3740 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
3741
3742 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * configure.ac: Check for linux/perf_event.h.
3745 * config.in: Regenerated.
3746 * configure: Regenerated.
3747
3748 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
3749
3750 * hostio.c (handle_readlink): Decrease buffer size
3751 parameter passed to readlink by one byte.
3752
3753 2012-11-26 Yao Qi <yao@codesourcery.com>
3754
3755 * configure.ac (build_warnings): Append '-Wempty-body'.
3756 * configure: Regenerated.
3757 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
3758 body.
3759
3760 2012-11-15 Pierre Muller <muller@sourceware.org>
3761
3762 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
3763 * config.in: Regenerate.
3764 * configure: Regenerate.
3765 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
3766 Use "gdb_wait.h" header instead of <sys/wait.h> header.
3767 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3768 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
3769 header.
3770 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
3771 instead of <sys/wait.h> header.
3772 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3773
3774 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3775
3776 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
3777 (various make rules): Remove -DGDBSERVER
3778
3779 2012-11-09 Yao Qi <yao@codesourcery.com>
3780
3781 * spu-low.c (current_ptid): Move it to ..
3782 * gdbthread.h: ... here. New.
3783 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
3784 * server.c (myresume, process_serial_event): Likewise.
3785 * thread-db.c (thread_db_find_new_threads): Likewise.
3786 * tracepoint.c (run_inferior_command): Likewise.
3787
3788 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3789
3790 * server.c (handle_search_memory_1): Include access length in
3791 warning message.
3792
3793 2012-09-05 Michael Brandt <michael.brandt@axis.com>
3794
3795 * linux-crisv32-low.c: Fix compile errors.
3796
3797 2012-09-04 Yao Qi <yao@codesourcery.com>
3798
3799 * tracepoint.c (cmd_qtsv): Adjust debug message.
3800 Don't check CUR_TPOINT.
3801
3802 2012-08-28 Yao Qi <yao@codesourcery.com>
3803
3804 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
3805 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
3806 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
3807 Remove declarations of xmalloc, xreallloc, xstrdup and
3808 freeargv.
3809 * Makefile.in (libiberty_h): New.
3810 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
3811 (linux-bfin-low.o): Append dependency 'libiberty.h'.
3812
3813 2012-08-23 Yao Qi <yao@codesourcery.com>
3814
3815 * server.h: Remove declaration of 'xsnprintf'.
3816
3817 2012-08-22 Keith Seitz <keiths@redhat.com>
3818
3819 * server.h: Include build-gnulib-gbserver/config.h.
3820 * gdbreplay.c: Likewise.
3821
3822 2012-08-08 Doug Evans <dje@google.com>
3823
3824 * Makefile.in (SFILES): Add gdb_vecs.c.
3825 (OBS): Add gdb_vecs.o.
3826 (gdb_vecs_h, host_defs_h): New variables.
3827 (thread-db.o): Add $(gdb_vecs_h) dependency.
3828 (gdb_vecs.o): New rule.
3829 * thread-db.c: #include "gdb_vecs.h".
3830 (thread_db_load_search): Use a vector to iterate over path elements.
3831 Handle text appearing after "$pdir".
3832
3833 * configure.ac: Add check for strstr.
3834 * config.in: Regenerate.
3835 * configure: Regenerate.
3836
3837 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3838
3839 * hostio.c (handle_pread): If pread fails, fall back to attempting
3840 lseek/read.
3841 (handle_pwrite): Likewise for pwrite.
3842
3843 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3844
3845 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
3846 between unsupported TYPE and unimplementable ADDR/LEN combination.
3847 (arm_insert_point): Act on new return value.
3848
3849 2012-07-31 Pedro Alves <palves@redhat.com>
3850
3851 * server.c (process_point_options): Only skip tokens if we find
3852 one that is unrecognized. Don't treat 'X' specially while
3853 skipping unrecognized tokens.
3854
3855 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3856
3857 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
3858 to 4-byte-align HW breakpoint addresses for Thumb.
3859
3860 2012-07-27 Yao Qi <yao@codesourcery.com>
3861
3862 PR remote/14161.
3863
3864 * server.h: Declare gdb_agent_about_to_close.
3865 * target.c (kill_inferior): Include "agent.h".
3866 New. Send command 'kill'.
3867 * target.h (kill_inferior): Removed macro.
3868 * tracepoint.c (gdb_agent_about_to_close): New.
3869 (gdb_agent_helper_thread): Handle command 'close'.
3870 Wait endlessly until the inferior stops.
3871 Install gdb_agent_remove_socket to atexit hook.
3872 (agent_socket_name): New static variable.
3873 (gdb_agent_socket_init): Replace local variable 'name' with
3874 'agent_socket_name'.
3875 (gdb_agent_remove_socket): New.
3876
3877 2012-07-27 Yao Qi <yao@codesourcery.com>
3878
3879 * server.c (process_point_options): Stop at 'X' when parsing.
3880
3881 2012-07-19 Michael Eager <eager@eagercon.com>
3882
3883 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
3884 to hw_execute.
3885 * linux-x86-low.c (x86_insert_point, x86_remove_point):
3886 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
3887 hardware breakpoint.
3888
3889 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdbserver/linux-low.c (initialize_low): Call
3892 linux_ptrace_init_warnings.
3893
3894 2012-07-02 Doug Evans <dje@google.com>
3895
3896 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
3897 pointer to int.
3898
3899 2012-07-02 Stan Shebs <stan@codesourcery.com>
3900
3901 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
3902 (ax.o): Add it to build rule.
3903 (ax-ipa.o): Ditto.
3904 (OBS): Add format.o.
3905 (IPA_OBS): Add format.o.
3906 * server.c (handle_query): Claim support for breakpoint commands.
3907 (process_point_options): Add command case.
3908 (process_serial_event): Leave running if there are printfs in
3909 effect.
3910 * mem-break.h (any_persistent_commands): Declare.
3911 (add_breakpoint_commands): Declare.
3912 (gdb_no_commands_at_breakpoint): Declare.
3913 (run_breakpoint_commands): Declare.
3914 * mem-break.c (struct point_command_list): New struct.
3915 (struct breakpoint): New field command_list.
3916 (any_persistent_commands): New function.
3917 (add_commands_to_breakpoint): New function.
3918 (add_breakpoint_commands): New function.
3919 (gdb_no_commands_at_breakpoint): New function.
3920 (run_breakpoint_commands): New function.
3921 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
3922 locally.
3923 * ax.c: Include format.h.
3924 (ax_printf): New function.
3925 (gdb_eval_agent_expr): Add printf opcode.
3926
3927 2012-06-13 Yao Qi <yao@codesourcery.com>
3928
3929 * server.c (start_inferior): Remove duplicated writes to fields
3930 'last_resume_kind' and 'last_status' of 'current_inferior'.
3931
3932 2012-06-12 Yao Qi <yao@codesourcery.com>
3933 Pedro Alves <palves@redhat.com>
3934
3935 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
3936 comment.
3937 * server.c (handle_v_cont): Extend comment.
3938
3939 2012-06-11 Yao Qi <yao@codesourcery.com>
3940
3941 * linux-low.c (linux_attach): Add 'static'.
3942
3943 2012-06-06 Yao Qi <yao@codesourcery.com>
3944
3945 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
3946
3947 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3948
3949 Fix gcc -flto compilation warning.
3950 * server.c (main): Make variable multi_mode and attach volatile.
3951
3952 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3953
3954 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
3955 if the platform doesn't know about it.
3956
3957 2012-05-30 Jeff Kenton <jkenton@tilera.com>
3958
3959 * Makefile.in (SFILES): Add linux-tile-low.c.
3960 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
3961 * configure.srv: Handle tilegx-*-linux*.
3962 * linux-tile-low.c: New file.
3963
3964 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3965
3966 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
3967
3968 2012-05-24 Pedro Alves <palves@redhat.com>
3969
3970 PR gdb/7205
3971
3972 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
3973
3974 2012-05-24 Pedro Alves <palves@redhat.com>
3975
3976 PR gdb/7205
3977
3978 Replace target_signal with gdb_signal throughout.
3979
3980 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3981
3982 * linux-low.c (linux_store_registers): Avoid the copying sequence
3983 when no data has been retrieved by ptrace.
3984
3985 2012-05-22 Will Deacon <will.deacon@arm.com>
3986
3987 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
3988 Include asm/ptrace.h.
3989 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
3990 already defined.
3991
3992 2012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3993
3994 * linux-low.c (linux_store_registers): Don't re-retrieve data
3995 with ptrace that has already been obtained from /proc. Always
3996 copy any data retrieved with ptrace to the buffer supplied.
3997
3998 2012-05-11 Yao Qi <yao@codesourcery.com>
3999 Pedro Alves <palves@redhat.com>
4000
4001 * linux-low.c (enum stopping_threads_kind): New.
4002 (stopping_threads): Change type to `enum stopping_threads_kind'.
4003 (handle_extended_wait): If stopping and suspending threads, leave
4004 the new_lwp suspended too.
4005 (linux_wait_for_event): Adjust.
4006 (stop_all_lwps): Set `stopping_threads' to
4007 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4008 whether we're suspending threads or just stopping them. Assert no
4009 recursion happens.
4010
4011 2012-04-29 Yao Qi <yao@codesourcery.com>
4012
4013 * server.h: Move some code to ...
4014 * gdbthread.h: ... here. New.
4015 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4016 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4017 (nto-low.o, win32-low.o): Likewise.
4018 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4019 * regcache.c, remote-utils.c, server.c: Likewise.
4020 * target.c, tracepoint.c, win32-low.c: Likewise.
4021
4022 2012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4023
4024 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4025 (PTRACE_ARG4_TYPE): Likewise.
4026 (PTRACE_XFER_TYPE): Likewise.
4027 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4028 ptrace to PTRACE_ARG3_TYPE.
4029 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4030 (PTRACE_ARG4_TYPE): Likewise.
4031 (PTRACE_XFER_TYPE): Likewise.
4032 (linux_detach_one_lwp): Cast fourth argument of
4033 ptrace to long then PTRACE_ARG4_TYPE.
4034 (regsets_fetch_inferior_registers): Cast third argument of
4035 ptrace to long then PTRACE_ARG3_TYPE.
4036 (regsets_store_inferior_registers): Likewise.
4037
4038 2012-04-20 Pedro Alves <palves@redhat.com>
4039
4040 * configure: Regenerate.
4041
4042 2012-04-19 Pedro Alves <palves@redhat.com>
4043
4044 * Makefile.in (GNULIB_BUILDDIR): New.
4045 (LIBGNU, INCGNU, GNULIB_H): Adjust.
4046 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4047 (all, install-only, uninstall, clean-info, all-lib, clean): No
4048 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4049 (maintainer-clean realclean distclean): Use subdir_do.
4050 (subdir_do): New.
4051 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
4052 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
4053 * acinclude.m4: Include acx_configure_dir.m4.
4054 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4055 calls. Call AC_PROG_RANLIB. Configure gnulib using
4056 ACX_CONFIGURE_DIR.
4057 (GNULIB): New.
4058 (GNULIB_STDINT_H): Adjust.
4059 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4060 * gdbreplay.c: Include build-gnulib/config.h.
4061 * server.h: Likewise.
4062 * aclocal.m4: Regenerate.
4063 * config.in: Regenerate.
4064 * configure: Regenerate.
4065
4066 2012-04-19 Pedro Alves <palves@redhat.com>
4067
4068 * Makefile.in (LIBGNU, INCGNU): Adjust.
4069 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4070 (all, install-only, uninstall, clean-info, all-lib, clean)
4071 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4072 * configure.ac: Adjust AC_OUTPUT output.
4073 * aclocal.m4: Regenerate.
4074 * configure: Regenerate.
4075
4076 2012-04-19 Pedro Alves <palves@redhat.com>
4077
4078 * Makefile.in (generated_files): New.
4079 (server_h): Remove the explicit dependency on config.h, and depend
4080 on $generated_files.
4081
4082 2012-04-19 Pedro Alves <palves@redhat.com>
4083
4084 * Makefile.in (INCGNU): Add -Ignulib.
4085
4086 2012-04-19 Pedro Alves <palves@redhat.com>
4087
4088 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4089 (INCGNU): ... this, and spell out -I here.
4090 (GNULIB_LIB): Rename to ...
4091 (LIBGNU): ... this.
4092 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4093
4094 2012-04-19 Pedro Alves <palves@redhat.com>
4095
4096 * config.in: Regenerate.
4097
4098 2012-04-19 Pedro Alves <palves@redhat.com>
4099
4100 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4101 * server.h (memmem): Remove declaration.
4102 * config.in: Regenerate.
4103 * configure: Regenerate.
4104
4105 2012-04-19 Yao Qi <yao@codesourcery.com>
4106
4107 * Makefile.in (SFILES): Add common/vec.c.
4108 (OBS): Add vec.o.
4109 (vec.o): New rule.
4110
4111 2012-04-19 Yao Qi <yao@codesourcery.com>
4112
4113 * remote-utils.c (prepare_resume_reply): Replace with macro
4114 target_core_of_thread.
4115 * server.c (handle_qxfer_threads_proper): Likewise.
4116 * target.h (traget_core_of_thread): New macro.
4117
4118 2012-04-18 Pedro Alves <palves@redhat.com>
4119
4120 * aclocal.m4: Regenerate.
4121 * configure: Regenerate.
4122
4123 2012-04-16 Yao Qi <yao@codesourcery.com>
4124
4125 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
4126 duplicated on address.
4127
4128 2012-04-16 Yao Qi <yao@codesourcery.com>
4129
4130 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
4131 (struct tracepoint_action_ops) <send>: New field.
4132 (m_tracepoint_action_send, r_tracepoint_action_send): New.
4133 (agent_expr_send, x_tracepoint_action_send): New.
4134 (l_tracepoint_action_send): New.
4135 (cmd_qtdp): Download and install tracepoint
4136 according to `use_agent'.
4137 (run_inferior_command): Add one more parameter `len'.
4138 Update callers.
4139 (tracepoint_send_agent): New.
4140 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
4141
4142 2012-04-16 Yao Qi <yao@codesourcery.com>
4143
4144 * tracepoint.c (download_tracepoints): Moved to ...
4145 (cmd_qtstart): ... here.
4146
4147 2012-04-14 Yao Qi <yao@codesourcery.com>
4148
4149 * tracepoint.c: Include inttypes.h.
4150 (struct collect_memory_action): Use sized types.
4151 (struct tracepoint): Likewise.
4152 (cmd_qtdp, stop_tracing): Update print specifiers.
4153 (cmd_qtp, response_tracepoint): Likewise.
4154 (collect_data_at_tracepoint): Likewise.
4155 (collect_data_at_step): Likewise.
4156
4157 2012-04-14 Yao Qi <yao@codesourcery.com>
4158
4159 Import gnulib module inttypes.
4160 * aclocal.m4, config.in, configure: Regenerated.
4161
4162 2012-04-14 Yao Qi <yao@codesourcery.com>
4163
4164 * Makefile.in (maintainer-clean, realclean, distclean): Remove
4165 Makefile and config.status at last.
4166
4167 2012-04-13 Yao Qi <yao@codesourcery.com>
4168
4169 * tracepoint.c: Include stdint.h unconditionally.
4170
4171 2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4172
4173 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
4174 on BFD_HAVE_SYS_PROCFS_TYPE.
4175 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
4176 * configure: Regenerate.
4177 * config.in: Likewise.
4178
4179 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
4180
4181 * Makefile.in (clean): Also remove x32.c x32-linux.c
4182 x32-avx.c x32-avx-linux.c.
4183 (x32.o): New target.
4184 (x32.c): Likewise.
4185 (x32-linux.o): Likewise.
4186 (x32-linux.c): Likewise.
4187 (x32-avx.o): Likewise.
4188 (x32-avx.c): Likewise.
4189 (x32-avx-linux.o): Likewise.
4190 (x32-avx-linux.c): Likewise.
4191
4192 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
4193 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
4194 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
4195 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
4196 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
4197 i386/x32-avx-linux.xml.
4198
4199 * linux-x86-low.c (init_registers_x32_linux): New prototype.
4200 (init_registers_x32_avx_linux): Likwise.
4201 (x86_linux_update_xmltarget): Call init_registers_x32_linux
4202 or init_registers_x32_avx_linux if linux_is_elf64 is false.
4203
4204 2012-04-13 Pedro Alves <palves@redhat.com>
4205
4206 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
4207 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
4208 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
4209 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
4210 the sub-make.
4211
4212 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4213
4214 * linux-x86-low.c (compat_x32_clock_t): New.
4215 (compat_x32_siginfo_t): Likewise.
4216 (compat_x32_siginfo_from_siginfo): Likewise.
4217 (siginfo_from_compat_x32_siginfo): Likewise.
4218 (linux_is_elf64): Likewise.
4219 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4220 and siginfo_from_compat_x32_siginfo for x32.
4221 (x86_arch_setup): Set linux_is_elf64.
4222
4223 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4224
4225 PR gdb/13969
4226 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
4227 e_machine field.
4228 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
4229 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
4230 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
4231 compatible with process.
4232
4233 2012-04-12 Yao Qi <yao@codesourcery.com>
4234
4235 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
4236 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
4237 (install-only, install-info, clean): Handle sub dir gnulib.
4238 (all-lib, am--refresh): New targets.
4239 (memmem.o): Remove target.
4240 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
4241 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
4242 (AC_REPLACE_FUNCS): Remove memmem.
4243 Invoke gl_INIT and AM_INIT_AUTOMAKE.
4244 (AC_OUTPUT): Generate Makefile in gnulib/.
4245 * aclocal.m4, config.in, configure: Regenerated.
4246
4247 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4248
4249 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
4250
4251 2012-04-05 Pedro Alves <palves@redhat.com>
4252
4253 -Werror=strict-aliasing
4254
4255 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
4256 pointer.
4257
4258 2012-04-04 Pedro Alves <palves@redhat.com>
4259
4260 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4261 (sparc_store_gregset_from_stack, sparc_store_gregset)
4262 (sparc_breakpoint_at): Fix formatting.
4263
4264 2012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4265
4266 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
4267 are available.
4268 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
4269 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
4270 * config.in: Regenerate.
4271 * configure: Likewise.
4272
4273 2012-03-29 Pedro Alves <palves@redhat.com>
4274
4275 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
4276 Correct ptrace arguments.
4277
4278 2012-03-28 Pedro Alves <palves@redhat.com>
4279
4280 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
4281 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
4282 (IA64_FR1_REGNUM): New defines.
4283 (ia64_fetch_register): New.
4284 (the_low_target): Install it.
4285 * linux-low.h (struct linux_target_ops) <fetch_register>: New
4286 field.
4287 * linux-low.c (linux_fetch_registers): Try the
4288 the_low_target.fetch_register hook first.
4289
4290 * linux-arm-low.c (the_low_target): Adjust.
4291 * linux-bfin-low.c (the_low_target): Adjust.
4292 * linux-cris-low.c (the_low_target): Adjust.
4293 * linux-crisv32-low.c (the_low_target): Adjust.
4294 * linux-m32r-low.c (the_low_target): Adjust.
4295 * linux-m68k-low.c (the_low_target): Adjust.
4296 * linux-mips-low.c (the_low_target): Adjust.
4297 * linux-ppc-low.c (the_low_target): Adjust.
4298 * linux-s390-low.c (the_low_target): Adjust.
4299 * linux-sh-low.c (the_low_target): Adjust.
4300 * linux-sparc-low.c (the_low_target): Adjust.
4301 * linux-tic6x-low.c (the_low_target): Adjust.
4302 * linux-x86-low.c (the_low_target): Adjust.
4303 * linux-xtensa-low.c (the_low_target): Adjust.
4304
4305 2012-03-26 Pedro Alves <palves@redhat.com>
4306
4307 * server.c (handle_qxfer_libraries): Don't bail early if
4308 the_target->qxfer_libraries_svr4 is not NULL.
4309
4310 2012-03-26 Pedro Alves <palves@redhat.com>
4311
4312 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
4313
4314 2012-03-23 Pedro Alves <palves@redhat.com>
4315
4316 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
4317 "library-list-svr4" element's start tag when the the DSO list is
4318 empty.
4319
4320 2012-03-23 Pedro Alves <palves@redhat.com>
4321
4322 * linux-low.c (read_one_ptr): Read the inferior's pointer through
4323 a variable whose type size is the same as the inferior's pointer
4324 size.
4325
4326 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
4327
4328 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
4329 struct siginfo.
4330 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
4331 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
4332 * linux-low.h: Include <signal.h>.
4333 (struct siginfo): Remove forward declaration.
4334 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
4335 struct siginfo.
4336
4337 2012-03-21 Mike Frysinger <vapier@gentoo.org>
4338
4339 * .gitignore: Ignore more files.
4340
4341 2012-03-19 Pedro Alves <palves@redhat.com>
4342 Jan Kratochvil <jan.kratochvil@redhat.com>
4343
4344 * server.c (cont_thread, general_thread): Add describing comments.
4345 (start_inferior): Clear `cont_thread'.
4346 (handle_v_cont): Don't set `cont_thread' if resuming all threads
4347 of a process.
4348
4349 2012-03-15 Yao Qi <yao@codesourcery.com>
4350
4351 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
4352 handling to ...
4353 (cmd_qtdp): ... here.
4354
4355 2012-03-15 Yao Qi <yao@codesourcery.com>
4356
4357 * tracepoint.c (struct tracepoint_action_ops): New.
4358 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
4359 (m_tracepoint_action_download): New.
4360 (r_tracepoint_action_download): New.
4361 (x_tracepoint_action_download): New.
4362 (l_tracepoint_action_download): New.
4363 (add_tracepoint_action): Install `action->ops' according type.
4364 (download_tracepoint_1): Move code `download' function pointer
4365 of various tracepoint_action_ops.
4366
4367 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4368
4369 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
4370 linux_ptrace_attach_warnings.
4371
4372 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * Makefile.in (linux-ptrace.o): New.
4375 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
4376 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
4377 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
4378 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
4379 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
4380 of these targets.
4381 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
4382
4383 2012-03-08 Yao Qi <yao@codesourcery.com>
4384 Pedro Alves <palves@redhat.com>
4385
4386 Fix PR server/13392.
4387 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
4388 offset of JMP insn.
4389 * tracepoint.c (remove_tracepoint): New.
4390 (cmd_qtdp): Call remove_tracepoint when failed to install.
4391
4392 2012-03-07 Pedro Alves <palves@redhat.com>
4393
4394 * linux-low.c (get_detach_signal): New.
4395 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
4396 Pass on pending signals to PTRACE_DETACH. Check the result of the
4397 ptrace call.
4398 * server.c (program_signals, program_signals_p): New.
4399 (handle_general_set): Handle QProgramSignals.
4400 * server.h (program_signals, program_signals_p): Declare.
4401
4402 2012-03-05 Pedro Alves <palves@redhat.com>
4403 Jan Kratochvil <jan.kratochvil@redhat.com>
4404
4405 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
4406 New comment why.
4407
4408 2012-03-03 Yao Qi <yao@codesourcery.com>
4409
4410 * tracepoint.c (tracepoint_look_up_symbols): Update call to
4411 agent_look_up_symbols.
4412
4413 2012-03-03 Yao Qi <yao@codesourcery.com>
4414
4415 * Makefile.in (linux-low.o): Keep dependence on agent.h.
4416 (linux-x86-low.o): Likewise.
4417 * server.h: Remove in_process_agent_loaded.
4418 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
4419 common/agent.c.
4420 Update callers.
4421
4422 2012-03-03 Yao Qi <yao@codesourcery.com>
4423
4424 * tracepoint.c (gdb_agent_capability): New global.
4425 (in_process_agent_loaded_ust): Renamed to
4426 `in_process_agent_supports_ust'.
4427 Update callers.
4428 (in_process_agent_supports_ust): Call agent_capability_check.
4429 (clear_installed_tracepoints): Assert that agent supports
4430 agent.
4431
4432 2012-03-03 Yao Qi <yao@codesourcery.com>
4433
4434 * linux-low.c (linux_supports_agent): New.
4435 (linux_target_ops): Initialize field `supports_agent' with
4436 linux_supports_agent.
4437 * target.h (struct target_ops) <supports_agent>: New.
4438 (target_supports_agent): New macro.
4439 * server.c (handle_general_set): Handle packet 'QAgent'.
4440 (handle_query): Send `QAgent+'.
4441 * Makefile.in (server.o): Depends on agent.h.
4442
4443 2012-03-03 Yao Qi <yao@codesourcery.com>
4444
4445 * Makefile.in (OBS): Add agent.o.
4446 Add new rule for agent.o.
4447 Track dependence of tracepoint.c on agent.h.
4448 * tracepoint.c (run_inferior_command_1):
4449 (run_inferior_command): Call agent_run_command.
4450 (gdb_ust_connect_sync_socket): Deleted. Move it to
4451 common/agent.c.
4452 (resume_thread, stop_thread): Likewise.
4453 (gdb_ust_socket_init): Renamed to ...
4454 (gdb_agent_socket_init): ... New.
4455 (gdb_ust_thread): Renamed to ...
4456 (gdb_agent_helper_thread): ... New.
4457 (gdb_ust_init): Move some code to ...
4458 (gdb_agent_init): ... here. New.
4459 [HAVE_UST]: Call gdb_ust_init.
4460 (initialize_tracepoint_ftlib): Call gdb_agent_init.
4461 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
4462 * config.in, configure: Regenerated.
4463
4464 2012-03-02 Pedro Alves <palves@redhat.com>
4465
4466 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
4467 * linux-low.c (struct simple_pid_list): New.
4468 (stopped_pids): New a struct simple_pid_list pointer.
4469 (add_to_pid_list, pull_pid_from_list): New.
4470 (handle_extended_wait): Don't assume the first signal new children
4471 report is SIGSTOP. Adjust call to pull_pid_from_list.
4472 (linux_wait_for_lwp): Adjust.
4473
4474 2012-03-02 Yao Qi <yao@codesourcery.com>
4475
4476 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
4477 debug log.
4478
4479 2012-03-02 Yao Qi <yao@codesourcery.com>
4480
4481 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
4482 `stop_pc' and `tpoint'. Update caller.
4483
4484 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4485
4486 * linux-low.h (linux_target_ops): Add regset_bitmap member.
4487 * linux-low.c (use_linux_regsets): New macro.
4488 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
4489 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
4490 (linux_register_in_regsets): New function.
4491 (usr_fetch_inferior_registers): Skip registers covered by
4492 regsets.
4493 (usr_store_inferior_registers): Likewise.
4494 (usr_fetch_inferior_registers): New macro.
4495 (usr_store_inferior_registers): Likewise.
4496 (linux_fetch_registers): Handle mixed regset/non-regset targets.
4497 (linux_store_registers): Likewise.
4498 * linux-mips-low.c (init_registers_mips_dsp_linux): New
4499 prototype.
4500 (init_registers_mips64_dsp_linux): Likewise.
4501 (init_registers_mips_linux): New macro.
4502 (init_registers_mips_dsp_linux): Likewise.
4503 (mips_dsp_num_regs): Likewise.
4504 (DSP_BASE, DSP_CONTROL): New fallback macros.
4505 (mips_base_regs): New macro.
4506 (mips_regmap): Use it. Fix the size.
4507 (mips_dsp_regmap): New variable.
4508 (mips_dsp_regset_bitmap): Likewise.
4509 (mips_arch_setup): New function.
4510 (mips_cannot_fetch_register): Use the_low_target.regmap rather
4511 than mips_regmap.
4512 (mips_cannot_store_register): Likewise.
4513 (the_low_target): Update .arch_setup, .num_regs and .regmap
4514 initializers. Add .regset_bitmap initializer.
4515 * linux-arm-low.c (the_low_target): Add .regset_bitmap
4516 initializer.
4517 * linux-bfin-low.c (the_low_target): Likewise.
4518 * linux-cris-low.c (the_low_target): Likewise.
4519 * linux-crisv32-low.c (the_low_target): Likewise.
4520 * linux-ia64-low.c (the_low_target): Likewise.
4521 * linux-m32r-low.c (the_low_target): Likewise.
4522 * linux-m68k-low.c (the_low_target): Likewise.
4523 * linux-ppc-low.c (the_low_target): Likewise.
4524 * linux-s390-low.c (the_low_target): Likewise.
4525 * linux-sh-low.c (the_low_target): Likewise.
4526 * linux-sparc-low.c (the_low_target): Likewise.
4527 * linux-tic6x-low.c (the_low_target): Likewise.
4528 * linux-x86-low.c (the_low_target): Likewise.
4529 * linux-xtensa-low.c (the_low_target): Likewise.
4530 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
4531 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
4532 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
4533 srv_xmlfiles.
4534 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
4535 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
4536
4537 2012-02-29 Yao Qi <yao@codesourcery.com>
4538 Pedro Alves <palves@redhat.com>
4539
4540 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
4541 `step_over_finished' is true.
4542
4543 2012-02-27 Pedro Alves <palves@redhat.com>
4544
4545 * linux-low.c (pid_is_stopped): Delete, moved to common/.
4546 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
4547
4548 2012-02-27 Pedro Alves <palves@redhat.com>
4549
4550 PR server/9684
4551 * linux-low.c (pid_is_stopped): New.
4552 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
4553
4554 2012-02-25 Luis Machado <lgustavo@codesourcery.com>
4555
4556 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
4557 of conditions.
4558
4559 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4560
4561 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
4562
4563 2012-02-24 Luis Machado <lgustavo@codesourcery>
4564
4565 * server.c (handle_query): Advertise support for target-side
4566 breakpoint condition evaluation.
4567 (process_point_options): New function.
4568 (process_serial_event): When inserting a breakpoint, check for
4569 a target-side condition that should be evaluated.
4570
4571 * mem-break.c: Include regcache.h and ax.h.
4572 (point_cond_list_t): New data structure.
4573 (breakpoint) <cond_list>: New field.
4574 (find_gdb_breakpoint_at): Make non-static.
4575 (delete_gdb_breakpoint_at): Clear any target-side
4576 conditions.
4577 (clear_gdb_breakpoint_conditions): New function.
4578 (add_condition_to_breakpoint): Likewise.
4579 (add_breakpoint_condition): Likewise.
4580 (gdb_condition_true_at_breakpoint): Likewise.
4581 (gdb_breakpoint_here): Return result directly instead
4582 of going through a local variable.
4583
4584 * mem-break.h (find_gdb_breakpoint_at): New prototype.
4585 (clear_gdb_breakpoint_conditions): Likewise.
4586 (add_breakpoint_condition): Likewise.
4587 (gdb_condition_true_at_breakpoint): Likewise.
4588
4589 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
4590 (need_step_over_p): Take target-side breakpoint condition into
4591 consideration.
4592
4593 2012-02-24 Luis Machado <lgustavo@codesourcery>
4594
4595 * server.h: Include tracepoint.h.
4596 (agent_mem_read, agent_get_trace_state_variable_value,
4597 agent_set_trace_state_variable_value,
4598 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
4599 get_set_tsv_func_addr): New prototypes.
4600
4601 * ax.h: New include file.
4602 * ax.c: New source file.
4603
4604 * tracepoint.c: Include ax.h.
4605 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
4606 agent_expr, eval_result_type): Move to ax.h.
4607 (parse_agent_expr): Rename to ...
4608 (gdb_parse_agent_expr): ... this, make it non-static and move
4609 to ax.h.
4610 (unparse_agent_expr) Rename to ...
4611 (gdb_unparse_agent_expr): ... this, make it non-static and move
4612 to ax.h.
4613 (eval_agent_expr): Rename to ...
4614 (eval_tracepoint_agent_expr): ... this.
4615 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
4616 forward declarations.
4617 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
4618 (agent_get_trace_state_variable_value): New function.
4619 (agent_set_trace_state_variable_value): New function.
4620 (cmd_qtdp): Call gdb_parse_agent_expr (...).
4621 (response_tracepoint): Call gdb_unparse_agent_expr (...).
4622 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
4623 (condition_true_at_tracepoint): Likewise.
4624 (parse_agent_expr): Rename to ...
4625 (gdb_parse_agent_expr): ... this and move to ax.c.
4626 (unparse_agent_expr): Rename to ...
4627 (gdb_unparse_agent_expr): ... this and move to ax.c.
4628 (gdb_agent_op_name): Move to ax.c.
4629 (eval_agent_expr): Rename to ...
4630 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
4631 and move to ax.c.
4632 (eval_tracepoint_agent_expr): New function.
4633 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
4634 non-static.
4635 (current_insn_ptr, emit_error, struct bytecode_address): Move to
4636 ax.c.
4637 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
4638 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
4639 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
4640 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
4641 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
4642 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
4643 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
4644 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
4645 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
4646 (compile_bytecodes): Remove forward declaration.
4647 (is_goto_target): Move to ax.c.
4648 (compile_bytecodes): Move to ax.c and call
4649 agent_get_trace_state_variable_value (...) and
4650 agent_set_trace_state_variable_value (...).
4651
4652 * Makefile.in: Update ax.c and IPA dependencies.
4653
4654 2012-02-24 Pedro Alves <palves@redhat.com>
4655
4656 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
4657 (cmd_bigqtbuffer_circular): ... this. Only handle
4658 'QTBuffer:circular:'.
4659 (handle_tracepoint_general_set): Adjust.
4660
4661 2012-02-16 Yao Qi <yao@codesourcery.com>
4662
4663 * inferiors.c: Move code to ...
4664 * dll.c: .... here. New.
4665 * server.h: Declare clear_dlls.
4666 * Makefile.in (SFILES): Add dll.c.
4667 (OBS): Add dll.o
4668 (dll.o): New rule.
4669
4670 2012-02-11 Yao Qi <yao@codesourcery.com>
4671
4672 * server.c: (handle_monitor_command): Add a new parameter
4673 `own_buf'.
4674 (handle_query): Update caller.
4675
4676 2012-02-09 Joel Brobecker <brobecker@adacore.com>
4677
4678 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
4679 * configure, config.in: Regenerate.
4680 * hostio.c: Provide an alternate implementation if HAVE_READLINK
4681 is not defined.
4682
4683 2012-02-02 Pedro Alves <palves@redhat.com>
4684
4685 Try SIGKILL first, then PTRACE_KILL.
4686 * linux-low.c (linux_kill_one_lwp): New.
4687 (linux_kill_one_lwp): Rename to ...
4688 (kill_one_lwp_callback): ... this. Use the new
4689 linux_kill_one_lwp.
4690
4691 2012-02-02 Pedro Alves <palves@redhat.com>
4692
4693 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
4694 inferior.
4695
4696 2012-01-27 Pedro Alves <palves@redhat.com>
4697
4698 * linux-low.c (linux_child_pid_to_exec_file): Delete.
4699 (elf_64_file_p): Make static.
4700 (linux_pid_exe_is_elf_64_file): New.
4701 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
4702 Delete declarations.
4703 (linux_pid_exe_is_elf_64_file): Declare.
4704 * linux-x86-low.c (x86_arch_setup): Use
4705 linux_pid_exe_is_elf_64_file.
4706
4707 2012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4708
4709 * linux-low.c (linux_wait_for_event_1): Rename to ...
4710 (linux_wait_for_event): ... here and merge it with former
4711 linux_wait_for_event - new variable wait_ptid, use it.
4712 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
4713
4714 2012-01-23 Pedro Alves <palves@redhat.com>
4715
4716 * server.c (main): Avoid yet another case of infinite loop while
4717 detaching/killing after a longjmp.
4718
4719 2012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4720
4721 Code cleanup.
4722 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
4723
4724 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4725
4726 * hostio.c (handle_readlink): New function.
4727 (handle_vFile): Call it to handle "vFile:readlink" packets.
4728
4729 2012-01-20 Pedro Alves <palves@redhat.com>
4730 Ulrich Weigand <ulrich.weigand@linaro.org>
4731
4732 * server.c (handle_v_requests): Only support vAttach and vRun to
4733 start multiple processes when in extended protocol mode.
4734
4735 2012-01-17 Pedro Alves <palves@redhat.com>
4736
4737 * tracepoint.c (initialize_tracepoint): Use mmap instead of
4738 memalign plus mprotect to allocate the scratch buffer.
4739
4740 2012-01-13 Pedro Alves <palves@redhat.com>
4741
4742 * server.c (attach_inferior): Clear `cont_thread'.
4743
4744 2012-01-13 Pedro Alves <palves@redhat.com>
4745
4746 * server.c (main): Avoid infinite loop while detaching/killing
4747 after a longjmp.
4748
4749 2012-01-09 Doug Evans <dje@google.com>
4750
4751 * server.c (start_inferior): Set last_ptid in --wrapper case.
4752
4753 2012-01-06 Yao Qi <yao@codesourcery.com>
4754
4755 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
4756 defined.
4757 [IN_PROCESS_AGENT] (debug_agent): New global variable.
4758
4759 2012-01-04 Yao Qi <yao@codesourcery.com>
4760
4761 * tracepoint.c (cmd_qtdp): Print debug message
4762 for static tracepoint.
4763
4764 2012-01-04 Yao Qi <yao@codesourcery.com>
4765
4766 * tracepoint.c (trace_vdebug): Differentiate debug message
4767 between gdbserver and IPA.
4768
4769 2012-01-03 Yao Qi <yao@codesourcery.com>
4770
4771 * tracepoint.c (tracepoint_was_hit): Don't collect for
4772 static tracepoint.
4773
4774 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4775
4776 * terminal.h: Reformat copyright header.
4777
4778 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4779
4780 * server.c (gdbserver_version): Update copyright year.
4781 * gdbreplay.c (gdbreplay_version): Likewise.
4782
4783 2011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4784
4785 * linux-low.c (linux_create_inferior): Put empty if clause for write.
4786
4787 Revert:
4788 2011-12-18 Hui Zhu <teawater@gmail.com>
4789 * linux-low.c (linux_create_inferior): Save return value to ret.
4790
4791 2011-12-18 Hui Zhu <teawater@gmail.com>
4792
4793 * linux-low.c (linux_create_inferior): Save return value to ret.
4794
4795 2011-12-16 Doug Evans <dje@google.com>
4796
4797 * linux-low.c (linux_create_inferior): If stdio connection,
4798 redirect stdin from /dev/null, stdout to stderr.
4799 * remote-utils.c (remote_is_stdio): New static global.
4800 (remote_connection_is_stdio): New function.
4801 (remote_prepare): Handle stdio connection.
4802 (remote_open): Ditto.
4803 (remote_close): Don't close stdin for stdio connections.
4804 (read_prim,write_prim): New functions. Replace all calls to
4805 read/write to these.
4806 * server.c (main): Watch for "-" argument. Move call to
4807 remote_prepare before start_inferior.
4808 * server.h (STDIO_CONNECTION_NAME): New macro.
4809 (remote_connection_is_stdio): Declare.
4810
4811 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
4812 in debugging output.
4813
4814 2011-12-15 Yao Qi <yao@codesourcery.com>
4815
4816 * tracepoint.c: Include sys/syscall.h.
4817 (gdb_ust_thread): Remove preprocessor conditional.
4818
4819 2011-12-14 Pedro Alves <pedro@codesourcery.com>
4820
4821 * linux-low.c (linux_detach_one_lwp): Call
4822 the_low_target.prepare_to_resume before detaching.
4823
4824 2011-12-14 Yao Qi <yao@codesourcery.com>
4825
4826 * tracepoint.c (gdb_ust_thread): Don't ignore return value
4827 of write.
4828
4829 2011-12-14 Yao Qi <yao@codesourcery.com>
4830
4831 * i386-low.c (i386_low_stopped_data_address): Initialize local
4832 variable `control'.
4833
4834 2011-12-13 Pedro Alves <pedro@codesourcery.com>
4835
4836 PR remote/13492
4837
4838 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
4839 DR_CONTROL unless necessary. Extend comments.
4840 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
4841 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
4842
4843 2011-12-13 Yao Qi <yao@codesourcery.com>
4844
4845 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
4846 macros.
4847 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
4848
4849 2011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4850
4851 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4852 Print new debug message for such case.
4853
4854 2011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 Fix overlapping memcpy.
4857 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
4858 the read_inferior_memory transfer.
4859 (delete_fast_tracepoint_jump): New variable buf. Use it for the
4860 write_inferior_memory transfer.
4861 (set_fast_tracepoint_jump): New variable buf. Use it for the
4862 read_inferior_memory and write_inferior_memory transfers.
4863 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
4864 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
4865 Use it for the write_inferior_memory transfer.
4866 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
4867 buffers.
4868
4869 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4870
4871 * linux-low.c (fetch_register, store_register): Make code
4872 consistent, fix formatting.
4873
4874 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4875
4876 * linux-low.c (usr_store_inferior_registers): Factor out code
4877 to handle individual registers into...
4878 (store_register): ... this new function.
4879
4880 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
4881
4882 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
4883 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
4884 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
4885 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
4886 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
4887 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
4888 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
4889 (srv_xmlfiles): Add new XML files.
4890
4891 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
4892 and <sys/uio.h>.
4893 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
4894 (init_registers_s390_linux32v1): Add prototype.
4895 (init_registers_s390_linux32v2): Likewise.
4896 (init_registers_s390_linux64v1): Likewise.
4897 (init_registers_s390_linux64v2): Likewise.
4898 (init_registers_s390x_linux64v1): Likewise.
4899 (init_registers_s390x_linux64v2): Likewise.
4900 (s390_num_regs): Increment to 52.
4901 (s390_regmap): Add orig_r2 register.
4902 (s390_num_regs_3264): Increment to 68.
4903 (s390_regmap_3264): Add orig_r2 register.
4904 (s390_collect_ptrace_register): Handle orig_r2 register.
4905 (s390_supply_ptrace_register): Likewise.
4906 (s390_fill_last_break): New function.
4907 (s390_store_last_break): Likewise.
4908 (s390_fill_system_call): New function.
4909 (s390_store_system_call): Likewise.
4910 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
4911 register sets.
4912 (s390_check_regset): New function.
4913 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
4914 NT_S390_SYSTEM_CALL regsets and use appropriate description.
4915 Update target_regsets for available register sets.
4916
4917 2011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4918 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
4921 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
4922 New.
4923 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
4924 * linux-low.h (struct process_info_private): New member r_debug.
4925 * server.c (handle_qxfer_libraries): Call
4926 the_target->qxfer_libraries_svr4.
4927 (handle_qxfer_libraries_svr4): New function.
4928 (qxfer_packets): New entry "libraries-svr4".
4929 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
4930 * target.h (struct target_ops): New member qxfer_libraries_svr4.
4931 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
4932 PACKET_qXfer_libraries_svr4.
4933
4934 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4935
4936 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
4937 PSW address/mask between 8-byte and 16-byte formats.
4938 (s390_supply_ptrace_register): Likewise.
4939 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
4940 basic addressing mode bit.
4941
4942 2011-11-24 Stan Shebs <stan@codesourcery.com>
4943
4944 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
4945
4946 2011-11-17 Stan Shebs <stan@codesourcery.com>
4947
4948 * tracepoint.c (struct tracepoint): New field traceframe_usage.
4949 (tracing_start_time): New global.
4950 (tracing_stop_time): New global.
4951 (tracing_user_name): New global.
4952 (tracing_notes): New global.
4953 (tracing_stop_note): New global.
4954 (cmd_qtstart): Set traceframe_usage, start_time.
4955 (stop_tracing): Set stop_time.
4956 (cmd_qtstatus): Report additional status.
4957 (cmd_qtp): New function.
4958 (handle_tracepoint_query): Call it.
4959 (cmd_qtnotes): New function.
4960 (handle_tracepoint_general_set): Call it.
4961 (get_timestamp): Rename from tsv_get_timestamp.
4962
4963 2011-11-14 Stan Shebs <stan@codesourcery.com>
4964 Kwok Cheung Yeung <kcy@codesourcery.com>
4965
4966 * linux-x86-low.c (small_jump_insn): New.
4967 (i386_install_fast_tracepoint_jump_pad): Add arguments for
4968 trampoline and error message, build a trampoline and issue a small
4969 jump instruction to it.
4970 (x86_install_fast_tracepoint_jump_pad): Add arguments for
4971 trampoline and error message.
4972 (x86_get_min_fast_tracepoint_insn_len): New.
4973 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
4974 * linux-low.h (struct linux_target_ops): Add arguments to
4975 install_fast_tracepoint_jump_pad operation, add new operation.
4976 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
4977 arguments.
4978 (linux_get_min_fast_tracepoint_insn_len): New function.
4979 (linux_target_op): Add new operation.
4980 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
4981 (gdb_trampoline_buffer_end): Ditto.
4982 (gdb_trampoline_buffer_error): Ditto.
4983 (struct ipa_sym_addresses): Add fields for new IPA variables.
4984 (symbol_list): Add entries for new IPA variables.
4985 (struct tracepoint): Add fields to hold the address range of the
4986 trampoline used by the tracepoint.
4987 (trampoline_buffer_head): New static variable.
4988 (trampoline_buffer_tail): Ditto.
4989 (claim_trampoline_space): New function.
4990 (have_fast_tracepoint_trampoline_buffer): New function.
4991 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
4992 structure.
4993 (install_fast_tracepoint): Ditto, also add error buffer argument.
4994 (cmd_qtminftpilen): New function.
4995 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
4996 (fast_tracepoint_from_trampoline_address): New function.
4997 (fast_tracepoint_collecting): Handle trampoline as part of jump
4998 pad space.
4999 (set_trampoline_buffer_space): New function.
5000 (initialize_tracepoint): Initialize new IPA variables.
5001 * target.h (struct target_ops): Add arguments to
5002 install_fast_tracepoint_jump_pad operation, add new
5003 get_min_fast_tracepoint_insn_len operation.
5004 (target_get_min_fast_tracepoint_insn_len): New.
5005 (install_fast_tracepoint_jump_pad): Add arguments.
5006 * server.h (IPA_BUFSIZ): Define.
5007 * linux-i386-ipa.c: Include extra header files.
5008 (initialize_fast_tracepoint_trampoline_buffer): New function.
5009 (initialize_low_tracepoint): Call it.
5010 * server.h (set_trampoline_buffer_space): Declare.
5011 (claim_trampoline_space): Ditto.
5012 (have_fast_tracepoint_trampoline_buffer): Ditto.
5013
5014 2011-11-14 Yao Qi <yao@codesourcery.com>
5015
5016 * server.c (handle_query): Handle InstallInTrace for qSupported.
5017 * tracepoint.c (add_tracepoint): Sort list.
5018 (install_tracepoint, download_tracepoint): New.
5019 (cmd_qtdp): Call them to install and download tracepoints.
5020 (sort_tracepoints): Removed.
5021 (cmd_qtstart): Update.
5022
5023 2011-11-14 Yao Qi <yao@codesourcery.com>
5024
5025 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5026 * mem-break.h: Declare.
5027 * tracepoint.c (cmd_qtstart): Move some code to ...
5028 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5029 New.
5030 (download_tracepoints): Move some code to ...
5031 (download_tracepoint_1): ... here. New.
5032
5033 2011-11-08 Yao Qi <yao@codesourcery.com>
5034
5035 * remote-utils.c (relocate_instruction): A comment fix.
5036
5037 2011-11-07 Joel Brobecker <brobecker@adacore.com>
5038
5039 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5040 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5041 dr_status_mirror and dr_control_mirror from debug_reg_state.
5042 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5043 (i386_initial_stuff): Remove use of deleted globals.
5044 (i386_get_thread_context, i386_set_thread_context,
5045 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5046 from debug_reg_state.
5047
5048 2011-11-05 Yao Qi <yao@codesourcery.com>
5049
5050 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5051 address as TPOINT's.
5052
5053 2011-11-02 Stan Shebs <stan@codesourcery.com>
5054
5055 * tracepoint.c (agent_mem_read_string): New function.
5056 (eval_agent_expr): Call it for tracenz.
5057 * server.c (handle_query): Report support for tracenz.
5058
5059 2011-11-02 Yao Qi <yao@codesourcery.com>
5060
5061 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5062
5063 2011-11-02 Yao Qi <yao@codesourcery.com>
5064
5065 * target.h: Fix a typo in comment.
5066
5067 2011-10-31 Pedro Alves <pedro@codesourcery.com>
5068
5069 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5070 clobber the breakpoints' shadows with fast tracepoint jumps.
5071 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5072 * target.c (write_inferior_memory): Also pass MYADDR down to
5073 check_mem_write.
5074
5075 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5076
5077 * configure.ac: Check support for personality routine.
5078 * configure: Regenerate.
5079 * config.in: Likewise.
5080 * linux-low.c: Include <sys/personality.h>.
5081 Define ADDR_NO_RANDOMIZE if necessary.
5082 (linux_create_inferior): Disable address space randomization when
5083 forking inferior, if requested.
5084 (linux_supports_disable_randomization): New function.
5085 (linux_target_ops): Install it.
5086 * server.h (disable_randomization): Declare.
5087 * server.c (disable_randomization): New global variable.
5088 (handle_general_set): Handle QDisableRandomization.
5089 (handle_query): Likewise for qSupported.
5090 (main): Support --disable-randomization and --no-disable-randomization
5091 command line arguments.
5092 * target.h (struct target_ops): Add supports_disable_randomization.
5093 (target_supports_disable_randomization): New macro.
5094
5095 2011-09-29 Mike Frysinger <vapier@gentoo.org>
5096
5097 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5098 ifdef check.
5099 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5100 [!PT_GETDSBT] (target_loadmap): New definition.
5101 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5102 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5103 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5104 and PT_GETDSBT to LINUX_LOADMAP.
5105 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5106 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5107
5108 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5109
5110 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5111 (arm_linux_hwbp_cap): New static variable.
5112 (arm_linux_get_hwbp_cap): Replace by ...
5113 (arm_linux_init_hwbp_cap): ... this new function.
5114 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5115 (arm_linux_get_hw_watchpoint_count): Likewise.
5116 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5117 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5118 (arm_prepare_to_resume): Use perror_with_name instead of error.
5119
5120 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5121
5122 * linux-arm-low.c: Include <signal.h>.
5123 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5124 (struct arm_linux_hwbp_cap): New data type.
5125 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
5126 (struct arm_linux_hw_breakpoint): New data type.
5127 (MAX_BPTS, MAX_WPTS): Define.
5128 (struct arch_process_info, struct arch_lwp_info): New data types.
5129 (arm_linux_get_hwbp_cap): New function.
5130 (arm_linux_get_hw_breakpoint_count): Likewise.
5131 (arm_linux_get_hw_watchpoint_count): Likewise.
5132 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5133 (arm_hwbp_control_initialize): Likewise.
5134 (arm_hwbp_control_is_enabled): Likewise.
5135 (arm_hwbp_control_is_initialized): Likewise.
5136 (arm_hwbp_control_disable): Likewise.
5137 (arm_linux_hw_breakpoint_equal): Likewise.
5138 (arm_linux_hw_point_initialize): Likewise.
5139 (struct update_registers_data): New data structure.
5140 (update_registers_callback: New function.
5141 (arm_insert_point): Likewise.
5142 (arm_remove_point): Likewise.
5143 (arm_stopped_by_watchpoint): Likewise.
5144 (arm_stopped_data_address): Likewise.
5145 (arm_new_process): Likewise.
5146 (arm_new_thread): Likewise.
5147 (arm_prepare_to_resume): Likewise.
5148 (the_low_target): Register arm_insert_point, arm_remove_point,
5149 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
5150 arm_new_thread, and arm_prepare_to_resume.
5151
5152 2011-09-15 Stan Shebs <stan@codesourcery.com>
5153
5154 * server.h (struct emit_ops): Add compare-goto fields.
5155 * tracepoint.c (gdb_agent_op_sizes): New table.
5156 (emit_eq_goto): New function.
5157 (emit_ne_goto): New function.
5158 (emit_lt_goto): New function.
5159 (emit_le_goto): New function.
5160 (emit_gt_goto): New function.
5161 (emit_ge_goto): New function.
5162 (is_goto_target): New function.
5163 (compile_bytecodes): Recognize special cases of compare-goto
5164 combinations and call specialized emitters for them.
5165 * linux-x86-low.c (amd64_emit_eq_goto): New function.
5166 (amd64_emit_ne_goto): New function.
5167 (amd64_emit_lt_goto): New function.
5168 (amd64_emit_le_goto): New function.
5169 (amd64_emit_gt_goto): New function.
5170 (amd64_emit_ge_goto): New function.
5171 (amd64_emit_ops): Add the new functions.
5172 (i386_emit_eq_goto): New function.
5173 (i386_emit_ne_goto): New function.
5174 (i386_emit_lt_goto): New function.
5175 (i386_emit_le_goto): New function.
5176 (i386_emit_gt_goto): New function.
5177 (i386_emit_ge_goto): New function.
5178 (i386_emit_ops): Add the new functions.
5179
5180 2011-09-08 Stan Shebs <stan@codesourcery.com>
5181
5182 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
5183 (i386_emit_epilogue): Restore %ebx.
5184
5185 2011-08-31 Jie Zhang <jzhang918@gmail.com>
5186
5187 * server.c (step_thread): Remove definition.
5188 (process_serial_event): Don't handle Hs.
5189 * server.h (step_thread): Remove declaration.
5190 * target.c (set_desired_inferior): Remove use of step_thread.
5191
5192 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
5193
5194 * linux-low.c: Include linux-procfs.h.
5195 (linux_attach_lwp_1): Update comments.
5196 (linux_attach): Scan for existing threads when attaching to a
5197 process that is the tgid.
5198 * Makefile.in: Update dependencies.
5199
5200 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
5201
5202 * configure.srv: Add linux-procfs.o dependencies.
5203
5204 2011-08-14 Yao Qi <yao@codesourcery.com>
5205
5206 * target.h (struct target_ops): Fix indent.
5207 * win32-low.c (win32_target_ops): Fix comment.
5208
5209 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
5210 Yao Qi <yao@codesourcery.com>
5211
5212 * Makefile.in (clean): Remove tic6x-*.c files.
5213 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
5214 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
5215 (tic6x-c64xp-linux.c): Likewise.
5216 * configure.srv: Add support for tic6x-*-uclinux.
5217 * linux-tic6x-low.c: New.
5218 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
5219
5220 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
5221 Yao Qi <yao@codesourcery.com>
5222
5223 * target.h (struct target_ops): Add read_loadmap.
5224 * linux-low.c (struct target_loadseg): New type.
5225 (struct target_loadmap): New type.
5226 (linux_read_loadmap): New function.
5227 (linux_target_ops): Add linux_read_loadmap.
5228 * server.c (handle_query): Support qXfer:fdpic:read packet.
5229 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
5230 to NULL.
5231
5232 2011-08-05 Eli Zaretskii <eliz@gnu.org>
5233
5234 * win32-low.c: Include <stdint.h>.
5235
5236 2011-07-22 Pedro Alves <pedro@codesourcery.com>
5237
5238 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
5239 to the inferior here.
5240 (i386_remove_aligned_watchpoint): Ditto.
5241 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
5242 fit part of the watchpoint in the debug registers.
5243 (i386_update_inferior_debug_regs): New.
5244 (i386_low_insert_watchpoint): Work on a local mirror of the debug
5245 registers, and only update the inferior on success.
5246 (i386_low_remove_watchpoint): Ditto.
5247
5248 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
5249
5250 * linux-low.c (compare_ints, unique, list_threads, show_process,
5251 linux_core_of_thread): Delete.
5252 (linux_target_ops): Change linux_core_of_thread to
5253 linux_common_core_of_thread.
5254 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
5255 * utils.c (malloc_failure): Change type of argument.
5256 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
5257 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
5258 common/linux-osdata.c, common/ptid.c and common/buffer.c.
5259 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
5260 (IPA_OBJS): Add common-utils-ipa.o.
5261 (ptid_h, linux_osdata_h): New macros.
5262 (server_h): Add common/common-utils.h, common/xml-utils.h,
5263 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
5264 common/ptid.h.
5265 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
5266 ptid.o, buffer.o): New rules.
5267 (linux-low.o): Add common/linux-osdata.h as a dependency.
5268 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
5269 * configure.ac: Add AC_HEADER_DIRENT check.
5270 * config.in: Regenerate.
5271 * configure: Regenerate.
5272 * remote-utils.c (xml_escape_text): Delete.
5273 (buffer_grow, buffer_free, buffer_init, buffer_finish,
5274 buffer_xml_printf): Move to common/buffer.c.
5275 * server.c (main): Remove call to initialize_inferiors.
5276 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
5277 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
5278 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
5279 internal_error, gdb_assert, gdb_assert_fail): Delete.
5280 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
5281 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
5282 common/buffer.h.
5283 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
5284 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
5285 initialize_inferiors): Delete.
5286
5287 2011-07-20 Pedro Alves <pedro@codesourcery.com>
5288
5289 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
5290 symbol error.
5291
5292 2011-05-31 Pedro Alves <pedro@codesourcery.com>
5293
5294 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
5295 assertion.
5296 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
5297
5298 2011-05-26 Yao Qi <yao@codesourcery.com>
5299
5300 * Makefile.in (thread-db.o): Track dependence to
5301 common/gdb_thread_db.h.
5302 * thread-db.c: include gdb_thread_db.h from right place.
5303
5304 2011-05-16 Adrian Cornish <gnu@bluedreamer.com>
5305
5306 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
5307 __FILE__ and __LINE__ to internal_error.
5308
5309 2011-05-13 Doug Evans <dje@google.com>
5310
5311 * thread-db.c (try_thread_db_load_from_sdir): New function.
5312 (try_thread_db_load_from_dir): New function.
5313 (thread_db_load_search): Handle $sdir, ignore $pdir.
5314 Remove trying of system directories if search of
5315 libthread-db-search-path fails, that is now done via $sdir.
5316
5317 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5318
5319 * server.c (handle_query): Add EnableDisableTracepoints to the list
5320 of supported features.
5321 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
5322 tracepoints.
5323 (cmd_qtenable_disable): New.
5324 (cmd_qtstart): Install tracepoints even if disabled.
5325 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
5326 receiving a QTEnable or QTDisable packet.
5327 (gdb_collect): Skip data collection if fast tracepoint is disabled.
5328 (ust_marker_to_static_tracepoint): Do not ignore disabled static
5329 tracepoints.
5330 (gdb_probe): Skip data collection if static tracepoint is disabled.
5331
5332 2011-05-10 Doug Evans <dje@google.com>
5333
5334 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
5335
5336 2011-05-04 Doug Evans <dje@google.com>
5337
5338 * linux-low.c (linux_join): Skip process lookup.
5339 * spu-low.c (spu_join): Ditto.
5340 * server.c (join_inferiors_callback): Delete.
5341 (process_serial_event): For 'D' packet (detach) call join_inferior
5342 directly.
5343
5344 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5345
5346 * README: Don't mention xscale*-*-linux*.
5347 * configure.srv (xscale*-*-linux*): Don't handle target.
5348
5349 2011-04-27 Nathan Froyd <froydnj@codesourcery.com>
5350
5351 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
5352 casting pointers.
5353 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
5354 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
5355 (i386_emit_void_call_2): Likewise.
5356
5357 2011-04-26 Yao Qi <yao@codesourcery.com>
5358
5359 * linux-low.c: Move common macros to linux-ptrace.h.
5360 Include linux-ptrace.h.
5361 * Makefile.in (linux_ptrace_h): New.
5362 (linux-low.o): Depends on linux-ptrace.h.
5363
5364 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5365
5366 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
5367 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
5368 (remote_prepare): New function with most of the TCP code from ...
5369 (remote_open): ... here. Detect PORT here unconditionally. Move also
5370 setting transport_is_reliable.
5371 * server.c (run_once): New variable.
5372 (gdbserver_usage): Document it.
5373 (main): Set run_once for `--once'. Call remote_prepare. Exit after
5374 the first run if RUN_ONCE.
5375 * server.h (run_once, remote_prepare): New declarations.
5376
5377 2011-04-19 Tom Tromey <tromey@redhat.com>
5378
5379 * win32-low.c (handle_load_dll): Remove duplicate "the".
5380
5381 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
5382
5383 Remove support for old Cygwin 1.5 versions.
5384 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
5385 function to avoid warning.
5386 (win32_add_one_solib): Use cygwin_conv_path function to avoid
5387 warning.
5388
5389 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
5390
5391 * gdbserver/server.h (Macro _): Define it if not available.
5392
5393 2011-03-14 Michael Snyder <msnyder@vmware.com>
5394
5395 * hostio.c (handle_close): Remove unnecessary null test.
5396
5397 2011-03-10 Joel Brobecker <brobecker@adacore.com>
5398
5399 * Makefile.in (maintainer-clean realclean distclean): Remove
5400 "make ... subdir_do" command.
5401
5402 2011-03-10 Michael Snyder <msnyder@vmware.com>
5403
5404 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
5405
5406 * server.c (handle_v_run): Free alloced buffer on early return.
5407
5408 2011-03-09 Yao Qi <yao@codesourcery.com>
5409
5410 Revert:
5411 2011-03-04 Yao Qi <yao@codesourcery.com>
5412
5413 * Makefile.in: Remove GNU make feature --directory.
5414
5415 2011-03-05 Yao Qi <yao@codesourcery.com>
5416
5417 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5418 (subdir_do): New make target. Copied from gdb/Makefile.
5419 (maintainer-clean, realclean, distclean, clean): Call corresponding
5420 make targets in common/Makefile.
5421
5422 2011-02-11 Yao Qi <yao@codesourcery.com>
5423
5424 * configure.ac: Call AC_PROG_RANLIB.
5425 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5426 * configure: Regenerate.
5427
5428 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
5431
5432 2011-03-06 Yao Qi <yao@codesourcery.com>
5433
5434 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
5435
5436 2011-03-05 Yao Qi <yao@codesourcery.com>
5437
5438 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
5439 (subdir_do): New make target. Copied from gdb/Makefile.
5440 (maintainer-clean, realclean, distclean, clean): Call corresponding
5441 make targets in common/Makefile.
5442
5443 2011-03-04 Yao Qi <yao@codesourcery.com>
5444
5445 * Makefile.in: Remove GNU make feature --directory.
5446
5447 2011-03-04 Michael Snyder <msnyder@vmware.com>
5448
5449 * server.c (queue_stop_reply): Call xmalloc not malloc.
5450
5451 2011-03-02 Michael Snyder <msnyder@vmware.com>
5452
5453 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
5454
5455 2011-02-28 Michael Snyder <msnyder@vmware.com>
5456
5457 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
5458 (cmd_qtframe): Ditto.
5459 (cmd_qtbuffer): Ditto.
5460 (cmd_bigqtbuffer): Ditto.
5461
5462 * utils.c (decimal2str): Initialize 'width' to nine, then
5463 don't mess with it.
5464
5465 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5466
5467 * hostio.c (require_data): Free *data, not data.
5468
5469 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * hostio.c (require_data): Use free, not xfree.
5472
5473 2011-02-27 Michael Snyder <msnyder@vmware.com>
5474
5475 * server.c (handle_query): Discard unused value.
5476
5477 * hostio.c (require_data): Free malloc memory before returning
5478 error.
5479
5480 2011-02-26 Michael Snyder <msnyder@vmware.com>
5481
5482 * linux-low.c (list_threads): Call closedir for dirent.
5483
5484 2011-02-27 Michael Snyder <msnyder@vmware.com>
5485
5486 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
5487 a case statement falls through.
5488
5489 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
5490
5491 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
5492 in comparison.
5493
5494 2011-02-26 Michael Snyder <msnyder@vmware.com>
5495
5496 * utils.c (decimal2str): Eliminate dead code and dead param.
5497 (pulongest): Drop dead param from call to decimal2str.
5498 (plongest): Ditto.
5499
5500 2011-02-24 Joel Brobecker <brobecker@adacore.com>
5501
5502 Revert the following patch (not approved yet):
5503 2011-02-21 Hui Zhu <teawater@gmail.com>
5504 * tracepoint.c (tp_printf): New function.
5505 (eval_agent_expr): Handle gdb_agent_op_printf.
5506
5507 2011-02-21 Hui Zhu <teawater@gmail.com>
5508
5509 * tracepoint.c (tp_printf): New function.
5510 (eval_agent_expr): Handle gdb_agent_op_printf.
5511
5512 2011-02-18 Tom Tromey <tromey@redhat.com>
5513
5514 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
5515 (tracepoint.o): Likewise.
5516 * tracepoint.c (enum gdb_agent_op): Use ax.def.
5517 (gdb_agent_op_names): Likewise.
5518
5519 2011-02-18 Tom Tromey <tromey@redhat.com>
5520
5521 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
5522 gdb_agent_op_rot>: New constants.
5523 (gdb_agent_op_names): Add pick and roll.
5524 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
5525 cases.
5526
5527 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5528
5529 * aclocal.m4: Regenerated with aclocal-1.11.1.
5530
5531 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5532
5533 * server.c (handle_qxfer_traceframe_info): New.
5534 (qxfer_packets): Register "traceframe-info".
5535 (handle_query): Report support for qXfer:traceframe-info:read+.
5536 * tracepoint.c (match_blocktype): New.
5537 (traceframe_find_block_type): Rename to ...
5538 (traceframe_walk_blocks): ... this. Add callback filter argument,
5539 and use it.
5540 (traceframe_find_block_type): New, reimplemented on top of
5541 traceframe_walk_blocks.
5542 (build_traceframe_info_xml): New.
5543 (traceframe_read_info): New.
5544 * server.h (traceframe_read_info): Declare.
5545
5546 2011-02-11 Yao Qi <yao@codesourcery.com>
5547
5548 * configure.ac: Call AC_PROG_RANLIB.
5549 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
5550 * configure: Regenerate.
5551
5552 2011-02-07 Pedro Alves <pedro@codesourcery.com>
5553
5554 * server.c (gdb_read_memory): Change return semantics to allow
5555 partial transfers.
5556 (handle_search_memory_1): Adjust.
5557 (process_serial_event) <'m' packet>: Handle partial transfers.
5558 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
5559
5560 2011-01-28 Pedro Alves <pedro@codesourcery.com>
5561
5562 * regcache.c (init_register_cache): Initialize
5563 regcache->register_status.
5564 (free_register_cache): Release regcache->register_status.
5565 (regcache_cpy): Copy register_status.
5566 (registers_to_string): Print 'x's for unavailable registers.
5567 (supply_register): Mark the register's status valid or
5568 unavailable, depending on whether a buffer was passed in or not.
5569 (supply_register_zeroed): New.
5570 (supply_regblock): Mark the registers' status valid or
5571 unavailable, depending on whether a buffer was passed in or not.
5572 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
5573 (struct regcache): New `register_status' field.
5574 (supply_register_zeroed): Declare.
5575 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
5576 supply_register_zeroed, rather than passing a NULL buffer to
5577 supply_register.
5578 * tracepoint.c (fetch_traceframe_registers): Update comment.
5579
5580 2011-01-28 Pedro Alves <pedro@codesourcery.com>
5581
5582 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
5583 buffer explicit.
5584
5585 2011-01-25 Pedro Alves <pedro@codesourcery.com>
5586
5587 * server.h (decode_xfer_write): Change prototype.
5588 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
5589 and don't extract the annex here.
5590 * server.c (decode_xfer_read): Remove `annex' parameter,
5591 and don't extract the annex here.
5592 (decode_xfer): New.
5593 (struct qxfer): New.
5594 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
5595 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
5596 (handle_qxfer_statictrace): New functions, abstracted out from
5597 handle_query, and made to use the struct qxfer interface.
5598 (handle_threads_qxfer_proper): Rename to ...
5599 (handle_qxfer_threads_proper): ... this.
5600 (handle_threads_qxfer): Rename to ...
5601 (handle_qxfer_threads): ... this. Adjust.
5602 (qxfer_packets): New array.
5603 (handle_qxfer): New function.
5604 (handle_query): Use handle_qxfer.
5605
5606 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5607
5608 * gdbreplay.c: Shorten lines of >= 80 columns.
5609 * linux-low.c: Ditto.
5610 * linux-ppc-low.c: Ditto.
5611 * linux-s390-low.c: Ditto.
5612 * linux-sparc-low.c: Ditto.
5613 * linux-x86-low.c: Ditto.
5614 * linux-xtensa-low.c: Ditto.
5615 * mem-break.c: Ditto.
5616 * nto-low.c: Ditto.
5617 * regcache.h: Ditto.
5618 * remote-utils.c: Ditto.
5619 * server.c: Ditto.
5620 * server.h: Ditto.
5621 * thread-db.c: Ditto.
5622 * tracepoint.c: Ditto.
5623 * utils.c: Ditto.
5624 * win32-low.h: Ditto.
5625
5626 2011-01-05 Joel Brobecker <brobecker@adacore.com>
5627
5628 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
5629 update.
5630
5631 2011-01-01 Joel Brobecker <brobecker@adacore.com>
5632
5633 * server.c (gdbserver_version): Update copyright year in version
5634 output.
5635 * gdbreplay.c (gdbreplay_version): Ditto.
5636
5637 2010-12-29 Jie Zhang <jie.zhang@analog.com>
5638
5639 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
5640 * linux-bfin-low.c: New file.
5641 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
5642 PT_DATA_ADDR for BFIN targets.
5643 * Makefile.in (SFILES): Add linux-bfin-low.c.
5644 (clean): Remove reg-bfin.c.
5645 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
5646 * README: Mention supported Blackfin targets.
5647
5648 2010-12-23 Mike Frysinger <vapier@gentoo.org>
5649
5650 * .gitignore: New file.
5651
5652 2010-11-16 Mike Frysinger <vapier@gentoo.org>
5653
5654 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
5655
5656 2010-10-22 Jie Zhang <jie@codesourcery.com>
5657
5658 * Makefile.in: Add FLAGS_TO_PASS variable.
5659 (install): Remove dependency of install-only and recursively
5660 invoke make for install-only.
5661
5662 2010-10-04 Doug Evans <dje@google.com>
5663
5664 * Makefile.in (uninstall): Use $(DESTDIR).
5665
5666 2010-09-24 Pedro Alves <pedro@codesourcery.com>
5667
5668 PR gdb/11842
5669
5670 * linux-x86-low.c (compat_siginfo_from_siginfo)
5671 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
5672 si_code is < 0. Check for si_code == SI_TIMER before checking for
5673 si_code < 0.
5674
5675 2010-09-13 Joel Brobecker <brobecker@adacore.com>
5676
5677 * lynx-i386-low.c: New file.
5678 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
5679
5680 2010-09-13 Joel Brobecker <brobecker@adacore.com>
5681
5682 * lynx-low.c (ptrace_request_to_str): Remove handling for
5683 request values that have been removed in LynxOS 5.x.
5684
5685 2010-09-13 Joel Brobecker <brobecker@adacore.com>
5686
5687 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
5688 <ptrace.h>
5689
5690 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
5691
5692 * configure.ac: Add --enable-inprocess-agent option.
5693 * configure: Rebuilt.
5694
5695 2010-09-06 Yao Qi <yao@codesourcery.com>
5696
5697 * linux-low.c (linux_kill): Remove unused variable.
5698 (linux_stabilize_threads): Likewise.
5699 * server.c (start_inferior): Likewise.
5700 (queue_stop_reply_callback): Likewise.
5701 * tracepoint.c (do_action_at_tracepoint): Likewise.
5702
5703 2010-09-06 Yao Qi <yao@codesourcery.com>
5704
5705 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
5706 on return.
5707
5708 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5709
5710 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
5711
5712 2010-09-06 Pedro Alves <pedro@codesourcery.com>
5713
5714 * Makefile.in (install-only): Replace $IPA_DEPFILES with
5715 "$(IPA_DEPFILES)".
5716
5717 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
5720 gdbserver/lynx-ppc-low.c: New files.
5721 * Makefile.in (lynx_low_h): New variable.
5722 (lynx-low.o, lynx-ppc-low.o): New rules.
5723 * configure.ac: On LynxOS, link with -lnetinet.
5724 * configure.srv: Add handling of powerpc-*-lynxos* targets.
5725 * configure: regenerate.
5726
5727 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5728
5729 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
5730 * configure.ac: Add check for vasprintf and vsnprintf.
5731 * configure, config.in: Regenerate.
5732 * server.h (vasprintf, vsnprintf): Add conditional declarations.
5733
5734 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5735
5736 * gdbreplay.c: Move include of alloca.h up, next to include of
5737 malloc.h.
5738 * server.h: Add include of malloc.h.
5739 * mem-break.c: Remove include of malloc.h.
5740 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
5741
5742 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5743
5744 * Makefile.in (memmem.o): Build with -Wno-error.
5745
5746 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5747
5748 * utils.c (xsnprintf): Make non-static.
5749 * server.h: Add xsnprintf declaration.
5750 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
5751 replace calls to snprintf by calls to xsnprintf throughout.
5752
5753 2010-09-01 Joel Brobecker <brobecker@adacore.com>
5754
5755 * configure.ac: Add configure check for alloca.
5756 * configure, config.in: Regenerate.
5757 * server.h: Include alloca.h if it exists.
5758 * gdbreplay.c: Include alloca.h if it exists.
5759
5760 2010-08-28 Pedro Alves <pedro@codesourcery.com>
5761
5762 * linux-low.c (__SIGRTMIN): Define if not already defined.
5763 (linux_create_inferior): Check for __ANDROID__ rather than
5764 __SIGRTMIN.
5765 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
5766 are already deferred.
5767 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
5768 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
5769 stopped and already has a pending signal to report.
5770 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
5771 a pending signal to report or is moving out of a jump pad.
5772 (linux_init_signals): Check for __ANDROID__ rather than
5773 __SIGRTMIN.
5774
5775 2010-08-28 Pedro Alves <pedro@codesourcery.com>
5776
5777 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
5778 debug_threads check. Avoid a linear search when not doing debug
5779 output.
5780
5781 2010-08-27 Pedro Alves <pedro@codesourcery.com>
5782
5783 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
5784 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
5785 (struct file_handler) <fd>: Change type to gdb_fildes_t.
5786 (process_event): Change local fd's type to gdb_fildes_t.
5787 (create_file_handler): Adjust prototype.
5788 (delete_file_handler): Adjust prototype.
5789 (handle_file_event): Adjust prototype. Use pfildes.
5790 (create_file_event): Adjsut prototype.
5791 * remote-utils.c (remote_desc, listen_desc): Change type to
5792 gdb_fildes_t.
5793 * server.h: New gdb_fildes_t typedef.
5794 [USE_WIN32API]: Include winsock2.h.
5795 (delete_file_handler, add_file_handler): Adjust prototypes.
5796 (pfildes): Declare.
5797 * utils.c (pfildes): New.
5798
5799 2010-08-27 Pedro Alves <pedro@codesourcery.com>
5800
5801 * configure.ac (build_warnings): Add -Wno-char-subscripts.
5802 * configure: Regenerate.
5803
5804 2010-08-27 Pedro Alves <pedro@codesourcery.com>
5805
5806 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
5807 (linux_done_accessing_memory): ... this.
5808 (linux_target_ops): Adjust.
5809 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
5810 * nto-low.c (nto_target_ops): Adjust comment.
5811 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
5812 * spu-low.c (spu_target_ops): Adjust comment.
5813 * target.h (target_ops): Rename unprepare_to_access_memory field
5814 to done_accessing_memory.
5815 (unprepare_to_access_memory): Rename to ...
5816 (done_accessing_memory): ... this.
5817
5818 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5819
5820 * linux-low.c (linux_prepare_to_access_memory): New.
5821 (linux_unprepare_to_access_memory): New.
5822 (linux_target_ops): Install them.
5823 * server.c (read_memory): Rename to ...
5824 (gdb_read_memory): ... this. Use
5825 prepare_to_access_memory/prepare_to_access_memory.
5826 (write_memory): Rename to ...
5827 (gdb_write_memory): ... this. Use
5828 prepare_to_access_memory/prepare_to_access_memory.
5829 (handle_search_memory_1): Adjust.
5830 (process_serial_event): Adjust.
5831 * target.h (struct target_ops): New fields
5832 prepare_to_access_memory and unprepare_to_access_memory.
5833 (prepare_to_access_memory, unprepare_to_access_memory): New.
5834 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
5835 prepare_to_access_memory/prepare_to_access_memory.
5836 * nto-low.c (nto_target_ops): Adjust.
5837 * spu-low.c (spu_target_ops): Adjust.
5838 * win32-low.c (win32_target_ops): Adjust.
5839
5840 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5841
5842 * Makefile.in (WARN_CFLAGS): Get it from configure.
5843 (WERROR_CFLAGS): New.
5844 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
5845 * configure.ac: Introduce --enable-werror, which adds -Werror to
5846 the compiler command line. Enabled by default. Disable with
5847 --disable-werror. Add -Wdeclaration-after-statement
5848 Wpointer-arith and -Wformat-nonliteral to warning flags.
5849 * configure: Regenerate.
5850
5851 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5852
5853 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
5854
5855 2010-08-26 Pedro Alves <pedro@codesourcery.com>
5856
5857 * gdbreplay.c (remote_error): New.
5858 (gdbchar): New.
5859 (expect): Use gdbchar. Check for error reading from GDB.
5860 Clarify sync error output.
5861 (play): Check for errors writing to GDB.
5862 * linux-low.c (sigchld_handler): Really ignore `write' errors.
5863 * remote-utils.c (getpkt): Check for errors writing to the remote
5864 descriptor.
5865
5866 2010-08-25 Pedro Alves <pedro@codesourcery.com>
5867
5868 * linux-low.c (linux_wait_1): Move non-debugging code out of
5869 `debug_threads' control.
5870
5871 2010-08-25 Pedro Alves <pedro@codesourcery.com>
5872
5873 * linux-low.c (linux_wait_1): Don't set last_status here.
5874 * server.c (push_event, queue_stop_reply_callback): Assert we're
5875 not pushing a TARGET_WAITKIND_IGNORE event.
5876 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
5877 (myresume, handle_target_event): Set the thread's last_resume_kind
5878 and last_status from the target returned status.
5879
5880 2010-08-25 Pedro Alves <pedro@codesourcery.com>
5881
5882 PR threads/10729
5883
5884 * linux-x86-low.c (update_debug_registers_callback): New.
5885 (i386_dr_low_set_addr): Use it.
5886 (i386_dr_low_get_addr): New.
5887 (i386_dr_low_set_control): Use update_debug_registers_callback.
5888 (i386_dr_low_get_control): New.
5889 (i386_dr_low_get_status): Adjust.
5890 * linux-low.c (linux_stop_lwp): New.
5891 * linux-low.h (linux_stop_lwp): Declare.
5892
5893 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
5894 argument instead of a i386_debug_reg_state.
5895 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
5896 a i386_debug_reg_state.
5897 (i386_insert_aligned_watchpoint): Adjust.
5898 (i386_remove_aligned_watchpoint): Adjust.
5899 (i386_low_stopped_data_address): Read the debug registers from the
5900 inferior instead of from the mirrors.
5901 * i386-low.h (struct i386_debug_reg_state): Extend comment.
5902 (i386_dr_low_get_addr): Declare.
5903 (i386_dr_low_get_control): Declare.
5904 (i386_dr_low_get_status): Change prototype.
5905
5906 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
5907 (i386_dr_low_get_addr): New.
5908 (i386_dr_low_get_control): New.
5909 (i386_dr_low_get_status): Adjust prototype. Return
5910 dr_status_mirror.
5911 (i386_initial_stuff): Clear dr_status_mirror and
5912 dr_control_mirror.
5913 (i386_get_thread_context): Adjust.
5914 (i386_set_thread_context): Adjust.
5915 (i386_thread_added): Adjust.
5916
5917 2010-08-24 Pedro Alves <pedro@codesourcery.com>
5918
5919 * linux-low.h (linux_thread_area): Delete declaration.
5920
5921 2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
5922
5923 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
5924 after its termination.
5925
5926 2010-08-09 Pedro Alves <pedro@codesourcery.com>
5927
5928 * linux-low.c (gdb_wants_lwp_stopped): Delete.
5929 (gdb_wants_all_stopped): Delete.
5930 (linux_wait_1): Don't call them.
5931 * server.c (handle_v_cont): Tag all threads as want-stopped.
5932 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
5933 stopped as "client-wants-stopped".
5934
5935 2010-07-31 Pedro Alves <pedro@codesourcery.com>
5936
5937 * Makefile.in (signals_h): New.
5938 (server_h): Depend on it.
5939 (server.o): Don't depend on $(signals_def).
5940 (signals.o): Depend on $(signals_def).
5941
5942 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5943
5944 * Makefile.in (signals_def): New.
5945 (server_h): Append include/gdb/signals.h and signals_def.
5946 (server.o): Append signals_def.
5947
5948 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5949
5950 * server.c (handle_target_event): Use target_signal_to_host for
5951 resume_info.sig initialization.
5952 * target.h (struct thread_resume) <sig>: New comment.
5953
5954 2010-07-20 Ozkan Sezer <sezeroz@gmail.com>
5955
5956 * server.c (handle_query): strcpy() the returned string from paddress()
5957 instead of sprintf().
5958 * utils.c (paddress): Return phex_nz().
5959
5960 2010-07-07 Joel Brobecker <brobecker@adacore.com>
5961
5962 * server.c (handle_v_cont): Call mourn_inferior if process
5963 just exited.
5964 (myresume): Likewise.
5965
5966 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5967
5968 Static tracepoints, and integration with UST.
5969
5970 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
5971 * mem-break.c (uninsert_all_breakpoints)
5972 (reinsert_all_breakpoints): New.
5973 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
5974 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
5975 (gdb_agent_ust_loaded, helper_thread_id)
5976 (gdb_agent_helper_thread_id): New macros.
5977 (struct ipa_sym_addresses): Add addr_ust_loaded,
5978 addr_helper_thread_id, addr_cmd_buf.
5979 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
5980 (in_process_agent_loaded_ust): New.
5981 (write_e_ust_not_loaded): New.
5982 (maybe_write_ipa_ust_not_loaded): New.
5983 (struct collect_static_trace_data_action): New.
5984 (enum tracepoint_type) <static_tracepoint>: New.
5985 (struct tracepoint) <handle>: Mention static tracepoints.
5986 (struct static_tracepoint_ctx): New.
5987 (CMD_BUF_SIZE): New.
5988 (add_tracepoint_action): Handle static tracepoint actions.
5989 (unprobe_marker_at): New.
5990 (clear_installed_tracepoints): Handle static tracepoints.
5991 (cmd_qtdp): Handle static tracepoints.
5992 (probe_marker_at): New.
5993 (cmd_qtstart): Handle static tracepoints.
5994 (response_tracepoint): Handle static tracepoints.
5995 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
5996 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
5997 (get_context_regcache): Handle static tracepoints.
5998 (do_action_at_tracepoint): Handle static tracepoint actions.
5999 (traceframe_find_block_type): Handle static trace data blocks.
6000 (traceframe_read_sdata): New.
6001 (download_tracepoints): Download static tracepoint actions.
6002 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6003 (GDB_PROBE_NAME): New.
6004 (ust_ops): New.
6005 (GET_UST_SYM): New.
6006 (USTF): New.
6007 (dlsym_ust): New.
6008 (ust_marker_to_static_tracepoint): New.
6009 (gdb_probe): New.
6010 (collect_ust_data_at_tracepoint): New.
6011 (gdb_ust_probe): New.
6012 (UNIX_PATH_MAX, SOCK_DIR): New.
6013 (gdb_ust_connect_sync_socket): New.
6014 (resume_thread, stop_thread): New.
6015 (run_inferior_command): New.
6016 (init_named_socket): New.
6017 (gdb_ust_socket_init): New.
6018 (cstr_to_hexstr): New.
6019 (next_st): New.
6020 (first_marker, next_marker): New.
6021 (response_ust_marker): New.
6022 (cmd_qtfstm, cmd_qtsstm): New.
6023 (unprobe_marker_at, probe_marker_at): New.
6024 (cmd_qtstmat, gdb_ust_thread): New.
6025 (gdb_ust_init): New.
6026 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6027 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6028 (ST_REGENTRY): New.
6029 (x86_64_st_collect_regmap): New.
6030 (X86_64_NUM_ST_COLLECT_GREGS): New.
6031 (AMD64_RIP_REGNUM): New.
6032 (supply_static_tracepoint_registers): New.
6033 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6034 (ST_REGENTRY): New.
6035 (i386_st_collect_regmap): New.
6036 (i386_NUM_ST_COLLECT_GREGS): New.
6037 (supply_static_tracepoint_registers): New.
6038 * server.c (handle_query): Handle qXfer:statictrace:read.
6039 <qSupported>: Report support for StaticTracepoints, and
6040 qXfer:statictrace:read features.
6041 * server.h (traceframe_read_sdata)
6042 (supply_static_tracepoint_registers): Declare.
6043 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6044 (unpack_varlen_hex): Include in IPA build.
6045 * Makefile.in (ustlibs, ustinc): New.
6046 (IPA_OBJS): Add remote-utils-ipa.o.
6047 ($(IPA_LIB)): Link -ldl and -lpthread.
6048 (UST_CFLAGS): New.
6049 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6050 * config.in, configure: Regenerate.
6051
6052 2010-06-20 Ian Lance Taylor <iant@google.com>
6053 Pedro Alves <pedro@codesourcery.com>
6054
6055 * linux-x86-low.c (always_true): Delete.
6056 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6057 trying to fool the compiler with always_true.
6058
6059 2010-06-20 Pedro Alves <pedro@codesourcery.com>
6060
6061 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6062 conditions in gdbserver.
6063
6064 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6065
6066 * spu-low.c (spu_read_memory): Wrap around local store limit.
6067 (spu_write_memory): Likewise.
6068
6069 2010-06-15 Pedro Alves <pedro@codesourcery.com>
6070
6071 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6072 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6073 LONGEST uses.
6074 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6075 uses.
6076 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6077 uses with LONGEST uses.
6078
6079 2010-06-14 Stan Shebs <stan@codesourcery.com>
6080 Pedro Alves <pedro@codesourcery.com>
6081
6082 Bytecode compiler.
6083
6084 * linux-x86-low.c: Include limits.h.
6085 (add_insns): New.
6086 (always_true): New.
6087 (EMIT_ASM): New.
6088 (EMIT_ASM32): New.
6089 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6090 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6091 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6092 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6093 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6094 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6095 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6096 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6097 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6098 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6099 (amd64_emit_void_call_2): New.
6100 (amd64_emit_ops): New.
6101 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6102 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6103 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6104 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6105 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6106 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6107 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6108 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6109 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6110 (i386_emit_stack_adjust, i386_emit_int_call_1)
6111 (i386_emit_void_call_2): New.
6112 (i386_emit_ops): New.
6113 (x86_emit_ops): New.
6114 (the_low_target): Install x86_emit_ops.
6115 * server.h (struct emit_ops): New.
6116 (get_raw_reg_func_addr): Declare.
6117 (current_insn_ptr, emit_error): Declare.
6118 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6119 (set_trace_state_variable_value): New defines.
6120 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6121 addr_get_trace_state_variable_value and
6122 addr_set_trace_state_variable_value.
6123 (symbol_list): New fields for get_raw_reg,
6124 get_trace_state_variable_value and set_trace_state_variable_value.
6125 (condfn): New typedef.
6126 (struct tracepoint): New field `compiled_cond'.
6127 (do_action_at_tracepoint): Clear compiled_cond.
6128 (get_trace_state_variable_value, set_trace_state_variable_value):
6129 Export in the IPA.
6130 (condition_true_at_tracepoint): If there's a compiled condition,
6131 run that.
6132 (current_insn_ptr, emit_error): New globals.
6133 (struct bytecode_address): New.
6134 (get_raw_reg_func_addr): New.
6135 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
6136 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
6137 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
6138 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
6139 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
6140 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
6141 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
6142 (compile_tracepoint_condition, compile_bytecodes): New.
6143 * target.h (emit_ops): Forward declare.
6144 (struct target_ops): New field emit_ops.
6145 (target_emit_ops): New.
6146 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
6147 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
6148 * linux-low.c (linux_emit_ops): New.
6149 (linux_target_ops): Install it.
6150 * linux-low.h (struct linux_target_ops): New field emit_ops.
6151
6152 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6153
6154 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
6155 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
6156
6157 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6158 Stan Shebs <stan@codesourcery.com>
6159
6160 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
6161 (all): Depend on $(extra_libraries).
6162 (install-only): Install the IPA.
6163 (IPA_OBJS, IPA_LIB): New.
6164 (clean): Remove the IPA lib.
6165 (IPAGENT_CFLAGS): New.
6166 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
6167 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
6168 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
6169 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
6170 * configure.ac: Check for atomic builtins support in the compiler.
6171 (IPA_DEPFILES, extra_libraries): Define.
6172 * configure.srv (ipa_obj): Add description.
6173 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
6174 (i[34567]86-*-linux*): Set ipa_obj.
6175 (x86_64-*-linux*): Set ipa_obj.
6176 * linux-low.c (stabilizing_threads): New.
6177 (supports_fast_tracepoints): New.
6178 (linux_detach): Stabilize threads before detaching.
6179 (handle_tracepoints): Handle internal tracing breakpoints. Assert
6180 the lwp is either not stabilizing, or is moving out of a jump pad.
6181 (linux_fast_tracepoint_collecting): New.
6182 (maybe_move_out_of_jump_pad): New.
6183 (enqueue_one_deferred_signal): New.
6184 (dequeue_one_deferred_signal): New.
6185 (linux_wait_for_event_1): If moving out of a jump pad, defer
6186 pending signals to later.
6187 (linux_stabilize_threads): New.
6188 (linux_wait_1): Check if threads need moving out of jump pads, and
6189 do it if so.
6190 (stuck_in_jump_pad_callback): New.
6191 (move_out_of_jump_pad_callback): New.
6192 (lwp_running): New.
6193 (linux_resume_one_lwp): Handle moving out of jump pads.
6194 (linux_set_resume_request): Dequeue deferred signals.
6195 (need_step_over_p): Also step over fast tracepoint jumps.
6196 (start_step_over): Also uninsert fast tracepoint jumps.
6197 (finish_step_over): Also reinsert fast tracepoint jumps.
6198 (linux_install_fast_tracepoint_jump): New.
6199 (linux_target_ops): Install linux_stabilize_threads and
6200 linux_install_fast_tracepoint_jump_pad.
6201 * linux-low.h (linux_target_ops) <get_thread_area,
6202 install_fast_tracepoint_jump_pad>: New fields.
6203 (struct lwp_info) <collecting_fast_tracepoint,
6204 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
6205 (linux_get_thread_area): Declare.
6206 * linux-x86-low.c (jump_insn): New.
6207 (x86_get_thread_area): New.
6208 (append_insns): New.
6209 (push_opcode): New.
6210 (amd64_install_fast_tracepoint_jump_pad): New.
6211 (i386_install_fast_tracepoint_jump_pad): New.
6212 (x86_install_fast_tracepoint_jump_pad): New.
6213 (the_low_target): Install x86_get_thread_area and
6214 x86_install_fast_tracepoint_jump_pad.
6215 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
6216 (struct fast_tracepoint_jump): New.
6217 (fast_tracepoint_jump_insn): New.
6218 (fast_tracepoint_jump_shadow): New.
6219 (find_fast_tracepoint_jump_at): New.
6220 (fast_tracepoint_jump_here): New.
6221 (delete_fast_tracepoint_jump): New.
6222 (set_fast_tracepoint_jump): New.
6223 (uninsert_fast_tracepoint_jumps_at): New.
6224 (reinsert_fast_tracepoint_jumps_at): New.
6225 (set_breakpoint_at): Use write_inferior_memory.
6226 (uninsert_raw_breakpoint): Use write_inferior_memory.
6227 (check_mem_read): Mask out fast tracepoint jumps.
6228 (check_mem_write): Mask out fast tracepoint jumps.
6229 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
6230 (set_fast_tracepoint_jump): Declare.
6231 (delete_fast_tracepoint_jump)
6232 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
6233 (reinsert_fast_tracepoint_jumps_at): Declare.
6234 * regcache.c: Don't compile many functions when building the
6235 in-process agent library.
6236 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
6237 the register buffer in the heap.
6238 (free_register_cache): If the register buffer isn't owned by the
6239 regcache, don't free it.
6240 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
6241 pre-existing register caches.
6242 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
6243 type.
6244 (convert_ascii_to_int): : Constify `from' parameter type.
6245 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
6246 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
6247 the needed buffer in-place.
6248 (relocate_instruction): New.
6249 * server.c (handle_query) <qSymbols>: If the target supports
6250 tracepoints, give it a chance of looking up symbols. Report
6251 support for fast tracepoints.
6252 (handle_status): Stabilize threads.
6253 (process_serial_event): Adjust.
6254 * server.h (struct fast_tracepoint_jump): Forward declare.
6255 (struct process_info) <fast_tracepoint_jumps>: New field.
6256 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
6257 (decode_X_packet, decode_M_packet): Adjust.
6258 (relocate_instruction): Declare.
6259 (in_process_agent_loaded): Declare.
6260 (tracepoint_look_up_symbols): Declare.
6261 (struct fast_tpoint_collect_status): Declare.
6262 (fast_tracepoint_collecting): Declare.
6263 (force_unlock_trace_buffer): Declare.
6264 (handle_tracepoint_bkpts): Declare.
6265 (initialize_low_tracepoint)
6266 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
6267 * target.h (struct target_ops) <stabilize_threads,
6268 install_fast_tracepoint_jump_pad>: New fields.
6269 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
6270 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
6271 [HAVE_STDINT_H]: Include stdint.h.
6272 (trace_debug_1): Rename to ...
6273 (trace_vdebug): ... this.
6274 (trace_debug): Rename to ...
6275 (trace_debug_1): ... this. Add `level' parameter.
6276 (trace_debug): New.
6277 (ATTR_USED, ATTR_NOINLINE): New.
6278 (IP_AGENT_EXPORT): New.
6279 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
6280 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
6281 (about_to_request_buffer_space, trace_buffer_is_full)
6282 (stopping_tracepoint, expr_eval_result, error_tracepoint)
6283 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
6284 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
6285 (traceframe_write_count, traceframes_created)
6286 (trace_state_variables)
6287 New renaming defines.
6288 (struct ipa_sym_addresses): New.
6289 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
6290 (symbol_list): New.
6291 (ipa_sym_addrs): New.
6292 (all_tracepoint_symbols_looked_up): New.
6293 (in_process_agent_loaded): New.
6294 (write_e_ipa_not_loaded): New.
6295 (maybe_write_ipa_not_loaded): New.
6296 (tracepoint_look_up_symbols): New.
6297 (debug_threads) [IN_PROCESS_AGENT]: New.
6298 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
6299 (UNKNOWN_SIDE_EFFECTS): New.
6300 (stop_tracing): New.
6301 (flush_trace_buffer): New.
6302 (stop_tracing_bkpt): New.
6303 (flush_trace_buffer_bkpt): New.
6304 (read_inferior_integer): New.
6305 (read_inferior_uinteger): New.
6306 (read_inferior_data_pointer): New.
6307 (write_inferior_data_pointer): New.
6308 (write_inferior_integer): New.
6309 (write_inferior_uinteger): New.
6310 (struct collect_static_trace_data_action): Delete.
6311 (enum tracepoint_type): New.
6312 (struct tracepoint) <type>: New field `type'.
6313 <actions_str, step_actions, step_actions_str>: Only include in
6314 GDBserver.
6315 <orig_size, obj_addr_on_target, adjusted_insn_addr>
6316 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
6317 (tracepoints): Use IP_AGENT_EXPORT.
6318 (last_tracepoint): Don't include in the IPA.
6319 (stopping_tracepoint): Use IP_AGENT_EXPORT.
6320 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
6321 (alloced_trace_state_variables): New.
6322 (trace_state_variables): Use IP_AGENT_EXPORT.
6323 (traceframe_t): Delete unused variable.
6324 (circular_trace_buffer): Don't include in the IPA.
6325 (trace_buffer_start): Delete.
6326 (struct trace_buffer_control): New.
6327 (trace_buffer_free): Delete.
6328 (struct ipa_trace_buffer_control): New.
6329 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
6330 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
6331 New.
6332 (trace_buffer_ctrl): New.
6333 (TRACE_BUFFER_CTRL_CURR): New.
6334 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
6335 Reimplement as macros.
6336 (trace_buffer_wrap): Delete.
6337 (traceframe_write_count, traceframe_read_count)
6338 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
6339 (struct tracepoint_hit_ctx) <type>: New field.
6340 (struct fast_tracepoint_ctx): New.
6341 (memory_barrier): New.
6342 (cmpxchg): New.
6343 (record_tracepoint_error): Update atomically in the IPA.
6344 (clear_inferior_trace_buffer): New.
6345 (about_to_request_buffer_space): New.
6346 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
6347 updating the same buffer.
6348 (add_tracepoint): Default the tracepoint's type to trap
6349 tracepoint, and orig_size to -1.
6350 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
6351 internal variables.
6352 (create_trace_state_variable): New parameter `gdb'. Handle it.
6353 (clear_installed_tracepoints): Clear fast tracepoint jumps.
6354 (cmd_qtdp): Handle fast tracepoints.
6355 (cmd_qtdv): Adjust.
6356 (max_jump_pad_size): New.
6357 (gdb_jump_pad_head): New.
6358 (get_jump_space_head): New.
6359 (claim_jump_space): New.
6360 (sort_tracepoints): New.
6361 (MAX_JUMP_SIZE): New.
6362 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
6363 IPA.
6364 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
6365 support. Upload fast traceframes, and delete internal IPA
6366 breakpoints.
6367 (stop_tracing_handler): New.
6368 (flush_trace_buffer_handler): New.
6369 (cmd_qtstop): Upload fast tracepoints.
6370 (response_tracepoint): Handle fast tracepoints.
6371 (tracepoint_finished_step): Upload fast traceframes. Set the
6372 tracepoint hit context's tracepoint type.
6373 (handle_tracepoint_bkpts): New.
6374 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
6375 type. Add comment about fast tracepoints.
6376 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
6377 non-existing action_str field.
6378 (get_context_regcache): Handle fast tracepoints.
6379 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
6380 to the regcache.
6381 (fast_tracepoint_from_jump_pad_address): New.
6382 (fast_tracepoint_from_ipa_tpoint_address): New.
6383 (collecting_t): New.
6384 (force_unlock_trace_buffer): New.
6385 (fast_tracepoint_collecting): New.
6386 (collecting): New.
6387 (gdb_collect): New.
6388 (write_inferior_data_ptr): New.
6389 (target_tp_heap): New.
6390 (target_malloc): New.
6391 (download_agent_expr): New.
6392 (UALIGN): New.
6393 (download_tracepoints): New.
6394 (download_trace_state_variables): New.
6395 (upload_fast_traceframes): New.
6396 (IPA_FIRST_TRACEFRAME): New.
6397 (IPA_NEXT_TRACEFRAME_1): New.
6398 (IPA_NEXT_TRACEFRAME): New.
6399 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
6400 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
6401 (gdb_jump_pad_buffer_end): New.
6402 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
6403 (initialize_tracepoint): Adjust.
6404 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
6405 buffer. Initialize the low module.
6406 * utils.c (PREFIX, TOOLNAME): New.
6407 (malloc_failure): Use PREFIX.
6408 (error): In the IPA, an error causes an exit.
6409 (fatal, warning): Use PREFIX.
6410 (internal_error): Use TOOLNAME.
6411 (NUMCELLS): Increase to 10.
6412 * configure, config.in: Regenerate.
6413
6414 2010-06-01 Pedro Alves <pedro@codesourcery.com>
6415
6416 * server.c (handle_query) <qSupported>: Do two passes over the
6417 qSupported string to avoid nesting strtok.
6418
6419 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6420
6421 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
6422 (CDEPS): New.
6423 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
6424 -Wl,--dynamic-list.
6425 * configure: Regenerate.
6426 * proc-service.list: New.
6427
6428 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6429
6430 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
6431 New comment.
6432
6433 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
6434
6435 * gdbreplay.c (remote_open): Check error return from socket() call by
6436 its equality to -1 not by it being negative.
6437 * remote-utils.c (remote_open): Likewise.
6438
6439 2010-05-23 Pedro Alves <pedro@codesourcery.com>
6440
6441 * config.h: Regenerate.
6442
6443 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6444
6445 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
6446 doesn't provide PTRACE_GET_THREAD_AREA.
6447
6448 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
6449
6450 * linux-m68k-low.c: Include <asm/ptrace.h>
6451 (ps_get_thread_area): Implement.
6452
6453 2010-05-03 Doug Evans <dje@google.com>
6454
6455 * event-loop.c (struct callback_event): New struct.
6456 (callback_list): New global.
6457 (append_callback_event, delete_callback_event): New functions.
6458 (process_callback): New function.
6459 (start_event_loop): Call it.
6460 * remote-utils.c (NOT_SCHEDULED): Define.
6461 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
6462 moved out of readchar.
6463 (readchar): Rewrite. Call reschedule before returning.
6464 (reset_readchar): New function.
6465 (remote_close): Call it.
6466 (process_remaining, reschedule): New functions.
6467 * server.h (callback_handler_func): New typedef.
6468 (append_callback_event, delete_callback_event): Declare.
6469
6470 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6471
6472 * proc-service.c (ps_pglobal_lookup): Use
6473 thread_db_look_up_one_symbol.
6474 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
6475 parameter. Use it instead of all_symbols_looked_up.
6476 * server.h (struct process_info) <all_symbols_looked_up>: Delete
6477 field.
6478 (all_symbols_looked_up): Don't declare.
6479 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
6480 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
6481 field.
6482 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
6483 Set all_symbols_looked_up here.
6484 (thread_db_look_up_one_symbol): New.
6485 (thread_db_get_tls_address): Adjust.
6486 (thread_db_load_search, try_thread_db_load_1): Always allocate the
6487 thread_db object on the heap, and tentatively set it in the
6488 process structure.
6489 (thread_db_init): Don't set all_symbols_looked_up here.
6490 * linux-low.h (thread_db_look_up_one_symbol): Declare.
6491
6492 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6493
6494 * linux-low.c (linux_kill, linux_detach): Adjust.
6495 (status_pending_p_callback): Remove redundant statement. Check
6496 for !TARGET_WAITIKIND_IGNORE, instead of
6497 TARGET_WAITKIND_STOPPED.
6498 (handle_tracepoints): Make sure LWP is locked. Adjust.
6499 (linux_wait_for_event_1): Adjust.
6500 (linux_cancel_breakpoints): New.
6501 (unsuspend_one_lwp): New.
6502 (unsuspend_all_lwps): New.
6503 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
6504 (send_sigstop_callback): Change return type to int, add new
6505 `except' parameter and handle it.
6506 (suspend_and_send_sigstop_callback): New.
6507 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
6508 pass them down. If SUSPEND, also increment the lwp's suspend
6509 count.
6510 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
6511 (need_step_over_p): Don't consider suspended LWPs.
6512 (start_step_over): Adjust.
6513 (proceed_one_lwp): Change return type to int, add new `except'
6514 parameter and handle it.
6515 (unsuspend_and_proceed_one_lwp): New.
6516 (proceed_all_lwps): Use find_inferior instead of
6517 for_each_inferior.
6518 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
6519 also decrement the suspend count of LWPs. Pass `except' down,
6520 instead of hacking its suspend count.
6521 (linux_pause_all): Add `freeze' parameter. Adjust.
6522 (linux_unpause_all): New.
6523 (linux_target_ops): Install linux_unpause_all.
6524 * server.c (handle_status): Adjust.
6525 * target.h (struct target_ops): New fields `unpause_all' and
6526 `cancel_breakpoints'. Add new parameter to `pause_all'.
6527 (pause_all): Add new `freeze' parameter.
6528 (unpause_all): New.
6529 (cancel_breakpoints): New.
6530 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
6531 cancel breakpoints.
6532 (cmd_qtstart): Pause threads.
6533 (stop_tracing): Pause threads, and cancel breakpoints.
6534 * win32-low.c (win32_target_ops): Adjust.
6535
6536 2010-05-03 Pedro Alves <pedro@codesourcery.com>
6537
6538 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
6539 the inferior right away from here...
6540 (linux_wait_1): ... to here, and adjust to check the thread's
6541 last_resume_kind instead of the lwp's step or stop_expected flags.
6542
6543 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6544
6545 * README: Use consistent `GDB' and `GDBserver' spellings.
6546
6547 2010-05-02 Pedro Alves <pedro@codesourcery.com>
6548
6549 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
6550 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
6551 (linux_detach_one_lwp): Assume the lwp is stopped.
6552 (any_thread_of): Delete.
6553 (linux_detach): Stop all lwps here. Don't blindly delete all
6554 breakpoints.
6555 (delete_lwp_callback): New.
6556 (linux_mourn): Delete all lwps of the process that is gone.
6557 (linux_wait_1): Don't delete the last lwp of the process here.
6558 * mem-break.h (mark_breakpoints_out): Declare.
6559 * mem-break.c (mark_breakpoints_out): New.
6560 (free_all_breakpoints): Use it.
6561 * server.c (handle_target_event): If the process is gone, mark
6562 breakpoints out.
6563 * thread-db.c (struct thread_db) <create_bp>: New field.
6564 (thread_db_enable_reporting): Fix prototype. Store a thread event
6565 breakpoint reference in the thread_db struct.
6566 (thread_db_load_search): Clear the thread_db object.
6567 (try_thread_db_load_1): Ditto.
6568 (switch_to_process): New.
6569 (disable_thread_event_reporting): Use it.
6570 (remove_thread_event_breakpoints): New.
6571 (thread_db_detach, thread_db_mourn): Use it.
6572
6573 2010-05-01 Pedro Alves <pedro@codesourcery.com>
6574
6575 * linux-low.c (linux_enable_event_reporting): New.
6576 (linux_wait_for_event_1, handle_extended_wait): Use it.
6577
6578 2010-04-30 Pedro Alves <pedro@codesourcery.com>
6579
6580 * linux-low.c (linux_kill_one_lwp, linux_kill)
6581 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
6582 (send_sigstop): Take an lwp_info as parameter instead. Queue a
6583 SIGSTOP even if the LWP is stopped.
6584 (send_sigstop_callback): New.
6585 (stop_all_lwps): Use send_sigstop_callback instead.
6586 (linux_resume_one_thread): Adjust.
6587 (proceed_one_lwp): Still proceed an LWP that the client has
6588 requested to stop, if we haven't reported it as stopped yet. Make
6589 sure that LWPs the client want stopped, have a pending SIGSTOP.
6590
6591 2010-04-26 Doug Evans <dje@google.com>
6592
6593 * server.c (handle_general_set): Make static.
6594
6595 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
6596 Print received char after testing for error/eof instead of before.
6597 (input_interrupt): Tweak comment.
6598
6599 2010-04-23 Doug Evans <dje@google.com>
6600
6601 * server.c (start_inferior): Print inferior argv if --debug.
6602
6603 2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
6604
6605 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
6606 * nto-x86-low.c: Include server.h
6607
6608 2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
6609
6610 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
6611 be consistent with other sources of this directory.
6612 (init_registers_amd64): Correct name of source file of this function
6613 in the comment.
6614
6615 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6616
6617 * configure.srv (x86_64-*-mingw*): New configuration for Windows
6618 64-bit executables.
6619
6620 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6621
6622 * win32-i386-low.c: Add 64-bit support.
6623 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
6624 (init_registers_amd64): Declare.
6625 (mappings): Add 64-bit version of array.
6626 (init_windows_x86): New function.
6627 (the_low_target): Change init_arch field to init_windows_x86.
6628
6629 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6630
6631 * win32-low.c: Adapt to support also 64-bit architecture.
6632 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
6633 (get_image_name): Use SIZE_T type for local variable `done'.
6634 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
6635 (toolhelp_get_dll_name): Idem.
6636 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
6637 Use uintptr_t typecast to avoid warning.
6638 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
6639 (handle_exception): Use phex_nz to avoid warning.
6640 (win32_wait): Remove unused local variable `process'.
6641
6642 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6643
6644 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
6645 `amd64-avx.o'.
6646
6647 2010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
6648
6649 * configure.ac: Use `ws2_32' library for srv_mingw.
6650 * configure: Regenerate.
6651 * gdbreplay.c: Include winsock2.h instead of winsock.h.
6652 * remote-utils.c: Likewise.
6653
6654 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6655
6656 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
6657 if __x86_64__ is defined.
6658
6659 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6660
6661 * configure: Regenerate.
6662
6663 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6664
6665 * server.c (handle_query): Handle 'qGetTIBAddr' query.
6666 * target.h (target_ops): New get_tib_address field.
6667 * win32-low.h (win32_thread_info): Add thread_local_base field.
6668 * win32-low.c (child_add_thread): Add tlb argument.
6669 Set thread_local_base field to TLB.
6670 (get_child_debug_event): Adapt to child_add_thread change.
6671 (win32_get_tib_address): New function.
6672 (win32_target_ops): Set get_tib_address field to
6673 win32_get_tib_address.
6674 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
6675
6676 2010-04-12 Pedro Alves <pedro@codesourcery.com>
6677
6678 * linux-low.c (linux_mourn): Also remove the process.
6679 * server.c (handle_target_event): Don't remove the process here.
6680 * nto-low.c (nto_mourn): New.
6681 (nto_target_ops): Install it.
6682 * spu-low.c (spu_mourn): New.
6683 (spu_target_ops): Install it.
6684 * win32-low.c (win32_mourn): New.
6685 (win32_target_ops): Install it.
6686
6687 2010-04-12 Pedro Alves <pedro@codesourcery.com>
6688
6689 * server.h (buffer_xml_printf): Remove redundant `;'.
6690
6691 2010-04-12 Pedro Alves <pedro@codesourcery.com>
6692
6693 * regcache.c (set_register_cache): Invalidate regcaches before
6694 changing the register cache layout.
6695 (regcache_invalidate_one): Allow a NULL regcache.
6696 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
6697 regcaches before changing the register cache layout or the target
6698 regsets.
6699
6700 2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
6701
6702 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
6703 variable warning on Linux/x86-64.
6704
6705 2010-04-11 Pedro Alves <pedro@codesourcery.com>
6706
6707 GDBserver disconnected tracing support.
6708
6709 * linux-low.c (linux_remove_process): Delete.
6710 (add_lwp): Don't set last_resume_kind here.
6711 (linux_kill): Use `mourn'.
6712 (linux_detach): Use `thread_db_detach', and `mourn'.
6713 (linux_mourn): New.
6714 (linux_attach_lwp_1): Adjust comment.
6715 (linux_attach): last_resume_kind moved the thread_info; adjust.
6716 (status_pending_p_callback): Adjust.
6717 (linux_wait_for_event_1): Adjust.
6718 (count_events_callback, select_singlestep_lwp_callback)
6719 (select_event_lwp_callback, cancel_breakpoints_callback)
6720 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
6721 (proceed_one_lwp): Adjust.
6722 (linux_async): Add debug output.
6723 (linux_thread_stopped): New.
6724 (linux_pause_all): New.
6725 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
6726 linux_pause_all.
6727 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
6728 (thread_db_free): Delete declaration.
6729 (thread_db_detach, thread_db_mourn): Declare.
6730 * thread-db.c (thread_db_init): Use thread_db_mourn.
6731 (thread_db_free): Delete, split in two.
6732 (disable_thread_event_reporting): New.
6733 (thread_db_detach): New.
6734 (thread_db_mourn): New.
6735
6736 * server.h (struct thread_info) <last_resume_kind>: New field.
6737 <attached>: Add comment.
6738 <gdb_detached>: New field.
6739 (handler_func): Change return type to int.
6740 (handle_serial_event, handle_target_event): Ditto.
6741 (gdb_connected): Declare.
6742 (tracing): Delete.
6743 (disconnected_tracing): Declare.
6744 (stop_tracing): Declare.
6745
6746 * server.c (handle_query) <qSupported>: Report support for
6747 disconnected tracing.
6748 (queue_stop_reply_callback): Account for running threads.
6749 (gdb_wants_thread_stopped): New.
6750 (gdb_wants_all_threads_stopped): New.
6751 (gdb_reattached_process): New.
6752 (handle_status): Clear the `gdb_detached' flag of all processes.
6753 In all-stop, stop all threads.
6754 (main): Be sure to leave tfind mode. Handle disconnected tracing.
6755 (process_serial_event): If the remote connection breaks, or if an
6756 exit was forced with "monitor exit", force an event loop exit.
6757 Handle disconnected tracing on detach.
6758 (handle_serial_event): Adjust.
6759 (handle_target_event): If GDB isn't connected, forward events back
6760 to the inferior, unless the last process exited, in which case,
6761 exit gdbserver. Adjust interface.
6762
6763 * remote-utils.c (remote_open): Don't block in accept. Instead
6764 register an event loop source on the listen socket file
6765 descriptor. Refactor bits into ...
6766 (listen_desc): ... this new global.
6767 (gdb_connected): ... this new function.
6768 (enable_async_notification): ... this new function.
6769 (handle_accept_event): ... this new function.
6770 (remote_close): Clear remote_desc.
6771
6772 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
6773
6774 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
6775 New fields.
6776 (mourn_inferior): Define.
6777 (target_process_qsupported): Avoid the dangling else problem.
6778 (thread_stopped): Define.
6779 (pause_all): Define.
6780 (target_waitstatus_to_string): Declare.
6781 * target.c (target_waitstatus_to_string): New.
6782
6783 * tracepoint.c (tracing): Make extern.
6784 (disconnected_tracing): New.
6785 (stop_tracing): Make extern. Handle tracing stops due to GDB
6786 disconnecting.
6787 (cmd_qtdisconnected): New.
6788 (cmd_qtstatus): Report disconnected tracing status in trace reply.
6789 (handle_tracepoint_general_set): Handle QTDisconnected.
6790
6791 * event-loop.c (event_handler_func): Change return type to int.
6792 (process_event): Bail out if the event handler wants the event
6793 loop to stop.
6794 (handle_file_event): Ditto.
6795 (start_event_loop): Bail out if the event handler wants the event
6796 loop to stop.
6797
6798 * nto-low.c (nto_target_ops): Adjust.
6799 * spu-low.c (spu_wait): Don't remove the process here.
6800 (spu_target_ops): Adjust.
6801 * win32-low.c (win32_wait): Don't remove the process here.
6802 (win32_target_ops): Adjust.
6803
6804 2010-04-11 Pedro Alves <pedro@codesourcery.com>
6805
6806 * regcache.c (realloc_register_cache): Invalidate inferior's
6807 regcache before recreating it.
6808
6809 2010-04-09 Pedro Alves <pedro@codesourcery.com>
6810
6811 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
6812
6813 2010-04-09 Stan Shebs <stan@codesourcery.com>
6814 Pedro Alves <pedro@codesourcery.com>
6815
6816 * server.h (LONGEST): New.
6817 (struct thread_info) <while_stepping>: New field.
6818 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
6819 Declare.
6820 (initialize_tracepoint, handle_tracepoint_general_set)
6821 (handle_tracepoint_query, tracepoint_finished_step)
6822 (tracepoint_was_hit, release_while_stepping_state_list):
6823 (current_traceframe): Declare.
6824 * server.c (handle_general_set): Handle tracepoint packets.
6825 (read_memory): New.
6826 (write_memory): New.
6827 (handle_search_memory_1): Use read_memory.
6828 (handle_query): Report support for conditional tracepoints, trace
6829 state variables, and tracepoint sources. Handle tracepoint
6830 queries.
6831 (main): Initialize the tracepoints module.
6832 (process_serial_event): Handle traceframe reads/writes.
6833
6834 * linux-low.c (handle_tracepoints): New.
6835 (linux_wait_1): Call it.
6836 (linux_resume_one_lwp): Handle while-stepping.
6837 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
6838 (linux_target_ops): Install them.
6839 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
6840 New field.
6841 * linux-x86-low.c (x86_supports_tracepoints): New.
6842 (the_low_target). Install it.
6843
6844 * mem-break.h (delete_breakpoint): Declare.
6845 * mem-break.c (delete_breakpoint): Make external.
6846
6847 * target.h (struct target_ops): Add `supports_tracepoints',
6848 `read_pc', and `write_pc' fields.
6849 (target_supports_tracepoints): Define.
6850 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
6851 (phex_nz): New.
6852
6853 * regcache.h (struct regcache) <registers_owned>: New field.
6854 (init_register_cache, regcache_cpy): Declare.
6855 (regcache_read_pc, regcache_write_pc): Declare.
6856 (register_cache_size): Declare.
6857 (supply_regblock): Declare.
6858 * regcache.c (init_register_cache): New.
6859 (new_register_cache): Use it.
6860 (regcache_cpy): New.
6861 (register_cache_size): New.
6862 (supply_regblock): New.
6863 (regcache_read_pc, regcache_write_pc): New.
6864
6865 * tracepoint.c: New.
6866
6867 * Makefile.in (OBS): Add tracepoint.o.
6868 (tracepoint.o): New rule.
6869
6870 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6871
6872 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
6873 (i386-mmx.o): New.
6874 (i386-mmx.c): Likewise.
6875 (i386-mmx-linux.o): Likewise.
6876 (i386-mmx-linux.c): Likewise.
6877
6878 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
6879 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
6880 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
6881 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
6882
6883 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
6884 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
6885 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
6886
6887 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6888
6889 * Makefile.in (clean): Updated.
6890 (i386-avx.o): New.
6891 (i386-avx.c): Likewise.
6892 (i386-avx-linux.o): Likewise.
6893 (i386-avx-linux.c): Likewise.
6894 (amd64-avx.o): Likewise.
6895 (amd64-avx.c): Likewise.
6896 (amd64-avx-linux.o): Likewise.
6897 (amd64-avx-linux.c): Likewise.
6898
6899 * configure.srv (srv_i386_regobj): Add i386-avx.o.
6900 (srv_i386_linux_regobj): Add i386-avx-linux.o.
6901 (srv_amd64_regobj): Add amd64-avx.o.
6902 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
6903 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
6904 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
6905 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
6906 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
6907 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
6908 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
6909
6910 * i387-fp.c: Include "i386-xstate.h".
6911 (i387_xsave): New.
6912 (i387_cache_to_xsave): Likewise.
6913 (i387_xsave_to_cache): Likewise.
6914 (x86_xcr0): Likewise.
6915
6916 * i387-fp.h (i387_cache_to_xsave): Likewise.
6917 (i387_xsave_to_cache): Likewise.
6918 (x86_xcr0): Likewise.
6919
6920 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
6921 * linux-crisv32-low.c (target_regsets): Likewise.
6922 * linux-m68k-low.c (target_regsets): Likewise.
6923 * linux-mips-low.c (target_regsets): Likewise.
6924 * linux-ppc-low.c (target_regsets): Likewise.
6925 * linux-s390-low.c (target_regsets): Likewise.
6926 * linux-sh-low.c (target_regsets): Likewise.
6927 * linux-sparc-low.c (target_regsets): Likewise.
6928 * linux-xtensa-low.c (target_regsets): Likewise.
6929
6930 * linux-low.c: Include <sys/uio.h>.
6931 (regsets_fetch_inferior_registers): Support nt_type.
6932 (regsets_store_inferior_registers): Likewise.
6933 (linux_process_qsupported): New.
6934 (linux_target_ops): Add linux_process_qsupported.
6935
6936 * linux-low.h (regset_info): Add nt_type.
6937 (linux_target_ops): Add process_qsupported.
6938
6939 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
6940 and <sys/uio.h>.
6941 (init_registers_i386_avx_linux): New.
6942 (init_registers_amd64_avx_linux): Likewise.
6943 (xmltarget_i386_linux_no_xml): Likewise.
6944 (xmltarget_amd64_linux_no_xml): Likewise.
6945 (PTRACE_GETREGSET): Likewise.
6946 (PTRACE_SETREGSET): Likewise.
6947 (x86_fill_xstateregset): Likewise.
6948 (x86_store_xstateregset): Likewise.
6949 (use_xml): Likewise.
6950 (x86_linux_update_xmltarget): Likewise.
6951 (x86_linux_process_qsupported): Likewise.
6952 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
6953 (x86_arch_setup): Don't call init_registers_amd64_linux nor
6954 init_registers_i386_linux here. Call
6955 x86_linux_update_xmltarget.
6956 (the_low_target): Add x86_linux_process_qsupported.
6957
6958 * server.c (handle_query): Call target_process_qsupported.
6959
6960 * target.h (target_ops): Add process_qsupported.
6961 (target_process_qsupported): New.
6962
6963 2010-04-03 Pedro Alves <pedro@codesourcery.com>
6964
6965 * inferiors.c (add_thread): Set last_status kind to
6966 TARGET_WAITKIND_IGNORE.
6967 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
6968 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
6969 (linux_wait_1): Move `thread' local definition to block that uses
6970 it. Don't NULL initialize `event_child'.
6971 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
6972 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
6973 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
6974
6975 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6976
6977 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
6978 an extended waitstatus, or by a watchpoint.
6979 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
6980 thread was stepping or has been stopped by a watchpoint.
6981
6982 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6983
6984 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
6985 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
6986 of another, then delete the previous, and validate all
6987 breakpoints.
6988 (validate_inserted_breakpoint): New.
6989 (delete_disabled_breakpoints): New.
6990 (validate_breakpoints): New.
6991 (check_mem_read): Validate breakpoints before trusting their
6992 shadow. Delete disabled breakpoints.
6993 (check_mem_write): Validate breakpoints before trusting they
6994 should be inserted. Delete disabled breakpoints.
6995 * mem-break.h (validate_breakpoints):
6996 * server.c (handle_query): Validate breakpoints when we see a
6997 qSymbol query.
6998
6999 2010-04-01 Pedro Alves <pedro@codesourcery.com>
7000
7001 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7002 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7003 if we could tell there's a GDB breakpoint at stop_pc.
7004 (need_step_over_p): Don't do a step over if we find a GDB
7005 breakpoint at the resume PC.
7006
7007 * mem-break.c (struct raw_breakpoint): New.
7008 (enum bkpt_type): New type `gdb_breakpoint'.
7009 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7010 fields. New field `raw'.
7011 (find_raw_breakpoint_at): New.
7012 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7013 breakpoint instead.
7014 (set_breakpoint_at): Adjust.
7015 (delete_raw_breakpoint): New.
7016 (release_breakpoint): New.
7017 (delete_breakpoint): Rename to...
7018 (delete_breakpoint_1): ... this. Add proc parameter. Use
7019 release_breakpoint. Return ENOENT.
7020 (delete_breakpoint): Reimplement.
7021 (find_breakpoint_at): Delete.
7022 (find_gdb_breakpoint_at): New.
7023 (delete_breakpoint_at): Delete.
7024 (set_gdb_breakpoint_at): New.
7025 (delete_gdb_breakpoint_at): New.
7026 (gdb_breakpoint_here): New.
7027 (set_reinsert_breakpoint): Use release_breakpoint.
7028 (uninsert_breakpoint): Rename to ...
7029 (uninsert_raw_breakpoint): ... this.
7030 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7031 (reinsert_raw_breakpoint): Change parameter type to
7032 raw_breakpoint.
7033 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7034 instead.
7035 (check_breakpoints): Adjust. Use release_breakpoint.
7036 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7037 (breakpoint_inserted_here): Ditto.
7038 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7039 Don't trust the breakpoint's shadow if it is not inserted.
7040 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7041 (delete_all_breakpoints): Adjust.
7042 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7043 use delete_breakpoint_1.
7044
7045 * mem-break.h (breakpoints_supported): Delete declaration.
7046 (set_gdb_breakpoint_at): Declare.
7047 (gdb_breakpoint_here): Declare.
7048 (delete_breakpoint_at): Delete.
7049 (delete_gdb_breakpoint_at): Declare.
7050
7051 * server.h (struct raw_breakpoint): Forward declare.
7052 (struct process_info): New field `raw_breakpoints'.
7053
7054 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7055 breakpoints.
7056
7057 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7058
7059 * linux-low.c (status_pending_p_callback): Fix comment.
7060 (linux_wait_for_event_1): Move most of the internal breakpoint
7061 handling from here...
7062 (linux_wait_1): ... to here.
7063 (count_events_callback): New.
7064 (select_singlestep_lwp_callback): New.
7065 (select_event_lwp_callback): New.
7066 (cancel_breakpoints_callback): New.
7067 (select_event_lwp): New.
7068 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7069 priority to all LWPs that have had events that should be reported
7070 to the client. Cancel breakpoints when about to reporting the
7071 event to the client, not while stopping lwps. No longer cancel
7072 finished single-steps here.
7073 (cancel_finished_single_step): Delete.
7074 (cancel_finished_single_steps): Delete.
7075
7076 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7077
7078 * mem-break.c (enum bkpt_type): New.
7079 (struct breakpoint): New field `type'.
7080 (set_breakpoint_at): Change return type to struct breakpoint
7081 pointer. Set type to `other_breakpoint' by default.
7082 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7083 in the breakpoint list.
7084 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7085 (reinsert_breakpoint): Rename to ...
7086 (reinsert_raw_breakpoint): ... this.
7087 (reinsert_breakpoints_at): Adjust.
7088 * mem-break.h (struct breakpoint): Declare.
7089 (set_breakpoint_at): Change return type to struct breakpoint
7090 pointer.
7091
7092 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7093
7094 * server.c (handle_query): Assign, not compare.
7095
7096 2010-03-24 Pedro Alves <pedro@codesourcery.com>
7097
7098 Teach linux gdbserver to step-over-breakpoints.
7099
7100 * linux-low.c (can_hardware_single_step): New.
7101 (supports_breakpoints): New.
7102 (handle_extended_wait): If stopping threads, read the stop pc of
7103 the new cloned LWP.
7104 (get_pc): New.
7105 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7106 low target doesn't support retrieving the PC.
7107 (add_lwp): Set last_resume_kind to resume_continue.
7108 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7109 (linux_attach): Don't clear stop_expected. Set the lwp's
7110 last_resume_kind to resume_stop.
7111 (linux_detach_one_lwp): Don't check for removed breakpoints.
7112 (check_removed_breakpoint): Delete.
7113 (status_pending_p): Rename to ...
7114 (status_pending_p_callback): ... this. Don't check for removed
7115 breakpoints. Don't consider threads that are stopped from GDB's
7116 perspective.
7117 (linux_wait_for_lwp): Always read the stop_pc here.
7118 (cancel_breakpoint): New.
7119 (step_over_bkpt): New global.
7120 (linux_wait_for_event_1): Implement stepping over breakpoints.
7121 (gdb_wants_lwp_stopped): New.
7122 (gdb_wants_all_stopped): New.
7123 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7124 single-step traps here. Store the thread's last reported target
7125 wait status.
7126 (send_sigstop): Don't clear stop_expected. Always set it,
7127 instead.
7128 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
7129 (cancel_finished_single_step): New.
7130 (cancel_finished_single_steps): New.
7131 (wait_for_sigstop): Don't cancel finished single-step traps here.
7132 (linux_resume_one_lwp): Don't check for removed breakpoints.
7133 Don't set `step' on non-hardware step archs.
7134 (linux_set_resume_request): Ignore resume_stop requests if already
7135 stopping or stopped. Set the lwp's last_resume_kind.
7136 (resume_status_pending_p): Don't check for removed breakpoints.
7137 (need_step_over_p): New.
7138 (start_step_over): New.
7139 (finish_step_over): New.
7140 (linux_resume_one_thread): Always queue a sigstop for resume_stop
7141 requests. Clear the thread's last reported target waitstatus.
7142 Don't use the `suspended' flag. Don't consider pending breakpoints.
7143 (linux_resume): Start a step-over if necessary.
7144 (proceed_one_lwp): New.
7145 (proceed_all_lwps): New.
7146 (unstop_all_lwps): New.
7147 * linux-low.h (struct lwp_info): Rewrite comment for the
7148 `suspended' flag. Add the `stop_pc' field. Delete the
7149 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
7150 Add `'last_resume_kind' and `need_step_over' fields.
7151 * inferiors.c (struct thread_info): Delete, moved elsewhere.
7152 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
7153 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
7154 (set_raw_breakpoint_at): New.
7155 (set_breakpoint_at): Rewrite to use it.
7156 (reinsert_breakpoint_handler): Delete.
7157 (set_reinsert_breakpoint): New.
7158 (reinsert_breakpoint_by_bp): Delete.
7159 (delete_reinsert_breakpoints): New.
7160 (uninsert_breakpoint): Rewrite.
7161 (uninsert_breakpoints_at): New.
7162 (reinsert_breakpoint): Rewrite.
7163 (reinsert_breakpoints_at): New.
7164 (check_breakpoints): Rewrite.
7165 (breakpoint_here): New.
7166 (breakpoint_inserted_here): New.
7167 (check_mem_read): Adjust.
7168 * mem-break.h (breakpoints_supported, breakpoint_here)
7169 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
7170 (reinsert_breakpoint_by_bp): Delete declaration.
7171 (delete_reinsert_breakpoints): Declare.
7172 (reinsert_breakpoint): Delete declaration.
7173 (reinsert_breakpoints_at): Declare.
7174 (uninsert_breakpoint): Delete declaration.
7175 (uninsert_breakpoints_at): Declare.
7176 (check_breakpoints): Adjust prototype.
7177 * server.h: Adjust include order.
7178 (struct thread_info): Declare here. Add a `last_status' field.
7179
7180 2010-03-23 Michael Snyder <msnyder@vmware.com>
7181
7182 * server.c (crc32): New function.
7183 (handle_query): Add handling for 'qCRC:' request.
7184
7185 2010-03-23 Pedro Alves <pedro@codesourcery.com>
7186
7187 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
7188 lwp had been stopped by a watchpoint.
7189
7190 2010-03-16 Pedro Alves <pedro@codesourcery.com>
7191
7192 * server.h (internal_error): Declare.
7193 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
7194 * utils.c (internal_error): New function.
7195
7196 2010-03-15 Andreas Schwab <schwab@redhat.com>
7197
7198 * configure.srv: Fix typo setting srv_regobj.
7199
7200 2010-03-15 Pedro Alves <pedro@codesourcery.com>
7201
7202 * linux-low.c (fetch_register): Avoid passing a non string literal
7203 format to `error'.
7204 (usr_store_inferior_registers): Ditto.
7205
7206 2010-03-14 Pedro Alves <pedro@codesourcery.com>
7207
7208 * linux-low.c (linux_write_memory): Bail out early if peeking
7209 memory failed.
7210
7211 2010-03-14 Pedro Alves <pedro@codesourcery.com>
7212
7213 * linux-low.h (struct lwp_info): New fields
7214 `stopped_by_watchpoint' and `stopped_data_address'.
7215 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
7216 here, and cache them in the lwp object.
7217 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
7218 directly.
7219 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
7220 field.
7221 (linux_stopped_by_watchpoint): Rewrite.
7222 (linux_stopped_data_address): Rewrite.
7223
7224 2010-03-06 Simo Melenius <simo.melenius@iki.fi>
7225
7226 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
7227 switching the current inferior, not before.
7228
7229 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7230
7231 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
7232 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
7233 i386-linux.c and amd64-linux.c.
7234 (reg-i386.o): Removed.
7235 (reg-i386.c): Likewise.
7236 (reg-i386-linux.o): Likewise.
7237 (reg-i386-linux.c): Likewise.
7238 (reg-x86-64.o): Likewise.
7239 (reg-x86-64.c): Likewise.
7240 (reg-x86-64-linux.o): Likewise.
7241 (reg-x86-64-linux.c): Likewise.
7242 (i386.o): New.
7243 (i386.c): Likewise.
7244 (i386-linux.o): Likewise.
7245 (i386-linux.c): Likewise.
7246 (amd64.o): Likewise.
7247 (amd64.c): Likewise.
7248 (amd64-linux.o): Likewise.
7249 (amd64-linux.c): Likewise.
7250
7251 * configure.srv (srv_i386_regobj): New.
7252 (srv_i386_linux_regobj): Likewise.
7253 (srv_amd64_regobj): Likewise.
7254 (srv_amd64_linux_regobj): Likewise.
7255 (srv_i386_32bit_xmlfiles): Likewise.
7256 (srv_i386_64bit_xmlfiles): Likewise.
7257 (srv_i386_xmlfiles): Likewise.
7258 (srv_amd64_xmlfiles): Likewise.
7259 (srv_i386_linux_xmlfiles): Likewise.
7260 (srv_amd64_linux_xmlfiles): Likewise.
7261 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
7262 srv_xmlfiles to $srv_i386_xmlfiles.
7263 (i[34567]86-*-mingw32ce*): Likewise.
7264 (i[34567]86-*-mingw*): Likewise.
7265 (i[34567]86-*-nto*): Likewise.
7266 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
7267 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
7268 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
7269 (x86_64-*-linux*): Likewise.
7270
7271 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
7272 (init_registers_amd64_linux): New.
7273 (x86_arch_setup): Replace init_registers_x86_64_linux with
7274 init_registers_amd64_linux.
7275
7276 2010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
7277
7278 * configure.ac: Check for libdl. If it is not available link against
7279 static libthread_db.
7280 * configure: Regenerate.
7281
7282 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7283
7284 PR9605
7285
7286 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
7287 handing a read watchpoint.
7288 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
7289
7290 2010-02-12 Doug Evans <dje@google.com>
7291
7292 * linux-low.c (linux_supports_tracefork_flag): Document.
7293 (linux_look_up_symbols): Add comment.
7294
7295 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
7296
7297 * regcache.c (supply_register): Clear regcache if buf is NULL.
7298
7299 2010-02-02 Nicolas Roche <roche@sourceware.org>
7300 Joel Brobecker <brobecker@adacore.com>
7301
7302 * inferiors.c (find_inferior): Add function documentation.
7303 (unloaded_dll): Handle the case where the unloaded dll has not
7304 been previously registered in the dll list.
7305
7306 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7307
7308 * linux-arm-low.c (thumb_breakpoint_len): Delete.
7309 (thumb2_breakpoint): New.
7310 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
7311
7312 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7313
7314 * linux-low.c (get_stop_pc): Check for SIGTRAP.
7315 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
7316 breakpoints.
7317
7318 2010-01-21 Pedro Alves <pedro@codesourcery.com>
7319
7320 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
7321
7322 2010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * linux-s390-low.c (s390_collect_ptrace_register)
7325 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
7326
7327 2010-01-21 Doug Evans <dje@google.com>
7328
7329 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
7330 (PTRACE_ARG4_TYPE): New macro.
7331 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
7332 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
7333 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
7334 (usr_store_inferior_registers): Ditto.
7335 (linux_read_memory, linux_write_memory): Ditto.
7336 (linux_test_for_tracefork): Ditto.
7337
7338 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
7339 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
7340
7341 2010-01-21 Pedro Alves <pedro@codesourcery.com>
7342
7343 * proc-service.c (ps_lgetregs): Don't refetch registers from the
7344 target.
7345
7346 2010-01-21 Pedro Alves <pedro@codesourcery.com>
7347
7348 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
7349 prototype to take a regcache. Adjust.
7350
7351 2010-01-20 Pedro Alves <pedro@codesourcery.com>
7352
7353 * regcache.h (struct thread_info): Forward declare.
7354 (struct regcache): New.
7355 (new_register_cache): Adjust prototype.
7356 (get_thread_regcache): Declare.
7357 (free_register_cache): Adjust prototype.
7358 (registers_to_string, registers_from_string): Ditto.
7359 (supply_register, supply_register_by_name, collect_register)
7360 (collect_register_as_string, collect_register_by_name): Ditto.
7361 * regcache.c (struct inferior_regcache_data): Delete.
7362 (get_regcache): Rename to ...
7363 (get_thread_regcache): ... this. Adjust. Switch inferior before
7364 fetching registers.
7365 (regcache_invalidate_one): Adjust.
7366 (regcache_invalidate): Fix prototype.
7367 (new_register_cache): Return the new register cache.
7368 (free_register_cache): Change prototype.
7369 (realloc_register_cache): Adjust.
7370 (registers_to_string): Change prototype to take a regcache. Adjust.
7371 (registers_from_string): Ditto.
7372 (register_data): Ditto.
7373 (supply_register): Ditto.
7374 (supply_register_by_name): Ditto.
7375 (collect_register): Ditto.
7376 (collect_register_as_string): Ditto.
7377 (collect_register_by_name): Ditto.
7378 * server.c (process_serial_event): Adjust.
7379 * linux-low.h (regset_fill_func, regset_store_func): Change
7380 prototype.
7381 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
7382 Change prototype.
7383 * linux-low.c (get_stop_pc): Adjust.
7384 (check_removed_breakpoint): Adjust.
7385 (linux_wait_for_event): Adjust.
7386 (linux_resume_one_lwp): Adjust.
7387 (fetch_register): Add regcache parameter. Adjust.
7388 (usr_store_inferior_registers): Ditto.
7389 (regsets_fetch_inferior_registers): Ditto.
7390 (regsets_store_inferior_registers): Ditto.
7391 (linux_fetch_registers, linux_store_registers): Ditto.
7392 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
7393 regcache. Adjust.
7394 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
7395 Ditto.
7396 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
7397 prototype to take a regcache.
7398 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
7399 * remote-utils.c (convert_ascii_to_int, outreg)
7400 (prepare_resume_reply): Change prototype to take a regcache.
7401 Adjust.
7402 * target.h (struct target_ops) <fetch_registers, store_registers>:
7403 Change prototype to take a regcache.
7404 (fetch_inferior_registers, store_inferior_registers): Change
7405 prototype to take a regcache. Adjust.
7406 * proc-service.c (ps_lgetregs): Adjust.
7407 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
7408 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
7409 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
7410 take a regcache. Adjust.
7411 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
7412 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
7413 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
7414 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
7415 * linux-cris-low.c (cris_get_pc, cris_set_pc)
7416 (cris_cannot_fetch_register):
7417 (cris_breakpoint_at): Change prototype to take a regcache.
7418 Adjust.
7419 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
7420 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
7421 to take a regcache. Adjust.
7422 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
7423 Adjust.
7424 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
7425 take a regcache. Adjust.
7426 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
7427 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
7428 (m68k_set_pc): Change prototype to take a regcache. Adjust.
7429 * linux-mips-low.c (mips_get_pc):
7430 (mips_set_pc): Change prototype to take a regcache. Adjust.
7431 (mips_reinsert_addr): Adjust.
7432 (mips_collect_register): Change prototype to take a regcache.
7433 Adjust.
7434 (mips_supply_register):
7435 (mips_collect_register_32bit, mips_supply_register_32bit)
7436 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
7437 (mips_store_fpregset): Ditto.
7438 * linux-ppc-low.c (ppc_supply_ptrace_register)
7439 (ppc_supply_ptrace_register): Ditto.
7440 (parse_spufs_run): Adjust.
7441 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
7442 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
7443 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
7444 take a regcache. Adjust.
7445 * linux-s390-low.c (s390_collect_ptrace_register)
7446 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
7447 (s390_set_pc): Change prototype to take a regcache. Adjust.
7448 (s390_arch_setup): Adjust.
7449 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
7450 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
7451 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
7452 (sparc_fill_gregset, sparc_store_gregset_from_stack)
7453 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
7454 regcache. Adjust.
7455 (sparc_breakpoint_at): Adjust.
7456 * linux-xtensa-low.c (xtensa_fill_gregset):
7457 (xtensa_store_gregset):
7458 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
7459 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
7460 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
7461 prototype to take a regcache. Adjust.
7462 * win32-arm-low.c (arm_fetch_inferior_register)
7463 (arm_store_inferior_register): Change prototype to take a
7464 regcache. Adjust.
7465 * win32-i386-low.c (i386_fetch_inferior_register)
7466 (i386_store_inferior_register): Change prototype to take a
7467 regcache. Adjust.
7468 * win32-low.c (child_fetch_inferior_registers)
7469 (child_store_inferior_registers): Change prototype to take a
7470 regcache. Adjust.
7471 (win32_wait): Adjust.
7472 (win32_fetch_inferior_registers): Change prototype to take a
7473 regcache. Adjust.
7474 (win32_store_inferior_registers): Adjust.
7475 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
7476 store_inferior_register>: Change prototype to take a regcache.
7477
7478 2010-01-20 Doug Evans <dje@google.com>
7479
7480 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
7481 #ifdef.
7482 (linux_wait_for_event1, linux_init_signals): Ditto.
7483 (W_STOPCODE): Provide definition if missing.
7484
7485 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7486
7487 * linux-low.c (linux_core_of_thread): New.
7488 (compare_ints, show_process, list_threads): New.
7489 (linux_qxfer_osdata): Report threads and cores.
7490 (linux_target_op): Register linux_core_of_thread.
7491 * remote-utils.c (prepare_resume_reply): Report the core.
7492 (buffer_xml_printf): Support %d specifier.
7493 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
7494 New.
7495 (handle_query): Handle qXfer:threads. Announce availability
7496 thereof.
7497 * target.h (struct target_ops): New field core_of_thread.
7498
7499 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
7500
7501 * Makefile.in (clean): Remove new generated files.
7502 (reg-s390.o, reg-s390.c): Remove rules.
7503 (reg-s390x.o, reg-s390x.c): Likewise.
7504 (s390-linux32.o, s390-linux32.c): Add rules.
7505 (s390-linux64.o, s390-linux64.c): Likewise.
7506 (s390x-linux64.o, s390x-linux64.c): Likewise.
7507 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
7508 * linux-s390-low.c: Include <elf.h>.
7509 (HWCAP_S390_HIGH_GPRS): Define if undefined.
7510 (init_registers_s390): Remove prototype.
7511 (init_registers_s390x): Likewise.
7512 (init_registers_s390_linux32): Add prototype.
7513 (init_registers_s390_linux64): Likewise.
7514 (init_registers_s390x_linux64): Likewise.
7515 (s390_num_regs_3264): New define.
7516 (s390_regmap_3264): New global variable.
7517 (s390_cannot_fetch_register): Remove obsolete check.
7518 (s390_cannot_store_register): Likewise.
7519 (s390_collect_ptrace_register): Handle upper/lower register halves.
7520 (s390_supply_ptrace_register): Likewise.
7521 (s390_fill_gregset): Update to register number changes.
7522 (s390_get_hwcap): New routine.
7523 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
7524 Install appropriate regmap and register set.
7525
7526 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7527
7528 * server.c (gdbserver_version): Update copyright year to 2010.
7529 * gdbreplay.c (gdbreplay_version): Likewise.
7530
7531 2009-12-28 Doug Evans <dje@google.com>
7532
7533 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
7534 elf/external.h. Include <elf.h> instead but only if necessary.
7535
7536 2009-12-28 Pedro Alves <pedro@codesourcery.com>
7537
7538 * linux-low.c (linux_remove_process): Remove `detaching'
7539 parameter. Don't release/detach from thread_db here.
7540 (linux_kill): Release/detach from thread_db here, ...
7541 (linux_detach): ... and here, before actually detaching.
7542 (linux_wait_1): ... and here, when a process exits.
7543 * thread-db.c (any_thread_of): New.
7544 (thread_db_free): Switch the current inferior to a thread of the
7545 passed in process.
7546
7547 2009-12-21 Doug Evans <dje@google.com>
7548
7549 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
7550
7551 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
7552 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
7553 warning ifndef __NR_tkill. Move setting of errno there too.
7554 Delete unnecessary resetting of errno after syscall.
7555 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
7556
7557 * configure.ac: Check for dladdr.
7558 * config.in: Regenerate.
7559 * configure: Regenerate.
7560 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
7561 (try_thread_db_load): Update.
7562
7563 * linux-low.c (my_waitpid): Delete unnecessary prototype.
7564
7565 2009-12-18 Doug Evans <dje@google.com>
7566
7567 * event-loop.c: Include unistd.h if it exists.
7568
7569 * linux-low.c (my_waitpid): Move definition away from being in
7570 between linux_tracefork_child/linux_test_for_tracefork.
7571
7572 * gdb_proc_service.h (psaddr_t): Fix type.
7573 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
7574 signature to match glibc.
7575
7576 2009-12-16 Doug Evans <dje@google.com>
7577
7578 * linux-low.c (linux_read_memory): Fix argument to read.
7579
7580 2009-11-26 Pedro Alves <pedro@codesourcery.com>
7581
7582 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
7583 events, don't leave current_inferior pointing at null.
7584
7585 2009-11-26 Pedro Alves <pedro@codesourcery.com>
7586
7587 * win32-low.c (LOG): Delete.
7588 (OUTMSG): Output to stderr.
7589 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
7590 on compile time LOG macro.
7591 (win32_wait): Fix debug output.
7592
7593 2009-11-26 Pedro Alves <pedro@codesourcery.com>
7594
7595 * win32-low.c (win32_add_one_solib): If the dll name is
7596 "ntdll.dll", prepend the system directory to the dll path.
7597
7598 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
7599
7600 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
7601
7602 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7603 Vladimir Prus <vladimir@codesourcery.com>
7604
7605 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
7606 * configure.ac: Check for __mcoldfire__ and set
7607 gdb_cv_m68k_is_coldfire.
7608 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
7609 reg-cf.o and reg-m68k.o.
7610 * configure: Regenerated.
7611
7612 2009-11-16 Pedro Alves <pedro@codesourcery.com>
7613
7614 * linux-low.c (linux_remove_process): Add `detaching' parameter.
7615 Pass it to thread_db_free.
7616 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
7617 proper `detaching' argument to linux_remove_process.
7618 * linux-low.h (thread_db_free): Add `detaching' parameter.
7619 * thread-db.c (thread_db_init): Pass false as `detaching' argument
7620 to thread_db_free.
7621 (thread_db_free): Add `detaching' parameter. Only
7622 call td_ta_clear_event if detaching from process.
7623
7624 2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
7625
7626 * thread-db.c (thread_db_free): Fix typo.
7627
7628 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
7629
7630 PR gdb/10838
7631 * thread-db.c (thread_db_free): Call td_ta_clear_event.
7632
7633 2009-11-03 Nathan Sidwell <nathan@codesourcery.com>
7634
7635 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
7636 with an i686 compiler.
7637 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
7638 needed.
7639 * configure: Rebuilt.
7640
7641 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
7642
7643 PR gdb/10783
7644
7645 * server.c (handle_search_memory_1): Correct read_addr initialization
7646 in loop for searching subsequent chunks.
7647
7648 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
7649
7650 * configure.ac: New --with-libthread-db option.
7651 * thread-db.c: Allow direct dependence on libthread_db.
7652 (thread_db_free): Adjust.
7653 * config.in: Regenerate.
7654 * configure: Likewise.
7655
7656 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
7657
7658 PR gdb/10757
7659 * thread-db.c (attach_thread): New function.
7660 (maybe_attach_thread): Return success/failure.
7661 (find_new_threads_callback): Adjust.
7662 (thread_db_find_new_threads): Loop until no new threads.
7663
7664 2009-10-13 Pedro Alves <pedro@codesourcery.com>
7665
7666 * proc-service.c (ps_lgetregs): Formatting.
7667
7668 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7669
7670 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
7671 * configure.ac: Adjust.
7672 * linux-low.h (struct process_info_private): Move members to struct
7673 thread_db.
7674 (thread_db_free, thread_db_handle_monitor_command): New prototype.
7675 * linux-low.c (linux_remove_process): Adjust.
7676 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
7677 * server.c (handle_query): Move code ...
7678 (handle_monitor_command): ... here. New function.
7679 * target.h (struct target_ops): New member.
7680 * thread-db.c (struct thread_db): New.
7681 (libthread_db_search_path): New variable.
7682 (thread_db_create_event, thread_db_enable_reporting)
7683 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
7684 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
7685 (try_thread_db_load_1, dladdr_to_soname): New functions.
7686 (try_thread_db_load, thread_db_load_search): New functions.
7687 (thread_db_init): Search for libthread_db.
7688 (thread_db_free): New function.
7689 (thread_db_handle_monitor_command): Likewise.
7690 * config.in: Regenerate.
7691 * configure: Regenerate.
7692
7693 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
7694
7695 * spu-low.c (spu_kill): Wait for inferior to terminate.
7696 Call clear_inferiors.
7697 (spu_detach): Call clear_inferiors.
7698
7699 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7700
7701 * aclocal.m4: Regenerate.
7702 * config.in: Likewise.
7703 * configure: Likewise.
7704
7705 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7706
7707 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
7708 (parse_spufs_run): New function.
7709 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
7710 (ppc_breakpoint_at): Handle SPU breakpoints.
7711
7712 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7713
7714 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
7715 (SPUFS_MAGIC): Define.
7716 (spu_enumerate_spu_ids): New function.
7717 (linux_qxfer_spu): New function.
7718 (linux_target_ops): Install linux_qxfer_spu.
7719
7720 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7721
7722 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
7723 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
7724 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
7725 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
7726 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
7727 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
7728 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
7729 (init_registers_powerpc_cell32l): Add prototype.
7730 (init_registers_powerpc_cell64l): Likewise.
7731 (ppc_arch_setup): Detect Cell/B.E. architecture.
7732
7733 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7734
7735 * Makefile.in (datarootdir): New variable.
7736
7737 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7738
7739 * linux-low.c (linux_write_memory): Update debugging output.
7740 * Makefile.in (clean): Add new descriptions.
7741 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
7742 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
7743 * configure.srv: Add new files for arm*-*-linux*.
7744 * linux-arm-low.c: Add new declarations.
7745 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
7746 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
7747 (HWCAP_VFPv3D16): New.
7748 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
7749 instead of __IWMMXT__.
7750 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
7751 (arm_arch_setup): New.
7752 (target_regsets): Remove #ifdef. Add VFP regset.
7753 (the_low_target): Use arm_arch_setup.
7754
7755 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7756
7757 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
7758 the main thread again.
7759
7760 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
7761
7762 Adding Neutrino gdbserver.
7763 * configure: Regenerated.
7764 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
7765 * configure.srv (i[34567]86-*-nto*): New target.
7766 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
7767 * remote-utils.c [__QNX__]: Include sys/iomgr.h
7768 (nto_comctrl) [__QNX__]: New function.
7769 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
7770
7771 2009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7772
7773 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
7774 srv_tgtobj.
7775
7776 2009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
7777 Pedro Alves <pedro@codesourcery.com>
7778
7779 * win32-i386-low.c (i386_get_thread_context): Handle systems that
7780 don't support CONTEXT_EXTENDED_REGISTERS.
7781 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
7782 (the_low_target): Install them.
7783 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
7784 failing with ERROR_PIPE_NOT_CONNECTED.
7785
7786 2009-06-30 Doug Evans <dje@google.com>
7787 Pierre Muller <muller@ics.u-strasbg.fr>
7788
7789 Add h/w watchpoint support to x86-linux, win32-i386.
7790 * Makefile.in (SFILES): Add i386-low.c
7791 (i386_low_h): Define.
7792 (i386-low.o): Add dependencies.
7793 (linux-x86-low.o): Add i386-low.h dependency.
7794 (win32-i386-low.o): Ditto.
7795 * i386-low.c: New file.
7796 * i386-low.h: New file.
7797 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
7798 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
7799 * linux-low.c (linux_add_process): Initialize arch_private.
7800 (linux_remove_process): Free arch_private.
7801 (add_lwp): Initialize arch_private.
7802 (delete_lwp): Free arch_private.
7803 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
7804 provided.
7805 * linux-low.h (process_info_private): New member arch_private.
7806 (lwp_info): New member arch_private.
7807 (linux_target_ops): New members new_process, new_thread,
7808 prepare_to_resume.
7809 (ptid_of): New macro.
7810 * linux-x86-low.c: Include stddef.h, i386-low.h.
7811 (arch_process_info): New struct.
7812 (arch_lwp_info): New struct.
7813 (x86_linux_dr_get, x86_linux_dr_set): New functions.
7814 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7815 (i386_dr_low_get_status): New function.
7816 (x86_insert_point, x86_remove_point): New functions.
7817 (x86_stopped_by_watchpoint): New function.
7818 (x86_stopped_data_address): New function.
7819 (x86_linux_new_process, x86_linux_new_thread): New functions.
7820 (x86_linux_prepare_to_resume): New function.
7821 (the_low_target): Add entries for insert_point, remove_point,
7822 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
7823 prepare_to_resume.
7824 * server.c (debug_hw_points): New global.
7825 (monitor_show_help): Document set debug-hw-points.
7826 (handle_query): Process "set debug-hw-points".
7827 * server.h (debug_hw_points): Declare.
7828 (paddress): Declare.
7829 * utils.c (NUMCELLS, CELLSIZE): New macros.
7830 (get_sell, xsnprintf, paddress): New functions.
7831 * win32-arm-low.c (the_low_target): Add entries for insert_point,
7832 remove_point, stopped_by_watchpoint, stopped_data_address.
7833 * win32-i386-low.c: Include i386-low.h.
7834 (debug_reg_state): Replaces dr.
7835 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7836 (i386_dr_low_get_status): New function.
7837 (i386_insert_point, i386_remove_point): New functions.
7838 (i386_stopped_by_watchpoint): New function.
7839 (i386_stopped_data_address): New function.
7840 (i386_initial_stuff): Update.
7841 (get_thread_context,set_thread_context,i386_thread_added): Update.
7842 (the_low_target): Add entries for insert_point,
7843 remove_point, stopped_by_watchpoint, stopped_data_address.
7844 * win32-low.c (win32_insert_watchpoint): New function.
7845 (win32_remove_watchpoint): New function.
7846 (win32_stopped_by_watchpoint): New function.
7847 (win32_stopped_data_address): New function.
7848 (win32_target_ops): Add entries for insert_watchpoint,
7849 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
7850 * win32-low.h (win32_target_ops): New members insert_point,
7851 remove_point, stopped_by_watchpoint, stopped_data_address.
7852
7853 2009-06-25 Pedro Alves <pedro@codesourcery.com>
7854
7855 * server.c (process_serial_event): Re-return unsupported, not
7856 error, if the type isn't recognized. Re-allow supporting only
7857 insert or remove packets. Also call require_running for
7858 breakpoints. Add missing break statement to default case. Tidy.
7859 * target.h (struct target_ops): Rename insert_watchpoint to
7860 insert_point, and remove_watchpoint to remove_point.
7861
7862 * linux-low.h (struct linux_target_ops): Likewise.
7863 * linux-low.c (linux_insert_watchpoint): Rename to ...
7864 (linux_insert_point): ... this. Adjust.
7865 (linux_remove_watchpoint): Rename to ...
7866 (linux_remove_point): ... this. Adjust.
7867 (linux_target_ops): Adjust.
7868 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
7869 (cris_insert_point): ... this.
7870 (cris_remove_watchpoint): Rename to ...
7871 (cris_remove_point): ... this.
7872 (the_low_target): Adjust.
7873
7874 2009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
7875
7876 * server.c (handle_v_kill): Pass signal_pid to
7877 kill_inferior if multi_process is zero.
7878
7879 2009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
7880
7881 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
7882 * target.h (target_ops): Comment for *_watchpoint to make it clear
7883 the functions can get types '0' and '1'.
7884
7885 2009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
7886
7887 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
7888 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
7889 * regcache.c (get_regcache): Likewise.
7890 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
7891 * win32-low.c (child_fetch_inferior_registers): Remove check for
7892 regno 0.
7893
7894 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
7895 Pedro Alves <pedro@codesourcery.com>
7896
7897 * target.h (struct target_ops) <supports_multi_process>: New
7898 callback.
7899 (target_supports_multi_process): New.
7900 * server.c (handle_query): Even if GDB reports support, only
7901 enable multi-process if the target also supports it. Report
7902 multi-process support only if the target backend supports it.
7903 * linux-low.c (linux_supports_multi_process): New function.
7904 (linux_target_ops): Install it as target_supports_multi_process
7905 callback.
7906
7907 2009-05-24 Doug Evans <dje@google.com>
7908
7909 Global renaming of find_thread_pid to find_thread_ptid.
7910 * server.h (find_thread_ptid): Renamed from find_thread_pid.
7911 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
7912 All callers updated.
7913
7914 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
7915 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
7916 directly.
7917
7918 * linux-low.c (get_stop_pc): Print pc if debug_threads.
7919 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
7920 (linux_resume_one_lwp): Ditto.
7921
7922 2009-05-23 Doug Evans <dje@google.com>
7923
7924 * linux-low.c (linux_resume_one_lwp): Change type of first arg
7925 from struct inferior_list_entry * to struct lwp_info *.
7926 All callers updated.
7927
7928 2009-05-13 Doug Evans <dje@google.com>
7929
7930 * linux-x86-low.c: Don't include assert.h.
7931 (x86_siginfo_fixup): Use fatal, not assert.
7932 (x86_arch_setup): Fix comment.
7933
7934 2009-05-12 Doug Evans <dje@google.com>
7935
7936 Biarch support for i386/amd64 gdbserver.
7937 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
7938 Add linux-x86-low.c.
7939 (linux-i386-low.o, linux-x86-64-low.o): Delete.
7940 (linux-x86-low.o): Add.
7941 * linux-x86-64-low.c: Delete.
7942 * linux-i386-low.c: Delete.
7943 * linux-x86-low.c: New file.
7944 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
7945 linux-x86-low.o.
7946 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
7947 linux-x86-low.o.
7948 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
7949 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
7950 (linux_child_pid_to_exec_file): New function.
7951 (elf_64_header_p, elf_64_file_p): New functions.
7952 (siginfo_fixup): New function.
7953 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
7954 give target a chance to convert layout.
7955 * linux-low.h (linux_target_ops): New member siginfo_fixup.
7956 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
7957
7958 2009-05-07 Doug Evans <dje@google.com>
7959
7960 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
7961 (regsets_store_inferior_registers): Ditto.
7962
7963 2009-05-06 Pedro Alves <pedro@codesourcery.com>
7964
7965 PR server/10048
7966
7967 * linux-low.c (must_set_ptrace_flags): Delete.
7968 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
7969 of the global.
7970 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
7971 `lwp->must_set_ptrace_flags' instead.
7972 (linux_wait_for_event_1): Set ptrace options here.
7973 (linux_wait_1): ... not here.
7974
7975 2009-04-30 Doug Evans <dje@google.com>
7976
7977 * inferiors.c (started_inferior_callback): New function.
7978 (attached_inferior_callback): New function.
7979 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
7980 * server.c (print_started_pid, print_attached_pid): New functions.
7981 (detach_or_kill_for_exit): New function.
7982 (main): Call it instead of for_each_inferior (kill_inferior_callback).
7983 * server.h (have_started_inferiors_p): Declare.
7984 (have_attached_inferiors_p): Declare.
7985
7986 * inferiors.c (remove_process): Fix memory leak, free process.
7987 * linux-low.c (linux_remove_process): New function.
7988 (linux_kill): Call it instead of remove_process.
7989 (linux_detach, linux_wait_1): Ditto.
7990
7991 2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
7992
7993 * configure.srv: Add x86 Windows CE target.
7994
7995 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7996
7997 * inferiors.c (get_thread_process): Make global.
7998 * server.h (get_thread_process): Add prototype.
7999 * thread-db.c (find_one_thread): Use get_thread_process
8000 instead of current_process.
8001 (thread_db_get_tls_address): Do not crash if called when
8002 thread layer is not yet initialized.
8003
8004 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8005
8006 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8007 * spu-low.c (current_tid): Rename to ...
8008 (current_ptid): ... this.
8009 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8010 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8011 ptid_get_lwp (current_ptid) instead of current_tid.
8012 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8013 instead of current_tid. Use find_process_pid to verify pid
8014 argument is valid. Pass proper argument to remove_process.
8015 (spu_thread_alive): Compare current_ptid instead of current_tid.
8016 (spu_resume): Likewise.
8017
8018 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8019
8020 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8021 variable.
8022
8023 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8024
8025 Implement the multiprocess extensions, and add linux multiprocess
8026 support.
8027
8028 * server.h (ULONGEST): Declare.
8029 (struct ptid, ptid_t): New.
8030 (minus_one_ptid, null_ptid): Declare.
8031 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8032 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8033 (struct inferior_list_entry): Change `id' type from unsigned from
8034 to ptid_t.
8035 (struct sym_cache, struct breakpoint, struct
8036 process_info_private): Forward declare.
8037 (struct process_info): Declare.
8038 (current_process): Declare.
8039 (all_processes): Declare.
8040 (initialize_inferiors): Declare.
8041 (add_thread): Adjust to use ptid_t.
8042 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8043 (add_process, remove_process, find_thread_pid): Declare.
8044 (find_inferior_id): Adjust to use ptid_t.
8045 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8046 (multi_process): Declare.
8047 (push_event): Adjust to use ptid_t.
8048 (read_ptid, write_ptid): Declare.
8049 (prepare_resume_reply): Adjust to use ptid_t.
8050 (clear_symbol_cache): Declare.
8051 * inferiors.c (all_processes): New.
8052 (null_ptid, minus_one_ptid): New.
8053 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8054 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8055 (add_thread): Change unsigned long to ptid. Remove gdb_id
8056 parameter. Adjust.
8057 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8058 (gdb_id_to_thread): Rename to ...
8059 (find_thread_pid): ... this. Change unsigned long to ptid.
8060 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8061 (loaded_dll, pull_pid_from_list): Adjust.
8062 (add_process, remove_process, find_process_pid)
8063 (get_thread_process, current_process, initialize_inferiors): New.
8064 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8065 (struct target_waitstatus) <related_pid>: Ditto.
8066 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8067 return type to int.
8068 (struct target_ops) <join>: Add `pid' argument.
8069 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8070 (struct target_ops) <wait>: Add `ptid' field. Change return type
8071 to ptid.
8072 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8073 (mywait): Add `ptid' argument. Change return type to ptid_t.
8074 (target_pid_to_str): Declare.
8075 * target.c (set_desired_inferior): Adjust to use ptids.
8076 (mywait): Add new `ptid' argument. Adjust.
8077 (target_pid_to_str): New.
8078 * mem-break.h (free_all_breakpoints): Declare.
8079 * mem-break.c (breakpoints): Delelete.
8080 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8081 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8082 to use per-process breakpoint list.
8083 (free_all_breakpoints): New.
8084 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8085 (symbol_cache, all_symbols_looked_up): Delete.
8086 (hexchars): New.
8087 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8088 read_ptid): New.
8089 (prepare_resume_reply): Change ptid argument's type from unsigned
8090 long to ptid_t. Adjust. Implement W;process and X;process.
8091 (free_sym_cache, clear_symbol_cache): New.
8092 (look_up_one_symbol): Adjust to per-process symbol cache. *
8093 * server.c (cont_thread, general_thread, step_thread): Change type
8094 to ptid_t.
8095 (attached): Delete.
8096 (multi_process): New.
8097 (last_ptid): Change type to ptid_t.
8098 (struct vstop_notif) <ptid>: Change type to ptid_t.
8099 (queue_stop_reply, push_event): Change `ptid' argument's type to
8100 ptid_t.
8101 (discard_queued_stop_replies): Add `pid' argument.
8102 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8103 changes. Don't reference the `attached' global.
8104 (attach_inferior): Adjust to mywait interface changes.
8105 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8106 features. Handle and report "multiprocess+". Handle
8107 "qAttached:PID".
8108 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8109 changes.
8110 (handle_v_kill): New.
8111 (handle_v_stopped): Adjust to use target_pid_to_str.
8112 (handle_v_requests): Allow multiple attaches and runs when
8113 multiprocess extensions are in effect. Handle "vKill".
8114 (myresume): Adjust to use ptids.
8115 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8116 (handle_status): Adjust to discard_queued_stop_replies interface
8117 change.
8118 (first_thread_of, kill_inferior_callback)
8119 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8120 (main): Call initialize_inferiors. Adjust to use ptids, killing
8121 and detaching from all inferiors. Handle multiprocess packet
8122 variants.
8123 * linux-low.h: Include gdb_proc_service.h.
8124 (struct process_info_private): New.
8125 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
8126 <lwpid_of>: Use ptid_get_lwp.
8127 (get_lwp_thread): Adjust.
8128 (struct lwp_info): Add `dead' member.
8129 (find_lwp_pid): Declare.
8130 * linux-low.c (thread_db_active): Delete.
8131 (new_inferior): Adjust comment.
8132 (inferior_pid): Delete.
8133 (linux_add_process): New.
8134 (handle_extended_wait): Adjust.
8135 (add_lwp): Change unsigned long to ptid.
8136 (linux_create_inferior): Add process to processes table. Adjust
8137 to use ptids. Don't set new_inferior here.
8138 (linux_attach_lwp): Rename to ...
8139 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
8140 it. Adjust to use ptids.
8141 (linux_attach_lwp): New.
8142 (linux_attach): Add process to processes table. Don't set
8143 new_inferior here.
8144 (struct counter): New.
8145 (second_thread_of_pid_p, last_thread_of_process_p): New.
8146 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
8147 multiple processes.
8148 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
8149 processes. Remove process from process table.
8150 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
8151 to multiple processes.
8152 (any_thread_of): New.
8153 (linux_detach): Add `pid' argument, and handle it. Remove process
8154 from processes table.
8155 (linux_join): Add `pid' argument. Handle it.
8156 (linux_thread_alive): Change unsighed long argument to ptid_t.
8157 Consider dead lwps as not being alive.
8158 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
8159 threads we're not interested in.
8160 (same_lwp, find_lwp_pid): New.
8161 (linux_wait_for_lwp): Change `pid' argument's type from int to
8162 ptid_t. Adjust.
8163 (linux_wait_for_event): Rename to ...
8164 (linux_wait_for_event_1): ... this. Change `pid' argument's type
8165 from int to ptid_t. Adjust.
8166 (linux_wait_for_event): New.
8167 (linux_wait_1): Add `ptid' argument. Change return type to
8168 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
8169 that exit from the process table.
8170 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
8171 Adjust.
8172 (mark_lwp_dead): New.
8173 (wait_for_sigstop): Adjust to use ptids. If a process exits while
8174 stopping all threads, mark its main lwp as dead.
8175 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
8176 ptids.
8177 (fetch_register, usr_store_inferior_registers)
8178 (regsets_fetch_inferior_registers)
8179 (regsets_store_inferior_registers, linux_read_memory)
8180 (linux_write_memory): Inline `inferior_pid'.
8181 (linux_look_up_symbols): Adjust to use per-process
8182 `thread_db_active'.
8183 (linux_request_interrupt): Adjust to use ptids.
8184 (linux_read_auxv): Inline `inferior_pid'.
8185 (initialize_low): Don't reference thread_db_active.
8186 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
8187 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
8188 (ps_getpid): Return the pid of the current inferior.
8189 * thread-db.c (proc_handle, thread_agent): Delete.
8190 (thread_db_create_event, thread_db_enable_reporting): Adjust to
8191 per-process data.
8192 (find_one_thread): Change argument type to ptid_t. Adjust to
8193 per-process data.
8194 (maybe_attach_thread): Adjust to per-process data and ptids.
8195 (thread_db_find_new_threads): Ditto.
8196 (thread_db_init): Ditto.
8197 * spu-low.c (spu_create_inferior, spu_attach): Add process to
8198 processes table. Adjust to use ptids.
8199 (spu_kill, spu_detach): Adjust interface. Remove process from
8200 processes table.
8201 (spu_join, spu_thread_alive): Adjust interface.
8202 (spu_wait): Adjust interface. Remove process from processes
8203 table. Adjust to use ptids.
8204 * win32-low.c (current_inferior_tid): Delete.
8205 (current_inferior_ptid): New.
8206 (debug_event_ptid): New.
8207 (thread_rec): Take a ptid. Adjust.
8208 (child_add_thread): Add `pid' argument. Adjust to use ptids.
8209 (child_delete_thread): Ditto.
8210 (do_initial_child_stuff): Add `attached' argument. Add process to
8211 processes table.
8212 (child_fetch_inferior_registers, child_store_inferior_registers):
8213 Adjust.
8214 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
8215 (win32_attach): Pass 1 to do_initial_child_stuff.
8216 (win32_kill): Adjust interface. Remove process from processes
8217 table.
8218 (win32_detach): Ditto.
8219 (win32_join): Adjust interface.
8220 (win32_thread_alive): Take a ptid.
8221 (win32_resume): Adjust to use ptids.
8222 (get_child_debug_event): Ditto.
8223 (win32_wait): Adjust interface. Remove exiting process from
8224 processes table.
8225
8226 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8227
8228 Non-stop mode support.
8229
8230 * server.h (non_stop): Declare.
8231 (gdb_client_data, handler_func): Declare.
8232 (delete_file_handler, add_file_handler, start_event_loop):
8233 Declare.
8234 (handle_serial_event, handle_target_event, push_event)
8235 (putpkt_notif): Declare.
8236 * target.h (enum resume_kind): New.
8237 (struct thread_resume): Replace `step' field by `kind' field.
8238 (TARGET_WNOHANG): Define.
8239 (struct target_ops) <wait>: Add `options' argument.
8240 <supports_non_stop, async, start_non_stop>: New fields.
8241 (target_supports_non_stop, target_async): New.
8242 (start_non_stop): Declare.
8243 (mywait): Add `options' argument.
8244 * target.c (mywait): Add `options' argument. Print child exit
8245 notifications here.
8246 (start_non_stop): New.
8247 * server.c (non_stop, own_buf, mem_buf): New globals.
8248 (struct vstop_notif): New.
8249 (notif_queue): New global.
8250 (queue_stop_reply, push_event, discard_queued_stop_replies)
8251 (send_next_stop_reply): New.
8252 (start_inferior): Adjust to use resume_kind. Adjust to mywait
8253 interface changes.
8254 (attach_inferior): In non-stop mode, don't wait for the target
8255 here.
8256 (handle_general_set): Handle QNonStop.
8257 (handle_query): When handling qC, return the current general
8258 thread, instead of the first thread of the list.
8259 (handle_query): If the backend supports non-stop mode, include
8260 QNonStop+ in the qSupported query response.
8261 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
8262 and non-stop mode.
8263 (handle_v_attach, handle_v_run): Handle non-stop mode.
8264 (handle_v_stopped): New.
8265 (handle_v_requests): Report support for vCont;t. Handle vStopped.
8266 (myresume): Adjust to use resume_kind. Handle non-stop.
8267 (queue_stop_reply_callback): New.
8268 (handle_status): Handle non-stop mode.
8269 (main): Clear non_stop flag on reconnection. Use the event-loop.
8270 Refactor serial protocol handling from here ...
8271 (process_serial_event): ... to this new function. When GDB
8272 selects any thread, select one here. In non-stop mode, wait until
8273 GDB acks all pending events before exiting.
8274 (handle_serial_event, handle_target_event): New.
8275 * remote-utils.c (remote_open): Install remote_desc in the event
8276 loop.
8277 (remote_close): Remove remote_desc from the event loop.
8278 (putpkt_binary): Rename to...
8279 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
8280 (putpkt_binary): New as wrapper around putpkt_binary_1.
8281 (putpkt_notif): New.
8282 (prepare_resume_reply): In non-stop mode, don't change the
8283 general_thread.
8284 * event-loop.c: New.
8285 * Makefile.in (OBJ): Add event-loop.o.
8286 (event-loop.o): New rule.
8287
8288 * linux-low.h (pid_of): Moved here.
8289 (lwpid_of): New.
8290 (get_lwp_thread): Use lwpid_of.
8291 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
8292 * linux-low.c (pid_of): Delete.
8293 (inferior_pid): Use lwpid_of.
8294 (linux_event_pipe): New.
8295 (target_is_async_p): New.
8296 (delete_lwp): New.
8297 (handle_extended_wait): Use lwpid_of.
8298 (add_lwp): Don't set lwpid field.
8299 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
8300 (linux_kill_one_lwp): If killing a running lwp, stop it first.
8301 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
8302 (linux_detach_one_lwp): If detaching from a running lwp, stop it
8303 first. Adjust to linux_wait_for_event interface changes. Use
8304 lwpid_of.
8305 (linux_detach): Don't delete the main lwp here.
8306 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
8307 (status_pending_p): Don't consider explicitly suspended lwps.
8308 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
8309 pointer. Add OPTIONS argument. Change return type to int. Use
8310 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
8311 (linux_wait_for_event): Take an integer pid instead of a lwp_info
8312 pointer. Add status pointer argument. Return a pid instead of a
8313 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
8314 changes. In non-stop mode, don't switch to a random thread.
8315 (linux_wait): Rename to...
8316 (linux_wait_1): ... this. Add target_options argument, and handle
8317 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
8318 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
8319 clean exit and signal exit code. Don't stop all threads in
8320 non-stop mode. In all-stop mode, only stop all threads when
8321 reporting a stop to GDB. Handle explicit thread stop requests.
8322 (async_file_flush, async_file_mark): New.
8323 (linux_wait): New.
8324 (send_sigstop): Use lwpid_of.
8325 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
8326 interface changes. In non-stop mode, don't switch to a random
8327 thread.
8328 (linux_resume_one_lwp): Use lwpid_of.
8329 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
8330 (linux_resume_one_thread): ... this. Handle resume_stop. In
8331 non-stop mode, don't look for pending flag in all threads.
8332 (resume_status_pending_p): Don't consider explicitly suspended
8333 threads.
8334 (my_waitpid): Reimplement. Emulate __WALL.
8335 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8336 Use lwpid_of.
8337 (sigchld_handler, linux_supports_non_stop, linux_async)
8338 (linux_start_non_stop): New.
8339 (linux_target_ops): Register linux_supports_non_stop, linux_async
8340 and linux_start_non_stop.
8341 (initialize_low): Install SIGCHLD handler.
8342 * thread-db.c (thread_db_create_event, find_one_thread)
8343 (thread_db_get_tls_address): Use lwpid_of.
8344 * win32-low.c (win32_detach): Adjust to use resume_kind.
8345 (win32_wait): Add `options' argument.
8346 * spu-low.c (spu_resume): Adjust to use resume_kind.
8347 (spu_wait): Add `options' argument.
8348
8349 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8350
8351 Decouple target code from remote protocol.
8352
8353 * target.h (enum target_waitkind): New.
8354 (struct target_waitstatus): New.
8355 (struct target_ops) <wait>: Return an unsigned long. Take a
8356 target_waitstatus pointer instead of a char pointer.
8357 (mywait): Likewise.
8358 * target.c (mywait): Change prototype to return an unsigned long.
8359 Take a target_waitstatus pointer instead of a char pointer. Adjust.
8360 * server.h (thread_from_wait, old_thread_from_wait): Delete
8361 declarations.
8362 (prepare_resume_reply): Change prototype to take a
8363 target_waitstatus.
8364 * server.c (thread_from_wait, old_thread_from_wait): Delete.
8365 (last_status, last_ptid): New.
8366 (start_inferior): Remove "statusptr" argument. Adjust. Return a
8367 pid instead of a signal.
8368 (attach_inferior): Remove "status" and "signal" parameters.
8369 Adjust.
8370 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
8371 not as an address.
8372 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
8373 (handle_v_requests, myresume): Remove "status" and "signal"
8374 parameters. Adjust.
8375 (handle_status): New.
8376 (main): Delete local `status'. Adjust.
8377 * remote-utils.c: Include target.h.
8378 (prepare_resume_reply): Change prototype to take a
8379 target_waitstatus. Adjust.
8380
8381 * linux-low.c (linux_wait): Adjust to new target_ops->wait
8382 interface.
8383 * spu-low.c (spu_wait): Adjust.
8384 * win32-low.c (enum target_waitkind, struct target_waitstatus):
8385 Delete.
8386 (win32_wait): Adjust.
8387
8388 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8389
8390 * target.h (struct thread_resume): Delete leave_stopped member.
8391 (struct target_ops): Add a `n' argument to the `resume' callback.
8392 * server.c (start_inferior): Adjust.
8393 (handle_v_cont, myresume): Adjust.
8394 * linux-low.c (check_removed_breakpoint): Adjust to resume
8395 interface change, and to removed leave_stopped field.
8396 (resume_ptr): Delete.
8397 (struct thread_resume_array): New.
8398 (linux_set_resume_request): Add new `arg' parameter. Adjust to
8399 resume interface change.
8400 (linux_continue_one_thread, linux_queue_one_thread)
8401 (resume_status_pending_p): Check if the resume field is NULL
8402 instead of checking the leave_stopped member.
8403 (linux_resume): Adjust to the target resume interface change.
8404 * spu-low.c (spu_resume): Adjust to the target resume interface
8405 change.
8406 * win32-low.c (win32_detach, win32_resume): Ditto.
8407
8408 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8409
8410 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
8411 flag.
8412 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
8413 pending.
8414 (linux_continue_one_thread): Only preserve the stepping flag if
8415 there's a pending breakpoint.
8416
8417 2009-03-31 Pedro Alves <pedro@codesourcery.com>
8418
8419 * server.c (main): After the inferior having exited, call
8420 remote_close before exiting gdbserver.
8421
8422 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
8423
8424 Fix size of FPSCR in Power 7 processors.
8425 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
8426 (PPC_FEATURE_HAS_DFP): New #define.
8427 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
8428 size of the FPSCR.
8429
8430 2009-03-23 Pedro Alves <pedro@codesourcery.com>
8431
8432 * server.c (handle_query) Whitespace and formatting.
8433
8434 2009-03-22 Pedro Alves <pedro@codesourcery.com>
8435
8436 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
8437 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
8438 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
8439 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
8440 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
8441 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
8442 Makefile.in, configure.ac: Fix whitespace throughout.
8443 * configure: Regenerate.
8444
8445 2009-03-22 Pedro Alves <pedro@codesourcery.com>
8446
8447 * inferiors.c (find_inferior): Make it safe for the callback
8448 function to delete the currently iterated inferior.
8449
8450 2009-03-22 Pedro Alves <pedro@codesourcery.com>
8451
8452 * Makefile.in (linuw_low_h): Move higher.
8453 (thread-db.o): Depend on $(linux_low_h).
8454
8455 2009-03-17 Pedro Alves <pedro@codesourcery.com>
8456
8457 Rename "process" to "lwp" throughout.
8458
8459 * linux-low.c (all_processes): Rename to...
8460 (all_lwps): ... this.
8461 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
8462 (add_process): Rename to ...
8463 (add_lwp): ... this. Adjust.
8464 (linux_create_inferior): Adjust.
8465 (linux_attach_lwp): Adjust.
8466 (linux_attach): Adjust.
8467 (linux_kill_one_process): Rename to ...
8468 (linux_kill_one_lwp): ... this. Adjust.
8469 (linux_kill): Adjust.
8470 (linux_detach_one_process): Rename to ...
8471 (linux_detach_one_lwp): ... this. Adjust.
8472 (linux_detach): Adjust.
8473 (check_removed_breakpoint): Adjust.
8474 (status_pending_p): Adjust.
8475 (linux_wait_for_process): Rename to ...
8476 (linux_wait_for_lwp): ... this. Adjust.
8477 (linux_wait_for_event): Adjust.
8478 (send_sigstop): Adjust.
8479 (wait_for_sigstop): Adjust.
8480 (stop_all_processes): Rename to ...
8481 (stop_all_lwps): ... this.
8482 (linux_resume_one_process): Rename to ...
8483 (linux_resume_one_lwp): ... this. Adjust.
8484 (linux_set_resume_request, linux_continue_one_thread)
8485 (linux_queue_one_thread, resume_status_pending_p)
8486 (usr_store_inferior_registers, regsets_store_inferior_registers)
8487 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
8488 Adjust.
8489 * linux-low.h (get_process): Rename to ...
8490 (get_lwp): ... this. Adjust.
8491 (get_thread_process): Rename to ...
8492 (get_thread_lwp): ... this. Adjust.
8493 (get_process_thread): Rename to ...
8494 (get_lwp_thread): ... this. Adjust.
8495 (struct process_info): Rename to ...
8496 (struct lwp_info): ... this.
8497 (all_processes): Rename to ...
8498 (all_lwps): ... this.
8499 * proc-service.c (ps_lgetregs): Adjust.
8500 * thread-db.c (thread_db_create_event, find_one_thread)
8501 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
8502
8503 2009-03-14 Pedro Alves <pedro@codesourcery.com>
8504
8505 * server.c (handle_query): Handle "qAttached".
8506
8507 2009-03-13 Nathan Sidwell <nathan@codesourcery.com>
8508
8509 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
8510 GPLv3, update license URL.
8511
8512 2009-03-01 Doug Evans <dje@google.com>
8513
8514 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
8515 (server_h): Add gdb_signals.h.
8516 (signals.o): Update.
8517 * server.h (target_signal_from_host,target_signal_to_host_p)
8518 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
8519
8520 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8521
8522 * remote-utils.c (getpkt): Also generate remote-debug
8523 information if noack_mode is set.
8524
8525 2009-02-06 Pedro Alves <pedro@codesourcery.com>
8526
8527 * server.c (handle_query): Report qXfer:siginfo:read and
8528 qXfer:siginfo:write as supported and handle them.
8529 * target.h (struct target_ops) <qxfer_siginfo>: New field.
8530 * linux-low.c (linux_xfer_siginfo): New.
8531 (linux_target_ops): Set it.
8532
8533 2009-01-26 Pedro Alves <pedro@codesourcery.com>
8534
8535 * server.c (gdbserver_usage): Mention --remote-debug.
8536 (main): Accept '--remote-debug' switch.
8537
8538 2009-01-18 Doug Evans <dje@google.com>
8539
8540 * regcache.c (new_register_cache): No need to check result of xcalloc.
8541 * server.c (handle_search_memory): Back out calls to xmalloc,
8542 result is checked and error is returned to user upon failure.
8543 (handle_query): Ditto. Add more checks for result of malloc.
8544 (handle_v_cont): Check result of malloc, report error back to
8545 user upon failure.
8546 (handle_v_run): Ditto. Call freeargv.
8547 * server.h (freeargv): Declare.
8548 * utils.c (freeargv): New fn.
8549
8550 2009-01-15 Doug Evans <dje@google.com>
8551
8552 * gdbreplay.c (perror_with_name): Make arg const char *.
8553 * server.h (target_signal_to_name): Make return type const char *.
8554 * thread-db.c (thread_db_err_str): Make return type const char *.
8555 * utils.c (perror_with_name): Make arg const char *.
8556
8557 2009-01-14 Pedro Alves <pedro@codesourcery.com>
8558
8559 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
8560 when handling a EXIT_PROCESS_DEBUG_EVENT.
8561
8562 2009-01-06 Joel Brobecker <brobecker@adacore.com>
8563
8564 * gdbreplay.c (gdbreplay_version): Update copyright year.
8565 * server.c (gdbserver_version): Likewise.
8566
8567 2009-01-05 Doug Evans <dje@google.com>
8568
8569 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
8570 (handle_extended_wait): Improve comment.
8571
8572 2008-12-13 Doug Evans <dje@google.com>
8573
8574 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
8575 * server.h (ATTR_MALLOC): New macro.
8576 (xmalloc,xcalloc,xstrdup): Declare.
8577 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
8578 * inferiors.c: Ditto.
8579 * linux-low.c: Ditto.
8580 * mem-break.c: Ditto.
8581 * regcache.c: Ditto.
8582 * remote-utils.c: Ditto.
8583 * server.c: Ditto.
8584 * target.c: Ditto.
8585 * win32-low.c: Ditto.
8586
8587 2008-12-12 Doug Evans <dje@google.com>
8588
8589 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
8590 in debugging printf.
8591
8592 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
8593
8594 2008-12-09 Doug Evans <dje@google.com>
8595
8596 * linux-low.h (struct process_info): Delete member tid, unused.
8597 * thread-db.c (find_one_thread): Update.
8598 (maybe_attach_thread): Update.
8599
8600 2008-12-02 Pedro Alves <pedro@codesourcery.com>
8601
8602 * target.h (struct target_ops): Add qxfer_osdata member.
8603 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
8604 and dirent.h.
8605 (linux_qxfer_osdata): New functions.
8606 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
8607 callback.
8608 * server.c (handle_query): Handle "qXfer:osdata:read:".
8609 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
8610 (buffer_xml_printf): New functions.
8611 * server.h (struct buffer): New.
8612 (buffer_grow_str, buffer_grow_str0): New macros.
8613 (buffer_grow, buffer_free, buffer_init, buffer_finish)
8614 (buffer_xml_printf): Declare.
8615
8616 2008-11-24 Doug Evans <dje@google.com>
8617
8618 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
8619
8620 2008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8621
8622 * server.c (handle_v_run): Always use the supplied argument list.
8623
8624 2008-11-19 Bob Wilson <bob.wilson@acm.org>
8625
8626 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
8627 (xtensa_regmap_table): Add entry for scompare1.
8628
8629 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8630
8631 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
8632 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
8633 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
8634 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
8635 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
8636 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
8637 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
8638 XML target descriptions.
8639 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
8640 when inferior is running on an ISA 2.05 or later processor. Add
8641 special case to return offset for full 64-bit slot of FPSCR when
8642 in 32-bits.
8643
8644 2008-11-14 Daniel Gutson <dgutson@codesourcery.com>
8645
8646 * Makefile.in (SFILES, clean): Added sparc64 files.
8647 (reg-sparc64.o, reg-sparc64.c): New.
8648 * configure.srv (sparc*-*-linux*): New configuration.
8649 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
8650 syscall arguments for SPARC.
8651 (regsets_store_inferior_registers): Likewise.
8652 * linux-sparc-low.c: New file.
8653
8654 2008-10-21 Doug Evans <dje@google.com>
8655
8656 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
8657 (READLINE_DIR,READLINE_DEP): Delete.
8658 (INTERNAL_CFLAGS): Update.
8659 (LINTFLAGS): Update.
8660
8661 2008-10-10 Pedro Alves <pedro@codesourcery.com>
8662
8663 * server.c (handle_v_run): If GDB didn't specify an argv, use the
8664 whole argv from the last run, not just argv[0].
8665
8666 2008-09-08 Pedro Alves <pedro@codesourcery.com>
8667
8668 * regcache.c (new_register_cache): Return NULL if the register
8669 cache size isn't known yet.
8670 (free_register_cache): Avoid dereferencing a NULL regcache.
8671
8672 2008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8673
8674 * configure.srv: Merge MIPS and MIPS64.
8675
8676 2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
8677
8678 * Makefile.in (uninstall): Apply $(EXEEXT) too.
8679
8680 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
8681
8682 * Makefile.in: Add required vsx dependencies.
8683
8684 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
8685 Declare init_registers_powerpc_vsx32l.
8686 Declare init_registers_powerpc_vsx64l.
8687 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
8688 (ppc_arch_setup): Check for VSX in hwcap.
8689 (ppc_fill_vsxregset): New function.
8690 (ppc_store_vsxregset): New function.
8691 Add new VSX entry in regset_info target_regsets.
8692
8693 * configure.srv: Add new VSX dependencies.
8694
8695 2008-08-12 Pedro Alves <pedro@codesourcery.com>
8696
8697 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
8698 (remote_open): Set or clear transport_is_reliable.
8699 (putpkt_binary): Don't expect acks in noack mode.
8700 (getpkt): Don't send ack/nac in noack mode.
8701 * server.c (handle_general_set): Handle QStartNoAckMode.
8702 (handle_query): If connected by tcp pass QStartNoAckMode+ in
8703 qSupported.
8704 (main): Reset noack_mode on every connection.
8705 * server.h (noack_mode): Declare.
8706
8707 2008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8708
8709 * Makefile.in (GDBREPLAY_OBS): New variable.
8710 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
8711
8712 2008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
8713 Daniel Jacobowitz <dan@codesourcery.com>
8714
8715 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
8716 (usr_store_inferior_registers): Likewise.
8717 (regsets_store_inferior_registers): Likewise.
8718
8719 2008-07-31 Rolf Jansen <rj@surtec.com>
8720 Pedro Alves <pedro@codesourcery.com>
8721
8722 * configure.ac: Check for memmem declaration.
8723 * server.c [HAVE_MALLOC_H]: Include malloc.h.
8724 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
8725 (disable_packet_qfThreadInfo): Unconditionally compile.
8726 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
8727 * configure, config.in: Regenerate.
8728
8729 2008-07-28 Doug Kwan <dougkwan@google.com>
8730
8731 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
8732 (linux_write_memory): Remove declaration of errno.
8733
8734 2008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
8735
8736 * linux-low.c (handle_extended_wait): Do not use "status"
8737 variable uninitialized.
8738
8739 2008-07-07 Pedro Alves <pedro@codesourcery.com>
8740
8741 * server.c (handle_v_attach): Inhibit reporting dll changes.
8742
8743 2008-06-27 Pedro Alves <pedro@codesourcery.com>
8744
8745 * remote-utils.c (prepare_resume_reply): If requested, don't
8746 output "thread:TID" in the T stop reply.
8747
8748 * server.c (disable_packet_vCont, disable_packet_Tthread)
8749 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
8750 (handle_query): If requested, disable support for qC, qfThreadInfo
8751 and qsThreadInfo.
8752 (handle_v_requests): If requested, disable support for vCont.
8753 (gdbserver_show_disableable): New.
8754 (main): Handle --disable-packet and --disable-packet=LIST.
8755
8756 * server.h (disable_packet_vCont, disable_packet_Tthread)
8757 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
8758
8759 2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
8760
8761 * server.c (gdbserver_usage): Mention --version.
8762
8763 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
8764
8765 * Makefile.in (gdbreplay.o): New rule.
8766
8767 2008-06-06 Joseph Myers <joseph@codesourcery.com>
8768
8769 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
8770 message, not gdbserver.
8771
8772 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
8773 Nathan Sidwell <nathan@codesourcery.com>
8774 Joseph Myers <joseph@codesourcery.com>
8775
8776 * acinclude.m4: Include ../../config/acx.m4.
8777 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
8778 * configure, config.in: Regenerate.
8779 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
8780 * server.c (gdbserver_version): Print PKGVERSION.
8781 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
8782 (main): Adjust gdbserver_usage calls.
8783 * gdbreplay.c (version, host_name): Add declarations.
8784 (gdbreplay_version, gdbreplay_usage): New.
8785 (main): Accept --version and --help options.
8786
8787 2008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
8788
8789 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
8790 (arm_breakpoint_at): Handle Thumb.
8791 (the_low_target): Add comment.
8792
8793 2008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
8794
8795 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
8796
8797 2008-05-09 Doug Evans <dje@google.com>
8798
8799 * server.h (decode_search_memory_packet): Declare.
8800 * remote-utils.c (decode_search_memory_packet): New fn.
8801 * server.c (handle_search_memory_1): New fn.
8802 (handle_search_memory): New fn.
8803 (handle_query): Process qSearch:memory packets.
8804
8805 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8806
8807 * regcache.c (registers_length): Remove.
8808 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
8809 full register packet.
8810 * regcache.h (registers_length): Remove prototype.
8811 * server.h (PBUFSIZ): Define to 16384.
8812
8813 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
8814
8815 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
8816 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
8817 powerpc-64l.o, and powerpc-altivec64l.o.
8818 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
8819 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
8820 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
8821 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
8822 rs6000/power-linux.xml, and rs6000/power64-linux.xml
8823 to srv_xmlfiles.
8824
8825 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
8826 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
8827 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
8828 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
8829 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
8830 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
8831 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
8832 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
8833 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
8834 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
8835 (clean): Update.
8836
8837 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
8838 (init_registers_powerpc_32l): ... this new prototype.
8839 (init_registers_powerpc_32): Remove, replace by ...
8840 (init_registers_powerpc_altivec32l): ... this new prototype.
8841 (init_registers_powerpc_e500): Remove, replace by ...
8842 (init_registers_powerpc_e500l): ... this new prototype.
8843 (init_registers_ppc64): Remove, replace by ...
8844 (init_registers_powerpc_64l): ... this new prototype.
8845 (init_registers_powerpc_64): Remove, replace by ...
8846 (init_registers_powerpc_altivec64l): ... this new prototype.
8847 (ppc_num_regs): Set to 73.
8848 (PT_ORIG_R3, PT_TRAP): Define if necessary.
8849 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
8850 (ppc_cannot_store_register): Handle orig_r3 and trap.
8851 (ppc_arch_setup): Update init_registers_... calls.
8852 (ppc_fill_gregset): Handle orig_r3 and trap.
8853
8854 * inferiors.c (clear_inferiors): Reset current_inferior.
8855
8856 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
8857
8858 * acinclude.m4: Add override.m4.
8859 * configure: Regenerate.
8860
8861 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8862
8863 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
8864 initial call to init_register_ppc64.
8865
8866 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8867
8868 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
8869 single powerpc*-*-linux* case.
8870 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
8871
8872 2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
8873
8874 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
8875 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
8876 from reg_xmlfiles.
8877 * linux-ppc-low.c: Include <elf.h>.
8878 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
8879 (ppc_hwcap): New global variable.
8880 (ppc_regmap): Remove __SPE__ #ifdef sections.
8881 (ppc_regmap_e500): New global variable.
8882 (ppc_cannot_store_register): Update __SPE__ special case.
8883 (ppc_get_hwcap): New function.
8884 (ppc_arch_setup): Use it to determine whether inferior supports
8885 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
8886 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
8887 Do not access registers if target does not support AltiVec.
8888 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
8889 Do not access registers if target does not support SPE.
8890 (target_regsets): Unconditionally include AltiVec and SPE regsets.
8891
8892 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8893
8894 * linux-low.c (disabled_regsets, num_regsets): New.
8895 (use_regsets_p): Delete.
8896 (linux_wait_for_process): Clear disabled_regsets.
8897 (regsets_fetch_inferior_registers): Check and set it.
8898 (regsets_store_inferior_registers): Likewise.
8899 (linux_fetch_registers, linux_store_registers): Do not use
8900 use_regsets_p.
8901 (initialize_low): Allocate disabled_regsets.
8902
8903 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8904
8905 * Makefile.in (LIBOBJS): New.
8906 (OBS): Use LIBOBJS.
8907 (memmem.o): New rule.
8908 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
8909 * configure: Regenerated.
8910
8911 2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
8912
8913 * server.c (handle_query): Never return "unsupported" for
8914 qXfer:features:read queries.
8915
8916 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8917
8918 * server.c (get_features_xml): Fix inverted condition.
8919 (handle_query): Always support qXfer:feature:read.
8920
8921 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
8922
8923 * server.c (wrapper_argv): New.
8924 (start_inferior): Handle wrapper_argv. If set, expect an extra
8925 trap.
8926 (gdbserver_usage): Document --wrapper.
8927 (main): Parse --wrapper.
8928
8929 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8930
8931 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
8932 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
8933 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
8934 (ppc_set_pc): Likewise.
8935 (ppc_arch_setup): New function.
8936 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
8937 of collect_register.
8938 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
8939
8940 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8941
8942 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
8943 instead of linux-ppc64-low.o.
8944 * linux-ppc64-low.c: Remove file.
8945 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
8946 (linux-ppc64-low.o): Remove rule.
8947
8948 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
8949 (init_registers_powerpc_64): Likewise.
8950 (ppc_regmap): Conditionally define depending on __powerpc64__.
8951 (ppc_cannot_store_register): Do not special-case "fpscr" when
8952 compiled on __powerpc64__.
8953 (ppc_collect_ptrace_register): New function.
8954 (ppc_supply_ptrace_register): New function.
8955 (ppc_breakpoint): Change type to "unsigned int".
8956 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
8957 (the_low_target): Conditionally provide initializers for the
8958 arch_setup member depending on __powerpc64__. Install
8959 collect_ptrace_register and supply_ptrace_register members.
8960
8961 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8962
8963 * regcache.h (gdbserver_xmltarget): Add extern declaration.
8964 * server.c (gdbserver_xmltarget): Define.
8965 (get_features_xml): Use it to replace "target.xml" and arch_string.
8966
8967 * configure.srv: Remove srv_xmltarget. Add XML files that were
8968 mentioned there to srv_xmlfiles instead. Remove conditional tests
8969 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
8970 srv_xmlfiles and srv_regobj to include all possible choices.
8971 * configure.ac (srv_xmltarget): Remove.
8972 (srv_xmlfiles): Do not add "target.xml".
8973 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
8974 checks for supplementary target information.
8975 * configure: Regenerate.
8976 * Makefile.in (XML_TARGET): Remove.
8977 (target.xml): Remove rule.
8978 (clean): Do not clean up target.xml.
8979 (.PRECIOUS): Do not mention target.xml.
8980
8981 * target.h (struct target_ops): Remove arch_string member.
8982 * linux-low.c (linux_arch_string): Remove.
8983 (linux_target_ops): Remove arch_string initializer.
8984 * linux-low.h (struct linux_target_ops): Remove arch_string member.
8985 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
8986 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
8987 * spu-low.c (spu_arch_string): Remove.
8988 (spu_target_ops): Remove arch_string initializer.
8989 * win32-low.c (win32_arch_string): Remove.
8990 (win32_target_ops): Remove arch_string initializer.
8991 * win32-low.h (struct win32_target_ops): Remove arch_string member.
8992 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
8993 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
8994
8995 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8996
8997 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
8998 by collect_ptrace_register and supply_ptrace_register hooks.
8999 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9000 instead of checking for the_low_target.left_pad_xfer.
9001 (usr_store_inferior_registers): Use collect_ptrace_register callback
9002 instead of checking for the_low_target.left_pad_xfer.
9003
9004 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9005 (s390_supply_ptrace_register): Likewise.
9006 (s390_fill_gregset): Call s390_collect_ptrace_register.
9007 (the_low_target): Update.
9008
9009 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9010 (ppc_supply_ptrace_register): Likewise.
9011 (the_low_target): Update.
9012
9013 * linux-i386-low.c (the_low_target): Update.
9014 * linux-x86-64-low.c (the_low_target): Update.
9015
9016 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9017
9018 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9019 reg-s390.o and reg-s390x.o.
9020
9021 * linux-low.c (new_inferior): New global variable.
9022 (linux_create_inferior, linux_attach): Set it.
9023 (linux_wait_for_process): Call the_low_target.arch_setup after the
9024 target has stopped for the first time.
9025 (initialize_low): Do not call the_low_target.arch_setup.
9026
9027 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9028 (s390_set_pc): Likewise.
9029 (s390_arch_setup): New function.
9030 (the_low_target): Use s390_arch_setup as arch_setup routine.
9031
9032 * regcache.c (realloc_register_cache): New function.
9033 (set_register_cache): Call it for each existing regcache.
9034
9035 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9036
9037 * server.h (init_registers): Remove prototype.
9038
9039 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9040 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9041 instead of init_registers ().
9042 * linux-arm-low.c (init_registers_arm): Add prototype.
9043 (init_registers_arm_with_iwmmxt): Likewise.
9044 (the_low_target): Add initializer for arch_setup field.
9045 * linux-cris-low.c (init_registers_cris): Add prototype.
9046 (the_low_target): Add initializer for arch_setup field.
9047 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9048 (the_low_target): Add initializer for arch_setup field.
9049 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9050 (the_low_target): Add initializer for arch_setup field.
9051 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9052 (the_low_target): Add initializer for arch_setup field.
9053 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9054 (the_low_target): Add initializer for arch_setup field.
9055 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9056 (the_low_target): Add initializer for arch_setup field.
9057 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9058 (init_registers_mips64_linux): Likewise.
9059 (the_low_target): Add initializer for arch_setup field.
9060 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9061 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9062 (the_low_target): Add initializer for arch_setup field.
9063 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9064 (init_registers_powerpc_64): Likewise.
9065 (the_low_target): Add initializer for arch_setup field.
9066 * linux-s390-low.c (init_registers_s390): Add prototype.
9067 (init_registers_s390x): Likewise.
9068 (the_low_target): Add initializer for arch_setup field.
9069 * linux-sh-low.c (init_registers_sh): Add prototype.
9070 (the_low_target): Add initializer for arch_setup field.
9071 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9072 (the_low_target): Add initializer for arch_setup field.
9073 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9074 (the_low_target): Add initializer for arch_setup field.
9075
9076 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9077 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9078 instead of init_registers ().
9079 * win32-arm-low.c (init_registers_arm): Add prototype.
9080 (the_low_target): Add initializer for arch_setup field.
9081 * win32-i386-low.c (init_registers_i386): Add prototype.
9082 (the_low_target): Add initializer for arch_setup field.
9083
9084 * spu-low.c (init_registers_spu): Add prototype.
9085 (initialize_low): Call initialie_registers_spu () instead of
9086 initialize_registers ().
9087
9088 2008-02-19 Pedro Alves <pedro@codesourcery.com>
9089
9090 * server.c (handle_v_requests): When handling the vRun and vAttach
9091 packets, if already debugging a process, don't kill it. Return an
9092 error instead.
9093
9094 2008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9095
9096 * server.c (handle_query): Correct length check.
9097
9098 2008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9099
9100 * win32-low.c (do_initial_child_stuff): Add process handle
9101 parameter. Set current_process_handle and current_process_id from the
9102 parameters. Clear globals.
9103 (win32_create_inferior): Don't set current_process_handle and
9104 current_process_id here. Instead pass them on the call to
9105 do_initial_child_stuff.
9106 (win32_attach): Likewise.
9107 (win32_clear_inferiors): New.
9108 (win32_kill): Don't close the current process handle or the
9109 current thread handle here. Instead call win32_clear_inferiors.
9110 (win32_detach): Don't open a new handle to the process. Call
9111 win32_clear_inferiors.
9112 (win32_join): Don't rely on current_process_handle; open a new
9113 handle using the process id.
9114 (win32_wait): Call win32_clear_inferiors when the inferior process
9115 has exited.
9116
9117 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9118
9119 * server.c (monitor_show_help): Add "exit".
9120
9121 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9122
9123 * Makefile.in (SFILES): Add linux-xtensa-low.c.
9124 (clean): Add reg-xtensa.c.
9125 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
9126 * configure.srv (xtensa*-*-linux*) New target.
9127 * linux-xtensa-low.c: New.
9128 * xtensa-xtregs.c: New.
9129
9130 2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
9131
9132 * hostio.c: Don't include errno.h.
9133 (errno_to_fileio_errno): Move to hostio-errno.
9134 * hostio.c: (hostio_error): Remove the error parameter. Defer the
9135 error number outputting to the target->hostio_last_error callback.
9136 (hostio_packet_error): Use FILEIO_EINVAL directly.
9137 (handle_open, handle_pread, hostio_error, handle_unlink): Update
9138 calls to hostio_error.
9139 * hostio-errno.c: New.
9140 * server.h (hostio_last_error_from_errno): Declare.
9141 * target.h (target_ops): Add hostio_last_error member.
9142 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
9143 as hostio_last_error handler.
9144 * spu-low.c (spu_target_ops): Likewise.
9145 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
9146 (wince_hostio_last_error): New functions.
9147 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
9148 as hostio_last_error handler.
9149 (win32_target_ops) [!_WIN32_WCE]: Register
9150 hostio_last_error_from_errno as hostio_last_error handler.
9151 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
9152 (hostio-errno.o): New rule.
9153 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
9154 * configure.srv (srv_hostio_err_objs): New variable. Default to
9155 hostio-errno.o.
9156 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
9157 * configure: Regenerate.
9158
9159 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9160
9161 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
9162 (linux_kill, linux_detach): Clean up the process list.
9163 * remote-utils.c (remote_open): Improve port number parsing.
9164 (putpkt_binary, input_interrupt): Only send interrupts if the target
9165 is running.
9166 * server.c (extended_protocol): Make static.
9167 (attached): Define earlier.
9168 (exit_requested, response_needed, program_argv): New variables.
9169 (target_running): New.
9170 (start_inferior): Clear attached here.
9171 (attach_inferior): Set attached here.
9172 (require_running): Define.
9173 (handle_query): Use require_running and target_running. Implement
9174 "monitor exit".
9175 (handle_v_attach, handle_v_run): New.
9176 (handle_v_requests): Use require_running. Handle vAttach and vRun.
9177 (gdbserver_usage): Update.
9178 (main): Redo argument parsing. Handle --debug and --multi. Handle
9179 --attach along with other options or after the port. Save
9180 program_argv. Support no initial program. Resynchronize
9181 communication with GDB after an error. Handle "monitor exit".
9182 Use require_running and target_running. Always allow the extended
9183 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
9184 restart in extended mode.
9185 * README: Refer to the GDB manual. Update --attach usage.
9186
9187 2007-12-20 Andreas Schwab <schwab@suse.de>
9188
9189 * linux-low.c (STACK_SIZE): Define.
9190 (linux_tracefork_child): Use it. Use __clone2 on ia64.
9191 (linux_test_for_tracefork): Likewise.
9192
9193 2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
9194
9195 * linux-low.c (linux_wait_for_event): Update messages. Do not
9196 reinsert auto-delete breakpoints.
9197 * mem-break.c (struct breakpoint): Change return type of handler to
9198 int.
9199 (set_breakpoint_at): Update handler type.
9200 (reinsert_breakpoint_handler): Return 1 instead of calling
9201 delete_breakpoint.
9202 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
9203 setting a new one.
9204 (check_breakpoints): Delete auto-delete breakpoints and return 2.
9205 * mem-break.h (set_breakpoint_at): Update handler type.
9206 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
9207 * win32-low.c (auto_delete_breakpoint): New.
9208 (get_child_debug_event): Use it.
9209
9210 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9211
9212 * configure.ac: Check for pread and pwrite.
9213 * hostio.c (handle_pread): Fall back to lseek and read.
9214 (handle_pwrite): Fall back to lseek and write.
9215 * config.in, configure: Regenerated.
9216
9217 2007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
9218
9219 * server.c (myresume): Add own_buf argument.
9220 (main): Update calls.
9221
9222 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
9223
9224 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
9225 * remote-utils.c (remote_open): Do not call disable_async_io.
9226 (block_async_io): Delete.
9227 (unblock_async_io): Make static.
9228 (initialize_async_io): New.
9229 * server.c (handle_v_cont): Handle async I/O here.
9230 (myresume): Likewise. Move other common resume tasks here...
9231 (main): ... from here. Call initialize_async_io. Disable async
9232 I/O before the main loop.
9233 * server.h (initialize_async_io): Declare.
9234 (block_async_io, unblock_async_io): Delete prototypes.
9235 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
9236
9237 2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
9238
9239 * remote-utils.c (readchar): Allow binary data in received messages.
9240
9241 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9242
9243 * win32-low.c (attaching): New global.
9244 (win32_create_inferior): Clear the `attaching' global.
9245 (win32_attach): Set the `attaching' global.
9246 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
9247 attaching. Only set a breakpoint at the entry point if not
9248 attaching.
9249
9250 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9251
9252 * server.c (main): Don't report dll events on the initial
9253 connection on attaches.
9254
9255 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9256
9257 * server.c (main): Relax numerical bases supported for the pid of
9258 the --attach command line argument.
9259
9260 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9261
9262 * win32-low.c (win32_attach): Call OpenProcess before
9263 DebugActiveProcess, not after. Add last error output to error
9264 call.
9265
9266 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9267
9268 * win32-low.c (win32_get_thread_context)
9269 (win32_set_thread_context): New functions.
9270 (thread_rec): Use win32_get_thread_context.
9271 (continue_one_thread, win32_resume): Use win32_set_thread_context.
9272 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
9273 field.
9274
9275 2007-12-03 Leo Zayas
9276 Pedro Alves <pedro_alves@portugalmail.pt>
9277
9278 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
9279 global variables.
9280 (child_add_thread): Minor cleanup.
9281 (child_continue): Resume artificially suspended threads before
9282 calling ContinueDebugEvent.
9283 (suspend_one_thread): New.
9284 (fake_breakpoint_event): New.
9285 (get_child_debug_event): Change return type to int. Check here if
9286 gdb sent an interrupt request. If a soft interrupt was requested,
9287 fake a breakpoint event. Return 0 if there is no event to handle,
9288 and 1 otherwise.
9289 (win32_wait): Don't check here if gdb sent an interrupt request.
9290 Ensure there is a valid event to handle.
9291 (win32_request_interrupt): Add soft interruption method as last
9292 resort.
9293
9294 2007-12-03 Leo Zayas
9295 Pedro Alves <pedro_alves@portugalmail.pt>
9296
9297 * win32-low.h (win32_thread_info): Add descriptions to the
9298 structure members. Replace `suspend_count' counter by a
9299 `suspended' flag.
9300 * win32-low.c (thread_rec): Update condition of when to get the
9301 context from the inferior. Rely on ContextFlags being set if it
9302 has already been retrieved. Only suspend the inferior thread if
9303 we haven't already. Warn if that fails.
9304 (continue_one_thread): s/suspend_count/suspended/. Only call
9305 ResumeThread once. Warn if that fails.
9306
9307 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9308
9309 * win32-low.c (win32_wait): Don't read from the inferior when it
9310 has already exited.
9311
9312 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
9313
9314 * Makefile.in (win32_low_h): New variable.
9315 (win32-low.o): Add dependency on $(win32_low_h).
9316 (win32-arm-low.o, win32-i386-low.o): New rules.
9317
9318 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9319
9320 * hostio.c: Correct copyright year.
9321
9322 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
9323
9324 * Makefile.in (OBS): Add hostio.o.
9325 (hostio.o): New rule.
9326 * server.h (handle_vFile): Declare.
9327 * hostio.c: New file.
9328 * server.c (handle_v_requests): Take packet_len and new_packet_len
9329 for binary packets. Call handle_vFile.
9330 (main): Update call to handle_v_requests.
9331
9332 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
9333
9334 * linux-low.c: Include <sched.h>.
9335
9336 2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
9337
9338 * linux-low.c (linux_tracefork_grandchild): New.
9339 (linux_tracefork_child): Use clone.
9340 (linux_test_for_tracefork): Use clone; allocate and free a stack.
9341
9342 2007-10-31 Joel Brobecker <brobecker@adacore.com>
9343
9344 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
9345
9346 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
9347
9348 * linux-low.c (handle_extended_wait): Handle unexpected signals.
9349
9350 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9351
9352 * inferiors.c (change_inferior_id): Delete.
9353 (add_pid_to_list, pull_pid_from_list): New.
9354 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
9355 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
9356 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
9357 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
9358 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
9359 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
9360 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
9361 (using_threads): Always set to 1.
9362 (handle_extended_wait): New.
9363 (add_process): Do not set TID.
9364 (linux_create_inferior): Set must_set_ptrace_flags.
9365 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
9366 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
9367 (linux_thread_alive): Rename TID argument to LWPID.
9368 (linux_wait_for_process): Handle unknown processes. Do not use TID.
9369 (linux_wait_for_event): Do not use TID or check using_threads. Update
9370 call to dead_thread_notify. Call handle_extended_wait.
9371 (linux_create_inferior): Use PTRACE_SETOPTIONS.
9372 (send_sigstop): Delete sigstop_sent.
9373 (wait_for_sigstop): Avoid TID.
9374 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
9375 (linux_test_for_tracefork): New.
9376 (linux_lookup_signals): Use thread_db_active and
9377 linux_supports_tracefork_flag.
9378 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
9379 * linux-low.h (get_process_thread): Avoid TID.
9380 (struct process_ifo): Move thread_known and tid to the end. Remove
9381 sigstop_sent.
9382 (linux_attach_lwp, thread_db_init): Update prototypes.
9383 * server.h (change_inferior_id): Delete prototype.
9384 (add_pid_to_list, pull_pid_from_list): New prototypes.
9385 * thread-db.c (thread_db_use_events): New.
9386 (find_first_thread): Rename to...
9387 (find_one_thread): ...this. Update callers and messages. Do not
9388 call fatal. Check thread_db_use_events. Do not call
9389 change_inferior_id or new_thread_notify.
9390 (maybe_attach_thread): Update. Do not call new_thread_notify.
9391 (thread_db_init): Set thread_db_use_events. Check use_events.
9392 * utils.c (fatal, warning): Correct message prefix.
9393
9394 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * Makefile.in (clean): Remove new files.
9397 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
9398 (powerpc-64.o, powerpc-64.c): New rules.
9399 * configure.srv: Use alternate register sets for powerpc64-*-linux*
9400 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
9401 with SPE.
9402 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
9403 SPE targets.
9404 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
9405 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
9406 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
9407 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
9408 (target_regsets): Add AltiVec and SPE register sets.
9409 * configure.ac: Check for AltiVec and SPE.
9410 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
9411 (ppc_fill_vrregset, ppc_store_vrregset): New.
9412 (target_regsets): Add AltiVec register set.
9413 * configure: Regenerated.
9414
9415 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9416
9417 * linux-low.c (O_LARGEFILE): Define.
9418 (linux_read_memory): Use /proc/PID/mem.
9419 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
9420 * configure, config.in: Regenerated.
9421
9422 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9423
9424 * linux-low.c (linux_wait_for_event): Do not pass signals while
9425 single-stepping.
9426
9427 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9428
9429 * win32-low.c (create_process): New.
9430 (win32_create_inferior): Use create_process instead of
9431 CreateProcess. If create_process failed retry appending an ".exe"
9432 suffix. Store the GetLastError result immediatelly after
9433 create_process calls and use it on the call to error.
9434
9435 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9436
9437 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
9438
9439 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9440
9441 * configure.ac: Switch license to GPLv3.
9442
9443 2007-08-01 Michael Snyder <msnyder@access-company.com>
9444
9445 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
9446
9447 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
9448
9449 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
9450 typedef.
9451 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
9452 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
9453 CloseToolhelp32Snapshot.
9454 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
9455 CloseToolhelp32Snapshot.
9456
9457 2007-07-27 Michael Snyder <michael.snyder@access-company.com>
9458
9459 * server.c (main): Check for inferior exit before main loop.
9460
9461 2007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
9462
9463 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
9464 instead of on tmp_desc.
9465
9466 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9467 Daniel Jacobowitz <dan@codesourcery.com>
9468
9469 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
9470 (add_thread): Minor cleanups.
9471 (clear_inferiors): Move lower in the file. Clear the DLL
9472 list.
9473 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
9474 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
9475 (xml_escape_text): New.
9476 * server.c (handle_query): Handle qXfer:libraries:read. Report it
9477 for qSupported.
9478 (handle_v_cont): Report errors.
9479 (gdbserver_version): Update.
9480 (main): Correct size of own_buf. Do not report initial DLL events.
9481 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
9482 (unloaded_dll, xml_escape_text): New.
9483 * win32-low.c (enum target_waitkind): Update comments.
9484 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
9485 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
9486 (win32_EnumProcessModules, win32_GetModuleInformation)
9487 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
9488 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
9489 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
9490 (win32_Module32First, win32_Module32Next, load_toolhelp)
9491 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
9492 (get_child_debug_event): Handle DLL events.
9493 (win32_wait): Likewise.
9494
9495 2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9496
9497 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
9498 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
9499
9500 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9501
9502 * win32-low.c (handle_output_debug_string): Ignore event if not
9503 waiting.
9504
9505 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
9506
9507 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
9508
9509 2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
9510
9511 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
9512
9513 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9514
9515 * inferiors.c (change_inferior_id): Add comment.
9516 * linux-low.c (check_removed_breakpoint): Add an early
9517 prototype. Improve debug output.
9518 (linux_attach): Doc update.
9519 (linux_detach_one_process, linux_detach): Clean up before releasing
9520 each process.
9521 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
9522 * linux-low.h (struct process_info): Doc improvement.
9523 * mem-break.c (delete_all_breakpoints): New.
9524 * mem-break.h (delete_all_breakpoints): New prototype.
9525 * thread-db.c (find_first_thread): New.
9526 (thread_db_create_event): Call it instead of
9527 thread_db_find_new_threads. Clean up unused variables.
9528 (maybe_attach_thread): Remove first thread handling.
9529 (thread_db_find_new_threads): Use find_first_thread.
9530 (thread_db_get_tls_address): Likewise.
9531
9532 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
9533
9534 * thread-db.c (thread_db_find_new_threads): Add prototype.
9535 (thread_db_create_event): Check for the main thread before adding
9536 a new thread.
9537 (maybe_attach_thread): Only enable event reporting if TID == 0.
9538 (thread_db_get_tls_address): Check for new threads.
9539
9540 2007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
9541
9542 * linux-low.c (linux_create_inferior): Try execv before execvp.
9543 * spu-low.c (spu_create_inferior): Likewise.
9544
9545 2007-06-13 Mike Frysinger <vapier@gentoo.org>
9546
9547 * linux-low.c (linux_create_inferior): Change execv to execvp.
9548 * spu-low.c (spu_create_inferior): Likewies.
9549
9550 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9551
9552 * Makefile.in (clean): Clean new files instead of deleted ones.
9553 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
9554 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
9555 rules.
9556 * configure.srv: Specify XML files and new regformats for MIPS and
9557 MIPS64 GNU/Linux.
9558 * linux-mips-low.c (mips_num_regs): Set to only used registers.
9559 (mips_regmap): Do not fetch $0. Remove unused registers. Add
9560 an entry for the restart register.
9561 (mips_cannot_fetch_register, mips_cannot_store_register)
9562 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
9563 register names to match the XML descriptions.
9564 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
9565 restart register instead of $0.
9566
9567 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9568 Markus Deuling <deuling@de.ibm.com>
9569
9570 * remote-utils.c (decode_xfer_write): New function.
9571 * server.h (decode_xfer_write): Add prototype.
9572 * server.c (handle_query): Add PACKET_LEN argument. Support
9573 qXfer:spu:read and qXfer:spu:write packets.
9574 (main): Pass packet_len to handle_query.
9575 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
9576 * target.h (target_ops): Add qxfer_spu.
9577
9578 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9579
9580 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
9581 accessing non-seekable spufs files.
9582
9583 2007-05-16 Markus Deuling <deuling@de.ibm.com>
9584
9585 * server.c (handle_query): Add reply for qC packet.
9586
9587 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9588 Leo Zayas <lerele@champenstudios@com>
9589
9590 * server.h (check_remote_input_interrupt_request): New function.
9591 * remote_utils.c (INVALID_DESCRIPTOR): New define.
9592 (remote_desc): Initialize with INVALID_DESCRIPTOR.
9593 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
9594 (check_remote_input_interrupt_request): New function.
9595 * server.h (check_remote_input_interrupt_request): Declare.
9596 * win32-low.c (winapi_DebugBreakProcess,
9597 winapi_GenerateConsoleCtrlEvent): New typedefs.
9598 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
9599 to 250 ms.
9600 (win32_wait): Check for remote interrupt request
9601 with check_remote_input_interrupt_request.
9602 (win32_request_interrupt): New function.
9603 (win32_target_op): Set request_interrupt to win32_request_interrupt.
9604
9605 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9606
9607 * win32-low.c (debug_registers_changed,
9608 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
9609 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
9610 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
9611 (thread_rec): Get context using the low target.
9612 (child_add_thread): Call thread_added on the low target,
9613 which does the same thing.
9614 (regptr): Delete.
9615 (do_initial_child_stuff): Remove debug registers references.
9616 Set context using the low target. Resume threads after
9617 setting the contexts.
9618 (child_continue): Remove dead variable. Remove debug
9619 registers references.
9620 (child_fetch_inferior_registers): Go through the low target.
9621 (do_child_store_inferior_registers): Remove.
9622 (child_store_inferior_registers): Go through the low target.
9623 (win32_resume): Remove debug registers references.
9624 Set context using the low target.
9625 (handle_exception): Change return type to void. Don't record
9626 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
9627 first chance exception.
9628 (get_child_debug_event): Change return type to void. Remove
9629 goto loop. Always return after waiting for debug event.
9630 (win32_wait): Convert to switch statement. Handle spurious
9631 events.
9632
9633 * win32-i386-low.c (debug_registers_changed,
9634 debug_registers_used): New.
9635 (initial_stuff): Rename to ...
9636 (i386_initial_stuff): ... this. Clear debug registers
9637 state variables.
9638 (store_debug_registers): Delete.
9639 (i386_get_thread_context): New.
9640 (load_debug_registers): Delete.
9641 (i386_set_thread_context): New.
9642 (i386_thread_added): New.
9643 (single_step): Rename to ...
9644 (i386_single_step): ... this.
9645 (do_fetch_inferior_registers): Rename to ...
9646 (i386_fetch_inferior_register): ... this.
9647 (i386_store_inferior_register): New.
9648 (the_low_target): Adapt to new interface.
9649
9650 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
9651 (arm_get_thread_context): New.
9652 (arm_set_thread_context): New.
9653 (regptr): New.
9654 (do_fetch_inferior_registers): Rename to ...
9655 (arm_fetch_inferior_register): ... this.
9656 (arm_store_inferior_register): New.
9657 (arm_wince_breakpoint): Reimplement as unsigned long.
9658 (arm_wince_breakpoint_len): Define.
9659 (the_low_target): Adapt to new interface.
9660
9661 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
9662 load_debug_registers. Add get_thread_context, set_thread_context,
9663 thread_added and store_inferior_register. Rename
9664 fetch_inferior_registers to fetch_inferior_register.
9665 (regptr): Remove declaration.
9666
9667 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9668
9669 * linux-low.c (linux_detach): Change return type to int. Return 0.
9670 * spu-low.c (spu_detach): Likewise.
9671
9672 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9673
9674 * target.h (target_ops): Change return type of detach to int.
9675 Add join.
9676 (join_inferior): New.
9677 * server.c (main): Don't skip detach support on mingw32.
9678 If the inferior doesn't support detaching return error.
9679 Call join_inferior instead of using waitpid.
9680 * linux-low.c (linux_join): New.
9681 (linux_target_op): Add linux_join.
9682 * spu-low.c (spu_join): New.
9683 (spu_target_ops): Add spu_join.
9684 * win32-low.c (win32_detach): Adapt to new interface.
9685 Reopen current_process_handle before detaching. Issue a child
9686 resume before detaching.
9687 (win32_join): New.
9688 (win32_target_op): Add win32_join.
9689
9690 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9691
9692 * win32-low.c (win32-attach): Fix return value.
9693 * target.h (target_ops): Describe ATTACH return values.
9694
9695 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9696
9697 * win32-low.c (GETPROCADDRESS): Define.
9698 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
9699 (winapi_DebugSetProcessKillOnExit): Likewise.
9700 (win32_create_inferior): Force usage of ansi CreateProcessA.
9701 (win32_attach): Use GETPROCADDRESS.
9702 (win32_detach): Likewise.
9703
9704 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9705
9706 * win32-low.c (win32_wait): Don't use WSTOPSIG.
9707
9708 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
9709
9710 * win32-low.c: Commit leftover changes from 2007-03-29.
9711
9712 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9713
9714 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
9715 fields short instead of int. Add explicit padding.
9716 (i387_cache_to_fsave): Remove unnecessary casts.
9717 (i387_fsave_to_cache): Doc fix.
9718 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
9719
9720 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9721
9722 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
9723 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
9724
9725 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9726
9727 * configure.srv (arm*-*-mingw32ce*): Move near the other
9728 arm targets.
9729
9730 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9731
9732 * configure.ac: Add errno checking.
9733 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
9734 sys/file.h and malloc.h.
9735 (AC_CHECK_DECLS): Add perror.
9736 (srv_mingwce): Handle.
9737 * configure.srv (i[34567]86-*-cygwin*): Add
9738 win32-i386-low.o to srv_tgtobj.
9739 (i[34567]86-*-mingw*): Likewise.
9740 (arm*-*-mingw32ce*): Add case.
9741 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9742 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
9743 [__MINGW32CE__] (strerror): New function.
9744 [__MINGW32CE__] (errno): Define to GetLastError.
9745 [__MINGW32CE__] (COUNTOF): New macro.
9746 (remote_open): Remove extra close call.
9747 * mem-break.c (delete_breakpoint_at): New function.
9748 * mem-break.h (delete_breakpoint_at): Declare.
9749 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9750 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
9751 [USE_WIN32API] (read, write): Add char* casts.
9752 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
9753 * server.h: Include wincecompat.h on Windows CE.
9754 [HAVE_ERRNO_H]: Check.
9755 (perror): Declare if not declared.
9756 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
9757 (perror_with_name): Remove errno declaration.
9758 * wincecompat.h: New.
9759 * wincecompat.c: New.
9760 * win32-low.h: New.
9761 * win32-arm-low.c: New.
9762 * win32-i386-low.c: New.
9763 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
9764 (OUTMSG2): Make it safe.
9765 (_T): New macro.
9766 (COUNTOF): New macro.
9767 (NUM_REGS): Get it from the low target.
9768 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
9769 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
9770 (thread_rec): Let low target handle debug registers.
9771 (child_add_thread): Likewise.
9772 (child_init_thread_list): Likewise.
9773 (continue_one_thread): Likewise.
9774 (regptr): New.
9775 (do_child_fetch_inferior_registers): Move to ...
9776 * win32-i386-low.c: ... here, and rename to ...
9777 (do_fetch_inferior_registers): ... this.
9778 * win32-low.c (child_fetch_inferior_registers):
9779 Go through the low target.
9780 (do_child_store_inferior_registers): Use regptr.
9781 (strwinerror): New function.
9782 (win32_create_inferior): Handle Windows CE.
9783 Use strwinerror instead of strerror on Windows error
9784 codes. Add program to the error output.
9785 Don't close the main thread handle on Windows CE.
9786 (win32_attach): Use coredll.dll on Windows CE.
9787 (win32_kill): Close current process and current
9788 thread handles.
9789 (win32_detach): Use coredll.dll on Windows CE.
9790 (win32_resume): Let low target handle debug registers, and
9791 step request.
9792 (handle_exception): Add/Remove initial breakpoint. Avoid
9793 non-existant WSTOPSIG on Windows CE.
9794 (win32_read_inferior_memory): Cast to remove warning.
9795 (win32_arch_string): Go through the low target.
9796 (initialize_low): Call set_breakpoint_data with the low
9797 target's breakpoint.
9798 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
9799 FOP_REGNUM, mappings): Move to ...
9800 * win32-i386-low.c: ... here.
9801 * win32-low.c (win32_thread_info): Move to ...
9802 * win32-low.h: ... here.
9803 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
9804 win32-arm-low.c and wincecompat.c.
9805 (all:): Add $EXEEXT.
9806 (install-only:): Likewise.
9807 (gdbserver:): Likewise.
9808 (gdbreplay:): Likewise.
9809 * config.in: Regenerate.
9810 * configure: Regenerate.
9811
9812 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9813
9814 * win32-low.c: Rename typedef thread_info to
9815 win32_thread_info throughout.
9816
9817 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9818
9819 * win32-i386-low.c: Rename to ...
9820 * win32-low.c: ... this.
9821 * configure.srv: Replace win32-i386-low.o with win32-low.o.
9822 * Makefile.in: Likewise.
9823
9824 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
9825
9826 * remote-utils.c (monitor_output): Constify msg parameter.
9827 * server.h (monitor_output): Likewise.
9828 * win32-i386-low.c (handle_output_debug_string): New.
9829 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
9830 handle_output_debug_string.
9831 (get_child_debug_event): Likewise.
9832
9833 2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
9834
9835 * server.c (main): Correct strtoul check.
9836
9837 2007-03-27 Jon Ringle <jon@ringle.org>
9838
9839 * linux-low.c: Check __ARCH_HAS_MMU__ also.
9840
9841 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9842
9843 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9844
9845 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9846
9847 * terminal.h: Check HAVE_SGTTY_H.
9848
9849 2007-02-27 Mat Hostetter <mat@lcs.mit.edu>
9850
9851 * remote-utils.c (remote_open): Print out the assigned port number.
9852
9853 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9854
9855 * remote-utils.c (monitor_output): New function.
9856 * server.c (debug_threads): Define here.
9857 (monitor_show_help): New function.
9858 (handle_query): Handle qRcmd.
9859 (main): Do not handle 'd' packet.
9860 * server.h (debug_threads, remote_debug, monitor_output): Declare.
9861 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
9862 of debug_threads.
9863
9864 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9865
9866 * Makefile.in (EXEEXT): New.
9867 (clean): Use $(EXEEXT).
9868
9869 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9870
9871 * target.h (target_ops): Rename send_signal to request_interrupt,
9872 and remove enum target_signal parameter.
9873 * linux-low.c (linux_request_interrupt): Rename from
9874 linux_send_signal, and always send SIGINT.
9875 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
9876 and always send SIGINT.
9877 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
9878 of send_signal.
9879 (input_interrupt): Likewise.
9880
9881 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9882
9883 * server.c (get_features_xml): Check if target implemented
9884 arch_string.
9885 * win32-i386-low.c (win32_arch_string): New.
9886 (win32_target_ops): Add win32_arch_string as arch_string member.
9887
9888 2007-02-22 Markus Deuling <deuling@de.ibm.com>
9889
9890 * spu-low.c (spu_arch_string): New.
9891 (spu_target_ops): Add spu_arch_string.
9892
9893 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9894
9895 * remote-utils.c: Remove HAVE_TERMINAL_H check.
9896 * configure.ac: Do not check for terminal.h.
9897 * configure, config.in: Regenerated.
9898
9899 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9900
9901 * Makefile.in (OBS): Add $(XML_BUILTIN).
9902 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
9903 (clean): Update.
9904 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
9905 (arm-with-iwmmxt.c): New.
9906 * config.in, configure: Regenerate.
9907 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
9908 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
9909 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
9910 (arm*-*-linux*): Add iWMMXt and regset support.
9911 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9912 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
9913 (arm_store_wmmxregset, target_regsets): New.
9914 * server.c (get_features_xml): Take annex argument. Check builtin
9915 XML documents.
9916 (handle_query): Handle multiple annexes.
9917
9918 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9919
9920 * remote-utils.c [USE_WIN32API] (read, write): Define.
9921 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
9922 write.
9923
9924 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9925
9926 * linux-i386-low.c (the_low_target): Set arch_string.
9927 * linux-x86-64-low.c (the_low_target): Likewise.
9928 * linux-low.c (linux_arch_string): New.
9929 (linux_target_ops): Add it.
9930 * linux-low.h (struct linux_target_ops): Add arch_string.
9931 * server.c (write_qxfer_response): Use const void * for DATA.
9932 (get_features_xml): New.
9933 (handle_query): Handle qXfer:features:read. Report it for qSupported.
9934 * target.h (struct target_ops): Add arch_string method.
9935
9936 2007-01-03 Denis Pilat <denis.pilat@st.com>
9937 Daniel Jacobowitz <dan@codesourcery.com>
9938
9939 * linux-low.c (linux_kill): Handle being called with no threads.
9940 * win32-i386-low.c (win32_kill): Likewise.
9941 (get_child_debug_event): Clear current_process_handle.
9942
9943 2006-12-30 Denis PILAT <denis.pilat@st.com>
9944 Daniel Jacobowitz <dan@codesourcery.com>
9945
9946 * remote-utils.c (remote_open): Check the type of specified
9947 serial port devices before opening them.
9948 * server.c (main): Kill the inferior if an error occurs during
9949 the first remote_open.
9950
9951 2006-12-05 Markus Deuling <deuling@de.ibm.com>
9952
9953 * README: Update supported targets.
9954
9955 2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
9956
9957 * Makefile.in (clean): Remove reg-mips64.c.
9958 (reg-mips64.c, reg-mips64.o): New rules.
9959 * configure.srv: Handle mips64. Include regset support for mips.
9960 * linux-mips-low.c (union mips_register): New.
9961 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
9962 (mips_breakpoint, mips_breakpoint_at): Use int.
9963 (mips_collect_register, mips_supply_register)
9964 (mips_collect_register_32bit, mips_supply_register_32bit)
9965 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9966 (mips_store_fpregset, target_regsets): New.
9967 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
9968
9969 2006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9970
9971 * configure.srv: Add target "spu*-*-*".
9972 * Makefile.in (clean): Remove reg-spu.c.
9973 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
9974 * spu-low.c: New file.
9975
9976 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9977
9978 * configure.ac: Correct td_thr_tls_get_addr test.
9979 * configure: Regenerated.
9980
9981 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9982
9983 * linux-low.c (linux_wait_for_event): Reformat. Use the
9984 pass_signals array.
9985 * remote-utils.c (decode_address_to_semicolon): New.
9986 * server.c (pass_signals, handle_general_set): New.
9987 (handle_query): Mention QPassSignals for qSupported.
9988 (main): Call handle_general_set.
9989 * server.h (pass_signals, decode_address_to_semicolon): New.
9990
9991 2006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
9992
9993 * server.c (handle_query): Correct error handling for read_auxv.
9994
9995 2005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9996
9997 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
9998 and srv_linux_thread_db to yes.
9999 * linux-s390-low.c (s390_fill_gregset): New function.
10000 (target_regsets): Define data structure.
10001
10002 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10003
10004 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10005 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10006 * config.in, configure: Regenerated.
10007 * inferiors.c (gdb_id_to_thread): New function.
10008 (gdb_id_to_thread_id): Use it.
10009 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10010 * linux-low.h (struct process_info): Add th member.
10011 (thread_db_get_tls_address): New prototype.
10012 * remote-utils.c (decode_address): Make non-static.
10013 * server.c (handle_query): Handle qGetTLSAddr.
10014 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10015 * target.h (struct target_ops): Add get_tls_address.
10016 * thread-db.c (maybe_attach_thread): Save the thread handle.
10017 (thread_db_get_tls_address): New.
10018
10019 2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10020
10021 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10022 (linux_resume_one_process): Take a siginfo_t *. Update all
10023 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10024 (struct pending_signals): Add a siginfo_t.
10025 (linux_wait_for_process): Always set last_status.
10026 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10027 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10028 * linux-low.h (struct process_info): Add last_status.
10029
10030 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10031
10032 * remote-utils.c (try_rle): New function.
10033 (putpkt_binary): Use it.
10034
10035 2006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10036
10037 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10038 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10039 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10040 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10041 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10042 point registers.
10043
10044 2006-08-08 Richard Sandiford <richard@codesourcery.com>
10045
10046 * server.c (terminal_fd): New variable.
10047 (old_foreground_pgrp): Likewise.
10048 (restore_old_foreground_pgrp): New function.
10049 (start_inferior): Record the terminal file descriptor in terminal_fd
10050 and its original foreground group in old_foreground_pgrp. Register
10051 restore_old_foreground_pgrp with atexit().
10052
10053 2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10054
10055 * server.c (handle_query): Correct qPart to qXfer.
10056
10057 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10058
10059 * configure.ac: Check for more headers which are missing on
10060 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10061 * configure.srv: Add Cygwin and mingw32.
10062 * remote-utils.c: Don't include headers unconditionally which
10063 are missing on mingw32. Include <winsock.h> for mingw32.
10064 (remote_open): Adjust for mingw32 support. Flush
10065 standard error after writing to it.
10066 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10067 (unblock_async_io, enable_async_io, disable_async_io)
10068 (readchar, getpkt): Update for Winsock support.
10069 (prepare_resume_reply): Expect a protocol signal number.
10070 * server.c: Disable <sys/wait.h> on mingw32.
10071 (start_inferior): Adjust for mingw32 support. Flush
10072 standard error after writing to it.
10073 (attach_inferior): Likewise. Use protocol signal
10074 numbers.
10075 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10076 and names.
10077 * win32-i386-low.c: New file.
10078 * Makefile.in (XM_CLIBS): Set.
10079 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10080 (win32-i386-low.o): New dependency rule.
10081 * linux-low.c (linux_wait): Use target signal numbers.
10082 * target.h (struct target_ops): Doc fix.
10083 * server.h (target_signal_to_name): New prototype.
10084 * gdbreplay.c: Don't include headers unconditionally which
10085 are missing on mingw32. Include <winsock.h> for mingw32.
10086 (remote_close, remote_open): Adjust for Winsock support.
10087 * configure, config.in: Regenerated.
10088
10089 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10090
10091 * server.c (decode_xfer_read, write_qxfer_response): New.
10092 (handle_query): Take a packet length argument. Handle
10093 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10094 the qSupported response.
10095 (main): Update call to handle_query.
10096
10097 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10098
10099 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10100 (putpkt_binary): Renamed from putpkt and adjusted for binary
10101 data.
10102 (putpkt): New wrapper for putpkt_binary.
10103 (readchar): Don't mask off the high bit.
10104 (decode_X_packet): New function.
10105 * server.c (main): Call putpkt_binary if a handler sets the packet
10106 length. Save the length of the incoming packet. Handle 'X'.
10107 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10108
10109 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10110
10111 * server.c (handle_query): Handle qSupported.
10112
10113 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10114
10115 * remote-utils.c (all_symbols_looked_up): New variable.
10116 (look_up_one_symbol): Check it.
10117 * server.h (look_up_one_symbol): New declaration.
10118 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10119
10120 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10121
10122 * Makefile.in (linux-arm-low.o): Update dependencies.
10123 * linux-arm-low.c: Include "gdb_proc_service.h".
10124 (PTRACE_GET_THREAD_AREA): Define.
10125 (ps_get_thread_area): New function.
10126
10127 2006-05-09 Nathan Sidwell <nathan@codesourcery.com>
10128
10129 * configure.srv (m68k*-*-uclinux*): New target.
10130 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
10131 (linux_resume_one_process): Remove extraneous cast.
10132 (linux_read_offsets): New.
10133 (linux_target_op): Add linux_read_offsets on mmuless systems.
10134 * server.c (handle_query): Add qOffsets logic.
10135 * target.h (struct target_ops): Add read_offsets.
10136
10137 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10138
10139 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
10140 (PTRACE_GET_THREAD_AREA): Define.
10141 (ps_get_thread_area): New function.
10142 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
10143 (linux-x86-64-low.o): Update.
10144
10145 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10146
10147 * configure.ac: Remove checks for prfpregset_t.
10148 * gdb_proc_service.h: New file.
10149 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
10150 new "gdb_proc_service.h".
10151 * proc-service.c: Likewise.
10152 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
10153 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
10154 * Makefile.in (gdb_proc_service_h): Updated.
10155 * configure, config.in: Regenerated.
10156
10157 2006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10158
10159 * remote-utils.c (prepare_resume_reply): Move declaration
10160 of gdb_id_from_wait to the top of the block.
10161
10162 2006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
10163
10164 * linux-low.c (regsets_store_inferior_registers): Read the regset
10165 from the target before filling it.
10166
10167 2006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10168
10169 * server.c (attach_inferior): Return SIGTRAP for a successful
10170 attach.
10171
10172 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10173
10174 * Makefile.in (OBS): Add version.o.
10175 (STAGESTUFF): Delete.
10176 (version.o): Add dependencies.
10177 (version.c): Replace rule.
10178 (clean): Remove version.c.
10179 * server.c (gdbserver_version): New.
10180 (gdbserver_usage): Use printf.
10181 (main): Handle --version and --help.
10182 * server.h (version, host_name): Add declarations.
10183
10184 2005-12-23 Eli Zaretskii <eliz@gnu.org>
10185
10186 * linux-arm-low.c:
10187 * linux-arm-low.c:
10188 * inferiors.c:
10189 * i387-fp.h:
10190 * i387-fp.c:
10191 * gdbreplay.c:
10192 * regcache.c:
10193 * proc-service.c:
10194 * mem-break.h:
10195 * mem-break.c:
10196 * linux-x86-64-low.c:
10197 * linux-sh-low.c:
10198 * linux-s390-low.c:
10199 * linux-ppc64-low.c:
10200 * linux-ppc-low.c:
10201 * linux-mips-low.c:
10202 * linux-m68k-low.c:
10203 * linux-m32r-low.c:
10204 * linux-low.h:
10205 * linux-low.c:
10206 * linux-ia64-low.c:
10207 * linux-i386-low.c:
10208 * linux-crisv32-low.c:
10209 * thread-db.c:
10210 * terminal.h:
10211 * target.h:
10212 * target.c:
10213 * server.h:
10214 * server.c:
10215 * remote-utils.c:
10216 * regcache.h:
10217 * utils.c:
10218 * Makefile.in:
10219 * configure.ac:
10220 * gdbserver.1: Add (C) after Copyright. Update the FSF
10221 address.
10222
10223 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10224
10225 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
10226 (arm_breakpoint_at): Recognize both breakpoints.
10227 (the_low_target): Use the correct breakpoint instruction.
10228
10229 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10230
10231 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
10232 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
10233 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
10234 (the_low_target): Update.
10235
10236 2005-10-25 Andreas Schwab <schwab@suse.de>
10237
10238 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
10239
10240 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
10241 (ia64_num_regs): Reduce to 462.
10242
10243 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10244
10245 * acinclude.m4: Correct quoting.
10246 * aclocal.m4: Regenerated.
10247
10248 Suggested by SZOKOVACS Robert <szo@ies.hu>:
10249 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
10250 (thread_db_init): Call thread_db_err_str.
10251 * configure.ac: Check for TD_VERSION.
10252 * config.in, configure: Regenerated.
10253
10254 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10255
10256 * server.h (error, fatal, warning): Add ATTR_FORMAT.
10257
10258 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10259
10260 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
10261 is not available. Define HAVE_PTRACE_GETREGS if it is.
10262 * config.in, configure: Regenerated.
10263 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
10264 * linux-i386-low.c, linux-m68k-low.c: Update to use
10265 HAVE_PTRACE_GETREGS.
10266 * linux-low.c (regsets_fetch_inferior_registers)
10267 (regsets_store_inferior_registers): Only return 0 if we processed
10268 GENERAL_REGS.
10269 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
10270 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
10271
10272 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10273
10274 * inferiors.c (struct thread_info): Add gdb_id.
10275 (add_thread): Add gdb_id argument.
10276 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
10277 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
10278 calls to add_thread.
10279 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
10280 * server.c (handle_query): Use thread_to_gdb_id.
10281 (handle_v_cont, main): Use gdb_id_to_thread_id.
10282 * server.h (add_thread): Update prototype.
10283 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
10284 prototypes.
10285
10286 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10287
10288 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
10289 left-padded registers.
10290 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
10291 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
10292
10293 2005-07-01 Steve Ellcey <sje@cup.hp.com>
10294
10295 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
10296 * configure: Regenerate.
10297 * config.in: Regenerate.
10298 * server.h (NEED_DECLARATION_STRERROR):
10299 Replace with !HAVE_DECL_STRERROR.
10300
10301 2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
10302
10303 * linux-low.c (linux_wait, linux_send_signal): Don't test
10304 an unsigned long variable for > 0 if it could be MAX_ULONG.
10305 * server.c (myresume): Likewise.
10306 * target.c (set_desired_inferior): Likewise.
10307
10308 2005-06-13 Mark Kettenis <kettenis@gnu.org>
10309
10310 * configure.ac: Simplify and improve check for socklen_t.
10311 * configure, config.in: Regenerate.
10312
10313 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10314
10315 * acconfig.h: Remove.
10316 * configure.ac: Add a test for socklen_t. Use three-argument
10317 AC_DEFINE throughout.
10318 * config.in: Regenerated using autoheader 2.59.
10319 * configure: Regenerated.
10320
10321 * gdbreplay.c (socklen_t): Provide a default.
10322 (remote_open): Use socklen_t.
10323 * remote-utils.c (socklen_t): Provide a default.
10324 (remote_open): Use socklen_t.
10325 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
10326 unsigned char.
10327
10328 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
10329 char for buffers.
10330 * linux-low.c (linux_read_memory, linux_write_memory)
10331 (linux_read_auxv): Likewise.
10332 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
10333 (check_mem_write): Likewise.
10334 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
10335 Likewise.
10336 * regcache.c (struct inferior_rgcache_data, registers_to_string)
10337 (registers_from_string, register_data): Likewise.
10338 * server.c (handle_query, main): Likewise.
10339 * server.h (convert_ascii_to_int, convert_int_to_ascii)
10340 (decode_M_packet): Likewise.
10341 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
10342 * target.h (struct target_ops): Update read_memory, write_memory,
10343 and read_auxv.
10344 (read_inferior_memory, write_inferior_memory): Update.
10345 * linux-low.h (struct linux_target_ops): Change type of breakpoint
10346 to unsigned char *.
10347 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
10348 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
10349 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
10350 linux-s390-low.c, linux-sh-low.c: Update for changes in
10351 read_inferior_memory and the_low_target->breakpoint.
10352
10353 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
10354
10355 * Makefile.in (SFILES): Add linux-ppc64-low.c.
10356 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
10357 * configure.srv: Add powerpc64-*-linux*.
10358 * linux-ppc64-low.c: New file.
10359
10360 2005-05-23 Orjan Friberg <orjanf@axis.com>
10361
10362 * linux-cris-low.c: New file with support for CRIS.
10363 * linux-crisv32-low.c: Ditto for CRISv32.
10364 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
10365 (clean): Add reg-cris.c and reg-crisv32.c.
10366 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
10367 reg-crisv32.o, and reg-crisv32.c to make rules.
10368 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
10369 recognized targets.
10370
10371 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
10372
10373 * linux-low.c (fetch_register): Ensure buffer size is a multiple
10374 of sizeof (PTRACE_XFER_TYPE).
10375 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
10376
10377 2005-05-12 Orjan Friberg <orjanf@axis.com>
10378
10379 * target.h (struct target_ops): Add insert_watchpoint,
10380 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
10381 pointers for hardware watchpoint support.
10382 * linux-low.h (struct linux_target_ops): Ditto.
10383 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
10384 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
10385 to linux_target_ops.
10386 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
10387 reply packet.
10388 * server.c (main): Recognize 'Z' and 'z' packets.
10389
10390 2005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
10391
10392 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
10393 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
10394 (the_low_target): Add new members.
10395
10396 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10397
10398 * proc-service.c (ps_lgetregs): Search all_processes instead of
10399 all_threads.
10400
10401 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
10402
10403 * server.c (start_inferior): Change return type to int.
10404 (attach_inferior): Change sigptr to int *.
10405 (handle_v_cont, handle_v_requests): Change signal to int *.
10406 (main): Change signal to int.
10407
10408 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
10409
10410 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
10411 * configure.srv: Add m32r*-*-linux*.
10412 * linux-m32r-low.c: New file.
10413
10414 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
10415
10416 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
10417
10418 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10419
10420 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
10421 Take unsigned long arguments for PIDs.
10422 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
10423 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
10424 (wait_for_sigstop, linux_resume_one_process)
10425 (regsets_fetch_inferior_registers, linux_send_signal)
10426 (linux_read_auxv): Likewise. Update the types of variables holding
10427 PIDs. Update format string specifiers.
10428 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
10429 * remote-utils.c (prepare_resume_reply): Likewise.
10430 * server.c (cont_thread, general_thread, step_thread)
10431 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
10432 unsigned long.
10433 (handle_query): Update format specifiers.
10434 (handle_v_cont, main): Use strtoul for thread IDs.
10435 * server.h (struct inferior_list_entry): Use unsigned long for ID.
10436 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
10437 (general_thread, step_thread, thread_from_wait)
10438 (old_thread_from_wait): Update.
10439 * target.h (struct thread_resume): Use unsigned long for THREAD.
10440 (struct target_ops): Use unsigned long for arguments to attach and
10441 thread_alive.
10442
10443 2005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
10444
10445 * acinclude.m4: Include bfd/bfd.m4 directly.
10446 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
10447 <agriffis@toolchain.org>.
10448 * aclocal.m4, configure: Regenerated.
10449
10450 2005-01-07 Andrew Cagney <cagney@gnu.org>
10451
10452 * configure.ac: Rename configure.in, require autoconf 2.59.
10453 * configure: Re-generate.
10454
10455 2004-12-08 Daniel Jacobowitz <dan@debian.org>
10456
10457 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
10458 LIBS when finished.
10459 * aclocal.m4: Regenerated.
10460 * configure: Regenerated.
10461
10462 2004-11-21 Andreas Schwab <schwab@suse.de>
10463
10464 * linux-m68k-low.c (m68k_num_gregs): Define.
10465 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
10466 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
10467 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
10468 (m68k_breakpoint_at): New. Add to the_low_target.
10469
10470 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
10471 srv_linux_thread_db to yes.
10472
10473 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10474
10475 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
10476 (ARCH_SET_FS): Likewise.
10477 (ARCH_GET_FS): Likewise.
10478 (ARCH_GET_GS): Likewise.
10479
10480 2004-10-16 Daniel Jacobowitz <dan@debian.org>
10481
10482 * linux-i386-low.c (ps_get_thread_area): New.
10483 * linux-x86-64-low.c (ps_get_thread_area): New.
10484 * linux-low.c: Include <sys/syscall.h>.
10485 (linux_kill_one_process): Don't kill the first thread here.
10486 (linux_kill): Kill the first thread here.
10487 (kill_lwp): New function.
10488 (send_sigstop, linux_send_signal): Use it.
10489 * proc-service.c: Clean up #ifdefs.
10490 (fpregset_info): Delete.
10491 (ps_lgetregs): Update and enable implementation.
10492 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
10493 implementations.
10494 * remote-utils.c (struct sym_cache, symbol_cache): New.
10495 (input_interrupt): Print a clearer message.
10496 (async_io_enabled): New variable.
10497 (enable_async_io, disable_async_io): Use it. Update comments.
10498 (look_up_one_symbol): Use the symbol cache.
10499 * thread-db.c (thread_db_look_up_symbols): New function.
10500 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
10501
10502 2004-10-16 Daniel Jacobowitz <dan@debian.org>
10503
10504 * configure.in: Test for -rdynamic.
10505 * configure: Regenerated.
10506 * Makefile (INTERNAL_LDFLAGS): New.
10507 (gdbserver, gdbreplay): Use it.
10508
10509 2004-09-02 Andrew Cagney <cagney@gnu.org>
10510
10511 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
10512
10513 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10514
10515 * linux-low.c (linux_wait): Clear all_processes list also.
10516
10517 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
10518
10519 * linux-low.c: Include <errno.h>. Remove extern declaration of
10520 errno.
10521
10522 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
10523
10524 * gdbreplay.c, server.h, utils.c: Update copyright years.
10525
10526 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10527
10528 * server.c (main): Print child status or termination signal from
10529 variable 'signal', not 'sig'.
10530
10531 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
10532
10533 * linux-low.c (linux_read_memory): Change return type to
10534 int. Check for and return error from ptrace().
10535 * target.c (read_inferior_memory): Change return type to int. Pass
10536 back return status from the_target->read_memory().
10537 * target.h (struct target_ops): Adapt *read_memory() prototype.
10538 Update comment.
10539 (read_inferior_memory): Adapt prototype.
10540 * server.c (main): Return an error packet if
10541 read_inferior_memory() returns an error.
10542
10543 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10544
10545 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
10546 Unify with other clean targets.
10547
10548 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10549
10550 * server.c (handle_v_cont): Call set_desired_inferior.
10551
10552 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10553
10554 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
10555
10556 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10557
10558 * linux-low.c (linux_wait): Unblock async I/O.
10559 (linux_resume): Block and enable async I/O.
10560 * remote-utils.c (block_async_io, unblock_async_io): New functions.
10561 * server.h (block_async_io, unblock_async_io): Add prototypes.
10562
10563 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10564
10565 * remote-utils.c (remote_open): Print a status notice after
10566 opening a TCP port.
10567 * server.c (attach_inferior): Print a status notice after
10568 attaching.
10569
10570 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10571
10572 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
10573
10574 2004-02-26 Daniel Jacobowitz <drow@mvista.com>
10575
10576 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
10577 error packet.
10578 * server.c, target.h: Update copyright years.
10579
10580 2004-02-25 Roland McGrath <roland@redhat.com>
10581
10582 * target.h (struct target_ops): New member `read_auxv'.
10583 * server.c (handle_query): Handle qPart:auxv:read: query using that.
10584 * linux-low.c (linux_read_auxv): New function.
10585 (linux_target_ops): Initialize `read_auxv' member to that.
10586
10587 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10588
10589 Committed by Jim Blandy <jimb@redhat.com>.
10590
10591 * linux-s390-low.c (s390_num_regs): Update.
10592 (s390_regmap): Remove control registers. Use __s390x__ predefine
10593 instead of GPR_SIZE to distiguish s390 and s390x targets.
10594
10595 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10596
10597 * linux-low.c: Update copyright year.
10598 (check_removed_breakpoint): Clear pending_is_breakpoint.
10599 (linux_set_resume_request, linux_queue_one_thread)
10600 (resume_status_pending_p): New functions.
10601 (linux_continue_one_thread): Use process->resume.
10602 (linux_resume): Only resume threads if there are no pending events.
10603 * linux-low.h (struct process_info): Add resume request
10604 pointer.
10605
10606 2004-01-30 Daniel Jacobowitz <drow@mvista.com>
10607
10608 * regcache.c (new_register_cache): Clear the allocated register
10609 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10610
10611 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
10612
10613 * linux-low.c (linux_resume): Take a struct thread_resume *
10614 argument.
10615 (linux_wait): Update call.
10616 (resume_ptr): New static variable.
10617 (linux_continue_one_thread): Renamed from
10618 linux_continue_one_process. Use resume_ptr.
10619 (linux_resume): Use linux_continue_one_thread.
10620 * server.c (handle_v_cont, handle_v_requests): New functions.
10621 (myresume): New function.
10622 (main): Handle 'v' case.
10623 * target.h (struct thread_resume): New type.
10624 (struct target_ops): Change argument of "resume" to struct
10625 thread_resume *.
10626 (myresume): Delete macro.
10627
10628 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10629
10630 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
10631 (uninstall): Support DESTDIR.
10632
10633 Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
10634
10635 * configure.srv: Add xscale*linux copy of arm*linux entry.
10636
10637 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
10638
10639 * linux-arm-low.c (arm_reinsert_addr): New function.
10640 (the_low_target): Add arm_reinsert_addr.
10641
10642 2003-07-08 Mark Kettenis <kettenis@gnu.org>
10643
10644 * mem-break.c: Remove whitespace at end of file.
10645
10646 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10647
10648 * configure.in: Check whether we need to prototype strerror.
10649 * server.h: Optionally prototype strerror.
10650 * gdbreplay.c (perror_with_name): Use strerror.
10651 * linux-low.c (linux_attach_lwp): Use strerror.
10652 * utils.c (perror_with_name): Use strerror.
10653 * config.in, configure: Regenerated.
10654
10655 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
10656
10657 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
10658 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
10659
10660 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
10661
10662 * Makefile.in (SFILES): Update.
10663 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
10664 low-sun3.c: Remove files.
10665
10666 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
10667
10668 * linux-low.c: Move comment to linux_thread_alive where it belonged.
10669 (linux_detach_one_process, linux_detach): New functions.
10670 (linux_target_ops): Add linux_detach.
10671 * server.c (main): Handle 'D' packet.
10672 * target.h (struct target_ops): Add "detach" member.
10673 (detach_inferior): Define.
10674
10675 2003-06-13 Mark Kettenis <kettenis@gnu.org>
10676
10677 From Kelley Cook <kelleycook@wideopenwest.com>:
10678 * configure.srv: Accept i[34567]86 variants.
10679
10680 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
10681
10682 * linux-low.c (linux_wait_for_event): Correct comment typos.
10683 (linux_resume_one_process): Call check_removed_breakpoint.
10684 (linux_send_signal): New function.
10685 (linux_target_ops): Add linux_send_signal.
10686 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
10687 of kill.
10688 * target.h (struct target_ops): Add send_signal.
10689
10690 2003-05-29 Jim Blandy <jimb@redhat.com>
10691
10692 * linux-low.c (usr_store_inferior_registers): Transfer buf in
10693 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
10694 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
10695 away part of the register's value.
10696
10697 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
10700 (linux_wait_for_event, linux_init_signals): Likewise.
10701
10702 2003-03-17 Daniel Jacobowitz <drow@mvista.com>
10703
10704 * configure.in: Check for stdlib.h.
10705 * configure: Regenerated.
10706 * config.in: Regenerated.
10707
10708 2003-01-04 Andreas Schwab <schwab@suse.de>
10709
10710 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
10711
10712 2003-01-02 Andrew Cagney <ac131313@redhat.com>
10713
10714 * Makefile.in: Remove obsolete code.
10715
10716 2002-11-20 Daniel Jacobowitz <drow@mvista.com>
10717
10718 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
10719 defined(PT_FPR0_HI).
10720
10721 2002-11-17 Stuart Hughes <seh@zee2.com>
10722
10723 * linux-arm-low.c (arm_num_regs): Increase.
10724 (arm_regmap): Include status register.
10725
10726 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
10727
10728 * linux-low.c (register_addr): Remove incorrect -1 check.
10729
10730 2002-08-29 Daniel Jacobowitz <drow@mvista.com>
10731
10732 * linux-low.c (linux_create_inferior): Call setpgid. Return
10733 the new PID.
10734 (unstopped_p, linux_signal_pid): Remove.
10735 (linux_target_ops): Remove linux_signal_pid.
10736 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
10737 global instead of target method.
10738 * target.h (struct target_ops): Remove signal_pid. Update comment
10739 for create_inferior.
10740 * server.c (signal_pid): New variable.
10741 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
10742 gdbserver. Set the child to be the foreground process group.
10743 (attach_inferior): Set signal_pid.
10744
10745 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
10746
10747 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
10748
10749 2002-08-20 Jim Blandy <jimb@redhat.com>
10750
10751 * Makefile.in (LDFLAGS): Allow the configure script to establish a
10752 default for this.
10753
10754 2002-08-01 Andrew Cagney <cagney@redhat.com>
10755
10756 * Makefile.in: Make chill references obsolete.
10757
10758 2002-07-24 Kevin Buettner <kevinb@redhat.com>
10759
10760 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
10761 * configure: Regenerate.
10762 * config.in: Regenerate.
10763
10764 2002-07-09 David O'Brien <obrien@FreeBSD.org>
10765
10766 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
10767 (perror_with_name, remote_close, remote_open, expect, play): Static.
10768
10769 2002-07-04 Michal Ludvig <mludvig@suse.cz>
10770
10771 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
10772 byte offsets instead of an array of indexes.
10773 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
10774
10775 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
10776
10777 * regcache.c: Add comment.
10778
10779 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
10780
10781 * thread-db.c: New file.
10782 * proc-service.c: New file.
10783 * acinclude.m4: New file.
10784 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
10785 proc-service.o, and thread-db.o.
10786 (linux-low.o): Add USE_THREAD_DB.
10787 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
10788 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
10789 * aclocal.m4: Regenerated.
10790 * config.in: Regenerated.
10791 * configure: Regenerated.
10792 * configure.in: Check for proc_service.h, sys/procfs.h,
10793 thread_db.h, and linux/elf.h headrs.
10794 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
10795 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
10796 Check for -lthread_db and thread support.
10797 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
10798 PowerPC, and SuperH.
10799 * i387-fp.c: Constify arguments.
10800 * i387-fp.h: Likewise.
10801 * inferiors.c: (struct thread_info): Renamed from
10802 `struct inferior_info'. Remove PID member. Use generic inferior
10803 list header. All uses updated.
10804 (inferiors, signal_pid): Removed.
10805 (all_threads): New variable.
10806 (get_thread): Define.
10807 (add_inferior_to_list): New function.
10808 (for_each_inferior): New function.
10809 (change_inferior_id): New function.
10810 (add_inferior): Removed.
10811 (remove_inferior): New function.
10812 (add_thread): New function.
10813 (free_one_thread): New function.
10814 (remove_thread): New function.
10815 (clear_inferiors): Use for_each_inferior and free_one_thread.
10816 (find_inferior): New function.
10817 (find_inferior_id): New function.
10818 (inferior_target_data): Update argument type.
10819 (set_inferior_target_data): Likewise.
10820 (inferior_regcache_data): Likewise.
10821 (set_inferior_regcache_data): Likewise.
10822 * linux-low.c (linux_bp_reinsert): Remove.
10823 (all_processes, stopping_threads, using_thrads)
10824 (struct pending_signals, debug_threads, pid_of): New.
10825 (inferior_pid): Replace with macro.
10826 (struct inferior_linux_data): Remove.
10827 (get_stop_pc, add_process): New functions.
10828 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
10829 Use add_process and add_thread.
10830 (linux_attach_lwp): New function, based on old linux_attach. Use
10831 add_process and add_thread. Set stop_expected for new threads.
10832 (linux_attach): New function.
10833 (linux_kill_one_process): New function.
10834 (linux_kill): Kill all LWPs.
10835 (linux_thread_alive): Use find_inferior_id.
10836 (check_removed_breakpoints, status_pending_p): New functions.
10837 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
10838 Update. Use WNOHANG. Wait for cloned processes also. Update process
10839 struct for the found process.
10840 (linux_wait_for_event): New function.
10841 (linux_wait): Use it. Support LWPs.
10842 (send_sigstop, wait_for_sigstop, stop_all_processes)
10843 (linux_resume_one_process, linux_continue_one_process): New functions.
10844 (linux_resume): Support LWPs.
10845 (REGISTER_RAW_SIZE): Remove.
10846 (fetch_register): Use register_size instead. Call supply_register.
10847 (usr_store_inferior_registers): Likewise. Call collect_register.
10848 Fix recursive case.
10849 (regsets_fetch_inferior_registers): Improve error message.
10850 (regsets_store_inferior_registers): Add debugging.
10851 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
10852 (unstopped_p, linux_signal_pid): New functions.
10853 (linux_target_ops): Add linux_signal_pid.
10854 (linux_init_signals): New function.
10855 (initialize_low): Call it. Initialize using_threads.
10856 * regcache.c (inferior_regcache_data): Add valid
10857 flag.
10858 (get_regcache): Fetch registers lazily. Add fetch argument
10859 and update all callers.
10860 (regcache_invalidate_one, regcache_invalidate): New
10861 functions.
10862 (new_register_cache): Renamed from create_register_cache.
10863 Return the new regcache.
10864 (free_register_cache): Change argument to a void *.
10865 (registers_to_string, registers_from_string): Call get_regcache
10866 with fetch flag set.
10867 (register_data): Make static. Pass fetch flag to get_regcache.
10868 (supply_register): Call get_regcache with fetch flag clear.
10869 (collect_register): Call get_regcache with fetch flag set.
10870 (collect_register_as_string): New function.
10871 * regcache.h: Update.
10872 * remote-utils.c (putpkt): Flush after debug output and use
10873 stderr.
10874 Handle input interrupts while waiting for an ACK.
10875 (input_interrupt): Use signal_pid method.
10876 (getpkt): Flush after debug output and use stderr.
10877 (outreg): Use collect_register_as_string.
10878 (new_thread_notify, dead_thread_notify): New functions.
10879 (prepare_resume_reply): Check using_threads. Set thread_from_wait
10880 and general_thread.
10881 (look_up_one_symbol): Flush after debug output.
10882 * server.c (step_thread, server_waiting): New variables.
10883 (start_inferior): Don't use signal_pid. Update call to mywait.
10884 (attach_inferior): Update call to mywait.
10885 (handle_query): Handle qfThreadInfo and qsThreadInfo.
10886 (main): Don't fetch/store registers explicitly. Use
10887 set_desired_inferior. Support proposed ``Hs'' packet. Update
10888 calls to mywait.
10889 * server.h: Update.
10890 (struct inferior_list, struct_inferior_list_entry): New.
10891 * target.c (set_desired_inferior): New.
10892 (write_inferior_memory): Constify.
10893 (mywait): New function.
10894 * target.h: Update.
10895 (struct target_ops): New signal_pid method.
10896 (mywait): Removed macro, added prototype.
10897
10898 * linux-low.h (regset_func): Removed.
10899 (regset_fill_func, regset_store_func): New.
10900 (enum regset_type): New.
10901 (struct regset_info): Add type field. Use new operation types.
10902 (struct linux_target_ops): stop_pc renamed to get_pc.
10903 Add decr_pc_after_break and breakpoint_at.
10904 (get_process, get_thread_proess, get_process_thread)
10905 (strut process_info, all_processes, linux_attach_lwp)
10906 (thread_db_init): New.
10907
10908 * linux-arm-low.c (arm_get_pc, arm_set_pc,
10909 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
10910 (the_low_target): Add new members.
10911 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
10912 (i386_store_fpxregset): Constify.
10913 (target_regsets): Add new kind identifier.
10914 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
10915 (i386_set_pc): Add debugging.
10916 (i386_breakpoint_at): New function.
10917 (the_low_target): Add new members.
10918 * linux-mips-low.c (mips_get_pc, mips_set_pc)
10919 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
10920 (mips_breakpoint_at): New.
10921 (the_low_target): Add new members.
10922 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
10923 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
10924 (the_low_target): Add new members.
10925 * linux-sh-low.c (sh_get_pc, sh_set_pc)
10926 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
10927 (the_low_target): Add new members.
10928 * linux-x86-64-low.c (target_regsets): Add new kind
10929 identifier.
10930
10931 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
10932
10933 From Martin Pool <mbp@samba.org>:
10934 * server.c (gdbserver_usage): New function.
10935 (main): Call it.
10936
10937 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
10938
10939 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
10940 stop_at -> stop_pc.
10941
10942 2002-05-04 Andrew Cagney <ac131313@redhat.com>
10943
10944 * Makefile.in: Remove obsolete code.
10945
10946 2002-04-24 Michal Ludvig <mludvig@suse.cz>
10947
10948 * linux-low.c (regsets_fetch_inferior_registers),
10949 (regsets_store_inferior_registers): Removed cast to int from
10950 ptrace() calls.
10951 * regcache.h: Added declaration of struct inferior_info.
10952
10953 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
10954
10955 * inferiors.c (struct inferior_info): Add regcache_data.
10956 (add_inferior): Call create_register_cache.
10957 (clear_inferiors): Call free_register_cache.
10958 (inferior_regcache_data, set_inferior_regcache_data): New functions.
10959 * regcache.c (struct inferior_regcache_data): New.
10960 (registers): Remove.
10961 (get_regcache): New function.
10962 (create_register_cache, free_register_cache): New functions.
10963 (set_register_cache): Don't initialize the register cache here.
10964 (registers_to_string, registers_from_string, register_data): Call
10965 get_regcache.
10966 * regcache.h: Add prototypes.
10967 * server.h: Likewise.
10968
10969 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
10970
10971 * mem-break.c: New file.
10972 * mem-break.h: New file.
10973 * Makefile.in: Add mem-break.o rule; update server.h
10974 dependencies.
10975 * inferiors.c (struct inferior_info): Add target_data
10976 member.
10977 (clear_inferiors): Free target_data member if set.
10978 (inferior_target_data, set_inferior_target_data): New functions.
10979 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
10980 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
10981 * linux-low.c (linux_bp_reinsert): New variable.
10982 (struct inferior_linux_data): New.
10983 (linux_create_inferior): Use set_inferior_target_data.
10984 (linux_attach): Likewise. Call add_inferior.
10985 (linux_wait_for_one_inferior): New function.
10986 (linux_wait): Call it.
10987 (linux_write_memory): Add const.
10988 (initialize_low): Call set_breakpoint_data.
10989 * linux-low.h (struct linux_target_ops): Add breakpoint
10990 handling members.
10991 * server.c (attach_inferior): Remove extra add_inferior
10992 call.
10993 * server.h: Include mem-break.h. Update inferior.c
10994 prototypes.
10995 * target.c (read_inferior_memory)
10996 (write_inferior_memory): New functions.
10997 * target.h (read_inferior_memory)
10998 (write_inferior_memory): Change macros to prototypes.
10999 (struct target_ops): Update comments. Add const to write_memory
11000 definition.
11001
11002 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
11003
11004 * linux-low.c (usr_store_inferior_registers): Support
11005 registers which are allowed to fail to store.
11006 * linux-low.h (linux_target_ops): Likewise.
11007 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11008 (ppc_cannot_store_register): FPSCR may not be storable.
11009
11010 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * server.h: Include <string.h> if HAVE_STRING_H.
11013 * ChangeLog: Correct paths in last ChangeLog entry.
11014
11015 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11016
11017 * linux-low.h: Remove obsolete prototypes.
11018 (struct linux_target_ops): New.
11019 (extern the_low_target): New.
11020 * linux-low.c (num_regs, regmap): Remove declarations.
11021 (register_addr): Use the_low_target explicitly.
11022 (fetch_register): Likewise.
11023 (usr_fetch_inferior_registers): Likewise.
11024 (usr_store_inferior_registers): Likewise.
11025 * linux-arm-low.c (num_regs): Remove.
11026 (arm_num_regs): Define.
11027 (arm_regmap): Renamed from regmap, made static.
11028 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11029 made static.
11030 (arm_cannot_store_register): Renamed from cannot_store_register,
11031 made static.
11032 (the_low_target): New.
11033 * linux-i386-low.c (num_regs): Remove.
11034 (i386_num_regs): Define.
11035 (i386_regmap): Renamed from regmap, made static.
11036 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11037 made static.
11038 (i386_cannot_store_register): Renamed from cannot_store_register,
11039 made static.
11040 (the_low_target): New.
11041 * linux-ia64-low.c (num_regs): Remove.
11042 (ia64_num_regs): Define.
11043 (ia64_regmap): Renamed from regmap, made static.
11044 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11045 made static.
11046 (ia64_cannot_store_register): Renamed from cannot_store_register,
11047 made static.
11048 (the_low_target): New.
11049 * linux-m68k-low.c (num_regs): Remove.
11050 (m68k_num_regs): Define.
11051 (m68k_regmap): Renamed from regmap, made static.
11052 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11053 made static.
11054 (m68k_cannot_store_register): Renamed from cannot_store_register,
11055 made static.
11056 (the_low_target): New.
11057 * linux-mips-low.c (num_regs): Remove.
11058 (mips_num_regs): Define.
11059 (mips_regmap): Renamed from regmap, made static.
11060 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11061 made static.
11062 (mips_cannot_store_register): Renamed from cannot_store_register,
11063 made static.
11064 (the_low_target): New.
11065 * linux-ppc-low.c (num_regs): Remove.
11066 (ppc_num_regs): Define.
11067 (ppc_regmap): Renamed from regmap, made static.
11068 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11069 made static.
11070 (ppc_cannot_store_register): Renamed from cannot_store_register,
11071 made static.
11072 (the_low_target): New.
11073 * linux-s390-low.c (num_regs): Remove.
11074 (s390_num_regs): Define.
11075 (s390_regmap): Renamed from regmap, made static.
11076 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11077 made static.
11078 (s390_cannot_store_register): Renamed from cannot_store_register,
11079 made static.
11080 (the_low_target): New.
11081 * linux-sh-low.c (num_regs): Remove.
11082 (sh_num_regs): Define.
11083 (sh_regmap): Renamed from regmap, made static.
11084 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11085 made static.
11086 (sh_cannot_store_register): Renamed from cannot_store_register,
11087 made static.
11088 (the_low_target): New.
11089 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11090 (the_low_target): New.
11091
11092 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11093
11094 * Makefile.in: Add stamp-h target.
11095 * configure.in: Create stamp-h.
11096 * configure: Regenerated.
11097
11098 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11099
11100 * inferiors.c: New file.
11101 * target.c: New file.
11102 * target.h: New file.
11103 * Makefile.in: Add target.o and inferiors.o. Update
11104 dependencies.
11105 * linux-low.c (inferior_pid): New static variable,
11106 moved from server.c.
11107 (linux_create_inferior): Renamed from create_inferior.
11108 Call add_inferior. Return 0 on success instead of a PID.
11109 (linux_attach): Renamed from myattach.
11110 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11111 (linux_thread_alive): Renamed from mythread_alive.
11112 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11113 child dies.
11114 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11115 (regsets_store_inferior_registers): Correct error message.
11116 Add missing ``return 0''.
11117 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11118 (linux_store_registers): Renamed from store_inferior_registers.
11119 (linux_read_memory): Renamed from read_inferior_memory.
11120 (linux_write_memory): Renamed from write_inferior_memory.
11121 (linux_target_ops): New structure.
11122 (initialize_low): Call set_target_ops ().
11123 * remote-utils.c (unhexify): New function.
11124 (hexify): New function.
11125 (input_interrupt): Send signals to ``signal_pid''.
11126 * server.c (inferior_pid): Remove.
11127 (start_inferior): Update create_inferior call.
11128 (attach_inferior): Call add_inferior.
11129 (handle_query): New function.
11130 (main): Call handle_query for `q' packets.
11131 * server.h: Include "target.h". Remove obsolete prototypes.
11132 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
11133
11134 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
11135
11136 * Makefile.in: Add WARN_CFLAGS. Update configury
11137 dependencies.
11138 * configure.in: Check for <string.h>
11139 * configure: Regenerate.
11140 * config.in: Regenerate.
11141 * gdbreplay.c: Include needed system headers.
11142 (remote_open): Remove strchr prototype.
11143 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
11144 * regcache.c (supply_register): Change buf argument to const void *.
11145 (supply_register_by_name): Likewise.
11146 (collect_register): Change buf argument to void *.
11147 (collect_register_by_name): Likewise.
11148 * regcache.h: Add missing prototypes.
11149 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
11150 * server.c (handle_query): New function.
11151 (attached): New static variable, moved out of main.
11152 (main): Quiet longjmp clobber warnings.
11153 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
11154 * utils.c (error): Remove NORETURN.
11155 (fatal): Likewise.
This page took 0.318605 seconds and 5 git commands to generate.