Remove usage of find_inferior in regcache_invalidate_pid
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
1 2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * regcache.c (regcache_invalidate_one): Remove.
4 (regcache_invalidate_pid): use for_each_thread.
5
6 2017-11-26 Tom Tromey <tom@tromey.com>
7
8 * linux-low.c (linux_create_inferior): Update.
9
10 2017-11-24 Ulrich Weigand <uweigand@de.ibm.com>
11
12 * spu-low.c (spu_create_inferior): Fix typo in argument name.
13
14 2017-11-24 Alan Hayward <alan.hayward@arm.com>
15
16 * configure.srv: Add linux-aarch64-tdesc-selftest.o.
17 * linux-aarch64-low.c (initialize_low_arch): Call init func.
18 * linux-aarch64-tdesc-selftest.c: New file.
19 * linux-aarch64-tdesc.h (initialize_low_tdesc): New declaration.
20
21 2017-11-24 Alan Hayward <alan.hayward@arm.com>
22
23 * configure.srv: Add new file.
24 * linux-aarch64-low.c (initialize_low_arch): Call init func.
25 * linux-aarch64-tdesc-selftest.c: New file.
26 * linux-aarch64-tdesc.h (initialize_low_tdesc): New declaration.
27
28 2017-11-24 Alan Hayward <alan.hayward@arm.com>
29
30 * linux-aarch64-ipa.c (initialize_low_tracepoint): Remove init.
31 * linux-aarch64-low.c (initialize_low_arch): Remove init.
32 * linux-aarch64-tdesc.c (aarch64_linux_read_description): Add init.
33
34 2017-11-24 Alan Hayward <alan.hayward@arm.com>
35
36 * configure.srv: Add new files.
37 * linux-aarch64-ipa.c (get_ipa_tdesc): Call
38 aarch64_linux_read_description.
39 * linux-aarch64-low.c (aarch64_linux_read_description):
40 Merge with aarch64_arch_setup.
41 (aarch64_arch_setup): Call aarch64_linux_read_description.
42 * linux-aarch64-tdesc.c: New file.
43 * linux-aarch64-tdesc.h: New file.
44
45 2017-11-24 Yao Qi <yao.qi@linaro.org>
46
47 * configure.srv: Set $srv_regobj for tic6x-linux.
48 * linux-tic6x-low.c: Include "arch/tic6x.h" and "tdesc.h".
49 (tic6x_read_description): Move some code to tic6x_arch_setup.
50 (tic6x_tdesc_test): New function.
51 (initialize_low_arch): Call selftests::register_test.
52
53 2017-11-22 Yao Qi <yao.qi@linaro.org>
54
55 * remote-utils.c (prepare_resume_reply): Use memcpy.
56
57 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
58
59 * linux-low.c (kill_one_lwp_callback): Return void, take
60 argument directly, don't filter on pid.
61 (linux_kill): Use for_each_thread.
62
63 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
64
65 * linux-low.c (need_step_over_p): Return bool, remove dummy
66 argument.
67 (linux_resume, proceed_all_lwps): Use find_thread.
68
69 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
70
71 * linux-low.c (resume_status_pending_p): Return bool, remove
72 flag_p argument.
73 (linux_resume): Use find_thread.
74
75 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
76
77 * linux-low.c (struct thread_resume_array): Remove.
78 (linux_set_resume_request): Return void, take arguments
79 directly.
80 (linux_resume): Use for_each_thread.
81
82 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
83
84 * linux-low.c (stuck_in_jump_pad_callback): Change prototype,
85 return bool, remove data argument.
86 (linux_stabilize_threads): Use find_thread.
87
88 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
89
90 * linux-low.c (unsuspend_one_lwp): Remove.
91 (unsuspend_all_lwps): Use for_each_thread, inline code from
92 unsuspend_one_lwp.
93
94 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
95
96 * gdbthread.h (find_thread): Add overload with ptid_t filter.
97 * linux-low.c (struct iterate_over_lwps_args): Remove.
98 (iterate_over_lwps_filter): Remove.
99 (iterate_over_lwps): Use find_thread.
100
101 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
102
103 * linux-low.c (reset_lwp_ptrace_options_callback): Remove.
104 (linux_handle_new_gdb_connection): Use for_each_thread, inline
105 code from reset_lwp_ptrace_options_callback.
106
107 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
108
109 * linux-arm-low.c (struct update_registers_data): Remove.
110 (update_registers_callback): Return void, take arguments
111 directly, don't check thread's pid.
112 (arm_insert_point, arm_remove_point): Use for_each_thread.
113
114 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
115
116 * win32-low.c (continue_one_thread): Return void, take argument
117 directly.
118 (child_continue): Use for_each_thread.
119
120 2017-11-19 Simon Marchi <simon.marchi@ericsson.com>
121
122 * win32-i386-low.c (update_debug_registers_callback): Rename
123 to ...
124 (update_debug_registers): ... this, return void, remove pid_p arg.
125 (x86_dr_low_set_addr, x86_dr_low_set_control): Use for_each_thread.
126
127 2017-11-17 Simon Marchi <simon.marchi@polymtl.ca>
128
129 * inferiors.h (struct process_info): Add constructor, initialize
130 fields..
131 <syscalls_to_catch>: Change type to std::vector<int>.
132 * inferiors.c (add_process): Allocate process_info with new.
133 (remove_process): Free process_info with delete.
134 * linux-low.c (handle_extended_wait): Adjust.
135 (gdb_catching_syscalls_p, gdb_catch_this_syscall_p): Adjust.
136 * server.c (handle_general_set): Adjust.
137
138 2017-11-16 Pedro Alves <palves@redhat.com>
139
140 * remote-utils.c (remote_close): Block SIGIO signals instead of
141 uninstalling the SIGIO handler.
142
143 2017-11-16 Alan Hayward <alan.hayward@arm.com>
144
145 * tdesc.c (tdesc_get_features_xml): Allow null osabi.
146
147 2017-11-16 Yao Qi <yao.qi@linaro.org>
148
149 * linux-tic6x-low.c (tic6x_fill_gregset): Cast buf.
150 (tic6x_store_gregset): Likewise.
151 (tic6x_usrregs_info): Move it up.
152
153 2017-11-15 Alan Hayward <alan.hayward@arm.com>
154
155 * Makefile.in: Update arch rules.
156 * configure.srv: Explicitly mark arch/ files.
157
158 2017-11-13 Andreas Schwab <schwab@suse.de>
159
160 * linux-m68k-low.c (m68k_supports_hardware_single_step): New
161 function.
162 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
163
164 2017-11-06 Pedro Alves <palves@redhat.com>
165
166 * config.in, configure: Regenerate.
167
168 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
169
170 * target.c (struct thread_search): Remove.
171 (thread_search_callback): Remove.
172 (prepare_to_access_memory): Use for_each_thread instead of
173 find_inferior. Inline code from thread_search_callback.
174
175 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
176
177 * server.c (struct visit_actioned_threads_data): Remove.
178 (visit_actioned_threads): Change prototype to take arguments
179 directly.
180 (resume): Use find_thread instead of find_inferior.
181
182 2017-10-27 Simon Marchi <simon.marchi@ericsson.com>
183
184 * server.c (queue_stop_reply_callback): Change prototype, return
185 void.
186 (find_status_pending_thread_callback): Remove.
187 (handle_status): Replace find_inferior with find_thread and
188 for_each_thread.
189
190 2017-10-25 Alan Hayward <alan.hayward@arm.com>
191
192 * linux-aarch64-low.c (aarch64_fill_gregset): Replace defines
193 with REGNO.
194 (aarch64_store_gregset): Likewise.
195 (aarch64_fill_fpregset): Likewise.
196 (aarch64_store_fpregset): Likewise.
197
198 2017-10-21 Simon Marchi <simon.marchi@ericsson.com>
199
200 * gdbthread.h (find_thread, for_each_thread): New functions.
201 * inferiors.c (thread_of_pid): Remove.
202 (find_any_thread_of_pid): Use find_thread.
203 * linux-low.c (num_lwps): Use for_each_thread.
204
205 2017-10-17 Yao Qi <yao.qi@linaro.org>
206
207 * Makefile.in: Remove one rule.
208 * configure.srv: Rename aarch64-insn.o with arch/aarch64-insn.o.
209
210 2017-10-17 Yao Qi <yao.qi@linaro.org>
211
212 * configure.srv: Rename arm-linux.o with arch/arm-linux.o.
213 Rename arm-get-next-pcs.o with arch/arm-get-next-pcs.o.
214
215 2017-10-17 Yao Qi <yao.qi@linaro.org>
216
217 * configure.srv: Rename arm.o with arch/arm.o.
218
219 2017-10-17 Yao Qi <yao.qi@linaro.org>
220
221 * Makefile.in (CONFIG_SRC_SUBDIR): New variable.
222 (clean): Remove .o files in CONFIG_SRC_SUBDIR.
223 (distclean): Remove DEPDIR in CONFIG_SRC_SUBDIR.
224 (arch-i386.o, arch-amd64.o): Remove rules.
225 (arch/%.o): New rule.
226 Update POSTCOMPILE and COMPILE.pre.
227 * configure.ac: Invoke AC_CONFIG_COMMANDS.
228 * configure: Re-generated.
229 * configure.srv: Replace arch-i386.o with arch/i386.o.
230 Replace arch-amd64.o with arch/amd64.o.
231
232 2017-10-16 Yao Qi <yao.qi@linaro.org>
233
234 * configure: Regenerated.
235
236 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
237
238 * inferiors.h: (struct inferior_list): Remove.
239 (struct inferior_list_entry); Remove.
240 (add_inferior_to_list, clear_inferior_list, one_inferior_p,
241 A_I_NEXT, ALL_INFERIORS_TYPE, ALL_INFERIORS, remove_inferior,
242 get_first_inferior): Remove.
243 (for_each_inferior, for_each_inferior_with_data, find_inferior,
244 find_inferior_id, find_inferior_in_random): Change signature.
245 * inferiors.c (all_threads): Change type to
246 std::list<thread_info *>.
247 (get_thread): Remove macro.
248 (find_inferior, find_inferior_id): Change signature, implement
249 using find_thread.
250 (find_inferior_in_random): Change signature, implement using
251 find_thread_in_random.
252 (for_each_inferior, for_each_inferior_with_data): Change
253 signature, implement using for_each_thread.
254 (add_inferior_to_list, remove_inferior): Remove.
255 (add_thread, get_first_thread, thread_of_pid,
256 find_any_thread_of_pid, free_one_thread, remove_thread): Update.
257 (get_first_inferior, one_inferior_p, clear_inferior_list):
258 Remove.
259 (clear_inferiors, get_thread_process): Update.
260 * gdbthread.h: Include <list>.
261 (struct thread_info) <entry>: Remove field.
262 <id>: New field.
263 (all_threads): Change type to std::list<thread_info *>.
264 (get_first_inferior): Add doc.
265 (find_thread, for_each_thread, find_thread_in_random): New
266 functions.
267 (current_ptid, pid_of, ptid_of, lwpid_of): Update.
268 * linux-arm-low.c (update_registers_callback): Update.
269 * linux-low.c (second_thread_of_pid_p): Update.
270 (kill_one_lwp_callback, linux_detach_lwp_callback,
271 delete_lwp_callback, status_pending_p_callback, same_lwp,
272 find_lwp_pid, num_lwps, iterate_over_lwps_filter,
273 iterate_over_lwps, not_stopped_callback,
274 resume_stopped_resumed_lwps, count_events_callback,
275 select_singlestep_lwp_callback, select_event_lwp_callback,
276 unsuspend_one_lwp, linux_wait_1, send_sigstop_callback,
277 suspend_and_send_sigstop_callback, wait_for_sigstop,
278 stuck_in_jump_pad_callback, move_out_of_jump_pad_callback,
279 lwp_running, linux_set_resume_request, resume_status_pending_p,
280 need_step_over_p, start_step_over, linux_resume_one_thread,
281 proceed_one_lwp, unsuspend_and_proceed_one_lwp,
282 reset_lwp_ptrace_options_callback): Update.
283 * linux-mips-low.c (update_watch_registers_callback): Update.
284 * regcache.c (regcache_invalidate_one, regcache_invalidate):
285 Update.
286 (free_register_cache_thread_one): Remove.
287 (regcache_release): Update.
288 * server.c (handle_btrace_enable_bts, handle_btrace_enable_pt,
289 handle_qxfer_threads_worker): Update.
290 (handle_query): Update, use list iterator.
291 (visit_actioned_threads, handle_pending_status,
292 queue_stop_reply_callback, gdb_wants_all_threads_stopped,
293 clear_pending_status_callback, set_pending_status_callback,
294 find_status_pending_thread_callback, handle_status,
295 process_serial_event): Update.
296 * target.c (thread_search_callback): Update.
297 * thread-db.c (thread_db_get_tls_address): Update.
298 * tracepoint.c (tracepoint_finished_step, tracepoint_was_hit):
299 Update.
300 * win32-i386-low.c (update_debug_registers_callback): Update.
301 * win32-low.c (delete_thread_info, child_delete_thread,
302 continue_one_thread, suspend_one_thread,
303 get_child_debug_event): Adjust.
304
305 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
306
307 * gdbthread.h (ptid_of, pid_of, lwpid_of): New functions.
308 * inferiors.h: Include <list>.
309 (struct process_info) <entry>: Remove field.
310 <pid>: New field.
311 (pid_of): Change macro to function.
312 (ptid_of, lwpid_of): Remove macro.
313 (all_processes): Change type to std::list<process_info *>.
314 (ALL_PROCESSES): Remove macro.
315 (for_each_process, find_process): New function.
316 * inferiors.c (all_processes): Change type to
317 std::list<process_info *>.
318 (find_thread_process): Adjust.
319 (add_process): Likewise.
320 (remove_process): Likewise.
321 (find_process_pid): Likewise.
322 (get_first_process): Likewise.
323 (started_inferior_callback): Remove.
324 (have_started_inferiors_p): Adjust.
325 (attached_inferior_callback): Remove.
326 (have_attached_inferiors_p): Adjust.
327 * linux-low.c (check_zombie_leaders): Likewise.
328 * linux-x86-low.c (x86_arch_setup_process_callback): Remove.
329 (x86_linux_update_xmltarget): Adjust.
330 * server.c (handle_query): Likewise.
331 (gdb_reattached_process): Remove.
332 (handle_status): Adjust.
333 (kill_inferior_callback): Likewise.
334 (detach_or_kill_inferior): Remove.
335 (print_started_pid): Likewise.
336 (print_attached_pid): Likewise.
337 (detach_or_kill_for_exit): Update.
338 (process_serial_event): Likewise.
339 * linux-arm-low.c (arm_new_fork): Likewise.
340
341 2017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
342
343 * dll.h: Include <list>.
344 (struct dll_info): Add constructor.
345 <entry>: Remove field.
346 (all_dlls): Change type to std::list<dll_info>.
347 * dll.c: Include <algorithm>.
348 (get_dll): Remove macro.
349 (all_dlls): Change type to std::list<dll_info *>.
350 (free_one_dll): Remove.
351 (match_dll): Likewise.
352 (loaded_dll): Adjust.
353 (unloaded_dll): Adjust to all_dlls type change, use
354 std::find_if. Inline code from match_dll.
355 (clear_dlls): Adjust to all_dlls type change.
356 * server.c (emit_dll_description): Remove.
357 (handle_qxfer_libraries): Adjust to all_dlls type change,
358 integrate emit_dll_description's functionality.
359
360 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
361
362 * linux-low.h (struct linux_target_ops) <delete_process>: New
363 field.
364 * linux-low.c (linux_mourn): Call the_low_target.delete_process.
365 * linux-aarch64-low.c (aarch64_linux_delete_process): New.
366 (struct linux_target_ops): Add delete_process callback.
367 * linux-arm-low.c (arm_delete_process): New.
368 (struct linux_target_ops): Add delete_process callback.
369 * linux-bfin-low.c (struct linux_target_ops): Likewise.
370 * linux-crisv32-low.c (struct linux_target_ops): Likewise.
371 * linux-m32r-low.c (struct linux_target_ops): Likewise.
372 * linux-mips-low.c (mips_linux_delete_process): New.
373 (struct linux_target_ops): Add delete_process callback.
374 * linux-ppc-low.c (struct linux_target_ops): Likewise.
375 * linux-s390-low.c (struct linux_target_ops): Likewise.
376 * linux-sh-low.c (struct linux_target_ops): Likewise.
377 * linux-tic6x-low.c (struct linux_target_ops): Likewise.
378 * linux-tile-low.c (struct linux_target_ops): Likewise.
379 * linux-x86-low.c (x86_linux_delete_process): New.
380 (struct linux_target_ops): Add delete_process callback.
381 * linux-xtensa-low.c (struct linux_target_ops): Likewise.
382
383 2017-10-12 Simon Marchi <simon.marchi@ericsson.com>
384
385 * linux-aarch64-low.c (the_low_target): Add thread delete
386 callback.
387 * linux-arm-low.c (arm_delete_thread): New function.
388 (the_low_target): Add thread delete callback.
389 * linux-bfin-low.c (the_low_target): Likewise.
390 * linux-crisv32-low.c (the_low_target): Likewise.
391 * linux-low.c (delete_lwp): Invoke delete_thread callback if
392 set.
393 * linux-low.h (struct linux_target_ops) <delete_thread>: New
394 field.
395 * linux-m32r-low.c (the_low_target): Add thread delete callback.
396 * linux-mips-low.c (mips_linux_delete_thread): New function.
397 (the_low_target): Add thread delete callback.
398 * linux-ppc-low.c (the_low_target): Likewise.
399 * linux-s390-low.c (the_low_target): Likewise.
400 * linux-sh-low.c (the_low_target): Likewise.
401 * linux-tic6x-low.c (the_low_target): Likewise.
402 * linux-tile-low.c (the_low_target): Likewise.
403 * linux-x86-low.c (the_low_target): Likewise.
404 * linux-xtensa-low.c (the_low_target): Likewise.
405
406 2017-10-06 Yuanhui Zhang <asmwarrior@gmail.com>
407
408 * win32-low.c: Include "common-inferior.h".
409
410 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
411
412 * inferiors.c (set_inferior_cwd): New function.
413 * server.c (handle_general_set): Handle QSetWorkingDir packet.
414 (handle_query): Inform that QSetWorkingDir is supported.
415 * win32-low.c (create_process): Pass the inferior's cwd to
416 CreateProcess.
417
418 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
419
420 * inferiors.c (current_inferior_cwd): New global variable.
421 (get_inferior_cwd): New function.
422 * inferiors.h (struct process_info) <cwd>: New field.
423
424 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
425
426 * Makefile.in (SFILES): Add $(srcdir)/common/gdb_tilde_expand.c.
427 (OBS): Add gdb_tilde_expand.o.
428
429 2017-10-02 Simon Marchi <simon.marchi@ericsson.com>
430
431 * lynx-i386-low.c (lynx_i386_arch_setup): Call init_target_desc.
432 * nto-x86-low.c (nto_x86_arch_setup): Likewise.
433
434 2017-09-29 Pedro Alves <palves@redhat.com>
435
436 * ax.c (gdb_parse_agent_expr): Constify.
437 * ax.h (gdb_parse_agent_expr): Constify.
438 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
439 Constify.
440 * mem-break.h (add_breakpoint_condition, add_breakpoint_commands): Constify.
441 * remote-utils.c (hex_or_minus_one, read_ptid): Constify.
442 * remote-utils.h (read_ptid): Constify.
443 * server.c (handle_qxfer_exec_file, handle_query, handle_v_cont)
444 (process_point_options, process_serial_event): Constify.
445 * tracepoint.c (add_tracepoint_action, cmd_qtdp, cmd_qtdpsrc)
446 (cmd_qtdv, cmd_qtenable_disable, cmd_qtro, cmd_qtframe, cmd_qtp)
447 (cmd_qtbuffer): Constify.
448
449 2017-09-29 Pedro Alves <palves@redhat.com>
450
451 * proc-service.c (ps_pdread): Return PS_ERR if reading memory
452 fails.
453
454 2017-09-29 Pedro Alves <palves@redhat.com>
455
456 * linux-low.c (handle_extended_wait): Pass parent thread instead
457 of process to thread_db_notice_clone.
458 * linux-low.h (thread_db_notice_clone): Replace parent process
459 parameter with parent thread parameter.
460 * thread-db.c (find_one_thread): Add comment.
461 (thread_db_notice_clone): Replace parent process parameter with
462 parent thread parameter. Temporarily switch to the parent thread.
463
464 2017-09-26 Sergio Durigan Junior <sergiodj@redhat.com>
465
466 * gdbthread.h: Include "common-gdbthread.h".
467 * inferiors.c (switch_to_thread): Use "gdb_assert" instead of
468 "if" when validating the ptid.
469 * remote-utils.c: Include "gdbthread.h".
470 (prepare_resume_reply): Use "switch_to_thread".
471 * target.c (done_accessing_memory): Likewise.
472
473 2017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
474
475 * configure.srv (s390*-*-linux*): Add s390-gs-linux64.o and
476 s390x-gs-linux64.o to srv_regobj. Add s390-gs-linux64.xml,
477 s390x-gs-linux64.xml, s390-gs.xml, and s390-gsbc.xml to
478 srv_xmlfiles. Add s390-gs-linux64-ipa.o and
479 s390x-gs-linux64-ipa.o to ipa_obj.
480 * linux-s390-low.c (HWCAP_S390_GS): New define.
481 (s390_fill_gs, s390_store_gs, s390_fill_gsbc, s390_store_gsbc):
482 New functions.
483 (s390_regsets): Add regsets for NT_S390_GS_CB and NT_S390_GS_BC.
484 (s390_arch_setup): Check for guarded-storage support and choose
485 appropriate tdesc.
486 (initialize_low_arch): Invoke init_registers_s390_gs_linux64 and
487 init_registers_s390x_gs_linux64.
488 * linux-s390-tdesc.h (enum s390_linux_tdesc) <S390_TDESC_GS>: New
489 enum value.
490 (init_registers_s390x_gs_linux64, tdesc_s390x_gs_linux64)
491 (init_registers_s390_gs_linux64, tdesc_s390_gs_linux64): Declare.
492
493 2017-09-22 Simon Marchi <simon.marchi@ericsson.com>
494
495 * win32-i386-low.c (i386_arch_setup): Call init_target_desc.
496
497 2017-09-21 Kevin Buettner <kevinb@redhat.com>
498
499 * linux-low.h (struct lwp_info): Add new field, thread_handle.
500 (thread_db_thread_handle): Declare.
501 * linux-low.c (linux_target_ops): Initialize thread_handle.
502 * server.c (handle_qxfer_threads_worker): Add support for
503 "handle" attribute.
504 * target.h (struct target_ops): Add new function pointer,
505 thread_handle.
506 (target_thread_handle): Define.
507 * thread-db.c (find_one_thread, attach_thread): Set thread_handle
508 field in lwp.
509 (thread_db_thread_handle): New function.
510
511 2017-09-21 Kevin Buettner <kevinb@redhat.com>
512
513 * linux-low.c (handle_extended_wait): Call thread_db_notice_clone().
514 * linux-low.h (thread_db_notice_clone): Declare.
515 * thread-db.c (thread_db_notice_clone): New function.
516
517 2017-09-21 Pedro Alves <palves@redhat.com>
518
519 * server.c (gdb_read_memory, handle_status, process_serial_event)
520 (handle_serial_event, handle_target_event): Adjust to
521 set_desired_thread prototype change.
522 * target.c (set_desired_thread): Remove 'use_general' parameter
523 and adjust.
524 * target.h (set_desired_thread): Remove 'use_general' parameter.
525
526 2017-09-20 Tom Tromey <tom@tromey.com>
527
528 * target.c (target_terminal::terminal_state): Define.
529 (target_terminal::init): Rename from target_terminal_init.
530 (target_terminal::inferior): Rename from
531 target_terminal_inferior.
532 (target_terminal::ours): Rename from target_terminal_ours.
533 (target_terminal::ours_for_output, target_terminal::info): New.
534
535 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
536
537 * server.c (accumulate_file_name_length): Remove.
538 (emit_dll_description): Adjust to std::string change.
539 (handle_qxfer_libraries): Use std::string to hold document.
540
541 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
542
543 * linux-low.c (linux_qxfer_libraries_svr4): Adjust to change of
544 return type of xml_escape_text.
545 * server.c (emit_dll_description): Likewise.
546
547 2017-09-16 Simon Marchi <simon.marchi@ericsson.com>
548
549 * server.c (captured_main): Accept argument for --selftest.
550 Update run_tests call.
551 * linux-x86-tdesc-selftest.c (initialize_low_tdesc): Add names
552 when registering selftests.
553
554 2017-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
555
556 * regcache.c (get_thread_regcache): Update code to use "std::vector"
557 instead of "VEC" for "target_desc.reg_defs".
558 (regcache_cpy): Likewise.
559 (registers_to_string): Likewise.
560 (registers_from_string): Likewise.
561 (find_regno): Likewise.
562 (supply_regblock): Likewise.
563 (regcache_raw_read_unsigned): Likewise.
564 * tdesc.c (init_target_desc): Likewise.
565 (tdesc_create_reg): Likewise.
566 * tdesc.h: Remove declaration of "tdesc_reg_p". Include <vector>.
567 (struct target_desc) <reg_defs>: Convert to "std::vector".
568 (target_desc): Do not initialize "reg_defs".
569 (~target_desc): Update code to use "std::vector" instead of "VEC"
570 for "target_desc.reg_defs".
571 (operator==): Likewise.
572
573 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
574
575 * inferiors.h (thread_to_gdb_id): Remove.
576 * inferiors.c (thread_to_gdb_id): Remove.
577 * server.c (handle_qxfer_threads_worker, handle_query): Adjust.
578 * lynx-low.c (lynx_resume, lynx_wait_1, lynx_fetch_registers,
579 lynx_store_registers, lynx_read_memory, lynx_write_memory):
580 Likewise.
581 * nto-low.c (nto_fetch_registers, nto_store_registers,
582 nto_stopped_by_watchpoint, nto_stopped_data_address): Likewise.
583
584 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
585
586 * inferiors.h (gdb_id_to_thread_id): Remove.
587 * inferiors.c (gdb_id_to_thread_id): Remove.
588 * server.c (process_serial_event): Adjust to gdb_id_to_thread_id
589 removal. Move pid declaration closer to where it's used.
590
591 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
592
593 * server.c (handle_detach): New function.
594 (process_serial_event): Move code out, call handle_detach.
595
596 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
597
598 * server.c (require_running): Rename to ...
599 (require_running_or_return): ... this ...
600 (require_running_or_break): ... and this.
601 (handle_query, process_serial_event): Adjust.
602
603 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
604
605 * linux-low.c (linux_set_resume_request): Remove unused
606 variables.
607
608 2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
609
610 * server.c (first_thread_of): Remove.
611 (process_serial_event): Replace usage of first_thread_of with
612 find_any_thread_of_pid.
613 * tracepoint.c (same_process_p): Remove.
614 (gdb_agent_about_to_close): Replace usage of same_process_p with
615 find_any_thread_of_pid.
616 * linux-x86-low.c (same_process_callback): Remove.
617 (x86_arch_setup_process_callback): Replace usage of
618 same_process_callback with find_any_thread_of_pid.
619 * thread-db.c (any_thread_of): Remove.
620 (switch_to_process): Replace usage of any_thread_of with
621 find_any_thread_of_pid.
622 * inferiors.c (thread_pid_matches_callback): Remove.
623 (find_thread_process): Adjust to use find_any_thread_of_pid.
624
625 2017-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
626
627 * regcache.c (get_thread_regcache): Guard calls to "memset"
628 with "!VEC_empty".
629
630 2017-09-10 Sergio Durigan Junior <sergiodj@redhat.com>
631
632 * linux-low.c (handle_extended_wait): Use
633 "allocate_target_description" instead of "XNEW".
634 * linux-x86-low.c (initialize_low_arch): Likewise.
635
636 2017-09-05 Yao Qi <yao.qi@linaro.org>
637
638 * configure.srv (srv_i386_regobj): Remove.
639 (srv_amd64_regobj): Remove.
640 (srv_regobj): Set it to "" for x86 non-linux targets.
641 * linux-x86-tdesc.c (i386_linux_read_description):
642 * lynx-i386-low.c: Include x86-xstate.h and arch/i386.h.
643 (init_registers_i386): Remove the declaration.
644 (tdesc_i386): Remove the declaration.
645 (lynx_i386_arch_setup): Call i386_create_target_description.
646 * nto-x86-low.c: Likewise.
647 * win32-i386-low.c [__x86_64__]: include arch/amd64.h.
648 [!__x86_64__]: include arch/i386.h.
649 (i386_arch_setup) [__x86_64__]: Call amd64_create_target_description.
650
651 2017-09-05 Yao Qi <yao.qi@linaro.org>
652
653 * configure.srv (srv_amd64_linux_xmlfiles): Remove
654 i386/amd64-XXX-linux from it.
655
656 2017-09-05 Yao Qi <yao.qi@linaro.org>
657
658 * configure.srv: Empty srv_amd64_linux_regobj if $development is
659 false.
660 (ipa_amd64_linux_regobj): Remove.
661 (ipa_x32_linux_regobj): Remove.
662
663 2017-09-05 Yao Qi <yao.qi@linaro.org>
664
665 * Makefile.in (arch-amd64.o): New rule.
666 * configure.srv: Append arch-amd64.o.
667 * linux-amd64-ipa.c: Include common/x86-xstate.h.
668 (get_ipa_tdesc): Call amd64_linux_read_description.
669 (initialize_low_tracepoint): Don't call init_registers_x32_XXX
670 and init_registers_amd64_XXX.
671 * linux-x86-low.c (x86_linux_read_description): Call
672 amd64_linux_read_description.
673 (x86_get_ipa_tdesc_idx): Call amd64_get_ipa_tdesc_idx.
674 (initialize_low_arch): Don't call init_registers_x32_XXX and
675 init_registers_amd64_XXX.
676 * linux-x86-tdesc-selftest.c: Declare init_registers_amd64_XXX
677 and tdesc_amd64_XXX.
678 [__x86_64__] (amd64_tdesc_test): New function.
679 (initialize_low_tdesc) [__x86_64__]: Call init_registers_x32_XXX
680 and init_registers_amd64_XXX.
681 * linux-x86-tdesc.c: Include arch/amd64.h.
682 (xcr0_to_tdesc_idx): New function.
683 (i386_linux_read_description): New function.
684 (amd64_get_ipa_tdesc_idx): New function.
685 * linux-x86-tdesc.h (amd64_get_ipa_tdesc_idx): Declare.
686 (amd64_get_ipa_tdesc): Declare.
687
688 2017-09-05 Yao Qi <yao.qi@linaro.org>
689
690 * configure.srv (srv_i386_linux_xmlfiles): Remove
691 i386/i386-XXX-linux.xml from it.
692
693 2017-09-05 Yao Qi <yao.qi@linaro.org>
694
695 * configure.srv: Set srv_i386_linux_regobj empty if $development
696 is false.
697 * linux-i386-ipa.c (initialize_low_tracepoint): Don't call
698 initialize_low_tdesc.
699 * linux-x86-low.c (initialize_low_arch): Wrap initialize_low_tdesc
700 with #if initialize_low_tdesc.
701 * linux-x86-tdesc-selftest.c: New file.
702 * linux-x86-tdesc.c: Move code to linux-x86-tdesc-selftest.c.
703
704 2017-09-05 Yao Qi <yao.qi@linaro.org>
705
706 * Makefile.in (arch-i386.o): New rule.
707 * configure.srv (i[34567]86-*-linux*): Add arch-i386.o.
708 (x86_64-*-linux*): Likewise.
709 * linux-x86-tdesc.c: Don't include ../features/i386/32bit-XXX.c,
710 include arch/i386.h.
711 (i386_linux_read_description): Remove code and call
712 i386_create_target_description.
713 * tdesc.c (allocate_target_description): New function.
714 * tdesc.h (set_tdesc_architecture): Remove declaration.
715 (set_tdesc_osabi): Likewise.
716
717 2017-09-05 Yao Qi <yao.qi@linaro.org>
718
719 * linux-x86-tdesc.c: Don't include <inttypes.h>.
720 (i386_linux_read_description) [!IN_PROCESS_AGENT]: Call
721 set_tdesc_architecture and set_tdesc_osabi. Remove code setting
722 .xmltarget.
723 * server.c (get_features_xml): Call tdesc_get_features_xml.
724 * tdesc.c (set_tdesc_architecture): New function.
725 (set_tdesc_osabi): New function.
726 (tdesc_get_features_xml): New function.
727 (tdesc_create_feature): Add an argument.
728 * tdesc.h (struct target_desc) <features>: New field.
729 <arch, osabi>: New field.
730 (~target_desc): xfree features, arch, and osabi.
731 (target_desc::oerator==): Don't compare .xmltarget.
732 [!IN_PROCESS_AGENT] (set_tdesc_architecture): Declare.
733 (set_tdesc_osabi): Likewise.
734 (tdesc_get_features_xml): Likewise.
735
736 2017-09-05 Yao Qi <yao.qi@linaro.org>
737
738 * linux-x86-tdesc.c: Include selftest.h.
739 (i386_tdesc_test): New function.
740 (initialize_low_tdesc): Call selftests::register_test.
741 * tdesc.h: Include regdef.h.
742 (target_desc): Override operator == and !=.
743
744 2017-09-05 Yao Qi <yao.qi@linaro.org>
745
746 * configure.srv (srv_tgtobj): Append linux-x86-tdesc.o.
747 (ipa_obj): Likewise.
748 * linux-i386-ipa.c: Include common/x86-xstate.h
749 (get_ipa_tdesc): Call i386_linux_read_description.
750 (initialize_low_tracepoint): Don't call init_registers_XXX
751 functions, call initialize_low_tdesc instead.
752 * linux-x86-low.c (x86_linux_read_description): Call
753 i386_linux_read_description.
754 (initialize_low_arch): Don't call init_registers_i386_XXX
755 functions, call initialize_low_tdesc.
756 * linux-x86-tdesc.c: New file.
757 * linux-x86-tdesc.h (x86_linux_tdesc): New X86_TDESC_LAST.
758 (i386_get_ipa_tdesc_idx): Declare.
759 (i386_get_ipa_tdesc): Declare.
760 (initialize_low_tdesc): Declare.
761
762 2017-09-05 Yao Qi <yao.qi@linaro.org>
763
764 * linux-x86-low.c (x86_get_ipa_tdesc_idx): Use X86_TDESC_MMX
765 instead of 0.
766
767 2017-09-05 Yao Qi <yao.qi@linaro.org>
768
769 * Makefile.in (IPA_OBJS): Add vec-ipa.o
770 * regcache.c (get_thread_regcache): Use VEC_length.
771 (init_register_cache): Likewise.
772 (regcache_cpy): Likewise.
773 (registers_to_string): Iterate reg_defs via VEC_iterate.
774 (find_regno): Likewise.
775 (find_register_by_number): Use VEC_index.
776 (register_size): Call find_register_by_number.
777 (register_data): Call find_register_by_number.
778 (supply_regblock): Use VEC_length.
779 (regcache_raw_read_unsigned): Likewise.
780 * tdesc.c (init_target_desc): Iterate reg_defs via
781 VEC_iterate.
782 (default_description): Update initializer.
783 (copy_target_description): Don't update field num_registers.
784 * tdesc.h (struct target_desc) <reg_defs>: Change it to VEC.
785 <num_registers>: Remove.
786
787 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
788
789 * Makefile.in (.SECONDARY): Define target.
790
791 2017-09-03 Simon Marchi <simon.marchi@ericsson.com>
792
793 * linux-low.c (linux_wait_1): Adjust.
794 * server.c (queue_stop_reply_callback): Adjust.
795
796 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
797
798 * server.c (handle_general_set): Handle QEnvironmentHexEncoded,
799 QEnvironmentUnset and QEnvironmentReset packets.
800 (handle_query): Inform remote that QEnvironmentHexEncoded,
801 QEnvironmentUnset and QEnvironmentReset are supported.
802
803 2017-08-25 Simon Marchi <simon.marchi@ericsson.com>
804
805 * inferiors.h (inferior_target_data): Rename to ...
806 (thread_target_data): ... this.
807 (inferior_regcache_data): Rename to ...
808 (thread_regcache_data): ... this.
809 (set_inferior_regcache_data): Rename to ...
810 (set_thread_regcache_data): ... this.
811 * inferiors.c (inferior_target_data): Rename to ...
812 (thread_target_data): ... this.
813 (inferior_regcache_data): Rename to ...
814 (thread_regcache_data): ... this.
815 (set_inferior_regcache_data): Rename to ...
816 (set_thread_regcache_data): ... this.
817 (free_one_thread): Update.
818 * linux-low.h (get_thread_lwp): Update.
819 * regcache.c (get_thread_regcache): Update.
820 (regcache_invalidate_thread): Update.
821 (free_register_cache_thread): Update.
822 * win32-i386-low.c (update_debug_registers_callback): Update.
823 (win32_get_current_dr): Update.
824 * win32-low.c (thread_rec): Update.
825 (delete_thread_info): Update.
826 (continue_one_thread): Update.
827 (suspend_one_thread): Update.
828
829 2017-08-24 Simon Marchi <simon.marchi@ericsson.com>
830
831 * inferiors.c (set_inferior_target_data): Remove.
832 * inferiors.h (set_inferior_target_data): Remove.
833
834 2017-08-18 Yao Qi <yao.qi@linaro.org>
835
836 * Makefile.in (OBS): Add selftest.o.
837 * configure.ac: AC_DEFINE GDB_SELF_TEST if $development.
838 * configure, config.in: Re-generated.
839 * server.c: Include common/sefltest.h.
840 (captured_main): Handle option --selftest.
841
842 2017-08-09 Yao Qi <yao.qi@linaro.org>
843
844 * configure.srv (srv_i386_regobj): Remove i386-avx.o,
845 i386-avx-avx512.o, i386-avx-mpx-avx512-pku.o, i386-mpx.o,
846 i386-avx-mpx.o and i386-mmx.o.
847 (srv_amd64_regobj): Remove amd64-avx.o, amd64-avx-avx512.o,
848 amd64-avx-mpx-avx512-pku.o, amd64-mpx.o and amd64-avx-mpx.o.
849 (srv_i386_xmlfiles): Remove i386/i386-avx.xml,
850 i386/i386-avx-avx512.xml, i386/i386-avx-mpx-avx512-pku.xml,
851 i386/i386-mpx.xml, i386/i386-avx-mpx.xml and i386/i386-mmx.xml.
852 (srv_amd64_xmlfile):i386/amd64-avx.xml, i386/amd64-avx-avx512.xml,
853 i386/amd64-avx-mpx-avx512-pku.xml, i386/amd64-mpx.xml,
854 i386/amd64-avx-mpx.xml.
855
856 2017-08-09 Yao Qi <yao.qi@linaro.org>
857
858 * configure.srv (srv_amd64_regobj): Remove x32.o, x32-avx.o
859 and x32-avx-avx512.o.
860 (srv_amd64_xmlfiles): Remove i386/x32.xml, i386/x32-avx.xml
861 i386/x32-avx-avx512.xml.
862
863 2017-07-26 Simon Marchi <simon.marchi@ericsson.com>
864
865 * tracepoint.h (enum class fast_tpoint_collect_result): New
866 enumeration.
867 (fast_tracepoint_collecting): Change return type to
868 fast_tpoint_collect_result.
869 * tracepoint.c (fast_tracepoint_collecting): Likewise.
870 * linux-low.h: Include tracepoint.h.
871 (struct lwp_info) <collecting_fast_tracepoint>: Change type to
872 fast_tpoint_collect_result.
873 * linux-low.c (handle_tracepoints): Adjust.
874 (linux_fast_tracepoint_collecting): Change return type to
875 fast_tpoint_collect_result.
876 (maybe_move_out_of_jump_pad, linux_wait_for_event_filtered,
877 linux_wait_1, stuck_in_jump_pad_callback,
878 lwp_signal_can_be_delivered, linux_resume_one_lwp_throw,
879 proceed_one_lwp): Adjust to type change.
880
881 2017-07-10 Yao Qi <yao.qi@linaro.org>
882
883 * linux-x86-low.c (x86_linux_read_description): Re-indent the code.
884
885 2017-06-29 Yao Qi <yao.qi@linaro.org>
886
887 * tdesc.h (struct target_desc) [IN_PROCESS_AGENT] <expedite_regs>:
888 Remove.
889 [IN_PROCESS_AGENT] <xmltarget>: Likewise.
890
891 2017-06-20 Simon Marchi <simon.marchi@ericsson.com>
892
893 * Makefile.in (IPA_OBJS): Sort and format one item per line.
894
895 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
896
897 * linux-low.c (linux_create_inferior): Adjust code to access the
898 environment information via 'gdb_environ' class.
899 * lynx-low.c (lynx_create_inferior): Likewise.
900 * server.c (our_environ): Make it an instance of 'gdb_environ'.
901 (get_environ): Return a pointer to 'our_environ'.
902 (captured_main): Initialize 'our_environ'.
903 * server.h (get_environ): Adjust prototype.
904 * spu-low.c (spu_create_inferior): Adjust code to access the
905 environment information via 'gdb_environ' class.
906
907 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
908
909 * linux-low.c (linux_read_memory, linux_write_memory): Remove
910 usage of "register" keyword.
911
912 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
913
914 * configure: Re-generate.
915
916 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
917
918 * configure: Re-generate.
919
920 2017-06-17 Simon Marchi <simon.marchi@ericsson.com>
921
922 * Makefile.in (COMPILE.pre): Add "-x c++".
923
924 2017-06-09 Sergio Durigan Junior <sergiodj@redhat.com>
925
926 * fork-child.c: Conditionally include <signal.h>.
927
928 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
929
930 * server.c (handle_general_set): Handle new packet
931 "QStartupWithShell".
932 (handle_query): Add "QStartupWithShell" to the list of supported
933 packets.
934 (gdbserver_usage): Add help text explaining the
935 new "--startup-with-shell" and "--no-startup-with-shell" CLI
936 options.
937 (captured_main): Recognize and act upon the presence of the new
938 CLI options.
939
940 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
941 Pedro Alves <palves@redhat.com>
942
943 * Makefile.in (SFILES): Add "nat/fork-inferior.o".
944 * configure: Regenerate.
945 * configure.srv (srv_linux_obj): Add "fork-child.o" and
946 "fork-inferior.o".
947 (i[34567]86-*-lynxos*): Likewise.
948 (spu*-*-*): Likewise.
949 * fork-child.c: New file.
950 * linux-low.c: Include "common-inferior.h", "nat/fork-inferior.h"
951 and "environ.h".
952 (linux_ptrace_fun): New function.
953 (linux_create_inferior): Adjust function prototype to reflect
954 change on "target.h". Adjust function code to use
955 "fork_inferior".
956 (linux_request_interrupt): Delete "signal_pid".
957 * lynx-low.c: Include "common-inferior.h" and "nat/fork-inferior.h".
958 (lynx_ptrace_fun): New function.
959 (lynx_create_inferior): Adjust function prototype to reflect
960 change on "target.h". Adjust function code to use
961 "fork_inferior".
962 * nto-low.c (nto_create_inferior): Adjust function prototype and
963 code to reflect change on "target.h". Update comments.
964 * server.c: Include "common-inferior.h", "nat/fork-inferior.h",
965 "common-terminal.h" and "environ.h".
966 (terminal_fd): Moved to fork-child.c.
967 (old_foreground_pgrp): Likewise.
968 (restore_old_foreground_pgrp): Likewise.
969 (last_status): Make it global.
970 (last_ptid): Likewise.
971 (our_environ): New variable.
972 (startup_with_shell): Likewise.
973 (program_name): Likewise.
974 (program_argv): Rename to...
975 (program_args): ...this.
976 (wrapper_argv): New variable.
977 (start_inferior): Delete function.
978 (get_exec_wrapper): New function.
979 (get_exec_file): Likewise.
980 (get_environ): Likewise.
981 (prefork_hook): Likewise.
982 (post_fork_inferior): Likewise.
983 (postfork_hook): Likewise.
984 (postfork_child_hook): Likewise.
985 (handle_v_run): Update code to deal with arguments coming from the
986 remote host. Update calls from "start_inferior" to
987 "create_inferior".
988 (captured_main): Likewise. Initialize environment variable. Call
989 "have_job_control".
990 * server.h (post_fork_inferior): New prototype.
991 (get_environ): Likewise.
992 (last_status): Declare.
993 (last_ptid): Likewise.
994 (signal_pid): Likewise.
995 * spu-low.c: Include "common-inferior.h" and "nat/fork-inferior.h".
996 (spu_ptrace_fun): New function.
997 (spu_create_inferior): Adjust function prototype to reflect change
998 on "target.h". Adjust function code to use "fork_inferior".
999 * target.c (target_terminal_init): New function.
1000 (target_terminal_inferior): Likewise.
1001 (target_terminal_ours): Likewise.
1002 * target.h: Include <vector>.
1003 (struct target_ops) <create_inferior>: Update prototype.
1004 (create_inferior): Update macro.
1005 * utils.c (gdb_flush_out_err): New function.
1006 * win32-low.c (win32_create_inferior): Adjust function prototype
1007 and code to reflect change on "target.h".
1008
1009 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1010
1011 * inferiors.c (switch_to_thread): New function.
1012
1013 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
1014
1015 * Makefile.in (SFILE): Add "common/job-control.c".
1016 (OBS): Add "job-control.o".
1017
1018 2017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
1019
1020 * Makefile: Remove "@host_makefile_frag@".
1021
1022 2017-05-05 Pedro Alves <palves@redhat.com>
1023
1024 * configure: Regenerate.
1025
1026 2017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
1027
1028 * configure: Regenerate.
1029
1030 2017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
1031
1032 * linux-arm-low.c (arm_gdbserver_get_next_pcs): Adjust to
1033 software_single_step change of return type to
1034 std::vector<CORE_ADDR>.
1035 * linux-low.c (install_software_single_step_breakpoints):
1036 Likewise.
1037 * linux-low.h (install_software_single_step_breakpoints):
1038 Likewise.
1039
1040 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
1041
1042 * remote-utils.c: Include "gdb_termios.h" instead of
1043 "terminal.h".
1044 * terminal.h: Delete file.
1045
1046 2017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
1047
1048 * server.c: Include <vector>.
1049 <program_argv, wrapper_argv>: Convert to std::vector.
1050 (start_inferior): Rewrite function to use C++.
1051 (handle_v_run): Likewise. Update code that calculates the argv
1052 based on the vRun packet; use C++.
1053 (captured_main): Likewise.
1054
1055 2017-04-06 Simon Marchi <simon.marchi@ericsson.com>
1056
1057 * server.c (handle_v_cont): Initialize thread_resume::thread
1058 with null_ptid.
1059
1060 2017-04-05 Pedro Alves <palves@redhat.com>
1061
1062 * configure: Regenerate.
1063
1064 2017-04-05 Pedro Alves <palves@redhat.com>
1065
1066 * gdbreplay.c (sync_error): Constify.
1067 * linux-x86-low.c (push_opcode): Constify.
1068
1069 2017-04-05 Pedro Alves <palves@redhat.com>
1070
1071 * win32-low.c (get_child_debug_event)
1072 <CREATE_PROCESS_DEBUG_EVENT>: Don't report TARGET_WAITKIND_EXECD.
1073 Report TARGET_WAITKIND_SPURIOUS instead.
1074
1075 2017-04-05 Pedro Alves <palves@redhat.com>
1076
1077 * remote-utils.c (remote_prepare, remote_open): Constify.
1078 * remote-utils.h (remote_prepare, remote_open): Constify.
1079 * server.c (captured_main): Constify 'port' handling.
1080
1081 2017-04-04 Simon Marchi <simon.marchi@ericsson.com>
1082
1083 * Makefile.in (clean): Clear .deps.
1084
1085 2017-03-31 Simon Marchi <simon.marchi@polymtl.ca>
1086
1087 * .gitignore: Remove generated files, replace with wildcard.
1088 * (clean): Replace removal of generated files with wildcard.
1089 (version.c): Replace with...
1090 (version-generated.c): ...this.
1091 (xml-builtin.c): Replace with...
1092 (xml-builtin-generated.c): ...this.
1093 (%-ipa.o: %-generated.c, %.o: %-generated.c): New rules.
1094 (%.c: *regformats*): Replace with...
1095 (%-generated.c: *regformats*): ...this.
1096
1097 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
1098
1099 * linux-xtensa-low.c (regnum::R_THREADPTR): New enum member.
1100 (xtensa_fill_gregset): Call collect_register_by_name for
1101 threadptr register.
1102 (xtensa_store_gregset): Call supply_register_by_name for
1103 threadptr register.
1104
1105 2017-03-27 Max Filippov <jcmvbkbc@gmail.com>
1106
1107 * linux-xtensa-low.c (xtensa_fill_gregset): Call collect_register
1108 for all registers in a0_regnum..a0_regnum + C0_NREGS range.
1109 (xtensa_store_gregset): Call supply_register for all registers in
1110 a0_regnum..a0_regnum + C0_NREGS range.
1111
1112 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1113
1114 * Makefile.in (%-ipa.o: %-ipa.c): New rule.
1115 (ax-ipa.o: ax.c): Remove.
1116 (linux-i386-ipa.o: linux-i386-ipa.c): Remove.
1117 (linux-amd64-ipa.o: linux-amd64-ipa.c): Remove.
1118 (linux-aarch64-ipa.o: linux-aarch64-ipa.c): Remove.
1119 (linux-s390-ipa.o: linux-s390-ipa.c): Remove.
1120 (linux-ppc-ipa.o: linux-ppc-ipa.c): Remove.
1121
1122 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1123
1124 * Makefile.in (%-ipa.o: ../common/%.c): New rule.
1125 (print-utils-ipa.o: ../common/print-utils.c): Remove.
1126 (rsp-low-ipa.o: ../common/rsp-low.c): Remove.
1127 (errors-ipa.o: ../common/errors.c): Remove.
1128 (format-ipa.o: ../common/format.c): Remove.
1129 (common-utils-ipa.o: ../common/common-utils.c): Remove.
1130
1131 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1132
1133 * Makefile.in (%-ipa.o: %.c): New rule.
1134 (tracepoint-ipa.o: tracepoint.c): Remove.
1135 (utils-ipa.o: utils.c): Remove.
1136 (remote-utils-ipa.o: remote-utils.c): Remove.
1137 (regcache-ipa.o: regcache.c): Remove.
1138 (i386-linux-ipa.o: i386-linux.c): Remove.
1139 (i386-mmx-linux-ipa.o: i386-mmx-linux.c): Remove.
1140 (i386-avx-linux-ipa.o: i386-avx-linux.c): Remove.
1141 (i386-mpx-linux-ipa.o: i386-mpx-linux.c): Remove.
1142 (i386-avx-mpx-linux-ipa.o: i386-avx-mpx-linux.c): Remove.
1143 (i386-avx-avx512-linux-ipa.o: i386-avx-avx512-linux.c): Remove.
1144 (i386-avx-mpx-avx512-pku-linux-ipa.o: i386-avx-mpx-avx512-pku-linux.c): Remove.
1145 (amd64-linux-ipa.o: amd64-linux.c): Remove.
1146 (amd64-avx-linux-ipa.o: amd64-avx-linux.c): Remove.
1147 (amd64-mpx-linux-ipa.o: amd64-mpx-linux.c): Remove.
1148 (amd64-avx-mpx-linux-ipa.o: amd64-avx-mpx-linux.c): Remove.
1149 (amd64-avx-avx512-linux-ipa.o: amd64-avx-avx512-linux.c): Remove.
1150 (amd64-avx-mpx-avx512-pku-linux-ipa.o: amd64-avx-mpx-avx512-pku-linux.c): Remove.
1151 (aarch64-ipa.o: aarch64.c): Remove.
1152 (s390-linux32-ipa.o: s390-linux32.c): Remove.
1153 (s390-linux32v1-ipa.o: s390-linux32v1.c): Remove.
1154 (s390-linux32v2-ipa.o: s390-linux32v2.c): Remove.
1155 (s390-linux64-ipa.o: s390-linux64.c): Remove.
1156 (s390-linux64v1-ipa.o: s390-linux64v1.c): Remove.
1157 (s390-linux64v2-ipa.o: s390-linux64v2.c): Remove.
1158 (s390-te-linux64-ipa.o: s390-te-linux64.c): Remove.
1159 (s390-vx-linux64-ipa.o: s390-vx-linux64.c): Remove.
1160 (s390-tevx-linux64-ipa.o: s390-tevx-linux64.c): Remove.
1161 (s390x-linux64-ipa.o: s390x-linux64.c): Remove.
1162 (s390x-linux64v1-ipa.o: s390x-linux64v1.c): Remove.
1163 (s390x-linux64v2-ipa.o: s390x-linux64v2.c): Remove.
1164 (s390x-te-linux64-ipa.o: s390x-te-linux64.c): Remove.
1165 (s390x-vx-linux64-ipa.o: s390x-vx-linux64.c): Remove.
1166 (s390x-tevx-linux64-ipa.o: s390x-tevx-linux64.c): Remove.
1167 (powerpc-32l-ipa.o: powerpc-32l.c): Remove.
1168 (powerpc-altivec32l-ipa.o: powerpc-altivec32l.c): Remove.
1169 (powerpc-cell32l-ipa.o: powerpc-cell32l.c): Remove.
1170 (powerpc-vsx32l-ipa.o: powerpc-vsx32l.c): Remove.
1171 (powerpc-isa205-32l-ipa.o: powerpc-isa205-32l.c): Remove.
1172 (powerpc-isa205-altivec32l-ipa.o: powerpc-isa205-altivec32l.c): Remove.
1173 (powerpc-isa205-vsx32l-ipa.o: powerpc-isa205-vsx32l.c): Remove.
1174 (powerpc-e500l-ipa.o: powerpc-e500l.c): Remove.
1175 (powerpc-64l-ipa.o: powerpc-64l.c): Remove.
1176 (powerpc-altivec64l-ipa.o: powerpc-altivec64l.c): Remove.
1177 (powerpc-cell64l-ipa.o: powerpc-cell64l.c): Remove.
1178 (powerpc-vsx64l-ipa.o: powerpc-vsx64l.c): Remove.
1179 (powerpc-isa205-64l-ipa.o: powerpc-isa205-64l.c): Remove.
1180 (powerpc-isa205-altivec64l-ipa.o: powerpc-isa205-altivec64l.c): Remove.
1181 (powerpc-isa205-vsx64l-ipa.o: powerpc-isa205-vsx64l.c): Remove.
1182 (tdesc-ipa.o: tdesc.c): Remove.
1183 (x32-linux-ipa.o: x32-linux.c): Remove.
1184 (x32-avx-linux-ipa.o: x32-avx-linux.c): Remove.
1185 (x32-avx512-linux-ipa.o: x32-avx512-linux.c): Remove.
1186
1187 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1188
1189 * Makefile.in (%.o: ../arch/%.c): New rule.
1190 (arm.o: ../arch/arm.c): Remove.
1191 (arm-linux.o: ../arch/arm-linux.c): Remove.
1192 (arm-get-next-pcs.o: ../arch/arm-get-next-pcs.c): Remove.
1193 (aarch64-insn.o: ../arch/aarch64-insn.c): Remove.
1194
1195 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1196
1197 * Makefile.in (%.o: ../nat/%.c): New rule.
1198 (x86-dregs.o: ../nat/x86-dregs.c): Remove.
1199 (amd64-linux-siginfo.o: ../nat/amd64-linux-siginfo.c): Remove.
1200 (linux-btrace.o: ../nat/linux-btrace.c): Remove.
1201 (linux-osdata.o: ../nat/linux-osdata.c): Remove.
1202 (linux-procfs.o: ../nat/linux-procfs.c): Remove.
1203 (linux-ptrace.o: ../nat/linux-ptrace.c): Remove.
1204 (linux-waitpid.o: ../nat/linux-waitpid.c): Remove.
1205 (mips-linux-watch.o: ../nat/mips-linux-watch.c): Remove.
1206 (ppc-linux.o: ../nat/ppc-linux.c): Remove.
1207 (linux-personality.o: ../nat/linux-personality.c): Remove.
1208 (aarch64-linux-hw-point.o: ../nat/aarch64-linux-hw-point.c): Remove.
1209 (aarch64-linux.o: ../nat/aarch64-linux.c): Remove.
1210 (x86-linux.o: ../nat/x86-linux.c): Remove.
1211 (x86-linux-dregs.o: ../nat/x86-linux-dregs.c): Remove.
1212 (linux-namespaces.o: ../nat/linux-namespaces.c): Remove.
1213
1214 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1215
1216 * Makefile.in (%.o: ../common/%.c): New rule.
1217 (signals.o: ../common/signals.c): Remove.
1218 (print-utils.o: ../common/print-utils.c): Remove.
1219 (rsp-low.o: ../common/rsp-low.c): Remove.
1220 (common-utils.o: ../common/common-utils.c): Remove.
1221 (posix-strerror.o: ../common/posix-strerror.c): Remove.
1222 (mingw-strerror.o: ../common/mingw-strerror.c): Remove.
1223 (vec.o: ../common/vec.c): Remove.
1224 (gdb_vecs.o: ../common/gdb_vecs.c): Remove.
1225 (xml-utils.o: ../common/xml-utils.c): Remove.
1226 (ptid.o: ../common/ptid.c): Remove.
1227 (buffer.o: ../common/buffer.c): Remove.
1228 (format.o: ../common/format.c): Remove.
1229 (filestuff.o: ../common/filestuff.c): Remove.
1230 (agent.o: ../common/agent.c): Remove.
1231 (errors.o: ../common/errors.c): Remove.
1232 (environ.o: ../common/environ.c): Remove.
1233 (common-debug.o: ../common/common-debug.c): Remove.
1234 (cleanups.o: ../common/cleanups.c): Remove.
1235 (common-exceptions.o: ../common/common-exceptions.c): Remove.
1236 (fileio.o: ../common/fileio.c): Remove.
1237 (common-regcache.o: ../common/common-regcache.c): Remove.
1238 (signals-state-save-restore.o: ../common/signals-state-save-restore.c): Remove.
1239 (new-op.o: ../common/new-op.c): Remove.
1240 (btrace-common.o: ../common/btrace-common.c): Remove.
1241
1242 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1243
1244 * Makefile.in (%.o: ../target/%.c): New rule.
1245 (waitstatus.o: ../target/waitstatus.c): Remove.
1246
1247 2017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
1248
1249 * Makefile.in
1250 (%.c: ../regformats/%.dat,
1251 (%.c: ../regformats/arm/%.dat,
1252 (%.c: ../regformats/i386/%.dat,
1253 (%.c: ../regformats/rs6000/%.dat): New rules.
1254 (aarch64.c): Remove.
1255 (reg-arm.c): Remove.
1256 (arm-with-iwmmxt.c): Remove.
1257 (arm-with-vfpv2.c): Remove.
1258 (arm-with-vfpv3.c): Remove.
1259 (arm-with-neon.c): Remove.
1260 (reg-bfin.c): Remove.
1261 (reg-cris.c): Remove.
1262 (reg-crisv32.c): Remove.
1263 (i386.c): Remove.
1264 (i386-linux.c): Remove.
1265 (i386-avx.c): Remove.
1266 (i386-avx-linux.c): Remove.
1267 (i386-avx-avx512.c): Remove.
1268 (i386-avx-avx512-linux.c): Remove.
1269 (i386-mpx.c): Remove.
1270 (i386-mpx-linux.c): Remove.
1271 (i386-avx-mpx-avx512-pku.c): Remove.
1272 (i386-avx-mpx-avx512-pku-linux.c): Remove.
1273 (i386-avx-mpx.c): Remove.
1274 (i386-avx-mpx-linux.c): Remove.
1275 (i386-mmx.c): Remove.
1276 (i386-mmx-linux.c): Remove.
1277 (reg-ia64.c): Remove.
1278 (reg-m32r.c): Remove.
1279 (reg-m68k.c): Remove.
1280 (reg-cf.c): Remove.
1281 (mips-linux.c): Remove.
1282 (mips-dsp-linux.c): Remove.
1283 (mips64-linux.c): Remove.
1284 (mips64-dsp-linux.c): Remove.
1285 (nios2-linux.c): Remove.
1286 (powerpc-32.c): Remove.
1287 (powerpc-32l.c): Remove.
1288 (powerpc-altivec32l.c): Remove.
1289 (powerpc-cell32l.c): Remove.
1290 (powerpc-vsx32l.c): Remove.
1291 (powerpc-isa205-32l.c): Remove.
1292 (powerpc-isa205-altivec32l.c): Remove.
1293 (powerpc-isa205-vsx32l.c): Remove.
1294 (powerpc-e500l.c): Remove.
1295 (powerpc-64l.c): Remove.
1296 (powerpc-altivec64l.c): Remove.
1297 (powerpc-cell64l.c): Remove.
1298 (powerpc-vsx64l.c): Remove.
1299 (powerpc-isa205-64l.c): Remove.
1300 (powerpc-isa205-altivec64l.c): Remove.
1301 (powerpc-isa205-vsx64l.c): Remove.
1302 (s390-linux32.c): Remove.
1303 (s390-linux32v1.c): Remove.
1304 (s390-linux32v2.c): Remove.
1305 (s390-linux64.c): Remove.
1306 (s390-linux64v1.c): Remove.
1307 (s390-linux64v2.c): Remove.
1308 (s390-te-linux64.c): Remove.
1309 (s390-vx-linux64.c): Remove.
1310 (s390-tevx-linux64.c): Remove.
1311 (s390x-linux64.c): Remove.
1312 (s390x-linux64v1.c): Remove.
1313 (s390x-linux64v2.c): Remove.
1314 (s390x-te-linux64.c): Remove.
1315 (s390x-vx-linux64.c): Remove.
1316 (s390x-tevx-linux64.c): Remove.
1317 (tic6x-c64xp-linux.c): Remove.
1318 (tic6x-c64x-linux.c): Remove.
1319 (tic6x-c62x-linux.c): Remove.
1320 (reg-sh.c): Remove.
1321 (reg-sparc64.c): Remove.
1322 (reg-spu.c): Remove.
1323 (amd64.c): Remove.
1324 (amd64-linux.c): Remove.
1325 (amd64-avx.c): Remove.
1326 (amd64-avx-linux.c): Remove.
1327 (amd64-avx-avx512.c): Remove.
1328 (amd64-avx-avx512-linux.c): Remove.
1329 (amd64-mpx.c): Remove.
1330 (amd64-mpx-linux.c): Remove.
1331 (amd64-avx-mpx-avx512-pku.c): Remove.
1332 (amd64-avx-mpx-avx512-pku-linux.c): Remove.
1333 (amd64-avx-mpx.c): Remove.
1334 (amd64-avx-mpx-linux.c): Remove.
1335 (x32.c): Remove.
1336 (x32-linux.c): Remove.
1337 (x32-avx.c): Remove.
1338 (x32-avx-linux.c): Remove.
1339 (x32-avx-avx512.c): Remove.
1340 (x32-avx-avx512-linux.c): Remove.
1341 (reg-xtensa.c): Remove.
1342 (reg-tilegx.c): Remove.
1343 (reg-tilegx32.c): Remove.
1344
1345 2017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
1346
1347 * Makefile.in (SFILES): Add "common/environ.c".
1348 (OBJS): Add "common/environ.h".
1349
1350 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1351
1352 * configure.ac: Check if the fs_base and gs_base members of
1353 `struct user_regs_struct' exist.
1354 * config.in: Regenerated.
1355 * configure: Likewise.
1356
1357 2017-01-09 Antoine Tremblay <antoine.tremblay@ericsson.com>
1358
1359 * linux-aarch32-low.c (arm_breakpoint_kind_from_pc): Use
1360 target_read_memory.
1361 * linux-arm-low.c (get_next_pcs_read_memory_unsigned_integer): Likewise.
1362 (get_next_pcs_syscall_next_pc): Likewise.
1363
1364 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
1365
1366 * win32-i386-low.c: Fix incorrect reference to a couple source files.
1367 * nto-x86-low.c: Likewise.
1368
1369 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1370
1371 * Makefile.in: Include disable-implicit-rules.mk.
1372
1373 2016-11-23 Pedro Alves <palves@redhat.com>
1374
1375 * debug.c: Include <chrono> instead of "gdb_sys_time.h".
1376 (debug_vprintf): Use std::chrono::steady_clock instead of
1377 gettimeofday. Use '.' instead of ':'.
1378 * tracepoint.c: Include <chrono> instead of "gdb_sys_time.h".
1379 (get_timestamp): Use std::chrono::steady_clock instead of
1380 gettimeofday.
1381
1382 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1383
1384 * Makefile.in: Fix whitespace formatting.
1385
1386 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1387
1388 * Makefile.in (SFILES, OBS): Flatten list and order
1389 alphabetically.
1390
1391 2016-11-23 Pedro Alves <palves@redhat.com>
1392
1393 * event-loop.c (handle_file_event): Use warning.
1394 * linux-low.c (linux_resume_one_lwp_throw): Use warning.
1395 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
1396 Use warning.
1397
1398 2016-11-23 Pedro Alves <palves@redhat.com>
1399
1400 * linux-low.c (check_zombie_leaders): Use debug_printf for debug
1401 output.
1402 * notif.c (handle_notif_ack, notif_event_enque): Likewise.
1403 * remote-utils.c (putpkt_binary_1, readchar, getpkt): Use
1404 debug_printf and debug_flush for debug output.
1405 * server.c (handle_general_set): Likewise.
1406 * thread-db.c (try_thread_db_load): Use debug_printf for debug
1407 output.
1408
1409 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1410
1411 * Makefile.in (.c.o): Replace rule with ...
1412 (%.o: %.c): ... this one.
1413
1414 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1415
1416 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1417 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1418 make.
1419 * configure.ac: Remove checks for the make program.
1420 * configure: Re-generate.
1421
1422 2016-10-28 Pedro Alves <palves@redhat.com>
1423
1424 * Makefile.in (CXX_DIALECT): Get from configure.
1425 (COMPILE.pre, CC_LD): Append $(CXX_DIALECT).
1426 * acinclude.m4: Include ../ax_cxx_compile_stdcxx.m4.
1427 * configure.ac: Call AX_CXX_COMPILE_STDCXX.
1428 * config.in: Regenerate.
1429 * configure: Regenerate.
1430
1431 2016-10-27 Yao Qi <yao.qi@linaro.org>
1432
1433 * linux-low.c (linux_supports_range_stepping): Return true if
1434 can_software_single_step return true.
1435
1436 2016-10-27 Yao Qi <yao.qi@linaro.org>
1437
1438 * inferiors.c (find_inferior_in_random): New function.
1439 * inferiors.h (find_inferior_in_random): Declare.
1440 * linux-low.c (linux_wait_for_event_filtered): Call
1441 find_inferior_in_random instead of find_inferior.
1442
1443 2016-10-27 Yao Qi <yao.qi@linaro.org>
1444
1445 * linux-low.c (linux_wait_1): If single-step breakpoints are
1446 inserted, remove them.
1447
1448 2016-10-26 Pedro Alves <palves@redhat.com>
1449
1450 * linux-low.c (handle_extended_wait): Link parent/child fork
1451 threads.
1452 (linux_wait_1): Unlink them.
1453 (linux_set_resume_request): Ignore resume requests for
1454 already-resumed and unhandled fork child threads.
1455 * linux-low.h (struct lwp_info) <fork_relative>: New field.
1456 * server.c (in_queued_stop_replies_ptid, in_queued_stop_replies):
1457 New functions.
1458 (handle_v_requests) <vCont>: Don't call require_running.
1459 * server.h (in_queued_stop_replies): New declaration.
1460
1461 2016-10-24 Yao Qi <yao.qi@linaro.org>
1462
1463 PR server/20733
1464 * linux-aarch64-low.c (append_insns): Cast the return value to
1465 'uint32_t *'.
1466
1467 2016-10-10 Yao Qi <yao.qi@linaro.org>
1468
1469 * linux-aarch32-low.c (enum arm_breakpoint_kinds): Remove.
1470
1471 2016-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1472
1473 * target.c (target_supports_multi_process): New function, moved
1474 from...
1475 * target.h (target_supports_multi_process): ... here. Remove
1476 macro.
1477
1478 2016-10-05 Tom Tromey <tom@tromey.com>
1479
1480 PR remote/20655:
1481 * tracepoint.c (handle_tracepoint_bkpts): Check
1482 ipa_error_tracepoint, not ipa_stopping_tracepoint.
1483
1484 2016-10-05 Yao Qi <yao.qi@linaro.org>
1485
1486 * configure.srv: Update the path of arm-*.xml files.
1487
1488 2016-10-05 Terry Guo <terry.guo@arm.com>
1489 Yao Qi <yao.qi@linaro.org>
1490
1491 * Makefile.in: Adjust the path of rules.
1492 * configure.srv: Update the path of xml files.
1493 * regformats/arm-with-iwmmxt.dat: Regenerated.
1494 * regformats/arm-with-neon.dat: Likewise.
1495 * regformats/arm-with-vfpv2.dat: Likewise.
1496 * regformats/arm-with-vfpv3.dat Likewise.
1497
1498 2016-09-30 Yao Qi <yao.qi@linaro.org>
1499
1500 PR gdbserver/20627
1501 * target.c (target_stop_and_wait): Don't call
1502 target_continue_no_signal, use resume_stop instead.
1503
1504 2016-09-26 Yao Qi <yao.qi@linaro.org>
1505
1506 * linux-low.c (linux_wait_1): Call debug_exit.
1507
1508 2016-09-23 Pedro Alves <palves@redhat.com>
1509
1510 * Makefile.in (SFILES): Add common/new-op.c.
1511 (OBS): Add common/new-op.o.
1512 (new-op.o): New rule.
1513
1514 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * .gitinore: Ignore more files.
1517
1518 2016-09-21 Yao Qi <yao.qi@linaro.org>
1519
1520 * linux-aarch32-low.c (arm_fill_gregset): Keep bits 20 to
1521 23.
1522
1523 2016-09-19 Sergio Durigan Junior <sergiodj@redhat.com>
1524
1525 * server.c (start_inferior): Call target_mourn_inferior instead of
1526 mourn_inferior; pass ptid_t argument to it.
1527 (resume): Likewise.
1528 (handle_target_event): Likewise.
1529 * target.c (target_mourn_inferior): New function.
1530 * target.h (mourn_inferior): Delete macro.
1531
1532 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1533
1534 * linux-low.c (lwp_is_stepping): New function.
1535
1536 2016-09-06 Carl Love <cel@us.ibm.com>
1537
1538 * server.c (start_inferior): Fixed comment, requested comment change
1539 didn't get updated correctly. Removed reference to ptrace () call as
1540 it is only true on Linux systems.
1541
1542 2016-09-06 Carl Love <cel@us.ibm.com>
1543
1544 * server.c (start_inferior): Do not call
1545 function target_post_create_inferior () if the
1546 inferior process has already exited.
1547
1548 2016-09-05 Pedro Alves <palves@redhat.com>
1549
1550 * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
1551 (COMPILE.pre, CC_LD): Use CXX directly.
1552 (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
1553 * acinclude.m4: Don't include build-with-cxx.m4.
1554 * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
1555 * configure: Regenerate.
1556
1557 2016-09-02 Akash Trehan <akash.trehan123@gmail.com>
1558
1559 PR gdb/19495
1560 * remote-utils.c (relocate_instruction): Remove redundant strcpy()
1561 call writing data to own_buf.
1562
1563 2016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
1564
1565 * target.c (mywait): Call target_wait instead of
1566 the_target->wait.
1567 (target_wait): New function.
1568
1569 2016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
1570
1571 * server.c (start_inferior): New variable 'ptid'. Replace calls
1572 to the_target->resume by target_continue{,_no_signal}, depending
1573 on the case.
1574 * target.c (target_stop_and_wait): Call target_continue_no_signal
1575 instead of the_target->resume.
1576 (target_continue): New function.
1577
1578 2016-08-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
1579
1580 * linux-low.c (linux_wait_1): Move event switch after unsuspend_lwps.
1581
1582 2016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
1583
1584 PR server/20491
1585 * gdb_proc_service.h (ps_get_thread_area): Remove const from struct
1586 ps_prochandle.
1587 * linux-aarch64-low.c (ps_get_thread_area): Likewise.
1588 * linux-arm-low.c (ps_get_thread_area): Likewise.
1589 * linux-crisv32-low.c (ps_get_thread_area): Likewise.
1590 * linux-m68k-low.c (ps_get_thread_area): Likewise.
1591 * linux-mips-low.c (ps_get_thread_area): Likewise.
1592 * linux-nios2-low.c (ps_get_thread_area): Likewise.
1593 * linux-tic6x-low.c (ps_get_thread_area): Likewise.
1594 * linux-x86-low.c (ps_get_thread_area): Likewise.
1595 * linux-xtensa-low.c (ps_get_thread_area): Likewise.
1596
1597 2016-08-19 Pedro Alves <palves@redhat.com>
1598
1599 * linux-x86-low.c (amd64_emit_call): Emit missing call opcode.
1600
1601 2016-08-19 Pedro Alves <palves@redhat.com>
1602
1603 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Fix
1604 comment. Use memcpy instead of casting through unsigned long.
1605
1606 2016-08-19 Pedro Alves <palves@redhat.com>
1607
1608 * linux-amd64-ipa.c (alloc_jump_pad_buffer) [__ILP32__]: Try
1609 allocating around 0x80000000.
1610
1611 2016-08-19 Pedro Alves <palves@redhat.com>
1612
1613 PR gdb/20415
1614 * Makefile.in (x32-linux-ipa.o, x32-avx-linux-ipa.o)
1615 (x32-avx512-linux-ipa.o): New rules.
1616 * configure.ac (x86_64-*-linux*): New x32 check.
1617 * configure.srv (ipa_x32_linux_regobj): New.
1618 (x86_64-*-linux*): Use $ipa_x32_linux_regobj if building for x32.
1619 * linux-amd64-ipa.c (get_ipa_tdesc) [__ILP32__]: Return x32
1620 descriptions.
1621 (initialize_low_tracepoint) [__ILP32__]: Initialize x32
1622 descriptions.
1623 * configure: Regenerate.
1624
1625 2016-08-09 Pedro Alves <palves@redhat.com>
1626
1627 PR gdb/18653
1628 * Makefile.in (OBS): Add signals-state-save-restore.o.
1629 (signals-state-save-restore.o): New rule.
1630 * config.in: Regenerate.
1631 * configure: Regenerate.
1632 * linux-low.c: Include "signals-state-save-restore.h".
1633 (linux_create_inferior): Call
1634 restore_original_signals_state.
1635 * server.c: Include "dispositions-save-restore.h".
1636 (captured_main): Call save_original_signals_state.
1637
1638 2016-08-05 Pedro Alves <palves@redhat.com>
1639
1640 * configure: Regenerate.
1641
1642 2016-08-04 Yao Qi <yao.qi@linaro.org>
1643
1644 * linux-low.c (regsets_fetch_inferior_registers): Check
1645 errno is ESRCH or not.
1646
1647 2016-08-02 Yao Qi <yao.qi@linaro.org>
1648
1649 * thread-db.c (struct thread_db) <td_ta_event_getmsg_p>: Remove.
1650 <td_ta_set_event_p, td_ta_event_addr_p>: Remove.
1651 (thread_db_load_search): Update.
1652 (try_thread_db_load_1): Don't look for td_ta_event_addr,
1653 td_ta_set_event and td_ta_event_getmsg.
1654
1655 2016-07-26 Pedro Alves <palves@redhat.com>
1656
1657 PR server/20414
1658 * linux-x86-low.c (x86_get_pc, x86_set_pc): Use uint64_t instead
1659 of unsigned long for 64-bit registers and use uint32_t instead of
1660 unsigned int for 32-bit registers.
1661
1662 2016-07-26 Pedro Alves <palves@redhat.com>
1663
1664 * linux-x86-low.c (x86_siginfo_fixup): Rename 'native' parameter
1665 to 'ptrace'.
1666
1667 2016-07-21 Tom Tromey <tom@tromey.com>
1668
1669 * configure: Rebuild.
1670
1671 2016-07-21 Yao Qi <yao.qi@linaro.org>
1672
1673 * mem-break.c (find_gdb_breakpoint): Cast bp to
1674 'struct gdb_breakpoint *' rather than 'gdb_breakpoint *'.
1675
1676 2016-07-21 Yao Qi <yao.qi@linaro.org>
1677
1678 * server.c (handle_v_requests): Support s and S actions
1679 if target_supports_software_single_step return true.
1680
1681 2016-07-21 Yao Qi <yao.qi@linaro.org>
1682
1683 * linux-low.c (resume_stopped_resumed_lwps): If resume request
1684 is resume_step, call maybe_hw_step.
1685 (linux_wait_1): Stop all threads, remove reinsert breakpoints,
1686 and unstop them.
1687 (linux_resume_one_lwp_throw): Don't assert the thread has reinsert
1688 breakpoints or not.
1689 (proceed_one_lwp): If resume request is resume_step, install
1690 reinsert breakpoints and call maybe_hw_step.
1691
1692 2016-07-21 Yao Qi <yao.qi@linaro.org>
1693
1694 * linux-low.c (proceed_one_lwp): Declare.
1695 (linux_resume_one_thread): Remove local variable 'step'.
1696 Lift code enqueue signal. Call proceed_one_lwp instead of
1697 linux_resume_one_lwp.
1698
1699 2016-07-21 Yao Qi <yao.qi@linaro.org>
1700
1701 * linux-low.c (linux_resume_one_thread): Call
1702 enqueue_pending_signal.
1703
1704 2016-07-21 Yao Qi <yao.qi@linaro.org>
1705
1706 * gdbthread.h (make_cleanup_restore_current_thread): Declare.
1707 * inferiors.c (do_restore_current_thread_cleanup): New function.
1708 (make_cleanup_restore_current_thread): Likewise.
1709 * linux-low.c (install_software_single_step_breakpoints): Call
1710 make_cleanup_restore_current_thread. Switch current_thread to
1711 thread.
1712
1713 2016-07-21 Yao Qi <yao.qi@linaro.org>
1714
1715 * mem-break.c (struct reinsert_breakpoint) <ptid>: New field.
1716 (set_reinsert_breakpoint): New parameter ptid. Callers updated.
1717 (clone_one_breakpoint): Likewise.
1718 (delete_reinsert_breakpoints): Change parameter to thread.
1719 Callers updated.
1720 (has_reinsert_breakpoints): Likewise.
1721 (uninsert_reinsert_breakpoints): Likewise.
1722 (reinsert_reinsert_breakpoints): Likewise.
1723 * mem-break.h (set_reinsert_breakpoint): Update declaration.
1724 (delete_reinsert_breakpoints): Likewise.
1725 (reinsert_reinsert_breakpoints): Likewise.
1726 (uninsert_reinsert_breakpoints): Likewise.
1727 (has_reinsert_breakpoints): Likewise.
1728
1729 2016-07-21 Yao Qi <yao.qi@linaro.org>
1730
1731 * inferiors.c (get_thread_process): Make parameter const.
1732 * inferiors.h (get_thread_process): Update declaration.
1733 * mem-break.c (clone_all_breakpoints): Remove all parameters.
1734 Add new parameters child_thread and parent_thread. Callers
1735 updated.
1736 * mem-break.h (clone_all_breakpoints): Update declaration.
1737
1738 2016-07-21 Yao Qi <yao.qi@linaro.org>
1739
1740 * mem-break.c (struct breakpoint) <cond_list>: Remove.
1741 <command_list, handler>: Remove.
1742 (struct gdb_breakpoint): New.
1743 (struct other_breakpoint): New.
1744 (struct reinsert_breakpoint): New.
1745 (is_gdb_breakpoint): New function.
1746 (any_persistent_commands): Update command_list if
1747 is_gdb_breakpoint returns true.
1748 (set_breakpoint): Create breakpoints according to their types.
1749 (find_gdb_breakpoint): Return 'struct gdb_breakpoint *'.
1750 (set_gdb_breakpoint_1): Likewise.
1751 (set_gdb_breakpoint): Likewise.
1752 (clear_breakpoint_conditions): Change parameter type to
1753 'struct gdb_breakpoint *'.
1754 (clear_breakpoint_commands): Likewise.
1755 (clear_breakpoint_conditions_and_commands): Likewise.
1756 (add_condition_to_breakpoint): Likewise.
1757 (add_breakpoint_condition): Likewise.
1758 (add_commands_to_breakpoint): Likewise.
1759 (check_breakpoints): Check other_breakpoint.
1760 (clone_one_breakpoint): Clone breakpopint according to its type.
1761 * mem-break.h (struct gdb_breakpoint): Declare.
1762 (set_gdb_breakpoint): Update declaration.
1763 (clear_breakpoint_conditions_and_commands): Likewise.
1764 (add_breakpoint_condition): Likewise.
1765 (add_breakpoint_commands): Likewise.
1766 * server.c (process_point_options): Change parameter type to
1767 'struct gdb_breakpoint *'.
1768
1769 2016-07-21 Yao Qi <yao.qi@linaro.org>
1770
1771 * mem-break.c (set_breakpoint_at): Rename it to ...
1772 (set_breakpoint_type_at): ... it.
1773 (set_breakpoint_at): Call set_breakpoint_type_at.
1774 (set_reinsert_breakpoint): Call set_breakpoint_type_at.
1775 * mem-break.h (set_breakpoint_at): Update comments.
1776
1777 2016-07-12 Chung-Lin Tang <cltang@codesourcery.com>
1778
1779 * linux-nios2-low.c (nios2_fill_gregset): Add type cast
1780 to buf parameter.
1781 (nios2_store_gregset): Likewise.
1782
1783 2016-07-01 Pedro Alves <palves@redhat.com>
1784 Antoine Tremblay <antoine.tremblay@ericsson.com>
1785
1786 * linux-low.c: Change interface to take the target lwp_info
1787 pointer directly and return void. Handle detaching from a zombie
1788 thread.
1789 (linux_detach_lwp_callback): New function.
1790 (linux_detach): Detach from the leader thread after detaching from
1791 the clone threads.
1792
1793 2016-06-28 Yao Qi <yao.qi@linaro.org>
1794
1795 * linux-aarch64-low.c (aarch64_ftrace_insn_reloc_b): Use int64_t
1796 for variable new_offset.
1797 (aarch64_ftrace_insn_reloc_b_cond): Likewise.
1798 (aarch64_ftrace_insn_reloc_cb): Likewise.
1799 (aarch64_ftrace_insn_reloc_tb): Likewise.
1800 (aarch64_install_fast_tracepoint_jump_pad): Likewise. Use
1801 PRIx64 instead of PRIx32.
1802
1803 2016-06-28 Yao Qi <yao.qi@linaro.org>
1804
1805 * linux-arm-low.c (arm_get_syscall_trapinfo): New function.
1806 (the_low_target): Install arm_get_syscall_trapinfo.
1807
1808 2016-06-28 Yao Qi <yao.qi@linaro.org>
1809
1810 * linux-aarch64-low.c (aarch64_get_syscall_trapinfo): New
1811 function.
1812 (the_low_target): Install aarch64_get_syscall_trapinfo.
1813
1814 2016-06-28 Yao Qi <yao.qi@linaro.org>
1815
1816 * linux-low.c (get_syscall_trapinfo): Remove parameter sysret.
1817 Callers updated.
1818 * linux-low.h (struct linux_target_ops) <get_syscall_trapinfo>:
1819 Remove parameter sysno.
1820 * linux-x86-low.c (x86_get_syscall_trapinfo): Remove parameter
1821 sysret.
1822
1823 2016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
1824
1825 * linux-s390-low.c (s390_emit_eq_goto): Mark function static.
1826 (s390_emit_ne_goto): Likewise.
1827 (s390_emit_lt_goto): Likewise.
1828 (s390_emit_le_goto): Likewise.
1829 (s390_emit_gt_goto): Likewise.
1830 (s390_emit_ge_goto): Likewise.
1831 (s390x_emit_eq_goto): Likewise.
1832 (s390x_emit_ne_goto): Likewise.
1833 (s390x_emit_lt_goto): Likewise.
1834 (s390x_emit_le_goto): Likewise.
1835 (s390x_emit_gt_goto): Likewise.
1836 (s390x_emit_ge_goto): Likewise.
1837 (s390_emit_ops_impl): Mark variable static.
1838 (s390x_emit_ops): Likewise.
1839
1840 2016-06-17 Yao Qi <yao.qi@linaro.org>
1841
1842 * linux-low.c (handle_extended_wait): Call
1843 uninsert_reinsert_breakpoints for the parent process. Remove
1844 reinsert breakpoints from the child process. Reinsert them to
1845 the parent process when vfork is done.
1846 * mem-break.c (uninsert_reinsert_breakpoints): New function.
1847 (reinsert_reinsert_breakpoints): New function.
1848 * mem-break.h (uninsert_reinsert_breakpoints): Declare
1849 (reinsert_reinsert_breakpoints): Declare.
1850
1851 2016-06-17 Yao Qi <yao.qi@linaro.org>
1852
1853 * linux-low.c (handle_extended_wait): If the parent is doing
1854 step-over, remove the reinsert breakpoints from the forked child.
1855
1856 2016-06-17 Yao Qi <yao.qi@linaro.org>
1857
1858 * linux-low.c (unsuspend_all_lwps): Declare.
1859 (linux_low_filter_event): If thread exited, call finish_step_over.
1860 If step-over is finished, unsuspend other threads.
1861
1862 2016-06-17 Yao Qi <yao.qi@linaro.org>
1863
1864 * linux-low.c (linux_resume_one_lwp_throw): Assert
1865 has_reinsert_breakpoints returns false.
1866 * mem-break.c (delete_disabled_breakpoints): Assert
1867 bp type isn't reinsert_breakpoint.
1868
1869 2016-06-17 Yao Qi <yao.qi@linaro.org>
1870
1871 * linux-low.c (maybe_hw_step): New function.
1872 (linux_resume_one_lwp_throw): Call maybe_hw_step.
1873 (finish_step_over): Switch current_thread to lwp temporarily,
1874 and assert has_reinsert_breakpoints returns true.
1875 (proceed_one_lwp): Call maybe_hw_step.
1876 * mem-break.c (has_reinsert_breakpoints): New function.
1877 * mem-break.h (has_reinsert_breakpoints): Declare.
1878
1879 2016-06-02 Jon Turney <jon.turney@dronecode.org.uk>
1880
1881 * win32-low.c (win32_create_inferior): Add pointer casts for C++.
1882
1883 2016-05-17 Yao Qi <yao.qi@linaro.org>
1884
1885 * linux-low.c (linux_stabilize_threads): Call unsuspend_all_lwps
1886 instead of find_inferior.
1887
1888 2016-05-05 Yao Qi <yao.qi@linaro.org>
1889
1890 * linux-arm-low.c (get_next_pcs_read_memory_unsigned_integer):
1891 Initialize res to zero.
1892
1893 2016-05-05 Yao Qi <yao.qi@linaro.org>
1894
1895 * linux-arm-low.c (arm_sigreturn_next_pc): Change type of cpsr
1896 to uint32_t.
1897
1898 2016-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1899
1900 * spu-low.c (fetch_ppc_register): Cast PowerPC-Linux-specific value
1901 used as first ptrace argument to PTRACE_TYPE_ARG1 for C++.
1902 (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
1903
1904 2016-04-28 Par Olsson <par.olsson@windriver.com>
1905 Simon Marchi <simon.marchi@ericsson.com>
1906
1907 * tracepoint.c (write_inferior_int8): New function.
1908 (cmd_qtenable_disable): Write enable flag using
1909 write_inferior_int8.
1910
1911 2016-04-25 Yao Qi <yao.qi@linaro.org>
1912
1913 * linux-low.c (lwp_signal_can_be_delivered): Adjust.
1914 (need_step_over_p): Return zero if the LWP has pending signals
1915 can be delivered on software single step target.
1916
1917 2016-04-25 Yao Qi <yao.qi@linaro.org>
1918
1919 * linux-low.c (reinsert_raw_breakpoint): If bp->inserted is true
1920 return instead of error.
1921
1922 2016-04-22 Yao Qi <yao.qi@linaro.org>
1923
1924 * linux-aarch32-low.c (arm_store_gregset): Clear CPSR bits 20
1925 to 23.
1926
1927 2016-04-22 Yao Qi <yao.qi@linaro.org>
1928
1929 * linux-low.c (lwp_signal_can_be_delivered): Don't deliver
1930 signal when stepping over breakpoint with software single
1931 step.
1932
1933 2016-04-21 Pedro Alves <palves@redhat.com>
1934
1935 * linux-s390-low.c (s390_collect_ptrace_register)
1936 (s390_supply_ptrace_register, s390_get_hwcap): Use gdb_byte * and
1937 add casts.
1938 (s390_check_regset): Use void * instead of gdb_byte *.
1939
1940 2016-04-20 Pedro Alves <palves@redhat.com>
1941
1942 * configure: Renegerate.
1943
1944 2016-04-20 Yao Qi <yao.qi@linaro.org>
1945
1946 * linux-aarch32-low.c: Include "arch/arm-linux.h".
1947 (arm_fill_gregset): Use ARM_CPSR_GREGNUM rather than magic
1948 number 16.
1949 (arm_store_gregset): Likewise.
1950
1951 2016-04-16 Walfred Tedeschi <walfred.tedeschi@intel.com>
1952
1953 * Makefile.in (clean): Add removal for i386-avx-mpx.c,
1954 i386-avx-mpx-linux.c, amd64-avx-mpx.c and amd64-avx-mpx-linux.c.
1955 (i386-avx-mpx.c, i386-avx-mpx-linux.c, amd64-avx-mpx.c)
1956 (amd64-avx-mpx-linux.c): New rules.
1957 (amd64-avx-mpx-linux-ipa.o, i386-avx-mpx-linux-ipa.o): New rule.
1958 * configure.srv (srv_i386_regobj): Add i386-avx-mpx.o.
1959 (srv_i386_linux_regobj): Add i386-avx-mpx-linux.o.
1960 (srv_amd64_regobj): Add amd64-avx-mpx.o.
1961 (srv_amd64_linux_regobj): Add amd64-avx-mpx-linux.o.
1962 (srv_i386_xmlfiles): Add i386/i386-avx-mpx.xml.
1963 (srv_amd64_xmlfiles): Add i386/amd64-avx-mpx.xml.
1964 (srv_i386_linux_xmlfiles): Add i386/i386-avx-mpx-linux.xml.
1965 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-mpx-linux.xml.
1966 (ipa_i386_linux_regobj): Add i386-avx-mpx-linux-ipa.o.
1967 (ipa_amd64_linux_regobj): Add amd64-avx-mpx-linux-ipa.o.
1968 * linux-x86-low.c (x86_linux_read_description): Add case for
1969 X86_XSTATE_AVX_MPX_MASK.
1970 (x86_get_ipa_tdesc_idx): Add cases for avx_mpx.
1971 (initialize_low_arch): Call init_registers_amd64_avx_mpx_linux and
1972 init_registers_i386_avx_mpx_linux.
1973 * linux-i386-ipa.c (get_ipa_tdesc): Add case for avx_mpx.
1974 (initialize_low_tracepoint): Call
1975 init_registers_i386_avx_mpx_linux.
1976 * linux-amd64-ipa.c (get_ipa_tdesc): Add case for avx_mpx.
1977 (initialize_low_tracepoint): Call
1978 init_registers_amd64_avx_mpx_linux.
1979 * linux-x86-tdesc.h (X86_TDESC_AVX_MPX): New enum value.
1980 (init_registers_amd64_avx_mpx_linux, tdesc_amd64_avx_mpx_linux)
1981 (init_registers_i386_avx_mpx_linux, tdesc_i386_avx_mpx_linux): New
1982 declarations.
1983
1984 2016-04-18 Pedro Alves <palves@redhat.com>
1985
1986 * configure: Regenerate.
1987
1988 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1989
1990 * linux-aarch64-low.c (aarch64_emit_add): Switch x1 and x0.
1991 (aarch64_emit_sub): Likewise.
1992
1993 2016-04-12 Pedro Alves <palves@redhat.com>
1994
1995 * utils.c (prepare_to_throw_exception): Delete.
1996
1997 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1998
1999 * Makefile.in ($(IPA_LIB)): Set SONAME of the IPA lib.
2000
2001 2016-04-05 Marcin Kościelnicki <koriakin@0x04.net>
2002
2003 * tracepoint.c (getauxval): Move to #ifdef IN_PROCESS_AGENT.
2004
2005 2016-04-03 Marcin Kościelnicki <koriakin@0x04.net>
2006
2007 * linux-aarch64-ipa.c: Add <elf.h> include.
2008 * linux-ppc-ipa.c: Add <elf.h> include.
2009 * linux-s390-ipa.c: Add <elf.h> include.
2010
2011 2016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
2012
2013 * tracepoint.c (gdb_collect_ptr): Remove const qualifier.
2014 (get_raw_reg_ptr): Likewise.
2015 (get_trace_state_variable_value_ptr): Likewise.
2016 (set_trace_state_variable_value_ptr): Likewise.
2017 (initialize_tracepoint): Cast alloc_jump_pad_buffer result to
2018 char *.
2019
2020 2016-03-31 Wei-cheng Wang <cole945@gmail.com>
2021 Marcin Kościelnicki <koriakin@0x04.net>
2022
2023 PR/17221
2024 * linux-ppc-low.c (emit_insns): New function.
2025 (__EMIT_ASM, _EMIT_ASM, EMIT_ASM): New macros.
2026 (ppc_emit_prologue): New function.
2027 (ppc_emit_epilogue): New function.
2028 (ppc_emit_add): New function.
2029 (ppc_emit_sub): New function.
2030 (ppc_emit_mul): New function.
2031 (ppc_emit_lsh): New function.
2032 (ppc_emit_rsh_signed): New function.
2033 (ppc_emit_rsh_unsigned): New function.
2034 (ppc_emit_ext): New function.
2035 (ppc_emit_zero_ext): New function.
2036 (ppc_emit_log_not): New function.
2037 (ppc_emit_bit_and): New function.
2038 (ppc_emit_bit_or): New function.
2039 (ppc_emit_bit_xor): New function.
2040 (ppc_emit_bit_not): New function.
2041 (ppc_emit_equal): New function.
2042 (ppc_emit_less_signed): New function.
2043 (ppc_emit_less_unsigned): New function.
2044 (ppc_emit_ref): New function.
2045 (ppc_emit_const): New function.
2046 (ppc_emit_reg): New function.
2047 (ppc_emit_pop): New function.
2048 (ppc_emit_stack_flush): New function.
2049 (ppc_emit_swap): New function.
2050 (ppc_emit_stack_adjust): New function.
2051 (ppc_emit_call): New function.
2052 (ppc_emit_int_call_1): New function.
2053 (ppc_emit_void_call_2): New function.
2054 (ppc_emit_if_goto): New function.
2055 (ppc_emit_goto): New function.
2056 (ppc_emit_eq_goto): New function.
2057 (ppc_emit_ne_goto): New function.
2058 (ppc_emit_lt_goto): New function.
2059 (ppc_emit_le_goto): New function.
2060 (ppc_emit_gt_goto): New function.
2061 (ppc_emit_ge_goto): New function.
2062 (ppc_write_goto_address): New function.
2063 (ppc_emit_ops_impl): New static variable.
2064 (ppc64v1_emit_prologue): New function.
2065 (ppc64v2_emit_prologue): New function.
2066 (ppc64_emit_epilogue): New function.
2067 (ppc64_emit_add): New function.
2068 (ppc64_emit_sub): New function.
2069 (ppc64_emit_mul): New function.
2070 (ppc64_emit_lsh): New function.
2071 (ppc64_emit_rsh_signed): New function.
2072 (ppc64_emit_rsh_unsigned): New function.
2073 (ppc64_emit_ext): New function.
2074 (ppc64_emit_zero_ext): New function.
2075 (ppc64_emit_log_not): New function.
2076 (ppc64_emit_bit_and): New function.
2077 (ppc64_emit_bit_or): New function.
2078 (ppc64_emit_bit_xor): New function.
2079 (ppc64_emit_bit_not): New function.
2080 (ppc64_emit_equal): New function.
2081 (ppc64_emit_less_signed): New function.
2082 (ppc64_emit_less_unsigned): New function.
2083 (ppc64_emit_ref): New function.
2084 (ppc64_emit_const): New function.
2085 (ppc64v1_emit_reg): New function.
2086 (ppc64v2_emit_reg): New function.
2087 (ppc64_emit_pop): New function.
2088 (ppc64_emit_stack_flush): New function.
2089 (ppc64_emit_swap): New function.
2090 (ppc64v1_emit_call): New function.
2091 (ppc64v2_emit_call): New function.
2092 (ppc64v1_emit_int_call_1): New function.
2093 (ppc64v2_emit_int_call_1): New function.
2094 (ppc64v1_emit_void_call_2): New function.
2095 (ppc64v2_emit_void_call_2): New function.
2096 (ppc64_emit_if_goto): New function.
2097 (ppc64_emit_eq_goto): New function.
2098 (ppc64_emit_ne_goto): New function.
2099 (ppc64_emit_lt_goto): New function.
2100 (ppc64_emit_le_goto): New function.
2101 (ppc64_emit_gt_goto): New function.
2102 (ppc64_emit_ge_goto): New function.
2103 (ppc64v1_emit_ops_impl): New static variable.
2104 (ppc64v2_emit_ops_impl): New static variable.
2105 (ppc_emit_ops): New function.
2106 (linux_low_target): Wire in ppc_emit_ops.
2107
2108 2016-03-31 Wei-cheng Wang <cole945@gmail.com>
2109 Marcin Kościelnicki <koriakin@0x04.net>
2110
2111 PR/17221
2112 * Makefile.in: Add powerpc-*-ipa.o
2113 * configure.srv: Add ipa_obj for powerpc*-linux.
2114 * linux-ppc-ipa.c: New file.
2115 * linux-ppc-low.c: Added linux-ppc-tdesc.h, ax.h, tracepoint.h
2116 includes.
2117 (PPC_FIELD): New macro.
2118 (PPC_SEXT): New macro.
2119 (PPC_OP6): New macro.
2120 (PPC_BO): New macro.
2121 (PPC_LI): New macro.
2122 (PPC_BD): New macro.
2123 (init_registers_*): Move prototype to linux-ppc-tdesc.h.
2124 (tdesc_*): Move declaration to linux-ppc-tdesc.h.
2125 (ppc_get_hwcap): Rename to ppc_get_auxv and add type parameter.
2126 (ppc_get_thread_area): New function.
2127 (is_elfv2_inferior): New function.
2128 (gen_ds_form): New function.
2129 (GEN_STD): New macro.
2130 (GEN_STDU): New macro.
2131 (GEN_LD): New macro.
2132 (GEN_LDU): New macro.
2133 (gen_d_form): New function.
2134 (GEN_ADDI): New macro.
2135 (GEN_ADDIS): New macro.
2136 (GEN_LI): New macro.
2137 (GEN_LIS): New macro.
2138 (GEN_ORI): New macro.
2139 (GEN_ORIS): New macro.
2140 (GEN_LWZ): New macro.
2141 (GEN_STW): New macro.
2142 (GEN_STWU): New macro.
2143 (gen_xfx_form): New function.
2144 (GEN_MFSPR): New macro.
2145 (GEN_MTSPR): New macro.
2146 (GEN_MFCR): New macro.
2147 (GEN_MTCR): New macro.
2148 (GEN_SYNC): New macro.
2149 (GEN_LWSYNC): New macro.
2150 (gen_x_form): New function.
2151 (GEN_OR): New macro.
2152 (GEN_MR): New macro.
2153 (GEN_LWARX): New macro.
2154 (GEN_STWCX): New macro.
2155 (GEN_CMPW): New macro.
2156 (gen_md_form): New function.
2157 (GEN_RLDICL): New macro.
2158 (GEN_RLDICR): New macro.
2159 (gen_i_form): New function.
2160 (GEN_B): New macro.
2161 (GEN_BL): New macro.
2162 (gen_b_form): New function.
2163 (GEN_BNE): New macro.
2164 (GEN_LOAD): New macro.
2165 (GEN_STORE): New macro.
2166 (gen_limm): New function.
2167 (gen_atomic_xchg): New function.
2168 (gen_call): New function.
2169 (ppc_relocate_instruction): New function.
2170 (ppc_install_fast_tracepoint_jump_pad): New function.
2171 (ppc_get_min_fast_tracepoint_insn_len): New function.
2172 (ppc_get_ipa_tdesc_idx): New function.
2173 (the_low_target): Wire in the new functions.
2174 (initialize_low_arch) [!__powerpc64__]: Don'it initialize 64-bit
2175 tdescs.
2176 * linux-ppc-tdesc.h: New file.
2177
2178 2016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
2179
2180 * linux-aarch64-ipa.c: Add <sys/mman.h> and <sys/auxv.h> includes.
2181 (alloc_jump_pad_buffer): New function.
2182 * linux-amd64-ipa.c: Add <sys/mman.h> include.
2183 (alloc_jump_pad_buffer): New function.
2184 * linux-i386-ipa.c (alloc_jump_pad_buffer): New function.
2185 * linux-s390-ipa.c: Add <sys/mman.h> and <sys/auxv.h> includes.
2186 (alloc_jump_pad_buffer): New function.
2187 * tracepoint.c (getauxval) [!HAVE_GETAUXVAL]: New function.
2188 (initialize_tracepoint): Delegate to alloc_jump_pad_buffer.
2189 * tracepoint.h (alloc_jump_pad_buffer): New prototype.
2190 (getauxval) [!HAVE_GETAUXVAL]: New prototype.
2191
2192 2016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
2193
2194 * linux-aarch64-ipa.c: Rename gdb_agent_get_raw_reg to get_raw_reg.
2195 * linux-amd64-ipa.c: Likewise.
2196 * linux-i386-ipa.c: Likewise.
2197 * linux-s390-ipa.c: Likewise.
2198 * tracepoint.c: IPA-export gdb_collect_ptr instead of gdb_collect,
2199 ditto for get_raw_reg_ptr, get_trace_state_variable_value_ptr,
2200 set_trace_state_variable_value_ptr.
2201 (struct ipa_sym_addresses): Likewise.
2202 (symbol_list): Likewise.
2203 (install_fast_tracepoint): Dereference gdb_collect_ptr instead of
2204 accessing gdb_collect directly.
2205 (gdb_collect_ptr_type): New typedef.
2206 (get_raw_reg_ptr_type): New typedef.
2207 (get_trace_state_variable_value_ptr_type): New typedef.
2208 (set_trace_state_variable_value_ptr_type): New typedef.
2209 (gdb_collect_ptr): New global.
2210 (get_raw_reg_ptr): New global.
2211 (get_trace_state_variable_value_ptr): New global.
2212 (set_trace_state_variable_value_ptr): New global.
2213 (get_raw_reg_func_addr): Dereference get_raw_reg_ptr instead of
2214 accessing get_raw_reg directly.
2215 (get_get_tsv_func_addr): Likewise for
2216 get_trace_state_variable_value_ptr.
2217 (get_set_tsv_func_addr): Likewise for
2218 set_trace_state_variable_value_ptr.
2219 * tracepoint.h: Rename gdb_agent_get_raw_reg to get_raw_reg.
2220
2221 2016-03-30 Simon Marchi <simon.marchi@ericsson.com>
2222
2223 * tracepoint.c (cmd_qtenable_disable): Remove whitespace.
2224
2225 2016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
2226
2227 * remote-utils.c (look_up_one_symbol): Remove own_buf, handle 'v'
2228 packets.
2229 (relocate_instruction): Remove own_buf.
2230 * server.c (own_buf): Make global.
2231 (handle_v_requests): Make global.
2232 * server.h (own_buf): New declaration.
2233 (handle_v_requests): New prototype.
2234
2235 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
2236
2237 PR 18377
2238 * linux-s390-low.c (add_insns): New function.
2239 (s390_emit_prologue): New function.
2240 (s390_emit_epilogue): New function.
2241 (s390_emit_add): New function.
2242 (s390_emit_sub): New function.
2243 (s390_emit_mul): New function.
2244 (s390_emit_lsh): New function.
2245 (s390_emit_rsh_signed): New function.
2246 (s390_emit_rsh_unsigned): New function.
2247 (s390_emit_ext): New function.
2248 (s390_emit_log_not): New function.
2249 (s390_emit_bit_and): New function.
2250 (s390_emit_bit_or): New function.
2251 (s390_emit_bit_xor): New function.
2252 (s390_emit_bit_not): New function.
2253 (s390_emit_equal): New function.
2254 (s390_emit_less_signed): New function.
2255 (s390_emit_less_unsigned): New function.
2256 (s390_emit_ref): New function.
2257 (s390_emit_if_goto): New function.
2258 (s390_emit_goto): New function.
2259 (s390_write_goto_address): New function.
2260 (s390_emit_litpool): New function.
2261 (s390_emit_const): New function.
2262 (s390_emit_call): New function.
2263 (s390_emit_reg): New function.
2264 (s390_emit_pop): New function.
2265 (s390_emit_stack_flush): New function.
2266 (s390_emit_zero_ext): New function.
2267 (s390_emit_swap): New function.
2268 (s390_emit_stack_adjust): New function.
2269 (s390_emit_set_r2): New function.
2270 (s390_emit_int_call_1): New function.
2271 (s390_emit_void_call_2): New function.
2272 (s390_emit_eq_goto): New function.
2273 (s390_emit_ne_goto): New function.
2274 (s390_emit_lt_goto): New function.
2275 (s390_emit_le_goto): New function.
2276 (s390_emit_gt_goto): New function.
2277 (s390_emit_ge_goto): New function.
2278 (s390x_emit_prologue): New function.
2279 (s390x_emit_epilogue): New function.
2280 (s390x_emit_add): New function.
2281 (s390x_emit_sub): New function.
2282 (s390x_emit_mul): New function.
2283 (s390x_emit_lsh): New function.
2284 (s390x_emit_rsh_signed): New function.
2285 (s390x_emit_rsh_unsigned): New function.
2286 (s390x_emit_ext): New function.
2287 (s390x_emit_log_not): New function.
2288 (s390x_emit_bit_and): New function.
2289 (s390x_emit_bit_or): New function.
2290 (s390x_emit_bit_xor): New function.
2291 (s390x_emit_bit_not): New function.
2292 (s390x_emit_equal): New function.
2293 (s390x_emit_less_signed): New function.
2294 (s390x_emit_less_unsigned): New function.
2295 (s390x_emit_ref): New function.
2296 (s390x_emit_if_goto): New function.
2297 (s390x_emit_const): New function.
2298 (s390x_emit_call): New function.
2299 (s390x_emit_reg): New function.
2300 (s390x_emit_pop): New function.
2301 (s390x_emit_stack_flush): New function.
2302 (s390x_emit_zero_ext): New function.
2303 (s390x_emit_swap): New function.
2304 (s390x_emit_stack_adjust): New function.
2305 (s390x_emit_int_call_1): New function.
2306 (s390x_emit_void_call_2): New function.
2307 (s390x_emit_eq_goto): New function.
2308 (s390x_emit_ne_goto): New function.
2309 (s390x_emit_lt_goto): New function.
2310 (s390x_emit_le_goto): New function.
2311 (s390x_emit_gt_goto): New function.
2312 (s390x_emit_ge_goto): New function.
2313 (s390_emit_ops): New function.
2314 (struct linux_target_ops): Fill in emit_ops hook.
2315
2316 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
2317
2318 PR 18377
2319 * Makefile.in: Add s390 IPA files.
2320 * configure.srv: Build IPA for s390.
2321 * linux-s390-ipa.c: New file.
2322 * linux-s390-low.c: New includes - inttypes.h and linux-s390-tdesc.h.
2323 (init_registers_s390_linux32): Move declaration to linux-s390-tdesc.h.
2324 (tdesc_s390_linux32): Likewise.
2325 (init_registers_s390_linux32v1): Likewise.
2326 (tdesc_s390_linux32v1): Likewise.
2327 (init_registers_s390_linux32v2): Likewise.
2328 (tdesc_s390_linux32v2): Likewise.
2329 (init_registers_s390_linux64): Likewise.
2330 (tdesc_s390_linux64): Likewise.
2331 (init_registers_s390_linux64v1): Likewise.
2332 (tdesc_s390_linux64v1): Likewise.
2333 (init_registers_s390_linux64v2): Likewise.
2334 (tdesc_s390_linux64v2): Likewise.
2335 (init_registers_s390_te_linux64): Likewise.
2336 (tdesc_s390_te_linux64): Likewise.
2337 (init_registers_s390_vx_linux64): Likewise.
2338 (tdesc_s390_vx_linux64): Likewise.
2339 (init_registers_s390_tevx_linux64): Likewise.
2340 (tdesc_s390_tevx_linux64): Likewise.
2341 (init_registers_s390x_linux64): Likewise.
2342 (tdesc_s390x_linux64): Likewise.
2343 (init_registers_s390x_linux64v1): Likewise.
2344 (tdesc_s390x_linux64v1): Likewise.
2345 (init_registers_s390x_linux64v2): Likewise.
2346 (tdesc_s390x_linux64v2): Likewise.
2347 (init_registers_s390x_te_linux64): Likewise.
2348 (tdesc_s390x_te_linux64): Likewise.
2349 (init_registers_s390x_vx_linux64): Likewise.
2350 (tdesc_s390x_vx_linux64): Likewise.
2351 (init_registers_s390x_tevx_linux64): Likewise.
2352 (tdesc_s390x_tevx_linux64): Likewise.
2353 (have_hwcap_s390_vx): New static variable.
2354 (s390_arch_setup): Fill have_hwcap_s390_vx.
2355 (s390_get_thread_area): New function.
2356 (s390_ft_entry_gpr_esa): New const.
2357 (s390_ft_entry_gpr_zarch): New const.
2358 (s390_ft_entry_misc): New const.
2359 (s390_ft_entry_fr): New const.
2360 (s390_ft_entry_vr): New const.
2361 (s390_ft_main_31): New const.
2362 (s390_ft_main_64): New const.
2363 (s390_ft_exit_fr): New const.
2364 (s390_ft_exit_vr): New const.
2365 (s390_ft_exit_misc): New const.
2366 (s390_ft_exit_gpr_esa): New const.
2367 (s390_ft_exit_gpr_zarch): New const.
2368 (append_insns): New function.
2369 (s390_relocate_instruction): New function.
2370 (s390_install_fast_tracepoint_jump_pad): New function.
2371 (s390_get_min_fast_tracepoint_insn_len): New function.
2372 (s390_get_ipa_tdesc_idx): New function.
2373 (struct linux_target_ops): Wire in the above functions.
2374 (initialize_low_arch) [!__s390x__]: Don't initialize s390x tdescs.
2375 * linux-s390-tdesc.h: New file.
2376
2377 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
2378
2379 * linux-s390-low.c (s390_supports_tracepoints): New function.
2380 (struct linux_target_ops): Fill supports_tracepoints hook.
2381
2382 2016-03-18 Yao Qi <yao.qi@linaro.org>
2383
2384 * linux-low.c (lwp_signal_can_be_delivered): New function.
2385 (linux_resume_one_lwp_throw): Use lwp_signal_can_be_delivered.
2386
2387 2016-03-18 Yao Qi <yao.qi@linaro.org>
2388
2389 * linux-low.c (linux_resume_one_lwp_throw): Set 'signal' to
2390 0 if signal is enqueued. Remove 'signal' from one debugging
2391 message. Move one debugging message to some lines below.
2392 Remove code setting 'signal' to 0.
2393
2394 2016-03-18 Yao Qi <yao.qi@linaro.org>
2395
2396 * linux-low.c (linux_low_filter_event): Remove redundant
2397 WIFSTOPPED check together with linux_wstatus_maybe_breakpoint.
2398
2399 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
2400
2401 * linux-ppc-low.c (ppc_supports_tracepoints): New function.
2402 (struct linux_target_ops): Wire in the above.
2403
2404 2016-03-03 Yao Qi <yao.qi@linaro.org>
2405
2406 * linux-low.c: Update comments to start_step_over.
2407
2408 2016-03-03 Yao Qi <yao.qi@linaro.org>
2409
2410 PR server/19736
2411 * linux-low.c (handle_extended_wait): Set child suspended
2412 if event_lwp->bp_reinsert isn't zero.
2413
2414 2016-03-02 Yao Qi <yao.qi@linaro.org>
2415
2416 * linux-low.c (linux_resume_one_lwp_throw): Replace code with
2417 enqueue_pending_signal.
2418
2419 2016-03-02 Marcin Kościelnicki <koriakin@0x04.net>
2420
2421 * tracepoint.c (cmd_qtstart): Only set ipa_tdesc_idx if agent
2422 is actually loaded.
2423
2424 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
2425
2426 * linux-s390-low.c (s390_num_regs_3264): Define on 31-bit too.
2427 (s390_regmap_3264) [!__s390x__]: New global.
2428 (s390_collect_ptrace_register): Skip map entries containing -1.
2429 (s390_supply_ptrace_register): Ditto.
2430 (s390_fill_gprs_high): New function.
2431 (s390_store_gprs_high): New function.
2432 (s390_regsets): Add NT_S390_HIGH_GPRS.
2433 (s390_get_hwcap): Enable on 31-bit.
2434 (have_hwcap_s390_high_gprs): Enable on 31-bit.
2435 (s390_arch_setup): Enable detection of high GPRs, TDB, VX on 31-bit.
2436 Detect NT_S390_HIGH_GPRS.
2437 (s390_usrregs_info_3264): Enable on 31-bit.
2438 (s390_regs_info): Enable regs_info_3264 on 31-bit.
2439 (initialize_low_arch): Initialize s390_regsets_info_3264 on 31-bit.
2440
2441 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
2442
2443 PR gdb/13808
2444 * Makefile.in: Add i386-*-linux-ipa.o and amd64-*-linux-ipa.o.
2445 * configure.srv: Ditto.
2446 * linux-aarch64-ipa.c (get_ipa_tdesc): New function.
2447 (initialize_low_tracepoint): Remove ipa_tdesc assignment.
2448 * linux-amd64-ipa.c: Add "linux-x86-tdesc.h" include.
2449 (init_registers_amd64_linux): Remove prototype.
2450 (tdesc_amd64_linux): Remove declaration.
2451 (get_ipa_tdesc): New function.
2452 (initialize_low_tracepoint): Remove ipa_tdesc assignment,
2453 initialize remaining tdescs.
2454 * linux-i386-ipa.c: Add "linux-x86-tdesc.h" include.
2455 (init_registers_i386_linux): Remove prototype.
2456 (tdesc_i386_linux): Remove declaration.
2457 (get_ipa_tdesc): New function.
2458 (initialize_low_tracepoint): Remove ipa_tdesc assignment,
2459 initialize remaining tdescs.
2460 * linux-low.c (linux_get_ipa_tdesc_idx): New function.
2461 (linux_target_ops): wire in linux_get_ipa_tdesc_idx.
2462 * linux-low.h (struct linux_target_ops): Add get_ipa_tdesc_idx.
2463 * linux-x86-low.c: Move tdesc declarations to linux-x86-tdesc.h.
2464 (x86_get_ipa_tdesc_idx): New function.
2465 (the_low_target): Wire in x86_get_ipa_tdesc_idx.
2466 * linux-x86-tdesc.h: New file.
2467 * target.h (struct target_ops): Add get_ipa_tdesc_idx.
2468 (target_get_ipa_tdesc_idx): New macro.
2469 * tracepoint.c (ipa_tdesc_idx): New macro.
2470 (struct ipa_sym_addresses): Add addr_ipa_tdesc_idx.
2471 (symbol_list): Add ipa_tdesc_idx.
2472 (cmd_qtstart): Write ipa_tdesc_idx in the target.
2473 (ipa_tdesc): Remove.
2474 (ipa_tdesc_idx): New variable.
2475 (get_context_regcache): Use get_ipa_tdesc.
2476 (gdb_collect): Ditto.
2477 (gdb_probe): Ditto.
2478 * tracepoint.h (get_ipa_tdesc): New prototype.
2479 (ipa_tdesc): Remove.
2480
2481 2016-02-24 Pedro Alves <palves@redhat.com>
2482
2483 * linux-low.c (check_stopped_by_breakpoint): Rename to ...
2484 (save_stop_reason): ... this. Use GDB_ARCH_IS_TRAP_HWBKPT and
2485 handle ambiguous GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.
2486 Factor out common code between the USE_SIGTRAP_SIGINFO and
2487 !USE_SIGTRAP_SIGINFO blocks.
2488 (linux_low_filter_event): Call save_stop_reason instead of
2489 check_stopped_by_breakpoint and check_stopped_by_watchpoint.
2490 Update comments.
2491 (linux_wait_1): Update comments.
2492
2493 2016-02-24 Wei-cheng Wang <cole945@gmail.com>
2494
2495 * linux-ppc-low.c (ppc_supports_z_point_type): New function:
2496 (ppc_insert_point, ppc_remove_point): Insert/remove z-packet breakpoints.
2497 (ppc64_emit_ops_vector): Add target ops - ppc_supports_z_point_type,
2498 ppc_insert_point, ppc_remove_point.
2499
2500 2016-02-17 Marcin Kościelnicki <koriakin@0x04.net>
2501
2502 * linux-s390-low.c (s390_supports_z_point_type): New function.
2503 (struct linux_target_ops): Wire s390_supports_z_point_type in.
2504
2505 2016-02-16 Yao Qi <yao.qi@linaro.org>
2506
2507 * linux-arm-low.c (get_next_pcs_syscall_next_pc): Remove argument
2508 PC. Get pc from regcache_read_pc.
2509
2510 2016-02-12 Yao Qi <yao.qi@linaro.org>
2511
2512 * linux-aarch64-low.c (aarch64_get_pc): Call linux_get_pc_64bit
2513 or linux_get_pc_32bit.
2514 (aarch64_set_pc): Call linux_set_pc_64bit or linux_set_pc_32bit.
2515
2516 2016-02-12 Yao Qi <yao.qi@linaro.org>
2517
2518 * linux-arm-low.c (get_next_pcs_ops): Initialize it with
2519 arm_linux_get_next_pcs_fixup.
2520
2521 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
2522
2523 * tracepoint.c (x_tracepoint_action_download): Change
2524 write_inferior_data_ptr to write_inferior_data_pointer.
2525 (cmd_qtstart): Likewise.
2526 (write_inferior_data_ptr): Remove.
2527 (download_agent_expr): Change write_inferior_data_ptr to
2528 write_inferior_data_pointer.
2529 (download_tracepoint_1): Likewise.
2530 (download_tracepoint): Likewise.
2531 (download_trace_state_variables): Likewise.
2532
2533 2016-02-11 Wei-cheng Wang <cole945@gmail.com>
2534 Marcin Kościelnicki <koriakin@0x04.net>
2535
2536 * tracepoint.c (struct tracepoint_action_ops): Remove.
2537 (struct tracepoint_action): Remove ops.
2538 (m_tracepoint_action_download, r_tracepoint_action_download)
2539 (x_tracepoint_action_download, l_tracepoint_action_download): Adjust
2540 size and offset accordingly.
2541 (m_tracepoint_action_ops, r_tracepoint_action_ops)
2542 (x_tracepoint_action_ops, l_tracepoint_action_ops): Remove.
2543 (tracepoint_action_send, tracepoint_action_download): New functions.
2544 Helpers for trace action handlers.
2545 (add_tracepoint_action): Remove setup actions ops.
2546 (download_tracepoint_1, tracepoint_send_agent): Call helper functions.
2547
2548 2016-02-10 Yao Qi <yao.qi@linaro.org>
2549
2550 * regcache.c (regcache_raw_read_unsigned): Clear *VAL.
2551
2552 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
2555 to AC_OUTPUT.
2556 * configure: Regenerate.
2557
2558 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
2559
2560 * linux-aarch64-low.c (aarch64_linux_siginfo_fixup): Change
2561 void * to gdb_byte *.
2562 * linux-low.c (siginfo_fixup): Likewise.
2563 (linux_xfer_siginfo): Likewise.
2564 * linux-low.h (struct linux_target_ops) <siginfo_fixup>:
2565 Likewise.
2566 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
2567
2568 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
2569
2570 * configure.srv (x86_64-*-linux*): Add amd64-linux-siginfo.o
2571 to srv_tgtobj.
2572 (i[34567]86-*-linux*): Add amd64-linux-siginfo.o
2573 to srv_tgtobj.
2574 * linux-x86-low.c [__x86_64__]: Include
2575 "nat/amd64-linux-siginfo.h".
2576 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
2577 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
2578 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
2579 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
2580 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
2581 (cpt_si_fd, si_timerid, si_overrun): Move from
2582 nat/amd64-linux-siginfo.c.
2583 * Makefile.in (amd64-linux-siginfo.o:): New rule.
2584
2585 2016-01-28 Simon Marchi <simon.marchi@ericsson.com>
2586
2587 * server.c (skip_to_semicolon): Remove.
2588 (process_point_options): Use strchrnul instead of
2589 skip_to_semicolon.
2590
2591 2016-01-26 Yao Qi <yao.qi@linaro.org>
2592
2593 * linux-arm-low.c (arm_gdbserver_get_next_pcs): Remove argument pc.
2594 * linux-low.c (install_software_single_step_breakpoints): Don't
2595 call regcache_read_pc.
2596 * linux-low.h (struct linux_target_ops) <get_next_pcs>: Remove
2597 argument pc.
2598
2599 2016-01-26 Yao Qi <yao.qi@linaro.org>
2600
2601 * linux-low.c (install_software_single_step_breakpoints): Call
2602 regcache_read_pc instead of get_pc.
2603
2604 2016-01-26 Yao Qi <yao.qi@linaro.org>
2605
2606 * remote-utils.c (remote_close) [!USE_WIN32API]: Ignore SIGIO.
2607 (unblock_async_io): Rename to ...
2608 (block_unblock_async_io): ... it. New function.
2609 (enable_async_io): Don't install SIGIO handler. Unblock it
2610 instead.
2611 (disable_async_io): Don't ignore SIGIO. Block it instead.
2612 (initialize_async_io): Install SIGIO handler. Don't call
2613 unblock_async_io.
2614
2615 2016-01-26 Yao Qi <yao.qi@linaro.org>
2616
2617 * remote-utils.c (getpkt): If the buffer isn't empty, and the
2618 first character is '\003', call *the_target->request_interrupt.
2619
2620 2016-01-25 Yao Qi <yao.qi@linaro.org>
2621
2622 * remote-utils.c (new_thread_notify): Remove.
2623 (dead_thread_notify): Likewise.
2624 * remote-utils.h (new_thread_notify): Remove declaration.
2625 (dead_thread_notify): Likewise.
2626
2627 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
2628
2629 * gdb.trace/pending.exp: Fix expected message on continue.
2630
2631 2016-01-22 Marcin Kościelnicki <koriakin@0x04.net>
2632
2633 * tracepoint.c (write_inferior_data_ptr): Cast to uintptr_t, so that
2634 it works properly on big-endian machines where sizeof (CORE_ADDR)
2635 != sizeof (void *).
2636
2637 2016-01-21 Pedro Alves <palves@redhat.com>
2638
2639 * Makefile.in (COMPILER_CFLAGS, CXXFLAGS): New.
2640 (INTERNAL_CFLAGS_BASE): Use COMPILER_CFLAGS instead of CFLAGS.
2641 * configure: Regenerate.
2642
2643 2016-01-21 Yao Qi <yao.qi@linaro.org>
2644
2645 * linux-arm-low.c (arm_sigreturn_next_pc): Add parameter
2646 is_thumb and set it according to CPSR saved on the stack.
2647 (get_next_pcs_syscall_next_pc): Pass is_thumb to
2648 arm_sigreturn_next_pc.
2649
2650 2016-01-18 Yao Qi <yao.qi@linaro.org>
2651
2652 * linux-low.c (linux_set_pc_64bit): New function.
2653 (linux_get_pc_64bit): New function.
2654 * linux-low.h (linux_set_pc_64bit, linux_get_pc_64bit):
2655 Declare.
2656 * linux-sparc-low.c (debug_threads): Remove declaration.
2657 (sparc_get_pc): Remove.
2658 (the_low_target): Use linux_get_pc_64bit instead of
2659 sparc_get_pc.
2660 * linux-tile-low.c (tile_get_pc, tile_set_pc): Remove.
2661 (the_low_target): Use linux_get_pc_64bit and
2662 linux_set_pc_64bit.
2663
2664 2016-01-18 Yao Qi <yao.qi@linaro.org>
2665
2666 * linux-arm-low.c (debug_threads): Remove declaration.
2667 (arm_get_pc, arm_set_pc): Remove.
2668 (the_low_target): Use linux_get_pc_32bit and
2669 linux_set_pc_32bit.
2670 * linux-bfin-low.c (bfin_get_pc, bfin_set_pc): Remove.
2671 (the_low_target): Use linux_get_pc_32bit and
2672 linux_set_pc_32bit.
2673 * linux-cris-low.c (debug_threads): Remove declaration.
2674 (cris_get_pc, cris_set_pc,): Remove.
2675 (the_low_target): Use linux_get_pc_32bit and
2676 linux_set_pc_32bit.
2677 * linux-crisv32-low.c (debug_threads): Remove declaration.
2678 (cris_get_pc, cris_set_pc): Remove.
2679 (the_low_target): Use linux_get_pc_32bit and
2680 linux_set_pc_32bit.
2681 * linux-low.c: Include inttypes.h.
2682 (linux_get_pc_32bit, linux_set_pc_32bit): New functions.
2683 * linux-low.h (linux_get_pc_32bit, linux_set_pc_32bit): Declare.
2684 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Remove.
2685 (the_low_target): Use linux_get_pc_32bit and
2686 linux_set_pc_32bit.
2687 * linux-m68k-low.c (m68k_get_pc, m68k_set_pc): Remove.
2688 (the_low_target): Use linux_get_pc_32bit and
2689 linux_set_pc_32bit.
2690 * linux-nios2-low.c (nios2_get_pc, nios2_set_pc): Remove.
2691 (the_low_target): Use linux_get_pc_32bit and
2692 linux_set_pc_32bit.
2693 * linux-sh-low.c (sh_get_pc, sh_set_pc): Remove.
2694 (the_low_target): Use linux_get_pc_32bit and
2695 linux_set_pc_32bit.
2696 * linux-xtensa-low.c (xtensa_get_pc, xtensa_set_pc): Remove.
2697 (the_low_target): Use linux_get_pc_32bit and
2698 linux_set_pc_32bit.
2699
2700 2016-01-18 Gary Benson <gbenson@redhat.com>
2701
2702 * configure.ac (AC_FUNC_FORK): New check.
2703 * config.in: Regenerate.
2704 * configure: Likewise.
2705
2706 2016-01-14 Yao Qi <yao.qi@linaro.org>
2707
2708 * linux-aarch32-low.c (thumb2_breakpoint): Make it static.
2709 * linux-aarch32-low.h (thumb2_breakpoint): Remove declaration.
2710 * linux-arm-low.c (arm_gdbserver_get_next_pcs): Pass 1 to
2711 arm_get_next_pcs_ctor.
2712
2713 2016-01-12 Josh Stone <jistone@redhat.com>
2714 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2715
2716 * inferiors.h: Include "gdb_vecs.h".
2717 (struct process_info): Add syscalls_to_catch.
2718 * inferiors.c (remove_process): Free syscalls_to_catch.
2719 * remote-utils.c (prepare_resume_reply): Report syscall_entry and
2720 syscall_return stops.
2721 * server.h (UNKNOWN_SYSCALL, ANY_SYSCALL): Define.
2722 * server.c (handle_general_set): Handle QCatchSyscalls.
2723 (handle_query): Report support for QCatchSyscalls.
2724 * target.h (struct target_ops): Add supports_catch_syscall.
2725 (target_supports_catch_syscall): New macro.
2726 * linux-low.h (struct linux_target_ops): Add get_syscall_trapinfo.
2727 (struct lwp_info): Add syscall_state.
2728 * linux-low.c (handle_extended_wait): Mark syscall_state as an entry.
2729 Maintain syscall_state and syscalls_to_catch across exec.
2730 (get_syscall_trapinfo): New function, proxy to the_low_target.
2731 (linux_low_ptrace_options): Enable PTRACE_O_TRACESYSGOOD.
2732 (linux_low_filter_event): Toggle syscall_state entry/return for
2733 syscall traps, and set it ignored for all others.
2734 (gdb_catching_syscalls_p): New function.
2735 (gdb_catch_this_syscall_p): New function.
2736 (linux_wait_1): Handle SYSCALL_SIGTRAP.
2737 (linux_resume_one_lwp_throw): Add PTRACE_SYSCALL possibility.
2738 (linux_supports_catch_syscall): New function.
2739 (linux_target_ops): Install it.
2740 * linux-x86-low.c (x86_get_syscall_trapinfo): New function.
2741 (the_low_target): Install it.
2742
2743 2016-01-12 Mike Frysinger <vapier@gentoo.org>
2744
2745 * acinclude.m4: Include new ../warning.m4 file.
2746 * configure: Regenerated.
2747 * configure.ac: Replace all warning logic with AM_GDB_WARNINGS.
2748
2749 2016-01-12 Mike Frysinger <vapier@gentoo.org>
2750
2751 * ax.c (is_goto_target): Mark static.
2752 * linux-low.c (register_addr): Likewise.
2753 (linux_fetch_registers, linux_store_registers): Likewise.
2754 * mem-break.c (any_persistent_commands): Fix old prototype.
2755 (add_commands_to_breakpoint): Mark static.
2756 * regcache.c (find_register_by_name): Delete unused func.
2757 * remote-utils.c (hex_or_minus_one): Mark static.
2758 * server.c (monitor_show_help): Mark static.
2759 (handle_query, handle_v_cont, handle_v_attach, handle_v_kill,
2760 handle_v_requests): Likewise.
2761
2762 2016-01-12 Pedro Alves <palves@redhat.com>
2763
2764 Remove use of the registered trademark symbol throughout.
2765
2766 2016-01-08 Yao Qi <yao.qi@linaro.org>
2767
2768 * remote-utils.c (getpkt): If c is '\003', call target hook
2769 request_interrupt.
2770
2771 2016-01-06 Yao Qi <yao.qi@linaro.org>
2772
2773 * linux-aarch32-low.h (arm_abi_breakpoint): Move to
2774 linux-aarch32-low.c.
2775 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
2776 (arm_breakpoint_len, thumb_breakpoint_len): Likewise.
2777 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
2778 (thumb2_breakpoint): Declare.
2779 * linux-aarch32-low.c (arm_abi_breakpoint): Moved from
2780 linux-aarch32-low.h.
2781 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
2782 (arm_breakpoint_len, thumb_breakpoint_len): Likewise.
2783 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
2784
2785 2016-01-01 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdbreplay.c (gdbreplay_version): Change copyright year in
2788 version message.
2789 * server.c (gdbserver_version): Likewise.
2790
2791 2015-12-28 Patrick Palka <patrick@parcs.ath.cx>
2792
2793 * server.c (crc32_table): Delete.
2794 (crc32): Use libiberty's xcrc32 function.
2795
2796 2015-12-22 Joel Brobecker <brobecker@adacore.com>
2797
2798 * lynx-low.c (lynx_delete_thread_callback): New function.
2799 (lynx_mourn): Properly delete our process and all of its
2800 threads. Remove call to clear_inferiors.
2801
2802 2015-12-22 Joel Brobecker <brobecker@adacore.com>
2803
2804 * target.c (thread_search_callback): Add check that
2805 the thread_stopped target callback is not NULL before
2806 calling it.
2807
2808 2015-12-21 Yao Qi <yao.qi@linaro.org>
2809
2810 * linux-aarch32-low.h [__aarch64__]: Use arm_abi_breakpoint
2811 arm breakpoint.
2812
2813 2015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
2814
2815 * server.c (handle_query): Call target_supports_software_single_step.
2816
2817 2015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
2818
2819 * linux-low.c (single_step): New function.
2820 (linux_resume_one_lwp_throw): Call single_step.
2821 (start_step_over): Likewise.
2822
2823 2015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
2824
2825 * Makefile.in (SFILES): Append arch/arm-linux.c,
2826 arch/arm-get-next-pcs.c.
2827 (arm-linux.o): New rule.
2828 (arm-get-next-pcs.o): New rule.
2829 * configure.srv (arm*-*-linux*): Add arm-get-next-pcs.o,
2830 arm-linux.o.
2831 * linux-aarch32-low.c (arm_abi_breakpoint): Remove macro. Moved
2832 to linux-aarch32-low.c.
2833 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
2834 (arm_breakpoint_len, thumb_breakpoint): Likewise.
2835 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
2836 (thumb2_breakpoint_len): Likewise.
2837 (arm_is_thumb_mode): Make non-static.
2838 * linux-aarch32-low.h (arm_abi_breakpoint): New macro. Moved
2839 from linux-aarch32-low.c.
2840 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
2841 (arm_breakpoint_len, thumb_breakpoint): Likewise.
2842 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
2843 (thumb2_breakpoint_len): Likewise.
2844 (arm_is_thumb_mode): New declaration.
2845 * linux-arm-low.c: Include arch/arm-linux.h
2846 aarch/arm-get-next-pcs.h, sys/syscall.h.
2847 (get_next_pcs_ops): New struct.
2848 (get_next_pcs_addr_bits_remove): New function.
2849 (get_next_pcs_is_thumb): New function.
2850 (get_next_pcs_read_memory_unsigned_integer): Likewise.
2851 (arm_sigreturn_next_pc): Likewise.
2852 (get_next_pcs_syscall_next_pc): Likewise.
2853 (arm_gdbserver_get_next_pcs): Likewise.
2854 (struct linux_target_ops) <arm_gdbserver_get_next_pcs>:
2855 Initialize.
2856 * linux-low.h: Move CORE_ADDR vector definition to gdb_vecs.h.
2857 * server.h: Include gdb_vecs.h.
2858
2859 2015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
2860
2861 * Makefile.in (SFILES): Append common/common-regcache.c.
2862 (OBS): Append common-regcache.o.
2863 (common-regcache.o): New rule.
2864 * regcache.c (init_register_cache): Initialize cache to
2865 REG_UNAVAILABLE.
2866 (regcache_raw_read_unsigned): New function.
2867 * regcache.h (REG_UNAVAILABLE, REG_VALID): Replaced by shared
2868 register_status enum.
2869
2870 2015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
2871
2872 * linux-aarch64-low.c (the_low_targets): Rename
2873 breakpoint_reinsert_addr to get_next_pcs.
2874 * linux-arm-low.c (the_low_targets): Likewise.
2875 * linux-bfin-low.c (the_low_targets): Likewise.
2876 * linux-cris-low.c (the_low_targets): Likewise.
2877 * linux-crisv32-low.c (the_low_targets): Likewise.
2878 * linux-low.c (can_software_single_step): Likewise.
2879 (install_software_single_step_breakpoints): New function.
2880 (start_step_over): Use install_software_single_step_breakpoints.
2881 * linux-low.h: New CORE_ADDR vector.
2882 (struct linux_target_ops) Rename breakpoint_reinsert_addr to
2883 get_next_pcs.
2884 * linux-mips-low.c (the_low_targets): Likewise.
2885 * linux-nios2-low.c (the_low_targets): Likewise.
2886 * linux-sparc-low.c (the_low_targets): Likewise.
2887
2888 2015-12-17 Pedro Alves <palves@redhat.com>
2889
2890 * linux-low.c (linux_kill_one_lwp): Remove references to
2891 LinuxThreads.
2892 (kill_lwp): Remove HAVE_TKILL_SYSCALL check. No longer fall back
2893 to 'kill'.
2894 (linux_init_signals): Delete.
2895 (initialize_low): Adjust.
2896 * thread-db.c (thread_db_init): Remove LinuxThreads reference.
2897
2898 2015-12-16 Pedro Alves <palves@redhat.com>
2899
2900 * configure.ac (compiler warning flags): When testing a
2901 -Wno-foo option, check whether -Wfoo works instead.
2902 * configure: Regenerate.
2903
2904 2015-12-11 Don Breazeal <donb@codesourcery.com>
2905
2906 * server.c (process_serial_event): Don't exit from gdbserver
2907 in remote mode if there are still active inferiors.
2908
2909 2015-12-11 Yao Qi <yao.qi@linaro.org>
2910
2911 * linux-aarch64-low.c (aarch64_breakpoint_at): Call
2912 arm_breakpoint_at if the process is 32-bit.
2913
2914 2015-12-11 Yao Qi <yao.qi@linaro.org>
2915
2916 * linux-aarch32-low.c [__aarch64__]: Use arm_abi_breakpoint
2917 arm breakpoint.
2918
2919 2015-12-07 Yao Qi <yao.qi@linaro.org>
2920
2921 * configure.srv: Append arm.o to srv_tgtobj for
2922 aarch64*-*-linux* target.
2923 * linux-aarch32-low.c (arm_abi_breakpoint): New macro. Moved
2924 from linux-arm-low.c.
2925 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
2926 (arm_breakpoint_len, thumb_breakpoint): Likewise.
2927 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
2928 (thumb2_breakpoint_len): Likewise.
2929 (arm_is_thumb_mode, arm_breakpoint_at): Likewise.
2930 (arm_breakpoint_kinds): Likewise.
2931 (arm_breakpoint_kind_from_pc): Likewise.
2932 (arm_sw_breakpoint_from_kind): Likewise.
2933 (arm_breakpoint_kind_from_current_state): Likewise.
2934 * linux-aarch32-low.h (arm_breakpoint_kind_from_pc): Declare.
2935 (arm_sw_breakpoint_from_kind): Declare.
2936 (arm_breakpoint_kind_from_current_state): Declare.
2937 (arm_breakpoint_at): Declare.
2938 * linux-aarch64-low.c (aarch64_sw_breakpoint_from_kind): Call
2939 arm_sw_breakpoint_from_kind if process is 32-bit.
2940 (aarch64_breakpoint_kind_from_pc): New function.
2941 (aarch64_breakpoint_kind_from_current_state): New function.
2942 (the_low_target): Initialize fields breakpoint_kind_from_pc
2943 and breakpoint_kind_from_current_state.
2944 * linux-arm-low.c (arm_breakpoint_kinds): Move to
2945 linux-aarch32-low.c.
2946 (arm_abi_breakpoint, arm_eabi_breakpoint): Likewise.
2947 (arm_breakpoint, arm_breakpoint_len): Likewise.
2948 (thumb_breakpoint, thumb_breakpoint_len): Likewise.
2949 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
2950 (arm_is_thumb_mode): Likewise.
2951 (arm_breakpoint_at): Likewise.
2952 (arm_breakpoint_kind_from_pc): Likewise.
2953 (arm_sw_breakpoint_from_kind): Likewise.
2954 (arm_breakpoint_kind_from_current_state): Likewise.
2955
2956 Revert:
2957 2015-08-04 Yao Qi <yao.qi@linaro.org>
2958
2959 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
2960 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
2961 * server.c (extended_protocol): Remove "static".
2962 * server.h (extended_protocol): Declare it.
2963
2964 2015-12-04 Josh Stone <jistone@redhat.com>
2965
2966 * target.h (struct target_ops) <arch_setup>: Rename to ...
2967 (struct target_ops) <post_create_inferior>: ... this.
2968 (target_arch_setup): Rename to ...
2969 (target_post_create_inferior): ... this, calling post_create_inferior.
2970 * server.c (start_inferior): Update target_arch_setup calls to
2971 target_post_create_inferior.
2972 * linux-low.c (linux_low_ptrace_options): Forward declare.
2973 (linux_arch_setup): Update its comment for general use.
2974 (linux_post_create_inferior): New, run arch_setup and setup ptrace.
2975 (struct linux_target_ops): Use linux_post_create_inferior.
2976 * lynx-low.c (struct lynx_target_ops): Update arch_setup stub comment
2977 to post_create_inferior.
2978 * nto-low.c (struct nto_target_ops): Likewise.
2979 * spu-low.c (struct spu_target_ops): Likewise.
2980 * win32-low.c (struct win32_target_ops): Likewise.
2981
2982 2015-12-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2983
2984 * linux-arm-low.c: Remove duplicate arch/arm.h include.
2985
2986 2015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2987
2988 * linux-arm-low.c (arm_reinsert_addr): Remove function.
2989 (struct linux_target_ops <breakpoint_reinsert_addr>: Set to NULL.
2990 * linux-cris-low.c (cris_reinsert_addr> Remove function.
2991 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
2992 * linux-crisv32-low.c (cris_reinsert_addr): Remove function.
2993 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
2994 * linux-mips-low.c (mips_reinsert_addr): Remove function.
2995 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
2996 * linux-nios2-low.c (nios2_reinsert_addr): Remove function.
2997 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
2998 * linux-sparc-low.c (sparc_reinsert_addr): Remove function.
2999 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
3000
3001 2015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3002
3003 * linux-low.c (linux_look_up_symbols): Don't call
3004 linux_supports_traceclone.
3005 * linux-low.h (thread_db_init): Remove use_events argument.
3006 * thread-db.c (thread_db_use_event): Remove global variable.
3007 (struct thread_db) <td_thr_event_enable_p>: Remove field.
3008 (struct thread_db) <td_create_bp>: Remove field.
3009 (thread_db_create_event): Remove function.
3010 (thread_db_enable_reporting): Likewise.
3011 (find_one_thread): Don't check for thread_db_use_events.
3012 (attach_thread): Likewise.
3013 (thread_db_load_search): Remove td_thr_event_enable_p initialization.
3014 (try_thread_db_load_1): Don't check for thread_db_use_events.
3015 (thread_db_init): Remove use_events argument and thread events
3016 handling.
3017 (remove_thread_event_breakpoints): Remove function.
3018 (thread_db_detach): Remove call to remove_thred_event_breakpoints.
3019
3020 2015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3021
3022 * linux-aarch64-low.c (aarch64_supports_hardware_single_step):
3023 New function.
3024 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3025 * linux-arm-low.c (arm_supports_hardware_single_step): New function.
3026 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3027 * linux-bfin-low.c (bfin_supports_hardware_single_step): New function.
3028 (struct linux_target_ops) <bfin_supports_hardware_single_step>:
3029 Initialize.
3030 * linux-crisv32-low.c (cris_supports_hardware_single_step):
3031 New function.
3032 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3033 * linux-low.c (can_hardware_single_step): Use
3034 supports_hardware_single_step.
3035 (can_software_single_step): New function.
3036 (start_step_over): Call can_software_single_step.
3037 (linux_supports_hardware_single_step): New function.
3038 (struct target_ops) <supports_software_single_step>: Initialize.
3039 * linux-low.h (struct linux_target_ops)
3040 <supports_hardware_single_step>: Initialize.
3041 * linux-m32r-low.c (m32r_supports_hardware_single_step): New function.
3042 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3043 * linux-ppc-low.c (ppc_supports_hardware_single_step): New function.
3044 (struct linux_target_ops) <supports_hardware_single_step> Initialize.
3045 * linux-s390-low.c (s390_supports_hardware_single_step): New function.
3046 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3047 * linux-sh-low.c (sh_supports_hardware_single_step): New function.
3048 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3049 * linux-tic6x-low.c (tic6x_supports_hardware_single_step): New function.
3050 (struct linux_target_ops) <tic6x_supports_hardware_single_step>:
3051 Initialize.
3052 * linux-tile-low.c (tile_supports_hardware_single_step): New function.
3053 (struct linux_target_ops) <tile_supports_hardware_single_step>:
3054 Initialize.
3055 * linux-x86-low.c (x86_supports_hardware_single_step) New function.
3056 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3057 * linux-xtensa-low.c (xtensa_supports_hardware_single_step):
3058 New function.
3059 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
3060 * target.h (struct target_ops): <supports_software_single_step>:
3061 New field.
3062 (target_supports_software_single_step): New macro.
3063
3064 2015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3065
3066 * linux-low.c (linux_wait_1): Fix pc advance condition.
3067 * mem-break.c (reinsert_breakpoint_inserted_here): New function.
3068 * mem-break.h (reinsert_breakpoint_inserted_here): New declaration.
3069
3070 2015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3071
3072 * linux-arm-low.c (arm_is_thumb_mode): New function.
3073 (arm_breakpoint_at): Use arm_is_thumb_mode.
3074 (arm_breakpoint_kind_from_current_state): New function.
3075 (struct linux_target_ops) <breakpoint_kind_from_current_state>:
3076 Initialize.
3077 * linux-low.c (linux_wait_1): Call breakpoint_kind_from_current_state.
3078 (linux_breakpoint_kind_from_current_state): New function.
3079 (struct target_ops <breakpoint_kind_from_current_state>: Initialize.
3080 * linux-low.h (struct linux_target_ops)
3081 <breakpoint_kind_from_current_state>: New field.
3082 * target.h (struct target_ops): Likewise.
3083 (target_breakpoint_kind_from_current_state): New macro.
3084
3085 2015-11-30 Pedro Alves <palves@redhat.com>
3086
3087 * linux-low.c (linux_resume): Wake up the event loop before
3088 returning.
3089
3090 2015-11-30 Pedro Alves <palves@redhat.com>
3091
3092 * mem-break.c (check_gdb_bp_preconditions): Remove current_thread
3093 check.
3094 (set_gdb_breakpoint): If prepare_to_access_memory fails, set *ERR
3095 to -1.
3096 * target.c (struct thread_search): New structure.
3097 (thread_search_callback): New function.
3098 (prev_general_thread): New global.
3099 (prepare_to_access_memory, done_accessing_memory): New functions.
3100 * target.h (prepare_to_access_memory, done_accessing_memory):
3101 Replace macros with function declarations.
3102
3103 2015-11-30 Pedro Alves <palves@redhat.com>
3104
3105 PR 14618
3106 * linux-low.c (linux_wait_1): If the last resumed thread is gone,
3107 report TARGET_WAITKIND_NO_RESUMED.
3108 * remote-utils.c (prepare_resume_reply): Handle
3109 TARGET_WAITKIND_NO_RESUMED.
3110 * server.c (report_no_resumed): New global.
3111 (handle_query) <qSupported>: Handle "no-resumed+". Report
3112 "no-resumed+" support.
3113 (resume): When the target reports TARGET_WAITKIND_NO_RESUMED, only
3114 return error if the client doesn't support no-resumed events.
3115 (push_stop_notification): New function.
3116 (handle_target_event): Use it. Report TARGET_WAITKIND_NO_RESUMED
3117 events if the client supports them.
3118
3119 2015-11-30 Pedro Alves <palves@redhat.com>
3120
3121 * linux-low.c (thread_still_has_status_pending_p): Don't check
3122 vCont;t here.
3123 (lwp_resumed): New function.
3124 (status_pending_p_callback): Return early if the LWP is not
3125 supposed to be resumed.
3126
3127 2015-11-30 Pedro Alves <palves@redhat.com>
3128
3129 * linux-low.c (handle_extended_wait): Assert that the LWP's
3130 waitstatus is TARGET_WAITKIND_IGNORE. If GDB wants to hear about
3131 thread create events, leave the new child's status pending.
3132 (linux_low_filter_event): If GDB wants to hear about thread exit
3133 events, leave the LWP marked dead and don't delete it.
3134 (linux_wait_for_event_filtered): Don't check for thread exit.
3135 (filter_exit_event): New function.
3136 (linux_wait_1): Use it, when returning an exit event.
3137 (linux_resume_one_lwp_throw): Assert that the LWP's
3138 waitstatus is TARGET_WAITKIND_IGNORE.
3139 * remote-utils.c (prepare_resume_reply): Handle
3140 TARGET_WAITKIND_THREAD_CREATED and TARGET_WAITKIND_THREAD_EXITED.
3141 * server.c (report_thread_events): New global.
3142 (handle_general_set): Handle QThreadEvents.
3143 (handle_query) <qSupported>: Handle and report QThreadEvents+;
3144 (handle_target_event): Handle TARGET_WAITKIND_THREAD_CREATED and
3145 TARGET_WAITKIND_THREAD_EXITED.
3146 * server.h (report_thread_events): Declare.
3147
3148 2015-11-30 Pedro Alves <palves@redhat.com>
3149
3150 * linux-low.c (resume_stopped_resumed_lwps): Don't check whether
3151 the thread's last_resume_kind was resume_stop.
3152
3153 2015-11-30 Pedro Alves <palves@redhat.com>
3154
3155 * linux-low.c (linux_attach): In non-stop mode, wait for one stop
3156 before returning.
3157
3158 2015-11-30 Pedro Alves <palves@redhat.com>
3159
3160 * server.c (handle_v_requests): Handle vCtrlC.
3161
3162 2015-11-30 Pedro Alves <palves@redhat.com>
3163
3164 * gdbthread.h (find_any_thread_of_pid): Declare.
3165 * inferiors.c (thread_of_pid, find_any_thread_of_pid): New
3166 functions.
3167 * server.c (handle_query): If current_thread is NULL, look for
3168 another thread of the selected process.
3169
3170 2015-11-26 Daniel Colascione <dancol@dancol.org>
3171 Simon Marchi <simon.marchi@ericsson.com>
3172
3173 * linux-low.c (linux_target_ops): Use linux_proc_tid_get_name.
3174 * server.c (handle_qxfer_threads_worker): Refactor to include thread
3175 name in reply.
3176 * target.h (struct target_ops) <thread_name>: New field.
3177 (target_thread_name): New macro.
3178
3179 2015-11-23 Joel Brobecker <brobecker@adacore.com>
3180
3181 * regcache.h (regcache_invalidate_pid): Add declaration.
3182 * regcache.c (regcache_invalidate_pid): New function, extracted
3183 from regcache_invalidate.
3184 (regcache_invalidate): Reimplement using regcache_invalidate_pid.
3185 Add trivial documentation comment.
3186 * lynx-low.c: Use regcache_invalidate_pid instead of
3187 regcache_invalidate.
3188
3189 2015-11-23 Joel Brobecker <brobecker@adacore.com>
3190
3191 * configure.ac: Do not call AC_CHECK_TYPES for Elf32_auxv_t
3192 and Elf64_auxv_t if the target is Android.
3193
3194 2015-11-22 Doug Evans <xdje42@gmail.com>
3195
3196 * target.h: #include <sys/types.h>.
3197
3198 2015-11-19 Pedro Alves <palves@redhat.com>
3199
3200 * linux-low.c (linux_process_qsupported): Change prototype.
3201 Adjust.
3202 * linux-low.h (struct linux_target_ops) <process_qsupported>:
3203 Change prototype.
3204 * linux-x86-low.c (x86_linux_process_qsupported): Change prototype
3205 and adjust to loop over all features.
3206 * server.c (handle_query) <qSupported>: Adjust to call
3207 target_process_qsupported once, passing it a vector of unprocessed
3208 features.
3209 * target.h (struct target_ops) <process_qsupported>: Change
3210 prototype.
3211 (target_process_qsupported): Adjust.
3212
3213 2015-11-19 Pedro Alves <palves@redhat.com>
3214
3215 * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
3216 mode.
3217 * configure: Regenerate.
3218
3219 2015-11-19 Pedro Alves <palves@redhat.com>
3220
3221 * configure: Regenerate.
3222
3223 2015-11-19 Yao Qi <yao.qi@linaro.org>
3224
3225 * linux-aarch64-low.c (emit_data_processing_reg): Change opcode
3226 type to uint32_t.
3227
3228 2015-11-19 Yao Qi <yao.qi@linaro.org>
3229
3230 * linux-aarch64-low.c (enum aarch64_operand_type): New.
3231 (struct aarch64_operand): Move enum out.
3232
3233 2015-11-19 Yao Qi <yao.qi@linaro.org>
3234
3235 * linux-aarch64-low.c (aarch64_fill_fpregset): Cast buf to
3236 struct user_fpsimd_state *.
3237 (aarch64_store_fpregset): Likewise.
3238
3239 2015-11-19 Yao Qi <yao.qi@linaro.org>
3240
3241 * linux-aarch64-low.c (aarch64_fill_gregset): Cast buf to
3242 struct user_pt_regs *.
3243 (aarch64_store_gregset): Likewise.
3244
3245 2015-11-18 Pedro Alves <palves@redhat.com>
3246
3247 * Makefile.in (all_object_files): Add $IPA_OBJS.
3248
3249 2015-11-17 Pedro Alves <palves@redhat.com>
3250
3251 * win32-low.c (win32_resume): Use gdb_signal_from_host,
3252 GDB_SIGNAL_0 and gdb_signal_to_string.
3253
3254 2015-11-17 Pedro Alves <palves@redhat.com>
3255
3256 * win32-low.c (handle_output_debug_string): Remove parameter.
3257 (win32_kill): Remove our_status local and adjust call to
3258 handle_output_debug_string.
3259 (get_child_debug_event): Adjust call to
3260 handle_output_debug_string.
3261
3262 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3263
3264 * linux-mips-low.c (mips_fill_gregset): Add cast.
3265 (mips_store_gregset): Likewise.
3266 (mips_fill_fpregset): Likewise.
3267 (mips_store_fpregset): Likewise.
3268
3269 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3270
3271 * linux-mips-low.c (mips_add_watchpoint): Rename private to
3272 priv.
3273
3274 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3275
3276 * linux-mips-low.c (mips_linux_new_thread): Change type of
3277 watch_type to enum target_hw_bp_type.
3278
3279 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3280
3281 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type):
3282 Change return type to arm_hwbp_type.
3283
3284 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3285
3286 * linux-aarch32-low.c (arm_fill_gregset): Add cast.
3287 (arm_store_gregset): Likewise.
3288 * linux-arm-low.c (arm_get_hwcap): Likewise.
3289 (arm_read_description): Likewise.
3290
3291 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3292
3293 * linux-aarch32-low.c (aarch32_regsets): Use NULL_REGSET.
3294
3295 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3296
3297 * linux-ppc-low.c (ppc_get_hwcap): Add cast.
3298 (ppc_fill_vsxregset): Likewise.
3299 (ppc_store_vsxregset): Likewise.
3300 (ppc_fill_vrregset): Likewise.
3301 (ppc_store_vrregset): Likewise.
3302 (ppc_fill_evrregset): Likewise.
3303 (ppc_store_evrregset): Likewise.
3304
3305 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
3306
3307 * linux-ppc-low.c (ppc_usrregs_info): Remove
3308 forward-declaration.
3309 (ppc_arch_setup): Move lower in file.
3310
3311 2015-10-30 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * proc-service.c (ps_pdread): Change CORE_ADDR cast to uintptr_t.
3314 (ps_pdwrite): Likewise.
3315
3316 2015-10-29 Henrik Wallin <henrik.wallin@windriver.com>
3317
3318 * linux-arm-low.c (arm_new_thread): Move pointer dereference
3319 to after assert checks.
3320
3321 2015-10-29 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * proc-service.c (ps_pdread): Add/adjust casts.
3324 (ps_pdwrite): Add/adjust casts.
3325
3326 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
3327
3328 * server.c (handle_search_memory_1): Cast return value of
3329 memmem.
3330
3331 2015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
3332
3333 * server.c (write_qxfer_response): Change type of data to
3334 gdb_byte *.
3335
3336 2015-10-29 Pedro Alves <palves@redhat.com>
3337
3338 * mem-break.c (Z_packet_to_bkpt_type): Add cast.
3339
3340 2015-10-29 Pedro Alves <palves@redhat.com>
3341
3342 * tracepoint.c (clear_installed_tracepoints): Add casts.
3343
3344 2015-10-29 Pedro Alves <palves@redhat.com>
3345
3346 * server.c (handle_v_cont, process_serial_event): Add enum
3347 gdb_signal casts to signal parsing code.
3348
3349 2015-10-29 Pedro Alves <palves@redhat.com>
3350
3351 * linux-low.h (NULL_REGSET): Define.
3352 * linux-aarch64-low.c (aarch64_regsets): Use NULL_REGSET.
3353 * linux-arm-low.c (arm_regsets): Likewise.
3354 * linux-crisv32-low.c (cris_regsets): Likewise.
3355 * linux-m68k-low.c (m68k_regsets): Likewise.
3356 * linux-mips-low.c (mips_regsets): Likewise.
3357 * linux-nios2-low.c (nios2_regsets): Likewise.
3358 * linux-ppc-low.c (ppc_regsets): Likewise.
3359 * linux-s390-low.c (s390_regsets): Likewise.
3360 * linux-sh-low.c (sh_regsets): Likewise.
3361 * linux-sparc-low.c (sparc_regsets): Likewise.
3362 * linux-tic6x-low.c (tic6x_regsets): Likewise.
3363 * linux-tile-low.c (tile_regsets): Likewise.
3364 * linux-x86-low.c (x86_regsets): Likewise.
3365 * linux-xtensa-low.c (xtensa_regsets): Likewise.
3366
3367 2015-10-29 Pedro Alves <palves@redhat.com>
3368
3369 * linux-low.h (NULL_REGSET): Define.
3370 * linux-aarch64-low.c (aarch64_regsets): Use NULL_REGSET.
3371 * linux-arm-low.c (arm_regsets): Likewise.
3372 * linux-crisv32-low.c (cris_regsets): Likewise.
3373 * linux-m68k-low.c (m68k_regsets): Likewise.
3374 * linux-mips-low.c (mips_regsets): Likewise.
3375 * linux-nios2-low.c (nios2_regsets): Likewise.
3376 * linux-ppc-low.c (ppc_regsets): Likewise.
3377 * linux-s390-low.c (s390_regsets): Likewise.
3378 * linux-sh-low.c (sh_regsets): Likewise.
3379 * linux-sparc-low.c (sparc_regsets): Likewise.
3380 * linux-tic6x-low.c (tic6x_regsets): Likewise.
3381 * linux-tile-low.c (tile_regsets): Likewise.
3382 * linux-x86-low.c (x86_regsets): Likewise.
3383 * linux-xtensa-low.c (xtensa_regsets): Likewise.
3384
3385 2015-10-26 Doug Evans <dje@google.com>
3386
3387 * linux-low.c (__SIGRTMIN): Move to nat/linux-nat.h.
3388
3389 2015-10-26 Doug Evans <dje@google.com>
3390
3391 * linux-low.c (W_STOPCODE): Moved to common/gdb_wait.h.
3392
3393 2015-10-26 Doug Evans <dje@google.com>
3394
3395 * thread-db.c (find_one_thread): Cast ti.ti_tid to unsigned long
3396 for debug_printf.
3397 (attach_thread, find_new_threads_callback): Ditto.
3398
3399 2015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
3400
3401 * mem-break.h (set_breakpoint_data): Remove.
3402
3403 2015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
3404
3405 * nto-low.c (nto_sw_breakpoint_from_kind): New function.
3406 (struct target_ops) <sw_breakpoint_from_kind>: Initialize.
3407 (initialize_low): Remove set_breakpoint_data call.
3408 * spu-low.c (spu_sw_breakpoint_from_kind): New function.
3409 (struct target_ops) <sw_breakpoint_from_kind>: Iniitalize.
3410 (initialize_low): Remove set_breakpoint_data call.
3411 * win32-low.c (win32_sw_breakpoint_from_kind): New function.
3412 (struct target_ops) <sw_breakpoint_from_kind>: Initialize.
3413 (initialize_low): Remove set_breakpoint_data call.
3414
3415 2015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
3416
3417 * linux-low.c (default_breakpoint_kind_from_pc): Move to target.c.
3418 * mem-break.c (set_breakpoint_at): Use target_breakpoint_kind_from_pc.
3419 * target.c (default_breakpoint_kind_from_pc): Moved from linux-low.c
3420 * target.h (target_breakpoint_kind_from_pc): New macro.
3421
3422 2015-10-22 Antoine Tremblay <antoine.tremblay@ericsson.com>
3423
3424 * linux-low.c (default_breakpoint_kind_from_pc): New function.
3425 (linux_breakpoint_kind_from_pc): Use default_breakpoint_kind_from_pc for
3426 the default breakpoint kind.
3427
3428 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3429
3430 * linux-arm-low.c (arm_supports_z_point_type): Add software
3431 breakpoint support.
3432
3433 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3434
3435 * linux-arm-low.c: Refactor breakpoint definitions.
3436 (arm_breakpoint_at): Adjust for arm_abi_breakpoint.
3437 (arm_sw_breakpoint_from_kind): Adjust for arm_breakpoint.
3438
3439 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3440
3441 * Makefile.in: Add arm.c/o.
3442 * configure.srv: Likewise.
3443 * linux-arm-low.c (arm_breakpoint_kinds): New enum.
3444 (arm_breakpoint_kind_from_pc): New function.
3445 (arm_sw_breakpoint_from_kind): Return proper kind.
3446 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize.
3447
3448 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3449
3450 * linux-low.c (initialize_low): Ajdust for breakpoint global variables
3451 removal.
3452 * mem-break.c : Remove breakpoint_data/breakpoint_len global variables.
3453 (struct raw_breakpoint) <size>: Remove.
3454 (struct raw_breakpoint) <kind>: Add.
3455 (bp_size): New function.
3456 (bp_opcode): Likewise.
3457 (find_raw_breakpoint_at): Adjust for kind.
3458 (insert_memory_breakpoint): Adjust for kind call bp_size,bp_opcode.
3459 (remove_memory_breakpoint): Adjust for kind call bp_size.
3460 (set_raw_breakpoint_at): Adjust for kind.
3461 (set_breakpoint): Likewise.
3462 (set_breakpoint_at): Call breakpoint_kind_from_pc.
3463 (delete_raw_breakpoint): Adjust for kind.
3464 (delete_breakpoint): Likewise.
3465 (find_gdb_breakpoint): Likewise.
3466 (set_gdb_breakpoint_1): Likewise.
3467 (set_gdb_breakpoint): Likewise.
3468 (delete_gdb_breakpoint_1): Likewise.
3469 (delete_gdb_breakpoint): Likewise.
3470 (uninsert_raw_breakpoint): Likewise.
3471 (reinsert_raw_breakpoint): Likewise.
3472 (set_breakpoint_data): Remove.
3473 (validate_inserted_breakpoint): Adjust for kind call bp_size,bp_opcode.
3474 (check_mem_read): Adjust for kind call bp_size.
3475 (check_mem_write): Adjust for kind call bp_size,bp_opcode.
3476 (clone_one_breakpoint): Adjust for kind.
3477 * mem-break.h (set_gdb_breakpoint): Likewise.
3478 (delete_gdb_breakpoint): Likewise.
3479 * server.c (process_serial_event): Likewise.
3480
3481 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3482
3483 * linux-aarch64-low.c (aarch64_sw_breakpoint_from_kind): New function.
3484 (struct linux_target_ops) <breakpoint>: Remove.
3485 (struct linux_target_ops) <breakpoint_len>: Remove.
3486 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3487 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3488 * linux-arm-low.c (arm_breakpoint_kind_from_pc): New function.
3489 (arm_sw_breakpoint_from_kind): New function.
3490 * linux-bfin-low.c (bfin_sw_breakpoint_from_kind): New function.
3491 (struct linux_target_ops) <breakpoint>: Remove.
3492 (struct linux_target_ops) <breakpoint_len>: Remove.
3493 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3494 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3495 * linux-cris-low.c (cris_sw_breakpoint_from_kind): New function.
3496 (struct linux_target_ops) <breakpoint>: Remove.
3497 (struct linux_target_ops) <breakpoint_len>: Remove.
3498 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3499 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3500 * linux-crisv32-low.c (cris_sw_breakpoint_from_kind): New function.
3501 (struct linux_target_ops) <breakpoint>: Remove.
3502 (struct linux_target_ops) <breakpoint_len>: Remove.
3503 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3504 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3505 * linux-low.c (linux_wait_1): Call breakpoint_kind_from_pc
3506 and sw_breakpoint_from_kind to increment the pc.
3507 (linux_breakpoint_kind_from_pc): New function.
3508 (linux_sw_breakpoint_from_kind): New function.
3509 (struct target_ops) <sw_breakpoint_from_kind>: Initialize field.
3510 (initialize_low): Call breakpoint_kind_from_pc and
3511 sw_breakpoint_from_kind to replace breakpoint_data/len.
3512 * linux-low.h (struct linux_target_ops) <breakpoint_kind_from_pc>:
3513 New field.
3514 (struct linux_target_ops) <sw_breakpoint_from_kind>: Likewise.
3515 * linux-m32r-low.c (m32r_sw_breakpoint_from_kind): New function.
3516 (struct linux_target_ops) <breakpoint>: Remove.
3517 (struct linux_target_ops) <breakpoint_len>: Remove.
3518 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3519 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3520 * linux-m68k-low.c (m68k_sw_breakpoint_from_kind): New function.
3521 (struct linux_target_ops) <breakpoint>: Remove.
3522 (struct linux_target_ops) <breakpoint_len>: Remove.
3523 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3524 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3525 * linux-mips-low.c (mips_sw_breakpoint_from_kind): New function.
3526 (struct linux_target_ops) <breakpoint>: Remove.
3527 (struct linux_target_ops) <breakpoint_len>: Remove.
3528 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3529 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3530 * linux-nios2-low.c (nios2_sw_breakpoint_from_kind): New function.
3531 (struct linux_target_ops) <breakpoint>: Remove.
3532 (struct linux_target_ops) <breakpoint_len>: Remove.
3533 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3534 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3535 * linux-ppc-low.c (ppc_sw_breakpoint_from_kind): New function.
3536 (struct linux_target_ops) <breakpoint>: Remove.
3537 (struct linux_target_ops) <breakpoint_len>: Remove.
3538 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3539 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3540 * linux-s390-low.c (s390_sw_breakpoint_from_kind): New function.
3541 (struct linux_target_ops) <breakpoint>: Remove.
3542 (struct linux_target_ops) <breakpoint_len>: Remove.
3543 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3544 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3545 * linux-sh-low.c (sh_sw_breakpoint_from_kind): New function.
3546 (struct linux_target_ops) <breakpoint>: Remove.
3547 (struct linux_target_ops) <breakpoint_len>: Remove.
3548 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3549 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3550 * linux-sparc-low.c (sparc_sw_breakpoint_from_kind): New function.
3551 (struct linux_target_ops) <breakpoint>: Remove.
3552 (struct linux_target_ops) <breakpoint_len>: Remove.
3553 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3554 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3555 * linux-tic6x-low.c (tic6x_sw_breakpoint_from_kind): New function.
3556 (struct linux_target_ops) <breakpoint>: Remove.
3557 (struct linux_target_ops) <breakpoint_len>: Remove.
3558 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3559 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3560 * linux-tile-low.c (tile_sw_breakpoint_from_kind): New function.
3561 * linux-x86-low.c (x86_sw_breakpoint_from_kind): New function.
3562 (struct linux_target_ops) <breakpoint>: Remove.
3563 (struct linux_target_ops) <breakpoint_len>: Remove.
3564 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3565 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3566 * linux-xtensa-low.c (xtensa_sw_breakpoint_from_kind) New function.
3567 (struct linux_target_ops) <breakpoint>: Remove.
3568 (struct linux_target_ops) <breakpoint_len>: Remove.
3569 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
3570 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
3571
3572 2015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
3573
3574 * linux-cris-low.c (cris_get_pc): Remove void arg.
3575
3576 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
3577
3578 * gdbserver/nto-low.c (nto_insert_point, nto_remove_point): Fix
3579 variable name.
3580
3581 2015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
3582
3583 * inferiors.c (thread_pid_matches_callback): New function.
3584 (find_thread_process): New function.
3585 (remove_thread): Reset current_thread.
3586 (remove_process): Assert threads have been removed first.
3587
3588 2015-10-15 Yao Qi <yao.qi@linaro.org>
3589
3590 * linux-aarch64-low.c (aarch64_insert_point): Set len to 2
3591 if it is 3.
3592 (aarch64_remove_point): Likewise.
3593 * regcache.c (regcache_register_size): New function.
3594
3595 2015-10-12 Yao Qi <yao.qi@linaro.org>
3596
3597 * linux-aarch64-low.c: Update all callers as emit_load_store
3598 is renamed to aarch64_emit_load_store.
3599
3600 2015-10-12 Yao Qi <yao.qi@linaro.org>
3601
3602 * linux-aarch64-low.c: Update all callers of function renaming
3603 from emit_insn to aarch64_emit_insn.
3604
3605 2015-10-12 Yao Qi <yao.qi@linaro.org>
3606
3607 * linux-aarch64-low.c (enum aarch64_opcodes): Move to
3608 arch/aarch64-insn.h.
3609 (struct aarch64_memory_operand): Likewise.
3610 (ENCODE): Likewise.
3611 (emit_insn): Move to arch/aarch64-insn.c.
3612 (emit_b, emit_bcond, emit_cb, emit_tb): Remove.
3613 (emit_load_store): Move to arch/aarch64-insn.c.
3614 (emit_ldr, emit_ldrb, emit_ldrsw, emit_nop): Remove.
3615 (can_encode_int32): Remove.
3616
3617 2015-10-12 Yao Qi <yao.qi@linaro.org>
3618
3619 * linux-aarch64-low.c (extract_signed_bitfield): Remove.
3620 (aarch64_decode_ldr_literal): Move to gdb/arch/aarch64-insn.c.
3621 (aarch64_relocate_instruction): Likewise.
3622 (struct aarch64_insn_data): Move to gdb/arch/aarch64-insn.h.
3623 (struct aarch64_insn_visitor): Likewise.
3624
3625 2015-10-12 Yao Qi <yao.qi@linaro.org>
3626
3627 * linux-aarch64-low.c (struct aarch64_insn_data): New.
3628 (struct aarch64_insn_visitor): New.
3629 (struct aarch64_insn_relocation_data): New.
3630 (aarch64_ftrace_insn_reloc_b): New function.
3631 (aarch64_ftrace_insn_reloc_b_cond): Likewise.
3632 (aarch64_ftrace_insn_reloc_cb): Likewise.
3633 (aarch64_ftrace_insn_reloc_tb): Likewise.
3634 (aarch64_ftrace_insn_reloc_adr): Likewise.
3635 (aarch64_ftrace_insn_reloc_ldr_literal): Likewise.
3636 (aarch64_ftrace_insn_reloc_others): Likewise.
3637 (visitor): New.
3638 (aarch64_relocate_instruction): Use visitor.
3639
3640 2015-10-12 Yao Qi <yao.qi@linaro.org>
3641
3642 * linux-aarch64-low.c (aarch64_relocate_instruction): Return
3643 int. Add argument buf.
3644 (aarch64_install_fast_tracepoint_jump_pad): Pass buf to
3645 aarch64_relocate_instruction.
3646
3647 2015-10-12 Yao Qi <yao.qi@linaro.org>
3648
3649 * linux-aarch64-low.c (aarch64_relocate_instruction): Add
3650 argument insn. Remove local variable insn. Don't call
3651 target_read_uint32.
3652 (aarch64_install_fast_tracepoint_jump_pad): Call
3653 target_read_uint32.
3654
3655 2015-09-30 Yao Qi <yao.qi@linaro.org>
3656
3657 * linux-aarch64-low.c (emit_movk): Shorten a long line.
3658 (emit_load_store_pair): Likewise.
3659
3660 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * dll.c (match_dll): Add cast(s).
3663 (unloaded_dll): Likewise.
3664 * linux-low.c (second_thread_of_pid_p): Likewise.
3665 (delete_lwp_callback): Likewise.
3666 (count_events_callback): Likewise.
3667 (select_event_lwp_callback): Likewise.
3668 (linux_set_resume_request): Likewise.
3669 * server.c (accumulate_file_name_length): Likewise.
3670 (emit_dll_description): Likewise.
3671 (handle_qxfer_threads_worker): Likewise.
3672 (visit_actioned_threads): Likewise.
3673 * thread-db.c (any_thread_of): Likewise.
3674 * tracepoint.c (same_process_p): Likewise.
3675 (match_blocktype): Likewise.
3676 (build_traceframe_info_xml): Likewise.
3677
3678 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
3679
3680 * ax.c (gdb_parse_agent_expr): Add cast to allocation result
3681 assignment.
3682 (gdb_unparse_agent_expr): Likewise.
3683 * hostio.c (require_data): Likewise.
3684 (handle_pread): Likewise.
3685 * linux-low.c (disable_regset): Likewise.
3686 (fetch_register): Likewise.
3687 (store_register): Likewise.
3688 (get_dynamic): Likewise.
3689 (linux_qxfer_libraries_svr4): Likewise.
3690 * mem-break.c (delete_fast_tracepoint_jump): Likewise.
3691 (set_fast_tracepoint_jump): Likewise.
3692 (uninsert_fast_tracepoint_jumps_at): Likewise.
3693 (reinsert_fast_tracepoint_jumps_at): Likewise.
3694 (validate_inserted_breakpoint): Likewise.
3695 (clone_agent_expr): Likewise.
3696 * regcache.c (init_register_cache): Likewise.
3697 * remote-utils.c (putpkt_binary_1): Likewise.
3698 (decode_M_packet): Likewise.
3699 (decode_X_packet): Likewise.
3700 (look_up_one_symbol): Likewise.
3701 (relocate_instruction): Likewise.
3702 (monitor_output): Likewise.
3703 * server.c (handle_search_memory): Likewise.
3704 (handle_qxfer_exec_file): Likewise.
3705 (handle_qxfer_libraries): Likewise.
3706 (handle_qxfer): Likewise.
3707 (handle_query): Likewise.
3708 (handle_v_cont): Likewise.
3709 (handle_v_run): Likewise.
3710 (captured_main): Likewise.
3711 * target.c (write_inferior_memory): Likewise.
3712 * thread-db.c (try_thread_db_load_from_dir): Likewise.
3713 * tracepoint.c (init_trace_buffer): Likewise.
3714 (add_tracepoint_action): Likewise.
3715 (add_traceframe): Likewise.
3716 (add_traceframe_block): Likewise.
3717 (cmd_qtdpsrc): Likewise.
3718 (cmd_qtdv): Likewise.
3719 (cmd_qtstatus): Likewise.
3720 (response_source): Likewise.
3721 (response_tsv): Likewise.
3722 (cmd_qtnotes): Likewise.
3723 (gdb_collect): Likewise.
3724 (initialize_tracepoint): Likewise.
3725
3726 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3727
3728 * linux-aarch64-low-.c: Include ax.h and tracepoint.h.
3729 (enum aarch64_opcodes) <RET>, <SUBS>, <AND>, <ORR>, <ORN>,
3730 <EOR>, <LSLV>, <LSRV>, <ASRV>, <SBFM>, <UBFM>, <CSINC>, <MUL>,
3731 <NOP>: New.
3732 (enum aarch64_condition_codes): New enum.
3733 (w0): New static global.
3734 (fp): Likewise.
3735 (lr): Likewise.
3736 (struct aarch64_memory_operand) <type>: New
3737 MEMORY_OPERAND_POSTINDEX type.
3738 (postindex_memory_operand): New helper function.
3739 (emit_ret): New function.
3740 (emit_load_store_pair): New function, factored out of emit_stp
3741 with support for MEMORY_OPERAND_POSTINDEX.
3742 (emit_stp): Rewrite using emit_load_store_pair.
3743 (emit_ldp): New function.
3744 (emit_load_store): Likewise.
3745 (emit_ldr): Mention post-index instruction in comment.
3746 (emit_ldrh): New function.
3747 (emit_ldrb): New function.
3748 (emit_ldrsw): Mention post-index instruction in comment.
3749 (emit_str): Likewise.
3750 (emit_subs): New function.
3751 (emit_cmp): Likewise.
3752 (emit_and): Likewise.
3753 (emit_orr): Likewise.
3754 (emit_orn): Likewise.
3755 (emit_eor): Likewise.
3756 (emit_mvn): Likewise.
3757 (emit_lslv): Likewise.
3758 (emit_lsrv): Likewise.
3759 (emit_asrv): Likewise.
3760 (emit_mul): Likewise.
3761 (emit_sbfm): Likewise.
3762 (emit_sbfx): Likewise.
3763 (emit_ubfm): Likewise.
3764 (emit_ubfx): Likewise.
3765 (emit_csinc): Likewise.
3766 (emit_cset): Likewise.
3767 (emit_nop): Likewise.
3768 (emit_ops_insns): New helper function.
3769 (emit_pop): Likewise.
3770 (emit_push): Likewise.
3771 (aarch64_emit_prologue): New function.
3772 (aarch64_emit_epilogue): Likewise.
3773 (aarch64_emit_add): Likewise.
3774 (aarch64_emit_sub): Likewise.
3775 (aarch64_emit_mul): Likewise.
3776 (aarch64_emit_lsh): Likewise.
3777 (aarch64_emit_rsh_signed): Likewise.
3778 (aarch64_emit_rsh_unsigned): Likewise.
3779 (aarch64_emit_ext): Likewise.
3780 (aarch64_emit_log_not): Likewise.
3781 (aarch64_emit_bit_and): Likewise.
3782 (aarch64_emit_bit_or): Likewise.
3783 (aarch64_emit_bit_xor): Likewise.
3784 (aarch64_emit_bit_not): Likewise.
3785 (aarch64_emit_equal): Likewise.
3786 (aarch64_emit_less_signed): Likewise.
3787 (aarch64_emit_less_unsigned): Likewise.
3788 (aarch64_emit_ref): Likewise.
3789 (aarch64_emit_if_goto): Likewise.
3790 (aarch64_emit_goto): Likewise.
3791 (aarch64_write_goto_address): Likewise.
3792 (aarch64_emit_const): Likewise.
3793 (aarch64_emit_call): Likewise.
3794 (aarch64_emit_reg): Likewise.
3795 (aarch64_emit_pop): Likewise.
3796 (aarch64_emit_stack_flush): Likewise.
3797 (aarch64_emit_zero_ext): Likewise.
3798 (aarch64_emit_swap): Likewise.
3799 (aarch64_emit_stack_adjust): Likewise.
3800 (aarch64_emit_int_call_1): Likewise.
3801 (aarch64_emit_void_call_2): Likewise.
3802 (aarch64_emit_eq_goto): Likewise.
3803 (aarch64_emit_ne_goto): Likewise.
3804 (aarch64_emit_lt_goto): Likewise.
3805 (aarch64_emit_le_goto): Likewise.
3806 (aarch64_emit_gt_goto): Likewise.
3807 (aarch64_emit_ge_got): Likewise.
3808 (aarch64_emit_ops_impl): New static global variable.
3809 (aarch64_emit_ops): New target function, return
3810 &aarch64_emit_ops_impl.
3811 (struct linux_target_ops): Install it.
3812
3813 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3814
3815 * Makefile.in (linux-aarch64-ipa.o, aarch64-ipa.o): New rules.
3816 * configure.srv (aarch64*-*-linux*): Add linux-aarch64-ipa.o and
3817 aarch64-ipa.o.
3818 * linux-aarch64-ipa.c: New file.
3819 * linux-aarch64-low.c: Include arch/aarch64-insn.h, inttypes.h
3820 and endian.h.
3821 (aarch64_get_thread_area): New target method.
3822 (extract_signed_bitfield): New helper function.
3823 (aarch64_decode_ldr_literal): New function.
3824 (enum aarch64_opcodes): New enum.
3825 (struct aarch64_register): New struct.
3826 (struct aarch64_operand): New struct.
3827 (x0): New static global.
3828 (x1): Likewise.
3829 (x2): Likewise.
3830 (x3): Likewise.
3831 (x4): Likewise.
3832 (w2): Likewise.
3833 (ip0): Likewise.
3834 (sp): Likewise.
3835 (xzr): Likewise.
3836 (aarch64_register): New helper function.
3837 (register_operand): Likewise.
3838 (immediate_operand): Likewise.
3839 (struct aarch64_memory_operand): New struct.
3840 (offset_memory_operand): New helper function.
3841 (preindex_memory_operand): Likewise.
3842 (enum aarch64_system_control_registers): New enum.
3843 (ENCODE): New macro.
3844 (emit_insn): New helper function.
3845 (emit_b): New function.
3846 (emit_bcond): Likewise.
3847 (emit_cb): Likewise.
3848 (emit_tb): Likewise.
3849 (emit_blr): Likewise.
3850 (emit_stp): Likewise.
3851 (emit_ldp_q_offset): Likewise.
3852 (emit_stp_q_offset): Likewise.
3853 (emit_load_store): Likewise.
3854 (emit_ldr): Likewise.
3855 (emit_ldrsw): Likewise.
3856 (emit_str): Likewise.
3857 (emit_ldaxr): Likewise.
3858 (emit_stxr): Likewise.
3859 (emit_stlr): Likewise.
3860 (emit_data_processing_reg): Likewise.
3861 (emit_data_processing): Likewise.
3862 (emit_add): Likewise.
3863 (emit_sub): Likewise.
3864 (emit_mov): Likewise.
3865 (emit_movk): Likewise.
3866 (emit_mov_addr): Likewise.
3867 (emit_mrs): Likewise.
3868 (emit_msr): Likewise.
3869 (emit_sevl): Likewise.
3870 (emit_wfe): Likewise.
3871 (append_insns): Likewise.
3872 (can_encode_int32_in): New helper function.
3873 (aarch64_relocate_instruction): New function.
3874 (aarch64_install_fast_tracepoint_jump_pad): Likewise.
3875 (aarch64_get_min_fast_tracepoint_insn_len): Likewise.
3876 (struct linux_target_ops): Install aarch64_get_thread_area,
3877 aarch64_install_fast_tracepoint_jump_pad and
3878 aarch64_get_min_fast_tracepoint_insn_len.
3879
3880 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
3881
3882 * Makefile.in (aarch64-insn.o): New rule.
3883 * configure.srv (aarch64*-*-linux*): Add aarch64-insn.o.
3884
3885 2015-09-21 Yao Qi <yao.qi@linaro.org>
3886
3887 * ax.c [!IN_PROCESS_AGENT] (gdb_agent_op_sizes): Define it.
3888
3889 2015-09-21 Yao Qi <yao.qi@linaro.org>
3890
3891 * tracepoint.c (max_jump_pad_size): Remove.
3892
3893 2015-09-18 Yao Qi <yao.qi@linaro.org>
3894
3895 * linux-aarch64-low.c: Don't include sys/uio.h.
3896 (ps_get_thread_area): Call aarch64_ps_get_thread_area.
3897
3898 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
3899
3900 * tracepoint.c (eval_result_type): Change prototype.
3901 (condition_true_at_tracepoint): Fix argument to compiled_cond.
3902
3903 2015-09-15 Pedro Alves <palves@redhat.com>
3904
3905 * remote-utils.c (prepare_resume_reply) <TARGET_WAITKIND_EXECD>:
3906 Check whether to report exec events instead of checking whether
3907 multiprocess is enabled.
3908
3909 2015-09-15 Pedro Alves <palves@redhat.com>
3910
3911 PR remote/18965
3912 * remote-utils.c (prepare_resume_reply): Merge
3913 TARGET_WAITKIND_VFORK_DONE switch case with the
3914 TARGET_WAITKIND_FORKED case.
3915
3916 2015-09-15 Yao Qi <yao.qi@linaro.org>
3917
3918 * server.c (handle_query): Check string comparison using
3919 "else if" instead of "if".
3920
3921 2015-09-15 Yao Qi <yao.qi@linaro.org>
3922
3923 * server.c (vCont_supported): New global variable.
3924 (handle_query): Set vCont_supported to 1 if "vContSupported+"
3925 matches. Append ";vContSupported+" to own_buf.
3926 (handle_v_requests): Append ";s;S" to own_buf if target supports
3927 hardware single step or vCont_supported is false.
3928 (capture_main): Set vCont_supported to zero.
3929
3930 2015-09-15 Yao Qi <yao.qi@linaro.org>
3931
3932 * linux-low.c (linux_supports_conditional_breakpoints): Rename
3933 it to ...
3934 (linux_supports_hardware_single_step): ... New function.
3935 (linux_target_ops): Update.
3936 * lynx-low.c (lynx_target_ops): Set field
3937 supports_hardware_single_step to target_can_do_hardware_single_step.
3938 * nto-low.c (nto_target_ops): Likewise.
3939 * spu-low.c (spu_target_ops): Likewise.
3940 * win32-low.c (win32_target_ops): Likewise.
3941 * target.c (target_can_do_hardware_single_step): New function.
3942 * target.h (struct target_ops) <supports_conditional_breakpoints>:
3943 Remove. <supports_hardware_single_step>: New field.
3944 (target_supports_conditional_breakpoints): Remove.
3945 (target_supports_hardware_single_step): New macro.
3946 (target_can_do_hardware_single_step): Declare.
3947 * server.c (handle_query): Use target_supports_hardware_single_step
3948 instead of target_supports_conditional_breakpoints.
3949
3950 2015-09-15 Yao Qi <yao.qi@linaro.org>
3951
3952 * linux-aarch64-low.c (aarch64_linux_siginfo_fixup): New
3953 function.
3954 (struct linux_target_ops the_low_target): Install
3955 aarch64_linux_siginfo_fixup.
3956
3957 2015-09-11 Don Breazeal <donb@codesourcery.com>
3958 Luis Machado <lgustavo@codesourcery.com>
3959
3960 * linux-low.c (linux_mourn): Static declaration.
3961 (linux_arch_setup): Move in front of
3962 handle_extended_wait.
3963 (linux_arch_setup_thread): New function.
3964 (handle_extended_wait): Handle exec events. Call
3965 linux_arch_setup_thread. Make event_lwp argument a
3966 pointer-to-a-pointer.
3967 (check_zombie_leaders): Do not check stopped threads.
3968 (linux_low_ptrace_options): Add PTRACE_O_TRACEEXEC.
3969 (linux_low_filter_event): Add lwp and thread for exec'ing
3970 non-leader thread if leader thread has been deleted.
3971 Refactor code into linux_arch_setup_thread and call it.
3972 Pass child lwp pointer by reference to handle_extended_wait.
3973 (linux_wait_for_event_filtered): Update comment.
3974 (linux_wait_1): Prevent clobbering exec event status.
3975 (linux_supports_exec_events): New function.
3976 (linux_target_ops) <supports_exec_events>: Initialize new member.
3977 * lynx-low.c (lynx_target_ops) <supports_exec_events>: Initialize
3978 new member.
3979 * remote-utils.c (prepare_resume_reply): New stop reason 'exec'.
3980 * server.c (report_exec_events): New global variable.
3981 (handle_query): Handle qSupported query for exec-events feature.
3982 (captured_main): Initialize report_exec_events.
3983 * server.h (report_exec_events): Declare new global variable.
3984 * target.h (struct target_ops) <supports_exec_events>: New
3985 member.
3986 (target_supports_exec_events): New macro.
3987 * win32-low.c (win32_target_ops) <supports_exec_events>:
3988 Initialize new member.
3989
3990 2015-09-09 Markus Metzger <markus.t.metzger@intel.com>
3991
3992 * linux-low.c (linux_low_enable_btrace): Remove.
3993 (linux_target_ops): Replace linux_low_enable_btrace with
3994 linux_enable_btrace.
3995
3996 2015-09-03 Yao Qi <yao.qi@linaro.org>
3997
3998 * linux-aarch64-low.c (aarch64_insert_point): Call
3999 aarch64_handle_watchpoint if aarch64_linux_region_ok_for_watchpoint
4000 returns true.
4001
4002 2015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4003
4004 * linux-low.c (check_stopped_by_breakpoint): Use
4005 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
4006
4007 2015-08-27 Pedro Alves <palves@redhat.com>
4008
4009 * proc-service.c (ps_pdwrite): Return PS_ERR/PS_OK explicily.
4010
4011 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
4012
4013 * ax.c (gdb_parse_agent_expr): Replace xmalloc-family function with
4014 the XNEW-family equivalent.
4015 (compile_bytecodes): Likewise.
4016 * dll.c (loaded_dll): Likewise.
4017 * event-loop.c (append_callback_event): Likewise.
4018 (create_file_handler): Likewise.
4019 (create_file_event): Likewise.
4020 * hostio.c (handle_open): Likewise.
4021 * inferiors.c (add_thread): Likewise.
4022 (add_process): Likewise.
4023 * linux-aarch64-low.c (aarch64_linux_new_process): Likewise.
4024 * linux-arm-low.c (arm_new_process): Likewise.
4025 (arm_new_thread): Likewise.
4026 * linux-low.c (add_to_pid_list): Likewise.
4027 (linux_add_process): Likewise.
4028 (handle_extended_wait): Likewise.
4029 (add_lwp): Likewise.
4030 (enqueue_one_deferred_signal): Likewise.
4031 (enqueue_pending_signal): Likewise.
4032 (linux_resume_one_lwp_throw): Likewise.
4033 (linux_resume_one_thread): Likewise.
4034 (linux_read_memory): Likewise.
4035 (linux_write_memory): Likewise.
4036 * linux-mips-low.c (mips_linux_new_process): Likewise.
4037 (mips_linux_new_thread): Likewise.
4038 (mips_add_watchpoint): Likewise.
4039 * linux-x86-low.c (initialize_low_arch): Likewise.
4040 * lynx-low.c (lynx_add_process): Likewise.
4041 * mem-break.c (set_raw_breakpoint_at): Likewise.
4042 (set_breakpoint): Likewise.
4043 (add_condition_to_breakpoint): Likewise.
4044 (add_commands_to_breakpoint): Likewise.
4045 (clone_agent_expr): Likewise.
4046 (clone_one_breakpoint): Likewise.
4047 * regcache.c (new_register_cache): Likewise.
4048 * remote-utils.c (look_up_one_symbol): Likewise.
4049 * server.c (queue_stop_reply): Likewise.
4050 (start_inferior): Likewise.
4051 (queue_stop_reply_callback): Likewise.
4052 (handle_target_event): Likewise.
4053 * spu-low.c (fetch_ppc_memory): Likewise.
4054 (store_ppc_memory): Likewise.
4055 * target.c (set_target_ops): Likewise.
4056 * thread-db.c (thread_db_load_search): Likewise.
4057 (try_thread_db_load_1): Likewise.
4058 * tracepoint.c (add_tracepoint): Likewise.
4059 (add_tracepoint_action): Likewise.
4060 (create_trace_state_variable): Likewise.
4061 (cmd_qtdpsrc): Likewise.
4062 (cmd_qtro): Likewise.
4063 (add_while_stepping_state): Likewise.
4064 * win32-low.c (child_add_thread): Likewise.
4065 (get_image_name): Likewise.
4066
4067 2015-08-25 Yao Qi <yao.qi@linaro.org>
4068
4069 * linux-aarch64-low.c (aarch64_linux_new_thread): Remove.
4070
4071 2015-08-25 Yao Qi <yao.qi@linaro.org>
4072
4073 * Makefile.in (aarch64-linux.o): New rule.
4074 * configure.srv (aarch64*-*-linux*): Append aarch64-linux.o to
4075 srv_tgtobj.
4076 * linux-aarch64-low.c: Include nat/aarch64-linux.h.
4077 (aarch64_init_debug_reg_state): Make it extern.
4078 (aarch64_linux_prepare_to_resume): Remove.
4079
4080 2015-08-25 Yao Qi <yao.qi@linaro.org>
4081
4082 * linux-aarch64-low.c (aarch64_linux_prepare_to_resume): Use
4083 lwp_arch_private_info and ptid_of_lwp.
4084
4085 2015-08-25 Yao Qi <yao.qi@linaro.org>
4086
4087 * linux-aarch64-low.c (aarch64_get_debug_reg_state): Add argument pid.
4088 Find proc_info by find_process_pid. All callers updated.
4089
4090 2015-08-25 Yao Qi <yao.qi@linaro.org>
4091
4092 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
4093 Remove.
4094 (debug_reg_change_callback): Remove.
4095 (aarch64_notify_debug_reg_change): Remove.
4096
4097 2015-08-25 Yao Qi <yao.qi@linaro.org>
4098
4099 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
4100 Call current_lwp_ptid.
4101
4102 2015-08-25 Yao Qi <yao.qi@linaro.org>
4103
4104 * linux-aarch64-low.c (debug_reg_change_callback): Use
4105 debug_printf.
4106
4107 2015-08-25 Yao Qi <yao.qi@linaro.org>
4108
4109 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
4110
4111 2015-08-25 Yao Qi <yao.qi@linaro.org>
4112
4113 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
4114
4115 2015-08-25 Yao Qi <yao.qi@linaro.org>
4116
4117 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
4118 the code.
4119
4120 2015-08-25 Yao Qi <yao.qi@linaro.org>
4121
4122 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
4123 Remove.
4124 (debug_reg_change_callback): Remove argument entry and add argument
4125 lwp. Remove local variable thread. Don't print thread id in the
4126 debugging output. Don't check whether pid of thread equals to pid.
4127 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
4128 iterate_over_lwps instead find_inferior.
4129
4130 2015-08-24 Pedro Alves <palves@redhat.com>
4131
4132 * inferiors.c (get_first_process): New function.
4133 * inferiors.h (get_first_process): New declaration.
4134 * remote-utils.c (read_ptid): Default to the first process in the
4135 list, instead of to the current thread's process.
4136
4137 2015-08-24 Pedro Alves <palves@redhat.com>
4138
4139 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
4140 * event-loop.c: Likewise.
4141 * remote-utils.c: Likewise.
4142 * tracepoint.c: Likewise.
4143
4144 2015-08-24 Pedro Alves <palves@redhat.com>
4145
4146 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
4147 ptid_get_lwp.
4148
4149 2015-08-21 Pedro Alves <palves@redhat.com>
4150
4151 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
4152 instead of literal 1.
4153
4154 2015-08-21 Pedro Alves <palves@redhat.com>
4155
4156 * tdesc.c (default_description): Explicitly zero-initialize.
4157
4158 2015-08-21 Pedro Alves <palves@redhat.com>
4159
4160 PR gdb/18749
4161 * inferiors.c (remove_thread): Discard any pending stop reply for
4162 this thread.
4163 * server.c (remove_all_on_match_pid): Rename to ...
4164 (remove_all_on_match_ptid): ... this. Work with a filter ptid
4165 instead of a pid.
4166 (discard_queued_stop_replies): Change parameter to a ptid. Now
4167 extern.
4168 (handle_v_kill, kill_inferior_callback, captured_main)
4169 (process_serial_event): Adjust.
4170 * server.h (discard_queued_stop_replies): Declare.
4171
4172 2015-08-21 Pedro Alves <palves@redhat.com>
4173
4174 * linux-low.c (wait_for_sigstop): Always switch to no thread
4175 selected if the previously current thread dies.
4176 * lynx-low.c (lynx_request_interrupt): Use the first thread's
4177 process instead of the current thread's.
4178 * remote-utils.c (input_interrupt): Don't check if there's no
4179 current thread.
4180 * server.c (gdb_read_memory, gdb_write_memory): If setting the
4181 current thread to the general thread fails, error out.
4182 (handle_qxfer_auxv, handle_qxfer_libraries)
4183 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
4184 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
4185 (handle_query): Check if there's a thread selected instead of
4186 checking whether there's any thread in the thread list.
4187 (handle_qxfer_threads, handle_qxfer_btrace)
4188 (handle_qxfer_btrace_conf): Don't error out early if there's no
4189 thread in the thread list.
4190 (handle_v_cont, myresume): Don't set the current thread to the
4191 continue thread.
4192 (process_serial_event) <Hg handling>: Also set thread_id if the
4193 previous general thread is still alive.
4194 (process_serial_event) <g/G handling>: If setting the current
4195 thread to the general thread fails, error out.
4196 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
4197 thread's lwp instead of the current thread's.
4198 * target.c (set_desired_thread): If the desired thread was not
4199 found, leave the current thread pointing to NULL. Return an int
4200 (boolean) indicating success.
4201 * target.h (set_desired_thread): Change return type to int.
4202
4203 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
4204
4205 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
4206 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
4207 #includes.
4208 (ps_get_thread_area): New function.
4209
4210 2015-08-19 Gary Benson <gbenson@redhat.com>
4211
4212 * hostio.c (handle_pread): Do not attempt to read more data
4213 than hostio_reply_with_data can fit in a packet.
4214
4215 2015-08-18 Joel Brobecker <brobecker@adacore.com>
4216
4217 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
4218
4219 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
4220
4221 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
4222
4223 2015-08-06 Pedro Alves <palves@redhat.com>
4224
4225 * tracepoint.c (expr_eval_result): Now an int.
4226
4227 2015-08-06 Pedro Alves <palves@redhat.com>
4228
4229 * gdbthread.h (struct regcache): Forward declare.
4230 (struct thread_info) <regcache_data>: Now a struct regcache
4231 pointer.
4232 * inferiors.c (inferior_regcache_data)
4233 (set_inferior_regcache_data): Now work with struct regcache
4234 pointers.
4235 * inferiors.h (struct regcache): Forward declare.
4236 (inferior_regcache_data, set_inferior_regcache_data): Now work
4237 with struct regcache pointers.
4238 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
4239 (free_register_cache_thread): Remove struct regcache pointer
4240 casts.
4241
4242 2015-08-06 Pedro Alves <palves@redhat.com>
4243
4244 * server.c (captured_main): On error, print the exception message
4245 to stderr, and if run_once is set, throw a quit.
4246
4247 2015-08-06 Pedro Alves <palves@redhat.com>
4248
4249 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
4250 the current thread.
4251
4252 2015-08-06 Pedro Alves <palves@redhat.com>
4253
4254 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
4255 reading beyond the passed in buffer length.
4256
4257 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
4258
4259 * tracepoint.c (symbol_list) <required>: Remove.
4260
4261 2015-08-06 Pedro Alves <palves@redhat.com>
4262
4263 * linux-low.c (handle_extended_wait): Set the fork child's suspend
4264 count if stopping and suspending threads.
4265 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
4266 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
4267 (linux_detach): Complete an ongoing step-over.
4268 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
4269 throughout.
4270 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
4271 (linux_wait_1): If passing a signal to the inferior after
4272 finishing a step-over, unsuspend and re-resume all lwps. If we
4273 see a single-step event but the thread should be continuing, don't
4274 pass the trap to gdb.
4275 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
4276 internal_error instead of gdb_assert.
4277 (enqueue_pending_signal): New function.
4278 (check_ptrace_stopped_lwp_gone): Add debug output.
4279 (start_step_over): Use internal_error instead of gdb_assert.
4280 (complete_ongoing_step_over): New function.
4281 (linux_resume_one_thread): Don't resume a suspended thread.
4282 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
4283 it stepping.
4284
4285 2015-08-06 Pedro Alves <palves@redhat.com>
4286
4287 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
4288 (linux_thread_alive): Use lwp_is_marked_dead.
4289 (extended_event_reported): Delete.
4290 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
4291 instead of extended_event_reported.
4292 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
4293 as well.
4294 (lwp_is_marked_dead): New function.
4295 (lwp_running): Use lwp_is_marked_dead.
4296 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
4297 comment.
4298
4299 2015-08-06 Pedro Alves <palves@redhat.com>
4300
4301 * linux-low.c (linux_wait_1): Move fork event output out of the
4302 !report_to_gdb check. Pass event_child->waitstatus to
4303 target_waitstatus_to_string instead of ourstatus.
4304
4305 2015-08-04 Yao Qi <yao.qi@linaro.org>
4306
4307 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
4308 if current_thread is 32 bit.
4309
4310 2015-08-04 Yao Qi <yao.qi@linaro.org>
4311
4312 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
4313 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
4314 * server.c (extended_protocol): Remove "static".
4315 * server.h (extended_protocol): Declare it.
4316
4317 2015-08-04 Yao Qi <yao.qi@linaro.org>
4318
4319 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
4320 both aarch64 and aarch32.
4321 (aarch64_set_pc): Likewise.
4322
4323 2015-08-04 Yao Qi <yao.qi@linaro.org>
4324
4325 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
4326 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
4327 arm-with-neon.xml to srv_xmlfiles.
4328 * linux-aarch64-low.c: Include linux-aarch32-low.h.
4329 (is_64bit_tdesc): New function.
4330 (aarch64_linux_read_description): New function.
4331 (aarch64_arch_setup): Call aarch64_linux_read_description.
4332 (regs_info): Rename to regs_info_aarch64.
4333 (aarch64_regs_info): Return right regs_info.
4334 (initialize_low_arch): Call initialize_low_arch_aarch32.
4335
4336 2015-08-04 Yao Qi <yao.qi@linaro.org>
4337
4338 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
4339 * linux-aarch32-low.c: New file.
4340 * linux-aarch32-low.h: New file.
4341 * linux-arm-low.c (arm_fill_gregset): Move it to
4342 linux-aarch32-low.c.
4343 (arm_store_gregset): Likewise.
4344 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
4345 (arm_store_vfpregset): Call arm_store_vfpregset_num.
4346 (arm_arch_setup): Check if PTRACE_GETREGSET works.
4347 (regs_info): Rename to regs_info_arm.
4348 (arm_regs_info): Return regs_info_aarch32 if
4349 have_ptrace_getregset is 1 and target description is
4350 arm_with_neon or arm_with_vfpv3.
4351 (initialize_low_arch): Don't call init_registers_arm_with_neon.
4352 Call initialize_low_arch_aarch32 instead.
4353
4354 2015-08-04 Yao Qi <yao.qi@linaro.org>
4355
4356 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
4357 * linux-low.c: ... here.
4358 * linux-low.h (have_ptrace_getregset): Declare it.
4359
4360 2015-08-04 Pedro Alves <palves@redhat.com>
4361
4362 * thread-db.c (struct thread_db): Use new typedefs.
4363 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
4364 CHK calls.
4365 (disable_thread_event_reporting): Cast result of dlsym to
4366 destination function pointer type.
4367 (thread_db_mourn): Use td_ta_delete_ftype.
4368
4369 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
4370
4371 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
4372 arch variant.
4373 (CDX_BREAKPOINT): Define for R2.
4374 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
4375 (the_low_target): Add comments.
4376
4377 2015-07-30 Yao Qi <yao.qi@linaro.org>
4378
4379 * linux-arm-low.c (arm_hwcap): Remove it.
4380 (arm_read_description): New local variable arm_hwcap. Don't
4381 set arm_hwcap to zero.
4382
4383 2015-07-30 Yao Qi <yao.qi@linaro.org>
4384
4385 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
4386 Use regcache->tdesc instead.
4387 (arm_store_wmmxregset): Likewise.
4388 (arm_fill_vfpregset): Likewise.
4389 (arm_store_vfpregset): Likewise.
4390
4391 2015-07-30 Yao Qi <yao.qi@linaro.org>
4392
4393 * linux-arm-low.c: Include arch/arm.h.
4394 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
4395 (arm_store_gregset): Likewise.
4396
4397 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
4398
4399 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
4400 ptrace's 4th parameter.
4401
4402 2015-07-27 Yao Qi <yao.qi@linaro.org>
4403
4404 * configure.srv (case aarch64*-*-linux*): Don't set
4405 srv_linux_usrregs.
4406
4407 2015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
4408
4409 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
4410 sys/ptrace.h.
4411 * linux-arm-low.c: Likewise.
4412 * linux-cris-low.c: Likewise.
4413 * linux-crisv32-low.c: Likewise.
4414 * linux-low.c: Likewise.
4415 * linux-m68k-low.c: Likewise.
4416 * linux-mips-low.c: Likewise.
4417 * linux-nios2-low.c: Likewise.
4418 * linux-s390-low.c: Likewise.
4419 * linux-sparc-low.c: Likewise.
4420 * linux-tic6x-low.c: Likewise.
4421 * linux-tile-low.c: Likewise.
4422 * linux-x86-low.c: Likewise.
4423
4424 2015-07-24 Pedro Alves <palves@redhat.com>
4425
4426 * config.in: Regenerate.
4427 * configure: Regenerate.
4428
4429 2015-07-24 Pedro Alves <palves@redhat.com>
4430
4431 * acinclude.m4: Include ../ptrace.m4.
4432 * configure.ac: Call GDB_AC_PTRACE.
4433 * config.in, configure: Regenerate.
4434
4435 2015-07-24 Yao Qi <yao.qi@linaro.org>
4436
4437 * linux-low.c (linux_create_inferior): Remove setting to
4438 proc->priv->new_inferior.
4439 (linux_attach): Likewise.
4440 (linux_low_filter_event): Likewise.
4441 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
4442
4443 2015-07-24 Yao Qi <yao.qi@linaro.org>
4444
4445 * linux-low.c (linux_arch_setup): New function.
4446 (linux_low_filter_event): If proc->tdesc is NULL and
4447 proc->attached is true, call the_low_target.arch_setup.
4448 Otherwise, keep status pending, and return.
4449 (linux_resume_one_lwp_throw): Don't call get_pc if
4450 thread->while_stepping isn't NULL. Don't call
4451 get_thread_regcache if proc->tdesc is NULL.
4452 (need_step_over_p): Return 0 if proc->tdesc is NULL.
4453 (linux_target_ops): Install arch_setup.
4454 * server.c (start_inferior): Call the_target->arch_setup.
4455 * target.h (struct target_ops) <arch_setup>: New field.
4456 (target_arch_setup): New marco.
4457 * lynx-low.c (lynx_target_ops): Update.
4458 * nto-low.c (nto_target_ops): Update.
4459 * spu-low.c (spu_target_ops): Update.
4460 * win32-low.c (win32_target_ops): Update.
4461
4462 2015-07-24 Yao Qi <yao.qi@linaro.org>
4463
4464 * linux-low.c (linux_add_process): Don't set
4465 proc->priv->new_inferior.
4466 (linux_create_inferior): Set proc->priv->new_inferior to 1.
4467 (linux_attach): Likewise.
4468
4469 2015-07-24 Yao Qi <yao.qi@linaro.org>
4470
4471 * server.c (start_inferior): Code refactor.
4472
4473 2015-07-24 Yao Qi <yao.qi@linaro.org>
4474
4475 * server.c (process_serial_event): Set general_thread.
4476
4477 2015-07-21 Yao Qi <yao.qi@linaro.org>
4478
4479 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
4480 aarch64_linux_get_debug_reg_capacity.
4481
4482 2015-07-17 Yao Qi <yao.qi@linaro.org>
4483
4484 * Makefile.in (aarch64-linux-hw-point.o): New rule.
4485 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
4486 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
4487 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
4488 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
4489 (AARCH64_HWP_ALIGNMENT): Likewise.
4490 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
4491 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
4492 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
4493 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
4494 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
4495 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
4496 (struct aarch64_debug_reg_state): Likewise.
4497 (struct arch_lwp_info): Likewise.
4498 (aarch64_align_watchpoint): Likewise.
4499 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
4500 (aarch64_watchpoint_length): Likewise.
4501 (aarch64_point_encode_ctrl_reg): Likewise
4502 (aarch64_point_is_aligned): Likewise.
4503 (aarch64_align_watchpoint): Likewise.
4504 (aarch64_linux_set_debug_regs):
4505 (aarch64_dr_state_insert_one_point): Likewise.
4506 (aarch64_dr_state_remove_one_point): Likewise.
4507 (aarch64_handle_breakpoint): Likewise.
4508 (aarch64_handle_aligned_watchpoint): Likewise.
4509 (aarch64_handle_unaligned_watchpoint): Likewise.
4510 (aarch64_handle_watchpoint): Likewise.
4511
4512 2015-07-17 Yao Qi <yao.qi@linaro.org>
4513
4514 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
4515 and don't aarch64_get_debug_reg_state. All callers update.
4516 (aarch64_handle_aligned_watchpoint): Likewise.
4517 (aarch64_handle_unaligned_watchpoint): Likewise.
4518 (aarch64_handle_watchpoint): Likewise.
4519 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
4520 (aarch64_remove_point): Likewise.
4521
4522 2015-07-17 Yao Qi <yao.qi@linaro.org>
4523
4524 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
4525 debug_printf.
4526 (aarch64_handle_unaligned_watchpoint): Likewise.
4527
4528 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 Revert the previous 3 commits:
4531 Move gdb_regex* to common/
4532 Move linux_find_memory_regions_full & co.
4533 gdbserver build-id attribute generator
4534
4535 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
4536 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 gdbserver build-id attribute generator.
4539 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
4540 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
4541 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
4542 (find_phdr): New.
4543 (get_dynamic): Use find_pdhr to traverse program headers.
4544 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
4545 (compare_mapping_entry_range, struct find_memory_region_callback_data)
4546 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
4547 (get_hex_build_id): New.
4548 (linux_qxfer_libraries_svr4): Add optional build-id attribute
4549 to reply XML document.
4550
4551 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
4552 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 * target.c: Include target/target-utils.h and fcntl.h.
4555 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
4556 (target_fileio_read_stralloc): New functions.
4557
4558 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4559
4560 * Makefile.in (OBS): Add gdb_regex.o.
4561 (gdb_regex.o): New.
4562 * config.in: Rebuilt.
4563 * configure: Rebuilt.
4564
4565 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
4566 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
4569 * Makefile.in (OBS): Add target-utils.o.
4570 (linux-maps.o, target-utils.o): New.
4571 * configure.srv (srv_linux_obj): Add linux-maps.o.
4572
4573 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
4574
4575 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
4576 function, return 1.
4577 (the_low_target): Install it.
4578
4579 2015-07-14 Pedro Alves <palves@redhat.com>
4580
4581 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
4582 Instead, ignore ECHILD, and throw an error for other errnos.
4583
4584 2015-07-10 Pedro Alves <palves@redhat.com>
4585
4586 * event-loop.c (struct callback_event) <data>: Change type to
4587 gdb_client_data instance instead of gdb_client_data pointer.
4588 (append_callback_event): Adjust.
4589
4590 2015-07-10 Pierre Langlois <pierre.langlois@arm.com>
4591
4592 * linux-aarch64-low.c: Add comments for each linux_target_ops
4593 method. Remove comments already covered in target_ops and
4594 linux_target_ops definitions.
4595 (the_low_target): Add comments for each unimplemented method.
4596
4597 2015-07-09 Yao Qi <yao.qi@linaro.org>
4598
4599 * linux-aarch64-low.c (aarch64_regmap): Remove.
4600 (aarch64_usrregs_info): Remove.
4601 (regs_info): Set field usrregs to NULL.
4602
4603 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
4604
4605 * linux-low.c: Include "rsp-low.h"
4606 (linux_low_encode_pt_config, linux_low_encode_raw): New.
4607 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
4608 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
4609 (handle_btrace_enable_pt): New.
4610 (handle_btrace_general_set): Support "pt".
4611 (handle_btrace_conf_general_set): Support "pt:size".
4612
4613 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
4614
4615 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
4616 Z_PACKET_SW_BP.
4617
4618 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
4619
4620 * linux-aarch64-low.c: Remove comment about endianness.
4621 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
4622 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
4623 memcmp.
4624
4625 2015-06-24 Gary Benson <gbenson@redhat.com>
4626
4627 * linux-i386-ipa.c (stdint.h): Do not include.
4628 * lynx-i386-low.c (stdint.h): Likewise.
4629 * lynx-ppc-low.c (stdint.h): Likewise.
4630 * mem-break.c (stdint.h): Likewise.
4631 * thread-db.c (stdint.h): Likewise.
4632 * tracepoint.c (stdint.h): Likewise.
4633 * win32-low.c (stdint.h): Likewise.
4634
4635 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
4636
4637 * server.c (write_qxfer_response): Update call to
4638 remote_escape_output.
4639
4640 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
4641 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 Merge multiple hex conversions.
4644 * gdbreplay.c (tohex): Rename to 'fromhex'.
4645 (logchar): Use fromhex.
4646
4647 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 * server.c (handle_qxfer_libraries): Set `version' attribute for
4650 <library-list>.
4651
4652 2015-06-10 Gary Benson <gbenson@redhat.com>
4653
4654 * target.h (struct target_ops) <multifs_open>: New field.
4655 <multifs_unlink>: Likewise.
4656 <multifs_readlink>: Likewise.
4657 * linux-low.c (nat/linux-namespaces.h): New include.
4658 (linux_target_ops): Initialize the_target->multifs_open,
4659 the_target->multifs_unlink and the_target->multifs_readlink.
4660 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
4661 * hostio.c (hostio_fs_pid): New static variable.
4662 (hostio_handle_new_gdb_connection): New function.
4663 (handle_setfs): Likewise.
4664 (handle_open): Use the_target->multifs_open as appropriate.
4665 (handle_unlink): Use the_target->multifs_unlink as appropriate.
4666 (handle_readlink): Use the_target->multifs_readlink as
4667 appropriate.
4668 (handle_vFile): Handle vFile:setfs packets.
4669 * server.c (handle_query): Call hostio_handle_new_gdb_connection
4670 after target_handle_new_gdb_connection.
4671
4672 2015-06-10 Gary Benson <gbenson@redhat.com>
4673
4674 * configure.ac (AC_CHECK_FUNCS): Add setns.
4675 * config.in: Regenerate.
4676 * configure: Likewise.
4677 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
4678 (linux-namespaces.o): New rule.
4679 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
4680
4681 2015-06-09 Gary Benson <gbenson@redhat.com>
4682
4683 * hostio.c (handle_open): Process mode argument with
4684 fileio_to_host_mode.
4685
4686 2015-06-01 Yao Qi <yao.qi@linaro.org>
4687
4688 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
4689 * linux-x86-low.c: Likewise.
4690
4691 2015-05-28 Don Breazeal <donb@codesourcery.com>
4692
4693 * linux-low.c (handle_extended_wait): Initialize
4694 thread_info.last_resume_kind for new fork children.
4695
4696 2015-05-15 Pedro Alves <palves@redhat.com>
4697
4698 * target.h (target_handle_new_gdb_connection): Rewrite using if
4699 wrapped in do/while.
4700
4701 2015-05-14 Joel Brobecker <brobecker@adacore.com>
4702
4703 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
4704 * configure, config.in: Regenerate.
4705 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
4706 Declare typedef.
4707
4708 2015-05-12 Don Breazeal <donb@codesourcery.com>
4709
4710 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
4711 PTRACE_EVENT_VFORK_DONE.
4712 (linux_low_ptrace_options, extended_event_reported): Add vfork
4713 events.
4714 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
4715 and "vforkdone" for RSP 'T' Stop Reply Packet.
4716 * server.h (report_vfork_events): Declare
4717 global variable.
4718
4719 2015-05-12 Don Breazeal <donb@codesourcery.com>
4720
4721 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
4722 (the_low_target) <new_fork>: Initialize new member.
4723 * linux-arm-low.c (arm_new_fork): New function.
4724 (the_low_target) <new_fork>: Initialize new member.
4725 * linux-low.c (handle_extended_wait): Call new target function
4726 new_fork.
4727 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
4728 * linux-mips-low.c (mips_add_watchpoint): New function
4729 extracted from mips_insert_point.
4730 (the_low_target) <new_fork>: Initialize new member.
4731 (mips_linux_new_fork): New function.
4732 (mips_insert_point): Call mips_add_watchpoint.
4733 * linux-x86-low.c (x86_linux_new_fork): New function.
4734 (the_low_target) <new_fork>: Initialize new member.
4735
4736 2015-05-12 Don Breazeal <donb@codesourcery.com>
4737
4738 * linux-low.c (handle_extended_wait): Implement return value,
4739 rename argument 'event_child' to 'event_lwp', handle
4740 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
4741 (linux_low_ptrace_options): New function.
4742 (linux_low_filter_event): Call linux_low_ptrace_options,
4743 use different argument fo linux_enable_event_reporting,
4744 use return value from handle_extended_wait.
4745 (extended_event_reported): New function.
4746 (linux_wait_1): Call extended_event_reported and set
4747 status to report fork events.
4748 (linux_write_memory): Add pid to debug message.
4749 (reset_lwp_ptrace_options_callback): New function.
4750 (linux_handle_new_gdb_connection): New function.
4751 (linux_target_ops): Initialize new structure member.
4752 * linux-low.h (struct lwp_info) <waitstatus>: New member.
4753 * lynx-low.c: Initialize new structure member.
4754 * remote-utils.c (prepare_resume_reply): Implement stop reason
4755 "fork" for "T" stop message.
4756 * server.c (handle_query): Call handle_new_gdb_connection.
4757 * server.h (report_fork_events): Declare global flag.
4758 * target.h (struct target_ops) <handle_new_gdb_connection>:
4759 New member.
4760 (target_handle_new_gdb_connection): New macro.
4761 * win32-low.c: Initialize new structure member.
4762
4763 2015-05-12 Don Breazeal <donb@codesourcery.com>
4764
4765 * mem-break.c (APPEND_TO_LIST): Define macro.
4766 (clone_agent_expr): New function.
4767 (clone_one_breakpoint): New function.
4768 (clone_all_breakpoints): New function.
4769 * mem-break.h: Declare new functions.
4770
4771 2015-05-12 Don Breazeal <donb@codesourcery.com>
4772
4773 * linux-low.c (linux_supports_fork_events): New function.
4774 (linux_supports_vfork_events): New function.
4775 (linux_target_ops): Initialize new structure members.
4776 (initialize_low): Call linux_check_ptrace_features.
4777 * lynx-low.c (lynx_target_ops): Initialize new structure
4778 members.
4779 * server.c (report_fork_events, report_vfork_events):
4780 New global flags.
4781 (handle_query): Add new features to qSupported packet and
4782 response.
4783 (captured_main): Initialize new global variables.
4784 * target.h (struct target_ops) <supports_fork_events>:
4785 New member.
4786 <supports_vfork_events>: New member.
4787 (target_supports_fork_events): New macro.
4788 (target_supports_vfork_events): New macro.
4789 * win32-low.c (win32_target_ops): Initialize new structure
4790 members.
4791
4792 2015-05-12 Gary Benson <gbenson@redhat.com>
4793
4794 * server.c (handle_qxfer_exec_file): Use current process
4795 if annex is empty.
4796
4797 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
4798
4799 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
4800 Remove HAVE_PTRACE_GETREGS conditionals.
4801 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
4802 instead of PTRACE_GETREGS and PTRACE_SETREGS.
4803
4804 2015-05-08 Yao Qi <yao.qi@linaro.org>
4805
4806 * linux-low.c (linux_supports_conditional_breakpoints): New
4807 function.
4808 (linux_target_ops): Install new target method.
4809 * lynx-low.c (lynx_target_ops): Install NULL hook for
4810 supports_conditional_breakpoints.
4811 * nto-low.c (nto_target_ops): Likewise.
4812 * spu-low.c (spu_target_ops): Likewise.
4813 * win32-low.c (win32_target_ops): Likewise.
4814 * server.c (handle_query): Check
4815 target_supports_conditional_breakpoints.
4816 * target.h (struct target_ops) <supports_conditional_breakpoints>:
4817 New field.
4818 (target_supports_conditional_breakpoints): New macro.
4819
4820 2015-05-06 Pedro Alves <palves@redhat.com>
4821
4822 PR server/18081
4823 * server.c (start_inferior): If the process exits, mourn it.
4824
4825 2015-04-21 Gary Benson <gbenson@redhat.com>
4826
4827 * hostio.c (fileio_open_flags_to_host): Factored out to
4828 fileio_to_host_openflags in common/fileio.c. Single use
4829 updated.
4830
4831 2015-04-17 Max Filippov <jcmvbkbc@gmail.com>
4832
4833 * linux-xtensa-low.c (xtensa_fill_gregset)
4834 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
4835 XCHAL_HAVE_LOOP.
4836
4837 2015-04-17 Max Filippov <jcmvbkbc@gmail.com>
4838
4839 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
4840 (regs_info): Replace usrregs pointer with NULL.
4841
4842 2015-04-17 Gary Benson <gbenson@redhat.com>
4843
4844 * target.h (struct target_ops) <pid_to_exec_file>: New field.
4845 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
4846 * server.c (handle_qxfer_exec_file): New function.
4847 (qxfer_packets): Add exec-file entry.
4848 (handle_query): Report qXfer:exec-file:read as supported packet.
4849
4850 2015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
4851
4852 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
4853
4854 2015-04-09 Gary Benson <gbenson@redhat.com>
4855
4856 * hostio-errno.c (errno_to_fileio_error): Remove function.
4857 Update caller to use remote_fileio_to_fio_error.
4858
4859 2015-04-09 Yao Qi <yao.qi@linaro.org>
4860
4861 * linux-low.c (linux_insert_point): Call
4862 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
4863 (linux_remove_point): Call remove_memory_breakpoint if type is
4864 raw_bkpt_type_sw.
4865 * linux-x86-low.c (x86_insert_point): Don't call
4866 insert_memory_breakpoint.
4867 (x86_remove_point): Don't call remove_memory_breakpoint.
4868
4869 2015-04-01 Pedro Alves <palves@redhat.com>
4870 Cleber Rosa <crosa@redhat.com>
4871
4872 * server.c (gdbserver_usage): Reorganize and extend the usage
4873 message.
4874
4875 2015-03-24 Pedro Alves <palves@redhat.com>
4876
4877 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
4878 output. Also dump TRAP_TRACE.
4879 (linux_low_filter_event): In debug output, distinguish a
4880 resume_stop SIGSTOP from a delayed SIGSTOP.
4881
4882 2015-03-24 Gary Benson <gbenson@redhat.com>
4883
4884 * linux-x86-low.c (x86_linux_new_thread): Moved to
4885 nat/x86-linux.c.
4886 (x86_linux_prepare_to_resume): Likewise.
4887
4888 2015-03-24 Gary Benson <gbenson@redhat.com>
4889
4890 * Makefile.in (x86-linux-dregs.o): New rule.
4891 * configure.srv: Add x86-linux-dregs.o to relevant targets.
4892 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
4893 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
4894 (x86_linux_dr_get): Likewise.
4895 (x86_linux_dr_set): Likewise.
4896 (update_debug_registers_callback): Likewise.
4897 (x86_linux_dr_set_addr): Likewise.
4898 (x86_linux_dr_get_addr): Likewise.
4899 (x86_linux_dr_set_control): Likewise.
4900 (x86_linux_dr_get_control): Likewise.
4901 (x86_linux_dr_get_status): Likewise.
4902 (x86_linux_update_debug_registers): Likewise.
4903
4904 2015-03-24 Gary Benson <gbenson@redhat.com>
4905
4906 * linux-x86-low.c (x86_linux_update_debug_registers):
4907 New function, factored out from...
4908 (x86_linux_prepare_to_resume): ...this.
4909
4910 2015-03-24 Gary Benson <gbenson@redhat.com>
4911
4912 * linux-x86-low.c (x86_linux_dr_get): Update comments.
4913 (x86_linux_dr_set): Likewise.
4914 (update_debug_registers_callback): Likewise.
4915 (x86_linux_dr_set_addr): Likewise.
4916 (x86_linux_dr_get_addr): Likewise.
4917 (x86_linux_dr_set_control): Likewise.
4918 (x86_linux_dr_get_control): Likewise.
4919 (x86_linux_dr_get_status): Likewise.
4920 (x86_linux_prepare_to_resume): Likewise.
4921
4922 2015-03-24 Gary Benson <gbenson@redhat.com>
4923
4924 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
4925 Use perror_with_name. Pass string through gettext.
4926 (x86_linux_dr_set): Likewise.
4927
4928 2015-03-24 Gary Benson <gbenson@redhat.com>
4929
4930 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
4931 (x86_linux_dr_set_addr): ...this.
4932 (x86_dr_low_get_addr): Rename to...
4933 (x86_linux_dr_get_addr): ...this.
4934 (x86_dr_low_set_control): Rename to...
4935 (x86_linux_dr_set_control): ...this.
4936 (x86_dr_low_get_control): Rename to...
4937 (x86_linux_dr_get_control): ...this.
4938 (x86_dr_low_get_status): Rename to...
4939 (x86_linux_dr_get_status): ...this.
4940 (x86_dr_low): Update with new function names.
4941
4942 2015-03-24 Gary Benson <gbenson@redhat.com>
4943
4944 * Makefile.in (x86-linux.o): New rule.
4945 * configure.srv: Add x86-linux.o to relevant targets.
4946 * linux-low.c (lwp_set_arch_private_info): New function.
4947 (lwp_arch_private_info): Likewise.
4948 * linux-x86-low.c: Include nat/x86-linux.h.
4949 (arch_lwp_info): Removed structure.
4950 (update_debug_registers_callback):
4951 Use lwp_set_debug_registers_changed.
4952 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
4953 and lwp_set_debug_registers_changed.
4954 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
4955
4956 2015-03-24 Gary Benson <gbenson@redhat.com>
4957
4958 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
4959 * linux-arm-low.c (arm_new_thread): Likewise.
4960 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
4961 * linux-mips-low.c (mips_linux_new_thread): Likewise.
4962 * linux-x86-low.c (x86_linux_new_thread): Likewise.
4963 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
4964
4965 2015-03-24 Gary Benson <gbenson@redhat.com>
4966
4967 * linux-low.c (ptid_of_lwp): New function.
4968 (lwp_is_stopped): Likewise.
4969 (lwp_stop_reason): Likewise.
4970 * linux-x86-low.c (update_debug_registers_callback):
4971 Use lwp_is_stopped.
4972 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
4973 lwp_stop_reason.
4974
4975 2015-03-24 Gary Benson <gbenson@redhat.com>
4976
4977 * linux-low.h (linux_stop_lwp): Remove declaration.
4978
4979 2015-03-24 Gary Benson <gbenson@redhat.com>
4980
4981 * linux-low.h: Include nat/linux-nat.h.
4982 * linux-low.c (iterate_over_lwps_args): New structure.
4983 (iterate_over_lwps_filter): New function.
4984 (iterate_over_lwps): Likewise.
4985 * linux-x86-low.c (update_debug_registers_callback):
4986 Update signature to what iterate_over_lwps expects.
4987 Remove PID check that iterate_over_lwps now performs.
4988 (x86_dr_low_set_addr): Use iterate_over_lwps.
4989 (x86_dr_low_set_control): Likewise.
4990
4991 2015-03-24 Gary Benson <gbenson@redhat.com>
4992
4993 * linux-x86-low.c (x86_debug_reg_state): New function.
4994 (x86_linux_prepare_to_resume): Use the above.
4995
4996 2015-03-24 Gary Benson <gbenson@redhat.com>
4997
4998 * linux-low.c (current_lwp_ptid): New function.
4999 * linux-x86-low.c: Include nat/linux-nat.h.
5000 (x86_dr_low_get_addr): Use current_lwp_ptid.
5001 (x86_dr_low_get_control): Likewise.
5002 (x86_dr_low_get_status): Likewise.
5003
5004 2015-03-20 Pedro Alves <palves@redhat.com>
5005
5006 * tracepoint.c (cmd_qtstatus): Make "str" const.
5007
5008 2015-03-20 Pedro Alves <palves@redhat.com>
5009
5010 * server.c (handle_general_set): Make "req_str" const.
5011
5012 2015-03-19 Pedro Alves <palves@redhat.com>
5013
5014 * linux-low.c (linux_resume_one_lwp): Rename to ...
5015 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
5016 instead call perror_with_name.
5017 (check_ptrace_stopped_lwp_gone): New function.
5018 (linux_resume_one_lwp): Reimplement as wrapper around
5019 linux_resume_one_lwp_throw that swallows errors if the LWP is
5020 gone.
5021
5022 2015-03-19 Pedro Alves <palves@redhat.com>
5023
5024 * linux-low.c (count_events_callback, select_event_lwp_callback):
5025 No longer check whether the thread has resume_stop as last resume
5026 kind.
5027
5028 2015-03-19 Pedro Alves <palves@redhat.com>
5029
5030 * linux-low.c (count_events_callback, select_event_lwp_callback):
5031 Use the lwp's status_pending_p field, not the thread's.
5032
5033 2015-03-19 Pedro Alves <palves@redhat.com>
5034
5035 * linux-low.c (select_event_lwp_callback): Update comments to
5036 no longer mention SIGTRAP.
5037
5038 2015-03-18 Gary Benson <gbenson@redhat.com>
5039
5040 * server.c (handle_query): Do not report vFile:fstat as supported.
5041
5042 2015-03-11 Gary Benson <gbenson@redhat.com>
5043
5044 * hostio.c (sys/types.h): New include.
5045 (sys/stat.h): Likewise.
5046 (common-remote-fileio.h): Likewise.
5047 (handle_fstat): New function.
5048 (handle_vFile): Handle vFile:fstat packets.
5049
5050 2015-03-11 Gary Benson <gbenson@redhat.com>
5051
5052 * configure.ac (AC_CHECK_MEMBERS): Add checks for
5053 struct stat.st_blocks and struct stat.st_blksize.
5054 * configure: Regenerate.
5055 * config.in: Likewise.
5056 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
5057 (OBS): Add common-remote-fileio.o.
5058 (common-remote-fileio.o): New rule.
5059
5060 2015-03-09 Pedro Alves <palves@redhat.com>
5061
5062 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
5063 'struct sockaddr' pointer in 'accept' call.
5064
5065 2015-03-09 Pedro Alves <palves@redhat.com>
5066
5067 Revert:
5068 2015-03-07 Pedro Alves <palves@redhat.com>
5069 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
5070 or <winsock2.h> here. Instead include "gdb_socket.h".
5071 (remote_open): Use union gdb_sockaddr_u.
5072 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
5073 or <winsock2.h> here. Instead include "gdb_socket.h".
5074 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
5075 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
5076 or <sys/un.h>.
5077 (init_named_socket, gdb_agent_helper_thread): Use union
5078 gdb_sockaddr_u.
5079
5080 2015-03-07 Pedro Alves <palves@redhat.com>
5081
5082 * configure.ac (build_warnings): Move
5083 -Wdeclaration-after-statement to the C-specific set.
5084 * configure: Regenerate.
5085
5086 2015-03-07 Pedro Alves <palves@redhat.com>
5087
5088 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
5089 or <winsock2.h> here. Instead include "gdb_socket.h".
5090 (remote_open): Use union gdb_sockaddr_u.
5091 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
5092 or <winsock2.h> here. Instead include "gdb_socket.h".
5093 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
5094 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
5095 or <sys/un.h>.
5096 (init_named_socket, gdb_agent_helper_thread): Use union
5097 gdb_sockaddr_u.
5098
5099 2015-03-07 Pedro Alves <palves@redhat.com>
5100
5101 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
5102 instead.
5103
5104 2015-03-06 Yao Qi <yao.qi@linaro.org>
5105
5106 * linux-aarch64-low.c (aarch64_insert_point): Use
5107 show_debug_regs as a boolean.
5108 (aarch64_remove_point): Likewise.
5109
5110 2015-03-05 Pedro Alves <palves@redhat.com>
5111
5112 * lynx-low.c (lynx_target_ops): Install NULL hooks for
5113 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
5114 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
5115 * nto-low.c (nto_target_ops): Likewise.
5116 * spu-low.c (spu_target_ops): Likewise.
5117 * win32-low.c (win32_target_ops): Likewise.
5118
5119 2015-03-04 Pedro Alves <palves@redhat.com>
5120
5121 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
5122 Decide whether a breakpoint triggered based on the SIGTRAP's
5123 siginfo.si_code.
5124 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
5125 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
5126 (linux_low_filter_event): Check for breakpoints before checking
5127 watchpoints.
5128 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
5129 siginfo.si_code.
5130 (linux_stopped_by_sw_breakpoint)
5131 (linux_supports_stopped_by_sw_breakpoint)
5132 (linux_stopped_by_hw_breakpoint)
5133 (linux_supports_stopped_by_hw_breakpoint): New functions.
5134 (linux_target_ops): Install new target methods.
5135
5136 2015-03-04 Pedro Alves <palves@redhat.com>
5137
5138 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
5139 * server.c (swbreak_feature, hwbreak_feature): New globals.
5140 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
5141 (captured_main): Clear swbreak_feature and hwbreak_feature.
5142 * server.h (swbreak_feature, hwbreak_feature): Declare.
5143 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
5144 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
5145 supports_stopped_by_hw_breakpoint>: New fields.
5146 (target_supports_stopped_by_sw_breakpoint)
5147 (target_stopped_by_sw_breakpoint)
5148 (target_supports_stopped_by_hw_breakpoint)
5149 (target_stopped_by_hw_breakpoint): Declare.
5150
5151 2015-03-04 Pedro Alves <palves@redhat.com>
5152
5153 enum lwp_stop_reason -> enum target_stop_reason
5154 * linux-low.c (check_stopped_by_breakpoint): Adjust.
5155 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
5156 (linux_wait_1, stuck_in_jump_pad_callback)
5157 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
5158 (linux_stopped_by_watchpoint):
5159 * linux-low.h (enum lwp_stop_reason): Delete.
5160 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
5161 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
5162
5163 2015-03-04 Yao Qi <yao.qi@linaro.org>
5164
5165 * Makefile.in (SFILES): Add linux-aarch64-low.c.
5166
5167 2015-03-03 Gary Benson <gbenson@redhat.com>
5168
5169 * hostio.c (handle_vFile): Fix prefix lengths.
5170
5171 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
5172
5173 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
5174 ptr_bits.
5175
5176 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5177
5178 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
5179 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
5180 (clean): Add "rm -f" for above C files.
5181 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
5182 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
5183 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
5184 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
5185 * linux-s390-low.c (HWCAP_S390_VX): New macro.
5186 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
5187 (init_registers_s390x_vx_linux64)
5188 (init_registers_s390x_tevx_linux64)
5189 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
5190 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
5191 declarations.
5192 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
5193 (s390_store_vxrs_high): New functions.
5194 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
5195 NT_S390_VXRS_HIGH.
5196 (s390_arch_setup): Add logic for selecting one of the new target
5197 descriptions. Activate the new vector regsets if applicable.
5198 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
5199 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
5200 and init_registers_s390x_tevx_linux64.
5201
5202 2015-03-01 Pedro Alves <palves@redhat.com>
5203
5204 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
5205 parameter.
5206
5207 2015-02-27 Pedro Alves <palves@redhat.com>
5208
5209 * linux-x86-low.c (u_debugreg_offset): New function.
5210 (x86_linux_dr_get, x86_linux_dr_set): Use it.
5211
5212 2015-02-27 Pedro Alves <palves@redhat.com>
5213
5214 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
5215 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
5216 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
5217 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
5218 (ps_lsetfpregs, ps_getpid)
5219 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
5220 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
5221 (ps_lsetxregs, ps_plog): Declare.
5222
5223 2015-02-27 Pedro Alves <palves@redhat.com>
5224
5225 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
5226 IP_AGENT_EXPORT_FUNC.
5227 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
5228 IP_AGENT_EXPORT_FUNC.
5229 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
5230 (IP_AGENT_EXPORT): Delete.
5231 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
5232 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
5233 (gdb_trampoline_buffer_error, collecting, gdb_collect)
5234 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
5235 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
5236 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
5237 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
5238 (traceframe_read_count, traceframe_write_count)
5239 (traceframes_created, trace_state_variables, get_raw_reg)
5240 (get_trace_state_variable_value, set_trace_state_variable_value)
5241 (ust_loaded, helper_thread_id, cmd_buf): Use
5242 IPA_SYM_EXPORTED_NAME.
5243 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
5244 (tracepoints) Use IP_AGENT_EXPORT_VAR.
5245 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
5246 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
5247 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
5248 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
5249 EXTERN_C_PUSH/EXTERN_C_POP.
5250 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
5251 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
5252 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
5253 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
5254 (traceframe_write_count, traceframe_read_count)
5255 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
5256 (about_to_request_buffer_space, get_trace_state_variable_value)
5257 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
5258 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
5259 EXTERN_C_PUSH/EXTERN_C_POP.
5260 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
5261 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
5262 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
5263 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
5264 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
5265 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
5266 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
5267 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
5268 Define.
5269 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
5270 (IP_AGENT_EXPORT_VAR_DECL): Define.
5271 (tracing): Declare.
5272 (gdb_agent_get_raw_reg): Declare.
5273
5274 2015-02-27 Tom Tromey <tromey@redhat.com>
5275 Pedro Alves <palves@redhat.com>
5276
5277 Rename symbols whose names are reserved C++ keywords throughout.
5278
5279 2015-02-27 Pedro Alves <palves@redhat.com>
5280
5281 * Makefile.in (COMPILER): New, get it from autoconf.
5282 (CXX): Get from autoconf instead.
5283 (COMPILE.pre): Use COMPILER.
5284 (CC-LD): Rename to ...
5285 (CC_LD): ... this. Use COMPILER.
5286 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
5287 (CXX_FOR_TARGET): Default to g++ instead of gcc.
5288 * acinclude.m4: Include build-with-cxx.m4.
5289 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
5290 Disable -Werror by default if building in C++ mode.
5291 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
5292 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
5293 the C++ compiler. Save/restore CXXFLAGS too.
5294 * configure: Regenerate.
5295
5296 2015-02-27 Pedro Alves <palves@redhat.com>
5297
5298 * acinclude.m4: Include libiberty.m4.
5299 * configure.ac: Call libiberty_INIT.
5300 * config.in, configure: Regenerate.
5301
5302 2015-02-26 Pedro Alves <palves@redhat.com>
5303
5304 * linux-low.c (linux_wait_1): When incrementing the PC past a
5305 program breakpoint always use the_low_target.breakpoint_len as
5306 increment, rather than the maximum between that and
5307 the_low_target.decr_pc_after_break.
5308
5309 2015-02-23 Pedro Alves <palves@redhat.com>
5310
5311 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
5312 thread was doing a step-over; always adjust the PC if
5313 we stepped over a permanent breakpoint.
5314 (linux_wait_1): If we stepped over breakpoint that was on top of a
5315 permanent breakpoint, manually advance the PC past it.
5316
5317 2015-02-23 Pedro Alves <palves@redhat.com>
5318
5319 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
5320 modes.
5321 (x86_fill_gregset, x86_store_gregset): Use it when handling
5322 $orig_eax.
5323
5324 2015-02-20 Pedro Alves <palves@redhat.com>
5325
5326 * thread-db.c: Include "nat/linux-procfs.h".
5327 (thread_db_init): Skip listing new threads if the kernel supports
5328 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
5329
5330 2015-02-20 Pedro Alves <palves@redhat.com>
5331
5332 * linux-low.c (status_pending_p_callback): Use ptid_match.
5333
5334 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5335
5336 PR breakpoints/16812
5337 * linux-low.c (wstatus_maybe_breakpoint): Remove.
5338 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
5339 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
5340
5341 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5342
5343 PR breakpoints/15956
5344 * tracepoint.c (cmd_qtinit): Add check for current_thread.
5345
5346 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5347
5348 * linux-low.c (linux_low_btrace_conf): Print size.
5349 * server.c (handle_btrace_conf_general_set): New.
5350 (hanle_general_set): Call handle_btrace_conf_general_set.
5351 (handle_query): Report Qbtrace-conf:bts:size as supported.
5352
5353 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * linux-low.c (linux_low_enable_btrace): Update parameters.
5356 (linux_low_btrace_conf): New.
5357 (linux_target_ops)<to_btrace_conf>: Initialize.
5358 * server.c (current_btrace_conf): New.
5359 (handle_btrace_enable): Rename to ...
5360 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
5361 to target_enable_btrace. Update comment. Update users.
5362 (handle_qxfer_btrace_conf): New.
5363 (qxfer_packets): Add btrace-conf entry.
5364 (handle_query): Report qXfer:btrace-conf:read as supported packet.
5365 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
5366 (target_ops)<read_btrace_conf>: New.
5367 (target_enable_btrace): Update parameters.
5368 (target_read_btrace_conf): New.
5369
5370 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5371
5372 * server.c (handle_btrace_general_set): Remove call to
5373 target_supports_btrace.
5374 (supported_btrace_packets): New.
5375 (handle_query): Call supported_btrace_packets.
5376 * target.h: include btrace-common.h.
5377 (btrace_target_info): Removed.
5378 (supports_btrace, target_supports_btrace): Update parameters.
5379
5380 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5381
5382 * Makefile.in (SFILES): Add common/btrace-common.c.
5383 (OBS): Add common/btrace-common.o.
5384 (btrace-common.o): Add build rules.
5385 * linux-low: Include btrace-common.h.
5386 (linux_low_read_btrace): Use struct btrace_data. Call
5387 btrace_data_init and btrace_data_fini.
5388
5389 2015-02-06 Pedro Alves <palves@redhat.com>
5390
5391 * thread-db.c (find_new_threads_callback): Add debug output.
5392
5393 2015-02-04 Pedro Alves <palves@redhat.com>
5394
5395 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
5396 (resume_stopped_resumed_lwps): New function.
5397 (linux_wait_for_event_filtered): Use it.
5398
5399 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
5400
5401 * Makefile.in (SFILES): Add linux-personality.c.
5402 (linux-personality.o): New rule.
5403 * configure.srv (srv_linux_obj): Add linux-personality.o to the
5404 list of objects to be built.
5405 * linux-low.c: Include nat/linux-personality.h.
5406 (linux_create_inferior): Remove code to disable address space
5407 randomization (moved to ../nat/linux-personality.c). Create
5408 cleanup to disable address space randomization.
5409
5410 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
5411
5412 * Makefile.in (posix-strerror.o): New rule.
5413 (mingw-strerror.o): Likewise.
5414 * configure: Regenerated.
5415 * configure.ac: Source file ../common/common.host. Initialize new
5416 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
5417
5418 2015-01-14 Yao Qi <yao@codesourcery.com>
5419
5420 * Makefile.in (SFILES): Add nat/ppc-linux.c.
5421 (ppc-linux.o): New rule.
5422 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
5423 * configure.ac: AC_CHECK_FUNCS(getauxval).
5424 * config.in: Re-generated.
5425 * configure: Re-generated.
5426 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
5427 ppc64_64bit_inferior_p
5428
5429 2015-01-14 Yao Qi <yao@codesourcery.com>
5430
5431 * linux-ppc-low.c: Include "nat/ppc-linux.h".
5432 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
5433 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
5434 (PT_ORIG_R3, PT_TRAP): Likewise.
5435 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
5436 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
5437 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
5438
5439 2015-01-10 Joel Brobecker <brobecker@adacore.com>
5440
5441 * i387-fp.c (i387_cache_to_xsave): In look over
5442 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
5443 zmmh_low_space field by use of zmmh_high_space.
5444
5445 2015-01-09 Pedro Alves <palves@redhat.com>
5446
5447 * linux-low.c (step_over_bkpt): Move higher up in the file.
5448 (handle_extended_wait): Don't store the stop_pc here.
5449 (get_stop_pc): Adjust comments and rename to ...
5450 (check_stopped_by_breakpoint): ... this. Record whether the LWP
5451 stopped for a software breakpoint or hardware breakpoint.
5452 (thread_still_has_status_pending_p): New function.
5453 (status_pending_p_callback): Use
5454 thread_still_has_status_pending_p. If the event is no longer
5455 interesting, resume the LWP.
5456 (handle_tracepoints): Add assert.
5457 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
5458 (wstatus_maybe_breakpoint): New function.
5459 (cancel_breakpoint): Delete function.
5460 (check_stopped_by_watchpoint): New function, factored out from
5461 linux_low_filter_event.
5462 (lp_status_maybe_breakpoint): Delete function.
5463 (linux_low_filter_event): Remove filter_ptid argument.
5464 Leave thread group exits pending here. Store the LWP's stop PC.
5465 Always leave events pending.
5466 (linux_wait_for_event_filtered): Pull all events out of the
5467 kernel, and leave them all pending.
5468 (count_events_callback, select_event_lwp_callback): Consider all
5469 events.
5470 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
5471 (select_event_lwp): Only give preference to the stepping LWP in
5472 all-stop mode. Adjust comments.
5473 (ignore_event): New function.
5474 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
5475 references to cancel_breakpoints. Adjust to renames. Also give
5476 equal priority to all LWPs that have had events in non-stop mode.
5477 If reporting a software breakpoint event, unadjust the LWP's PC.
5478 (linux_wait): If linux_wait_1 returned an ignored event, retry.
5479 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
5480 Adjust.
5481 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
5482 (resume_status_pending_p): Use thread_still_has_status_pending_p.
5483 (linux_stopped_by_watchpoint): Adjust.
5484 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
5485 * linux-low.h (enum lwp_stop_reason): New.
5486 (struct lwp_info) <stop_pc>: Adjust comment.
5487 <stopped_by_watchpoint>: Delete field.
5488 <stop_reason>: New field.
5489 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
5490 * mem-break.c (software_breakpoint_inserted_here)
5491 (hardware_breakpoint_inserted_here): New function.
5492 * mem-break.h (software_breakpoint_inserted_here)
5493 (hardware_breakpoint_inserted_here): Declare.
5494 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
5495 (cancel_breakpoints): Delete.
5496 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
5497 (upload_fast_traceframes): Remove references to
5498 cancel_breakpoints.
5499
5500 2015-01-09 Pedro Alves <palves@redhat.com>
5501
5502 * thread-db.c (find_new_threads_callback): Ignore thread if the
5503 kernel thread ID is -1.
5504
5505 2015-01-09 Pedro Alves <palves@redhat.com>
5506
5507 * linux-low.c (linux_attach_fail_reason_string): Move to
5508 nat/linux-ptrace.c, and rename.
5509 (linux_attach_lwp): Update comment.
5510 (attach_proc_task_lwp_callback): New function.
5511 (linux_attach): Adjust to rename and use
5512 linux_proc_attach_tgid_threads.
5513 (linux_attach_fail_reason_string): Delete declaration.
5514
5515 2015-01-01 Joel Brobecker <brobecker@adacore.com>
5516
5517 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
5518 * server.c (gdbserver_version): Likewise.
5519
5520 2014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
5521
5522 * remote-utils.c: Include ctype.h.
5523 (input_interrupt): Explicitly handle the case when the char
5524 received is the NUL byte. Improve the printing of non-ASCII
5525 characters.
5526
5527 2014-12-16 Joel Brobecker <brobecker@adacore.com>
5528
5529 * linux-low.c (linux_low_filter_event): Update call to
5530 linux_enable_event_reporting following the addition of
5531 a new parameter to that function.
5532
5533 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
5534
5535 PR server/17457
5536 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
5537 (AARCH64_FPCR_REGNO): Likewise.
5538 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
5539 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
5540 (aarch64_store_fpregset): Likewise.
5541
5542 2014-12-15 Joel Brobecker <brobecker@adacore.com>
5543
5544 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
5545 Remove FIXME comment about assumption about N.
5546
5547 2014-12-13 Joel Brobecker <brobecker@adacore.com>
5548
5549 * configure.ac: If large-file support is disabled in GDBserver,
5550 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
5551 * configure: Regenerate.
5552
5553 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5554
5555 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
5556 warning upon ENODATA from ptrace.
5557 * linux-s390-low.c (s390_store_tdb): New.
5558 (s390_regsets): Add regset for NT_S390_TDB.
5559
5560 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5561
5562 * linux-low.c (regsets_store_inferior_registers): Skip regsets
5563 without a fill_function.
5564 * linux-s390-low.c (s390_fill_last_break): Remove.
5565 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
5566 (s390_arch_setup): Use regset's size instead of fill_function for
5567 loop end condition.
5568
5569 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5570
5571 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
5572 the regset's store function when ptrace returned an error.
5573 * regcache.c (get_thread_regcache): Invalidate register cache
5574 before fetching inferior's registers.
5575
5576 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5577
5578 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
5579 while-loop as for-loop.
5580 (regsets_store_inferior_registers): Likewise.
5581
5582 2014-11-28 Yao Qi <yao@codesourcery.com>
5583
5584 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
5585 * config.in, configure: Re-generate.
5586 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
5587 is defined.
5588
5589 2014-11-21 Yao Qi <yao@codesourcery.com>
5590
5591 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
5592 (AC_CHECK_HEADERS): Remove malloc.h.
5593 * configure: Re-generated.
5594 * config.in: Re-generated.
5595 * server.h: Don't include alloca.h and malloc.h.
5596 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
5597 Don't include malloc.h.
5598
5599 2014-11-17 Joel Brobecker <brobecker@adacore.com>
5600
5601 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
5602 corresponding ERRNO check in same block.
5603
5604 2014-11-12 Pedro Alves <palves@redhat.com>
5605
5606 * server.c (cont_thread): Update comment.
5607 (start_inferior, attach_inferior): No longer clear cont_thread.
5608 (handle_v_cont): No longer set cont_thread.
5609 (captured_main): Clear cont_thread each time a GDB connects.
5610
5611 2014-11-12 Pedro Alves <palves@redhat.com>
5612
5613 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
5614 thread, and don't resume all threads if the Hc thread has exited.
5615
5616 2014-11-12 Pedro Alves <palves@redhat.com>
5617
5618 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
5619 the process group instead of to a specific LWP.
5620
5621 2014-10-15 Pedro Alves <palves@redhat.com>
5622
5623 PR server/17487
5624 * win32-arm-low.c (arm_set_thread_context): Remove current_event
5625 parameter.
5626 (arm_set_thread_context): Delete.
5627 (the_low_target): Adjust.
5628 * win32-i386-low.c (debug_registers_changed)
5629 (debug_registers_used): Delete.
5630 (update_debug_registers_callback): New function.
5631 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
5632 needing to update their debug registers.
5633 (win32_get_current_dr): New function.
5634 (x86_dr_low_get_addr, x86_dr_low_get_control)
5635 (x86_dr_low_get_status): Fetch the debug register from the thread
5636 record's context.
5637 (i386_initial_stuff): Adjust.
5638 (i386_get_thread_context): Remove current_event parameter. Don't
5639 clear debug_registers_changed nor copy DR values to
5640 debug_reg_state.
5641 (i386_set_thread_context): Delete.
5642 (i386_prepare_to_resume): New function.
5643 (i386_thread_added): Mark the thread as needing to update irs
5644 debug registers.
5645 (the_low_target): Remove i386_set_thread_context and install
5646 i386_prepare_to_resume.
5647 * win32-low.c (win32_get_thread_context): Adjust.
5648 (win32_set_thread_context): Use SetThreadContext
5649 directly.
5650 (win32_prepare_to_resume): New function.
5651 (win32_require_context): New function, factored out from ...
5652 (thread_rec): ... this.
5653 (continue_one_thread): Call win32_prepare_to_resume on each thread
5654 we're about to continue.
5655 (win32_resume): Call win32_prepare_to_resume on the event thread.
5656 * win32-low.h (struct win32_thread_info)
5657 <debug_registers_changed>: New field.
5658 (struct win32_target_ops): Change prototype of set_thread_context,
5659 delete set_thread_context and add prepare_to_resume.
5660 (win32_require_context): New declaration.
5661
5662 2014-10-08 Gary Benson <gbenson@redhat.com>
5663
5664 * server.h: Do not include common-exceptions.h.
5665
5666 2014-10-08 Gary Benson <gbenson@redhat.com>
5667
5668 * server.h: Do not include cleanups.h.
5669
5670 2014-09-30 James Hogan <james.hogan@imgtec.com>
5671
5672 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
5673 mips64-dsp-linux.c.
5674
5675 2014-09-23 Yao Qi <yao@codesourcery.com>
5676
5677 * linux-low.c (lp_status_maybe_breakpoint): New function.
5678 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
5679 (count_events_callback): Likewise.
5680 (select_event_lwp_callback): Likewise.
5681 (cancel_breakpoints_callback): Likewise.
5682
5683 2014-09-19 Don Breazeal <donb@codesourcery.com>
5684
5685 * linux-low.c (handle_extended_wait): Call
5686 linux_ptrace_get_extended_event.
5687 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
5688 linux_is_extended_waitstatus.
5689
5690 2014-09-16 Joel Brobecker <brobecker@adacore.com>
5691
5692 * Makefile.in (CPPFLAGS): Define.
5693 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
5694 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
5695
5696 2014-09-16 Gary Benson <gbenson@redhat.com>
5697
5698 * inferiors.h (current_inferior): Renamed as...
5699 (current_thread): New variable. All uses updated.
5700 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
5701 (maybe_move_out_of_jump_pad): Likewise.
5702 (cancel_breakpoint): Likewise.
5703 (linux_low_filter_event): Likewise.
5704 (wait_for_sigstop): Likewise.
5705 (linux_resume_one_lwp): Likewise.
5706 (need_step_over_p): Likewise.
5707 (start_step_over): Likewise.
5708 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
5709 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
5710 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
5711 and save_inferior as saved_thread.
5712 * regcache.c (get_thread_regcache): Renamed saved_inferior as
5713 saved_thread.
5714 (regcache_invalidate_thread): Likewise.
5715 * remote-utils.c (prepare_resume_reply): Likewise.
5716 * thread-db.c (thread_db_get_tls_address): Likewise.
5717 (disable_thread_event_reporting): Likewise.
5718 (remove_thread_event_breakpoints): Likewise.
5719 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
5720 as saved_thread.
5721 * target.h (set_desired_inferior): Renamed as...
5722 (set_desired_thread): New declaration. All uses updated.
5723 * server.c (myresume): Updated comment to reference thread instead
5724 of inferior.
5725 (handle_serial_event): Likewise.
5726 (handle_target_event): Likewise.
5727
5728 2014-09-12 Tom Tromey <tromey@redhat.com>
5729 Gary Benson <gbenson@redhat.com>
5730
5731 * regcache.h: Include common-regcache.h.
5732 (regcache_read_pc): Don't declare.
5733 * regcache.c (get_thread_regcache_for_ptid): New function.
5734
5735 2014-09-11 Tom Tromey <tromey@redhat.com>
5736 Gary Benson <gbenson@redhat.com>
5737
5738 * symbol.c: New file.
5739 * Makefile.in (SFILES): Add symbol.c.
5740 (OBS): Add symbol.o.
5741
5742 2014-09-11 Gary Benson <gbenson@redhat.com>
5743
5744 * target.c (target_stop_ptid, target_continue_ptid): New
5745 functions.
5746
5747 2014-09-11 Tom Tromey <tromey@redhat.com>
5748 Gary Benson <gbenson@redhat.com>
5749
5750 * target.h: Include target/target.h.
5751 * target.c (target_read_memory, target_read_uint32)
5752 (target_write_memory): New functions.
5753
5754 2014-09-11 Gary Benson <gbenson@redhat.com>
5755
5756 * server.h (debug_hw_points): Don't declare.
5757 * server.c (debug_hw_points): Don't define. Replace all uses
5758 with show_debug_regs.
5759 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
5760 all uses with show_debug_regs.
5761
5762 2014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5763
5764 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
5765 endianness into account.
5766 (ppc_supply_ptrace_register): Likewise.
5767
5768 2014-09-03 James Hogan <james.hogan@imgtec.com>
5769
5770 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
5771 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
5772
5773 2014-09-03 Gary Benson <gbenson@redhat.com>
5774
5775 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
5776 ALL_DEBUG_ADDRESS_REGISTERS.
5777
5778 2014-09-02 Gary Benson <gbenson@redhat.com>
5779
5780 * i386-low.h: Renamed as...
5781 * x86-low.h: New file. All type, function and variable name
5782 prefixes changed from "i386_" to "x86_". All references updated.
5783 * i386-low.c: Renamed as...
5784 * x86-low.c: New file. All type, function and variable name
5785 prefixes changed from "i386_" to "x86_". All references updated.
5786
5787 2014-09-02 Gary Benson <gbenson@redhat.com>
5788
5789 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
5790 (x86_linux_new_thread): Likewise.
5791
5792 2014-08-29 Gary Benson <gbenson@redhat.com>
5793
5794 * server.h (setjmp.h): Do not include.
5795 (toplevel): Do not declare.
5796 (common-exceptions.h): Include.
5797 (cleanups.h): Likewise.
5798 * server.c (toplevel): Do not define.
5799 (exit_code): New static global.
5800 (detach_or_kill_for_exit_cleanup): New function.
5801 (main): New function. Original main renamed to...
5802 (captured_main): New function.
5803 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
5804
5805 2014-08-29 Gary Benson <gbenson@redhat.com>
5806
5807 * Makefile.in (SFILES): Add common/common-exceptions.c.
5808 (OBS): Add common-exceptions.o.
5809 (common-exceptions.o): New rule.
5810 * utils.c (prepare_to_throw_exception): New function.
5811
5812 2014-08-29 Gary Benson <gbenson@redhat.com>
5813
5814 * config.in: Regenerate.
5815 * configure: Likewise.
5816
5817 2014-08-29 Gary Benson <gbenson@redhat.com>
5818
5819 * Makefile.in (SFILES): Add common/cleanups.c.
5820 (OBS): cleanups.o.
5821 (cleanups.o): New rule.
5822
5823 2014-08-29 Gary Benson <gbenson@redhat.com>
5824
5825 * utils.c (internal_vwarning): New function.
5826
5827 2014-08-28 Gary Benson <gbenson@redhat.com>
5828
5829 * utils.h (fatal): Remove declaration.
5830 * utils.c (fatal): Remove function.
5831
5832 2014-08-28 Gary Benson <gbenson@redhat.com>
5833
5834 * tracepoint.c (gdb_agent_init): Replace fatal with
5835 perror_with_name.
5836 (initialize_tracepoint): Likewise.
5837
5838 2014-08-28 Gary Benson <gbenson@redhat.com>
5839
5840 * remote-utils.c (remote_prepare): Replace fatal with error.
5841
5842 2014-08-28 Gary Benson <gbenson@redhat.com>
5843
5844 * linux-low.c (linux_async): Replace fatal with warning.
5845 Tidy up and return.
5846 (linux_start_non_stop): Return -1 if linux_async failed.
5847
5848 2014-08-28 Gary Benson <gbenson@redhat.com>
5849
5850 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
5851 gdb_assert.
5852 (i386_dr_low_get_addr): Remove vague comment.
5853 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
5854 gdb_assert.
5855
5856 2014-08-28 Gary Benson <gbenson@redhat.com>
5857
5858 * inferiors.c (get_thread_process): Replace check with gdb_assert.
5859 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
5860 internal_error.
5861 (linux_resume_one_lwp): Likewise.
5862 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
5863 gdb_assert.
5864 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
5865 with internal_error.
5866 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
5867 (init_register_cache): Replace fatal with gdb_assert_not_reached.
5868 (find_register_by_name): Replace fatal with internal_error.
5869 (find_regno): Likewise.
5870 * tdesc.c (init_target_desc): Replace check with gdb_assert.
5871 * thread-db.c (thread_db_create_event): Likewise.
5872 (thread_db_load_search): Likewise.
5873 (try_thread_db_load_1): Likewise.
5874 * tracepoint.c (get_jump_space_head): Replace fatal with
5875 internal_error.
5876 (claim_trampoline_space): Likewise.
5877 (have_fast_tracepoint_trampoline_buffer): Likewise.
5878 (cmd_qtstart): Likewise.
5879 (stop_tracing): Likewise.
5880 (fast_tracepoint_collecting): Likewise.
5881 (target_malloc): Likewise.
5882 (download_tracepoint): Likewise.
5883 (download_trace_state_variables): Replace check with gdb_assert.
5884 (upload_fast_traceframes): Replace fatal with internal_error.
5885
5886 2014-08-19 Tom Tromey <tromey@redhat.com>
5887 Gary Benson <gbenson@redhat.com>
5888
5889 * Makefile.in (SFILES): Add common/common-debug.c.
5890 (OBS): Add common-debug.o.
5891 (common-debug.o): New rule.
5892 * debug.h (debug_printf): Don't declare.
5893 * debug.c (debug_printf): Renamed and rewritten as...
5894 (debug_vprintf): New function.
5895
5896 2014-08-19 Gary Benson <gbenson@redhat.com>
5897
5898 * utils.h: Do not include print-utils.h.
5899
5900 2014-08-19 Tom Tromey <tromey@redhat.com>
5901 Gary Benson <gbenson@redhat.com>
5902
5903 * server.h: Add static assertion.
5904 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
5905
5906 2014-08-19 Tom Tromey <tromey@redhat.com>
5907 Gary Benson <gbenson@redhat.com>
5908
5909 * Makefile.in (SFILES): Add common/errors.c.
5910 (OBS): Add errors.o.
5911 (IPA_OBS): Add errors-ipa.o.
5912 (errors.o): New rule.
5913 (errors-ipa.o): Likewise.
5914 * utils.h (perror_with_name, error, warning): Don't declare.
5915 * utils.c (warning): Renamed and rewritten as...
5916 (vwarning): New function.
5917 (error): Renamed and rewritten as...
5918 (verror): New function.
5919 (internal_error): Renamed and rewritten as...
5920 (internal_verror): New function.
5921
5922 2014-08-07 Gary Benson <gbenson@redhat.com>
5923
5924 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
5925 * configure: Regenerate.
5926 * config.in: Likewise.
5927 * server.h: Do not include errno.h.
5928 * event-loop.c: Likewise.
5929 * hostio-errno.c: Likewise.
5930 * linux-low.c: Likewise.
5931 * remote-utils.c: Likewise.
5932 * spu-low.c: Likewise.
5933 * utils.c: Likewise.
5934 * gdbreplay.c: Unconditionally include errno.h.
5935
5936 2014-08-07 Gary Benson <gbenson@redhat.com>
5937
5938 * server.h: Do not include string.h.
5939 * event-loop.c: Likewise.
5940 * linux-low.c: Likewise.
5941 * regcache.c: Likewise.
5942 * remote-utils.c: Likewise.
5943 * spu-low.c: Likewise.
5944 * utils.c: Likewise.
5945
5946 2014-08-07 Gary Benson <gbenson@redhat.com>
5947
5948 * server.h: Do not include gdb_assert.h.
5949
5950 2014-08-07 Gary Benson <gbenson@redhat.com>
5951
5952 * server.h: Do not include common-utils.h.
5953
5954 2014-08-07 Gary Benson <gbenson@redhat.com>
5955
5956 * server.h: Do not include ptid.h.
5957 * notif.h: Likewise.
5958
5959 2014-08-07 Gary Benson <gbenson@redhat.com>
5960
5961 * server.h: Do not include gdb_locale.h.
5962
5963 2014-08-07 Gary Benson <gbenson@redhat.com>
5964
5965 * server.h: Do not include gdb/signals.h.
5966 * win32-low.c: Likewise.
5967
5968 2014-08-07 Gary Benson <gbenson@redhat.com>
5969
5970 * server.h: Do not include pathmax.h.
5971
5972 2014-08-07 Gary Benson <gbenson@redhat.com>
5973
5974 * server.h: Do not include libiberty.h.
5975 * linux-bfin-low.c: Likewise.
5976
5977 2014-08-07 Gary Benson <gbenson@redhat.com>
5978
5979 * server.h: Do not include ansidecl.h.
5980
5981 2014-08-07 Gary Benson <gbenson@redhat.com>
5982
5983 * linux-x86-low.c: Do not include stddef.h.
5984 * lynx-ppc-low.c: Likewise.
5985 * tracepoint.c: Likewise.
5986
5987 2014-08-07 Gary Benson <gbenson@redhat.com>
5988
5989 * server.h: Do not include stdarg.h.
5990 * nto-low.c: Likewise.
5991
5992 2014-08-07 Gary Benson <gbenson@redhat.com>
5993
5994 * server.h: Do not include stdlib.h.
5995 * inferiors.c: Likewise.
5996 * linux-low.c: Likewise.
5997 * regcache.c: Likewise.
5998 * spu-low.c: Likewise.
5999 * tracepoint.c: Likewise.
6000 * utils.c: Likewise.
6001
6002 2014-08-07 Gary Benson <gbenson@redhat.com>
6003
6004 * server.h: Do not include stdio.h.
6005 * linux-low.c: Likewise.
6006 * remote-utils.c: Likewise.
6007 * spu-low.c: Likewise.
6008 * utils.c: Likewise.
6009 * wincecompat.c: Likewise.
6010
6011 2014-08-06 Gary Benson <gbenson@redhat.com>
6012
6013 * regcache.c (init_register_cache): Move conditionals inside if.
6014
6015 2014-08-06 Gary Benson <gbenson@redhat.com>
6016
6017 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
6018
6019 2014-07-31 Gary Benson <gbenson@redhat.com>
6020
6021 * ax.h: Do not include server.h.
6022 * gdbthread.h: Likewise.
6023 * lynx-low.h: Likewise.
6024 * notif.h: Likewise.
6025
6026 2014-07-30 Gary Benson <gbenson@redhat.com>
6027
6028 * server.h: Include common-defs.h.
6029 Do not include config.h or build-gnulib-gdbserver/config.h.
6030
6031 2014-07-30 Gary Benson <gbenson@redhat.com>
6032
6033 * hostio-errno.c: Move server.h to top of includes list.
6034 * inferiors.c: Likewise.
6035 * linux-x86-low.c: Likewise.
6036 * notif.c: Include server.h.
6037
6038 2014-07-24 Tom Tromey <tromey@redhat.com>
6039 Gary Benson <gbenson@redhat.com>
6040
6041 * server.h (CORE_ADDR): Now unsigned.
6042
6043 2014-07-16 Pedro Alves <palves@redhat.com>
6044
6045 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
6046
6047 2014-07-15 Pedro Alves <palves@redhat.com>
6048
6049 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
6050 copy.
6051
6052 2014-07-11 Pedro Alves <palves@redhat.com>
6053
6054 * linux-low.c (kill_wait_lwp): New function, based on
6055 kill_one_lwp_callback, but use my_waitpid directly.
6056 (kill_one_lwp_callback, linux_kill): Use it.
6057
6058 2014-06-23 Pedro Alves <palves@redhat.com>
6059
6060 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
6061 before setting DR0..DR3.
6062
6063 2014-06-20 Gary Benson <gbenson@redhat.com>
6064
6065 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
6066 * configure: Regenerated.
6067 * config.in: Likewise.
6068
6069 2014-06-20 Gary Benson <gbenson@redhat.com>
6070
6071 * Makefile.in (SFILES): Update locations for files moved
6072 from common to nat.
6073 (object file files): Reordered.
6074
6075 2014-06-20 Gary Benson <gbenson@redhat.com>
6076
6077 * i386-low.h (i386_dr_low_can_set_addr): Removed.
6078 (i386_dr_low_set_addr): Likewise.
6079 (i386_dr_low_get_addr): Likewise.
6080 (i386_dr_low_can_set_control): Likewise.
6081 (i386_dr_low_set_control): Likewise.
6082 (i386_dr_low_get_control): Likewise.
6083 (i386_dr_low_get_status): Likewise.
6084 (i386_get_debug_register_length): Likewise.
6085 * linux-x86-low.c (i386_dr_low_set_addr):
6086 Changed signature. Made static.
6087 (i386_dr_low_get_addr): Likewise.
6088 (i386_dr_low_set_control): Likewise.
6089 (i386_dr_low_get_control): Likewise.
6090 (i386_dr_low_get_status): Likewise.
6091 (i386_dr_low): New global variable.
6092 * win32-i386-low.c (i386_dr_low_set_addr):
6093 Changed signature. Made static.
6094 (i386_dr_low_get_addr): Likewise.
6095 (i386_dr_low_set_control): Likewise.
6096 (i386_dr_low_get_control): Likewise.
6097 (i386_dr_low_get_status): Likewise.
6098 (i386_dr_low): New global variable.
6099
6100 2014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
6101
6102 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
6103 * Makefile.in (AR, AR_FLAGS): Define.
6104 * configure: Regenerate.
6105
6106 2014-06-19 Gary Benson <gbenson@redhat.com>
6107
6108 * Makefile.in (i386-dregs.o): New rule.
6109 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
6110 * i386-low.c (target.h): Remove include.
6111 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
6112 (DR_CONTROL_SHIFT): Likewise.
6113 (DR_CONTROL_SIZE): Likewise.
6114 (DR_RW_EXECUTE): Likewise.
6115 (DR_RW_WRITE): Likewise.
6116 (DR_RW_READ): Likewise.
6117 (DR_RW_IORW): Likewise.
6118 (DR_LEN_1): Likewise.
6119 (DR_LEN_2): Likewise.
6120 (DR_LEN_4): Likewise.
6121 (DR_LEN_8): Likewise.
6122 (DR_LOCAL_ENABLE_SHIFT): Likewise.
6123 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
6124 (DR_ENABLE_SIZE): Likewise.
6125 (DR_LOCAL_SLOWDOWN): Likewise.
6126 (DR_GLOBAL_SLOWDOWN): Likewise.
6127 (DR_CONTROL_RESERVED): Likewise.
6128 (I386_DR_CONTROL_MASK): Likewise.
6129 (I386_DR_VACANT): Likewise.
6130 (I386_DR_LOCAL_ENABLE): Likewise.
6131 (I386_DR_GLOBAL_ENABLE): Likewise.
6132 (I386_DR_DISABLE): Likewise.
6133 (I386_DR_SET_RW_LEN): Likewise.
6134 (I386_DR_GET_RW_LEN): Likewise.
6135 (I386_DR_WATCH_HIT): Likewise.
6136 (i386_wp_op_t): Likewise.
6137 (i386_show_dr): Likewise.
6138 (i386_length_and_rw_bits): Likewise.
6139 (i386_insert_aligned_watchpoint): Likewise.
6140 (i386_remove_aligned_watchpoint): Likewise.
6141 (i386_handle_nonaligned_watchpoint): Likewise.
6142 i386_update_inferior_debug_regs(): Likewise.
6143 (i386_dr_insert_watchpoint): Likewise.
6144 (i386_dr_remove_watchpoint): Likewise.
6145 (i386_dr_region_ok_for_watchpoint): Likewise.
6146 (i386_dr_stopped_data_address): Likewise.
6147 (i386_dr_stopped_by_watchpoint): Likewise.
6148
6149 2014-06-19 Gary Benson <gbenson@redhat.com>
6150
6151 * i386-low.c (i386_dr_show): Renamed to
6152 i386_show_dr and made static. All uses updated.
6153 (i386_dr_length_and_rw_bits): Renamed to
6154 i386_length_and_rw_bits and made static.
6155 All uses updated.
6156 (i386_dr_insert_aligned_watchpoint): Renamed to
6157 i386_insert_aligned_watchpoint and made static.
6158 All uses updated.
6159 (i386_dr_remove_aligned_watchpoint): Renamed to
6160 i386_remove_aligned_watchpoint and made static.
6161 All uses updated.
6162 (i386_dr_update_inferior_debug_regs): Renamed to
6163 i386_update_inferior_debug_regs and made static.
6164 All uses updated.
6165
6166 2014-06-18 Gary Benson <gbenson@redhat.com>
6167
6168 * i386-low.h (i386_dr_low_can_set_addr): New macro.
6169 (i386_dr_low_can_set_control): Likewise.
6170 (i386_get_debug_register_length): Likewise.
6171 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
6172 (i386_dr_low_can_set_control): Likewise.
6173 (i386_get_debug_register_length): Likewise.
6174
6175 2014-06-17 Gary Benson <gbenson@redhat.com>
6176
6177 * i386-low.h (i386-dregs.h): New include.
6178 (DR_FIRSTADDR): Now in i386-dregs.h.
6179 (DR_LASTADDR): Likewise.
6180 (DR_NADDR): Likewise.
6181 (DR_STATUS): Likewise.
6182 (DR_CONTROL): Likewise.
6183 (i386_debug_reg_state): Likewise.
6184 (i386_dr_insert_watchpoint): Likewise.
6185 (i386_dr_remove_watchpoint): Likewise.
6186 (i386_dr_region_ok_for_watchpoint): Likewise.
6187 (i386_dr_stopped_data_address): Likewise.
6188 (i386_dr_stopped_by_watchpoint): Likewise.
6189 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
6190
6191 2014-06-18 Gary Benson <gbenson@redhat.com>
6192
6193 * i386-low.h (i386_low_insert_watchpoint): Renamed to
6194 i386_dr_insert_watchpoint.
6195 (i386_low_remove_watchpoint): Renamed to
6196 i386_dr_remove_watchpoint.
6197 (i386_low_region_ok_for_watchpoint): Renamed to
6198 i386_dr_region_ok_for_watchpoint.
6199 (i386_low_stopped_data_address): Renamed to
6200 i386_dr_stopped_data_address.
6201 (i386_low_stopped_by_watchpoint): Renamed to
6202 i386_dr_stopped_by_watchpoint.
6203 * i386-low.c (i386_show_dr): Renamed to
6204 i386_dr_show and made nonstatic. All uses updated.
6205 (i386_length_and_rw_bits): Renamed to
6206 i386_dr_length_and_rw_bits and made nonstatic.
6207 All uses updated.
6208 (i386_insert_aligned_watchpoint): Renamed to
6209 i386_dr_insert_aligned_watchpoint and made nonstatic.
6210 All uses updated.
6211 (i386_remove_aligned_watchpoint): Renamed to
6212 i386_dr_remove_aligned_watchpoint and made nonstatic.
6213 All uses updated.
6214 (i386_update_inferior_debug_regs): Renamed to
6215 i386_dr_update_inferior_debug_regs and made nonstatic.
6216 All uses updated.
6217 (i386_low_insert_watchpoint): Renamed to
6218 i386_dr_insert_watchpoint. All uses updated.
6219 (i386_low_remove_watchpoint): Renamed to
6220 i386_dr_remove_watchpoint. All uses updated.
6221 (i386_low_region_ok_for_watchpoint): Renamed to
6222 i386_dr_region_ok_for_watchpoint. All uses updated.
6223 (i386_low_stopped_data_address): Renamed to
6224 i386_dr_stopped_data_address. All uses updated.
6225 (i386_low_stopped_by_watchpoint): Renamed to
6226 i386_dr_stopped_by_watchpoint. All uses updated.
6227
6228 2014-06-18 Gary Benson <gbenson@redhat.com>
6229
6230 * i386-low.c (i386_dr_low_can_set_addr): New macro.
6231 (i386_dr_low_can_set_control): Likewise.
6232 (i386_insert_aligned_watchpoint): New check.
6233
6234 2014-06-18 Gary Benson <gbenson@redhat.com>
6235
6236 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
6237 Renamed to state.
6238
6239 2014-06-18 Gary Benson <gbenson@redhat.com>
6240
6241 * i386-low.c (i386_length_and_rw_bits): Use internal_error
6242 instead of fatal and error.
6243 (i386_handle_nonaligned_watchpoint): Likewise.
6244
6245 2014-06-18 Gary Benson <gbenson@redhat.com>
6246
6247 * i386-low.c (i386_get_debug_register_length): New macro.
6248 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
6249 (i386_show_dr): Use debug_printf instead of fprintf. Use
6250 phex to format values.
6251
6252 2014-06-18 Gary Benson <gbenson@redhat.com>
6253
6254 * i386-low.h: Comment changes.
6255 * i386-low.c: Likewise.
6256
6257 2014-06-18 Gary Benson <gbenson@redhat.com>
6258
6259 * i386-low.c: Whitespace changes.
6260
6261 2014-06-12 Tom Tromey <tromey@redhat.com>
6262
6263 * utils.c (freeargv): Remove.
6264
6265 2014-06-12 Tom Tromey <tromey@redhat.com>
6266
6267 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
6268 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
6269 (parse_debug_format_options): Likewise.
6270 (gdbserver_usage): Likewise.
6271 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
6272 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
6273 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
6274 against libiberty.
6275 ($(LIBGNU)): Depend on libiberty.
6276 (all-lib): Recurse into all subdirs.
6277 (install-only): Invoke "install" target in subdirs.
6278 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
6279 targets.
6280 * configure: Rebuild.
6281 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
6282 for vasprintf, vsnprintf, or gettimeofday.
6283 * configure.srv: Don't add safe-ctype.o or lbasename.o to
6284 srv_tgtobj.
6285
6286 2014-06-05 Joel Brobecker <brobecker@adacore.com>
6287
6288 * development.sh: Delete.
6289 * Makefile.in (config.status): Adjust dependency on development.sh.
6290 * configure.ac: Adjust development.sh source call.
6291 * configure: Regenerate.
6292
6293 2014-06-02 Pedro Alves <palves@redhat.com>
6294
6295 * ax.c (gdb_free_agent_expr): New function.
6296 * ax.h (gdb_free_agent_expr): New declaration.
6297 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
6298 list.
6299 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
6300 static.
6301 (clear_breakpoint_conditions_and_commands): New function.
6302 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
6303 (clear_breakpoint_conditions_and_commands): New declaration.
6304
6305 2014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6306
6307 * linux-aarch64-low.c (asm/ptrace.h): Include.
6308
6309 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6310
6311 Fix TLS access for -static -pthread.
6312 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
6313 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
6314 (thread_db_load_search, try_thread_db_load_1): Initialize it.
6315
6316 2014-05-20 Pedro Alves <palves@redhat.com>
6317
6318 * linux-aarch64-low.c (aarch64_insert_point)
6319 (aarch64_remove_point): No longer check whether the type is
6320 supported here. Adjust to new interface.
6321 (the_low_target): Install aarch64_supports_z_point_type as
6322 supports_z_point_type method.
6323 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
6324 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
6325 instead of a Z packet char. Adjust.
6326 (arm_supports_z_point_type): New function.
6327 (arm_insert_point, arm_remove_point): Adjust to new interface.
6328 (the_low_target): Install arm_supports_z_point_type.
6329 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
6330 (cris_insert_point, cris_remove_point): Adjust to new interface.
6331 Don't check whether the type is supported here.
6332 (the_low_target): Install cris_supports_z_point_type.
6333 * linux-low.c (linux_supports_z_point_type): New function.
6334 (linux_insert_point, linux_remove_point): Adjust to new interface.
6335 * linux-low.h (struct linux_target_ops) <insert_point,
6336 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
6337 raw_breakpoint pointer parameter.
6338 <supports_z_point_type>: New method.
6339 * linux-mips-low.c (mips_supports_z_point_type): New function.
6340 (mips_insert_point, mips_remove_point): Adjust to new interface.
6341 Use mips_supports_z_point_type.
6342 (the_low_target): Install mips_supports_z_point_type.
6343 * linux-ppc-low.c (the_low_target): Install NULL as
6344 supports_z_point_type method.
6345 * linux-s390-low.c (the_low_target): Install NULL as
6346 supports_z_point_type method.
6347 * linux-sparc-low.c (the_low_target): Install NULL as
6348 supports_z_point_type method.
6349 * linux-x86-low.c (x86_supports_z_point_type): New function.
6350 (x86_insert_point): Adjust to new insert_point interface. Use
6351 insert_memory_breakpoint. Adjust to new
6352 i386_low_insert_watchpoint interface.
6353 (x86_remove_point): Adjust to remove_point interface. Use
6354 remove_memory_breakpoint. Adjust to new
6355 i386_low_remove_watchpoint interface.
6356 (the_low_target): Install x86_supports_z_point_type.
6357 * lynx-low.c (lynx_target_ops): Install NULL as
6358 supports_z_point_type callback.
6359 * nto-low.c (nto_supports_z_point_type): New.
6360 (nto_insert_point, nto_remove_point): Adjust to new interface.
6361 (nto_target_ops): Install nto_supports_z_point_type.
6362 * mem-break.c: Adjust intro comment.
6363 (struct raw_breakpoint) <raw_type, size>: New fields.
6364 <inserted>: Update comment.
6365 <shlib_disabled>: Delete field.
6366 (enum bkpt_type) <gdb_breakpoint>: Delete value.
6367 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
6368 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
6369 (raw_bkpt_type_to_target_hw_bp_type): New function.
6370 (find_enabled_raw_code_breakpoint_at): New function.
6371 (find_raw_breakpoint_at): New type and size parameters. Use them.
6372 (insert_memory_breakpoint): New function, based off
6373 set_raw_breakpoint_at.
6374 (remove_memory_breakpoint): New function.
6375 (set_raw_breakpoint_at): Reimplement.
6376 (set_breakpoint): New, based on set_breakpoint_at.
6377 (set_breakpoint_at): Reimplement.
6378 (delete_raw_breakpoint): Go through the_target->remove_point
6379 instead of assuming memory breakpoints.
6380 (find_gdb_breakpoint_at): Delete.
6381 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
6382 (find_gdb_breakpoint): New function.
6383 (set_gdb_breakpoint_at): Delete.
6384 (z_type_supported): New function.
6385 (set_gdb_breakpoint_1): New function, loosely based off
6386 set_gdb_breakpoint_at.
6387 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
6388 (delete_gdb_breakpoint_at): Delete.
6389 (delete_gdb_breakpoint_1): New function, loosely based off
6390 delete_gdb_breakpoint_at.
6391 (delete_gdb_breakpoint): New function.
6392 (clear_gdb_breakpoint_conditions): Rename to ...
6393 (clear_breakpoint_conditions): ... this. Don't handle a NULL
6394 breakpoint.
6395 (add_condition_to_breakpoint): Make static.
6396 (add_breakpoint_condition): Take a struct breakpoint pointer
6397 instead of an address. Adjust.
6398 (gdb_condition_true_at_breakpoint): Rename to ...
6399 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
6400 z_type parameter.
6401 (gdb_condition_true_at_breakpoint): Reimplement.
6402 (add_breakpoint_commands): Take a struct breakpoint pointer
6403 instead of an address. Adjust.
6404 (gdb_no_commands_at_breakpoint): Rename to ...
6405 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
6406 parameter. Return true if no breakpoint was found. Change debug
6407 output.
6408 (gdb_no_commands_at_breakpoint): Reimplement.
6409 (run_breakpoint_commands): Rename to ...
6410 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
6411 and change return type to boolean.
6412 (run_breakpoint_commands): New function.
6413 (gdb_breakpoint_here): Also check for Z1 breakpoints.
6414 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
6415 breakpoint. Go through the_target->remove_point instead of
6416 assuming memory breakpoint.
6417 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
6418 software and hardware breakpoints.
6419 (reinsert_raw_breakpoint): Go through the_target->insert_point
6420 instead of assuming memory breakpoint.
6421 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
6422 software and hardware breakpoints.
6423 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
6424 Check both software and hardware breakpoints.
6425 (validate_inserted_breakpoint): Assert the breakpoint is a
6426 software breakpoint. Set the inserted flag to -1 instead of
6427 setting shlib_disabled.
6428 (delete_disabled_breakpoints): Adjust.
6429 (validate_breakpoints): Only validate software breakpoints.
6430 Adjust to inserted flag change.
6431 (check_mem_read, check_mem_write): Skip breakpoint types other
6432 than software breakpoints. Adjust to inserted flag change.
6433 * mem-break.h (enum raw_bkpt_type): New enum.
6434 (raw_breakpoint, struct process_info): Forward declare.
6435 (Z_packet_to_target_hw_bp_type): Delete declaration.
6436 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
6437 (set_gdb_breakpoint, delete_gdb_breakpoint)
6438 (clear_breakpoint_conditions): New declarations.
6439 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
6440 (breakpoint_inserted_here): Update comment.
6441 (add_breakpoint_condition, add_breakpoint_commands): Replace
6442 address parameter with a breakpoint pointer parameter.
6443 (gdb_breakpoint_here): Update comment.
6444 (delete_gdb_breakpoint_at): Delete.
6445 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
6446 * server.c (process_point_options): Take a struct breakpoint
6447 pointer instead of an address. Adjust.
6448 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
6449 delete_gdb_breakpoint.
6450 * spu-low.c (spu_target_ops): Install NULL as
6451 supports_z_point_type method.
6452 * target.h: Include mem-break.h.
6453 (struct target_ops) <prepare_to_access_memory>: Update comment.
6454 <supports_z_point_type>: New field.
6455 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
6456 instead of a char. Also take a raw breakpoint pointer.
6457 * win32-arm-low.c (the_low_target): Install NULL as
6458 supports_z_point_type.
6459 * win32-i386-low.c (i386_supports_z_point_type): New function.
6460 (i386_insert_point, i386_remove_point): Adjust to new interface.
6461 (the_low_target): Install i386_supports_z_point_type.
6462 * win32-low.c (win32_supports_z_point_type): New function.
6463 (win32_insert_point, win32_remove_point): Adjust to new interface.
6464 (win32_target_ops): Install win32_supports_z_point_type.
6465 * win32-low.h (struct win32_target_ops):
6466 <supports_z_point_type>: New method.
6467 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
6468 instead of a char. Also take a raw breakpoint pointer.
6469
6470 2014-05-20 Pedro Alves <palves@redhat.com>
6471
6472 * mem-break.h: Include break-common.h.
6473 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
6474 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
6475 (Z_packet_to_target_hw_bp_type): New declaration.
6476 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
6477 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
6478 (Z_PACKET_ACCESS_WP): Delete macros.
6479 (Z_packet_to_hw_type): Delete function.
6480 * i386-low.h: Don't include break-common.h here.
6481 (Z_packet_to_hw_type): Delete declaration.
6482 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
6483 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
6484 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
6485 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
6486 * linux-aarch64-low.c: Don't include break-common.h here.
6487 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
6488 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
6489 (Z_packet_to_target_hw_bp_type): Delete function.
6490 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
6491 function.
6492 (mips_insert_point, mips_remove_point): Use
6493 Z_packet_to_target_hw_bp_type.
6494
6495 2014-05-20 Pedro Alves <palves@redhat.com>
6496
6497 * linux-aarch64-low.c: Include break-common.h.
6498 (enum target_point_type): Delete.
6499 (Z_packet_to_point_type): Rename to ...
6500 (Z_packet_to_target_hw_bp_type): ... this, and return a
6501 target_hw_bp_type instead.
6502 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
6503 instead of an enum target_point_type.
6504 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
6505 breakpoint type.
6506 (aarch64_dr_state_insert_one_point)
6507 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
6508 (aarch64_handle_aligned_watchpoint)
6509 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
6510 Take an enum target_hw_bp_type instead of an enum
6511 target_point_type.
6512 (aarch64_supports_z_point_type): New function.
6513 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
6514 use Z_packet_to_target_hw_bp_type.
6515
6516 2014-05-20 Joel Brobecker <brobecker@adacore.com>
6517
6518 * configure.ac: Only use -Werror by default when DEVELOPMENT
6519 is true.
6520 * configure: Regenerate.
6521
6522 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6523
6524 Fix gdbserver qGetTLSAddr for x86_64 -m32.
6525 * linux-x86-low.c (X86_64_USER_REGS): New.
6526 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
6527
6528 2014-04-28 Yao Qi <yao@codesourcery.com>
6529
6530 * Makefile.in (i386-avx512.c): Fix the typo of generated file
6531 name.
6532
6533 2014-04-25 Pedro Alves <palves@redhat.com>
6534
6535 PR server/16255
6536 * linux-low.c (linux_attach_fail_reason_string): New function.
6537 (linux_attach_lwp): Delete.
6538 (linux_attach_lwp_1): Rename to ...
6539 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
6540 argument. Remove "initial" parameter. Return int instead of
6541 void. Don't error or warn here.
6542 (linux_attach): Adjust to call linux_attach_lwp. Call error on
6543 failure to attach to the tgid. Call warning when failing to
6544 attach to an lwp.
6545 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
6546 argument. Remove "initial" parameter. Return int instead of
6547 void. Don't error or warn here.
6548 (linux_attach_fail_reason_string): New declaration.
6549 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
6550 interface change. Use linux_attach_fail_reason_string.
6551
6552 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
6553 Walfred Tedeschi <walfred.tedeschi@intel.com>
6554
6555 * Makefile.in: Added rules to handle new files
6556 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
6557 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
6558 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
6559 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
6560 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
6561 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
6562 x32-avx512-linux.o.
6563 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
6564 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
6565 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
6566 i386/x32-avx512.xml.
6567 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
6568 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
6569 i386/x32-avx512-linux.xml.
6570 * i387-fp.c (num_avx512_k_registers): New constant for number
6571 of K registers.
6572 (num_avx512_zmmh_low_registers): New constant for number of
6573 lower ZMM registers (0-15).
6574 (num_avx512_zmmh_high_registers): New constant for number of
6575 higher ZMM registers (16-31).
6576 (num_avx512_ymmh_registers): New contant for number of higher
6577 YMM registers (ymm16-31 added by avx521 on x86_64).
6578 (num_avx512_xmm_registers): New constant for number of higher
6579 XMM registers (xmm16-31 added by AVX512 on x86_64).
6580 (struct i387_xsave): Add space for AVX512 registers.
6581 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
6582 Add code to handle AVX512 registers.
6583 (i387_xsave_to_cache): Add code to handle AVX512 registers.
6584 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
6585 prototypei from generated file.
6586 (tdesc_amd64_avx512_linux): Likewise.
6587 (init_registers_x32_avx512_linux): Likewise.
6588 (tdesc_x32_avx512_linux): Likewise.
6589 (init_registers_i386_avx512_linux): Likewise.
6590 (tdesc_i386_avx512_linux): Likewise.
6591 (x86_64_regmap): Add AVX512 registers.
6592 (x86_linux_read_description): Add code to handle AVX512 XSTATE
6593 mask.
6594 (initialize_low_arch): Add code to initialize AVX512 registers.
6595
6596 2014-04-23 Pedro Alves <palves@redhat.com>
6597
6598 * mem-break.c (find_gdb_breakpoint_at): Make static.
6599 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
6600
6601 2014-04-23 Pedro Alves <palves@redhat.com>
6602
6603 * i386-low.c: Don't include break-common.h here.
6604 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
6605 prototype to take target_hw_bp_type as argument instead of a Z
6606 packet char.
6607 * i386-low.h: Include break-common.h here.
6608 (Z_packet_to_hw_type): Declare.
6609 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
6610 prototypes.
6611 * linux-x86-low.c (x86_insert_point): Convert the packet number to
6612 a target_hw_bp_type before calling i386_low_insert_watchpoint.
6613 (x86_remove_point): Convert the packet number to a
6614 target_hw_bp_type before calling i386_low_remove_watchpoint.
6615 * win32-i386-low.c (i386_insert_point): Convert the packet number
6616 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
6617 (i386_remove_point): Convert the packet number to a
6618 target_hw_bp_type before calling i386_low_remove_watchpoint.
6619
6620 2014-04-23 Pedro Alves <palves@redhat.com>
6621
6622 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
6623
6624 2014-04-10 Pedro Alves <palves@redhat.com>
6625
6626 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
6627 Check if the condition or command is NULL before checking if the
6628 breakpoint is known. On success, return true.
6629 * mem-break.h (add_breakpoint_condition): Document return.
6630 (add_breakpoint_commands): Add describing comment.
6631 * server.c (skip_to_semicolon): New function.
6632 (process_point_options): Use it.
6633
6634 2014-04-09 Pedro Alves <palves@redhat.com>
6635
6636 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
6637 to lwpid_of.
6638
6639 2014-02-27 Pedro Alves <palves@redhat.com>
6640
6641 PR 12702
6642 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
6643 macros.
6644 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
6645 output.
6646 (last_thread_of_process_p): Take a PID argument instead of a
6647 thread pointer.
6648 (linux_wait_for_lwp): Delete.
6649 (num_lwps, check_zombie_leaders, not_stopped_callback): New
6650 functions.
6651 (linux_low_filter_event): New function, party factored out from
6652 linux_wait_for_event.
6653 (linux_wait_for_event): Rename to ...
6654 (linux_wait_for_event_filtered): ... this. Add new filter ptid
6655 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
6656 sigsuspend. Check for zombie leaders.
6657 (linux_wait_for_event): Reimplement as wrapper around
6658 linux_wait_for_event_filtered.
6659 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
6660 a normal or signal exit is seen, it's the whole process exiting.
6661 (wait_for_sigstop): No longer a for_each_inferior callback.
6662 Rewrite on top of linux_wait_for_event_filtered.
6663 (stop_all_lwps): Call wait_for_sigstop directly.
6664 * server.c (resume, handle_target_event): Handle
6665 TARGET_WAITKIND_NO_RESUMED.
6666
6667 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6668
6669 * win32-low.c (psapi_get_dll_name,
6670 * win32_CreateToolhelp32Snapshot): Delete.
6671 (win32_CreateToolhelp32Snapshot, win32_Module32First)
6672 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
6673 Delete.
6674 (handle_load_dll): Add function description.
6675 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
6676
6677 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6678
6679 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
6680 Add comment.
6681 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
6682 base address when calling win32_add_one_solib.
6683 (handle_load_dll): Delete local variable load_addr.
6684 Remove 0x1000 offset applied to DLL base address when calling
6685 win32_add_one_solib.
6686 (handle_unload_dll): Add comment.
6687
6688 2014-02-26 Joel Brobecker <brobecker@adacore.com>
6689
6690 * win32-low.c (win32_add_all_dlls): Renames
6691 win32_ensure_ntdll_loaded. Rewrite function documentation.
6692 Adjust implementation to always load all DLLs.
6693 Add 0x1000 offset to DLL base address when calling
6694 win32_add_one_solib.
6695 (child_initialization_done): New static global.
6696 (do_initial_child_stuff): Set child_initialization_done to
6697 zero during child initialization, and 1 after. Replace call
6698 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
6699 Add comment.
6700 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
6701 (handle_unload_dll): Add function documentation.
6702 (get_child_debug_event): Ignore load and unload DLL events
6703 during child initialization.
6704
6705 2014-02-20 Doug Evans <dje@google.com>
6706
6707 Remove global all_lwps.
6708 * inferiors.h (ptid_of): Move here from linux-low.h.
6709 (pid_of, lwpid_of): Ditto.
6710 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
6711 parameter is a struct thread_info * now.
6712 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
6713 directly. Pass &all_threads to find_inferior instead of &all_lwps.
6714 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
6715 directly.
6716 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
6717 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
6718 * linux-arm-low.c (update_registers_callback): Update, "entry"
6719 parameter is a struct thread_info * now.
6720 Fetch lwpid from current_inferior directly.
6721 (arm_insert_point): Pass &all_threads to find_inferior instead of
6722 &all_lwps.
6723 (arm_remove_point): Ditto.
6724 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
6725 (arm_prepare_to_resume): Fetch pid from thread.
6726 (arm_read_description): Fetch lwpid from current_inferior directly.
6727 * linux-low.c (all_lwps): Delete.
6728 (delete_lwp): Delete call to remove_inferior.
6729 (handle_extended_wait): Fetch lwpid from thread.
6730 (add_lwp): Don't set lwp->entry.id. Remove call to
6731 add_inferior_to_list.
6732 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
6733 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
6734 (kill_one_lwp_callback): Ditto.
6735 (linux_kill): Don't dereference NULL pointer.
6736 Fetch ptid,lwpid from thread.
6737 (get_detach_signal): Fetch ptid from thread.
6738 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
6739 Simplify call to regcache_invalidate_thread.
6740 (delete_lwp_callback): Update, "entry" parameter is a
6741 struct thread_info * now. Fetch pid from thread.
6742 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
6743 (status_pending_p_callback): Update, "entry" parameter is a
6744 struct thread_info * now. Fetch ptid from thread.
6745 (find_lwp_pid): Update, "entry" parameter is a
6746 struct thread_info * now.
6747 (linux_wait_for_lwp): Fetch pid from thread.
6748 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
6749 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
6750 (enqueue_one_deferred_signal): Fetch lwpid from thread.
6751 (dequeue_one_deferred_signal): Ditto.
6752 (cancel_breakpoint): Fetch ptid from current_inferior.
6753 (linux_wait_for_event): Pass &all_threads to find_inferior,
6754 not &all_lwps. Fetch ptid, lwpid from thread.
6755 (count_events_callback): Update, "entry" parameter is a
6756 struct thread_info * now.
6757 (select_singlestep_lwp_callback): Ditto.
6758 (select_event_lwp_callback): Ditto.
6759 (cancel_breakpoints_callback): Ditto.
6760 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
6761 not &all_lwps.
6762 (select_event_lwp): Ditto. Fetch ptid from event_thread.
6763 (unsuspend_one_lwp): Update, "entry" parameter is a
6764 struct thread_info * now.
6765 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
6766 not &all_lwps.
6767 (linux_stabilize_threads): Ditto. And for for_each_inferior.
6768 Fetch lwpid from thread, not lwp.
6769 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
6770 Pass &all_threads to find_inferior, not &all_lwps.
6771 (send_sigstop): Fetch lwpid from thread, not lwp.
6772 (send_sigstop_callback): Update, "entry" parameter is a
6773 struct thread_info * now.
6774 (suspend_and_send_sigstop_callback): Ditto.
6775 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
6776 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
6777 struct thread_info * now.
6778 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
6779 from thread, lwp.
6780 (lwp_running): Update, "entry" parameter is a
6781 struct thread_info * now.
6782 (stop_all_lwps): Fetch ptid from thread.
6783 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
6784 (linux_resume_one_lwp): Fetch lwpid from thread.
6785 (linux_set_resume_request): Update, "entry" parameter is a
6786 struct thread_info * now. Fetch pid, lwpid from thread.
6787 (resume_status_pending_p): Update, "entry" parameter is a
6788 struct thread_info * now.
6789 (need_step_over_p): Ditto. Fetch lwpid from thread.
6790 (start_step_over): Fetch lwpid from thread.
6791 (linux_resume_one_thread): Update, "entry" parameter is a
6792 struct thread_info * now. Fetch lwpid from thread.
6793 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
6794 (proceed_one_lwp): Update, "entry" parameter is a
6795 struct thread_info * now. Fetch lwpid from thread.
6796 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
6797 struct thread_info * now.
6798 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
6799 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
6800 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
6801 directly.
6802 (regsets_store_inferior_registers): Ditto.
6803 (fetch_register, store_register): Ditto.
6804 (linux_read_memory, linux_write_memory): Ditto.
6805 (linux_request_interrupt): Ditto.
6806 (linux_read_auxv): Ditto.
6807 (linux_xfer_siginfo): Ditto.
6808 (linux_qxfer_spu): Ditto.
6809 (linux_qxfer_libraries_svr4): Ditto.
6810 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
6811 moved to inferiors.h.
6812 (get_lwp): Delete.
6813 (get_thread_lwp): Update.
6814 (struct lwp_info): Delete member "entry". Simplify comment for
6815 member "thread".
6816 (all_lwps): Delete.
6817 * linux-mips-low.c (mips_read_description): Fetch lwpid from
6818 current_inferior directly.
6819 (update_watch_registers_callback): Update, "entry" parameter is a
6820 struct thread_info * now. Fetch pid from thread.
6821 (mips_linux_prepare_to_resume): Fetch ptid from thread.
6822 (mips_insert_point): Fetch lwpid from current_inferior.
6823 Pass &all_threads to find_inferior, not &all_lwps.
6824 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
6825 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
6826 directly.
6827 (mips_stopped_data_address): Ditto.
6828 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
6829 directly.
6830 * linux-tile-low.c (tile_arch_setup): Ditto.
6831 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
6832 (update_debug_registers_callback): Update, "entry" parameter is a
6833 struct thread_info * now. Fetch pid from thread.
6834 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
6835 Pass &all_threads to find_inferior, not &all_lwps.
6836 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
6837 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
6838 Pass &all_threads to find_inferior, not &all_lwps.
6839 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
6840 (i386_dr_low_get_status): Ditto.
6841 (x86_linux_prepare_to_resume): Fetch ptid from thread.
6842 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
6843 (x86_linux_read_description): Ditto.
6844 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
6845
6846 2014-02-20 Doug Evans <dje@google.com>
6847
6848 * inferiors.c (get_first_inferior): Fix buglet.
6849
6850 2014-02-19 Doug Evans <dje@google.com>
6851
6852 * gdbthread.h (add_thread): Change result type to struct thread_info *.
6853 * inferiors.c (add_thread): Change result type to struct thread_info *.
6854 All callers updated.
6855 (add_lwp): Call add_thread here instead of in callers.
6856 All callers updated.
6857 * linux-low.h (get_lwp_thread): Rewrite.
6858 (struct lwp_info): New member "thread".
6859
6860 2014-02-19 Doug Evans <dje@google.com>
6861
6862 * linux-low.c (add_lwp): Change result to struct lwp_info *.
6863 All callers updated.
6864
6865 2014-02-19 Doug Evans <dje@google.com>
6866
6867 * inferiors.c (add_thread): Fix whitespace.
6868
6869 2014-02-19 Doug Evans <dje@google.com>
6870
6871 * dll.c (clear_dlls): Replace accessing list implemention details
6872 with API function.
6873 * gdbthread.h (get_first_thread): Declare.
6874 * inferiors.c (for_each_inferior_with_data): New function.
6875 (get_first_thread): New function.
6876 (find_thread_ptid): Simplify.
6877 (get_first_inferior): New function.
6878 (clear_list): Delete.
6879 (one_inferior_p): New function.
6880 (clear_inferior_list): New function.
6881 (clear_inferiors): Update.
6882 * inferiors.h (for_each_inferior_with_data): Declare.
6883 (clear_inferior_list): Declare.
6884 (one_inferior_p): Declare.
6885 (get_first_inferior): Declare.
6886 * linux-low.c (linux_wait_for_event): Replace accessing list
6887 implemention details with API function.
6888 * server.c (target_running): Ditto.
6889 (accumulate_file_name_length): New function.
6890 (emit_dll_description): New function.
6891 (handle_qxfer_libraries): Replace accessing list implemention
6892 details with API function.
6893 (handle_qxfer_threads_worker): New function.
6894 (handle_qxfer_threads_proper): Replace accessing list implemention
6895 details with API function.
6896 (handle_query): Ditto.
6897 (visit_actioned_threads_callback_ftype): New typedef.
6898 (visit_actioned_threads_data): New struct.
6899 (visit_actioned_threads): Rewrite to be find_inferior callback.
6900 (resume): Call find_inferior.
6901 (handle_status): Replace accessing list implemention
6902 details with API function.
6903 (process_serial_event): Replace accessing list implemention details
6904 with API function.
6905 * target.c (set_desired_inferior): Replace accessing list implemention
6906 details with API function.
6907 * tracepoint.c (same_process_p): New function.
6908 (gdb_agent_about_to_close): Replace accessing list implemention
6909 details with API function.
6910 * win32-low.c (child_delete_thread): Replace accessing list
6911 implemention details with API function.
6912 (match_dll_by_basename): New function.
6913 (dll_is_loaded_by_basename): New function.
6914 (win32_ensure_ntdll_loaded): Replace accessing list implemention
6915 details call to dll_is_loaded_by_basename.
6916
6917 2014-02-19 Doug Evans <dje@google.com>
6918
6919 * dll.h (struct dll_info): Add comment.
6920 * gdbthread.h (struct thread_info): Add comment.
6921 (current_ptid): Simplify.
6922 * inferiors.c (add_process): Update.
6923 (remove_process): Update.
6924 * inferiors.h (struct process_info): Rename member "head" to "entry".
6925 * linux-low.c (delete_lwp): Update.
6926 (add_lwp): Update.
6927 (last_thread_of_process_p): Update.
6928 (kill_one_lwp_callback, linux_kill): Update.
6929 (status_pending_p_callback): Update.
6930 (wait_for_sigstop): Update. Simplify read of ptid.
6931 (start_step_over): Update.
6932 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
6933 (get_lwp_thread): Update.
6934 (struct lwp_info): Rename member "head" to "entry".
6935 * regcache.h (inferior_list_entry): Delete.
6936 * server.c (kill_inferior_callback): Update.
6937 (detach_or_kill_inferior_callback): Update.
6938 (print_started_pid): Update.
6939 (print_attached_pid): Update.
6940 (process_serial_event): Simplify read of ptid.
6941 * thread-db.c (thread_db_create_event): Update.
6942 (thread_db_get_tls_address): Update.
6943 * win32-low.c (current_inferior_ptid): Simplify.
6944
6945 2014-02-19 Tom Tromey <tromey@redhat.com>
6946
6947 * target.h (struct target_ops) <supports_btrace>: Add target_ops
6948 argument.
6949 (target_supports_btrace): Update.
6950
6951 2014-02-14 Yao Qi <yao@codesourcery.com>
6952
6953 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
6954 (rsp-low-ipa.o): New target.
6955
6956 2014-02-12 Tom Tromey <tromey@redhat.com>
6957
6958 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
6959 convert_ascii_to_int.
6960 * regcache.c (registers_to_string): Likewise.
6961 * remote-utils.c (decode_M_packet): Likewise.
6962 * server.c (process_serial_event): Likewise.
6963
6964 2014-02-12 Tom Tromey <tromey@redhat.com>
6965
6966 * server.c (handle_query, handle_v_run): Use hex2bin, not
6967 unhexify.
6968 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
6969
6970 2014-02-12 Tom Tromey <tromey@redhat.com>
6971
6972 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
6973 convert_int_to_ascii.
6974 * regcache.c (registers_to_string, collect_register_as_string):
6975 Likewise.
6976 * remote-utils.c (look_up_one_symbol, relocate_instruction):
6977 Likewise.
6978 * server.c (process_serial_event): Likewise.
6979 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
6980 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
6981
6982 2014-02-12 Tom Tromey <tromey@redhat.com>
6983
6984 * remote-utils.c (look_up_one_symbol, monitor_output): Use
6985 bin2hex, not hexify.
6986 * tracepoint.c (cmd_qtstatus): Likewise.
6987
6988 2014-02-12 Tom Tromey <tromey@redhat.com>
6989
6990 * remote-utils.c (monitor_output): Pass explicit length to
6991 hexify.
6992
6993 2014-02-12 Tom Tromey <tromey@redhat.com>
6994
6995 * tracepoint.c: Include rsp-low.h.
6996 * server.c: Include rsp-low.h.
6997 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
6998 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
6999 declare.
7000 * remote-utils.c: Include rsp-low.h.
7001 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
7002 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
7003 (convert_int_to_ascii, convert_ascii_to_int): Move to
7004 common/rsp-low.c.
7005 * regcache.c: Include rsp-low.h.
7006 * ax.c: Include rsp-low.h.
7007 * Makefile.in (SFILES): Add common/rsp-low.c.
7008 (OBS): Add rsp-low.o.
7009 (rsp-low.o): New target.
7010
7011 2014-02-12 Tom Tromey <tromey@redhat.com>
7012
7013 * utils.h (pulongest, plongest, phex_nz): Don't declare.
7014 Include print-utils.h.
7015 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
7016 (plongest, thirty_two, phex_nz): Remove.
7017 * Makefile.in (SFILES): Add common/print-utils.c.
7018 (OBS): Add print-utils.o.
7019 (print-utils-ipa.o): New target.
7020 (print-utils.o): New target.
7021 (IPA_OBJS): Add print-utils-ipa.o.
7022
7023 2014-02-06 Tom Tromey <tromey@redhat.com>
7024
7025 * Makefile.in (SFILES): Fix indentation.
7026
7027 2014-02-05 Doug Evans <dje@google.com>
7028
7029 * linux-low.c (linux_wait_for_event): Improve comment.
7030 (linux_wait_1): Keep current_inferior in sync with event_child.
7031
7032 2014-01-22 Doug Evans <dje@google.com>
7033
7034 * gdbthread.h (gdb_id_to_thread): Delete, unused.
7035
7036 2014-01-22 Doug Evans <dje@google.com>
7037
7038 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
7039 * configure: Regenerate.
7040 * config.in: Regenerate.
7041 * Makefile.in (SFILES): Add debug.c.
7042 (OBS): Add debug.o.
7043 * debug.c: New file.
7044 * debug.h: New file.
7045 * linux-aarch64-low.c (*): Update all debugging printfs to use
7046 debug_printf instead of fprintf.
7047 * linux-arm-low.c (*): Ditto.
7048 * linux-cris-low.c (*): Ditto.
7049 * linux-crisv32-low.c (*): Ditto.
7050 * linux-m32r-low.c (*): Ditto.
7051 * linux-sparc-low.c (*): Ditto.
7052 * linux-x86.c (*): Ditto.
7053 * linux-low.c (*): Ditto.
7054 (linux_wait_1): Add calls to debug_enter, debug_exit.
7055 (linux_wait): Remove redundant debugging printf.
7056 (stop_all_lwps): Add calls to debug_enter, debug_exit.
7057 (linux_resume, unstop_all_lwps): Ditto.
7058 * mem-break.c (*): Update all debugging printfs to use
7059 debug_printf instead of fprintf.
7060 * remote-utils.c (*): Ditto.
7061 * thread-db.c (*): Ditto.
7062 * server.c #include <ctype.h>, "gdb_vecs.h".
7063 (debug_threads): Moved to debug.c.
7064 (*): Update all debugging printfs to use debug_printf instead of
7065 fprintf.
7066 (start_inferior): Replace call to fflush with call to debug_flush.
7067 (monitor_show_help): Mention set debug-format.
7068 (parse_debug_format_options): New function.
7069 (handle_monitor_command): Handle "monitor set debug-format".
7070 (gdbserver_usage): Mention --debug-format.
7071 (main): Parse --debug-format.
7072 * server.h (debug_threads): Declaration moved to debug.h.
7073 #include "debug.h".
7074 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
7075 trace_debug_1 that uses debug_printf.
7076 (tracepoint_look_up_symbols): Update all debugging printfs to use
7077 debug_printf instead of fprintf.
7078
7079 2014-01-20 Baruch Siach <baruch@tkos.co.il>
7080
7081 * linux-xtensa-low.c: Include asm/ptrace.h instead of
7082 sys/ptrace.h.
7083
7084 2014-01-17 Pedro Alves <palves@redhat.com>
7085
7086 PR build/16445
7087 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
7088 defined after including gdb_proc_service.h.
7089
7090 2014-01-16 Doug Evans <dje@google.com>
7091
7092 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
7093 (match_dll): Use it.
7094
7095 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
7096
7097 * target.h (target_ops) <read_btrace>: Change parameters and
7098 return type to allow error reporting.
7099 * server.c (handle_qxfer_btrace): Support delta reads. Pass
7100 trace reading errors on.
7101 * linux-low.c (linux_low_read_btrace): Pass trace reading
7102 errors on.
7103 (linux_low_disable_btrace): New.
7104
7105 2014-01-15 Doug Evans <dje@google.com>
7106
7107 * inferiors.c (thread_id_to_gdb_id): Delete.
7108 * inferiors.h (thread_id_to_gdb_id): Delete.
7109
7110 2014-01-13 Eli Zaretskii <eliz@gnu.org>
7111
7112 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
7113 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
7114 versions.
7115
7116 2014-01-08 Pedro Alves <palves@redhat.com>
7117
7118 * server.c (handle_status): Don't discard previous queued stop
7119 replies or thread's pending status here.
7120 (main) <disconnection>: Do it here instead.
7121
7122 2014-01-08 Pedro Alves <palves@redhat.com>
7123
7124 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
7125 * server.c (visit_actioned_threads, handle_pending_status): New
7126 function.
7127 (handle_v_cont): Factor out parts to ...
7128 (resume): ... this new function. If in all-stop, and a thread
7129 being resumed has a pending status, report it without actually
7130 resuming.
7131 (myresume): Adjust to use the new 'resume' function.
7132 (clear_pending_status_callback, set_pending_status_callback)
7133 (find_status_pending_thread_callback): New functions.
7134 (handle_status): Handle the case of multiple threads having
7135 interesting statuses to report. Report threads' real last signal
7136 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
7137 with an interesting thread to report the status for, instead of
7138 always reporting the status of the first thread.
7139
7140 2014-01-01 Joel Brobecker <brobecker@adacore.com>
7141
7142 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
7143 * gdbreplay.c (gdbreplay_version): Likewise.
7144
7145 2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
7146
7147 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
7148 iov.iov_len with the real length in use.
7149
7150 2013-12-13 Joel Brobecker <brobecker@adacore.com>
7151
7152 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
7153 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
7154 for all targets that use win32-low.c.
7155 * win32-low.c (win32_ensure_ntdll_loaded): New function.
7156 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
7157
7158 2013-12-13 Pedro Alves <palves@redhat.com>
7159
7160 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
7161 if equal to TARGET_WAITKIND_LOADED.
7162 * win32-low.c (cached_status): New static global.
7163 (win32_wait): Add declaration.
7164 (do_initial_child_stuff): Flush all initial pending debug events
7165 up to the initial breakpoint.
7166 (win32_wait): If CACHED_STATUS was set, return that instead
7167 of doing a real wait. Remove the code resuming the execution
7168 of the inferior after receiving a TARGET_WAITKIND_LOADED event
7169 during the initial phase. Also remove the code changing
7170 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
7171 TARGET_WAITKIND_STOPPED.
7172
7173 2013-12-11 Yao Qi <yao@codesourcery.com>
7174
7175 * notif.c (handle_notif_ack): Return 0 if no notification
7176 matches.
7177
7178 2013-11-20 Doug Evans <dje@google.com>
7179
7180 * linux-low.c (linux_set_resume_request): Fix comment.
7181
7182 2013-11-20 Doug Evans <dje@google.com>
7183
7184 * linux-low.c (resume_status_pending_p): Tweak comment.
7185
7186 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
7187
7188 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
7189 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
7190 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
7191 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
7192 (srv_amd64_regobj): Add amd64-mpx.o.
7193 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
7194 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
7195 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
7196 * i387-fp.c (num_pl_bnd_register) Added constant.
7197 (num_pl_bnd_cfg_registers) Added constant.
7198 (struct i387_xsave) Added reserved area and MPX fields.
7199 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
7200 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
7201 function.
7202 (tdesc_i386_mpx_linux): Add MPX amd64 target.
7203 (init_registers_amd64_mpx_linux): Declare new function.
7204 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
7205 (x86_64_regmap): Add MPX registers.
7206 (x86_linux_read_description): Add MPX case.
7207 (initialize_low_arch): Initialize MPX targets.
7208
7209 2013-11-18 Tom Tromey <tromey@redhat.com>
7210
7211 * configure: Rebuild.
7212 * configure.ac: Don't check for stdlib.h.
7213 * gdbreplay.c: Unconditionally include stdlib.h.
7214
7215 2013-11-18 Tom Tromey <tromey@redhat.com>
7216
7217 * config.in: Rebuild.
7218 * configure: Rebuild.
7219 * configure.ac: Don't use AC_HEADER_DIRENT.
7220
7221 2013-11-18 Tom Tromey <tromey@redhat.com>
7222
7223 * server.h: Don't check HAVE_STRING_H.
7224 * gdbreplay.c: Don't check HAVE_STRING_H.
7225 * configure: Rebuild.
7226
7227 2013-11-18 Tom Tromey <tromey@redhat.com>
7228
7229 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
7230 LIBGNU.
7231
7232 2013-11-08 Tom Tromey <tromey@redhat.com>
7233
7234 * configure, config.in: Rebuild.
7235 * configure.ac: Remove unused configury.
7236
7237 2013-11-08 Tom Tromey <tromey@redhat.com>
7238
7239 * acinclude.m4: Include common.m4, codeset.m4.
7240 * configure, config.in: Rebuild.
7241 * configure.ac: Use GDB_AC_COMMON.
7242
7243 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
7244
7245 * linux-s390-low.c (HWCAP_S390_TE): New define.
7246 (s390_arch_setup): Consider the TE field in the HWCAP for
7247 determining 'have_regset_tdb'.
7248
7249 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
7250
7251 PR gdb/16014
7252 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
7253 call to sizeof.
7254
7255 2013-10-02 Pedro Alves <palves@redhat.com>
7256
7257 * server.c (process_serial_event): Don't output "GDBserver
7258 exiting" if GDB is connected through stdio.
7259 * target.c (mywait): Likewise, be silent if GDB is connected
7260 through stdio.
7261
7262 2013-10-01 Joel Brobecker <brobecker@adacore.com>
7263
7264 * lynx-low.c (lynx_add_threads_after_attach): New function.
7265 (lynx_attach): Remove call to add_thread. Add call to
7266 lynx_add_threads_after_attach instead.
7267
7268 2013-09-28 Mike Frysinger <vapier@gentoo.org>
7269
7270 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
7271 * config.in, configure: Regenerated.
7272
7273 2013-09-18 Yao Qi <yao@codesourcery.com>
7274
7275 PR server/15959
7276 * server.c (start_inferior): Clear 'resume_info'.
7277
7278 2013-09-16 Jiong Wang <jiwang@tilera.com>
7279
7280 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
7281 for each register.
7282
7283 2013-09-16 Jiong Wang <jiwang@tilera.com>
7284
7285 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
7286 linux-tile-low.o to srv_tgtobj.
7287
7288 2013-09-16 Will Newton <will.newton@linaro.org>
7289
7290 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
7291 out regs.
7292
7293 2013-09-06 Pedro Alves <palves@redhat.com>
7294
7295 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
7296 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
7297 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
7298 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
7299 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
7300 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
7301
7302 2013-09-06 Pedro Alves <palves@redhat.com>
7303
7304 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
7305 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
7306
7307 2013-09-06 Pedro Alves <palves@redhat.com>
7308
7309 * linux-amd64-ipa.c: Include tracepoint.h.
7310 * linux-i386-ipa.c: Include tracepoint.h.
7311
7312 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
7313
7314 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
7315 (ps_get_thread_area): New function.
7316
7317 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
7318
7319 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
7320 (initialize_low_arch): Call init_registers_crisv32 rather than
7321 init_register_crisv32.
7322
7323 2013-09-05 Pedro Alves <palves@redhat.com>
7324
7325 * server.h (handle_vFile, hostio_last_error_from_errno): Move
7326 to ...
7327 * hostio.h: ... this new file.
7328 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
7329 win32-low.c: Include hostio.h.
7330
7331 2013-09-05 Pedro Alves <palves@redhat.com>
7332
7333 * server.h (gdb_client_data, handler_func, callback_handler_func)
7334 (delete_file_handler, add_file_handler, append_callback_event)
7335 (delete_callback_event, start_event_loop, initialize_event_loop):
7336 Move to event-loop.h and include it.
7337 * event-loop.h: New file.
7338
7339 2013-09-05 Pedro Alves <palves@redhat.com>
7340
7341 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
7342 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
7343 (loaded_dll, unloaded_dll): Move to ...
7344 * dll.h: ... this new file.
7345 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
7346
7347 2013-09-05 Pedro Alves <palves@redhat.com>
7348
7349 * server.h (current_process, get_thread_process, all_processes)
7350 (add_inferior_to_list, for_each_inferior, current_inferior)
7351 (remove_inferior, add_process, remove_process, find_process_pid)
7352 (have_started_inferiors_p, have_attached_inferiors_p)
7353 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
7354 (clear_inferiors, find_inferior, find_inferior_id)
7355 (inferior_target_data, set_inferior_target_data)
7356 (inferior_regcache_data, set_inferior_regcache_data): Move to
7357 inferiors.h, and include it.
7358 * inferiors.h: New file.
7359
7360 2013-09-05 Pedro Alves <palves@redhat.com>
7361
7362 * server.h (struct emit_ops, current_insn_ptr, emit_error):
7363 Move ...
7364 * ax.h: ... here.
7365
7366 2013-09-05 Pedro Alves <palves@redhat.com>
7367
7368 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
7369 tracepoint.h.
7370 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
7371 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
7372 (handle_tracepoint_general_set, handle_tracepoint_query)
7373 (tracepoint_finished_step, tracepoint_was_hit)
7374 (release_while_stepping_state_list, current_traceframe)
7375 (in_readonly_region, traceframe_read_mem)
7376 (fetch_traceframe_registers, traceframe_read_sdata)
7377 (traceframe_read_info, struct fast_tpoint_collect_status)
7378 (fast_tracepoint_collecting, force_unlock_trace_buffer)
7379 (handle_tracepoit_bkpts, initialize_low_tracepoint)
7380 (supply_fast_tracepoint_registers)
7381 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
7382 (ipa_tdesc, claim_trampoline_space)
7383 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
7384 (agent_mem_read, agent_get_trace_state_variable_value)
7385 (agent_set_trace_state_variable_value, agent_tsv_read)
7386 (agent_mem_read_string, get_raw_reg_func_addr)
7387 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
7388 * tracepoint.h: ... this new file.
7389
7390 2013-09-05 Pedro Alves <palves@redhat.com>
7391
7392 * server.h (perror_with_name, error, fatal, warning, paddress)
7393 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
7394 include it.
7395 * utils.h: New file.
7396
7397 2013-09-05 Pedro Alves <palves@redhat.com>
7398
7399 * server.h (remote_debug, noack_mode, transport_is_reliable)
7400 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
7401 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
7402 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
7403 (write_enn, initialize_async_io, enable_async_io)
7404 (disable_async_io, check_remote_input_interrupt_request)
7405 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
7406 (dead_thread_notify, prepare_resume_reply)
7407 (decode_address_to_semicolon, decode_address, decode_m_packet)
7408 (decode_M_packet, decode_X_packet, decode_xfer_write)
7409 (decode_search_memory_packet, unhexify, hexify)
7410 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
7411 (look_up_one_symbol, relocate_instruction)
7412 (monitor_output): Move to remote-utils.h, and include it.
7413 * remote-utils.h: New file.
7414
7415 2013-09-05 Pedro Alves <palves@redhat.com>
7416
7417 * server.h (_): Delete.
7418
7419 2013-09-02 Pedro Alves <palves@redhat.com>
7420
7421 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
7422 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
7423 allocated.
7424 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
7425
7426 2013-09-02 Pierre Muller <muller@sourceware.org>
7427
7428 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
7429 or WriteProcessMemory complete successfully and handle
7430 ERROR_PARTIAL_COPY error.
7431
7432 2013-09-02 Pedro Alves <palves@redhat.com>
7433
7434 * server.c (gdb_read_memory): Return -1 on traceframe memory read
7435 error instead of EIO.
7436
7437 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 PR server/15604
7440 * linux-low.c: Include filestuff.h.
7441 (linux_create_inferior) <pid == 0>: Call close_most_fds.
7442 * lynx-low.c: Include filestuff.h.
7443 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
7444 * server.c: Include filestuff.h.
7445 (main): Call notice_open_fds.
7446 * spu-low.c: Include filestuff.h.
7447 (spu_create_inferior) <pid == 0>: Call close_most_fds.
7448
7449 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
7450
7451 * Makefile.in: Explain why ../target and ../nat are not
7452 listed as include file search paths.
7453 (linux-waitpid.o): New object file rule.
7454 * configure.srv (srv_native_linux_obj): New variable.
7455 Replace all occurrences of linux native object files with
7456 $srv_native_linux_obj.
7457 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
7458 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
7459 (linux_enable_event_reporting): Remove declaration.
7460 (my_waitpid): Moved to common/linux-waitpid.c.
7461 (linux_wait_for_event): Pass ptid when calling
7462 linux_enable_event_reporting.
7463 (linux_supports_tracefork_flag): Remove.
7464 (linux_enable_event_reporting): Likewise.
7465 (linux_tracefork_grandchild): Remove.
7466 (STACK_SIZE): Moved to common/linux-ptrace.c.
7467 (linux_tracefork_child): Remove.
7468 (linux_test_for_tracefork): Remove.
7469 (linux_look_up_symbols): Call linux_supports_traceclone.
7470 (initialize_low): Remove call to linux_test_for_tracefork.
7471 * linux-low.h (PTRACE_TYPE_ARG3): Move to
7472 common/linux-ptrace.h.
7473 (PTRACE_TYPE_ARG4): Likewise.
7474 Include linux-ptrace.h.
7475
7476 2013-08-21 Pedro Alves <palves@redhat.com>
7477
7478 * config.in: Renegerate.
7479
7480 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
7481
7482 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
7483 (SFILES): Remove $(srcdir)/common/target-common.c and
7484 add $(srcdir)/target/waitstatus.c.
7485 (OBS): Remove target-common.o and add waitstatus.o.
7486 (server_h): Remove $(srcdir)/../common/target-common.h and
7487 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
7488 and $(srcdir)/../target/waitstatus.h.
7489 (target-common.o): Remove.
7490 (waitstatus.o): New target object file.
7491 * target.h: Do not include target-common.h and
7492 include target/resume.h, target/wait.h and
7493 target/waitstatus.h.
7494
7495 2013-08-13 Luis Machado <lgustavo@codesourcery.com>
7496
7497 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
7498 to PTRACE_TYPE_ARG3.
7499 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
7500 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
7501 PTRACE_TYPE_ARG4.
7502 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
7503 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
7504
7505 2013-07-27 Jie Zhang <jie@codesourcery.com>
7506 Daniel Jacobowitz <dan@codesourcery.com>
7507 Yao Qi <yao@codesourcery.com>
7508
7509 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
7510 (mips-linux-watch.o): New rule.
7511 (mips_linux_watch_h): New variable.
7512 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
7513 srv_tgtobj.
7514 * linux-mips-low.c: Include mips-linux-watch.h.
7515 (struct arch_process_info, struct arch_lwp_info): New.
7516 (update_watch_registers_callback): New function.
7517 (mips_linux_new_process, mips_linux_new_thread) New functions.
7518 (mips_linux_prepare_to_resume, mips_insert_point): New
7519 functions.
7520 (mips_remove_point, mips_stopped_by_watchpoint): New
7521 functions.
7522 (rsp_bp_type_to_target_hw_bp_type): New function.
7523 (mips_stopped_data_address): New function.
7524 (the_low_target): Add watchpoint support functions.
7525
7526 2013-07-27 Yao Qi <yao@codesourcery.com>
7527
7528 * i386-low.c: Include break-common.h.
7529 (enum target_hw_bp_type): Remove.
7530
7531 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
7532
7533 * Makefile.in (SFILES): /common/target-common.c.
7534 (OBS): Add target-common.o.
7535 (server_h): Add $(srcdir)/../common/target-common.h.
7536 (target-common.o): New target.
7537 * server.c (queue_stop_reply_callback): Free
7538 status string after use.
7539 * target.c (target_waitstatus_to_string): Remove.
7540 * target.h: Include target-common.h.
7541 (resume_kind): Likewise.
7542 (target_waitkind): Likewise.
7543 (target_waitstatus): Likewise.
7544 (TARGET_WNOHANG): Likewise.
7545
7546 2013-07-04 Yao Qi <yao@codesourcery.com>
7547
7548 * Makefile.in (host_alias): Use @host_noncanonical@.
7549 (target_alias): Use @target_noncanonical@.
7550 * configure.ac: Use ACX_NONCANONICAL_TARGET and
7551 ACX_NONCANONICAL_HOST.
7552 * configure: Regenerated.
7553
7554 Revert:
7555 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
7556
7557 * configure.ac (version_host, version_target): Set and AC_SUBST them.
7558 * configure: Rebuild.
7559 * Makefile.in (version_host, version_target): Get from configure.
7560 (version.c): Use $(version_host) and $(version_target).
7561
7562 2013-07-03 Pedro Alves <palves@redhat.com>
7563
7564 * Makefile.in (config.status): Depend on development.sh.
7565 * acinclude.m4: Include libmcheck.m4.
7566 * configure: Regenerate.
7567
7568 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
7569
7570 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
7571 attribute inside the parentheses.
7572 (winapi_DebugSetProcessKillOnExit): Ditto.
7573 (winapi_DebugBreakProcess): Ditto.
7574 (winapi_GenerateConsoleCtrlEvent): Ditto.
7575
7576 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
7577
7578 * notif.h (notif_event): Add a dummy member to avoid compiler
7579 errors.
7580
7581 2013-07-01 Pedro Alves <palves@redhat.com>
7582
7583 * hostio.c (HOSTIO_PATH_MAX): Define.
7584 (require_filename, handle_open, handle_unlink, handle_readlink):
7585 Use it.
7586
7587 2013-07-01 Pedro Alves <palves@redhat.com>
7588
7589 * server.h: Include "pathmax.h".
7590 * linux-low.c: Don't include sys/param.h.
7591 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
7592 MAXPATHLEN.
7593 * win32-low.c: Don't include sys/param.h.
7594 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
7595
7596 2013-07-01 Pedro Alves <palves@redhat.com>
7597
7598 * event-loop.c: Don't check HAVE_UNISTD_H before including
7599 <unistd.h>.
7600 * gdbreplay.c: Likewise.
7601 * remote-utils.c: Likewise.
7602 * server.c: Likewise.
7603 * configure.ac: Don't check for unistd.h.
7604 * configure: Regenerate.
7605
7606 2013-06-28 Tom Tromey <tromey@redhat.com>
7607
7608 * Makefile.in (version.c): Use version.in, not
7609 common/version.in.
7610
7611 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
7612
7613 * configure.ac (version_host, version_target): Set and AC_SUBST them.
7614 * configure: Rebuild.
7615 * Makefile.in (version_host, version_target): Get from configure.
7616 (version.c): Use $(version_host) and $(version_target).
7617
7618 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
7619
7620 Fix trace-status to output user name without trailing colon.
7621 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
7622
7623 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
7624
7625 Fix trace-status to output proper start-time and stop-time.
7626 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
7627 output start time and stop time in hex as gdb expects.
7628
7629 2013-06-26 Pedro Alves <pedro@codesourcery.com>
7630
7631 * tracepoint.c (build_traceframe_info_xml): Output trace state
7632 variables present in the trace buffer.
7633
7634 2013-06-24 Tom Tromey <tromey@redhat.com>
7635
7636 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
7637 create-version.sh.
7638 (version.o): Remove.
7639 * gdbreplay.c: Include version.h.
7640 (version, host_name): Don't declare.
7641 * server.h: Include version.h.
7642 (version, host_name): Don't declare.
7643
7644 2013-06-12 Pedro Alves <palves@redhat.com>
7645
7646 * linux-x86-low.c (linux_is_elf64): Delete global.
7647 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
7648 with local linux_pid_exe_is_elf_64_file use.
7649
7650 2013-06-11 Pedro Alves <palves@redhat.com>
7651
7652 * linux-low.c (regset_disabled, disable_regset): New functions.
7653 (regsets_fetch_inferior_registers)
7654 (regsets_store_inferior_registers): Use them.
7655 (initialize_regsets_info); Don't allocate the disabled_regsets
7656 array here.
7657 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
7658 comment.
7659
7660 2013-06-11 Pedro Alves <palves@redhat.com>
7661
7662 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
7663 xmalloc.
7664
7665 2013-06-11 Pedro Alves <palves@redhat.com>
7666
7667 * linux-x86-low.c (initialize_low_arch): Call
7668 init_registers_x32_avx_linux.
7669
7670 2013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7671
7672 Fix compatibility with Android Bionic.
7673 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
7674 it is not empty.
7675
7676 2013-06-07 Pedro Alves <palves@redhat.com>
7677
7678 PR server/14823
7679 * Makefile.in (OBS): Add tdesc.o.
7680 (IPA_OBJS): Add tdesc-ipa.o.
7681 (tdesc-ipa.o): New rule.
7682 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
7683 interface.
7684 * linux-low.c (new_inferior): Delete.
7685 (disabled_regsets, num_regsets): Delete.
7686 (linux_add_process): Adjust to set the new per-process
7687 new_inferior flag.
7688 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
7689 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
7690 was a stop. When calling arch_setup, switch the current inferior
7691 to the thread that got an event.
7692 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
7693 (regsets_fetch_inferior_registers)
7694 (regsets_store_inferior_registers): New regsets_info parameter.
7695 Adjust to use it.
7696 (linux_register_in_regsets): New regs_info parameter. Adjust to
7697 use it.
7698 (register_addr, fetch_register, store_register): New usrregs_info
7699 parameter. Adjust to use it.
7700 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
7701 parameter regs_info. Adjust to use it.
7702 (linux_fetch_registers): Get the current inferior's regs_info, and
7703 adjust to use it.
7704 (linux_store_registers): Ditto.
7705 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
7706 (initialize_low): Don't initialize the target_regsets here. Call
7707 initialize_low_arch.
7708 * linux-low.h (target_regsets): Delete declaration.
7709 (struct regsets_info): New.
7710 (struct usrregs_info): New.
7711 (struct regs_info): New.
7712 (struct process_info_private) <new_inferior>: New field.
7713 (struct linux_target_ops): Delete the num_regs, regmap, and
7714 regset_bitmap fields. New field regs_info.
7715 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
7716 * i387-fp.c (num_xmm_registers): Delete.
7717 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
7718 calls to new interface.
7719 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
7720 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
7721 Infer the number of xmm registers from the regcache's target
7722 description.
7723 * i387-fp.h (num_xmm_registers): Delete.
7724 * inferiors.c (add_thread): Don't install the thread's regcache
7725 here.
7726 * proc-service.c (gregset_info): Fetch the current inferior's
7727 regs_info. Adjust to use it.
7728 * regcache.c: Include tdesc.h.
7729 (register_bytes, reg_defs, num_registers)
7730 (gdbserver_expedite_regs): Delete.
7731 (get_thread_regcache): If the thread doesn't have a regcache yet,
7732 create one, instead of aborting gdbserver.
7733 (regcache_invalidate_one): Rename to ...
7734 (regcache_invalidate_thread): ... this.
7735 (regcache_invalidate_one): New.
7736 (regcache_invalidate): Only invalidate registers of the current
7737 process.
7738 (init_register_cache): Add target_desc parameter, and use it.
7739 (new_register_cache): Ditto. Assert the target description has a
7740 non zero registers_size.
7741 (regcache_cpy): Add assertions. Adjust.
7742 (realloc_register_cache, set_register_cache): Delete.
7743 (registers_to_string, registers_from_string): Adjust.
7744 (find_register_by_name, find_regno, find_register_by_number)
7745 (register_cache_size): Add target_desc parameter, and use it.
7746 (free_register_cache_thread, free_register_cache_thread_one)
7747 (regcache_release, register_cache_size): New.
7748 (register_size): Add target_desc parameter, and use it.
7749 (register_data, supply_register, supply_register_zeroed)
7750 (supply_regblock, supply_register_by_name, collect_register)
7751 (collect_register_as_string, collect_register_by_name): Adjust.
7752 * regcache.h (struct target_desc): Forward declare.
7753 (struct regcache) <tdesc>: New field.
7754 (init_register_cache, new_register_cache): Add target_desc
7755 parameter.
7756 (regcache_invalidate_thread): Declare.
7757 (regcache_invalidate_one): Delete declaration.
7758 (regcache_release): Declare.
7759 (find_register_by_number, register_cache_size, register_size)
7760 (find_regno): Add target_desc parameter.
7761 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
7762 declarations.
7763 * remote-utils.c: Include tdesc.h.
7764 (outreg, prepare_resume_reply): Adjust.
7765 * server.c: Include tdesc.h.
7766 (gdbserver_xmltarget): Delete declaration.
7767 (get_features_xml, process_serial_event): Adjust.
7768 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
7769 declare.
7770 (struct process_info) <tdesc>: New field.
7771 (ipa_tdesc): Declare.
7772 * tdesc.c: New file.
7773 * tdesc.h: New file.
7774 * tracepoint.c: Include tdesc.h.
7775 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
7776 (get_context_regcache): Adjust to pass ipa_tdesc down.
7777 (do_action_at_tracepoint): Adjust to get the register cache size
7778 from the context regcache's description.
7779 (traceframe_walk_blocks): Adjust to get the register cache size
7780 from the current trace frame's description.
7781 (traceframe_get_pc): Adjust to get current trace frame's
7782 description and pass it down.
7783 (gdb_collect): Adjust to get the register cache size from the
7784 IPA's description.
7785 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
7786 (gdbserver_xmltarget): Delete.
7787 (initialize_low_tracepoint): Set the ipa's target description.
7788 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
7789 (initialize_low_tracepoint): Set the ipa's target description.
7790 * linux-x86-low.c: Include tdesc.h.
7791 [__x86_64__] (is_64bit_tdesc): New.
7792 (ps_get_thread_area, x86_get_thread_area): Use it.
7793 (i386_cannot_store_register): Rename to ...
7794 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
7795 (i386_cannot_fetch_register): Rename to ...
7796 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
7797 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
7798 to new interface.
7799 (target_regsets): Rename to ...
7800 (x86_regsets): ... this.
7801 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
7802 interface.
7803 (x86_siginfo_fixup): Use is_64bit_tdesc.
7804 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
7805 (tdesc_x32_avx_linux, tdesc_x32_linux)
7806 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
7807 Declare.
7808 (x86_linux_update_xmltarget): Delete.
7809 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
7810 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
7811 (AMD64_LINUX_USER64_CS): New.
7812 (x86_linux_read_description): New, based on
7813 x86_linux_update_xmltarget.
7814 (same_process_callback): New.
7815 (x86_arch_setup_process_callback): New.
7816 (x86_linux_update_xmltarget): New.
7817 (x86_regsets_info): New.
7818 (amd64_linux_regs_info): New.
7819 (i386_linux_usrregs_info): New.
7820 (i386_linux_regs_info): New.
7821 (x86_linux_regs_info): New.
7822 (x86_arch_setup): Reimplement.
7823 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
7824 (x86_emit_ops): Ditto.
7825 (the_low_target): Adjust. Install x86_linux_regs_info,
7826 x86_cannot_fetch_register, and x86_cannot_store_register.
7827 (initialize_low_arch): New.
7828 * linux-ia64-low.c (tdesc_ia64): Declare.
7829 (ia64_fetch_register): Adjust.
7830 (ia64_usrregs_info, regs_info): New globals.
7831 (ia64_regs_info): New function.
7832 (the_low_target): Adjust.
7833 (initialize_low_arch): New function.
7834 * linux-sparc-low.c (tdesc_sparc64): Declare.
7835 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
7836 Adjust.
7837 (sparc_arch_setup): New function.
7838 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
7839 (the_low_target): Adjust.
7840 (initialize_low_arch): New function.
7841 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
7842 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
7843 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
7844 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
7845 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
7846 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
7847 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
7848 (tdesc_powerpc_isa205_vsx64l): Declare.
7849 (ppc_cannot_store_register, ppc_collect_ptrace_register)
7850 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
7851 (ppc_set_pc, ppc_get_hwcap): Adjust.
7852 (ppc_usrregs_info): Forward declare.
7853 (!__powerpc64__) ppc_regmap_adjusted: New global.
7854 (ppc_arch_setup): Adjust to the current process'es target
7855 description.
7856 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
7857 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
7858 (ppc_store_evrregset): Adjust.
7859 (target_regsets): Rename to ...
7860 (ppc_regsets): ... this, and make static.
7861 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
7862 (ppc_regs_info): New function.
7863 (the_low_target): Adjust.
7864 (initialize_low_arch): New function.
7865 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
7866 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
7867 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
7868 (tdesc_s390x_linux64v2): Declare.
7869 (s390_collect_ptrace_register, s390_supply_ptrace_register)
7870 (s390_fill_gregset, s390_store_last_break): Adjust.
7871 (target_regsets): Rename to ...
7872 (s390_regsets): ... this, and make static.
7873 (s390_get_pc, s390_set_pc): Adjust.
7874 (s390_get_hwcap): New target_desc parameter, and use it.
7875 [__s390x__] (have_hwcap_s390_high_gprs): New global.
7876 (s390_arch_setup): Adjust to set the current process'es target
7877 description. Don't adjust the regmap.
7878 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
7879 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
7880 (regs_info_3264): New globals.
7881 (s390_regs_info): New function.
7882 (the_low_target): Adjust.
7883 (initialize_low_arch): New function.
7884 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
7885 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
7886 [__mips64] (init_registers_mips_linux)
7887 (init_registers_mips_dsp_linux): Delete defines.
7888 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
7889 (have_dsp): New global.
7890 (mips_read_description): New, based on mips_arch_setup.
7891 (mips_arch_setup): Reimplement.
7892 (get_usrregs_info): New function.
7893 (mips_cannot_fetch_register, mips_cannot_store_register)
7894 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
7895 (mips_fill_fpregset, mips_store_fpregset): Adjust.
7896 (target_regsets): Rename to ...
7897 (mips_regsets): ... this, and make static.
7898 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
7899 (dsp_regs_info, regs_info): New globals.
7900 (mips_regs_info): New function.
7901 (the_low_target): Adjust.
7902 (initialize_low_arch): New function.
7903 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
7904 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
7905 Declare.
7906 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
7907 (arm_read_description): New, with bits factored from
7908 arm_arch_setup.
7909 (arm_arch_setup): Reimplement.
7910 (target_regsets): Rename to ...
7911 (arm_regsets): ... this, and make static.
7912 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
7913 (arm_regs_info): New function.
7914 (the_low_target): Adjust.
7915 (initialize_low_arch): New function.
7916 * linux-m68k-low.c (tdesc_m68k): Declare.
7917 (target_regsets): Rename to ...
7918 (m68k_regsets): ... this, and make static.
7919 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
7920 (m68k_regs_info): New function.
7921 (m68k_arch_setup): New function.
7922 (the_low_target): Adjust.
7923 (initialize_low_arch): New function.
7924 * linux-sh-low.c (tdesc_sharch): Declare.
7925 (target_regsets): Rename to ...
7926 (sh_regsets): ... this, and make static.
7927 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
7928 (sh_regs_info, sh_arch_setup): New functions.
7929 (the_low_target): Adjust.
7930 (initialize_low_arch): New function.
7931 * linux-bfin-low.c (tdesc_bfin): Declare.
7932 (bfin_arch_setup): New function.
7933 (bfin_usrregs_info, regs_info): New globals.
7934 (bfin_regs_info): New function.
7935 (the_low_target): Adjust.
7936 (initialize_low_arch): New function.
7937 * linux-cris-low.c (tdesc_cris): Declare.
7938 (cris_arch_setup): New function.
7939 (cris_usrregs_info, regs_info): New globals.
7940 (cris_regs_info): New function.
7941 (the_low_target): Adjust.
7942 (initialize_low_arch): New function.
7943 * linux-cris-low.c (tdesc_crisv32): Declare.
7944 (cris_arch_setup): New function.
7945 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
7946 (cris_regs_info): New function.
7947 (the_low_target): Adjust.
7948 (initialize_low_arch): New function.
7949 * linux-m32r-low.c (tdesc_m32r): Declare.
7950 (m32r_arch_setup): New function.
7951 (m32r_usrregs_info, regs_info): New globals.
7952 (m32r_regs_info): Adjust.
7953 (initialize_low_arch): New function.
7954 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
7955 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
7956 (tic6x_usrregs_info): Forward declare.
7957 (tic6x_read_description): New function, based on ...
7958 (tic6x_arch_setup): ... this. Reimplement.
7959 (target_regsets): Rename to ...
7960 (tic6x_regsets): ... this, and make static.
7961 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
7962 (tic6x_regs_info): New function.
7963 (the_low_target): Adjust.
7964 (initialize_low_arch): New function.
7965 * linux-xtensa-low.c (tdesc_xtensa): Declare.
7966 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
7967 (target_regsets): Rename to ...
7968 (xtensa_regsets): ... this, and make static.
7969 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
7970 globals.
7971 (xtensa_arch_setup, xtensa_regs_info): New functions.
7972 (the_low_target): Adjust.
7973 (initialize_low_arch): New function.
7974 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
7975 (nios2_arch_setup): Set the current process'es tdesc.
7976 (target_regsets): Rename to ...
7977 (nios2_regsets): ... this.
7978 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
7979 (nios2_regs_info): New function.
7980 (the_low_target): Adjust.
7981 (initialize_low_arch): New function.
7982 * linux-aarch64-low.c (tdesc_aarch64): Declare.
7983 (aarch64_arch_setup): Set the current process'es tdesc.
7984 (target_regsets): Rename to ...
7985 (aarch64_regsets): ... this.
7986 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
7987 (aarch64_regs_info): New function.
7988 (the_low_target): Adjust.
7989 (initialize_low_arch): New function.
7990 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
7991 globals.
7992 (target_regsets): Rename to ...
7993 (tile_regsets): ... this.
7994 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
7995 (tile_regs_info): New function.
7996 (tile_arch_setup): Set the current process'es tdesc.
7997 (the_low_target): Adjust.
7998 (initialize_low_arch): New function.
7999 * spu-low.c (tdesc_spu): Declare.
8000 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
8001 * win32-arm-low.c (tdesc_arm): Declare.
8002 (arm_arch_setup): New function.
8003 (the_low_target): Install arm_arch_setup instead of
8004 init_registers_arm.
8005 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
8006 (init_windows_x86): Rename to ...
8007 (i386_arch_setup): ... this. Set `win32_tdesc'.
8008 (the_low_target): Adjust.
8009 * win32-low.c (win32_tdesc): New global.
8010 (child_add_thread): Don't create the thread cache here.
8011 (do_initial_child_stuff): Set the new process'es tdesc.
8012 * win32-low.h (struct target_desc): Forward declare.
8013 (win32_tdesc): Declare.
8014 * lynx-i386-low.c (tdesc_i386): Declare global.
8015 (lynx_i386_arch_setup): Set `lynx_tdesc'.
8016 * lynx-low.c (lynx_tdesc): New global.
8017 (lynx_add_process): Set the new process'es tdesc.
8018 * lynx-low.h (struct target_desc): Forward declare.
8019 (lynx_tdesc): Declare global.
8020 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
8021 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
8022 * nto-low.c (nto_tdesc): New global.
8023 (do_attach): Set the new process'es tdesc.
8024 * nto-low.h (struct target_desc): Forward declare.
8025 (nto_tdesc): Declare.
8026 * nto-x86-low.c (tdesc_i386): Declare.
8027 (nto_x86_arch_setup): Set `nto_tdesc'.
8028
8029 2013-06-04 Gary Benson <gbenson@redhat.com>
8030
8031 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
8032 to qSupported response when appropriate.
8033 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
8034 with nonzero-length annex.
8035 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
8036 arguments supplied in annex.
8037
8038 2013-05-31 Doug Evans <dje@google.com>
8039
8040 PR server/15594
8041 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
8042 64 bits in 64-cross-32 environment.
8043
8044 2013-05-28 Pedro Alves <palves@redhat.com>
8045
8046 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
8047 (aarch64-without-fpu.c): Delete rule.
8048 * configure.srv (aarch64*-*-linux*): Remove references to
8049 aarch64-without-fpu.o and aarch64-without-fpu.xml.
8050 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
8051 declaration.
8052
8053 2013-05-24 Pedro Alves <palves@redhat.com>
8054
8055 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
8056 instead of strchr/decode_address. Error if the range isn't split
8057 with a ','. Don't assume there's be a ':' in the action.
8058
8059 2013-05-23 Yao Qi <yao@codesourcery.com>
8060 Pedro Alves <palves@redhat.com>
8061
8062 * linux-low.c (lwp_in_step_range): New function.
8063 (linux_wait_1): If the thread was range stepping and stopped
8064 outside the stepping range, report the stop to GDB. Otherwise,
8065 continue stepping. Add range stepping debug output.
8066 (linux_set_resume_request): Copy the step range from the resume
8067 request to the lwp.
8068 (linux_supports_range_stepping): New.
8069 (linux_target_ops) <supports_range_stepping>: Set to
8070 linux_supports_range_stepping.
8071 * linux-low.h (struct linux_target_ops)
8072 <supports_range_stepping>: New field.
8073 (struct lwp_info) <step_range_start, step_range_end>: New fields.
8074 * linux-x86-low.c (x86_supports_range_stepping): New.
8075 (the_low_target) <supports_range_stepping>: Set to
8076 x86_supports_range_stepping.
8077 * server.c (handle_v_cont): Handle 'r' action.
8078 (handle_v_requests): Append ";r" if the target supports range
8079 stepping.
8080 * target.h (struct thread_resume) <step_range_start,
8081 step_range_end>: New fields.
8082 (struct target_ops) <supports_range_stepping>:
8083 New field.
8084 (target_supports_range_stepping): New macro.
8085
8086 2013-05-17 Joel Brobecker <brobecker@adacore.com>
8087
8088 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
8089 confusion in comment.
8090
8091 2013-05-17 Joel Brobecker <brobecker@adacore.com>
8092
8093 * lynx-low.c (struct process_info_private): New type.
8094 (lynx_add_process): New function.
8095 (lynx_create_inferior, lynx_attach): Replace calls to
8096 add_process by calls to lynx_add_process.
8097 (lynx_resume): If PTID is null, then try using
8098 current_process()->private->last_wait_event_ptid.
8099 Add comments.
8100 (lynx_clear_inferiors): Delete. The contents of that function
8101 has been inlined in lynx_mourn;
8102 (lynx_wait_1): Save the ptid in the process's private data.
8103 (lynx_mourn): Free the process' private data. Replace call
8104 to lynx_clear_inferiors by call to clear_inferiors.
8105
8106 2013-05-17 Yao Qi <yao@codesourcery.com>
8107
8108 * i386-low.c (i386_length_and_rw_bits): Move the comment to
8109 the right place.
8110
8111 2013-05-16 Luis Machado <lgustavo@codesourcery.com>
8112
8113 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
8114 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
8115 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
8116 PT_TEXT_END_ADDR guards. Update comments.
8117 (linux_target_op) <read_offsets>: Conditionally define to
8118 linux_read_offsets if the target is UCLIBC and if it defines
8119 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
8120
8121 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
8122 Andrew Jenner <andrew@codesourcery.com>
8123
8124 * Makefile.in (SFILES): Add linux-nios2-low.c.
8125 (clean): Add action to delete nios2-linux.c.
8126 (nios2-linux.c): New rule.
8127 * configure.srv: Add nios2*-*-linux*.
8128 * linux-nios2-low.c: New.
8129
8130 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
8131
8132 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
8133
8134 2013-04-25 Hui Zhu <hui@codesourcery.com>
8135
8136 PR gdb/15186
8137 * ax.c (ax_printf): Add fflush.
8138
8139 2013-04-22 Tom Tromey <tromey@redhat.com>
8140
8141 * Makefile.in (SFILES): Add filestuff.c.
8142 (OBS): Add filestuff.o.
8143 (filestuff.o): New target.
8144 * config.in, configure: Rebuild.
8145 * configure.ac: Check for fdwalk, pipe2.
8146
8147 2013-04-17 Pedro Alves <palves@redhat.com>
8148
8149 * configure.ac (USE_THREAD_DB): Delete variable.
8150 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
8151 Don't AC_SUBST USE_THREAD_DB.
8152 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
8153 * config.in, configure: Regenerate.
8154
8155 2013-04-16 Pedro Alves <palves@redhat.com>
8156
8157 * linux-low.h (struct lwp_info) <thread_known>: Move under
8158 the USE_THREAD_DB #ifdef.
8159
8160 2013-04-16 Pedro Alves <palves@redhat.com>
8161
8162 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
8163 (linux-low.o): Delete rule.
8164 * linux-low.h: Always include "gdb_thread_db.h" instead of
8165 conditionally including thread_db.h.
8166 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
8167 HAVE_THREAD_DB_H.
8168
8169 2013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * Makefile.in (install-only): Fix make install regression.
8172
8173 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8174
8175 Convert man pages to texinfo, new gdbinit.5 texinfo page.
8176 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
8177 installation.
8178 * gdbserver.1: Remove.
8179
8180 2013-03-22 Pedro Alves <palves@redhat.com>
8181
8182 * linux-low.c (handle_extended_wait): Don't call
8183 linux_enable_event_reporting.
8184
8185 2013-03-15 Tony Theodore <tonyt@logyst.com>
8186
8187 PR build/9098:
8188 * Makefile.in (SHELL): Use @SHELL@.
8189
8190 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
8191
8192 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
8193 compiler warning.
8194
8195 2013-03-13 Joel Brobecker <brobecker@adacore.com>
8196
8197 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
8198 Remove extraneous NULL element.
8199
8200 2013-03-13 Yao Qi <yao@codesourcery.com>
8201
8202 * tracepoint.c (traceframe_read_tsv): Look for the last matched
8203 'V' block in trace frame.
8204
8205 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8206
8207 * target.h (struct target_ops): Add btrace ops.
8208 (target_supports_btrace): New macro.
8209 (target_enable_btrace): New macro.
8210 (target_disable_btrace): New macro.
8211 (target_read_btrace): New macro.
8212 * gdbthread.h (struct thread_info): Add btrace field.
8213 * server.c: Include btrace-common.h.
8214 (handle_btrace_general_set): New function.
8215 (handle_btrace_enable): New function.
8216 (handle_btrace_disable): New function.
8217 (handle_general_set): Call handle_btrace_general_set.
8218 (handle_qxfer_btrace): New function.
8219 (struct qxfer qxfer_packets[]): Add btrace entry.
8220 * inferiors.c (remove_thread): Disable btrace.
8221 * linux-low: Include linux-btrace.h.
8222 (linux_low_enable_btrace): New function.
8223 (linux_low_read_btrace): New function.
8224 (linux_target_ops): Add btrace ops.
8225 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
8226 Add srv_linux_btrace=yes.
8227 (x86_64-*-linux*): Add linux-btrace.o.
8228 Add srv_linux_btrace=yes.
8229 * configure.ac: Define HAVE_LINUX_BTRACE.
8230 * config.in: Regenerated.
8231 * configure: Regenerated.
8232
8233 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8234
8235 * server.c (handle_qxfer): Preserve error message if -3 is
8236 returned.
8237 (qxfer): Document the -3 return value.
8238
8239 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8240
8241 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
8242 (linux_btrace_h): New variable.
8243 (linux-btrace.o): New rule.
8244
8245 2013-03-08 Stan Shebs <stan@codesourcery.com>
8246 Hafiz Abid Qadeer <abidh@codesourcery.com>
8247
8248 * tracepoint.c (trace_buffer_size): New global.
8249 (DEFAULT_TRACE_BUFFER_SIZE): New define.
8250 (init_trace_buffer): Change to one-argument function. Allocate
8251 trace buffer memory.
8252 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
8253 handle QTBuffer:size packet.
8254 (cmd_bigqtbuffer_size): New function.
8255 (initialize_tracepoint): Call init_trace_buffer with
8256 DEFAULT_TRACE_BUFFER_SIZE.
8257 * server.c (handle_query): Add QTBuffer:size in the
8258 supported packets.
8259
8260 2013-03-07 Yao Qi <yao@codesourcery.com>
8261
8262 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
8263 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
8264 of -1.
8265 (cmd_qtsp): Adjust condition. Do post increment.
8266 Set cur_action and cur_step_action back to 0.
8267
8268 2013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
8269
8270 PR server/15236
8271 * linux-low.c (linux_write_memory): Return early success if LEN is
8272 zero.
8273
8274 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8275
8276 * configure.srv: Add x86_64-*-cygwin* as target.
8277
8278 2013-02-28 Tom Tromey <tromey@redhat.com>
8279
8280 * configure.ac: Invoke AC_SYS_LARGEFILE.
8281 * configure, config.in: Rebuild.
8282
8283 2013-02-28 Corinna Vinschen <vinschen@redhat.com>
8284
8285 * win32-low.c: Throughout, fix format strings and casts of
8286 printf-like functions to avoid type related warnings on all
8287 platforms.
8288 (get_child_debug_event): Print dwDebugEventCode as hex since
8289 that's how it's usually documented.
8290
8291 2013-02-28 Yao Qi <yao@codesourcery.com>
8292
8293 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
8294 pulongest.
8295
8296 2013-02-27 Jiong Wang <jiwang@tilera.com>
8297
8298 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
8299 (reg-tilegx32.c): New rule.
8300 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
8301 * linux-tile-low.c (tile_arch_setup): New function. Invoke
8302 different register info initializer according to elf class.
8303 (init_registers_tilgx32): New function. The tilegx32 register info
8304 initializer.
8305 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
8306 (tile_store_gregset): Likewise.
8307
8308 2013-02-27 Yao Qi <yao@codesourcery.com>
8309
8310 * server.c (process_point_options): Print debug message when
8311 debug_threads is true.
8312
8313 2013-02-26 Yao Qi <yao@codesourcery.com>
8314
8315 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
8316
8317 2013-02-19 Pedro Alves <palves@redhat.com>
8318 Kai Tietz <ktietz@redhat.com>
8319
8320 PR gdb/15161
8321
8322 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
8323 instead of strtoul to extract address from packet.
8324 (process_serial_event) <'z'>: Likewise.
8325
8326 2013-02-18 Yao Qi <yao@codesourcery.com>
8327
8328 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
8329
8330 2013-02-14 Pedro Alves <palves@redhat.com>
8331
8332 Plug memory leak.
8333
8334 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
8335 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
8336
8337 2013-02-14 Pedro Alves <palves@redhat.com>
8338
8339 * tracepoint.c (cmd_qtdpsrc): Use savestring.
8340
8341 2013-02-14 Pedro Alves <palves@redhat.com>
8342
8343 * tracepoint.c (save_string): Delete.
8344 (add_tracepoint_action): Use savestring instead of save_string.
8345
8346 2013-02-12 Pedro Alves <palves@redhat.com>
8347
8348 * linux-xtensa-low.c: Ditto.
8349 * xtensa-xtregs.c: Ditto.
8350
8351 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
8352
8353 * thread-db.c (thread_db_get_tls_address): NULL pointer check
8354 thread_db.
8355
8356 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
8357
8358 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
8359 aarch64_num_wp_regs and aarch64_num_bp_regs to
8360 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
8361
8362 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
8363
8364 * linux-aarch64-low.c (ps_get_thread_area): Replace
8365 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
8366
8367 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
8368 Marcus Shawcroft <marcus.shawcroft@arm.com>
8369 Nigel Stephens <nigel.stephens@arm.com>
8370 Yufeng Zhang <yufeng.zhang@arm.com>
8371
8372 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
8373 (aarch64.c, aarch64-without-fpu.c): New targets.
8374 * configure.srv (aarch64*-*-linux*): New.
8375 * linux-aarch64-low.c: New file.
8376
8377 2013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
8378
8379 * linux-low.c (handle_extended_wait, linux_create_inferior)
8380 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
8381 (dequeue_one_deferred_signal, linux_resume_one_thread)
8382 (fetch_register, linux_write_memory, linux_enable_event_reporting)
8383 (linux_tracefork_grandchild, linux_test_for_tracefork)
8384 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
8385 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
8386 where the argument is 0.
8387
8388 2013-01-25 Yao Qi <yao@codesourcery.com>
8389
8390 * event-loop.c: Include "queue.h".
8391 (gdb_event_p): New typedef.
8392 (struct gdb_event) <next_event>: Remove.
8393 (event_queue): Change to QUEUE(gdb_event_p).
8394 (async_queue_event): Remove.
8395 (gdb_event_xfree): New.
8396 (initialize_event_loop): New.
8397 (process_event): Use API from QUEUE.
8398 (wait_for_event): Likewise.
8399 * server.c (main): Call initialize_event_loop.
8400 * server.h (initialize_event_loop): Declare.
8401
8402 2013-01-18 Yao Qi <yao@codesourcery.com>
8403
8404 * ax.h (struct eval_agent_expr_context): New.
8405 (gdb_eval_agent_expr): Update declaration.
8406 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
8407 TFRAME. Add new argument CTX.
8408 * server.h (struct eval_agent_expr_context): Declare.
8409 (agent_mem_read, agent_tsv_read): Update declaration.
8410 (agent_mem_read_string): Likewise.
8411 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
8412 (add_traceframe_block): Add new argument TPOINT.
8413 Increase TPOINT->traceframe_usage.
8414 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
8415 eval_tracepoint_agent_expr.
8416 (condition_true_at_tracepoint): Likewise.
8417 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
8418 (agent_mem_read_string, agent_tsv_read): Likewise.
8419
8420 2013-01-16 Yao Qi <yao@codesourcery.com>
8421
8422 * linux-low.c (linux_resume_one_lwp): Don't check
8423 'lwp->bp_reinsert != 0'.
8424
8425 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8426 Pedro Alves <palves@redhat.com>
8427
8428 * lynx-low.c (ptrace_request_to_str): Define a temporary
8429 macro and use it to simplify this function's implementation.
8430
8431 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8432
8433 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
8434 sets errno.
8435
8436 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8437
8438 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
8439
8440 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8441
8442 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
8443
8444 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8445
8446 * lynx-low.c (lynx_resume): Use the resume_info parameter
8447 to determine the ptid for the lynx_ptrace call, unless
8448 it is equal to minus_one_ptid, in which case we use the
8449 ptid of the current_inferior.
8450 (lynx_wait_1): After having received a thread create/exit
8451 event, resume the inferior's execution using the signaling
8452 thread's ptid, rather than the old ptid.
8453
8454 2013-01-07 Joel Brobecker <brobecker@adacore.com>
8455
8456 * lynx-low.c (lynx_resume): Delete variable ret.
8457
8458 2013-01-01 Joel Brobecker <brobecker@adacore.com>
8459
8460 * gdbreplay.c (gdbreplay_version): Update copyright year.
8461 * server.c (gdbserver_version): Likewise.
8462
8463 2012-12-17 Joel Brobecker <brobecker@adacore.com>
8464
8465 * lynx-low.c (lynx_wait_1): Add debug trace before adding
8466 new thread.
8467
8468 2012-12-17 Joel Brobecker <brobecker@adacore.com>
8469
8470 * lynx-low.c (ptrace_request_to_str): Add handling for
8471 PTRACE_GETTRACESIG.
8472
8473 2012-12-17 Joel Brobecker <brobecker@adacore.com>
8474
8475 * lynx-low.c (lynx_attach): Delete variable new_process.
8476
8477 2012-12-17 Joel Brobecker <brobecker@adacore.com>
8478
8479 * lynx-low.c (lynx_create_inferior): Delete variable
8480 new_process.
8481
8482 2012-12-17 Joel Brobecker <brobecker@adacore.com>
8483
8484 * lynx-low.c (ptrace_request_to_str): Do not handle
8485 PTRACE_GETTHREADLIST if this macro does not exist.
8486
8487 2012-12-15 Yao Qi <yao@codesourcery.com>
8488
8489 * Makefile.in (OBS): Add notif.o.
8490 * notif.c, notif.h: New.
8491 * server.c: Include "notif.h".
8492 (struct vstop_notif) <next>: Remove.
8493 <base>: New field.
8494 (queue_stop_reply): Update.
8495 (push_event, send_next_stop_reply): Remove.
8496 (discard_queued_stop_replies): Update.
8497 (notif_stop): New variable.
8498 (handle_v_stopped): Remove.
8499 (handle_v_requests): Don't call handle_v_stopped. Call
8500 handle_ack_notif instead.
8501 (queue_stop_reply_callback): Call notif_event_enque instead
8502 of queue_stop_reply.
8503 (handle_status): Don't call send_next_stop_reply, call
8504 notif_write_event instead.
8505 (kill_inferior_callback): Likewise.
8506 (detach_or_kill_inferior_callback): Likewise.
8507 (main): Call initialize_notif.
8508 (process_serial_event): Call QUEUE_is_empty.
8509 (handle_target_event): Call notif_push instead of push event.
8510 * server.h (push_event): Remove declaration.
8511
8512 2012-12-10 Tom Tromey <tromey@redhat.com>
8513
8514 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
8515 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
8516 macros.
8517 (.c.o): Rewrite.
8518 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
8519 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
8520 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
8521 (amd64-linux-ipa.o, ax.o): Rewrite.
8522 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
8523 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
8524 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
8525 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
8526 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
8527 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
8528 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
8529 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
8530 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
8531 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
8532 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
8533 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
8534 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
8535 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
8536 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
8537 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
8538 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
8539 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
8540 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
8541 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
8542 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
8543 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
8544 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
8545 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
8546 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
8547 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
8548 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
8549 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
8550 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
8551 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
8552 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
8553 (reg-tilegx.o): Remove.
8554 (all_object_files): New macro.
8555 Include .deps files.
8556 * aclocal.m4, configure: Rebuild.
8557 * acinclude.m4: Include depstand.m4, lead-dot.m4.
8558 * configure.ac: Invoke ZW_CREATE_DEPDIR,
8559 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
8560
8561 2012-12-05 Tom Tromey <tromey@redhat.com>
8562
8563 PR gdb/14917:
8564 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
8565
8566 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
8567
8568 * configure.ac: Check for linux/perf_event.h.
8569 * config.in: Regenerated.
8570 * configure: Regenerated.
8571
8572 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
8573
8574 * hostio.c (handle_readlink): Decrease buffer size
8575 parameter passed to readlink by one byte.
8576
8577 2012-11-26 Yao Qi <yao@codesourcery.com>
8578
8579 * configure.ac (build_warnings): Append '-Wempty-body'.
8580 * configure: Regenerated.
8581 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
8582 body.
8583
8584 2012-11-15 Pierre Muller <muller@sourceware.org>
8585
8586 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
8587 * config.in: Regenerate.
8588 * configure: Regenerate.
8589 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
8590 Use "gdb_wait.h" header instead of <sys/wait.h> header.
8591 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
8592 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
8593 header.
8594 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
8595 instead of <sys/wait.h> header.
8596 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
8597
8598 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
8599
8600 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
8601 (various make rules): Remove -DGDBSERVER
8602
8603 2012-11-09 Yao Qi <yao@codesourcery.com>
8604
8605 * spu-low.c (current_ptid): Move it to ..
8606 * gdbthread.h: ... here. New.
8607 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
8608 * server.c (myresume, process_serial_event): Likewise.
8609 * thread-db.c (thread_db_find_new_threads): Likewise.
8610 * tracepoint.c (run_inferior_command): Likewise.
8611
8612 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
8613
8614 * server.c (handle_search_memory_1): Include access length in
8615 warning message.
8616
8617 2012-09-05 Michael Brandt <michael.brandt@axis.com>
8618
8619 * linux-crisv32-low.c: Fix compile errors.
8620
8621 2012-09-04 Yao Qi <yao@codesourcery.com>
8622
8623 * tracepoint.c (cmd_qtsv): Adjust debug message.
8624 Don't check CUR_TPOINT.
8625
8626 2012-08-28 Yao Qi <yao@codesourcery.com>
8627
8628 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
8629 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
8630 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
8631 Remove declarations of xmalloc, xreallloc, xstrdup and
8632 freeargv.
8633 * Makefile.in (libiberty_h): New.
8634 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
8635 (linux-bfin-low.o): Append dependency 'libiberty.h'.
8636
8637 2012-08-23 Yao Qi <yao@codesourcery.com>
8638
8639 * server.h: Remove declaration of 'xsnprintf'.
8640
8641 2012-08-22 Keith Seitz <keiths@redhat.com>
8642
8643 * server.h: Include build-gnulib-gbserver/config.h.
8644 * gdbreplay.c: Likewise.
8645
8646 2012-08-08 Doug Evans <dje@google.com>
8647
8648 * Makefile.in (SFILES): Add gdb_vecs.c.
8649 (OBS): Add gdb_vecs.o.
8650 (gdb_vecs_h, host_defs_h): New variables.
8651 (thread-db.o): Add $(gdb_vecs_h) dependency.
8652 (gdb_vecs.o): New rule.
8653 * thread-db.c: #include "gdb_vecs.h".
8654 (thread_db_load_search): Use a vector to iterate over path elements.
8655 Handle text appearing after "$pdir".
8656
8657 * configure.ac: Add check for strstr.
8658 * config.in: Regenerate.
8659 * configure: Regenerate.
8660
8661 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8662
8663 * hostio.c (handle_pread): If pread fails, fall back to attempting
8664 lseek/read.
8665 (handle_pwrite): Likewise for pwrite.
8666
8667 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8668
8669 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
8670 between unsupported TYPE and unimplementable ADDR/LEN combination.
8671 (arm_insert_point): Act on new return value.
8672
8673 2012-07-31 Pedro Alves <palves@redhat.com>
8674
8675 * server.c (process_point_options): Only skip tokens if we find
8676 one that is unrecognized. Don't treat 'X' specially while
8677 skipping unrecognized tokens.
8678
8679 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
8680
8681 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
8682 to 4-byte-align HW breakpoint addresses for Thumb.
8683
8684 2012-07-27 Yao Qi <yao@codesourcery.com>
8685
8686 PR remote/14161.
8687
8688 * server.h: Declare gdb_agent_about_to_close.
8689 * target.c (kill_inferior): Include "agent.h".
8690 New. Send command 'kill'.
8691 * target.h (kill_inferior): Removed macro.
8692 * tracepoint.c (gdb_agent_about_to_close): New.
8693 (gdb_agent_helper_thread): Handle command 'close'.
8694 Wait endlessly until the inferior stops.
8695 Install gdb_agent_remove_socket to atexit hook.
8696 (agent_socket_name): New static variable.
8697 (gdb_agent_socket_init): Replace local variable 'name' with
8698 'agent_socket_name'.
8699 (gdb_agent_remove_socket): New.
8700
8701 2012-07-27 Yao Qi <yao@codesourcery.com>
8702
8703 * server.c (process_point_options): Stop at 'X' when parsing.
8704
8705 2012-07-19 Michael Eager <eager@eagercon.com>
8706
8707 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
8708 to hw_execute.
8709 * linux-x86-low.c (x86_insert_point, x86_remove_point):
8710 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
8711 hardware breakpoint.
8712
8713 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8714
8715 * gdbserver/linux-low.c (initialize_low): Call
8716 linux_ptrace_init_warnings.
8717
8718 2012-07-02 Doug Evans <dje@google.com>
8719
8720 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
8721 pointer to int.
8722
8723 2012-07-02 Stan Shebs <stan@codesourcery.com>
8724
8725 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
8726 (ax.o): Add it to build rule.
8727 (ax-ipa.o): Ditto.
8728 (OBS): Add format.o.
8729 (IPA_OBS): Add format.o.
8730 * server.c (handle_query): Claim support for breakpoint commands.
8731 (process_point_options): Add command case.
8732 (process_serial_event): Leave running if there are printfs in
8733 effect.
8734 * mem-break.h (any_persistent_commands): Declare.
8735 (add_breakpoint_commands): Declare.
8736 (gdb_no_commands_at_breakpoint): Declare.
8737 (run_breakpoint_commands): Declare.
8738 * mem-break.c (struct point_command_list): New struct.
8739 (struct breakpoint): New field command_list.
8740 (any_persistent_commands): New function.
8741 (add_commands_to_breakpoint): New function.
8742 (add_breakpoint_commands): New function.
8743 (gdb_no_commands_at_breakpoint): New function.
8744 (run_breakpoint_commands): New function.
8745 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
8746 locally.
8747 * ax.c: Include format.h.
8748 (ax_printf): New function.
8749 (gdb_eval_agent_expr): Add printf opcode.
8750
8751 2012-06-13 Yao Qi <yao@codesourcery.com>
8752
8753 * server.c (start_inferior): Remove duplicated writes to fields
8754 'last_resume_kind' and 'last_status' of 'current_inferior'.
8755
8756 2012-06-12 Yao Qi <yao@codesourcery.com>
8757 Pedro Alves <palves@redhat.com>
8758
8759 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
8760 comment.
8761 * server.c (handle_v_cont): Extend comment.
8762
8763 2012-06-11 Yao Qi <yao@codesourcery.com>
8764
8765 * linux-low.c (linux_attach): Add 'static'.
8766
8767 2012-06-06 Yao Qi <yao@codesourcery.com>
8768
8769 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
8770
8771 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 Fix gcc -flto compilation warning.
8774 * server.c (main): Make variable multi_mode and attach volatile.
8775
8776 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
8777
8778 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
8779 if the platform doesn't know about it.
8780
8781 2012-05-30 Jeff Kenton <jkenton@tilera.com>
8782
8783 * Makefile.in (SFILES): Add linux-tile-low.c.
8784 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
8785 * configure.srv: Handle tilegx-*-linux*.
8786 * linux-tile-low.c: New file.
8787
8788 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8789
8790 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
8791
8792 2012-05-24 Pedro Alves <palves@redhat.com>
8793
8794 PR gdb/7205
8795
8796 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
8797
8798 2012-05-24 Pedro Alves <palves@redhat.com>
8799
8800 PR gdb/7205
8801
8802 Replace target_signal with gdb_signal throughout.
8803
8804 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
8805
8806 * linux-low.c (linux_store_registers): Avoid the copying sequence
8807 when no data has been retrieved by ptrace.
8808
8809 2012-05-22 Will Deacon <will.deacon@arm.com>
8810
8811 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
8812 Include asm/ptrace.h.
8813 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
8814 already defined.
8815
8816 2012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
8817
8818 * linux-low.c (linux_store_registers): Don't re-retrieve data
8819 with ptrace that has already been obtained from /proc. Always
8820 copy any data retrieved with ptrace to the buffer supplied.
8821
8822 2012-05-11 Yao Qi <yao@codesourcery.com>
8823 Pedro Alves <palves@redhat.com>
8824
8825 * linux-low.c (enum stopping_threads_kind): New.
8826 (stopping_threads): Change type to `enum stopping_threads_kind'.
8827 (handle_extended_wait): If stopping and suspending threads, leave
8828 the new_lwp suspended too.
8829 (linux_wait_for_event): Adjust.
8830 (stop_all_lwps): Set `stopping_threads' to
8831 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
8832 whether we're suspending threads or just stopping them. Assert no
8833 recursion happens.
8834
8835 2012-04-29 Yao Qi <yao@codesourcery.com>
8836
8837 * server.h: Move some code to ...
8838 * gdbthread.h: ... here. New.
8839 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
8840 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
8841 (nto-low.o, win32-low.o): Likewise.
8842 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
8843 * regcache.c, remote-utils.c, server.c: Likewise.
8844 * target.c, tracepoint.c, win32-low.c: Likewise.
8845
8846 2012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
8847
8848 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
8849 (PTRACE_ARG4_TYPE): Likewise.
8850 (PTRACE_XFER_TYPE): Likewise.
8851 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
8852 ptrace to PTRACE_ARG3_TYPE.
8853 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
8854 (PTRACE_ARG4_TYPE): Likewise.
8855 (PTRACE_XFER_TYPE): Likewise.
8856 (linux_detach_one_lwp): Cast fourth argument of
8857 ptrace to long then PTRACE_ARG4_TYPE.
8858 (regsets_fetch_inferior_registers): Cast third argument of
8859 ptrace to long then PTRACE_ARG3_TYPE.
8860 (regsets_store_inferior_registers): Likewise.
8861
8862 2012-04-20 Pedro Alves <palves@redhat.com>
8863
8864 * configure: Regenerate.
8865
8866 2012-04-19 Pedro Alves <palves@redhat.com>
8867
8868 * Makefile.in (GNULIB_BUILDDIR): New.
8869 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8870 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
8871 (all, install-only, uninstall, clean-info, all-lib, clean): No
8872 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
8873 (maintainer-clean realclean distclean): Use subdir_do.
8874 (subdir_do): New.
8875 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
8876 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
8877 * acinclude.m4: Include acx_configure_dir.m4.
8878 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
8879 calls. Call AC_PROG_RANLIB. Configure gnulib using
8880 ACX_CONFIGURE_DIR.
8881 (GNULIB): New.
8882 (GNULIB_STDINT_H): Adjust.
8883 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
8884 * gdbreplay.c: Include build-gnulib/config.h.
8885 * server.h: Likewise.
8886 * aclocal.m4: Regenerate.
8887 * config.in: Regenerate.
8888 * configure: Regenerate.
8889
8890 2012-04-19 Pedro Alves <palves@redhat.com>
8891
8892 * Makefile.in (LIBGNU, INCGNU): Adjust.
8893 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
8894 (all, install-only, uninstall, clean-info, all-lib, clean)
8895 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
8896 * configure.ac: Adjust AC_OUTPUT output.
8897 * aclocal.m4: Regenerate.
8898 * configure: Regenerate.
8899
8900 2012-04-19 Pedro Alves <palves@redhat.com>
8901
8902 * Makefile.in (generated_files): New.
8903 (server_h): Remove the explicit dependency on config.h, and depend
8904 on $generated_files.
8905
8906 2012-04-19 Pedro Alves <palves@redhat.com>
8907
8908 * Makefile.in (INCGNU): Add -Ignulib.
8909
8910 2012-04-19 Pedro Alves <palves@redhat.com>
8911
8912 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
8913 (INCGNU): ... this, and spell out -I here.
8914 (GNULIB_LIB): Rename to ...
8915 (LIBGNU): ... this.
8916 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
8917
8918 2012-04-19 Pedro Alves <palves@redhat.com>
8919
8920 * config.in: Regenerate.
8921
8922 2012-04-19 Pedro Alves <palves@redhat.com>
8923
8924 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
8925 * server.h (memmem): Remove declaration.
8926 * config.in: Regenerate.
8927 * configure: Regenerate.
8928
8929 2012-04-19 Yao Qi <yao@codesourcery.com>
8930
8931 * Makefile.in (SFILES): Add common/vec.c.
8932 (OBS): Add vec.o.
8933 (vec.o): New rule.
8934
8935 2012-04-19 Yao Qi <yao@codesourcery.com>
8936
8937 * remote-utils.c (prepare_resume_reply): Replace with macro
8938 target_core_of_thread.
8939 * server.c (handle_qxfer_threads_proper): Likewise.
8940 * target.h (traget_core_of_thread): New macro.
8941
8942 2012-04-18 Pedro Alves <palves@redhat.com>
8943
8944 * aclocal.m4: Regenerate.
8945 * configure: Regenerate.
8946
8947 2012-04-16 Yao Qi <yao@codesourcery.com>
8948
8949 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
8950 duplicated on address.
8951
8952 2012-04-16 Yao Qi <yao@codesourcery.com>
8953
8954 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
8955 (struct tracepoint_action_ops) <send>: New field.
8956 (m_tracepoint_action_send, r_tracepoint_action_send): New.
8957 (agent_expr_send, x_tracepoint_action_send): New.
8958 (l_tracepoint_action_send): New.
8959 (cmd_qtdp): Download and install tracepoint
8960 according to `use_agent'.
8961 (run_inferior_command): Add one more parameter `len'.
8962 Update callers.
8963 (tracepoint_send_agent): New.
8964 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
8965
8966 2012-04-16 Yao Qi <yao@codesourcery.com>
8967
8968 * tracepoint.c (download_tracepoints): Moved to ...
8969 (cmd_qtstart): ... here.
8970
8971 2012-04-14 Yao Qi <yao@codesourcery.com>
8972
8973 * tracepoint.c: Include inttypes.h.
8974 (struct collect_memory_action): Use sized types.
8975 (struct tracepoint): Likewise.
8976 (cmd_qtdp, stop_tracing): Update print specifiers.
8977 (cmd_qtp, response_tracepoint): Likewise.
8978 (collect_data_at_tracepoint): Likewise.
8979 (collect_data_at_step): Likewise.
8980
8981 2012-04-14 Yao Qi <yao@codesourcery.com>
8982
8983 Import gnulib module inttypes.
8984 * aclocal.m4, config.in, configure: Regenerated.
8985
8986 2012-04-14 Yao Qi <yao@codesourcery.com>
8987
8988 * Makefile.in (maintainer-clean, realclean, distclean): Remove
8989 Makefile and config.status at last.
8990
8991 2012-04-13 Yao Qi <yao@codesourcery.com>
8992
8993 * tracepoint.c: Include stdint.h unconditionally.
8994
8995 2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
8996
8997 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
8998 on BFD_HAVE_SYS_PROCFS_TYPE.
8999 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
9000 * configure: Regenerate.
9001 * config.in: Likewise.
9002
9003 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
9004
9005 * Makefile.in (clean): Also remove x32.c x32-linux.c
9006 x32-avx.c x32-avx-linux.c.
9007 (x32.o): New target.
9008 (x32.c): Likewise.
9009 (x32-linux.o): Likewise.
9010 (x32-linux.c): Likewise.
9011 (x32-avx.o): Likewise.
9012 (x32-avx.c): Likewise.
9013 (x32-avx-linux.o): Likewise.
9014 (x32-avx-linux.c): Likewise.
9015
9016 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
9017 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
9018 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
9019 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
9020 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
9021 i386/x32-avx-linux.xml.
9022
9023 * linux-x86-low.c (init_registers_x32_linux): New prototype.
9024 (init_registers_x32_avx_linux): Likwise.
9025 (x86_linux_update_xmltarget): Call init_registers_x32_linux
9026 or init_registers_x32_avx_linux if linux_is_elf64 is false.
9027
9028 2012-04-13 Pedro Alves <palves@redhat.com>
9029
9030 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
9031 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
9032 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
9033 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
9034 the sub-make.
9035
9036 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
9037
9038 * linux-x86-low.c (compat_x32_clock_t): New.
9039 (compat_x32_siginfo_t): Likewise.
9040 (compat_x32_siginfo_from_siginfo): Likewise.
9041 (siginfo_from_compat_x32_siginfo): Likewise.
9042 (linux_is_elf64): Likewise.
9043 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
9044 and siginfo_from_compat_x32_siginfo for x32.
9045 (x86_arch_setup): Set linux_is_elf64.
9046
9047 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
9048
9049 PR gdb/13969
9050 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
9051 e_machine field.
9052 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
9053 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
9054 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
9055 compatible with process.
9056
9057 2012-04-12 Yao Qi <yao@codesourcery.com>
9058
9059 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
9060 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
9061 (install-only, install-info, clean): Handle sub dir gnulib.
9062 (all-lib, am--refresh): New targets.
9063 (memmem.o): Remove target.
9064 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
9065 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
9066 (AC_REPLACE_FUNCS): Remove memmem.
9067 Invoke gl_INIT and AM_INIT_AUTOMAKE.
9068 (AC_OUTPUT): Generate Makefile in gnulib/.
9069 * aclocal.m4, config.in, configure: Regenerated.
9070
9071 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9072
9073 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
9074
9075 2012-04-05 Pedro Alves <palves@redhat.com>
9076
9077 -Werror=strict-aliasing
9078
9079 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
9080 pointer.
9081
9082 2012-04-04 Pedro Alves <palves@redhat.com>
9083
9084 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
9085 (sparc_store_gregset_from_stack, sparc_store_gregset)
9086 (sparc_breakpoint_at): Fix formatting.
9087
9088 2012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
9089
9090 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
9091 are available.
9092 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
9093 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
9094 * config.in: Regenerate.
9095 * configure: Likewise.
9096
9097 2012-03-29 Pedro Alves <palves@redhat.com>
9098
9099 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
9100 Correct ptrace arguments.
9101
9102 2012-03-28 Pedro Alves <palves@redhat.com>
9103
9104 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
9105 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
9106 (IA64_FR1_REGNUM): New defines.
9107 (ia64_fetch_register): New.
9108 (the_low_target): Install it.
9109 * linux-low.h (struct linux_target_ops) <fetch_register>: New
9110 field.
9111 * linux-low.c (linux_fetch_registers): Try the
9112 the_low_target.fetch_register hook first.
9113
9114 * linux-arm-low.c (the_low_target): Adjust.
9115 * linux-bfin-low.c (the_low_target): Adjust.
9116 * linux-cris-low.c (the_low_target): Adjust.
9117 * linux-crisv32-low.c (the_low_target): Adjust.
9118 * linux-m32r-low.c (the_low_target): Adjust.
9119 * linux-m68k-low.c (the_low_target): Adjust.
9120 * linux-mips-low.c (the_low_target): Adjust.
9121 * linux-ppc-low.c (the_low_target): Adjust.
9122 * linux-s390-low.c (the_low_target): Adjust.
9123 * linux-sh-low.c (the_low_target): Adjust.
9124 * linux-sparc-low.c (the_low_target): Adjust.
9125 * linux-tic6x-low.c (the_low_target): Adjust.
9126 * linux-x86-low.c (the_low_target): Adjust.
9127 * linux-xtensa-low.c (the_low_target): Adjust.
9128
9129 2012-03-26 Pedro Alves <palves@redhat.com>
9130
9131 * server.c (handle_qxfer_libraries): Don't bail early if
9132 the_target->qxfer_libraries_svr4 is not NULL.
9133
9134 2012-03-26 Pedro Alves <palves@redhat.com>
9135
9136 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
9137
9138 2012-03-23 Pedro Alves <palves@redhat.com>
9139
9140 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
9141 "library-list-svr4" element's start tag when the the DSO list is
9142 empty.
9143
9144 2012-03-23 Pedro Alves <palves@redhat.com>
9145
9146 * linux-low.c (read_one_ptr): Read the inferior's pointer through
9147 a variable whose type size is the same as the inferior's pointer
9148 size.
9149
9150 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9151
9152 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
9153 struct siginfo.
9154 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
9155 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
9156 * linux-low.h: Include <signal.h>.
9157 (struct siginfo): Remove forward declaration.
9158 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
9159 struct siginfo.
9160
9161 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9162
9163 * .gitignore: Ignore more files.
9164
9165 2012-03-19 Pedro Alves <palves@redhat.com>
9166 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * server.c (cont_thread, general_thread): Add describing comments.
9169 (start_inferior): Clear `cont_thread'.
9170 (handle_v_cont): Don't set `cont_thread' if resuming all threads
9171 of a process.
9172
9173 2012-03-15 Yao Qi <yao@codesourcery.com>
9174
9175 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
9176 handling to ...
9177 (cmd_qtdp): ... here.
9178
9179 2012-03-15 Yao Qi <yao@codesourcery.com>
9180
9181 * tracepoint.c (struct tracepoint_action_ops): New.
9182 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
9183 (m_tracepoint_action_download): New.
9184 (r_tracepoint_action_download): New.
9185 (x_tracepoint_action_download): New.
9186 (l_tracepoint_action_download): New.
9187 (add_tracepoint_action): Install `action->ops' according type.
9188 (download_tracepoint_1): Move code `download' function pointer
9189 of various tracepoint_action_ops.
9190
9191 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
9194 linux_ptrace_attach_warnings.
9195
9196 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9197
9198 * Makefile.in (linux-ptrace.o): New.
9199 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
9200 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
9201 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
9202 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
9203 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
9204 of these targets.
9205 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
9206
9207 2012-03-08 Yao Qi <yao@codesourcery.com>
9208 Pedro Alves <palves@redhat.com>
9209
9210 Fix PR server/13392.
9211 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
9212 offset of JMP insn.
9213 * tracepoint.c (remove_tracepoint): New.
9214 (cmd_qtdp): Call remove_tracepoint when failed to install.
9215
9216 2012-03-07 Pedro Alves <palves@redhat.com>
9217
9218 * linux-low.c (get_detach_signal): New.
9219 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
9220 Pass on pending signals to PTRACE_DETACH. Check the result of the
9221 ptrace call.
9222 * server.c (program_signals, program_signals_p): New.
9223 (handle_general_set): Handle QProgramSignals.
9224 * server.h (program_signals, program_signals_p): Declare.
9225
9226 2012-03-05 Pedro Alves <palves@redhat.com>
9227 Jan Kratochvil <jan.kratochvil@redhat.com>
9228
9229 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
9230 New comment why.
9231
9232 2012-03-03 Yao Qi <yao@codesourcery.com>
9233
9234 * tracepoint.c (tracepoint_look_up_symbols): Update call to
9235 agent_look_up_symbols.
9236
9237 2012-03-03 Yao Qi <yao@codesourcery.com>
9238
9239 * Makefile.in (linux-low.o): Keep dependence on agent.h.
9240 (linux-x86-low.o): Likewise.
9241 * server.h: Remove in_process_agent_loaded.
9242 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
9243 common/agent.c.
9244 Update callers.
9245
9246 2012-03-03 Yao Qi <yao@codesourcery.com>
9247
9248 * tracepoint.c (gdb_agent_capability): New global.
9249 (in_process_agent_loaded_ust): Renamed to
9250 `in_process_agent_supports_ust'.
9251 Update callers.
9252 (in_process_agent_supports_ust): Call agent_capability_check.
9253 (clear_installed_tracepoints): Assert that agent supports
9254 agent.
9255
9256 2012-03-03 Yao Qi <yao@codesourcery.com>
9257
9258 * linux-low.c (linux_supports_agent): New.
9259 (linux_target_ops): Initialize field `supports_agent' with
9260 linux_supports_agent.
9261 * target.h (struct target_ops) <supports_agent>: New.
9262 (target_supports_agent): New macro.
9263 * server.c (handle_general_set): Handle packet 'QAgent'.
9264 (handle_query): Send `QAgent+'.
9265 * Makefile.in (server.o): Depends on agent.h.
9266
9267 2012-03-03 Yao Qi <yao@codesourcery.com>
9268
9269 * Makefile.in (OBS): Add agent.o.
9270 Add new rule for agent.o.
9271 Track dependence of tracepoint.c on agent.h.
9272 * tracepoint.c (run_inferior_command_1):
9273 (run_inferior_command): Call agent_run_command.
9274 (gdb_ust_connect_sync_socket): Deleted. Move it to
9275 common/agent.c.
9276 (resume_thread, stop_thread): Likewise.
9277 (gdb_ust_socket_init): Renamed to ...
9278 (gdb_agent_socket_init): ... New.
9279 (gdb_ust_thread): Renamed to ...
9280 (gdb_agent_helper_thread): ... New.
9281 (gdb_ust_init): Move some code to ...
9282 (gdb_agent_init): ... here. New.
9283 [HAVE_UST]: Call gdb_ust_init.
9284 (initialize_tracepoint_ftlib): Call gdb_agent_init.
9285 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
9286 * config.in, configure: Regenerated.
9287
9288 2012-03-02 Pedro Alves <palves@redhat.com>
9289
9290 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
9291 * linux-low.c (struct simple_pid_list): New.
9292 (stopped_pids): New a struct simple_pid_list pointer.
9293 (add_to_pid_list, pull_pid_from_list): New.
9294 (handle_extended_wait): Don't assume the first signal new children
9295 report is SIGSTOP. Adjust call to pull_pid_from_list.
9296 (linux_wait_for_lwp): Adjust.
9297
9298 2012-03-02 Yao Qi <yao@codesourcery.com>
9299
9300 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
9301 debug log.
9302
9303 2012-03-02 Yao Qi <yao@codesourcery.com>
9304
9305 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
9306 `stop_pc' and `tpoint'. Update caller.
9307
9308 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9309
9310 * linux-low.h (linux_target_ops): Add regset_bitmap member.
9311 * linux-low.c (use_linux_regsets): New macro.
9312 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
9313 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
9314 (linux_register_in_regsets): New function.
9315 (usr_fetch_inferior_registers): Skip registers covered by
9316 regsets.
9317 (usr_store_inferior_registers): Likewise.
9318 (usr_fetch_inferior_registers): New macro.
9319 (usr_store_inferior_registers): Likewise.
9320 (linux_fetch_registers): Handle mixed regset/non-regset targets.
9321 (linux_store_registers): Likewise.
9322 * linux-mips-low.c (init_registers_mips_dsp_linux): New
9323 prototype.
9324 (init_registers_mips64_dsp_linux): Likewise.
9325 (init_registers_mips_linux): New macro.
9326 (init_registers_mips_dsp_linux): Likewise.
9327 (mips_dsp_num_regs): Likewise.
9328 (DSP_BASE, DSP_CONTROL): New fallback macros.
9329 (mips_base_regs): New macro.
9330 (mips_regmap): Use it. Fix the size.
9331 (mips_dsp_regmap): New variable.
9332 (mips_dsp_regset_bitmap): Likewise.
9333 (mips_arch_setup): New function.
9334 (mips_cannot_fetch_register): Use the_low_target.regmap rather
9335 than mips_regmap.
9336 (mips_cannot_store_register): Likewise.
9337 (the_low_target): Update .arch_setup, .num_regs and .regmap
9338 initializers. Add .regset_bitmap initializer.
9339 * linux-arm-low.c (the_low_target): Add .regset_bitmap
9340 initializer.
9341 * linux-bfin-low.c (the_low_target): Likewise.
9342 * linux-cris-low.c (the_low_target): Likewise.
9343 * linux-crisv32-low.c (the_low_target): Likewise.
9344 * linux-ia64-low.c (the_low_target): Likewise.
9345 * linux-m32r-low.c (the_low_target): Likewise.
9346 * linux-m68k-low.c (the_low_target): Likewise.
9347 * linux-ppc-low.c (the_low_target): Likewise.
9348 * linux-s390-low.c (the_low_target): Likewise.
9349 * linux-sh-low.c (the_low_target): Likewise.
9350 * linux-sparc-low.c (the_low_target): Likewise.
9351 * linux-tic6x-low.c (the_low_target): Likewise.
9352 * linux-x86-low.c (the_low_target): Likewise.
9353 * linux-xtensa-low.c (the_low_target): Likewise.
9354 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
9355 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
9356 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
9357 srv_xmlfiles.
9358 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
9359 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
9360
9361 2012-02-29 Yao Qi <yao@codesourcery.com>
9362 Pedro Alves <palves@redhat.com>
9363
9364 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
9365 `step_over_finished' is true.
9366
9367 2012-02-27 Pedro Alves <palves@redhat.com>
9368
9369 * linux-low.c (pid_is_stopped): Delete, moved to common/.
9370 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
9371
9372 2012-02-27 Pedro Alves <palves@redhat.com>
9373
9374 PR server/9684
9375 * linux-low.c (pid_is_stopped): New.
9376 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
9377
9378 2012-02-25 Luis Machado <lgustavo@codesourcery.com>
9379
9380 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
9381 of conditions.
9382
9383 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9384
9385 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
9386
9387 2012-02-24 Luis Machado <lgustavo@codesourcery>
9388
9389 * server.c (handle_query): Advertise support for target-side
9390 breakpoint condition evaluation.
9391 (process_point_options): New function.
9392 (process_serial_event): When inserting a breakpoint, check for
9393 a target-side condition that should be evaluated.
9394
9395 * mem-break.c: Include regcache.h and ax.h.
9396 (point_cond_list_t): New data structure.
9397 (breakpoint) <cond_list>: New field.
9398 (find_gdb_breakpoint_at): Make non-static.
9399 (delete_gdb_breakpoint_at): Clear any target-side
9400 conditions.
9401 (clear_gdb_breakpoint_conditions): New function.
9402 (add_condition_to_breakpoint): Likewise.
9403 (add_breakpoint_condition): Likewise.
9404 (gdb_condition_true_at_breakpoint): Likewise.
9405 (gdb_breakpoint_here): Return result directly instead
9406 of going through a local variable.
9407
9408 * mem-break.h (find_gdb_breakpoint_at): New prototype.
9409 (clear_gdb_breakpoint_conditions): Likewise.
9410 (add_breakpoint_condition): Likewise.
9411 (gdb_condition_true_at_breakpoint): Likewise.
9412
9413 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
9414 (need_step_over_p): Take target-side breakpoint condition into
9415 consideration.
9416
9417 2012-02-24 Luis Machado <lgustavo@codesourcery>
9418
9419 * server.h: Include tracepoint.h.
9420 (agent_mem_read, agent_get_trace_state_variable_value,
9421 agent_set_trace_state_variable_value,
9422 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
9423 get_set_tsv_func_addr): New prototypes.
9424
9425 * ax.h: New include file.
9426 * ax.c: New source file.
9427
9428 * tracepoint.c: Include ax.h.
9429 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
9430 agent_expr, eval_result_type): Move to ax.h.
9431 (parse_agent_expr): Rename to ...
9432 (gdb_parse_agent_expr): ... this, make it non-static and move
9433 to ax.h.
9434 (unparse_agent_expr) Rename to ...
9435 (gdb_unparse_agent_expr): ... this, make it non-static and move
9436 to ax.h.
9437 (eval_agent_expr): Rename to ...
9438 (eval_tracepoint_agent_expr): ... this.
9439 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
9440 forward declarations.
9441 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
9442 (agent_get_trace_state_variable_value): New function.
9443 (agent_set_trace_state_variable_value): New function.
9444 (cmd_qtdp): Call gdb_parse_agent_expr (...).
9445 (response_tracepoint): Call gdb_unparse_agent_expr (...).
9446 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
9447 (condition_true_at_tracepoint): Likewise.
9448 (parse_agent_expr): Rename to ...
9449 (gdb_parse_agent_expr): ... this and move to ax.c.
9450 (unparse_agent_expr): Rename to ...
9451 (gdb_unparse_agent_expr): ... this and move to ax.c.
9452 (gdb_agent_op_name): Move to ax.c.
9453 (eval_agent_expr): Rename to ...
9454 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
9455 and move to ax.c.
9456 (eval_tracepoint_agent_expr): New function.
9457 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
9458 non-static.
9459 (current_insn_ptr, emit_error, struct bytecode_address): Move to
9460 ax.c.
9461 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
9462 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
9463 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
9464 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
9465 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
9466 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
9467 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
9468 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
9469 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
9470 (compile_bytecodes): Remove forward declaration.
9471 (is_goto_target): Move to ax.c.
9472 (compile_bytecodes): Move to ax.c and call
9473 agent_get_trace_state_variable_value (...) and
9474 agent_set_trace_state_variable_value (...).
9475
9476 * Makefile.in: Update ax.c and IPA dependencies.
9477
9478 2012-02-24 Pedro Alves <palves@redhat.com>
9479
9480 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
9481 (cmd_bigqtbuffer_circular): ... this. Only handle
9482 'QTBuffer:circular:'.
9483 (handle_tracepoint_general_set): Adjust.
9484
9485 2012-02-16 Yao Qi <yao@codesourcery.com>
9486
9487 * inferiors.c: Move code to ...
9488 * dll.c: .... here. New.
9489 * server.h: Declare clear_dlls.
9490 * Makefile.in (SFILES): Add dll.c.
9491 (OBS): Add dll.o
9492 (dll.o): New rule.
9493
9494 2012-02-11 Yao Qi <yao@codesourcery.com>
9495
9496 * server.c: (handle_monitor_command): Add a new parameter
9497 `own_buf'.
9498 (handle_query): Update caller.
9499
9500 2012-02-09 Joel Brobecker <brobecker@adacore.com>
9501
9502 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
9503 * configure, config.in: Regenerate.
9504 * hostio.c: Provide an alternate implementation if HAVE_READLINK
9505 is not defined.
9506
9507 2012-02-02 Pedro Alves <palves@redhat.com>
9508
9509 Try SIGKILL first, then PTRACE_KILL.
9510 * linux-low.c (linux_kill_one_lwp): New.
9511 (linux_kill_one_lwp): Rename to ...
9512 (kill_one_lwp_callback): ... this. Use the new
9513 linux_kill_one_lwp.
9514
9515 2012-02-02 Pedro Alves <palves@redhat.com>
9516
9517 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
9518 inferior.
9519
9520 2012-01-27 Pedro Alves <palves@redhat.com>
9521
9522 * linux-low.c (linux_child_pid_to_exec_file): Delete.
9523 (elf_64_file_p): Make static.
9524 (linux_pid_exe_is_elf_64_file): New.
9525 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
9526 Delete declarations.
9527 (linux_pid_exe_is_elf_64_file): Declare.
9528 * linux-x86-low.c (x86_arch_setup): Use
9529 linux_pid_exe_is_elf_64_file.
9530
9531 2012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 * linux-low.c (linux_wait_for_event_1): Rename to ...
9534 (linux_wait_for_event): ... here and merge it with former
9535 linux_wait_for_event - new variable wait_ptid, use it.
9536 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
9537
9538 2012-01-23 Pedro Alves <palves@redhat.com>
9539
9540 * server.c (main): Avoid yet another case of infinite loop while
9541 detaching/killing after a longjmp.
9542
9543 2012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9544
9545 Code cleanup.
9546 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
9547
9548 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
9549
9550 * hostio.c (handle_readlink): New function.
9551 (handle_vFile): Call it to handle "vFile:readlink" packets.
9552
9553 2012-01-20 Pedro Alves <palves@redhat.com>
9554 Ulrich Weigand <ulrich.weigand@linaro.org>
9555
9556 * server.c (handle_v_requests): Only support vAttach and vRun to
9557 start multiple processes when in extended protocol mode.
9558
9559 2012-01-17 Pedro Alves <palves@redhat.com>
9560
9561 * tracepoint.c (initialize_tracepoint): Use mmap instead of
9562 memalign plus mprotect to allocate the scratch buffer.
9563
9564 2012-01-13 Pedro Alves <palves@redhat.com>
9565
9566 * server.c (attach_inferior): Clear `cont_thread'.
9567
9568 2012-01-13 Pedro Alves <palves@redhat.com>
9569
9570 * server.c (main): Avoid infinite loop while detaching/killing
9571 after a longjmp.
9572
9573 2012-01-09 Doug Evans <dje@google.com>
9574
9575 * server.c (start_inferior): Set last_ptid in --wrapper case.
9576
9577 2012-01-06 Yao Qi <yao@codesourcery.com>
9578
9579 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
9580 defined.
9581 [IN_PROCESS_AGENT] (debug_agent): New global variable.
9582
9583 2012-01-04 Yao Qi <yao@codesourcery.com>
9584
9585 * tracepoint.c (cmd_qtdp): Print debug message
9586 for static tracepoint.
9587
9588 2012-01-04 Yao Qi <yao@codesourcery.com>
9589
9590 * tracepoint.c (trace_vdebug): Differentiate debug message
9591 between gdbserver and IPA.
9592
9593 2012-01-03 Yao Qi <yao@codesourcery.com>
9594
9595 * tracepoint.c (tracepoint_was_hit): Don't collect for
9596 static tracepoint.
9597
9598 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9599
9600 * terminal.h: Reformat copyright header.
9601
9602 2012-01-02 Joel Brobecker <brobecker@adacore.com>
9603
9604 * server.c (gdbserver_version): Update copyright year.
9605 * gdbreplay.c (gdbreplay_version): Likewise.
9606
9607 2011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * linux-low.c (linux_create_inferior): Put empty if clause for write.
9610
9611 Revert:
9612 2011-12-18 Hui Zhu <teawater@gmail.com>
9613 * linux-low.c (linux_create_inferior): Save return value to ret.
9614
9615 2011-12-18 Hui Zhu <teawater@gmail.com>
9616
9617 * linux-low.c (linux_create_inferior): Save return value to ret.
9618
9619 2011-12-16 Doug Evans <dje@google.com>
9620
9621 * linux-low.c (linux_create_inferior): If stdio connection,
9622 redirect stdin from /dev/null, stdout to stderr.
9623 * remote-utils.c (remote_is_stdio): New static global.
9624 (remote_connection_is_stdio): New function.
9625 (remote_prepare): Handle stdio connection.
9626 (remote_open): Ditto.
9627 (remote_close): Don't close stdin for stdio connections.
9628 (read_prim,write_prim): New functions. Replace all calls to
9629 read/write to these.
9630 * server.c (main): Watch for "-" argument. Move call to
9631 remote_prepare before start_inferior.
9632 * server.h (STDIO_CONNECTION_NAME): New macro.
9633 (remote_connection_is_stdio): Declare.
9634
9635 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
9636 in debugging output.
9637
9638 2011-12-15 Yao Qi <yao@codesourcery.com>
9639
9640 * tracepoint.c: Include sys/syscall.h.
9641 (gdb_ust_thread): Remove preprocessor conditional.
9642
9643 2011-12-14 Pedro Alves <pedro@codesourcery.com>
9644
9645 * linux-low.c (linux_detach_one_lwp): Call
9646 the_low_target.prepare_to_resume before detaching.
9647
9648 2011-12-14 Yao Qi <yao@codesourcery.com>
9649
9650 * tracepoint.c (gdb_ust_thread): Don't ignore return value
9651 of write.
9652
9653 2011-12-14 Yao Qi <yao@codesourcery.com>
9654
9655 * i386-low.c (i386_low_stopped_data_address): Initialize local
9656 variable `control'.
9657
9658 2011-12-13 Pedro Alves <pedro@codesourcery.com>
9659
9660 PR remote/13492
9661
9662 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
9663 DR_CONTROL unless necessary. Extend comments.
9664 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
9665 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
9666
9667 2011-12-13 Yao Qi <yao@codesourcery.com>
9668
9669 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
9670 macros.
9671 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
9672
9673 2011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9674
9675 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
9676 Print new debug message for such case.
9677
9678 2011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 Fix overlapping memcpy.
9681 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
9682 the read_inferior_memory transfer.
9683 (delete_fast_tracepoint_jump): New variable buf. Use it for the
9684 write_inferior_memory transfer.
9685 (set_fast_tracepoint_jump): New variable buf. Use it for the
9686 read_inferior_memory and write_inferior_memory transfers.
9687 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
9688 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
9689 Use it for the write_inferior_memory transfer.
9690 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
9691 buffers.
9692
9693 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
9694
9695 * linux-low.c (fetch_register, store_register): Make code
9696 consistent, fix formatting.
9697
9698 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
9699
9700 * linux-low.c (usr_store_inferior_registers): Factor out code
9701 to handle individual registers into...
9702 (store_register): ... this new function.
9703
9704 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
9705
9706 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
9707 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
9708 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
9709 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
9710 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
9711 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
9712 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
9713 (srv_xmlfiles): Add new XML files.
9714
9715 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
9716 and <sys/uio.h>.
9717 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
9718 (init_registers_s390_linux32v1): Add prototype.
9719 (init_registers_s390_linux32v2): Likewise.
9720 (init_registers_s390_linux64v1): Likewise.
9721 (init_registers_s390_linux64v2): Likewise.
9722 (init_registers_s390x_linux64v1): Likewise.
9723 (init_registers_s390x_linux64v2): Likewise.
9724 (s390_num_regs): Increment to 52.
9725 (s390_regmap): Add orig_r2 register.
9726 (s390_num_regs_3264): Increment to 68.
9727 (s390_regmap_3264): Add orig_r2 register.
9728 (s390_collect_ptrace_register): Handle orig_r2 register.
9729 (s390_supply_ptrace_register): Likewise.
9730 (s390_fill_last_break): New function.
9731 (s390_store_last_break): Likewise.
9732 (s390_fill_system_call): New function.
9733 (s390_store_system_call): Likewise.
9734 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
9735 register sets.
9736 (s390_check_regset): New function.
9737 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
9738 NT_S390_SYSTEM_CALL regsets and use appropriate description.
9739 Update target_regsets for available register sets.
9740
9741 2011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
9742 Jan Kratochvil <jan.kratochvil@redhat.com>
9743
9744 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
9745 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
9746 New.
9747 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
9748 * linux-low.h (struct process_info_private): New member r_debug.
9749 * server.c (handle_qxfer_libraries): Call
9750 the_target->qxfer_libraries_svr4.
9751 (handle_qxfer_libraries_svr4): New function.
9752 (qxfer_packets): New entry "libraries-svr4".
9753 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
9754 * target.h (struct target_ops): New member qxfer_libraries_svr4.
9755 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
9756 PACKET_qXfer_libraries_svr4.
9757
9758 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
9759
9760 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
9761 PSW address/mask between 8-byte and 16-byte formats.
9762 (s390_supply_ptrace_register): Likewise.
9763 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
9764 basic addressing mode bit.
9765
9766 2011-11-24 Stan Shebs <stan@codesourcery.com>
9767
9768 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
9769
9770 2011-11-17 Stan Shebs <stan@codesourcery.com>
9771
9772 * tracepoint.c (struct tracepoint): New field traceframe_usage.
9773 (tracing_start_time): New global.
9774 (tracing_stop_time): New global.
9775 (tracing_user_name): New global.
9776 (tracing_notes): New global.
9777 (tracing_stop_note): New global.
9778 (cmd_qtstart): Set traceframe_usage, start_time.
9779 (stop_tracing): Set stop_time.
9780 (cmd_qtstatus): Report additional status.
9781 (cmd_qtp): New function.
9782 (handle_tracepoint_query): Call it.
9783 (cmd_qtnotes): New function.
9784 (handle_tracepoint_general_set): Call it.
9785 (get_timestamp): Rename from tsv_get_timestamp.
9786
9787 2011-11-14 Stan Shebs <stan@codesourcery.com>
9788 Kwok Cheung Yeung <kcy@codesourcery.com>
9789
9790 * linux-x86-low.c (small_jump_insn): New.
9791 (i386_install_fast_tracepoint_jump_pad): Add arguments for
9792 trampoline and error message, build a trampoline and issue a small
9793 jump instruction to it.
9794 (x86_install_fast_tracepoint_jump_pad): Add arguments for
9795 trampoline and error message.
9796 (x86_get_min_fast_tracepoint_insn_len): New.
9797 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
9798 * linux-low.h (struct linux_target_ops): Add arguments to
9799 install_fast_tracepoint_jump_pad operation, add new operation.
9800 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
9801 arguments.
9802 (linux_get_min_fast_tracepoint_insn_len): New function.
9803 (linux_target_op): Add new operation.
9804 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
9805 (gdb_trampoline_buffer_end): Ditto.
9806 (gdb_trampoline_buffer_error): Ditto.
9807 (struct ipa_sym_addresses): Add fields for new IPA variables.
9808 (symbol_list): Add entries for new IPA variables.
9809 (struct tracepoint): Add fields to hold the address range of the
9810 trampoline used by the tracepoint.
9811 (trampoline_buffer_head): New static variable.
9812 (trampoline_buffer_tail): Ditto.
9813 (claim_trampoline_space): New function.
9814 (have_fast_tracepoint_trampoline_buffer): New function.
9815 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
9816 structure.
9817 (install_fast_tracepoint): Ditto, also add error buffer argument.
9818 (cmd_qtminftpilen): New function.
9819 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
9820 (fast_tracepoint_from_trampoline_address): New function.
9821 (fast_tracepoint_collecting): Handle trampoline as part of jump
9822 pad space.
9823 (set_trampoline_buffer_space): New function.
9824 (initialize_tracepoint): Initialize new IPA variables.
9825 * target.h (struct target_ops): Add arguments to
9826 install_fast_tracepoint_jump_pad operation, add new
9827 get_min_fast_tracepoint_insn_len operation.
9828 (target_get_min_fast_tracepoint_insn_len): New.
9829 (install_fast_tracepoint_jump_pad): Add arguments.
9830 * server.h (IPA_BUFSIZ): Define.
9831 * linux-i386-ipa.c: Include extra header files.
9832 (initialize_fast_tracepoint_trampoline_buffer): New function.
9833 (initialize_low_tracepoint): Call it.
9834 * server.h (set_trampoline_buffer_space): Declare.
9835 (claim_trampoline_space): Ditto.
9836 (have_fast_tracepoint_trampoline_buffer): Ditto.
9837
9838 2011-11-14 Yao Qi <yao@codesourcery.com>
9839
9840 * server.c (handle_query): Handle InstallInTrace for qSupported.
9841 * tracepoint.c (add_tracepoint): Sort list.
9842 (install_tracepoint, download_tracepoint): New.
9843 (cmd_qtdp): Call them to install and download tracepoints.
9844 (sort_tracepoints): Removed.
9845 (cmd_qtstart): Update.
9846
9847 2011-11-14 Yao Qi <yao@codesourcery.com>
9848
9849 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
9850 * mem-break.h: Declare.
9851 * tracepoint.c (cmd_qtstart): Move some code to ...
9852 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
9853 New.
9854 (download_tracepoints): Move some code to ...
9855 (download_tracepoint_1): ... here. New.
9856
9857 2011-11-08 Yao Qi <yao@codesourcery.com>
9858
9859 * remote-utils.c (relocate_instruction): A comment fix.
9860
9861 2011-11-07 Joel Brobecker <brobecker@adacore.com>
9862
9863 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
9864 (i386_dr_low_get_control, i386_dr_low_get_status): Use
9865 dr_status_mirror and dr_control_mirror from debug_reg_state.
9866 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
9867 (i386_initial_stuff): Remove use of deleted globals.
9868 (i386_get_thread_context, i386_set_thread_context,
9869 i386_thread_added): Use dr_status_mirror and dr_control_mirror
9870 from debug_reg_state.
9871
9872 2011-11-05 Yao Qi <yao@codesourcery.com>
9873
9874 * tracepoint.c (gdb_collect): Loop over tracepoints of same
9875 address as TPOINT's.
9876
9877 2011-11-02 Stan Shebs <stan@codesourcery.com>
9878
9879 * tracepoint.c (agent_mem_read_string): New function.
9880 (eval_agent_expr): Call it for tracenz.
9881 * server.c (handle_query): Report support for tracenz.
9882
9883 2011-11-02 Yao Qi <yao@codesourcery.com>
9884
9885 * tracepoint.c (cmd_qtstart): Remove unused local variables.
9886
9887 2011-11-02 Yao Qi <yao@codesourcery.com>
9888
9889 * target.h: Fix a typo in comment.
9890
9891 2011-10-31 Pedro Alves <pedro@codesourcery.com>
9892
9893 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
9894 clobber the breakpoints' shadows with fast tracepoint jumps.
9895 * mem-break.h (check_mem_write): Add `myaddr' parameter.
9896 * target.c (write_inferior_memory): Also pass MYADDR down to
9897 check_mem_write.
9898
9899 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
9900
9901 * configure.ac: Check support for personality routine.
9902 * configure: Regenerate.
9903 * config.in: Likewise.
9904 * linux-low.c: Include <sys/personality.h>.
9905 Define ADDR_NO_RANDOMIZE if necessary.
9906 (linux_create_inferior): Disable address space randomization when
9907 forking inferior, if requested.
9908 (linux_supports_disable_randomization): New function.
9909 (linux_target_ops): Install it.
9910 * server.h (disable_randomization): Declare.
9911 * server.c (disable_randomization): New global variable.
9912 (handle_general_set): Handle QDisableRandomization.
9913 (handle_query): Likewise for qSupported.
9914 (main): Support --disable-randomization and --no-disable-randomization
9915 command line arguments.
9916 * target.h (struct target_ops): Add supports_disable_randomization.
9917 (target_supports_disable_randomization): New macro.
9918
9919 2011-09-29 Mike Frysinger <vapier@gentoo.org>
9920
9921 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
9922 ifdef check.
9923 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
9924 [!PT_GETDSBT] (target_loadmap): New definition.
9925 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
9926 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
9927 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
9928 and PT_GETDSBT to LINUX_LOADMAP.
9929 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
9930 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
9931
9932 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
9933
9934 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
9935 (arm_linux_hwbp_cap): New static variable.
9936 (arm_linux_get_hwbp_cap): Replace by ...
9937 (arm_linux_init_hwbp_cap): ... this new function.
9938 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
9939 (arm_linux_get_hw_watchpoint_count): Likewise.
9940 (arm_linux_get_hw_watchpoint_max_length): Likewise.
9941 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
9942 (arm_prepare_to_resume): Use perror_with_name instead of error.
9943
9944 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
9945
9946 * linux-arm-low.c: Include <signal.h>.
9947 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
9948 (struct arm_linux_hwbp_cap): New data type.
9949 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
9950 (struct arm_linux_hw_breakpoint): New data type.
9951 (MAX_BPTS, MAX_WPTS): Define.
9952 (struct arch_process_info, struct arch_lwp_info): New data types.
9953 (arm_linux_get_hwbp_cap): New function.
9954 (arm_linux_get_hw_breakpoint_count): Likewise.
9955 (arm_linux_get_hw_watchpoint_count): Likewise.
9956 (arm_linux_get_hw_watchpoint_max_length): Likewise.
9957 (arm_hwbp_control_initialize): Likewise.
9958 (arm_hwbp_control_is_enabled): Likewise.
9959 (arm_hwbp_control_is_initialized): Likewise.
9960 (arm_hwbp_control_disable): Likewise.
9961 (arm_linux_hw_breakpoint_equal): Likewise.
9962 (arm_linux_hw_point_initialize): Likewise.
9963 (struct update_registers_data): New data structure.
9964 (update_registers_callback: New function.
9965 (arm_insert_point): Likewise.
9966 (arm_remove_point): Likewise.
9967 (arm_stopped_by_watchpoint): Likewise.
9968 (arm_stopped_data_address): Likewise.
9969 (arm_new_process): Likewise.
9970 (arm_new_thread): Likewise.
9971 (arm_prepare_to_resume): Likewise.
9972 (the_low_target): Register arm_insert_point, arm_remove_point,
9973 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
9974 arm_new_thread, and arm_prepare_to_resume.
9975
9976 2011-09-15 Stan Shebs <stan@codesourcery.com>
9977
9978 * server.h (struct emit_ops): Add compare-goto fields.
9979 * tracepoint.c (gdb_agent_op_sizes): New table.
9980 (emit_eq_goto): New function.
9981 (emit_ne_goto): New function.
9982 (emit_lt_goto): New function.
9983 (emit_le_goto): New function.
9984 (emit_gt_goto): New function.
9985 (emit_ge_goto): New function.
9986 (is_goto_target): New function.
9987 (compile_bytecodes): Recognize special cases of compare-goto
9988 combinations and call specialized emitters for them.
9989 * linux-x86-low.c (amd64_emit_eq_goto): New function.
9990 (amd64_emit_ne_goto): New function.
9991 (amd64_emit_lt_goto): New function.
9992 (amd64_emit_le_goto): New function.
9993 (amd64_emit_gt_goto): New function.
9994 (amd64_emit_ge_goto): New function.
9995 (amd64_emit_ops): Add the new functions.
9996 (i386_emit_eq_goto): New function.
9997 (i386_emit_ne_goto): New function.
9998 (i386_emit_lt_goto): New function.
9999 (i386_emit_le_goto): New function.
10000 (i386_emit_gt_goto): New function.
10001 (i386_emit_ge_goto): New function.
10002 (i386_emit_ops): Add the new functions.
10003
10004 2011-09-08 Stan Shebs <stan@codesourcery.com>
10005
10006 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
10007 (i386_emit_epilogue): Restore %ebx.
10008
10009 2011-08-31 Jie Zhang <jzhang918@gmail.com>
10010
10011 * server.c (step_thread): Remove definition.
10012 (process_serial_event): Don't handle Hs.
10013 * server.h (step_thread): Remove declaration.
10014 * target.c (set_desired_inferior): Remove use of step_thread.
10015
10016 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
10017
10018 * linux-low.c: Include linux-procfs.h.
10019 (linux_attach_lwp_1): Update comments.
10020 (linux_attach): Scan for existing threads when attaching to a
10021 process that is the tgid.
10022 * Makefile.in: Update dependencies.
10023
10024 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
10025
10026 * configure.srv: Add linux-procfs.o dependencies.
10027
10028 2011-08-14 Yao Qi <yao@codesourcery.com>
10029
10030 * target.h (struct target_ops): Fix indent.
10031 * win32-low.c (win32_target_ops): Fix comment.
10032
10033 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
10034 Yao Qi <yao@codesourcery.com>
10035
10036 * Makefile.in (clean): Remove tic6x-*.c files.
10037 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
10038 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
10039 (tic6x-c64xp-linux.c): Likewise.
10040 * configure.srv: Add support for tic6x-*-uclinux.
10041 * linux-tic6x-low.c: New.
10042 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
10043
10044 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
10045 Yao Qi <yao@codesourcery.com>
10046
10047 * target.h (struct target_ops): Add read_loadmap.
10048 * linux-low.c (struct target_loadseg): New type.
10049 (struct target_loadmap): New type.
10050 (linux_read_loadmap): New function.
10051 (linux_target_ops): Add linux_read_loadmap.
10052 * server.c (handle_query): Support qXfer:fdpic:read packet.
10053 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
10054 to NULL.
10055
10056 2011-08-05 Eli Zaretskii <eliz@gnu.org>
10057
10058 * win32-low.c: Include <stdint.h>.
10059
10060 2011-07-22 Pedro Alves <pedro@codesourcery.com>
10061
10062 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
10063 to the inferior here.
10064 (i386_remove_aligned_watchpoint): Ditto.
10065 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
10066 fit part of the watchpoint in the debug registers.
10067 (i386_update_inferior_debug_regs): New.
10068 (i386_low_insert_watchpoint): Work on a local mirror of the debug
10069 registers, and only update the inferior on success.
10070 (i386_low_remove_watchpoint): Ditto.
10071
10072 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
10073
10074 * linux-low.c (compare_ints, unique, list_threads, show_process,
10075 linux_core_of_thread): Delete.
10076 (linux_target_ops): Change linux_core_of_thread to
10077 linux_common_core_of_thread.
10078 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
10079 * utils.c (malloc_failure): Change type of argument.
10080 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
10081 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
10082 common/linux-osdata.c, common/ptid.c and common/buffer.c.
10083 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
10084 (IPA_OBJS): Add common-utils-ipa.o.
10085 (ptid_h, linux_osdata_h): New macros.
10086 (server_h): Add common/common-utils.h, common/xml-utils.h,
10087 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
10088 common/ptid.h.
10089 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
10090 ptid.o, buffer.o): New rules.
10091 (linux-low.o): Add common/linux-osdata.h as a dependency.
10092 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
10093 * configure.ac: Add AC_HEADER_DIRENT check.
10094 * config.in: Regenerate.
10095 * configure: Regenerate.
10096 * remote-utils.c (xml_escape_text): Delete.
10097 (buffer_grow, buffer_free, buffer_init, buffer_finish,
10098 buffer_xml_printf): Move to common/buffer.c.
10099 * server.c (main): Remove call to initialize_inferiors.
10100 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
10101 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
10102 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
10103 internal_error, gdb_assert, gdb_assert_fail): Delete.
10104 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
10105 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
10106 common/buffer.h.
10107 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
10108 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
10109 initialize_inferiors): Delete.
10110
10111 2011-07-20 Pedro Alves <pedro@codesourcery.com>
10112
10113 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
10114 symbol error.
10115
10116 2011-05-31 Pedro Alves <pedro@codesourcery.com>
10117
10118 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
10119 assertion.
10120 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
10121
10122 2011-05-26 Yao Qi <yao@codesourcery.com>
10123
10124 * Makefile.in (thread-db.o): Track dependence to
10125 common/gdb_thread_db.h.
10126 * thread-db.c: include gdb_thread_db.h from right place.
10127
10128 2011-05-16 Adrian Cornish <gnu@bluedreamer.com>
10129
10130 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
10131 __FILE__ and __LINE__ to internal_error.
10132
10133 2011-05-13 Doug Evans <dje@google.com>
10134
10135 * thread-db.c (try_thread_db_load_from_sdir): New function.
10136 (try_thread_db_load_from_dir): New function.
10137 (thread_db_load_search): Handle $sdir, ignore $pdir.
10138 Remove trying of system directories if search of
10139 libthread-db-search-path fails, that is now done via $sdir.
10140
10141 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
10142
10143 * server.c (handle_query): Add EnableDisableTracepoints to the list
10144 of supported features.
10145 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
10146 tracepoints.
10147 (cmd_qtenable_disable): New.
10148 (cmd_qtstart): Install tracepoints even if disabled.
10149 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
10150 receiving a QTEnable or QTDisable packet.
10151 (gdb_collect): Skip data collection if fast tracepoint is disabled.
10152 (ust_marker_to_static_tracepoint): Do not ignore disabled static
10153 tracepoints.
10154 (gdb_probe): Skip data collection if static tracepoint is disabled.
10155
10156 2011-05-10 Doug Evans <dje@google.com>
10157
10158 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
10159
10160 2011-05-04 Doug Evans <dje@google.com>
10161
10162 * linux-low.c (linux_join): Skip process lookup.
10163 * spu-low.c (spu_join): Ditto.
10164 * server.c (join_inferiors_callback): Delete.
10165 (process_serial_event): For 'D' packet (detach) call join_inferior
10166 directly.
10167
10168 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10169
10170 * README: Don't mention xscale*-*-linux*.
10171 * configure.srv (xscale*-*-linux*): Don't handle target.
10172
10173 2011-04-27 Nathan Froyd <froydnj@codesourcery.com>
10174
10175 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
10176 casting pointers.
10177 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
10178 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
10179 (i386_emit_void_call_2): Likewise.
10180
10181 2011-04-26 Yao Qi <yao@codesourcery.com>
10182
10183 * linux-low.c: Move common macros to linux-ptrace.h.
10184 Include linux-ptrace.h.
10185 * Makefile.in (linux_ptrace_h): New.
10186 (linux-low.o): Depends on linux-ptrace.h.
10187
10188 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
10191 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
10192 (remote_prepare): New function with most of the TCP code from ...
10193 (remote_open): ... here. Detect PORT here unconditionally. Move also
10194 setting transport_is_reliable.
10195 * server.c (run_once): New variable.
10196 (gdbserver_usage): Document it.
10197 (main): Set run_once for `--once'. Call remote_prepare. Exit after
10198 the first run if RUN_ONCE.
10199 * server.h (run_once, remote_prepare): New declarations.
10200
10201 2011-04-19 Tom Tromey <tromey@redhat.com>
10202
10203 * win32-low.c (handle_load_dll): Remove duplicate "the".
10204
10205 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
10206
10207 Remove support for old Cygwin 1.5 versions.
10208 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
10209 function to avoid warning.
10210 (win32_add_one_solib): Use cygwin_conv_path function to avoid
10211 warning.
10212
10213 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
10214
10215 * gdbserver/server.h (Macro _): Define it if not available.
10216
10217 2011-03-14 Michael Snyder <msnyder@vmware.com>
10218
10219 * hostio.c (handle_close): Remove unnecessary null test.
10220
10221 2011-03-10 Joel Brobecker <brobecker@adacore.com>
10222
10223 * Makefile.in (maintainer-clean realclean distclean): Remove
10224 "make ... subdir_do" command.
10225
10226 2011-03-10 Michael Snyder <msnyder@vmware.com>
10227
10228 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
10229
10230 * server.c (handle_v_run): Free alloced buffer on early return.
10231
10232 2011-03-09 Yao Qi <yao@codesourcery.com>
10233
10234 Revert:
10235 2011-03-04 Yao Qi <yao@codesourcery.com>
10236
10237 * Makefile.in: Remove GNU make feature --directory.
10238
10239 2011-03-05 Yao Qi <yao@codesourcery.com>
10240
10241 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
10242 (subdir_do): New make target. Copied from gdb/Makefile.
10243 (maintainer-clean, realclean, distclean, clean): Call corresponding
10244 make targets in common/Makefile.
10245
10246 2011-02-11 Yao Qi <yao@codesourcery.com>
10247
10248 * configure.ac: Call AC_PROG_RANLIB.
10249 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
10250 * configure: Regenerate.
10251
10252 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10253
10254 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
10255
10256 2011-03-06 Yao Qi <yao@codesourcery.com>
10257
10258 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
10259
10260 2011-03-05 Yao Qi <yao@codesourcery.com>
10261
10262 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
10263 (subdir_do): New make target. Copied from gdb/Makefile.
10264 (maintainer-clean, realclean, distclean, clean): Call corresponding
10265 make targets in common/Makefile.
10266
10267 2011-03-04 Yao Qi <yao@codesourcery.com>
10268
10269 * Makefile.in: Remove GNU make feature --directory.
10270
10271 2011-03-04 Michael Snyder <msnyder@vmware.com>
10272
10273 * server.c (queue_stop_reply): Call xmalloc not malloc.
10274
10275 2011-03-02 Michael Snyder <msnyder@vmware.com>
10276
10277 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
10278
10279 2011-02-28 Michael Snyder <msnyder@vmware.com>
10280
10281 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
10282 (cmd_qtframe): Ditto.
10283 (cmd_qtbuffer): Ditto.
10284 (cmd_bigqtbuffer): Ditto.
10285
10286 * utils.c (decimal2str): Initialize 'width' to nine, then
10287 don't mess with it.
10288
10289 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
10290
10291 * hostio.c (require_data): Free *data, not data.
10292
10293 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * hostio.c (require_data): Use free, not xfree.
10296
10297 2011-02-27 Michael Snyder <msnyder@vmware.com>
10298
10299 * server.c (handle_query): Discard unused value.
10300
10301 * hostio.c (require_data): Free malloc memory before returning
10302 error.
10303
10304 2011-02-26 Michael Snyder <msnyder@vmware.com>
10305
10306 * linux-low.c (list_threads): Call closedir for dirent.
10307
10308 2011-02-27 Michael Snyder <msnyder@vmware.com>
10309
10310 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
10311 a case statement falls through.
10312
10313 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
10314
10315 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
10316 in comparison.
10317
10318 2011-02-26 Michael Snyder <msnyder@vmware.com>
10319
10320 * utils.c (decimal2str): Eliminate dead code and dead param.
10321 (pulongest): Drop dead param from call to decimal2str.
10322 (plongest): Ditto.
10323
10324 2011-02-24 Joel Brobecker <brobecker@adacore.com>
10325
10326 Revert the following patch (not approved yet):
10327 2011-02-21 Hui Zhu <teawater@gmail.com>
10328 * tracepoint.c (tp_printf): New function.
10329 (eval_agent_expr): Handle gdb_agent_op_printf.
10330
10331 2011-02-21 Hui Zhu <teawater@gmail.com>
10332
10333 * tracepoint.c (tp_printf): New function.
10334 (eval_agent_expr): Handle gdb_agent_op_printf.
10335
10336 2011-02-18 Tom Tromey <tromey@redhat.com>
10337
10338 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
10339 (tracepoint.o): Likewise.
10340 * tracepoint.c (enum gdb_agent_op): Use ax.def.
10341 (gdb_agent_op_names): Likewise.
10342
10343 2011-02-18 Tom Tromey <tromey@redhat.com>
10344
10345 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
10346 gdb_agent_op_rot>: New constants.
10347 (gdb_agent_op_names): Add pick and roll.
10348 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
10349 cases.
10350
10351 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 * aclocal.m4: Regenerated with aclocal-1.11.1.
10354
10355 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10356
10357 * server.c (handle_qxfer_traceframe_info): New.
10358 (qxfer_packets): Register "traceframe-info".
10359 (handle_query): Report support for qXfer:traceframe-info:read+.
10360 * tracepoint.c (match_blocktype): New.
10361 (traceframe_find_block_type): Rename to ...
10362 (traceframe_walk_blocks): ... this. Add callback filter argument,
10363 and use it.
10364 (traceframe_find_block_type): New, reimplemented on top of
10365 traceframe_walk_blocks.
10366 (build_traceframe_info_xml): New.
10367 (traceframe_read_info): New.
10368 * server.h (traceframe_read_info): Declare.
10369
10370 2011-02-11 Yao Qi <yao@codesourcery.com>
10371
10372 * configure.ac: Call AC_PROG_RANLIB.
10373 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
10374 * configure: Regenerate.
10375
10376 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10377
10378 * server.c (gdb_read_memory): Change return semantics to allow
10379 partial transfers.
10380 (handle_search_memory_1): Adjust.
10381 (process_serial_event) <'m' packet>: Handle partial transfers.
10382 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
10383
10384 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10385
10386 * regcache.c (init_register_cache): Initialize
10387 regcache->register_status.
10388 (free_register_cache): Release regcache->register_status.
10389 (regcache_cpy): Copy register_status.
10390 (registers_to_string): Print 'x's for unavailable registers.
10391 (supply_register): Mark the register's status valid or
10392 unavailable, depending on whether a buffer was passed in or not.
10393 (supply_register_zeroed): New.
10394 (supply_regblock): Mark the registers' status valid or
10395 unavailable, depending on whether a buffer was passed in or not.
10396 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
10397 (struct regcache): New `register_status' field.
10398 (supply_register_zeroed): Declare.
10399 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
10400 supply_register_zeroed, rather than passing a NULL buffer to
10401 supply_register.
10402 * tracepoint.c (fetch_traceframe_registers): Update comment.
10403
10404 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10405
10406 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
10407 buffer explicit.
10408
10409 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10410
10411 * server.h (decode_xfer_write): Change prototype.
10412 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
10413 and don't extract the annex here.
10414 * server.c (decode_xfer_read): Remove `annex' parameter,
10415 and don't extract the annex here.
10416 (decode_xfer): New.
10417 (struct qxfer): New.
10418 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
10419 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
10420 (handle_qxfer_statictrace): New functions, abstracted out from
10421 handle_query, and made to use the struct qxfer interface.
10422 (handle_threads_qxfer_proper): Rename to ...
10423 (handle_qxfer_threads_proper): ... this.
10424 (handle_threads_qxfer): Rename to ...
10425 (handle_qxfer_threads): ... this. Adjust.
10426 (qxfer_packets): New array.
10427 (handle_qxfer): New function.
10428 (handle_query): Use handle_qxfer.
10429
10430 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
10431
10432 * gdbreplay.c: Shorten lines of >= 80 columns.
10433 * linux-low.c: Ditto.
10434 * linux-ppc-low.c: Ditto.
10435 * linux-s390-low.c: Ditto.
10436 * linux-sparc-low.c: Ditto.
10437 * linux-x86-low.c: Ditto.
10438 * linux-xtensa-low.c: Ditto.
10439 * mem-break.c: Ditto.
10440 * nto-low.c: Ditto.
10441 * regcache.h: Ditto.
10442 * remote-utils.c: Ditto.
10443 * server.c: Ditto.
10444 * server.h: Ditto.
10445 * thread-db.c: Ditto.
10446 * tracepoint.c: Ditto.
10447 * utils.c: Ditto.
10448 * win32-low.h: Ditto.
10449
10450 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10451
10452 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
10453 update.
10454
10455 2011-01-01 Joel Brobecker <brobecker@adacore.com>
10456
10457 * server.c (gdbserver_version): Update copyright year in version
10458 output.
10459 * gdbreplay.c (gdbreplay_version): Ditto.
10460
10461 2010-12-29 Jie Zhang <jie.zhang@analog.com>
10462
10463 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
10464 * linux-bfin-low.c: New file.
10465 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
10466 PT_DATA_ADDR for BFIN targets.
10467 * Makefile.in (SFILES): Add linux-bfin-low.c.
10468 (clean): Remove reg-bfin.c.
10469 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
10470 * README: Mention supported Blackfin targets.
10471
10472 2010-12-23 Mike Frysinger <vapier@gentoo.org>
10473
10474 * .gitignore: New file.
10475
10476 2010-11-16 Mike Frysinger <vapier@gentoo.org>
10477
10478 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
10479
10480 2010-10-22 Jie Zhang <jie@codesourcery.com>
10481
10482 * Makefile.in: Add FLAGS_TO_PASS variable.
10483 (install): Remove dependency of install-only and recursively
10484 invoke make for install-only.
10485
10486 2010-10-04 Doug Evans <dje@google.com>
10487
10488 * Makefile.in (uninstall): Use $(DESTDIR).
10489
10490 2010-09-24 Pedro Alves <pedro@codesourcery.com>
10491
10492 PR gdb/11842
10493
10494 * linux-x86-low.c (compat_siginfo_from_siginfo)
10495 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
10496 si_code is < 0. Check for si_code == SI_TIMER before checking for
10497 si_code < 0.
10498
10499 2010-09-13 Joel Brobecker <brobecker@adacore.com>
10500
10501 * lynx-i386-low.c: New file.
10502 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
10503
10504 2010-09-13 Joel Brobecker <brobecker@adacore.com>
10505
10506 * lynx-low.c (ptrace_request_to_str): Remove handling for
10507 request values that have been removed in LynxOS 5.x.
10508
10509 2010-09-13 Joel Brobecker <brobecker@adacore.com>
10510
10511 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
10512 <ptrace.h>
10513
10514 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
10515
10516 * configure.ac: Add --enable-inprocess-agent option.
10517 * configure: Rebuilt.
10518
10519 2010-09-06 Yao Qi <yao@codesourcery.com>
10520
10521 * linux-low.c (linux_kill): Remove unused variable.
10522 (linux_stabilize_threads): Likewise.
10523 * server.c (start_inferior): Likewise.
10524 (queue_stop_reply_callback): Likewise.
10525 * tracepoint.c (do_action_at_tracepoint): Likewise.
10526
10527 2010-09-06 Yao Qi <yao@codesourcery.com>
10528
10529 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
10530 on return.
10531
10532 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10533
10534 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
10535
10536 2010-09-06 Pedro Alves <pedro@codesourcery.com>
10537
10538 * Makefile.in (install-only): Replace $IPA_DEPFILES with
10539 "$(IPA_DEPFILES)".
10540
10541 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10542
10543 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
10544 gdbserver/lynx-ppc-low.c: New files.
10545 * Makefile.in (lynx_low_h): New variable.
10546 (lynx-low.o, lynx-ppc-low.o): New rules.
10547 * configure.ac: On LynxOS, link with -lnetinet.
10548 * configure.srv: Add handling of powerpc-*-lynxos* targets.
10549 * configure: regenerate.
10550
10551 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10552
10553 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
10554 * configure.ac: Add check for vasprintf and vsnprintf.
10555 * configure, config.in: Regenerate.
10556 * server.h (vasprintf, vsnprintf): Add conditional declarations.
10557
10558 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10559
10560 * gdbreplay.c: Move include of alloca.h up, next to include of
10561 malloc.h.
10562 * server.h: Add include of malloc.h.
10563 * mem-break.c: Remove include of malloc.h.
10564 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
10565
10566 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10567
10568 * Makefile.in (memmem.o): Build with -Wno-error.
10569
10570 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10571
10572 * utils.c (xsnprintf): Make non-static.
10573 * server.h: Add xsnprintf declaration.
10574 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
10575 replace calls to snprintf by calls to xsnprintf throughout.
10576
10577 2010-09-01 Joel Brobecker <brobecker@adacore.com>
10578
10579 * configure.ac: Add configure check for alloca.
10580 * configure, config.in: Regenerate.
10581 * server.h: Include alloca.h if it exists.
10582 * gdbreplay.c: Include alloca.h if it exists.
10583
10584 2010-08-28 Pedro Alves <pedro@codesourcery.com>
10585
10586 * linux-low.c (__SIGRTMIN): Define if not already defined.
10587 (linux_create_inferior): Check for __ANDROID__ rather than
10588 __SIGRTMIN.
10589 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
10590 are already deferred.
10591 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
10592 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
10593 stopped and already has a pending signal to report.
10594 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
10595 a pending signal to report or is moving out of a jump pad.
10596 (linux_init_signals): Check for __ANDROID__ rather than
10597 __SIGRTMIN.
10598
10599 2010-08-28 Pedro Alves <pedro@codesourcery.com>
10600
10601 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
10602 debug_threads check. Avoid a linear search when not doing debug
10603 output.
10604
10605 2010-08-27 Pedro Alves <pedro@codesourcery.com>
10606
10607 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
10608 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
10609 (struct file_handler) <fd>: Change type to gdb_fildes_t.
10610 (process_event): Change local fd's type to gdb_fildes_t.
10611 (create_file_handler): Adjust prototype.
10612 (delete_file_handler): Adjust prototype.
10613 (handle_file_event): Adjust prototype. Use pfildes.
10614 (create_file_event): Adjsut prototype.
10615 * remote-utils.c (remote_desc, listen_desc): Change type to
10616 gdb_fildes_t.
10617 * server.h: New gdb_fildes_t typedef.
10618 [USE_WIN32API]: Include winsock2.h.
10619 (delete_file_handler, add_file_handler): Adjust prototypes.
10620 (pfildes): Declare.
10621 * utils.c (pfildes): New.
10622
10623 2010-08-27 Pedro Alves <pedro@codesourcery.com>
10624
10625 * configure.ac (build_warnings): Add -Wno-char-subscripts.
10626 * configure: Regenerate.
10627
10628 2010-08-27 Pedro Alves <pedro@codesourcery.com>
10629
10630 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
10631 (linux_done_accessing_memory): ... this.
10632 (linux_target_ops): Adjust.
10633 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
10634 * nto-low.c (nto_target_ops): Adjust comment.
10635 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
10636 * spu-low.c (spu_target_ops): Adjust comment.
10637 * target.h (target_ops): Rename unprepare_to_access_memory field
10638 to done_accessing_memory.
10639 (unprepare_to_access_memory): Rename to ...
10640 (done_accessing_memory): ... this.
10641
10642 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10643
10644 * linux-low.c (linux_prepare_to_access_memory): New.
10645 (linux_unprepare_to_access_memory): New.
10646 (linux_target_ops): Install them.
10647 * server.c (read_memory): Rename to ...
10648 (gdb_read_memory): ... this. Use
10649 prepare_to_access_memory/prepare_to_access_memory.
10650 (write_memory): Rename to ...
10651 (gdb_write_memory): ... this. Use
10652 prepare_to_access_memory/prepare_to_access_memory.
10653 (handle_search_memory_1): Adjust.
10654 (process_serial_event): Adjust.
10655 * target.h (struct target_ops): New fields
10656 prepare_to_access_memory and unprepare_to_access_memory.
10657 (prepare_to_access_memory, unprepare_to_access_memory): New.
10658 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
10659 prepare_to_access_memory/prepare_to_access_memory.
10660 * nto-low.c (nto_target_ops): Adjust.
10661 * spu-low.c (spu_target_ops): Adjust.
10662 * win32-low.c (win32_target_ops): Adjust.
10663
10664 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10665
10666 * Makefile.in (WARN_CFLAGS): Get it from configure.
10667 (WERROR_CFLAGS): New.
10668 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
10669 * configure.ac: Introduce --enable-werror, which adds -Werror to
10670 the compiler command line. Enabled by default. Disable with
10671 --disable-werror. Add -Wdeclaration-after-statement
10672 Wpointer-arith and -Wformat-nonliteral to warning flags.
10673 * configure: Regenerate.
10674
10675 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10676
10677 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
10678
10679 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10680
10681 * gdbreplay.c (remote_error): New.
10682 (gdbchar): New.
10683 (expect): Use gdbchar. Check for error reading from GDB.
10684 Clarify sync error output.
10685 (play): Check for errors writing to GDB.
10686 * linux-low.c (sigchld_handler): Really ignore `write' errors.
10687 * remote-utils.c (getpkt): Check for errors writing to the remote
10688 descriptor.
10689
10690 2010-08-25 Pedro Alves <pedro@codesourcery.com>
10691
10692 * linux-low.c (linux_wait_1): Move non-debugging code out of
10693 `debug_threads' control.
10694
10695 2010-08-25 Pedro Alves <pedro@codesourcery.com>
10696
10697 * linux-low.c (linux_wait_1): Don't set last_status here.
10698 * server.c (push_event, queue_stop_reply_callback): Assert we're
10699 not pushing a TARGET_WAITKIND_IGNORE event.
10700 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
10701 (myresume, handle_target_event): Set the thread's last_resume_kind
10702 and last_status from the target returned status.
10703
10704 2010-08-25 Pedro Alves <pedro@codesourcery.com>
10705
10706 PR threads/10729
10707
10708 * linux-x86-low.c (update_debug_registers_callback): New.
10709 (i386_dr_low_set_addr): Use it.
10710 (i386_dr_low_get_addr): New.
10711 (i386_dr_low_set_control): Use update_debug_registers_callback.
10712 (i386_dr_low_get_control): New.
10713 (i386_dr_low_get_status): Adjust.
10714 * linux-low.c (linux_stop_lwp): New.
10715 * linux-low.h (linux_stop_lwp): Declare.
10716
10717 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
10718 argument instead of a i386_debug_reg_state.
10719 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
10720 a i386_debug_reg_state.
10721 (i386_insert_aligned_watchpoint): Adjust.
10722 (i386_remove_aligned_watchpoint): Adjust.
10723 (i386_low_stopped_data_address): Read the debug registers from the
10724 inferior instead of from the mirrors.
10725 * i386-low.h (struct i386_debug_reg_state): Extend comment.
10726 (i386_dr_low_get_addr): Declare.
10727 (i386_dr_low_get_control): Declare.
10728 (i386_dr_low_get_status): Change prototype.
10729
10730 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
10731 (i386_dr_low_get_addr): New.
10732 (i386_dr_low_get_control): New.
10733 (i386_dr_low_get_status): Adjust prototype. Return
10734 dr_status_mirror.
10735 (i386_initial_stuff): Clear dr_status_mirror and
10736 dr_control_mirror.
10737 (i386_get_thread_context): Adjust.
10738 (i386_set_thread_context): Adjust.
10739 (i386_thread_added): Adjust.
10740
10741 2010-08-24 Pedro Alves <pedro@codesourcery.com>
10742
10743 * linux-low.h (linux_thread_area): Delete declaration.
10744
10745 2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
10746
10747 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
10748 after its termination.
10749
10750 2010-08-09 Pedro Alves <pedro@codesourcery.com>
10751
10752 * linux-low.c (gdb_wants_lwp_stopped): Delete.
10753 (gdb_wants_all_stopped): Delete.
10754 (linux_wait_1): Don't call them.
10755 * server.c (handle_v_cont): Tag all threads as want-stopped.
10756 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
10757 stopped as "client-wants-stopped".
10758
10759 2010-07-31 Pedro Alves <pedro@codesourcery.com>
10760
10761 * Makefile.in (signals_h): New.
10762 (server_h): Depend on it.
10763 (server.o): Don't depend on $(signals_def).
10764 (signals.o): Depend on $(signals_def).
10765
10766 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * Makefile.in (signals_def): New.
10769 (server_h): Append include/gdb/signals.h and signals_def.
10770 (server.o): Append signals_def.
10771
10772 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10773
10774 * server.c (handle_target_event): Use target_signal_to_host for
10775 resume_info.sig initialization.
10776 * target.h (struct thread_resume) <sig>: New comment.
10777
10778 2010-07-20 Ozkan Sezer <sezeroz@gmail.com>
10779
10780 * server.c (handle_query): strcpy() the returned string from paddress()
10781 instead of sprintf().
10782 * utils.c (paddress): Return phex_nz().
10783
10784 2010-07-07 Joel Brobecker <brobecker@adacore.com>
10785
10786 * server.c (handle_v_cont): Call mourn_inferior if process
10787 just exited.
10788 (myresume): Likewise.
10789
10790 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10791
10792 Static tracepoints, and integration with UST.
10793
10794 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
10795 * mem-break.c (uninsert_all_breakpoints)
10796 (reinsert_all_breakpoints): New.
10797 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
10798 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
10799 (gdb_agent_ust_loaded, helper_thread_id)
10800 (gdb_agent_helper_thread_id): New macros.
10801 (struct ipa_sym_addresses): Add addr_ust_loaded,
10802 addr_helper_thread_id, addr_cmd_buf.
10803 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
10804 (in_process_agent_loaded_ust): New.
10805 (write_e_ust_not_loaded): New.
10806 (maybe_write_ipa_ust_not_loaded): New.
10807 (struct collect_static_trace_data_action): New.
10808 (enum tracepoint_type) <static_tracepoint>: New.
10809 (struct tracepoint) <handle>: Mention static tracepoints.
10810 (struct static_tracepoint_ctx): New.
10811 (CMD_BUF_SIZE): New.
10812 (add_tracepoint_action): Handle static tracepoint actions.
10813 (unprobe_marker_at): New.
10814 (clear_installed_tracepoints): Handle static tracepoints.
10815 (cmd_qtdp): Handle static tracepoints.
10816 (probe_marker_at): New.
10817 (cmd_qtstart): Handle static tracepoints.
10818 (response_tracepoint): Handle static tracepoints.
10819 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
10820 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
10821 (get_context_regcache): Handle static tracepoints.
10822 (do_action_at_tracepoint): Handle static tracepoint actions.
10823 (traceframe_find_block_type): Handle static trace data blocks.
10824 (traceframe_read_sdata): New.
10825 (download_tracepoints): Download static tracepoint actions.
10826 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
10827 (GDB_PROBE_NAME): New.
10828 (ust_ops): New.
10829 (GET_UST_SYM): New.
10830 (USTF): New.
10831 (dlsym_ust): New.
10832 (ust_marker_to_static_tracepoint): New.
10833 (gdb_probe): New.
10834 (collect_ust_data_at_tracepoint): New.
10835 (gdb_ust_probe): New.
10836 (UNIX_PATH_MAX, SOCK_DIR): New.
10837 (gdb_ust_connect_sync_socket): New.
10838 (resume_thread, stop_thread): New.
10839 (run_inferior_command): New.
10840 (init_named_socket): New.
10841 (gdb_ust_socket_init): New.
10842 (cstr_to_hexstr): New.
10843 (next_st): New.
10844 (first_marker, next_marker): New.
10845 (response_ust_marker): New.
10846 (cmd_qtfstm, cmd_qtsstm): New.
10847 (unprobe_marker_at, probe_marker_at): New.
10848 (cmd_qtstmat, gdb_ust_thread): New.
10849 (gdb_ust_init): New.
10850 (initialize_tracepoint_ftlib): Call gdb_ust_init.
10851 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
10852 (ST_REGENTRY): New.
10853 (x86_64_st_collect_regmap): New.
10854 (X86_64_NUM_ST_COLLECT_GREGS): New.
10855 (AMD64_RIP_REGNUM): New.
10856 (supply_static_tracepoint_registers): New.
10857 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
10858 (ST_REGENTRY): New.
10859 (i386_st_collect_regmap): New.
10860 (i386_NUM_ST_COLLECT_GREGS): New.
10861 (supply_static_tracepoint_registers): New.
10862 * server.c (handle_query): Handle qXfer:statictrace:read.
10863 <qSupported>: Report support for StaticTracepoints, and
10864 qXfer:statictrace:read features.
10865 * server.h (traceframe_read_sdata)
10866 (supply_static_tracepoint_registers): Declare.
10867 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
10868 (unpack_varlen_hex): Include in IPA build.
10869 * Makefile.in (ustlibs, ustinc): New.
10870 (IPA_OBJS): Add remote-utils-ipa.o.
10871 ($(IPA_LIB)): Link -ldl and -lpthread.
10872 (UST_CFLAGS): New.
10873 (IPAGENT_CFLAGS): Add UST_CFLAGS.
10874 * config.in, configure: Regenerate.
10875
10876 2010-06-20 Ian Lance Taylor <iant@google.com>
10877 Pedro Alves <pedro@codesourcery.com>
10878
10879 * linux-x86-low.c (always_true): Delete.
10880 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
10881 trying to fool the compiler with always_true.
10882
10883 2010-06-20 Pedro Alves <pedro@codesourcery.com>
10884
10885 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
10886 conditions in gdbserver.
10887
10888 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
10889
10890 * spu-low.c (spu_read_memory): Wrap around local store limit.
10891 (spu_write_memory): Likewise.
10892
10893 2010-06-15 Pedro Alves <pedro@codesourcery.com>
10894
10895 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
10896 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
10897 LONGEST uses.
10898 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
10899 uses.
10900 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
10901 uses with LONGEST uses.
10902
10903 2010-06-14 Stan Shebs <stan@codesourcery.com>
10904 Pedro Alves <pedro@codesourcery.com>
10905
10906 Bytecode compiler.
10907
10908 * linux-x86-low.c: Include limits.h.
10909 (add_insns): New.
10910 (always_true): New.
10911 (EMIT_ASM): New.
10912 (EMIT_ASM32): New.
10913 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
10914 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
10915 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
10916 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
10917 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
10918 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
10919 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
10920 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
10921 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
10922 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
10923 (amd64_emit_void_call_2): New.
10924 (amd64_emit_ops): New.
10925 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
10926 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
10927 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
10928 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
10929 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
10930 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
10931 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
10932 (i386_emit_call, i386_emit_reg, i386_emit_pop)
10933 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
10934 (i386_emit_stack_adjust, i386_emit_int_call_1)
10935 (i386_emit_void_call_2): New.
10936 (i386_emit_ops): New.
10937 (x86_emit_ops): New.
10938 (the_low_target): Install x86_emit_ops.
10939 * server.h (struct emit_ops): New.
10940 (get_raw_reg_func_addr): Declare.
10941 (current_insn_ptr, emit_error): Declare.
10942 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
10943 (set_trace_state_variable_value): New defines.
10944 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
10945 addr_get_trace_state_variable_value and
10946 addr_set_trace_state_variable_value.
10947 (symbol_list): New fields for get_raw_reg,
10948 get_trace_state_variable_value and set_trace_state_variable_value.
10949 (condfn): New typedef.
10950 (struct tracepoint): New field `compiled_cond'.
10951 (do_action_at_tracepoint): Clear compiled_cond.
10952 (get_trace_state_variable_value, set_trace_state_variable_value):
10953 Export in the IPA.
10954 (condition_true_at_tracepoint): If there's a compiled condition,
10955 run that.
10956 (current_insn_ptr, emit_error): New globals.
10957 (struct bytecode_address): New.
10958 (get_raw_reg_func_addr): New.
10959 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
10960 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
10961 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
10962 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
10963 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
10964 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
10965 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
10966 (compile_tracepoint_condition, compile_bytecodes): New.
10967 * target.h (emit_ops): Forward declare.
10968 (struct target_ops): New field emit_ops.
10969 (target_emit_ops): New.
10970 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
10971 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
10972 * linux-low.c (linux_emit_ops): New.
10973 (linux_target_ops): Install it.
10974 * linux-low.h (struct linux_target_ops): New field emit_ops.
10975
10976 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
10977
10978 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
10979 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
10980
10981 2010-06-01 Pedro Alves <pedro@codesourcery.com>
10982 Stan Shebs <stan@codesourcery.com>
10983
10984 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
10985 (all): Depend on $(extra_libraries).
10986 (install-only): Install the IPA.
10987 (IPA_OBJS, IPA_LIB): New.
10988 (clean): Remove the IPA lib.
10989 (IPAGENT_CFLAGS): New.
10990 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
10991 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
10992 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
10993 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
10994 * configure.ac: Check for atomic builtins support in the compiler.
10995 (IPA_DEPFILES, extra_libraries): Define.
10996 * configure.srv (ipa_obj): Add description.
10997 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
10998 (i[34567]86-*-linux*): Set ipa_obj.
10999 (x86_64-*-linux*): Set ipa_obj.
11000 * linux-low.c (stabilizing_threads): New.
11001 (supports_fast_tracepoints): New.
11002 (linux_detach): Stabilize threads before detaching.
11003 (handle_tracepoints): Handle internal tracing breakpoints. Assert
11004 the lwp is either not stabilizing, or is moving out of a jump pad.
11005 (linux_fast_tracepoint_collecting): New.
11006 (maybe_move_out_of_jump_pad): New.
11007 (enqueue_one_deferred_signal): New.
11008 (dequeue_one_deferred_signal): New.
11009 (linux_wait_for_event_1): If moving out of a jump pad, defer
11010 pending signals to later.
11011 (linux_stabilize_threads): New.
11012 (linux_wait_1): Check if threads need moving out of jump pads, and
11013 do it if so.
11014 (stuck_in_jump_pad_callback): New.
11015 (move_out_of_jump_pad_callback): New.
11016 (lwp_running): New.
11017 (linux_resume_one_lwp): Handle moving out of jump pads.
11018 (linux_set_resume_request): Dequeue deferred signals.
11019 (need_step_over_p): Also step over fast tracepoint jumps.
11020 (start_step_over): Also uninsert fast tracepoint jumps.
11021 (finish_step_over): Also reinsert fast tracepoint jumps.
11022 (linux_install_fast_tracepoint_jump): New.
11023 (linux_target_ops): Install linux_stabilize_threads and
11024 linux_install_fast_tracepoint_jump_pad.
11025 * linux-low.h (linux_target_ops) <get_thread_area,
11026 install_fast_tracepoint_jump_pad>: New fields.
11027 (struct lwp_info) <collecting_fast_tracepoint,
11028 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
11029 (linux_get_thread_area): Declare.
11030 * linux-x86-low.c (jump_insn): New.
11031 (x86_get_thread_area): New.
11032 (append_insns): New.
11033 (push_opcode): New.
11034 (amd64_install_fast_tracepoint_jump_pad): New.
11035 (i386_install_fast_tracepoint_jump_pad): New.
11036 (x86_install_fast_tracepoint_jump_pad): New.
11037 (the_low_target): Install x86_get_thread_area and
11038 x86_install_fast_tracepoint_jump_pad.
11039 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
11040 (struct fast_tracepoint_jump): New.
11041 (fast_tracepoint_jump_insn): New.
11042 (fast_tracepoint_jump_shadow): New.
11043 (find_fast_tracepoint_jump_at): New.
11044 (fast_tracepoint_jump_here): New.
11045 (delete_fast_tracepoint_jump): New.
11046 (set_fast_tracepoint_jump): New.
11047 (uninsert_fast_tracepoint_jumps_at): New.
11048 (reinsert_fast_tracepoint_jumps_at): New.
11049 (set_breakpoint_at): Use write_inferior_memory.
11050 (uninsert_raw_breakpoint): Use write_inferior_memory.
11051 (check_mem_read): Mask out fast tracepoint jumps.
11052 (check_mem_write): Mask out fast tracepoint jumps.
11053 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
11054 (set_fast_tracepoint_jump): Declare.
11055 (delete_fast_tracepoint_jump)
11056 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
11057 (reinsert_fast_tracepoint_jumps_at): Declare.
11058 * regcache.c: Don't compile many functions when building the
11059 in-process agent library.
11060 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
11061 the register buffer in the heap.
11062 (free_register_cache): If the register buffer isn't owned by the
11063 regcache, don't free it.
11064 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
11065 pre-existing register caches.
11066 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
11067 type.
11068 (convert_ascii_to_int): : Constify `from' parameter type.
11069 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
11070 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
11071 the needed buffer in-place.
11072 (relocate_instruction): New.
11073 * server.c (handle_query) <qSymbols>: If the target supports
11074 tracepoints, give it a chance of looking up symbols. Report
11075 support for fast tracepoints.
11076 (handle_status): Stabilize threads.
11077 (process_serial_event): Adjust.
11078 * server.h (struct fast_tracepoint_jump): Forward declare.
11079 (struct process_info) <fast_tracepoint_jumps>: New field.
11080 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
11081 (decode_X_packet, decode_M_packet): Adjust.
11082 (relocate_instruction): Declare.
11083 (in_process_agent_loaded): Declare.
11084 (tracepoint_look_up_symbols): Declare.
11085 (struct fast_tpoint_collect_status): Declare.
11086 (fast_tracepoint_collecting): Declare.
11087 (force_unlock_trace_buffer): Declare.
11088 (handle_tracepoint_bkpts): Declare.
11089 (initialize_low_tracepoint)
11090 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
11091 * target.h (struct target_ops) <stabilize_threads,
11092 install_fast_tracepoint_jump_pad>: New fields.
11093 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
11094 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
11095 [HAVE_STDINT_H]: Include stdint.h.
11096 (trace_debug_1): Rename to ...
11097 (trace_vdebug): ... this.
11098 (trace_debug): Rename to ...
11099 (trace_debug_1): ... this. Add `level' parameter.
11100 (trace_debug): New.
11101 (ATTR_USED, ATTR_NOINLINE): New.
11102 (IP_AGENT_EXPORT): New.
11103 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
11104 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
11105 (about_to_request_buffer_space, trace_buffer_is_full)
11106 (stopping_tracepoint, expr_eval_result, error_tracepoint)
11107 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
11108 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
11109 (traceframe_write_count, traceframes_created)
11110 (trace_state_variables)
11111 New renaming defines.
11112 (struct ipa_sym_addresses): New.
11113 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
11114 (symbol_list): New.
11115 (ipa_sym_addrs): New.
11116 (all_tracepoint_symbols_looked_up): New.
11117 (in_process_agent_loaded): New.
11118 (write_e_ipa_not_loaded): New.
11119 (maybe_write_ipa_not_loaded): New.
11120 (tracepoint_look_up_symbols): New.
11121 (debug_threads) [IN_PROCESS_AGENT]: New.
11122 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
11123 (UNKNOWN_SIDE_EFFECTS): New.
11124 (stop_tracing): New.
11125 (flush_trace_buffer): New.
11126 (stop_tracing_bkpt): New.
11127 (flush_trace_buffer_bkpt): New.
11128 (read_inferior_integer): New.
11129 (read_inferior_uinteger): New.
11130 (read_inferior_data_pointer): New.
11131 (write_inferior_data_pointer): New.
11132 (write_inferior_integer): New.
11133 (write_inferior_uinteger): New.
11134 (struct collect_static_trace_data_action): Delete.
11135 (enum tracepoint_type): New.
11136 (struct tracepoint) <type>: New field `type'.
11137 <actions_str, step_actions, step_actions_str>: Only include in
11138 GDBserver.
11139 <orig_size, obj_addr_on_target, adjusted_insn_addr>
11140 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
11141 (tracepoints): Use IP_AGENT_EXPORT.
11142 (last_tracepoint): Don't include in the IPA.
11143 (stopping_tracepoint): Use IP_AGENT_EXPORT.
11144 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
11145 (alloced_trace_state_variables): New.
11146 (trace_state_variables): Use IP_AGENT_EXPORT.
11147 (traceframe_t): Delete unused variable.
11148 (circular_trace_buffer): Don't include in the IPA.
11149 (trace_buffer_start): Delete.
11150 (struct trace_buffer_control): New.
11151 (trace_buffer_free): Delete.
11152 (struct ipa_trace_buffer_control): New.
11153 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
11154 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
11155 New.
11156 (trace_buffer_ctrl): New.
11157 (TRACE_BUFFER_CTRL_CURR): New.
11158 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
11159 Reimplement as macros.
11160 (trace_buffer_wrap): Delete.
11161 (traceframe_write_count, traceframe_read_count)
11162 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
11163 (struct tracepoint_hit_ctx) <type>: New field.
11164 (struct fast_tracepoint_ctx): New.
11165 (memory_barrier): New.
11166 (cmpxchg): New.
11167 (record_tracepoint_error): Update atomically in the IPA.
11168 (clear_inferior_trace_buffer): New.
11169 (about_to_request_buffer_space): New.
11170 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
11171 updating the same buffer.
11172 (add_tracepoint): Default the tracepoint's type to trap
11173 tracepoint, and orig_size to -1.
11174 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
11175 internal variables.
11176 (create_trace_state_variable): New parameter `gdb'. Handle it.
11177 (clear_installed_tracepoints): Clear fast tracepoint jumps.
11178 (cmd_qtdp): Handle fast tracepoints.
11179 (cmd_qtdv): Adjust.
11180 (max_jump_pad_size): New.
11181 (gdb_jump_pad_head): New.
11182 (get_jump_space_head): New.
11183 (claim_jump_space): New.
11184 (sort_tracepoints): New.
11185 (MAX_JUMP_SIZE): New.
11186 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
11187 IPA.
11188 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
11189 support. Upload fast traceframes, and delete internal IPA
11190 breakpoints.
11191 (stop_tracing_handler): New.
11192 (flush_trace_buffer_handler): New.
11193 (cmd_qtstop): Upload fast tracepoints.
11194 (response_tracepoint): Handle fast tracepoints.
11195 (tracepoint_finished_step): Upload fast traceframes. Set the
11196 tracepoint hit context's tracepoint type.
11197 (handle_tracepoint_bkpts): New.
11198 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
11199 type. Add comment about fast tracepoints.
11200 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
11201 non-existing action_str field.
11202 (get_context_regcache): Handle fast tracepoints.
11203 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
11204 to the regcache.
11205 (fast_tracepoint_from_jump_pad_address): New.
11206 (fast_tracepoint_from_ipa_tpoint_address): New.
11207 (collecting_t): New.
11208 (force_unlock_trace_buffer): New.
11209 (fast_tracepoint_collecting): New.
11210 (collecting): New.
11211 (gdb_collect): New.
11212 (write_inferior_data_ptr): New.
11213 (target_tp_heap): New.
11214 (target_malloc): New.
11215 (download_agent_expr): New.
11216 (UALIGN): New.
11217 (download_tracepoints): New.
11218 (download_trace_state_variables): New.
11219 (upload_fast_traceframes): New.
11220 (IPA_FIRST_TRACEFRAME): New.
11221 (IPA_NEXT_TRACEFRAME_1): New.
11222 (IPA_NEXT_TRACEFRAME): New.
11223 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
11224 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
11225 (gdb_jump_pad_buffer_end): New.
11226 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
11227 (initialize_tracepoint): Adjust.
11228 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
11229 buffer. Initialize the low module.
11230 * utils.c (PREFIX, TOOLNAME): New.
11231 (malloc_failure): Use PREFIX.
11232 (error): In the IPA, an error causes an exit.
11233 (fatal, warning): Use PREFIX.
11234 (internal_error): Use TOOLNAME.
11235 (NUMCELLS): Increase to 10.
11236 * configure, config.in: Regenerate.
11237
11238 2010-06-01 Pedro Alves <pedro@codesourcery.com>
11239
11240 * server.c (handle_query) <qSupported>: Do two passes over the
11241 qSupported string to avoid nesting strtok.
11242
11243 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11244
11245 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
11246 (CDEPS): New.
11247 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
11248 -Wl,--dynamic-list.
11249 * configure: Regenerate.
11250 * proc-service.list: New.
11251
11252 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
11255 New comment.
11256
11257 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
11258
11259 * gdbreplay.c (remote_open): Check error return from socket() call by
11260 its equality to -1 not by it being negative.
11261 * remote-utils.c (remote_open): Likewise.
11262
11263 2010-05-23 Pedro Alves <pedro@codesourcery.com>
11264
11265 * config.h: Regenerate.
11266
11267 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
11268
11269 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
11270 doesn't provide PTRACE_GET_THREAD_AREA.
11271
11272 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
11273
11274 * linux-m68k-low.c: Include <asm/ptrace.h>
11275 (ps_get_thread_area): Implement.
11276
11277 2010-05-03 Doug Evans <dje@google.com>
11278
11279 * event-loop.c (struct callback_event): New struct.
11280 (callback_list): New global.
11281 (append_callback_event, delete_callback_event): New functions.
11282 (process_callback): New function.
11283 (start_event_loop): Call it.
11284 * remote-utils.c (NOT_SCHEDULED): Define.
11285 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
11286 moved out of readchar.
11287 (readchar): Rewrite. Call reschedule before returning.
11288 (reset_readchar): New function.
11289 (remote_close): Call it.
11290 (process_remaining, reschedule): New functions.
11291 * server.h (callback_handler_func): New typedef.
11292 (append_callback_event, delete_callback_event): Declare.
11293
11294 2010-05-03 Pedro Alves <pedro@codesourcery.com>
11295
11296 * proc-service.c (ps_pglobal_lookup): Use
11297 thread_db_look_up_one_symbol.
11298 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
11299 parameter. Use it instead of all_symbols_looked_up.
11300 * server.h (struct process_info) <all_symbols_looked_up>: Delete
11301 field.
11302 (all_symbols_looked_up): Don't declare.
11303 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
11304 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
11305 field.
11306 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
11307 Set all_symbols_looked_up here.
11308 (thread_db_look_up_one_symbol): New.
11309 (thread_db_get_tls_address): Adjust.
11310 (thread_db_load_search, try_thread_db_load_1): Always allocate the
11311 thread_db object on the heap, and tentatively set it in the
11312 process structure.
11313 (thread_db_init): Don't set all_symbols_looked_up here.
11314 * linux-low.h (thread_db_look_up_one_symbol): Declare.
11315
11316 2010-05-03 Pedro Alves <pedro@codesourcery.com>
11317
11318 * linux-low.c (linux_kill, linux_detach): Adjust.
11319 (status_pending_p_callback): Remove redundant statement. Check
11320 for !TARGET_WAITIKIND_IGNORE, instead of
11321 TARGET_WAITKIND_STOPPED.
11322 (handle_tracepoints): Make sure LWP is locked. Adjust.
11323 (linux_wait_for_event_1): Adjust.
11324 (linux_cancel_breakpoints): New.
11325 (unsuspend_one_lwp): New.
11326 (unsuspend_all_lwps): New.
11327 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
11328 (send_sigstop_callback): Change return type to int, add new
11329 `except' parameter and handle it.
11330 (suspend_and_send_sigstop_callback): New.
11331 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
11332 pass them down. If SUSPEND, also increment the lwp's suspend
11333 count.
11334 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
11335 (need_step_over_p): Don't consider suspended LWPs.
11336 (start_step_over): Adjust.
11337 (proceed_one_lwp): Change return type to int, add new `except'
11338 parameter and handle it.
11339 (unsuspend_and_proceed_one_lwp): New.
11340 (proceed_all_lwps): Use find_inferior instead of
11341 for_each_inferior.
11342 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
11343 also decrement the suspend count of LWPs. Pass `except' down,
11344 instead of hacking its suspend count.
11345 (linux_pause_all): Add `freeze' parameter. Adjust.
11346 (linux_unpause_all): New.
11347 (linux_target_ops): Install linux_unpause_all.
11348 * server.c (handle_status): Adjust.
11349 * target.h (struct target_ops): New fields `unpause_all' and
11350 `cancel_breakpoints'. Add new parameter to `pause_all'.
11351 (pause_all): Add new `freeze' parameter.
11352 (unpause_all): New.
11353 (cancel_breakpoints): New.
11354 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
11355 cancel breakpoints.
11356 (cmd_qtstart): Pause threads.
11357 (stop_tracing): Pause threads, and cancel breakpoints.
11358 * win32-low.c (win32_target_ops): Adjust.
11359
11360 2010-05-03 Pedro Alves <pedro@codesourcery.com>
11361
11362 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
11363 the inferior right away from here...
11364 (linux_wait_1): ... to here, and adjust to check the thread's
11365 last_resume_kind instead of the lwp's step or stop_expected flags.
11366
11367 2010-05-02 Pedro Alves <pedro@codesourcery.com>
11368
11369 * README: Use consistent `GDB' and `GDBserver' spellings.
11370
11371 2010-05-02 Pedro Alves <pedro@codesourcery.com>
11372
11373 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
11374 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
11375 (linux_detach_one_lwp): Assume the lwp is stopped.
11376 (any_thread_of): Delete.
11377 (linux_detach): Stop all lwps here. Don't blindly delete all
11378 breakpoints.
11379 (delete_lwp_callback): New.
11380 (linux_mourn): Delete all lwps of the process that is gone.
11381 (linux_wait_1): Don't delete the last lwp of the process here.
11382 * mem-break.h (mark_breakpoints_out): Declare.
11383 * mem-break.c (mark_breakpoints_out): New.
11384 (free_all_breakpoints): Use it.
11385 * server.c (handle_target_event): If the process is gone, mark
11386 breakpoints out.
11387 * thread-db.c (struct thread_db) <create_bp>: New field.
11388 (thread_db_enable_reporting): Fix prototype. Store a thread event
11389 breakpoint reference in the thread_db struct.
11390 (thread_db_load_search): Clear the thread_db object.
11391 (try_thread_db_load_1): Ditto.
11392 (switch_to_process): New.
11393 (disable_thread_event_reporting): Use it.
11394 (remove_thread_event_breakpoints): New.
11395 (thread_db_detach, thread_db_mourn): Use it.
11396
11397 2010-05-01 Pedro Alves <pedro@codesourcery.com>
11398
11399 * linux-low.c (linux_enable_event_reporting): New.
11400 (linux_wait_for_event_1, handle_extended_wait): Use it.
11401
11402 2010-04-30 Pedro Alves <pedro@codesourcery.com>
11403
11404 * linux-low.c (linux_kill_one_lwp, linux_kill)
11405 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
11406 (send_sigstop): Take an lwp_info as parameter instead. Queue a
11407 SIGSTOP even if the LWP is stopped.
11408 (send_sigstop_callback): New.
11409 (stop_all_lwps): Use send_sigstop_callback instead.
11410 (linux_resume_one_thread): Adjust.
11411 (proceed_one_lwp): Still proceed an LWP that the client has
11412 requested to stop, if we haven't reported it as stopped yet. Make
11413 sure that LWPs the client want stopped, have a pending SIGSTOP.
11414
11415 2010-04-26 Doug Evans <dje@google.com>
11416
11417 * server.c (handle_general_set): Make static.
11418
11419 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
11420 Print received char after testing for error/eof instead of before.
11421 (input_interrupt): Tweak comment.
11422
11423 2010-04-23 Doug Evans <dje@google.com>
11424
11425 * server.c (start_inferior): Print inferior argv if --debug.
11426
11427 2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
11428
11429 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
11430 * nto-x86-low.c: Include server.h
11431
11432 2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
11433
11434 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
11435 be consistent with other sources of this directory.
11436 (init_registers_amd64): Correct name of source file of this function
11437 in the comment.
11438
11439 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
11440
11441 * configure.srv (x86_64-*-mingw*): New configuration for Windows
11442 64-bit executables.
11443
11444 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
11445
11446 * win32-i386-low.c: Add 64-bit support.
11447 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
11448 (init_registers_amd64): Declare.
11449 (mappings): Add 64-bit version of array.
11450 (init_windows_x86): New function.
11451 (the_low_target): Change init_arch field to init_windows_x86.
11452
11453 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
11454
11455 * win32-low.c: Adapt to support also 64-bit architecture.
11456 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
11457 (get_image_name): Use SIZE_T type for local variable `done'.
11458 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
11459 (toolhelp_get_dll_name): Idem.
11460 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
11461 Use uintptr_t typecast to avoid warning.
11462 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
11463 (handle_exception): Use phex_nz to avoid warning.
11464 (win32_wait): Remove unused local variable `process'.
11465
11466 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
11467
11468 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
11469 `amd64-avx.o'.
11470
11471 2010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
11472
11473 * configure.ac: Use `ws2_32' library for srv_mingw.
11474 * configure: Regenerate.
11475 * gdbreplay.c: Include winsock2.h instead of winsock.h.
11476 * remote-utils.c: Likewise.
11477
11478 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
11479
11480 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
11481 if __x86_64__ is defined.
11482
11483 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
11484
11485 * configure: Regenerate.
11486
11487 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
11488
11489 * server.c (handle_query): Handle 'qGetTIBAddr' query.
11490 * target.h (target_ops): New get_tib_address field.
11491 * win32-low.h (win32_thread_info): Add thread_local_base field.
11492 * win32-low.c (child_add_thread): Add tlb argument.
11493 Set thread_local_base field to TLB.
11494 (get_child_debug_event): Adapt to child_add_thread change.
11495 (win32_get_tib_address): New function.
11496 (win32_target_ops): Set get_tib_address field to
11497 win32_get_tib_address.
11498 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
11499
11500 2010-04-12 Pedro Alves <pedro@codesourcery.com>
11501
11502 * linux-low.c (linux_mourn): Also remove the process.
11503 * server.c (handle_target_event): Don't remove the process here.
11504 * nto-low.c (nto_mourn): New.
11505 (nto_target_ops): Install it.
11506 * spu-low.c (spu_mourn): New.
11507 (spu_target_ops): Install it.
11508 * win32-low.c (win32_mourn): New.
11509 (win32_target_ops): Install it.
11510
11511 2010-04-12 Pedro Alves <pedro@codesourcery.com>
11512
11513 * server.h (buffer_xml_printf): Remove redundant `;'.
11514
11515 2010-04-12 Pedro Alves <pedro@codesourcery.com>
11516
11517 * regcache.c (set_register_cache): Invalidate regcaches before
11518 changing the register cache layout.
11519 (regcache_invalidate_one): Allow a NULL regcache.
11520 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
11521 regcaches before changing the register cache layout or the target
11522 regsets.
11523
11524 2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
11525
11526 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
11527 variable warning on Linux/x86-64.
11528
11529 2010-04-11 Pedro Alves <pedro@codesourcery.com>
11530
11531 GDBserver disconnected tracing support.
11532
11533 * linux-low.c (linux_remove_process): Delete.
11534 (add_lwp): Don't set last_resume_kind here.
11535 (linux_kill): Use `mourn'.
11536 (linux_detach): Use `thread_db_detach', and `mourn'.
11537 (linux_mourn): New.
11538 (linux_attach_lwp_1): Adjust comment.
11539 (linux_attach): last_resume_kind moved the thread_info; adjust.
11540 (status_pending_p_callback): Adjust.
11541 (linux_wait_for_event_1): Adjust.
11542 (count_events_callback, select_singlestep_lwp_callback)
11543 (select_event_lwp_callback, cancel_breakpoints_callback)
11544 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
11545 (proceed_one_lwp): Adjust.
11546 (linux_async): Add debug output.
11547 (linux_thread_stopped): New.
11548 (linux_pause_all): New.
11549 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
11550 linux_pause_all.
11551 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
11552 (thread_db_free): Delete declaration.
11553 (thread_db_detach, thread_db_mourn): Declare.
11554 * thread-db.c (thread_db_init): Use thread_db_mourn.
11555 (thread_db_free): Delete, split in two.
11556 (disable_thread_event_reporting): New.
11557 (thread_db_detach): New.
11558 (thread_db_mourn): New.
11559
11560 * server.h (struct thread_info) <last_resume_kind>: New field.
11561 <attached>: Add comment.
11562 <gdb_detached>: New field.
11563 (handler_func): Change return type to int.
11564 (handle_serial_event, handle_target_event): Ditto.
11565 (gdb_connected): Declare.
11566 (tracing): Delete.
11567 (disconnected_tracing): Declare.
11568 (stop_tracing): Declare.
11569
11570 * server.c (handle_query) <qSupported>: Report support for
11571 disconnected tracing.
11572 (queue_stop_reply_callback): Account for running threads.
11573 (gdb_wants_thread_stopped): New.
11574 (gdb_wants_all_threads_stopped): New.
11575 (gdb_reattached_process): New.
11576 (handle_status): Clear the `gdb_detached' flag of all processes.
11577 In all-stop, stop all threads.
11578 (main): Be sure to leave tfind mode. Handle disconnected tracing.
11579 (process_serial_event): If the remote connection breaks, or if an
11580 exit was forced with "monitor exit", force an event loop exit.
11581 Handle disconnected tracing on detach.
11582 (handle_serial_event): Adjust.
11583 (handle_target_event): If GDB isn't connected, forward events back
11584 to the inferior, unless the last process exited, in which case,
11585 exit gdbserver. Adjust interface.
11586
11587 * remote-utils.c (remote_open): Don't block in accept. Instead
11588 register an event loop source on the listen socket file
11589 descriptor. Refactor bits into ...
11590 (listen_desc): ... this new global.
11591 (gdb_connected): ... this new function.
11592 (enable_async_notification): ... this new function.
11593 (handle_accept_event): ... this new function.
11594 (remote_close): Clear remote_desc.
11595
11596 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
11597
11598 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
11599 New fields.
11600 (mourn_inferior): Define.
11601 (target_process_qsupported): Avoid the dangling else problem.
11602 (thread_stopped): Define.
11603 (pause_all): Define.
11604 (target_waitstatus_to_string): Declare.
11605 * target.c (target_waitstatus_to_string): New.
11606
11607 * tracepoint.c (tracing): Make extern.
11608 (disconnected_tracing): New.
11609 (stop_tracing): Make extern. Handle tracing stops due to GDB
11610 disconnecting.
11611 (cmd_qtdisconnected): New.
11612 (cmd_qtstatus): Report disconnected tracing status in trace reply.
11613 (handle_tracepoint_general_set): Handle QTDisconnected.
11614
11615 * event-loop.c (event_handler_func): Change return type to int.
11616 (process_event): Bail out if the event handler wants the event
11617 loop to stop.
11618 (handle_file_event): Ditto.
11619 (start_event_loop): Bail out if the event handler wants the event
11620 loop to stop.
11621
11622 * nto-low.c (nto_target_ops): Adjust.
11623 * spu-low.c (spu_wait): Don't remove the process here.
11624 (spu_target_ops): Adjust.
11625 * win32-low.c (win32_wait): Don't remove the process here.
11626 (win32_target_ops): Adjust.
11627
11628 2010-04-11 Pedro Alves <pedro@codesourcery.com>
11629
11630 * regcache.c (realloc_register_cache): Invalidate inferior's
11631 regcache before recreating it.
11632
11633 2010-04-09 Pedro Alves <pedro@codesourcery.com>
11634
11635 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
11636
11637 2010-04-09 Stan Shebs <stan@codesourcery.com>
11638 Pedro Alves <pedro@codesourcery.com>
11639
11640 * server.h (LONGEST): New.
11641 (struct thread_info) <while_stepping>: New field.
11642 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
11643 Declare.
11644 (initialize_tracepoint, handle_tracepoint_general_set)
11645 (handle_tracepoint_query, tracepoint_finished_step)
11646 (tracepoint_was_hit, release_while_stepping_state_list):
11647 (current_traceframe): Declare.
11648 * server.c (handle_general_set): Handle tracepoint packets.
11649 (read_memory): New.
11650 (write_memory): New.
11651 (handle_search_memory_1): Use read_memory.
11652 (handle_query): Report support for conditional tracepoints, trace
11653 state variables, and tracepoint sources. Handle tracepoint
11654 queries.
11655 (main): Initialize the tracepoints module.
11656 (process_serial_event): Handle traceframe reads/writes.
11657
11658 * linux-low.c (handle_tracepoints): New.
11659 (linux_wait_1): Call it.
11660 (linux_resume_one_lwp): Handle while-stepping.
11661 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
11662 (linux_target_ops): Install them.
11663 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
11664 New field.
11665 * linux-x86-low.c (x86_supports_tracepoints): New.
11666 (the_low_target). Install it.
11667
11668 * mem-break.h (delete_breakpoint): Declare.
11669 * mem-break.c (delete_breakpoint): Make external.
11670
11671 * target.h (struct target_ops): Add `supports_tracepoints',
11672 `read_pc', and `write_pc' fields.
11673 (target_supports_tracepoints): Define.
11674 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
11675 (phex_nz): New.
11676
11677 * regcache.h (struct regcache) <registers_owned>: New field.
11678 (init_register_cache, regcache_cpy): Declare.
11679 (regcache_read_pc, regcache_write_pc): Declare.
11680 (register_cache_size): Declare.
11681 (supply_regblock): Declare.
11682 * regcache.c (init_register_cache): New.
11683 (new_register_cache): Use it.
11684 (regcache_cpy): New.
11685 (register_cache_size): New.
11686 (supply_regblock): New.
11687 (regcache_read_pc, regcache_write_pc): New.
11688
11689 * tracepoint.c: New.
11690
11691 * Makefile.in (OBS): Add tracepoint.o.
11692 (tracepoint.o): New rule.
11693
11694 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
11695
11696 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
11697 (i386-mmx.o): New.
11698 (i386-mmx.c): Likewise.
11699 (i386-mmx-linux.o): Likewise.
11700 (i386-mmx-linux.c): Likewise.
11701
11702 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
11703 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
11704 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
11705 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
11706
11707 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
11708 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
11709 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
11710
11711 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
11712
11713 * Makefile.in (clean): Updated.
11714 (i386-avx.o): New.
11715 (i386-avx.c): Likewise.
11716 (i386-avx-linux.o): Likewise.
11717 (i386-avx-linux.c): Likewise.
11718 (amd64-avx.o): Likewise.
11719 (amd64-avx.c): Likewise.
11720 (amd64-avx-linux.o): Likewise.
11721 (amd64-avx-linux.c): Likewise.
11722
11723 * configure.srv (srv_i386_regobj): Add i386-avx.o.
11724 (srv_i386_linux_regobj): Add i386-avx-linux.o.
11725 (srv_amd64_regobj): Add amd64-avx.o.
11726 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
11727 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
11728 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
11729 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
11730 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
11731 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
11732 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
11733
11734 * i387-fp.c: Include "i386-xstate.h".
11735 (i387_xsave): New.
11736 (i387_cache_to_xsave): Likewise.
11737 (i387_xsave_to_cache): Likewise.
11738 (x86_xcr0): Likewise.
11739
11740 * i387-fp.h (i387_cache_to_xsave): Likewise.
11741 (i387_xsave_to_cache): Likewise.
11742 (x86_xcr0): Likewise.
11743
11744 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
11745 * linux-crisv32-low.c (target_regsets): Likewise.
11746 * linux-m68k-low.c (target_regsets): Likewise.
11747 * linux-mips-low.c (target_regsets): Likewise.
11748 * linux-ppc-low.c (target_regsets): Likewise.
11749 * linux-s390-low.c (target_regsets): Likewise.
11750 * linux-sh-low.c (target_regsets): Likewise.
11751 * linux-sparc-low.c (target_regsets): Likewise.
11752 * linux-xtensa-low.c (target_regsets): Likewise.
11753
11754 * linux-low.c: Include <sys/uio.h>.
11755 (regsets_fetch_inferior_registers): Support nt_type.
11756 (regsets_store_inferior_registers): Likewise.
11757 (linux_process_qsupported): New.
11758 (linux_target_ops): Add linux_process_qsupported.
11759
11760 * linux-low.h (regset_info): Add nt_type.
11761 (linux_target_ops): Add process_qsupported.
11762
11763 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
11764 and <sys/uio.h>.
11765 (init_registers_i386_avx_linux): New.
11766 (init_registers_amd64_avx_linux): Likewise.
11767 (xmltarget_i386_linux_no_xml): Likewise.
11768 (xmltarget_amd64_linux_no_xml): Likewise.
11769 (PTRACE_GETREGSET): Likewise.
11770 (PTRACE_SETREGSET): Likewise.
11771 (x86_fill_xstateregset): Likewise.
11772 (x86_store_xstateregset): Likewise.
11773 (use_xml): Likewise.
11774 (x86_linux_update_xmltarget): Likewise.
11775 (x86_linux_process_qsupported): Likewise.
11776 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
11777 (x86_arch_setup): Don't call init_registers_amd64_linux nor
11778 init_registers_i386_linux here. Call
11779 x86_linux_update_xmltarget.
11780 (the_low_target): Add x86_linux_process_qsupported.
11781
11782 * server.c (handle_query): Call target_process_qsupported.
11783
11784 * target.h (target_ops): Add process_qsupported.
11785 (target_process_qsupported): New.
11786
11787 2010-04-03 Pedro Alves <pedro@codesourcery.com>
11788
11789 * inferiors.c (add_thread): Set last_status kind to
11790 TARGET_WAITKIND_IGNORE.
11791 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
11792 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
11793 (linux_wait_1): Move `thread' local definition to block that uses
11794 it. Don't NULL initialize `event_child'.
11795 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
11796 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
11797 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
11798
11799 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11800
11801 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
11802 an extended waitstatus, or by a watchpoint.
11803 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
11804 thread was stepping or has been stopped by a watchpoint.
11805
11806 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11807
11808 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
11809 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
11810 of another, then delete the previous, and validate all
11811 breakpoints.
11812 (validate_inserted_breakpoint): New.
11813 (delete_disabled_breakpoints): New.
11814 (validate_breakpoints): New.
11815 (check_mem_read): Validate breakpoints before trusting their
11816 shadow. Delete disabled breakpoints.
11817 (check_mem_write): Validate breakpoints before trusting they
11818 should be inserted. Delete disabled breakpoints.
11819 * mem-break.h (validate_breakpoints):
11820 * server.c (handle_query): Validate breakpoints when we see a
11821 qSymbol query.
11822
11823 2010-04-01 Pedro Alves <pedro@codesourcery.com>
11824
11825 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
11826 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
11827 if we could tell there's a GDB breakpoint at stop_pc.
11828 (need_step_over_p): Don't do a step over if we find a GDB
11829 breakpoint at the resume PC.
11830
11831 * mem-break.c (struct raw_breakpoint): New.
11832 (enum bkpt_type): New type `gdb_breakpoint'.
11833 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
11834 fields. New field `raw'.
11835 (find_raw_breakpoint_at): New.
11836 (set_raw_breakpoint_at): Handle refcounting. Create a raw
11837 breakpoint instead.
11838 (set_breakpoint_at): Adjust.
11839 (delete_raw_breakpoint): New.
11840 (release_breakpoint): New.
11841 (delete_breakpoint): Rename to...
11842 (delete_breakpoint_1): ... this. Add proc parameter. Use
11843 release_breakpoint. Return ENOENT.
11844 (delete_breakpoint): Reimplement.
11845 (find_breakpoint_at): Delete.
11846 (find_gdb_breakpoint_at): New.
11847 (delete_breakpoint_at): Delete.
11848 (set_gdb_breakpoint_at): New.
11849 (delete_gdb_breakpoint_at): New.
11850 (gdb_breakpoint_here): New.
11851 (set_reinsert_breakpoint): Use release_breakpoint.
11852 (uninsert_breakpoint): Rename to ...
11853 (uninsert_raw_breakpoint): ... this.
11854 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
11855 (reinsert_raw_breakpoint): Change parameter type to
11856 raw_breakpoint.
11857 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
11858 instead.
11859 (check_breakpoints): Adjust. Use release_breakpoint.
11860 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
11861 (breakpoint_inserted_here): Ditto.
11862 (check_mem_read): Adjust to iterate over raw breakpoints instead.
11863 Don't trust the breakpoint's shadow if it is not inserted.
11864 (check_mem_write): Adjust to iterate over raw breakpoints instead.
11865 (delete_all_breakpoints): Adjust.
11866 (free_all_breakpoints): Mark all breakpoints as uninserted, and
11867 use delete_breakpoint_1.
11868
11869 * mem-break.h (breakpoints_supported): Delete declaration.
11870 (set_gdb_breakpoint_at): Declare.
11871 (gdb_breakpoint_here): Declare.
11872 (delete_breakpoint_at): Delete.
11873 (delete_gdb_breakpoint_at): Declare.
11874
11875 * server.h (struct raw_breakpoint): Forward declare.
11876 (struct process_info): New field `raw_breakpoints'.
11877
11878 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
11879 breakpoints.
11880
11881 2010-03-24 Pedro Alves <pedro@codesourcery.com>
11882
11883 * linux-low.c (status_pending_p_callback): Fix comment.
11884 (linux_wait_for_event_1): Move most of the internal breakpoint
11885 handling from here...
11886 (linux_wait_1): ... to here.
11887 (count_events_callback): New.
11888 (select_singlestep_lwp_callback): New.
11889 (select_event_lwp_callback): New.
11890 (cancel_breakpoints_callback): New.
11891 (select_event_lwp): New.
11892 (linux_wait_1): Simplify internal breakpoint handling. Give equal
11893 priority to all LWPs that have had events that should be reported
11894 to the client. Cancel breakpoints when about to reporting the
11895 event to the client, not while stopping lwps. No longer cancel
11896 finished single-steps here.
11897 (cancel_finished_single_step): Delete.
11898 (cancel_finished_single_steps): Delete.
11899
11900 2010-03-24 Pedro Alves <pedro@codesourcery.com>
11901
11902 * mem-break.c (enum bkpt_type): New.
11903 (struct breakpoint): New field `type'.
11904 (set_breakpoint_at): Change return type to struct breakpoint
11905 pointer. Set type to `other_breakpoint' by default.
11906 (delete_breakpoint): Rewrite, supporting more than one breakpoint
11907 in the breakpoint list.
11908 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
11909 (reinsert_breakpoint): Rename to ...
11910 (reinsert_raw_breakpoint): ... this.
11911 (reinsert_breakpoints_at): Adjust.
11912 * mem-break.h (struct breakpoint): Declare.
11913 (set_breakpoint_at): Change return type to struct breakpoint
11914 pointer.
11915
11916 2010-03-24 Pedro Alves <pedro@codesourcery.com>
11917
11918 * server.c (handle_query): Assign, not compare.
11919
11920 2010-03-24 Pedro Alves <pedro@codesourcery.com>
11921
11922 Teach linux gdbserver to step-over-breakpoints.
11923
11924 * linux-low.c (can_hardware_single_step): New.
11925 (supports_breakpoints): New.
11926 (handle_extended_wait): If stopping threads, read the stop pc of
11927 the new cloned LWP.
11928 (get_pc): New.
11929 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
11930 low target doesn't support retrieving the PC.
11931 (add_lwp): Set last_resume_kind to resume_continue.
11932 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
11933 (linux_attach): Don't clear stop_expected. Set the lwp's
11934 last_resume_kind to resume_stop.
11935 (linux_detach_one_lwp): Don't check for removed breakpoints.
11936 (check_removed_breakpoint): Delete.
11937 (status_pending_p): Rename to ...
11938 (status_pending_p_callback): ... this. Don't check for removed
11939 breakpoints. Don't consider threads that are stopped from GDB's
11940 perspective.
11941 (linux_wait_for_lwp): Always read the stop_pc here.
11942 (cancel_breakpoint): New.
11943 (step_over_bkpt): New global.
11944 (linux_wait_for_event_1): Implement stepping over breakpoints.
11945 (gdb_wants_lwp_stopped): New.
11946 (gdb_wants_all_stopped): New.
11947 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
11948 single-step traps here. Store the thread's last reported target
11949 wait status.
11950 (send_sigstop): Don't clear stop_expected. Always set it,
11951 instead.
11952 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
11953 (cancel_finished_single_step): New.
11954 (cancel_finished_single_steps): New.
11955 (wait_for_sigstop): Don't cancel finished single-step traps here.
11956 (linux_resume_one_lwp): Don't check for removed breakpoints.
11957 Don't set `step' on non-hardware step archs.
11958 (linux_set_resume_request): Ignore resume_stop requests if already
11959 stopping or stopped. Set the lwp's last_resume_kind.
11960 (resume_status_pending_p): Don't check for removed breakpoints.
11961 (need_step_over_p): New.
11962 (start_step_over): New.
11963 (finish_step_over): New.
11964 (linux_resume_one_thread): Always queue a sigstop for resume_stop
11965 requests. Clear the thread's last reported target waitstatus.
11966 Don't use the `suspended' flag. Don't consider pending breakpoints.
11967 (linux_resume): Start a step-over if necessary.
11968 (proceed_one_lwp): New.
11969 (proceed_all_lwps): New.
11970 (unstop_all_lwps): New.
11971 * linux-low.h (struct lwp_info): Rewrite comment for the
11972 `suspended' flag. Add the `stop_pc' field. Delete the
11973 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
11974 Add `'last_resume_kind' and `need_step_over' fields.
11975 * inferiors.c (struct thread_info): Delete, moved elsewhere.
11976 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
11977 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
11978 (set_raw_breakpoint_at): New.
11979 (set_breakpoint_at): Rewrite to use it.
11980 (reinsert_breakpoint_handler): Delete.
11981 (set_reinsert_breakpoint): New.
11982 (reinsert_breakpoint_by_bp): Delete.
11983 (delete_reinsert_breakpoints): New.
11984 (uninsert_breakpoint): Rewrite.
11985 (uninsert_breakpoints_at): New.
11986 (reinsert_breakpoint): Rewrite.
11987 (reinsert_breakpoints_at): New.
11988 (check_breakpoints): Rewrite.
11989 (breakpoint_here): New.
11990 (breakpoint_inserted_here): New.
11991 (check_mem_read): Adjust.
11992 * mem-break.h (breakpoints_supported, breakpoint_here)
11993 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
11994 (reinsert_breakpoint_by_bp): Delete declaration.
11995 (delete_reinsert_breakpoints): Declare.
11996 (reinsert_breakpoint): Delete declaration.
11997 (reinsert_breakpoints_at): Declare.
11998 (uninsert_breakpoint): Delete declaration.
11999 (uninsert_breakpoints_at): Declare.
12000 (check_breakpoints): Adjust prototype.
12001 * server.h: Adjust include order.
12002 (struct thread_info): Declare here. Add a `last_status' field.
12003
12004 2010-03-23 Michael Snyder <msnyder@vmware.com>
12005
12006 * server.c (crc32): New function.
12007 (handle_query): Add handling for 'qCRC:' request.
12008
12009 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12010
12011 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
12012 lwp had been stopped by a watchpoint.
12013
12014 2010-03-16 Pedro Alves <pedro@codesourcery.com>
12015
12016 * server.h (internal_error): Declare.
12017 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
12018 * utils.c (internal_error): New function.
12019
12020 2010-03-15 Andreas Schwab <schwab@redhat.com>
12021
12022 * configure.srv: Fix typo setting srv_regobj.
12023
12024 2010-03-15 Pedro Alves <pedro@codesourcery.com>
12025
12026 * linux-low.c (fetch_register): Avoid passing a non string literal
12027 format to `error'.
12028 (usr_store_inferior_registers): Ditto.
12029
12030 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12031
12032 * linux-low.c (linux_write_memory): Bail out early if peeking
12033 memory failed.
12034
12035 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12036
12037 * linux-low.h (struct lwp_info): New fields
12038 `stopped_by_watchpoint' and `stopped_data_address'.
12039 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
12040 here, and cache them in the lwp object.
12041 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
12042 directly.
12043 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
12044 field.
12045 (linux_stopped_by_watchpoint): Rewrite.
12046 (linux_stopped_data_address): Rewrite.
12047
12048 2010-03-06 Simo Melenius <simo.melenius@iki.fi>
12049
12050 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
12051 switching the current inferior, not before.
12052
12053 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12054
12055 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
12056 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
12057 i386-linux.c and amd64-linux.c.
12058 (reg-i386.o): Removed.
12059 (reg-i386.c): Likewise.
12060 (reg-i386-linux.o): Likewise.
12061 (reg-i386-linux.c): Likewise.
12062 (reg-x86-64.o): Likewise.
12063 (reg-x86-64.c): Likewise.
12064 (reg-x86-64-linux.o): Likewise.
12065 (reg-x86-64-linux.c): Likewise.
12066 (i386.o): New.
12067 (i386.c): Likewise.
12068 (i386-linux.o): Likewise.
12069 (i386-linux.c): Likewise.
12070 (amd64.o): Likewise.
12071 (amd64.c): Likewise.
12072 (amd64-linux.o): Likewise.
12073 (amd64-linux.c): Likewise.
12074
12075 * configure.srv (srv_i386_regobj): New.
12076 (srv_i386_linux_regobj): Likewise.
12077 (srv_amd64_regobj): Likewise.
12078 (srv_amd64_linux_regobj): Likewise.
12079 (srv_i386_32bit_xmlfiles): Likewise.
12080 (srv_i386_64bit_xmlfiles): Likewise.
12081 (srv_i386_xmlfiles): Likewise.
12082 (srv_amd64_xmlfiles): Likewise.
12083 (srv_i386_linux_xmlfiles): Likewise.
12084 (srv_amd64_linux_xmlfiles): Likewise.
12085 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
12086 srv_xmlfiles to $srv_i386_xmlfiles.
12087 (i[34567]86-*-mingw32ce*): Likewise.
12088 (i[34567]86-*-mingw*): Likewise.
12089 (i[34567]86-*-nto*): Likewise.
12090 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
12091 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
12092 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
12093 (x86_64-*-linux*): Likewise.
12094
12095 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
12096 (init_registers_amd64_linux): New.
12097 (x86_arch_setup): Replace init_registers_x86_64_linux with
12098 init_registers_amd64_linux.
12099
12100 2010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
12101
12102 * configure.ac: Check for libdl. If it is not available link against
12103 static libthread_db.
12104 * configure: Regenerate.
12105
12106 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12107
12108 PR9605
12109
12110 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
12111 handing a read watchpoint.
12112 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
12113
12114 2010-02-12 Doug Evans <dje@google.com>
12115
12116 * linux-low.c (linux_supports_tracefork_flag): Document.
12117 (linux_look_up_symbols): Add comment.
12118
12119 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
12120
12121 * regcache.c (supply_register): Clear regcache if buf is NULL.
12122
12123 2010-02-02 Nicolas Roche <roche@sourceware.org>
12124 Joel Brobecker <brobecker@adacore.com>
12125
12126 * inferiors.c (find_inferior): Add function documentation.
12127 (unloaded_dll): Handle the case where the unloaded dll has not
12128 been previously registered in the dll list.
12129
12130 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12131
12132 * linux-arm-low.c (thumb_breakpoint_len): Delete.
12133 (thumb2_breakpoint): New.
12134 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
12135
12136 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12137
12138 * linux-low.c (get_stop_pc): Check for SIGTRAP.
12139 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
12140 breakpoints.
12141
12142 2010-01-21 Pedro Alves <pedro@codesourcery.com>
12143
12144 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
12145
12146 2010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12147
12148 * linux-s390-low.c (s390_collect_ptrace_register)
12149 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
12150
12151 2010-01-21 Doug Evans <dje@google.com>
12152
12153 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
12154 (PTRACE_ARG4_TYPE): New macro.
12155 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
12156 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
12157 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
12158 (usr_store_inferior_registers): Ditto.
12159 (linux_read_memory, linux_write_memory): Ditto.
12160 (linux_test_for_tracefork): Ditto.
12161
12162 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
12163 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
12164
12165 2010-01-21 Pedro Alves <pedro@codesourcery.com>
12166
12167 * proc-service.c (ps_lgetregs): Don't refetch registers from the
12168 target.
12169
12170 2010-01-21 Pedro Alves <pedro@codesourcery.com>
12171
12172 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
12173 prototype to take a regcache. Adjust.
12174
12175 2010-01-20 Pedro Alves <pedro@codesourcery.com>
12176
12177 * regcache.h (struct thread_info): Forward declare.
12178 (struct regcache): New.
12179 (new_register_cache): Adjust prototype.
12180 (get_thread_regcache): Declare.
12181 (free_register_cache): Adjust prototype.
12182 (registers_to_string, registers_from_string): Ditto.
12183 (supply_register, supply_register_by_name, collect_register)
12184 (collect_register_as_string, collect_register_by_name): Ditto.
12185 * regcache.c (struct inferior_regcache_data): Delete.
12186 (get_regcache): Rename to ...
12187 (get_thread_regcache): ... this. Adjust. Switch inferior before
12188 fetching registers.
12189 (regcache_invalidate_one): Adjust.
12190 (regcache_invalidate): Fix prototype.
12191 (new_register_cache): Return the new register cache.
12192 (free_register_cache): Change prototype.
12193 (realloc_register_cache): Adjust.
12194 (registers_to_string): Change prototype to take a regcache. Adjust.
12195 (registers_from_string): Ditto.
12196 (register_data): Ditto.
12197 (supply_register): Ditto.
12198 (supply_register_by_name): Ditto.
12199 (collect_register): Ditto.
12200 (collect_register_as_string): Ditto.
12201 (collect_register_by_name): Ditto.
12202 * server.c (process_serial_event): Adjust.
12203 * linux-low.h (regset_fill_func, regset_store_func): Change
12204 prototype.
12205 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
12206 Change prototype.
12207 * linux-low.c (get_stop_pc): Adjust.
12208 (check_removed_breakpoint): Adjust.
12209 (linux_wait_for_event): Adjust.
12210 (linux_resume_one_lwp): Adjust.
12211 (fetch_register): Add regcache parameter. Adjust.
12212 (usr_store_inferior_registers): Ditto.
12213 (regsets_fetch_inferior_registers): Ditto.
12214 (regsets_store_inferior_registers): Ditto.
12215 (linux_fetch_registers, linux_store_registers): Ditto.
12216 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
12217 regcache. Adjust.
12218 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
12219 Ditto.
12220 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
12221 prototype to take a regcache.
12222 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
12223 * remote-utils.c (convert_ascii_to_int, outreg)
12224 (prepare_resume_reply): Change prototype to take a regcache.
12225 Adjust.
12226 * target.h (struct target_ops) <fetch_registers, store_registers>:
12227 Change prototype to take a regcache.
12228 (fetch_inferior_registers, store_inferior_registers): Change
12229 prototype to take a regcache. Adjust.
12230 * proc-service.c (ps_lgetregs): Adjust.
12231 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
12232 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
12233 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
12234 take a regcache. Adjust.
12235 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
12236 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
12237 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
12238 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
12239 * linux-cris-low.c (cris_get_pc, cris_set_pc)
12240 (cris_cannot_fetch_register):
12241 (cris_breakpoint_at): Change prototype to take a regcache.
12242 Adjust.
12243 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
12244 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
12245 to take a regcache. Adjust.
12246 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
12247 Adjust.
12248 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
12249 take a regcache. Adjust.
12250 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
12251 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
12252 (m68k_set_pc): Change prototype to take a regcache. Adjust.
12253 * linux-mips-low.c (mips_get_pc):
12254 (mips_set_pc): Change prototype to take a regcache. Adjust.
12255 (mips_reinsert_addr): Adjust.
12256 (mips_collect_register): Change prototype to take a regcache.
12257 Adjust.
12258 (mips_supply_register):
12259 (mips_collect_register_32bit, mips_supply_register_32bit)
12260 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
12261 (mips_store_fpregset): Ditto.
12262 * linux-ppc-low.c (ppc_supply_ptrace_register)
12263 (ppc_supply_ptrace_register): Ditto.
12264 (parse_spufs_run): Adjust.
12265 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
12266 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
12267 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
12268 take a regcache. Adjust.
12269 * linux-s390-low.c (s390_collect_ptrace_register)
12270 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
12271 (s390_set_pc): Change prototype to take a regcache. Adjust.
12272 (s390_arch_setup): Adjust.
12273 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
12274 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
12275 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
12276 (sparc_fill_gregset, sparc_store_gregset_from_stack)
12277 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
12278 regcache. Adjust.
12279 (sparc_breakpoint_at): Adjust.
12280 * linux-xtensa-low.c (xtensa_fill_gregset):
12281 (xtensa_store_gregset):
12282 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
12283 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
12284 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
12285 prototype to take a regcache. Adjust.
12286 * win32-arm-low.c (arm_fetch_inferior_register)
12287 (arm_store_inferior_register): Change prototype to take a
12288 regcache. Adjust.
12289 * win32-i386-low.c (i386_fetch_inferior_register)
12290 (i386_store_inferior_register): Change prototype to take a
12291 regcache. Adjust.
12292 * win32-low.c (child_fetch_inferior_registers)
12293 (child_store_inferior_registers): Change prototype to take a
12294 regcache. Adjust.
12295 (win32_wait): Adjust.
12296 (win32_fetch_inferior_registers): Change prototype to take a
12297 regcache. Adjust.
12298 (win32_store_inferior_registers): Adjust.
12299 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
12300 store_inferior_register>: Change prototype to take a regcache.
12301
12302 2010-01-20 Doug Evans <dje@google.com>
12303
12304 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
12305 #ifdef.
12306 (linux_wait_for_event1, linux_init_signals): Ditto.
12307 (W_STOPCODE): Provide definition if missing.
12308
12309 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
12310
12311 * linux-low.c (linux_core_of_thread): New.
12312 (compare_ints, show_process, list_threads): New.
12313 (linux_qxfer_osdata): Report threads and cores.
12314 (linux_target_op): Register linux_core_of_thread.
12315 * remote-utils.c (prepare_resume_reply): Report the core.
12316 (buffer_xml_printf): Support %d specifier.
12317 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
12318 New.
12319 (handle_query): Handle qXfer:threads. Announce availability
12320 thereof.
12321 * target.h (struct target_ops): New field core_of_thread.
12322
12323 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12324
12325 * Makefile.in (clean): Remove new generated files.
12326 (reg-s390.o, reg-s390.c): Remove rules.
12327 (reg-s390x.o, reg-s390x.c): Likewise.
12328 (s390-linux32.o, s390-linux32.c): Add rules.
12329 (s390-linux64.o, s390-linux64.c): Likewise.
12330 (s390x-linux64.o, s390x-linux64.c): Likewise.
12331 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
12332 * linux-s390-low.c: Include <elf.h>.
12333 (HWCAP_S390_HIGH_GPRS): Define if undefined.
12334 (init_registers_s390): Remove prototype.
12335 (init_registers_s390x): Likewise.
12336 (init_registers_s390_linux32): Add prototype.
12337 (init_registers_s390_linux64): Likewise.
12338 (init_registers_s390x_linux64): Likewise.
12339 (s390_num_regs_3264): New define.
12340 (s390_regmap_3264): New global variable.
12341 (s390_cannot_fetch_register): Remove obsolete check.
12342 (s390_cannot_store_register): Likewise.
12343 (s390_collect_ptrace_register): Handle upper/lower register halves.
12344 (s390_supply_ptrace_register): Likewise.
12345 (s390_fill_gregset): Update to register number changes.
12346 (s390_get_hwcap): New routine.
12347 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
12348 Install appropriate regmap and register set.
12349
12350 2010-01-01 Joel Brobecker <brobecker@adacore.com>
12351
12352 * server.c (gdbserver_version): Update copyright year to 2010.
12353 * gdbreplay.c (gdbreplay_version): Likewise.
12354
12355 2009-12-28 Doug Evans <dje@google.com>
12356
12357 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
12358 elf/external.h. Include <elf.h> instead but only if necessary.
12359
12360 2009-12-28 Pedro Alves <pedro@codesourcery.com>
12361
12362 * linux-low.c (linux_remove_process): Remove `detaching'
12363 parameter. Don't release/detach from thread_db here.
12364 (linux_kill): Release/detach from thread_db here, ...
12365 (linux_detach): ... and here, before actually detaching.
12366 (linux_wait_1): ... and here, when a process exits.
12367 * thread-db.c (any_thread_of): New.
12368 (thread_db_free): Switch the current inferior to a thread of the
12369 passed in process.
12370
12371 2009-12-21 Doug Evans <dje@google.com>
12372
12373 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
12374
12375 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
12376 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
12377 warning ifndef __NR_tkill. Move setting of errno there too.
12378 Delete unnecessary resetting of errno after syscall.
12379 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
12380
12381 * configure.ac: Check for dladdr.
12382 * config.in: Regenerate.
12383 * configure: Regenerate.
12384 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
12385 (try_thread_db_load): Update.
12386
12387 * linux-low.c (my_waitpid): Delete unnecessary prototype.
12388
12389 2009-12-18 Doug Evans <dje@google.com>
12390
12391 * event-loop.c: Include unistd.h if it exists.
12392
12393 * linux-low.c (my_waitpid): Move definition away from being in
12394 between linux_tracefork_child/linux_test_for_tracefork.
12395
12396 * gdb_proc_service.h (psaddr_t): Fix type.
12397 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
12398 signature to match glibc.
12399
12400 2009-12-16 Doug Evans <dje@google.com>
12401
12402 * linux-low.c (linux_read_memory): Fix argument to read.
12403
12404 2009-11-26 Pedro Alves <pedro@codesourcery.com>
12405
12406 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
12407 events, don't leave current_inferior pointing at null.
12408
12409 2009-11-26 Pedro Alves <pedro@codesourcery.com>
12410
12411 * win32-low.c (LOG): Delete.
12412 (OUTMSG): Output to stderr.
12413 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
12414 on compile time LOG macro.
12415 (win32_wait): Fix debug output.
12416
12417 2009-11-26 Pedro Alves <pedro@codesourcery.com>
12418
12419 * win32-low.c (win32_add_one_solib): If the dll name is
12420 "ntdll.dll", prepend the system directory to the dll path.
12421
12422 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
12423
12424 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
12425
12426 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
12427 Vladimir Prus <vladimir@codesourcery.com>
12428
12429 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
12430 * configure.ac: Check for __mcoldfire__ and set
12431 gdb_cv_m68k_is_coldfire.
12432 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
12433 reg-cf.o and reg-m68k.o.
12434 * configure: Regenerated.
12435
12436 2009-11-16 Pedro Alves <pedro@codesourcery.com>
12437
12438 * linux-low.c (linux_remove_process): Add `detaching' parameter.
12439 Pass it to thread_db_free.
12440 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
12441 proper `detaching' argument to linux_remove_process.
12442 * linux-low.h (thread_db_free): Add `detaching' parameter.
12443 * thread-db.c (thread_db_init): Pass false as `detaching' argument
12444 to thread_db_free.
12445 (thread_db_free): Add `detaching' parameter. Only
12446 call td_ta_clear_event if detaching from process.
12447
12448 2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
12449
12450 * thread-db.c (thread_db_free): Fix typo.
12451
12452 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
12453
12454 PR gdb/10838
12455 * thread-db.c (thread_db_free): Call td_ta_clear_event.
12456
12457 2009-11-03 Nathan Sidwell <nathan@codesourcery.com>
12458
12459 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
12460 with an i686 compiler.
12461 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
12462 needed.
12463 * configure: Rebuilt.
12464
12465 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
12466
12467 PR gdb/10783
12468
12469 * server.c (handle_search_memory_1): Correct read_addr initialization
12470 in loop for searching subsequent chunks.
12471
12472 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
12473
12474 * configure.ac: New --with-libthread-db option.
12475 * thread-db.c: Allow direct dependence on libthread_db.
12476 (thread_db_free): Adjust.
12477 * config.in: Regenerate.
12478 * configure: Likewise.
12479
12480 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
12481
12482 PR gdb/10757
12483 * thread-db.c (attach_thread): New function.
12484 (maybe_attach_thread): Return success/failure.
12485 (find_new_threads_callback): Adjust.
12486 (thread_db_find_new_threads): Loop until no new threads.
12487
12488 2009-10-13 Pedro Alves <pedro@codesourcery.com>
12489
12490 * proc-service.c (ps_lgetregs): Formatting.
12491
12492 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
12493
12494 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
12495 * configure.ac: Adjust.
12496 * linux-low.h (struct process_info_private): Move members to struct
12497 thread_db.
12498 (thread_db_free, thread_db_handle_monitor_command): New prototype.
12499 * linux-low.c (linux_remove_process): Adjust.
12500 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
12501 * server.c (handle_query): Move code ...
12502 (handle_monitor_command): ... here. New function.
12503 * target.h (struct target_ops): New member.
12504 * thread-db.c (struct thread_db): New.
12505 (libthread_db_search_path): New variable.
12506 (thread_db_create_event, thread_db_enable_reporting)
12507 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
12508 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
12509 (try_thread_db_load_1, dladdr_to_soname): New functions.
12510 (try_thread_db_load, thread_db_load_search): New functions.
12511 (thread_db_init): Search for libthread_db.
12512 (thread_db_free): New function.
12513 (thread_db_handle_monitor_command): Likewise.
12514 * config.in: Regenerate.
12515 * configure: Regenerate.
12516
12517 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
12518
12519 * spu-low.c (spu_kill): Wait for inferior to terminate.
12520 Call clear_inferiors.
12521 (spu_detach): Call clear_inferiors.
12522
12523 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12524
12525 * aclocal.m4: Regenerate.
12526 * config.in: Likewise.
12527 * configure: Likewise.
12528
12529 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
12530
12531 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
12532 (parse_spufs_run): New function.
12533 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
12534 (ppc_breakpoint_at): Handle SPU breakpoints.
12535
12536 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
12537
12538 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
12539 (SPUFS_MAGIC): Define.
12540 (spu_enumerate_spu_ids): New function.
12541 (linux_qxfer_spu): New function.
12542 (linux_target_ops): Install linux_qxfer_spu.
12543
12544 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
12545
12546 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
12547 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
12548 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
12549 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
12550 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
12551 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
12552 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
12553 (init_registers_powerpc_cell32l): Add prototype.
12554 (init_registers_powerpc_cell64l): Likewise.
12555 (ppc_arch_setup): Detect Cell/B.E. architecture.
12556
12557 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12558
12559 * Makefile.in (datarootdir): New variable.
12560
12561 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12562
12563 * linux-low.c (linux_write_memory): Update debugging output.
12564 * Makefile.in (clean): Add new descriptions.
12565 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
12566 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
12567 * configure.srv: Add new files for arm*-*-linux*.
12568 * linux-arm-low.c: Add new declarations.
12569 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
12570 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
12571 (HWCAP_VFPv3D16): New.
12572 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
12573 instead of __IWMMXT__.
12574 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
12575 (arm_arch_setup): New.
12576 (target_regsets): Remove #ifdef. Add VFP regset.
12577 (the_low_target): Use arm_arch_setup.
12578
12579 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12580
12581 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
12582 the main thread again.
12583
12584 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
12585
12586 Adding Neutrino gdbserver.
12587 * configure: Regenerated.
12588 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
12589 * configure.srv (i[34567]86-*-nto*): New target.
12590 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
12591 * remote-utils.c [__QNX__]: Include sys/iomgr.h
12592 (nto_comctrl) [__QNX__]: New function.
12593 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
12594
12595 2009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
12596
12597 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
12598 srv_tgtobj.
12599
12600 2009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
12601 Pedro Alves <pedro@codesourcery.com>
12602
12603 * win32-i386-low.c (i386_get_thread_context): Handle systems that
12604 don't support CONTEXT_EXTENDED_REGISTERS.
12605 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
12606 (the_low_target): Install them.
12607 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
12608 failing with ERROR_PIPE_NOT_CONNECTED.
12609
12610 2009-06-30 Doug Evans <dje@google.com>
12611 Pierre Muller <muller@ics.u-strasbg.fr>
12612
12613 Add h/w watchpoint support to x86-linux, win32-i386.
12614 * Makefile.in (SFILES): Add i386-low.c
12615 (i386_low_h): Define.
12616 (i386-low.o): Add dependencies.
12617 (linux-x86-low.o): Add i386-low.h dependency.
12618 (win32-i386-low.o): Ditto.
12619 * i386-low.c: New file.
12620 * i386-low.h: New file.
12621 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
12622 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
12623 * linux-low.c (linux_add_process): Initialize arch_private.
12624 (linux_remove_process): Free arch_private.
12625 (add_lwp): Initialize arch_private.
12626 (delete_lwp): Free arch_private.
12627 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
12628 provided.
12629 * linux-low.h (process_info_private): New member arch_private.
12630 (lwp_info): New member arch_private.
12631 (linux_target_ops): New members new_process, new_thread,
12632 prepare_to_resume.
12633 (ptid_of): New macro.
12634 * linux-x86-low.c: Include stddef.h, i386-low.h.
12635 (arch_process_info): New struct.
12636 (arch_lwp_info): New struct.
12637 (x86_linux_dr_get, x86_linux_dr_set): New functions.
12638 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
12639 (i386_dr_low_get_status): New function.
12640 (x86_insert_point, x86_remove_point): New functions.
12641 (x86_stopped_by_watchpoint): New function.
12642 (x86_stopped_data_address): New function.
12643 (x86_linux_new_process, x86_linux_new_thread): New functions.
12644 (x86_linux_prepare_to_resume): New function.
12645 (the_low_target): Add entries for insert_point, remove_point,
12646 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
12647 prepare_to_resume.
12648 * server.c (debug_hw_points): New global.
12649 (monitor_show_help): Document set debug-hw-points.
12650 (handle_query): Process "set debug-hw-points".
12651 * server.h (debug_hw_points): Declare.
12652 (paddress): Declare.
12653 * utils.c (NUMCELLS, CELLSIZE): New macros.
12654 (get_sell, xsnprintf, paddress): New functions.
12655 * win32-arm-low.c (the_low_target): Add entries for insert_point,
12656 remove_point, stopped_by_watchpoint, stopped_data_address.
12657 * win32-i386-low.c: Include i386-low.h.
12658 (debug_reg_state): Replaces dr.
12659 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
12660 (i386_dr_low_get_status): New function.
12661 (i386_insert_point, i386_remove_point): New functions.
12662 (i386_stopped_by_watchpoint): New function.
12663 (i386_stopped_data_address): New function.
12664 (i386_initial_stuff): Update.
12665 (get_thread_context,set_thread_context,i386_thread_added): Update.
12666 (the_low_target): Add entries for insert_point,
12667 remove_point, stopped_by_watchpoint, stopped_data_address.
12668 * win32-low.c (win32_insert_watchpoint): New function.
12669 (win32_remove_watchpoint): New function.
12670 (win32_stopped_by_watchpoint): New function.
12671 (win32_stopped_data_address): New function.
12672 (win32_target_ops): Add entries for insert_watchpoint,
12673 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
12674 * win32-low.h (win32_target_ops): New members insert_point,
12675 remove_point, stopped_by_watchpoint, stopped_data_address.
12676
12677 2009-06-25 Pedro Alves <pedro@codesourcery.com>
12678
12679 * server.c (process_serial_event): Re-return unsupported, not
12680 error, if the type isn't recognized. Re-allow supporting only
12681 insert or remove packets. Also call require_running for
12682 breakpoints. Add missing break statement to default case. Tidy.
12683 * target.h (struct target_ops): Rename insert_watchpoint to
12684 insert_point, and remove_watchpoint to remove_point.
12685
12686 * linux-low.h (struct linux_target_ops): Likewise.
12687 * linux-low.c (linux_insert_watchpoint): Rename to ...
12688 (linux_insert_point): ... this. Adjust.
12689 (linux_remove_watchpoint): Rename to ...
12690 (linux_remove_point): ... this. Adjust.
12691 (linux_target_ops): Adjust.
12692 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
12693 (cris_insert_point): ... this.
12694 (cris_remove_watchpoint): Rename to ...
12695 (cris_remove_point): ... this.
12696 (the_low_target): Adjust.
12697
12698 2009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
12699
12700 * server.c (handle_v_kill): Pass signal_pid to
12701 kill_inferior if multi_process is zero.
12702
12703 2009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
12704
12705 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
12706 * target.h (target_ops): Comment for *_watchpoint to make it clear
12707 the functions can get types '0' and '1'.
12708
12709 2009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
12710
12711 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
12712 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
12713 * regcache.c (get_regcache): Likewise.
12714 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
12715 * win32-low.c (child_fetch_inferior_registers): Remove check for
12716 regno 0.
12717
12718 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
12719 Pedro Alves <pedro@codesourcery.com>
12720
12721 * target.h (struct target_ops) <supports_multi_process>: New
12722 callback.
12723 (target_supports_multi_process): New.
12724 * server.c (handle_query): Even if GDB reports support, only
12725 enable multi-process if the target also supports it. Report
12726 multi-process support only if the target backend supports it.
12727 * linux-low.c (linux_supports_multi_process): New function.
12728 (linux_target_ops): Install it as target_supports_multi_process
12729 callback.
12730
12731 2009-05-24 Doug Evans <dje@google.com>
12732
12733 Global renaming of find_thread_pid to find_thread_ptid.
12734 * server.h (find_thread_ptid): Renamed from find_thread_pid.
12735 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
12736 All callers updated.
12737
12738 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
12739 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
12740 directly.
12741
12742 * linux-low.c (get_stop_pc): Print pc if debug_threads.
12743 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
12744 (linux_resume_one_lwp): Ditto.
12745
12746 2009-05-23 Doug Evans <dje@google.com>
12747
12748 * linux-low.c (linux_resume_one_lwp): Change type of first arg
12749 from struct inferior_list_entry * to struct lwp_info *.
12750 All callers updated.
12751
12752 2009-05-13 Doug Evans <dje@google.com>
12753
12754 * linux-x86-low.c: Don't include assert.h.
12755 (x86_siginfo_fixup): Use fatal, not assert.
12756 (x86_arch_setup): Fix comment.
12757
12758 2009-05-12 Doug Evans <dje@google.com>
12759
12760 Biarch support for i386/amd64 gdbserver.
12761 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
12762 Add linux-x86-low.c.
12763 (linux-i386-low.o, linux-x86-64-low.o): Delete.
12764 (linux-x86-low.o): Add.
12765 * linux-x86-64-low.c: Delete.
12766 * linux-i386-low.c: Delete.
12767 * linux-x86-low.c: New file.
12768 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
12769 linux-x86-low.o.
12770 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
12771 linux-x86-low.o.
12772 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
12773 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
12774 (linux_child_pid_to_exec_file): New function.
12775 (elf_64_header_p, elf_64_file_p): New functions.
12776 (siginfo_fixup): New function.
12777 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
12778 give target a chance to convert layout.
12779 * linux-low.h (linux_target_ops): New member siginfo_fixup.
12780 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
12781
12782 2009-05-07 Doug Evans <dje@google.com>
12783
12784 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
12785 (regsets_store_inferior_registers): Ditto.
12786
12787 2009-05-06 Pedro Alves <pedro@codesourcery.com>
12788
12789 PR server/10048
12790
12791 * linux-low.c (must_set_ptrace_flags): Delete.
12792 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
12793 of the global.
12794 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
12795 `lwp->must_set_ptrace_flags' instead.
12796 (linux_wait_for_event_1): Set ptrace options here.
12797 (linux_wait_1): ... not here.
12798
12799 2009-04-30 Doug Evans <dje@google.com>
12800
12801 * inferiors.c (started_inferior_callback): New function.
12802 (attached_inferior_callback): New function.
12803 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
12804 * server.c (print_started_pid, print_attached_pid): New functions.
12805 (detach_or_kill_for_exit): New function.
12806 (main): Call it instead of for_each_inferior (kill_inferior_callback).
12807 * server.h (have_started_inferiors_p): Declare.
12808 (have_attached_inferiors_p): Declare.
12809
12810 * inferiors.c (remove_process): Fix memory leak, free process.
12811 * linux-low.c (linux_remove_process): New function.
12812 (linux_kill): Call it instead of remove_process.
12813 (linux_detach, linux_wait_1): Ditto.
12814
12815 2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
12816
12817 * configure.srv: Add x86 Windows CE target.
12818
12819 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
12820
12821 * inferiors.c (get_thread_process): Make global.
12822 * server.h (get_thread_process): Add prototype.
12823 * thread-db.c (find_one_thread): Use get_thread_process
12824 instead of current_process.
12825 (thread_db_get_tls_address): Do not crash if called when
12826 thread layer is not yet initialized.
12827
12828 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
12829
12830 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
12831 * spu-low.c (current_tid): Rename to ...
12832 (current_ptid): ... this.
12833 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
12834 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
12835 ptid_get_lwp (current_ptid) instead of current_tid.
12836 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
12837 instead of current_tid. Use find_process_pid to verify pid
12838 argument is valid. Pass proper argument to remove_process.
12839 (spu_thread_alive): Compare current_ptid instead of current_tid.
12840 (spu_resume): Likewise.
12841
12842 2009-04-02 Pedro Alves <pedro@codesourcery.com>
12843
12844 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
12845 variable.
12846
12847 2009-04-01 Pedro Alves <pedro@codesourcery.com>
12848
12849 Implement the multiprocess extensions, and add linux multiprocess
12850 support.
12851
12852 * server.h (ULONGEST): Declare.
12853 (struct ptid, ptid_t): New.
12854 (minus_one_ptid, null_ptid): Declare.
12855 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
12856 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
12857 (struct inferior_list_entry): Change `id' type from unsigned from
12858 to ptid_t.
12859 (struct sym_cache, struct breakpoint, struct
12860 process_info_private): Forward declare.
12861 (struct process_info): Declare.
12862 (current_process): Declare.
12863 (all_processes): Declare.
12864 (initialize_inferiors): Declare.
12865 (add_thread): Adjust to use ptid_t.
12866 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
12867 (add_process, remove_process, find_thread_pid): Declare.
12868 (find_inferior_id): Adjust to use ptid_t.
12869 (cont_thread, general_thread, step_thread): Change type to ptid_t.
12870 (multi_process): Declare.
12871 (push_event): Adjust to use ptid_t.
12872 (read_ptid, write_ptid): Declare.
12873 (prepare_resume_reply): Adjust to use ptid_t.
12874 (clear_symbol_cache): Declare.
12875 * inferiors.c (all_processes): New.
12876 (null_ptid, minus_one_ptid): New.
12877 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
12878 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
12879 (add_thread): Change unsigned long to ptid. Remove gdb_id
12880 parameter. Adjust.
12881 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
12882 (gdb_id_to_thread): Rename to ...
12883 (find_thread_pid): ... this. Change unsigned long to ptid.
12884 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
12885 (loaded_dll, pull_pid_from_list): Adjust.
12886 (add_process, remove_process, find_process_pid)
12887 (get_thread_process, current_process, initialize_inferiors): New.
12888 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
12889 (struct target_waitstatus) <related_pid>: Ditto.
12890 (struct target_ops) <kill, detach>: Add `pid' argument. Change
12891 return type to int.
12892 (struct target_ops) <join>: Add `pid' argument.
12893 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
12894 (struct target_ops) <wait>: Add `ptid' field. Change return type
12895 to ptid.
12896 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
12897 (mywait): Add `ptid' argument. Change return type to ptid_t.
12898 (target_pid_to_str): Declare.
12899 * target.c (set_desired_inferior): Adjust to use ptids.
12900 (mywait): Add new `ptid' argument. Adjust.
12901 (target_pid_to_str): New.
12902 * mem-break.h (free_all_breakpoints): Declare.
12903 * mem-break.c (breakpoints): Delelete.
12904 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
12905 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
12906 to use per-process breakpoint list.
12907 (free_all_breakpoints): New.
12908 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
12909 (symbol_cache, all_symbols_looked_up): Delete.
12910 (hexchars): New.
12911 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
12912 read_ptid): New.
12913 (prepare_resume_reply): Change ptid argument's type from unsigned
12914 long to ptid_t. Adjust. Implement W;process and X;process.
12915 (free_sym_cache, clear_symbol_cache): New.
12916 (look_up_one_symbol): Adjust to per-process symbol cache. *
12917 * server.c (cont_thread, general_thread, step_thread): Change type
12918 to ptid_t.
12919 (attached): Delete.
12920 (multi_process): New.
12921 (last_ptid): Change type to ptid_t.
12922 (struct vstop_notif) <ptid>: Change type to ptid_t.
12923 (queue_stop_reply, push_event): Change `ptid' argument's type to
12924 ptid_t.
12925 (discard_queued_stop_replies): Add `pid' argument.
12926 (start_inferior): Adjust to use ptids. Adjust to mywait interface
12927 changes. Don't reference the `attached' global.
12928 (attach_inferior): Adjust to mywait interface changes.
12929 (handle_query): Adjust to use ptids. Parse GDB's qSupported
12930 features. Handle and report "multiprocess+". Handle
12931 "qAttached:PID".
12932 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
12933 changes.
12934 (handle_v_kill): New.
12935 (handle_v_stopped): Adjust to use target_pid_to_str.
12936 (handle_v_requests): Allow multiple attaches and runs when
12937 multiprocess extensions are in effect. Handle "vKill".
12938 (myresume): Adjust to use ptids.
12939 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
12940 (handle_status): Adjust to discard_queued_stop_replies interface
12941 change.
12942 (first_thread_of, kill_inferior_callback)
12943 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
12944 (main): Call initialize_inferiors. Adjust to use ptids, killing
12945 and detaching from all inferiors. Handle multiprocess packet
12946 variants.
12947 * linux-low.h: Include gdb_proc_service.h.
12948 (struct process_info_private): New.
12949 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
12950 <lwpid_of>: Use ptid_get_lwp.
12951 (get_lwp_thread): Adjust.
12952 (struct lwp_info): Add `dead' member.
12953 (find_lwp_pid): Declare.
12954 * linux-low.c (thread_db_active): Delete.
12955 (new_inferior): Adjust comment.
12956 (inferior_pid): Delete.
12957 (linux_add_process): New.
12958 (handle_extended_wait): Adjust.
12959 (add_lwp): Change unsigned long to ptid.
12960 (linux_create_inferior): Add process to processes table. Adjust
12961 to use ptids. Don't set new_inferior here.
12962 (linux_attach_lwp): Rename to ...
12963 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
12964 it. Adjust to use ptids.
12965 (linux_attach_lwp): New.
12966 (linux_attach): Add process to processes table. Don't set
12967 new_inferior here.
12968 (struct counter): New.
12969 (second_thread_of_pid_p, last_thread_of_process_p): New.
12970 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
12971 multiple processes.
12972 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
12973 processes. Remove process from process table.
12974 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
12975 to multiple processes.
12976 (any_thread_of): New.
12977 (linux_detach): Add `pid' argument, and handle it. Remove process
12978 from processes table.
12979 (linux_join): Add `pid' argument. Handle it.
12980 (linux_thread_alive): Change unsighed long argument to ptid_t.
12981 Consider dead lwps as not being alive.
12982 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
12983 threads we're not interested in.
12984 (same_lwp, find_lwp_pid): New.
12985 (linux_wait_for_lwp): Change `pid' argument's type from int to
12986 ptid_t. Adjust.
12987 (linux_wait_for_event): Rename to ...
12988 (linux_wait_for_event_1): ... this. Change `pid' argument's type
12989 from int to ptid_t. Adjust.
12990 (linux_wait_for_event): New.
12991 (linux_wait_1): Add `ptid' argument. Change return type to
12992 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
12993 that exit from the process table.
12994 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
12995 Adjust.
12996 (mark_lwp_dead): New.
12997 (wait_for_sigstop): Adjust to use ptids. If a process exits while
12998 stopping all threads, mark its main lwp as dead.
12999 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
13000 ptids.
13001 (fetch_register, usr_store_inferior_registers)
13002 (regsets_fetch_inferior_registers)
13003 (regsets_store_inferior_registers, linux_read_memory)
13004 (linux_write_memory): Inline `inferior_pid'.
13005 (linux_look_up_symbols): Adjust to use per-process
13006 `thread_db_active'.
13007 (linux_request_interrupt): Adjust to use ptids.
13008 (linux_read_auxv): Inline `inferior_pid'.
13009 (initialize_low): Don't reference thread_db_active.
13010 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
13011 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
13012 (ps_getpid): Return the pid of the current inferior.
13013 * thread-db.c (proc_handle, thread_agent): Delete.
13014 (thread_db_create_event, thread_db_enable_reporting): Adjust to
13015 per-process data.
13016 (find_one_thread): Change argument type to ptid_t. Adjust to
13017 per-process data.
13018 (maybe_attach_thread): Adjust to per-process data and ptids.
13019 (thread_db_find_new_threads): Ditto.
13020 (thread_db_init): Ditto.
13021 * spu-low.c (spu_create_inferior, spu_attach): Add process to
13022 processes table. Adjust to use ptids.
13023 (spu_kill, spu_detach): Adjust interface. Remove process from
13024 processes table.
13025 (spu_join, spu_thread_alive): Adjust interface.
13026 (spu_wait): Adjust interface. Remove process from processes
13027 table. Adjust to use ptids.
13028 * win32-low.c (current_inferior_tid): Delete.
13029 (current_inferior_ptid): New.
13030 (debug_event_ptid): New.
13031 (thread_rec): Take a ptid. Adjust.
13032 (child_add_thread): Add `pid' argument. Adjust to use ptids.
13033 (child_delete_thread): Ditto.
13034 (do_initial_child_stuff): Add `attached' argument. Add process to
13035 processes table.
13036 (child_fetch_inferior_registers, child_store_inferior_registers):
13037 Adjust.
13038 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
13039 (win32_attach): Pass 1 to do_initial_child_stuff.
13040 (win32_kill): Adjust interface. Remove process from processes
13041 table.
13042 (win32_detach): Ditto.
13043 (win32_join): Adjust interface.
13044 (win32_thread_alive): Take a ptid.
13045 (win32_resume): Adjust to use ptids.
13046 (get_child_debug_event): Ditto.
13047 (win32_wait): Adjust interface. Remove exiting process from
13048 processes table.
13049
13050 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13051
13052 Non-stop mode support.
13053
13054 * server.h (non_stop): Declare.
13055 (gdb_client_data, handler_func): Declare.
13056 (delete_file_handler, add_file_handler, start_event_loop):
13057 Declare.
13058 (handle_serial_event, handle_target_event, push_event)
13059 (putpkt_notif): Declare.
13060 * target.h (enum resume_kind): New.
13061 (struct thread_resume): Replace `step' field by `kind' field.
13062 (TARGET_WNOHANG): Define.
13063 (struct target_ops) <wait>: Add `options' argument.
13064 <supports_non_stop, async, start_non_stop>: New fields.
13065 (target_supports_non_stop, target_async): New.
13066 (start_non_stop): Declare.
13067 (mywait): Add `options' argument.
13068 * target.c (mywait): Add `options' argument. Print child exit
13069 notifications here.
13070 (start_non_stop): New.
13071 * server.c (non_stop, own_buf, mem_buf): New globals.
13072 (struct vstop_notif): New.
13073 (notif_queue): New global.
13074 (queue_stop_reply, push_event, discard_queued_stop_replies)
13075 (send_next_stop_reply): New.
13076 (start_inferior): Adjust to use resume_kind. Adjust to mywait
13077 interface changes.
13078 (attach_inferior): In non-stop mode, don't wait for the target
13079 here.
13080 (handle_general_set): Handle QNonStop.
13081 (handle_query): When handling qC, return the current general
13082 thread, instead of the first thread of the list.
13083 (handle_query): If the backend supports non-stop mode, include
13084 QNonStop+ in the qSupported query response.
13085 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
13086 and non-stop mode.
13087 (handle_v_attach, handle_v_run): Handle non-stop mode.
13088 (handle_v_stopped): New.
13089 (handle_v_requests): Report support for vCont;t. Handle vStopped.
13090 (myresume): Adjust to use resume_kind. Handle non-stop.
13091 (queue_stop_reply_callback): New.
13092 (handle_status): Handle non-stop mode.
13093 (main): Clear non_stop flag on reconnection. Use the event-loop.
13094 Refactor serial protocol handling from here ...
13095 (process_serial_event): ... to this new function. When GDB
13096 selects any thread, select one here. In non-stop mode, wait until
13097 GDB acks all pending events before exiting.
13098 (handle_serial_event, handle_target_event): New.
13099 * remote-utils.c (remote_open): Install remote_desc in the event
13100 loop.
13101 (remote_close): Remove remote_desc from the event loop.
13102 (putpkt_binary): Rename to...
13103 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
13104 (putpkt_binary): New as wrapper around putpkt_binary_1.
13105 (putpkt_notif): New.
13106 (prepare_resume_reply): In non-stop mode, don't change the
13107 general_thread.
13108 * event-loop.c: New.
13109 * Makefile.in (OBJ): Add event-loop.o.
13110 (event-loop.o): New rule.
13111
13112 * linux-low.h (pid_of): Moved here.
13113 (lwpid_of): New.
13114 (get_lwp_thread): Use lwpid_of.
13115 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
13116 * linux-low.c (pid_of): Delete.
13117 (inferior_pid): Use lwpid_of.
13118 (linux_event_pipe): New.
13119 (target_is_async_p): New.
13120 (delete_lwp): New.
13121 (handle_extended_wait): Use lwpid_of.
13122 (add_lwp): Don't set lwpid field.
13123 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
13124 (linux_kill_one_lwp): If killing a running lwp, stop it first.
13125 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
13126 (linux_detach_one_lwp): If detaching from a running lwp, stop it
13127 first. Adjust to linux_wait_for_event interface changes. Use
13128 lwpid_of.
13129 (linux_detach): Don't delete the main lwp here.
13130 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
13131 (status_pending_p): Don't consider explicitly suspended lwps.
13132 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
13133 pointer. Add OPTIONS argument. Change return type to int. Use
13134 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
13135 (linux_wait_for_event): Take an integer pid instead of a lwp_info
13136 pointer. Add status pointer argument. Return a pid instead of a
13137 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
13138 changes. In non-stop mode, don't switch to a random thread.
13139 (linux_wait): Rename to...
13140 (linux_wait_1): ... this. Add target_options argument, and handle
13141 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
13142 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
13143 clean exit and signal exit code. Don't stop all threads in
13144 non-stop mode. In all-stop mode, only stop all threads when
13145 reporting a stop to GDB. Handle explicit thread stop requests.
13146 (async_file_flush, async_file_mark): New.
13147 (linux_wait): New.
13148 (send_sigstop): Use lwpid_of.
13149 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
13150 interface changes. In non-stop mode, don't switch to a random
13151 thread.
13152 (linux_resume_one_lwp): Use lwpid_of.
13153 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
13154 (linux_resume_one_thread): ... this. Handle resume_stop. In
13155 non-stop mode, don't look for pending flag in all threads.
13156 (resume_status_pending_p): Don't consider explicitly suspended
13157 threads.
13158 (my_waitpid): Reimplement. Emulate __WALL.
13159 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
13160 Use lwpid_of.
13161 (sigchld_handler, linux_supports_non_stop, linux_async)
13162 (linux_start_non_stop): New.
13163 (linux_target_ops): Register linux_supports_non_stop, linux_async
13164 and linux_start_non_stop.
13165 (initialize_low): Install SIGCHLD handler.
13166 * thread-db.c (thread_db_create_event, find_one_thread)
13167 (thread_db_get_tls_address): Use lwpid_of.
13168 * win32-low.c (win32_detach): Adjust to use resume_kind.
13169 (win32_wait): Add `options' argument.
13170 * spu-low.c (spu_resume): Adjust to use resume_kind.
13171 (spu_wait): Add `options' argument.
13172
13173 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13174
13175 Decouple target code from remote protocol.
13176
13177 * target.h (enum target_waitkind): New.
13178 (struct target_waitstatus): New.
13179 (struct target_ops) <wait>: Return an unsigned long. Take a
13180 target_waitstatus pointer instead of a char pointer.
13181 (mywait): Likewise.
13182 * target.c (mywait): Change prototype to return an unsigned long.
13183 Take a target_waitstatus pointer instead of a char pointer. Adjust.
13184 * server.h (thread_from_wait, old_thread_from_wait): Delete
13185 declarations.
13186 (prepare_resume_reply): Change prototype to take a
13187 target_waitstatus.
13188 * server.c (thread_from_wait, old_thread_from_wait): Delete.
13189 (last_status, last_ptid): New.
13190 (start_inferior): Remove "statusptr" argument. Adjust. Return a
13191 pid instead of a signal.
13192 (attach_inferior): Remove "status" and "signal" parameters.
13193 Adjust.
13194 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
13195 not as an address.
13196 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
13197 (handle_v_requests, myresume): Remove "status" and "signal"
13198 parameters. Adjust.
13199 (handle_status): New.
13200 (main): Delete local `status'. Adjust.
13201 * remote-utils.c: Include target.h.
13202 (prepare_resume_reply): Change prototype to take a
13203 target_waitstatus. Adjust.
13204
13205 * linux-low.c (linux_wait): Adjust to new target_ops->wait
13206 interface.
13207 * spu-low.c (spu_wait): Adjust.
13208 * win32-low.c (enum target_waitkind, struct target_waitstatus):
13209 Delete.
13210 (win32_wait): Adjust.
13211
13212 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13213
13214 * target.h (struct thread_resume): Delete leave_stopped member.
13215 (struct target_ops): Add a `n' argument to the `resume' callback.
13216 * server.c (start_inferior): Adjust.
13217 (handle_v_cont, myresume): Adjust.
13218 * linux-low.c (check_removed_breakpoint): Adjust to resume
13219 interface change, and to removed leave_stopped field.
13220 (resume_ptr): Delete.
13221 (struct thread_resume_array): New.
13222 (linux_set_resume_request): Add new `arg' parameter. Adjust to
13223 resume interface change.
13224 (linux_continue_one_thread, linux_queue_one_thread)
13225 (resume_status_pending_p): Check if the resume field is NULL
13226 instead of checking the leave_stopped member.
13227 (linux_resume): Adjust to the target resume interface change.
13228 * spu-low.c (spu_resume): Adjust to the target resume interface
13229 change.
13230 * win32-low.c (win32_detach, win32_resume): Ditto.
13231
13232 2009-04-01 Pedro Alves <pedro@codesourcery.com>
13233
13234 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
13235 flag.
13236 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
13237 pending.
13238 (linux_continue_one_thread): Only preserve the stepping flag if
13239 there's a pending breakpoint.
13240
13241 2009-03-31 Pedro Alves <pedro@codesourcery.com>
13242
13243 * server.c (main): After the inferior having exited, call
13244 remote_close before exiting gdbserver.
13245
13246 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
13247
13248 Fix size of FPSCR in Power 7 processors.
13249 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
13250 (PPC_FEATURE_HAS_DFP): New #define.
13251 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
13252 size of the FPSCR.
13253
13254 2009-03-23 Pedro Alves <pedro@codesourcery.com>
13255
13256 * server.c (handle_query) Whitespace and formatting.
13257
13258 2009-03-22 Pedro Alves <pedro@codesourcery.com>
13259
13260 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
13261 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
13262 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
13263 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
13264 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
13265 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
13266 Makefile.in, configure.ac: Fix whitespace throughout.
13267 * configure: Regenerate.
13268
13269 2009-03-22 Pedro Alves <pedro@codesourcery.com>
13270
13271 * inferiors.c (find_inferior): Make it safe for the callback
13272 function to delete the currently iterated inferior.
13273
13274 2009-03-22 Pedro Alves <pedro@codesourcery.com>
13275
13276 * Makefile.in (linuw_low_h): Move higher.
13277 (thread-db.o): Depend on $(linux_low_h).
13278
13279 2009-03-17 Pedro Alves <pedro@codesourcery.com>
13280
13281 Rename "process" to "lwp" throughout.
13282
13283 * linux-low.c (all_processes): Rename to...
13284 (all_lwps): ... this.
13285 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
13286 (add_process): Rename to ...
13287 (add_lwp): ... this. Adjust.
13288 (linux_create_inferior): Adjust.
13289 (linux_attach_lwp): Adjust.
13290 (linux_attach): Adjust.
13291 (linux_kill_one_process): Rename to ...
13292 (linux_kill_one_lwp): ... this. Adjust.
13293 (linux_kill): Adjust.
13294 (linux_detach_one_process): Rename to ...
13295 (linux_detach_one_lwp): ... this. Adjust.
13296 (linux_detach): Adjust.
13297 (check_removed_breakpoint): Adjust.
13298 (status_pending_p): Adjust.
13299 (linux_wait_for_process): Rename to ...
13300 (linux_wait_for_lwp): ... this. Adjust.
13301 (linux_wait_for_event): Adjust.
13302 (send_sigstop): Adjust.
13303 (wait_for_sigstop): Adjust.
13304 (stop_all_processes): Rename to ...
13305 (stop_all_lwps): ... this.
13306 (linux_resume_one_process): Rename to ...
13307 (linux_resume_one_lwp): ... this. Adjust.
13308 (linux_set_resume_request, linux_continue_one_thread)
13309 (linux_queue_one_thread, resume_status_pending_p)
13310 (usr_store_inferior_registers, regsets_store_inferior_registers)
13311 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
13312 Adjust.
13313 * linux-low.h (get_process): Rename to ...
13314 (get_lwp): ... this. Adjust.
13315 (get_thread_process): Rename to ...
13316 (get_thread_lwp): ... this. Adjust.
13317 (get_process_thread): Rename to ...
13318 (get_lwp_thread): ... this. Adjust.
13319 (struct process_info): Rename to ...
13320 (struct lwp_info): ... this.
13321 (all_processes): Rename to ...
13322 (all_lwps): ... this.
13323 * proc-service.c (ps_lgetregs): Adjust.
13324 * thread-db.c (thread_db_create_event, find_one_thread)
13325 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
13326
13327 2009-03-14 Pedro Alves <pedro@codesourcery.com>
13328
13329 * server.c (handle_query): Handle "qAttached".
13330
13331 2009-03-13 Nathan Sidwell <nathan@codesourcery.com>
13332
13333 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
13334 GPLv3, update license URL.
13335
13336 2009-03-01 Doug Evans <dje@google.com>
13337
13338 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
13339 (server_h): Add gdb_signals.h.
13340 (signals.o): Update.
13341 * server.h (target_signal_from_host,target_signal_to_host_p)
13342 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
13343
13344 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13345
13346 * remote-utils.c (getpkt): Also generate remote-debug
13347 information if noack_mode is set.
13348
13349 2009-02-06 Pedro Alves <pedro@codesourcery.com>
13350
13351 * server.c (handle_query): Report qXfer:siginfo:read and
13352 qXfer:siginfo:write as supported and handle them.
13353 * target.h (struct target_ops) <qxfer_siginfo>: New field.
13354 * linux-low.c (linux_xfer_siginfo): New.
13355 (linux_target_ops): Set it.
13356
13357 2009-01-26 Pedro Alves <pedro@codesourcery.com>
13358
13359 * server.c (gdbserver_usage): Mention --remote-debug.
13360 (main): Accept '--remote-debug' switch.
13361
13362 2009-01-18 Doug Evans <dje@google.com>
13363
13364 * regcache.c (new_register_cache): No need to check result of xcalloc.
13365 * server.c (handle_search_memory): Back out calls to xmalloc,
13366 result is checked and error is returned to user upon failure.
13367 (handle_query): Ditto. Add more checks for result of malloc.
13368 (handle_v_cont): Check result of malloc, report error back to
13369 user upon failure.
13370 (handle_v_run): Ditto. Call freeargv.
13371 * server.h (freeargv): Declare.
13372 * utils.c (freeargv): New fn.
13373
13374 2009-01-15 Doug Evans <dje@google.com>
13375
13376 * gdbreplay.c (perror_with_name): Make arg const char *.
13377 * server.h (target_signal_to_name): Make return type const char *.
13378 * thread-db.c (thread_db_err_str): Make return type const char *.
13379 * utils.c (perror_with_name): Make arg const char *.
13380
13381 2009-01-14 Pedro Alves <pedro@codesourcery.com>
13382
13383 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
13384 when handling a EXIT_PROCESS_DEBUG_EVENT.
13385
13386 2009-01-06 Joel Brobecker <brobecker@adacore.com>
13387
13388 * gdbreplay.c (gdbreplay_version): Update copyright year.
13389 * server.c (gdbserver_version): Likewise.
13390
13391 2009-01-05 Doug Evans <dje@google.com>
13392
13393 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
13394 (handle_extended_wait): Improve comment.
13395
13396 2008-12-13 Doug Evans <dje@google.com>
13397
13398 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
13399 * server.h (ATTR_MALLOC): New macro.
13400 (xmalloc,xcalloc,xstrdup): Declare.
13401 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
13402 * inferiors.c: Ditto.
13403 * linux-low.c: Ditto.
13404 * mem-break.c: Ditto.
13405 * regcache.c: Ditto.
13406 * remote-utils.c: Ditto.
13407 * server.c: Ditto.
13408 * target.c: Ditto.
13409 * win32-low.c: Ditto.
13410
13411 2008-12-12 Doug Evans <dje@google.com>
13412
13413 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
13414 in debugging printf.
13415
13416 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
13417
13418 2008-12-09 Doug Evans <dje@google.com>
13419
13420 * linux-low.h (struct process_info): Delete member tid, unused.
13421 * thread-db.c (find_one_thread): Update.
13422 (maybe_attach_thread): Update.
13423
13424 2008-12-02 Pedro Alves <pedro@codesourcery.com>
13425
13426 * target.h (struct target_ops): Add qxfer_osdata member.
13427 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
13428 and dirent.h.
13429 (linux_qxfer_osdata): New functions.
13430 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
13431 callback.
13432 * server.c (handle_query): Handle "qXfer:osdata:read:".
13433 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
13434 (buffer_xml_printf): New functions.
13435 * server.h (struct buffer): New.
13436 (buffer_grow_str, buffer_grow_str0): New macros.
13437 (buffer_grow, buffer_free, buffer_init, buffer_finish)
13438 (buffer_xml_printf): Declare.
13439
13440 2008-11-24 Doug Evans <dje@google.com>
13441
13442 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
13443
13444 2008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13445
13446 * server.c (handle_v_run): Always use the supplied argument list.
13447
13448 2008-11-19 Bob Wilson <bob.wilson@acm.org>
13449
13450 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
13451 (xtensa_regmap_table): Add entry for scompare1.
13452
13453 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13454
13455 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
13456 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
13457 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
13458 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
13459 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
13460 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
13461 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
13462 XML target descriptions.
13463 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
13464 when inferior is running on an ISA 2.05 or later processor. Add
13465 special case to return offset for full 64-bit slot of FPSCR when
13466 in 32-bits.
13467
13468 2008-11-14 Daniel Gutson <dgutson@codesourcery.com>
13469
13470 * Makefile.in (SFILES, clean): Added sparc64 files.
13471 (reg-sparc64.o, reg-sparc64.c): New.
13472 * configure.srv (sparc*-*-linux*): New configuration.
13473 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
13474 syscall arguments for SPARC.
13475 (regsets_store_inferior_registers): Likewise.
13476 * linux-sparc-low.c: New file.
13477
13478 2008-10-21 Doug Evans <dje@google.com>
13479
13480 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
13481 (READLINE_DIR,READLINE_DEP): Delete.
13482 (INTERNAL_CFLAGS): Update.
13483 (LINTFLAGS): Update.
13484
13485 2008-10-10 Pedro Alves <pedro@codesourcery.com>
13486
13487 * server.c (handle_v_run): If GDB didn't specify an argv, use the
13488 whole argv from the last run, not just argv[0].
13489
13490 2008-09-08 Pedro Alves <pedro@codesourcery.com>
13491
13492 * regcache.c (new_register_cache): Return NULL if the register
13493 cache size isn't known yet.
13494 (free_register_cache): Avoid dereferencing a NULL regcache.
13495
13496 2008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13497
13498 * configure.srv: Merge MIPS and MIPS64.
13499
13500 2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
13501
13502 * Makefile.in (uninstall): Apply $(EXEEXT) too.
13503
13504 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
13505
13506 * Makefile.in: Add required vsx dependencies.
13507
13508 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
13509 Declare init_registers_powerpc_vsx32l.
13510 Declare init_registers_powerpc_vsx64l.
13511 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
13512 (ppc_arch_setup): Check for VSX in hwcap.
13513 (ppc_fill_vsxregset): New function.
13514 (ppc_store_vsxregset): New function.
13515 Add new VSX entry in regset_info target_regsets.
13516
13517 * configure.srv: Add new VSX dependencies.
13518
13519 2008-08-12 Pedro Alves <pedro@codesourcery.com>
13520
13521 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
13522 (remote_open): Set or clear transport_is_reliable.
13523 (putpkt_binary): Don't expect acks in noack mode.
13524 (getpkt): Don't send ack/nac in noack mode.
13525 * server.c (handle_general_set): Handle QStartNoAckMode.
13526 (handle_query): If connected by tcp pass QStartNoAckMode+ in
13527 qSupported.
13528 (main): Reset noack_mode on every connection.
13529 * server.h (noack_mode): Declare.
13530
13531 2008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13532
13533 * Makefile.in (GDBREPLAY_OBS): New variable.
13534 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
13535
13536 2008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
13537 Daniel Jacobowitz <dan@codesourcery.com>
13538
13539 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
13540 (usr_store_inferior_registers): Likewise.
13541 (regsets_store_inferior_registers): Likewise.
13542
13543 2008-07-31 Rolf Jansen <rj@surtec.com>
13544 Pedro Alves <pedro@codesourcery.com>
13545
13546 * configure.ac: Check for memmem declaration.
13547 * server.c [HAVE_MALLOC_H]: Include malloc.h.
13548 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
13549 (disable_packet_qfThreadInfo): Unconditionally compile.
13550 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
13551 * configure, config.in: Regenerate.
13552
13553 2008-07-28 Doug Kwan <dougkwan@google.com>
13554
13555 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
13556 (linux_write_memory): Remove declaration of errno.
13557
13558 2008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
13559
13560 * linux-low.c (handle_extended_wait): Do not use "status"
13561 variable uninitialized.
13562
13563 2008-07-07 Pedro Alves <pedro@codesourcery.com>
13564
13565 * server.c (handle_v_attach): Inhibit reporting dll changes.
13566
13567 2008-06-27 Pedro Alves <pedro@codesourcery.com>
13568
13569 * remote-utils.c (prepare_resume_reply): If requested, don't
13570 output "thread:TID" in the T stop reply.
13571
13572 * server.c (disable_packet_vCont, disable_packet_Tthread)
13573 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
13574 (handle_query): If requested, disable support for qC, qfThreadInfo
13575 and qsThreadInfo.
13576 (handle_v_requests): If requested, disable support for vCont.
13577 (gdbserver_show_disableable): New.
13578 (main): Handle --disable-packet and --disable-packet=LIST.
13579
13580 * server.h (disable_packet_vCont, disable_packet_Tthread)
13581 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
13582
13583 2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
13584
13585 * server.c (gdbserver_usage): Mention --version.
13586
13587 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
13588
13589 * Makefile.in (gdbreplay.o): New rule.
13590
13591 2008-06-06 Joseph Myers <joseph@codesourcery.com>
13592
13593 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
13594 message, not gdbserver.
13595
13596 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
13597 Nathan Sidwell <nathan@codesourcery.com>
13598 Joseph Myers <joseph@codesourcery.com>
13599
13600 * acinclude.m4: Include ../../config/acx.m4.
13601 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
13602 * configure, config.in: Regenerate.
13603 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
13604 * server.c (gdbserver_version): Print PKGVERSION.
13605 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
13606 (main): Adjust gdbserver_usage calls.
13607 * gdbreplay.c (version, host_name): Add declarations.
13608 (gdbreplay_version, gdbreplay_usage): New.
13609 (main): Accept --version and --help options.
13610
13611 2008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
13612
13613 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
13614 (arm_breakpoint_at): Handle Thumb.
13615 (the_low_target): Add comment.
13616
13617 2008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
13618
13619 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
13620
13621 2008-05-09 Doug Evans <dje@google.com>
13622
13623 * server.h (decode_search_memory_packet): Declare.
13624 * remote-utils.c (decode_search_memory_packet): New fn.
13625 * server.c (handle_search_memory_1): New fn.
13626 (handle_search_memory): New fn.
13627 (handle_query): Process qSearch:memory packets.
13628
13629 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
13630
13631 * regcache.c (registers_length): Remove.
13632 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
13633 full register packet.
13634 * regcache.h (registers_length): Remove prototype.
13635 * server.h (PBUFSIZ): Define to 16384.
13636
13637 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
13638
13639 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
13640 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
13641 powerpc-64l.o, and powerpc-altivec64l.o.
13642 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
13643 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
13644 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
13645 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
13646 rs6000/power-linux.xml, and rs6000/power64-linux.xml
13647 to srv_xmlfiles.
13648
13649 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
13650 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
13651 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
13652 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
13653 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
13654 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
13655 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
13656 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
13657 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
13658 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
13659 (clean): Update.
13660
13661 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
13662 (init_registers_powerpc_32l): ... this new prototype.
13663 (init_registers_powerpc_32): Remove, replace by ...
13664 (init_registers_powerpc_altivec32l): ... this new prototype.
13665 (init_registers_powerpc_e500): Remove, replace by ...
13666 (init_registers_powerpc_e500l): ... this new prototype.
13667 (init_registers_ppc64): Remove, replace by ...
13668 (init_registers_powerpc_64l): ... this new prototype.
13669 (init_registers_powerpc_64): Remove, replace by ...
13670 (init_registers_powerpc_altivec64l): ... this new prototype.
13671 (ppc_num_regs): Set to 73.
13672 (PT_ORIG_R3, PT_TRAP): Define if necessary.
13673 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
13674 (ppc_cannot_store_register): Handle orig_r3 and trap.
13675 (ppc_arch_setup): Update init_registers_... calls.
13676 (ppc_fill_gregset): Handle orig_r3 and trap.
13677
13678 * inferiors.c (clear_inferiors): Reset current_inferior.
13679
13680 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
13681
13682 * acinclude.m4: Add override.m4.
13683 * configure: Regenerate.
13684
13685 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
13686
13687 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
13688 initial call to init_register_ppc64.
13689
13690 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
13691
13692 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
13693 single powerpc*-*-linux* case.
13694 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
13695
13696 2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
13697
13698 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
13699 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
13700 from reg_xmlfiles.
13701 * linux-ppc-low.c: Include <elf.h>.
13702 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
13703 (ppc_hwcap): New global variable.
13704 (ppc_regmap): Remove __SPE__ #ifdef sections.
13705 (ppc_regmap_e500): New global variable.
13706 (ppc_cannot_store_register): Update __SPE__ special case.
13707 (ppc_get_hwcap): New function.
13708 (ppc_arch_setup): Use it to determine whether inferior supports
13709 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
13710 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
13711 Do not access registers if target does not support AltiVec.
13712 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
13713 Do not access registers if target does not support SPE.
13714 (target_regsets): Unconditionally include AltiVec and SPE regsets.
13715
13716 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
13717
13718 * linux-low.c (disabled_regsets, num_regsets): New.
13719 (use_regsets_p): Delete.
13720 (linux_wait_for_process): Clear disabled_regsets.
13721 (regsets_fetch_inferior_registers): Check and set it.
13722 (regsets_store_inferior_registers): Likewise.
13723 (linux_fetch_registers, linux_store_registers): Do not use
13724 use_regsets_p.
13725 (initialize_low): Allocate disabled_regsets.
13726
13727 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
13728
13729 * Makefile.in (LIBOBJS): New.
13730 (OBS): Use LIBOBJS.
13731 (memmem.o): New rule.
13732 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
13733 * configure: Regenerated.
13734
13735 2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
13736
13737 * server.c (handle_query): Never return "unsupported" for
13738 qXfer:features:read queries.
13739
13740 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
13741
13742 * server.c (get_features_xml): Fix inverted condition.
13743 (handle_query): Always support qXfer:feature:read.
13744
13745 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
13746
13747 * server.c (wrapper_argv): New.
13748 (start_inferior): Handle wrapper_argv. If set, expect an extra
13749 trap.
13750 (gdbserver_usage): Document --wrapper.
13751 (main): Parse --wrapper.
13752
13753 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
13754
13755 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
13756 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
13757 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
13758 (ppc_set_pc): Likewise.
13759 (ppc_arch_setup): New function.
13760 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
13761 of collect_register.
13762 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
13763
13764 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
13765
13766 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
13767 instead of linux-ppc64-low.o.
13768 * linux-ppc64-low.c: Remove file.
13769 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
13770 (linux-ppc64-low.o): Remove rule.
13771
13772 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
13773 (init_registers_powerpc_64): Likewise.
13774 (ppc_regmap): Conditionally define depending on __powerpc64__.
13775 (ppc_cannot_store_register): Do not special-case "fpscr" when
13776 compiled on __powerpc64__.
13777 (ppc_collect_ptrace_register): New function.
13778 (ppc_supply_ptrace_register): New function.
13779 (ppc_breakpoint): Change type to "unsigned int".
13780 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
13781 (the_low_target): Conditionally provide initializers for the
13782 arch_setup member depending on __powerpc64__. Install
13783 collect_ptrace_register and supply_ptrace_register members.
13784
13785 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
13786
13787 * regcache.h (gdbserver_xmltarget): Add extern declaration.
13788 * server.c (gdbserver_xmltarget): Define.
13789 (get_features_xml): Use it to replace "target.xml" and arch_string.
13790
13791 * configure.srv: Remove srv_xmltarget. Add XML files that were
13792 mentioned there to srv_xmlfiles instead. Remove conditional tests
13793 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
13794 srv_xmlfiles and srv_regobj to include all possible choices.
13795 * configure.ac (srv_xmltarget): Remove.
13796 (srv_xmlfiles): Do not add "target.xml".
13797 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
13798 checks for supplementary target information.
13799 * configure: Regenerate.
13800 * Makefile.in (XML_TARGET): Remove.
13801 (target.xml): Remove rule.
13802 (clean): Do not clean up target.xml.
13803 (.PRECIOUS): Do not mention target.xml.
13804
13805 * target.h (struct target_ops): Remove arch_string member.
13806 * linux-low.c (linux_arch_string): Remove.
13807 (linux_target_ops): Remove arch_string initializer.
13808 * linux-low.h (struct linux_target_ops): Remove arch_string member.
13809 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
13810 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
13811 * spu-low.c (spu_arch_string): Remove.
13812 (spu_target_ops): Remove arch_string initializer.
13813 * win32-low.c (win32_arch_string): Remove.
13814 (win32_target_ops): Remove arch_string initializer.
13815 * win32-low.h (struct win32_target_ops): Remove arch_string member.
13816 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
13817 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
13818
13819 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
13820
13821 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
13822 by collect_ptrace_register and supply_ptrace_register hooks.
13823 * linux-low.c (fetch_register): Use supply_ptrace_register callback
13824 instead of checking for the_low_target.left_pad_xfer.
13825 (usr_store_inferior_registers): Use collect_ptrace_register callback
13826 instead of checking for the_low_target.left_pad_xfer.
13827
13828 * linux-s390-low.c (s390_collect_ptrace_register): New function.
13829 (s390_supply_ptrace_register): Likewise.
13830 (s390_fill_gregset): Call s390_collect_ptrace_register.
13831 (the_low_target): Update.
13832
13833 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
13834 (ppc_supply_ptrace_register): Likewise.
13835 (the_low_target): Update.
13836
13837 * linux-i386-low.c (the_low_target): Update.
13838 * linux-x86-64-low.c (the_low_target): Update.
13839
13840 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
13841
13842 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
13843 reg-s390.o and reg-s390x.o.
13844
13845 * linux-low.c (new_inferior): New global variable.
13846 (linux_create_inferior, linux_attach): Set it.
13847 (linux_wait_for_process): Call the_low_target.arch_setup after the
13848 target has stopped for the first time.
13849 (initialize_low): Do not call the_low_target.arch_setup.
13850
13851 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
13852 (s390_set_pc): Likewise.
13853 (s390_arch_setup): New function.
13854 (the_low_target): Use s390_arch_setup as arch_setup routine.
13855
13856 * regcache.c (realloc_register_cache): New function.
13857 (set_register_cache): Call it for each existing regcache.
13858
13859 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
13860
13861 * server.h (init_registers): Remove prototype.
13862
13863 * linux-low.h (struct linux_target_ops): Add arch_setup field.
13864 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
13865 instead of init_registers ().
13866 * linux-arm-low.c (init_registers_arm): Add prototype.
13867 (init_registers_arm_with_iwmmxt): Likewise.
13868 (the_low_target): Add initializer for arch_setup field.
13869 * linux-cris-low.c (init_registers_cris): Add prototype.
13870 (the_low_target): Add initializer for arch_setup field.
13871 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
13872 (the_low_target): Add initializer for arch_setup field.
13873 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
13874 (the_low_target): Add initializer for arch_setup field.
13875 * linux-ia64-low.c (init_registers_ia64): Add prototype.
13876 (the_low_target): Add initializer for arch_setup field.
13877 * linux-m32r-low.c (init_registers_m32r): Add prototype.
13878 (the_low_target): Add initializer for arch_setup field.
13879 * linux-m68k-low.c (init_registers_m68k): Add prototype.
13880 (the_low_target): Add initializer for arch_setup field.
13881 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
13882 (init_registers_mips64_linux): Likewise.
13883 (the_low_target): Add initializer for arch_setup field.
13884 * linux-ppc-low.c (init_registers_ppc): Add prototype.
13885 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
13886 (the_low_target): Add initializer for arch_setup field.
13887 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
13888 (init_registers_powerpc_64): Likewise.
13889 (the_low_target): Add initializer for arch_setup field.
13890 * linux-s390-low.c (init_registers_s390): Add prototype.
13891 (init_registers_s390x): Likewise.
13892 (the_low_target): Add initializer for arch_setup field.
13893 * linux-sh-low.c (init_registers_sh): Add prototype.
13894 (the_low_target): Add initializer for arch_setup field.
13895 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
13896 (the_low_target): Add initializer for arch_setup field.
13897 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
13898 (the_low_target): Add initializer for arch_setup field.
13899
13900 * win32-low.h (struct win32_target_ops): Add arch_setup field.
13901 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
13902 instead of init_registers ().
13903 * win32-arm-low.c (init_registers_arm): Add prototype.
13904 (the_low_target): Add initializer for arch_setup field.
13905 * win32-i386-low.c (init_registers_i386): Add prototype.
13906 (the_low_target): Add initializer for arch_setup field.
13907
13908 * spu-low.c (init_registers_spu): Add prototype.
13909 (initialize_low): Call initialie_registers_spu () instead of
13910 initialize_registers ().
13911
13912 2008-02-19 Pedro Alves <pedro@codesourcery.com>
13913
13914 * server.c (handle_v_requests): When handling the vRun and vAttach
13915 packets, if already debugging a process, don't kill it. Return an
13916 error instead.
13917
13918 2008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
13919
13920 * server.c (handle_query): Correct length check.
13921
13922 2008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
13923
13924 * win32-low.c (do_initial_child_stuff): Add process handle
13925 parameter. Set current_process_handle and current_process_id from the
13926 parameters. Clear globals.
13927 (win32_create_inferior): Don't set current_process_handle and
13928 current_process_id here. Instead pass them on the call to
13929 do_initial_child_stuff.
13930 (win32_attach): Likewise.
13931 (win32_clear_inferiors): New.
13932 (win32_kill): Don't close the current process handle or the
13933 current thread handle here. Instead call win32_clear_inferiors.
13934 (win32_detach): Don't open a new handle to the process. Call
13935 win32_clear_inferiors.
13936 (win32_join): Don't rely on current_process_handle; open a new
13937 handle using the process id.
13938 (win32_wait): Call win32_clear_inferiors when the inferior process
13939 has exited.
13940
13941 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
13942
13943 * server.c (monitor_show_help): Add "exit".
13944
13945 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
13946
13947 * Makefile.in (SFILES): Add linux-xtensa-low.c.
13948 (clean): Add reg-xtensa.c.
13949 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
13950 * configure.srv (xtensa*-*-linux*) New target.
13951 * linux-xtensa-low.c: New.
13952 * xtensa-xtregs.c: New.
13953
13954 2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
13955
13956 * hostio.c: Don't include errno.h.
13957 (errno_to_fileio_errno): Move to hostio-errno.
13958 * hostio.c: (hostio_error): Remove the error parameter. Defer the
13959 error number outputting to the target->hostio_last_error callback.
13960 (hostio_packet_error): Use FILEIO_EINVAL directly.
13961 (handle_open, handle_pread, hostio_error, handle_unlink): Update
13962 calls to hostio_error.
13963 * hostio-errno.c: New.
13964 * server.h (hostio_last_error_from_errno): Declare.
13965 * target.h (target_ops): Add hostio_last_error member.
13966 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
13967 as hostio_last_error handler.
13968 * spu-low.c (spu_target_ops): Likewise.
13969 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
13970 (wince_hostio_last_error): New functions.
13971 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
13972 as hostio_last_error handler.
13973 (win32_target_ops) [!_WIN32_WCE]: Register
13974 hostio_last_error_from_errno as hostio_last_error handler.
13975 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
13976 (hostio-errno.o): New rule.
13977 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
13978 * configure.srv (srv_hostio_err_objs): New variable. Default to
13979 hostio-errno.o.
13980 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
13981 * configure: Regenerate.
13982
13983 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13984
13985 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
13986 (linux_kill, linux_detach): Clean up the process list.
13987 * remote-utils.c (remote_open): Improve port number parsing.
13988 (putpkt_binary, input_interrupt): Only send interrupts if the target
13989 is running.
13990 * server.c (extended_protocol): Make static.
13991 (attached): Define earlier.
13992 (exit_requested, response_needed, program_argv): New variables.
13993 (target_running): New.
13994 (start_inferior): Clear attached here.
13995 (attach_inferior): Set attached here.
13996 (require_running): Define.
13997 (handle_query): Use require_running and target_running. Implement
13998 "monitor exit".
13999 (handle_v_attach, handle_v_run): New.
14000 (handle_v_requests): Use require_running. Handle vAttach and vRun.
14001 (gdbserver_usage): Update.
14002 (main): Redo argument parsing. Handle --debug and --multi. Handle
14003 --attach along with other options or after the port. Save
14004 program_argv. Support no initial program. Resynchronize
14005 communication with GDB after an error. Handle "monitor exit".
14006 Use require_running and target_running. Always allow the extended
14007 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
14008 restart in extended mode.
14009 * README: Refer to the GDB manual. Update --attach usage.
14010
14011 2007-12-20 Andreas Schwab <schwab@suse.de>
14012
14013 * linux-low.c (STACK_SIZE): Define.
14014 (linux_tracefork_child): Use it. Use __clone2 on ia64.
14015 (linux_test_for_tracefork): Likewise.
14016
14017 2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
14018
14019 * linux-low.c (linux_wait_for_event): Update messages. Do not
14020 reinsert auto-delete breakpoints.
14021 * mem-break.c (struct breakpoint): Change return type of handler to
14022 int.
14023 (set_breakpoint_at): Update handler type.
14024 (reinsert_breakpoint_handler): Return 1 instead of calling
14025 delete_breakpoint.
14026 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
14027 setting a new one.
14028 (check_breakpoints): Delete auto-delete breakpoints and return 2.
14029 * mem-break.h (set_breakpoint_at): Update handler type.
14030 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
14031 * win32-low.c (auto_delete_breakpoint): New.
14032 (get_child_debug_event): Use it.
14033
14034 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
14035
14036 * configure.ac: Check for pread and pwrite.
14037 * hostio.c (handle_pread): Fall back to lseek and read.
14038 (handle_pwrite): Fall back to lseek and write.
14039 * config.in, configure: Regenerated.
14040
14041 2007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
14042
14043 * server.c (myresume): Add own_buf argument.
14044 (main): Update calls.
14045
14046 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
14047
14048 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
14049 * remote-utils.c (remote_open): Do not call disable_async_io.
14050 (block_async_io): Delete.
14051 (unblock_async_io): Make static.
14052 (initialize_async_io): New.
14053 * server.c (handle_v_cont): Handle async I/O here.
14054 (myresume): Likewise. Move other common resume tasks here...
14055 (main): ... from here. Call initialize_async_io. Disable async
14056 I/O before the main loop.
14057 * server.h (initialize_async_io): Declare.
14058 (block_async_io, unblock_async_io): Delete prototypes.
14059 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
14060
14061 2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
14062
14063 * remote-utils.c (readchar): Allow binary data in received messages.
14064
14065 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
14066
14067 * win32-low.c (attaching): New global.
14068 (win32_create_inferior): Clear the `attaching' global.
14069 (win32_attach): Set the `attaching' global.
14070 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
14071 attaching. Only set a breakpoint at the entry point if not
14072 attaching.
14073
14074 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
14075
14076 * server.c (main): Don't report dll events on the initial
14077 connection on attaches.
14078
14079 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
14080
14081 * server.c (main): Relax numerical bases supported for the pid of
14082 the --attach command line argument.
14083
14084 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
14085
14086 * win32-low.c (win32_attach): Call OpenProcess before
14087 DebugActiveProcess, not after. Add last error output to error
14088 call.
14089
14090 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
14091
14092 * win32-low.c (win32_get_thread_context)
14093 (win32_set_thread_context): New functions.
14094 (thread_rec): Use win32_get_thread_context.
14095 (continue_one_thread, win32_resume): Use win32_set_thread_context.
14096 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
14097 field.
14098
14099 2007-12-03 Leo Zayas
14100 Pedro Alves <pedro_alves@portugalmail.pt>
14101
14102 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
14103 global variables.
14104 (child_add_thread): Minor cleanup.
14105 (child_continue): Resume artificially suspended threads before
14106 calling ContinueDebugEvent.
14107 (suspend_one_thread): New.
14108 (fake_breakpoint_event): New.
14109 (get_child_debug_event): Change return type to int. Check here if
14110 gdb sent an interrupt request. If a soft interrupt was requested,
14111 fake a breakpoint event. Return 0 if there is no event to handle,
14112 and 1 otherwise.
14113 (win32_wait): Don't check here if gdb sent an interrupt request.
14114 Ensure there is a valid event to handle.
14115 (win32_request_interrupt): Add soft interruption method as last
14116 resort.
14117
14118 2007-12-03 Leo Zayas
14119 Pedro Alves <pedro_alves@portugalmail.pt>
14120
14121 * win32-low.h (win32_thread_info): Add descriptions to the
14122 structure members. Replace `suspend_count' counter by a
14123 `suspended' flag.
14124 * win32-low.c (thread_rec): Update condition of when to get the
14125 context from the inferior. Rely on ContextFlags being set if it
14126 has already been retrieved. Only suspend the inferior thread if
14127 we haven't already. Warn if that fails.
14128 (continue_one_thread): s/suspend_count/suspended/. Only call
14129 ResumeThread once. Warn if that fails.
14130
14131 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
14132
14133 * win32-low.c (win32_wait): Don't read from the inferior when it
14134 has already exited.
14135
14136 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
14137
14138 * Makefile.in (win32_low_h): New variable.
14139 (win32-low.o): Add dependency on $(win32_low_h).
14140 (win32-arm-low.o, win32-i386-low.o): New rules.
14141
14142 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
14143
14144 * hostio.c: Correct copyright year.
14145
14146 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
14147
14148 * Makefile.in (OBS): Add hostio.o.
14149 (hostio.o): New rule.
14150 * server.h (handle_vFile): Declare.
14151 * hostio.c: New file.
14152 * server.c (handle_v_requests): Take packet_len and new_packet_len
14153 for binary packets. Call handle_vFile.
14154 (main): Update call to handle_v_requests.
14155
14156 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14157
14158 * linux-low.c: Include <sched.h>.
14159
14160 2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
14161
14162 * linux-low.c (linux_tracefork_grandchild): New.
14163 (linux_tracefork_child): Use clone.
14164 (linux_test_for_tracefork): Use clone; allocate and free a stack.
14165
14166 2007-10-31 Joel Brobecker <brobecker@adacore.com>
14167
14168 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
14169
14170 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
14171
14172 * linux-low.c (handle_extended_wait): Handle unexpected signals.
14173
14174 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
14175
14176 * inferiors.c (change_inferior_id): Delete.
14177 (add_pid_to_list, pull_pid_from_list): New.
14178 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
14179 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
14180 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
14181 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
14182 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
14183 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
14184 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
14185 (using_threads): Always set to 1.
14186 (handle_extended_wait): New.
14187 (add_process): Do not set TID.
14188 (linux_create_inferior): Set must_set_ptrace_flags.
14189 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
14190 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
14191 (linux_thread_alive): Rename TID argument to LWPID.
14192 (linux_wait_for_process): Handle unknown processes. Do not use TID.
14193 (linux_wait_for_event): Do not use TID or check using_threads. Update
14194 call to dead_thread_notify. Call handle_extended_wait.
14195 (linux_create_inferior): Use PTRACE_SETOPTIONS.
14196 (send_sigstop): Delete sigstop_sent.
14197 (wait_for_sigstop): Avoid TID.
14198 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
14199 (linux_test_for_tracefork): New.
14200 (linux_lookup_signals): Use thread_db_active and
14201 linux_supports_tracefork_flag.
14202 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
14203 * linux-low.h (get_process_thread): Avoid TID.
14204 (struct process_ifo): Move thread_known and tid to the end. Remove
14205 sigstop_sent.
14206 (linux_attach_lwp, thread_db_init): Update prototypes.
14207 * server.h (change_inferior_id): Delete prototype.
14208 (add_pid_to_list, pull_pid_from_list): New prototypes.
14209 * thread-db.c (thread_db_use_events): New.
14210 (find_first_thread): Rename to...
14211 (find_one_thread): ...this. Update callers and messages. Do not
14212 call fatal. Check thread_db_use_events. Do not call
14213 change_inferior_id or new_thread_notify.
14214 (maybe_attach_thread): Update. Do not call new_thread_notify.
14215 (thread_db_init): Set thread_db_use_events. Check use_events.
14216 * utils.c (fatal, warning): Correct message prefix.
14217
14218 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
14219
14220 * Makefile.in (clean): Remove new files.
14221 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
14222 (powerpc-64.o, powerpc-64.c): New rules.
14223 * configure.srv: Use alternate register sets for powerpc64-*-linux*
14224 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
14225 with SPE.
14226 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
14227 SPE targets.
14228 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
14229 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
14230 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
14231 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
14232 (target_regsets): Add AltiVec and SPE register sets.
14233 * configure.ac: Check for AltiVec and SPE.
14234 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
14235 (ppc_fill_vrregset, ppc_store_vrregset): New.
14236 (target_regsets): Add AltiVec register set.
14237 * configure: Regenerated.
14238
14239 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
14240
14241 * linux-low.c (O_LARGEFILE): Define.
14242 (linux_read_memory): Use /proc/PID/mem.
14243 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
14244 * configure, config.in: Regenerated.
14245
14246 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
14247
14248 * linux-low.c (linux_wait_for_event): Do not pass signals while
14249 single-stepping.
14250
14251 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
14252
14253 * win32-low.c (create_process): New.
14254 (win32_create_inferior): Use create_process instead of
14255 CreateProcess. If create_process failed retry appending an ".exe"
14256 suffix. Store the GetLastError result immediatelly after
14257 create_process calls and use it on the call to error.
14258
14259 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
14260
14261 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
14262
14263 2007-08-23 Joel Brobecker <brobecker@adacore.com>
14264
14265 * configure.ac: Switch license to GPLv3.
14266
14267 2007-08-01 Michael Snyder <msnyder@access-company.com>
14268
14269 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
14270
14271 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
14272
14273 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
14274 typedef.
14275 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
14276 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
14277 CloseToolhelp32Snapshot.
14278 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
14279 CloseToolhelp32Snapshot.
14280
14281 2007-07-27 Michael Snyder <michael.snyder@access-company.com>
14282
14283 * server.c (main): Check for inferior exit before main loop.
14284
14285 2007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
14286
14287 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
14288 instead of on tmp_desc.
14289
14290 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
14291 Daniel Jacobowitz <dan@codesourcery.com>
14292
14293 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
14294 (add_thread): Minor cleanups.
14295 (clear_inferiors): Move lower in the file. Clear the DLL
14296 list.
14297 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
14298 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
14299 (xml_escape_text): New.
14300 * server.c (handle_query): Handle qXfer:libraries:read. Report it
14301 for qSupported.
14302 (handle_v_cont): Report errors.
14303 (gdbserver_version): Update.
14304 (main): Correct size of own_buf. Do not report initial DLL events.
14305 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
14306 (unloaded_dll, xml_escape_text): New.
14307 * win32-low.c (enum target_waitkind): Update comments.
14308 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
14309 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
14310 (win32_EnumProcessModules, win32_GetModuleInformation)
14311 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
14312 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
14313 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
14314 (win32_Module32First, win32_Module32Next, load_toolhelp)
14315 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
14316 (get_child_debug_event): Handle DLL events.
14317 (win32_wait): Likewise.
14318
14319 2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
14320
14321 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
14322 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
14323
14324 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
14325
14326 * win32-low.c (handle_output_debug_string): Ignore event if not
14327 waiting.
14328
14329 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
14330
14331 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
14332
14333 2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
14334
14335 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
14336
14337 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
14338
14339 * inferiors.c (change_inferior_id): Add comment.
14340 * linux-low.c (check_removed_breakpoint): Add an early
14341 prototype. Improve debug output.
14342 (linux_attach): Doc update.
14343 (linux_detach_one_process, linux_detach): Clean up before releasing
14344 each process.
14345 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
14346 * linux-low.h (struct process_info): Doc improvement.
14347 * mem-break.c (delete_all_breakpoints): New.
14348 * mem-break.h (delete_all_breakpoints): New prototype.
14349 * thread-db.c (find_first_thread): New.
14350 (thread_db_create_event): Call it instead of
14351 thread_db_find_new_threads. Clean up unused variables.
14352 (maybe_attach_thread): Remove first thread handling.
14353 (thread_db_find_new_threads): Use find_first_thread.
14354 (thread_db_get_tls_address): Likewise.
14355
14356 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14357
14358 * thread-db.c (thread_db_find_new_threads): Add prototype.
14359 (thread_db_create_event): Check for the main thread before adding
14360 a new thread.
14361 (maybe_attach_thread): Only enable event reporting if TID == 0.
14362 (thread_db_get_tls_address): Check for new threads.
14363
14364 2007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
14365
14366 * linux-low.c (linux_create_inferior): Try execv before execvp.
14367 * spu-low.c (spu_create_inferior): Likewise.
14368
14369 2007-06-13 Mike Frysinger <vapier@gentoo.org>
14370
14371 * linux-low.c (linux_create_inferior): Change execv to execvp.
14372 * spu-low.c (spu_create_inferior): Likewies.
14373
14374 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
14375
14376 * Makefile.in (clean): Clean new files instead of deleted ones.
14377 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
14378 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
14379 rules.
14380 * configure.srv: Specify XML files and new regformats for MIPS and
14381 MIPS64 GNU/Linux.
14382 * linux-mips-low.c (mips_num_regs): Set to only used registers.
14383 (mips_regmap): Do not fetch $0. Remove unused registers. Add
14384 an entry for the restart register.
14385 (mips_cannot_fetch_register, mips_cannot_store_register)
14386 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
14387 register names to match the XML descriptions.
14388 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
14389 restart register instead of $0.
14390
14391 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
14392 Markus Deuling <deuling@de.ibm.com>
14393
14394 * remote-utils.c (decode_xfer_write): New function.
14395 * server.h (decode_xfer_write): Add prototype.
14396 * server.c (handle_query): Add PACKET_LEN argument. Support
14397 qXfer:spu:read and qXfer:spu:write packets.
14398 (main): Pass packet_len to handle_query.
14399 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
14400 * target.h (target_ops): Add qxfer_spu.
14401
14402 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
14403
14404 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
14405 accessing non-seekable spufs files.
14406
14407 2007-05-16 Markus Deuling <deuling@de.ibm.com>
14408
14409 * server.c (handle_query): Add reply for qC packet.
14410
14411 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14412 Leo Zayas <lerele@champenstudios@com>
14413
14414 * server.h (check_remote_input_interrupt_request): New function.
14415 * remote_utils.c (INVALID_DESCRIPTOR): New define.
14416 (remote_desc): Initialize with INVALID_DESCRIPTOR.
14417 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
14418 (check_remote_input_interrupt_request): New function.
14419 * server.h (check_remote_input_interrupt_request): Declare.
14420 * win32-low.c (winapi_DebugBreakProcess,
14421 winapi_GenerateConsoleCtrlEvent): New typedefs.
14422 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
14423 to 250 ms.
14424 (win32_wait): Check for remote interrupt request
14425 with check_remote_input_interrupt_request.
14426 (win32_request_interrupt): New function.
14427 (win32_target_op): Set request_interrupt to win32_request_interrupt.
14428
14429 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14430
14431 * win32-low.c (debug_registers_changed,
14432 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
14433 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
14434 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
14435 (thread_rec): Get context using the low target.
14436 (child_add_thread): Call thread_added on the low target,
14437 which does the same thing.
14438 (regptr): Delete.
14439 (do_initial_child_stuff): Remove debug registers references.
14440 Set context using the low target. Resume threads after
14441 setting the contexts.
14442 (child_continue): Remove dead variable. Remove debug
14443 registers references.
14444 (child_fetch_inferior_registers): Go through the low target.
14445 (do_child_store_inferior_registers): Remove.
14446 (child_store_inferior_registers): Go through the low target.
14447 (win32_resume): Remove debug registers references.
14448 Set context using the low target.
14449 (handle_exception): Change return type to void. Don't record
14450 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
14451 first chance exception.
14452 (get_child_debug_event): Change return type to void. Remove
14453 goto loop. Always return after waiting for debug event.
14454 (win32_wait): Convert to switch statement. Handle spurious
14455 events.
14456
14457 * win32-i386-low.c (debug_registers_changed,
14458 debug_registers_used): New.
14459 (initial_stuff): Rename to ...
14460 (i386_initial_stuff): ... this. Clear debug registers
14461 state variables.
14462 (store_debug_registers): Delete.
14463 (i386_get_thread_context): New.
14464 (load_debug_registers): Delete.
14465 (i386_set_thread_context): New.
14466 (i386_thread_added): New.
14467 (single_step): Rename to ...
14468 (i386_single_step): ... this.
14469 (do_fetch_inferior_registers): Rename to ...
14470 (i386_fetch_inferior_register): ... this.
14471 (i386_store_inferior_register): New.
14472 (the_low_target): Adapt to new interface.
14473
14474 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
14475 (arm_get_thread_context): New.
14476 (arm_set_thread_context): New.
14477 (regptr): New.
14478 (do_fetch_inferior_registers): Rename to ...
14479 (arm_fetch_inferior_register): ... this.
14480 (arm_store_inferior_register): New.
14481 (arm_wince_breakpoint): Reimplement as unsigned long.
14482 (arm_wince_breakpoint_len): Define.
14483 (the_low_target): Adapt to new interface.
14484
14485 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
14486 load_debug_registers. Add get_thread_context, set_thread_context,
14487 thread_added and store_inferior_register. Rename
14488 fetch_inferior_registers to fetch_inferior_register.
14489 (regptr): Remove declaration.
14490
14491 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14492
14493 * linux-low.c (linux_detach): Change return type to int. Return 0.
14494 * spu-low.c (spu_detach): Likewise.
14495
14496 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14497
14498 * target.h (target_ops): Change return type of detach to int.
14499 Add join.
14500 (join_inferior): New.
14501 * server.c (main): Don't skip detach support on mingw32.
14502 If the inferior doesn't support detaching return error.
14503 Call join_inferior instead of using waitpid.
14504 * linux-low.c (linux_join): New.
14505 (linux_target_op): Add linux_join.
14506 * spu-low.c (spu_join): New.
14507 (spu_target_ops): Add spu_join.
14508 * win32-low.c (win32_detach): Adapt to new interface.
14509 Reopen current_process_handle before detaching. Issue a child
14510 resume before detaching.
14511 (win32_join): New.
14512 (win32_target_op): Add win32_join.
14513
14514 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14515
14516 * win32-low.c (win32-attach): Fix return value.
14517 * target.h (target_ops): Describe ATTACH return values.
14518
14519 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14520
14521 * win32-low.c (GETPROCADDRESS): Define.
14522 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
14523 (winapi_DebugSetProcessKillOnExit): Likewise.
14524 (win32_create_inferior): Force usage of ansi CreateProcessA.
14525 (win32_attach): Use GETPROCADDRESS.
14526 (win32_detach): Likewise.
14527
14528 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
14529
14530 * win32-low.c (win32_wait): Don't use WSTOPSIG.
14531
14532 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
14533
14534 * win32-low.c: Commit leftover changes from 2007-03-29.
14535
14536 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14537
14538 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
14539 fields short instead of int. Add explicit padding.
14540 (i387_cache_to_fsave): Remove unnecessary casts.
14541 (i387_fsave_to_cache): Doc fix.
14542 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
14543
14544 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14545
14546 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
14547 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
14548
14549 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
14550
14551 * configure.srv (arm*-*-mingw32ce*): Move near the other
14552 arm targets.
14553
14554 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
14555
14556 * configure.ac: Add errno checking.
14557 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
14558 sys/file.h and malloc.h.
14559 (AC_CHECK_DECLS): Add perror.
14560 (srv_mingwce): Handle.
14561 * configure.srv (i[34567]86-*-cygwin*): Add
14562 win32-i386-low.o to srv_tgtobj.
14563 (i[34567]86-*-mingw*): Likewise.
14564 (arm*-*-mingw32ce*): Add case.
14565 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
14566 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
14567 [__MINGW32CE__] (strerror): New function.
14568 [__MINGW32CE__] (errno): Define to GetLastError.
14569 [__MINGW32CE__] (COUNTOF): New macro.
14570 (remote_open): Remove extra close call.
14571 * mem-break.c (delete_breakpoint_at): New function.
14572 * mem-break.h (delete_breakpoint_at): Declare.
14573 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
14574 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
14575 [USE_WIN32API] (read, write): Add char* casts.
14576 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
14577 * server.h: Include wincecompat.h on Windows CE.
14578 [HAVE_ERRNO_H]: Check.
14579 (perror): Declare if not declared.
14580 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
14581 (perror_with_name): Remove errno declaration.
14582 * wincecompat.h: New.
14583 * wincecompat.c: New.
14584 * win32-low.h: New.
14585 * win32-arm-low.c: New.
14586 * win32-i386-low.c: New.
14587 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
14588 (OUTMSG2): Make it safe.
14589 (_T): New macro.
14590 (COUNTOF): New macro.
14591 (NUM_REGS): Get it from the low target.
14592 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
14593 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
14594 (thread_rec): Let low target handle debug registers.
14595 (child_add_thread): Likewise.
14596 (child_init_thread_list): Likewise.
14597 (continue_one_thread): Likewise.
14598 (regptr): New.
14599 (do_child_fetch_inferior_registers): Move to ...
14600 * win32-i386-low.c: ... here, and rename to ...
14601 (do_fetch_inferior_registers): ... this.
14602 * win32-low.c (child_fetch_inferior_registers):
14603 Go through the low target.
14604 (do_child_store_inferior_registers): Use regptr.
14605 (strwinerror): New function.
14606 (win32_create_inferior): Handle Windows CE.
14607 Use strwinerror instead of strerror on Windows error
14608 codes. Add program to the error output.
14609 Don't close the main thread handle on Windows CE.
14610 (win32_attach): Use coredll.dll on Windows CE.
14611 (win32_kill): Close current process and current
14612 thread handles.
14613 (win32_detach): Use coredll.dll on Windows CE.
14614 (win32_resume): Let low target handle debug registers, and
14615 step request.
14616 (handle_exception): Add/Remove initial breakpoint. Avoid
14617 non-existant WSTOPSIG on Windows CE.
14618 (win32_read_inferior_memory): Cast to remove warning.
14619 (win32_arch_string): Go through the low target.
14620 (initialize_low): Call set_breakpoint_data with the low
14621 target's breakpoint.
14622 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
14623 FOP_REGNUM, mappings): Move to ...
14624 * win32-i386-low.c: ... here.
14625 * win32-low.c (win32_thread_info): Move to ...
14626 * win32-low.h: ... here.
14627 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
14628 win32-arm-low.c and wincecompat.c.
14629 (all:): Add $EXEEXT.
14630 (install-only:): Likewise.
14631 (gdbserver:): Likewise.
14632 (gdbreplay:): Likewise.
14633 * config.in: Regenerate.
14634 * configure: Regenerate.
14635
14636 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
14637
14638 * win32-low.c: Rename typedef thread_info to
14639 win32_thread_info throughout.
14640
14641 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
14642
14643 * win32-i386-low.c: Rename to ...
14644 * win32-low.c: ... this.
14645 * configure.srv: Replace win32-i386-low.o with win32-low.o.
14646 * Makefile.in: Likewise.
14647
14648 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
14649
14650 * remote-utils.c (monitor_output): Constify msg parameter.
14651 * server.h (monitor_output): Likewise.
14652 * win32-i386-low.c (handle_output_debug_string): New.
14653 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
14654 handle_output_debug_string.
14655 (get_child_debug_event): Likewise.
14656
14657 2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
14658
14659 * server.c (main): Correct strtoul check.
14660
14661 2007-03-27 Jon Ringle <jon@ringle.org>
14662
14663 * linux-low.c: Check __ARCH_HAS_MMU__ also.
14664
14665 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
14666
14667 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
14668
14669 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14670
14671 * terminal.h: Check HAVE_SGTTY_H.
14672
14673 2007-02-27 Mat Hostetter <mat@lcs.mit.edu>
14674
14675 * remote-utils.c (remote_open): Print out the assigned port number.
14676
14677 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14678
14679 * remote-utils.c (monitor_output): New function.
14680 * server.c (debug_threads): Define here.
14681 (monitor_show_help): New function.
14682 (handle_query): Handle qRcmd.
14683 (main): Do not handle 'd' packet.
14684 * server.h (debug_threads, remote_debug, monitor_output): Declare.
14685 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
14686 of debug_threads.
14687
14688 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
14689
14690 * Makefile.in (EXEEXT): New.
14691 (clean): Use $(EXEEXT).
14692
14693 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
14694
14695 * target.h (target_ops): Rename send_signal to request_interrupt,
14696 and remove enum target_signal parameter.
14697 * linux-low.c (linux_request_interrupt): Rename from
14698 linux_send_signal, and always send SIGINT.
14699 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
14700 and always send SIGINT.
14701 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
14702 of send_signal.
14703 (input_interrupt): Likewise.
14704
14705 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
14706
14707 * server.c (get_features_xml): Check if target implemented
14708 arch_string.
14709 * win32-i386-low.c (win32_arch_string): New.
14710 (win32_target_ops): Add win32_arch_string as arch_string member.
14711
14712 2007-02-22 Markus Deuling <deuling@de.ibm.com>
14713
14714 * spu-low.c (spu_arch_string): New.
14715 (spu_target_ops): Add spu_arch_string.
14716
14717 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14718
14719 * remote-utils.c: Remove HAVE_TERMINAL_H check.
14720 * configure.ac: Do not check for terminal.h.
14721 * configure, config.in: Regenerated.
14722
14723 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14724
14725 * Makefile.in (OBS): Add $(XML_BUILTIN).
14726 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
14727 (clean): Update.
14728 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
14729 (arm-with-iwmmxt.c): New.
14730 * config.in, configure: Regenerate.
14731 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
14732 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
14733 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
14734 (arm*-*-linux*): Add iWMMXt and regset support.
14735 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
14736 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
14737 (arm_store_wmmxregset, target_regsets): New.
14738 * server.c (get_features_xml): Take annex argument. Check builtin
14739 XML documents.
14740 (handle_query): Handle multiple annexes.
14741
14742 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14743
14744 * remote-utils.c [USE_WIN32API] (read, write): Define.
14745 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
14746 write.
14747
14748 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14749
14750 * linux-i386-low.c (the_low_target): Set arch_string.
14751 * linux-x86-64-low.c (the_low_target): Likewise.
14752 * linux-low.c (linux_arch_string): New.
14753 (linux_target_ops): Add it.
14754 * linux-low.h (struct linux_target_ops): Add arch_string.
14755 * server.c (write_qxfer_response): Use const void * for DATA.
14756 (get_features_xml): New.
14757 (handle_query): Handle qXfer:features:read. Report it for qSupported.
14758 * target.h (struct target_ops): Add arch_string method.
14759
14760 2007-01-03 Denis Pilat <denis.pilat@st.com>
14761 Daniel Jacobowitz <dan@codesourcery.com>
14762
14763 * linux-low.c (linux_kill): Handle being called with no threads.
14764 * win32-i386-low.c (win32_kill): Likewise.
14765 (get_child_debug_event): Clear current_process_handle.
14766
14767 2006-12-30 Denis PILAT <denis.pilat@st.com>
14768 Daniel Jacobowitz <dan@codesourcery.com>
14769
14770 * remote-utils.c (remote_open): Check the type of specified
14771 serial port devices before opening them.
14772 * server.c (main): Kill the inferior if an error occurs during
14773 the first remote_open.
14774
14775 2006-12-05 Markus Deuling <deuling@de.ibm.com>
14776
14777 * README: Update supported targets.
14778
14779 2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
14780
14781 * Makefile.in (clean): Remove reg-mips64.c.
14782 (reg-mips64.c, reg-mips64.o): New rules.
14783 * configure.srv: Handle mips64. Include regset support for mips.
14784 * linux-mips-low.c (union mips_register): New.
14785 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
14786 (mips_breakpoint, mips_breakpoint_at): Use int.
14787 (mips_collect_register, mips_supply_register)
14788 (mips_collect_register_32bit, mips_supply_register_32bit)
14789 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
14790 (mips_store_fpregset, target_regsets): New.
14791 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
14792
14793 2006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
14794
14795 * configure.srv: Add target "spu*-*-*".
14796 * Makefile.in (clean): Remove reg-spu.c.
14797 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
14798 * spu-low.c: New file.
14799
14800 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
14801
14802 * configure.ac: Correct td_thr_tls_get_addr test.
14803 * configure: Regenerated.
14804
14805 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
14806
14807 * linux-low.c (linux_wait_for_event): Reformat. Use the
14808 pass_signals array.
14809 * remote-utils.c (decode_address_to_semicolon): New.
14810 * server.c (pass_signals, handle_general_set): New.
14811 (handle_query): Mention QPassSignals for qSupported.
14812 (main): Call handle_general_set.
14813 * server.h (pass_signals, decode_address_to_semicolon): New.
14814
14815 2006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
14816
14817 * server.c (handle_query): Correct error handling for read_auxv.
14818
14819 2005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
14820
14821 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
14822 and srv_linux_thread_db to yes.
14823 * linux-s390-low.c (s390_fill_gregset): New function.
14824 (target_regsets): Define data structure.
14825
14826 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14827
14828 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
14829 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
14830 * config.in, configure: Regenerated.
14831 * inferiors.c (gdb_id_to_thread): New function.
14832 (gdb_id_to_thread_id): Use it.
14833 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
14834 * linux-low.h (struct process_info): Add th member.
14835 (thread_db_get_tls_address): New prototype.
14836 * remote-utils.c (decode_address): Make non-static.
14837 * server.c (handle_query): Handle qGetTLSAddr.
14838 * server.h (gdb_id_to_thread, decode_address): New prototypes.
14839 * target.h (struct target_ops): Add get_tls_address.
14840 * thread-db.c (maybe_attach_thread): Save the thread handle.
14841 (thread_db_get_tls_address): New.
14842
14843 2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
14844
14845 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
14846 (linux_resume_one_process): Take a siginfo_t *. Update all
14847 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
14848 (struct pending_signals): Add a siginfo_t.
14849 (linux_wait_for_process): Always set last_status.
14850 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
14851 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
14852 * linux-low.h (struct process_info): Add last_status.
14853
14854 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
14855
14856 * remote-utils.c (try_rle): New function.
14857 (putpkt_binary): Use it.
14858
14859 2006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
14860
14861 * Makefile.in (clean): Clean reg-x86-64-linux.c.
14862 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
14863 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
14864 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
14865 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
14866 point registers.
14867
14868 2006-08-08 Richard Sandiford <richard@codesourcery.com>
14869
14870 * server.c (terminal_fd): New variable.
14871 (old_foreground_pgrp): Likewise.
14872 (restore_old_foreground_pgrp): New function.
14873 (start_inferior): Record the terminal file descriptor in terminal_fd
14874 and its original foreground group in old_foreground_pgrp. Register
14875 restore_old_foreground_pgrp with atexit().
14876
14877 2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
14878
14879 * server.c (handle_query): Correct qPart to qXfer.
14880
14881 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
14882
14883 * configure.ac: Check for more headers which are missing on
14884 Windows. Automatically supply -lwsock32 and USE_WIN32API.
14885 * configure.srv: Add Cygwin and mingw32.
14886 * remote-utils.c: Don't include headers unconditionally which
14887 are missing on mingw32. Include <winsock.h> for mingw32.
14888 (remote_open): Adjust for mingw32 support. Flush
14889 standard error after writing to it.
14890 (remote_close, putpkt_binary, input_interrupt, block_async_io)
14891 (unblock_async_io, enable_async_io, disable_async_io)
14892 (readchar, getpkt): Update for Winsock support.
14893 (prepare_resume_reply): Expect a protocol signal number.
14894 * server.c: Disable <sys/wait.h> on mingw32.
14895 (start_inferior): Adjust for mingw32 support. Flush
14896 standard error after writing to it.
14897 (attach_inferior): Likewise. Use protocol signal
14898 numbers.
14899 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
14900 and names.
14901 * win32-i386-low.c: New file.
14902 * Makefile.in (XM_CLIBS): Set.
14903 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
14904 (win32-i386-low.o): New dependency rule.
14905 * linux-low.c (linux_wait): Use target signal numbers.
14906 * target.h (struct target_ops): Doc fix.
14907 * server.h (target_signal_to_name): New prototype.
14908 * gdbreplay.c: Don't include headers unconditionally which
14909 are missing on mingw32. Include <winsock.h> for mingw32.
14910 (remote_close, remote_open): Adjust for Winsock support.
14911 * configure, config.in: Regenerated.
14912
14913 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
14914
14915 * server.c (decode_xfer_read, write_qxfer_response): New.
14916 (handle_query): Take a packet length argument. Handle
14917 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
14918 the qSupported response.
14919 (main): Update call to handle_query.
14920
14921 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
14922
14923 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
14924 (putpkt_binary): Renamed from putpkt and adjusted for binary
14925 data.
14926 (putpkt): New wrapper for putpkt_binary.
14927 (readchar): Don't mask off the high bit.
14928 (decode_X_packet): New function.
14929 * server.c (main): Call putpkt_binary if a handler sets the packet
14930 length. Save the length of the incoming packet. Handle 'X'.
14931 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
14932
14933 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
14934
14935 * server.c (handle_query): Handle qSupported.
14936
14937 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
14938
14939 * remote-utils.c (all_symbols_looked_up): New variable.
14940 (look_up_one_symbol): Check it.
14941 * server.h (look_up_one_symbol): New declaration.
14942 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
14943
14944 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
14945
14946 * Makefile.in (linux-arm-low.o): Update dependencies.
14947 * linux-arm-low.c: Include "gdb_proc_service.h".
14948 (PTRACE_GET_THREAD_AREA): Define.
14949 (ps_get_thread_area): New function.
14950
14951 2006-05-09 Nathan Sidwell <nathan@codesourcery.com>
14952
14953 * configure.srv (m68k*-*-uclinux*): New target.
14954 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
14955 (linux_resume_one_process): Remove extraneous cast.
14956 (linux_read_offsets): New.
14957 (linux_target_op): Add linux_read_offsets on mmuless systems.
14958 * server.c (handle_query): Add qOffsets logic.
14959 * target.h (struct target_ops): Add read_offsets.
14960
14961 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
14962
14963 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
14964 (PTRACE_GET_THREAD_AREA): Define.
14965 (ps_get_thread_area): New function.
14966 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
14967 (linux-x86-64-low.o): Update.
14968
14969 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
14970
14971 * configure.ac: Remove checks for prfpregset_t.
14972 * gdb_proc_service.h: New file.
14973 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
14974 new "gdb_proc_service.h".
14975 * proc-service.c: Likewise.
14976 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
14977 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
14978 * Makefile.in (gdb_proc_service_h): Updated.
14979 * configure, config.in: Regenerated.
14980
14981 2006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14982
14983 * remote-utils.c (prepare_resume_reply): Move declaration
14984 of gdb_id_from_wait to the top of the block.
14985
14986 2006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
14987
14988 * linux-low.c (regsets_store_inferior_registers): Read the regset
14989 from the target before filling it.
14990
14991 2006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14992
14993 * server.c (attach_inferior): Return SIGTRAP for a successful
14994 attach.
14995
14996 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14997
14998 * Makefile.in (OBS): Add version.o.
14999 (STAGESTUFF): Delete.
15000 (version.o): Add dependencies.
15001 (version.c): Replace rule.
15002 (clean): Remove version.c.
15003 * server.c (gdbserver_version): New.
15004 (gdbserver_usage): Use printf.
15005 (main): Handle --version and --help.
15006 * server.h (version, host_name): Add declarations.
15007
15008 2005-12-23 Eli Zaretskii <eliz@gnu.org>
15009
15010 * linux-arm-low.c:
15011 * linux-arm-low.c:
15012 * inferiors.c:
15013 * i387-fp.h:
15014 * i387-fp.c:
15015 * gdbreplay.c:
15016 * regcache.c:
15017 * proc-service.c:
15018 * mem-break.h:
15019 * mem-break.c:
15020 * linux-x86-64-low.c:
15021 * linux-sh-low.c:
15022 * linux-s390-low.c:
15023 * linux-ppc64-low.c:
15024 * linux-ppc-low.c:
15025 * linux-mips-low.c:
15026 * linux-m68k-low.c:
15027 * linux-m32r-low.c:
15028 * linux-low.h:
15029 * linux-low.c:
15030 * linux-ia64-low.c:
15031 * linux-i386-low.c:
15032 * linux-crisv32-low.c:
15033 * thread-db.c:
15034 * terminal.h:
15035 * target.h:
15036 * target.c:
15037 * server.h:
15038 * server.c:
15039 * remote-utils.c:
15040 * regcache.h:
15041 * utils.c:
15042 * Makefile.in:
15043 * configure.ac:
15044 * gdbserver.1: Add (C) after Copyright. Update the FSF
15045 address.
15046
15047 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15048
15049 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
15050 (arm_breakpoint_at): Recognize both breakpoints.
15051 (the_low_target): Use the correct breakpoint instruction.
15052
15053 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15054
15055 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
15056 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
15057 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
15058 (the_low_target): Update.
15059
15060 2005-10-25 Andreas Schwab <schwab@suse.de>
15061
15062 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
15063
15064 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
15065 (ia64_num_regs): Reduce to 462.
15066
15067 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15068
15069 * acinclude.m4: Correct quoting.
15070 * aclocal.m4: Regenerated.
15071
15072 Suggested by SZOKOVACS Robert <szo@ies.hu>:
15073 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
15074 (thread_db_init): Call thread_db_err_str.
15075 * configure.ac: Check for TD_VERSION.
15076 * config.in, configure: Regenerated.
15077
15078 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15079
15080 * server.h (error, fatal, warning): Add ATTR_FORMAT.
15081
15082 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
15083
15084 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
15085 is not available. Define HAVE_PTRACE_GETREGS if it is.
15086 * config.in, configure: Regenerated.
15087 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
15088 * linux-i386-low.c, linux-m68k-low.c: Update to use
15089 HAVE_PTRACE_GETREGS.
15090 * linux-low.c (regsets_fetch_inferior_registers)
15091 (regsets_store_inferior_registers): Only return 0 if we processed
15092 GENERAL_REGS.
15093 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
15094 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
15095
15096 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
15097
15098 * inferiors.c (struct thread_info): Add gdb_id.
15099 (add_thread): Add gdb_id argument.
15100 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
15101 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
15102 calls to add_thread.
15103 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
15104 * server.c (handle_query): Use thread_to_gdb_id.
15105 (handle_v_cont, main): Use gdb_id_to_thread_id.
15106 * server.h (add_thread): Update prototype.
15107 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
15108 prototypes.
15109
15110 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
15111
15112 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
15113 left-padded registers.
15114 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
15115 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
15116
15117 2005-07-01 Steve Ellcey <sje@cup.hp.com>
15118
15119 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
15120 * configure: Regenerate.
15121 * config.in: Regenerate.
15122 * server.h (NEED_DECLARATION_STRERROR):
15123 Replace with !HAVE_DECL_STRERROR.
15124
15125 2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
15126
15127 * linux-low.c (linux_wait, linux_send_signal): Don't test
15128 an unsigned long variable for > 0 if it could be MAX_ULONG.
15129 * server.c (myresume): Likewise.
15130 * target.c (set_desired_inferior): Likewise.
15131
15132 2005-06-13 Mark Kettenis <kettenis@gnu.org>
15133
15134 * configure.ac: Simplify and improve check for socklen_t.
15135 * configure, config.in: Regenerate.
15136
15137 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15138
15139 * acconfig.h: Remove.
15140 * configure.ac: Add a test for socklen_t. Use three-argument
15141 AC_DEFINE throughout.
15142 * config.in: Regenerated using autoheader 2.59.
15143 * configure: Regenerated.
15144
15145 * gdbreplay.c (socklen_t): Provide a default.
15146 (remote_open): Use socklen_t.
15147 * remote-utils.c (socklen_t): Provide a default.
15148 (remote_open): Use socklen_t.
15149 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
15150 unsigned char.
15151
15152 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
15153 char for buffers.
15154 * linux-low.c (linux_read_memory, linux_write_memory)
15155 (linux_read_auxv): Likewise.
15156 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
15157 (check_mem_write): Likewise.
15158 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
15159 Likewise.
15160 * regcache.c (struct inferior_rgcache_data, registers_to_string)
15161 (registers_from_string, register_data): Likewise.
15162 * server.c (handle_query, main): Likewise.
15163 * server.h (convert_ascii_to_int, convert_int_to_ascii)
15164 (decode_M_packet): Likewise.
15165 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
15166 * target.h (struct target_ops): Update read_memory, write_memory,
15167 and read_auxv.
15168 (read_inferior_memory, write_inferior_memory): Update.
15169 * linux-low.h (struct linux_target_ops): Change type of breakpoint
15170 to unsigned char *.
15171 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
15172 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
15173 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
15174 linux-s390-low.c, linux-sh-low.c: Update for changes in
15175 read_inferior_memory and the_low_target->breakpoint.
15176
15177 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
15178
15179 * Makefile.in (SFILES): Add linux-ppc64-low.c.
15180 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
15181 * configure.srv: Add powerpc64-*-linux*.
15182 * linux-ppc64-low.c: New file.
15183
15184 2005-05-23 Orjan Friberg <orjanf@axis.com>
15185
15186 * linux-cris-low.c: New file with support for CRIS.
15187 * linux-crisv32-low.c: Ditto for CRISv32.
15188 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
15189 (clean): Add reg-cris.c and reg-crisv32.c.
15190 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
15191 reg-crisv32.o, and reg-crisv32.c to make rules.
15192 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
15193 recognized targets.
15194
15195 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
15196
15197 * linux-low.c (fetch_register): Ensure buffer size is a multiple
15198 of sizeof (PTRACE_XFER_TYPE).
15199 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
15200
15201 2005-05-12 Orjan Friberg <orjanf@axis.com>
15202
15203 * target.h (struct target_ops): Add insert_watchpoint,
15204 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
15205 pointers for hardware watchpoint support.
15206 * linux-low.h (struct linux_target_ops): Ditto.
15207 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
15208 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
15209 to linux_target_ops.
15210 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
15211 reply packet.
15212 * server.c (main): Recognize 'Z' and 'z' packets.
15213
15214 2005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
15215
15216 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
15217 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
15218 (the_low_target): Add new members.
15219
15220 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
15221
15222 * proc-service.c (ps_lgetregs): Search all_processes instead of
15223 all_threads.
15224
15225 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
15226
15227 * server.c (start_inferior): Change return type to int.
15228 (attach_inferior): Change sigptr to int *.
15229 (handle_v_cont, handle_v_requests): Change signal to int *.
15230 (main): Change signal to int.
15231
15232 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
15233
15234 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
15235 * configure.srv: Add m32r*-*-linux*.
15236 * linux-m32r-low.c: New file.
15237
15238 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
15239
15240 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
15241
15242 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
15243
15244 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
15245 Take unsigned long arguments for PIDs.
15246 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
15247 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
15248 (wait_for_sigstop, linux_resume_one_process)
15249 (regsets_fetch_inferior_registers, linux_send_signal)
15250 (linux_read_auxv): Likewise. Update the types of variables holding
15251 PIDs. Update format string specifiers.
15252 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
15253 * remote-utils.c (prepare_resume_reply): Likewise.
15254 * server.c (cont_thread, general_thread, step_thread)
15255 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
15256 unsigned long.
15257 (handle_query): Update format specifiers.
15258 (handle_v_cont, main): Use strtoul for thread IDs.
15259 * server.h (struct inferior_list_entry): Use unsigned long for ID.
15260 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
15261 (general_thread, step_thread, thread_from_wait)
15262 (old_thread_from_wait): Update.
15263 * target.h (struct thread_resume): Use unsigned long for THREAD.
15264 (struct target_ops): Use unsigned long for arguments to attach and
15265 thread_alive.
15266
15267 2005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
15268
15269 * acinclude.m4: Include bfd/bfd.m4 directly.
15270 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
15271 <agriffis@toolchain.org>.
15272 * aclocal.m4, configure: Regenerated.
15273
15274 2005-01-07 Andrew Cagney <cagney@gnu.org>
15275
15276 * configure.ac: Rename configure.in, require autoconf 2.59.
15277 * configure: Re-generate.
15278
15279 2004-12-08 Daniel Jacobowitz <dan@debian.org>
15280
15281 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
15282 LIBS when finished.
15283 * aclocal.m4: Regenerated.
15284 * configure: Regenerated.
15285
15286 2004-11-21 Andreas Schwab <schwab@suse.de>
15287
15288 * linux-m68k-low.c (m68k_num_gregs): Define.
15289 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
15290 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
15291 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
15292 (m68k_breakpoint_at): New. Add to the_low_target.
15293
15294 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
15295 srv_linux_thread_db to yes.
15296
15297 2004-10-20 Joel Brobecker <brobecker@gnat.com>
15298
15299 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
15300 (ARCH_SET_FS): Likewise.
15301 (ARCH_GET_FS): Likewise.
15302 (ARCH_GET_GS): Likewise.
15303
15304 2004-10-16 Daniel Jacobowitz <dan@debian.org>
15305
15306 * linux-i386-low.c (ps_get_thread_area): New.
15307 * linux-x86-64-low.c (ps_get_thread_area): New.
15308 * linux-low.c: Include <sys/syscall.h>.
15309 (linux_kill_one_process): Don't kill the first thread here.
15310 (linux_kill): Kill the first thread here.
15311 (kill_lwp): New function.
15312 (send_sigstop, linux_send_signal): Use it.
15313 * proc-service.c: Clean up #ifdefs.
15314 (fpregset_info): Delete.
15315 (ps_lgetregs): Update and enable implementation.
15316 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
15317 implementations.
15318 * remote-utils.c (struct sym_cache, symbol_cache): New.
15319 (input_interrupt): Print a clearer message.
15320 (async_io_enabled): New variable.
15321 (enable_async_io, disable_async_io): Use it. Update comments.
15322 (look_up_one_symbol): Use the symbol cache.
15323 * thread-db.c (thread_db_look_up_symbols): New function.
15324 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
15325
15326 2004-10-16 Daniel Jacobowitz <dan@debian.org>
15327
15328 * configure.in: Test for -rdynamic.
15329 * configure: Regenerated.
15330 * Makefile (INTERNAL_LDFLAGS): New.
15331 (gdbserver, gdbreplay): Use it.
15332
15333 2004-09-02 Andrew Cagney <cagney@gnu.org>
15334
15335 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
15336
15337 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
15338
15339 * linux-low.c (linux_wait): Clear all_processes list also.
15340
15341 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
15342
15343 * linux-low.c: Include <errno.h>. Remove extern declaration of
15344 errno.
15345
15346 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
15347
15348 * gdbreplay.c, server.h, utils.c: Update copyright years.
15349
15350 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
15351
15352 * server.c (main): Print child status or termination signal from
15353 variable 'signal', not 'sig'.
15354
15355 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
15356
15357 * linux-low.c (linux_read_memory): Change return type to
15358 int. Check for and return error from ptrace().
15359 * target.c (read_inferior_memory): Change return type to int. Pass
15360 back return status from the_target->read_memory().
15361 * target.h (struct target_ops): Adapt *read_memory() prototype.
15362 Update comment.
15363 (read_inferior_memory): Adapt prototype.
15364 * server.c (main): Return an error packet if
15365 read_inferior_memory() returns an error.
15366
15367 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
15368
15369 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
15370 Unify with other clean targets.
15371
15372 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15373
15374 * server.c (handle_v_cont): Call set_desired_inferior.
15375
15376 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15377
15378 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
15379
15380 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15381
15382 * linux-low.c (linux_wait): Unblock async I/O.
15383 (linux_resume): Block and enable async I/O.
15384 * remote-utils.c (block_async_io, unblock_async_io): New functions.
15385 * server.h (block_async_io, unblock_async_io): Add prototypes.
15386
15387 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15388
15389 * remote-utils.c (remote_open): Print a status notice after
15390 opening a TCP port.
15391 * server.c (attach_inferior): Print a status notice after
15392 attaching.
15393
15394 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15395
15396 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
15397
15398 2004-02-26 Daniel Jacobowitz <drow@mvista.com>
15399
15400 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
15401 error packet.
15402 * server.c, target.h: Update copyright years.
15403
15404 2004-02-25 Roland McGrath <roland@redhat.com>
15405
15406 * target.h (struct target_ops): New member `read_auxv'.
15407 * server.c (handle_query): Handle qPart:auxv:read: query using that.
15408 * linux-low.c (linux_read_auxv): New function.
15409 (linux_target_ops): Initialize `read_auxv' member to that.
15410
15411 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15412
15413 Committed by Jim Blandy <jimb@redhat.com>.
15414
15415 * linux-s390-low.c (s390_num_regs): Update.
15416 (s390_regmap): Remove control registers. Use __s390x__ predefine
15417 instead of GPR_SIZE to distiguish s390 and s390x targets.
15418
15419 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
15420
15421 * linux-low.c: Update copyright year.
15422 (check_removed_breakpoint): Clear pending_is_breakpoint.
15423 (linux_set_resume_request, linux_queue_one_thread)
15424 (resume_status_pending_p): New functions.
15425 (linux_continue_one_thread): Use process->resume.
15426 (linux_resume): Only resume threads if there are no pending events.
15427 * linux-low.h (struct process_info): Add resume request
15428 pointer.
15429
15430 2004-01-30 Daniel Jacobowitz <drow@mvista.com>
15431
15432 * regcache.c (new_register_cache): Clear the allocated register
15433 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
15434
15435 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15436
15437 * linux-low.c (linux_resume): Take a struct thread_resume *
15438 argument.
15439 (linux_wait): Update call.
15440 (resume_ptr): New static variable.
15441 (linux_continue_one_thread): Renamed from
15442 linux_continue_one_process. Use resume_ptr.
15443 (linux_resume): Use linux_continue_one_thread.
15444 * server.c (handle_v_cont, handle_v_requests): New functions.
15445 (myresume): New function.
15446 (main): Handle 'v' case.
15447 * target.h (struct thread_resume): New type.
15448 (struct target_ops): Change argument of "resume" to struct
15449 thread_resume *.
15450 (myresume): Delete macro.
15451
15452 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
15453
15454 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
15455 (uninstall): Support DESTDIR.
15456
15457 Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
15458
15459 * configure.srv: Add xscale*linux copy of arm*linux entry.
15460
15461 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15462
15463 * linux-arm-low.c (arm_reinsert_addr): New function.
15464 (the_low_target): Add arm_reinsert_addr.
15465
15466 2003-07-08 Mark Kettenis <kettenis@gnu.org>
15467
15468 * mem-break.c: Remove whitespace at end of file.
15469
15470 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
15471
15472 * configure.in: Check whether we need to prototype strerror.
15473 * server.h: Optionally prototype strerror.
15474 * gdbreplay.c (perror_with_name): Use strerror.
15475 * linux-low.c (linux_attach_lwp): Use strerror.
15476 * utils.c (perror_with_name): Use strerror.
15477 * config.in, configure: Regenerated.
15478
15479 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
15480
15481 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
15482 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
15483
15484 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
15485
15486 * Makefile.in (SFILES): Update.
15487 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
15488 low-sun3.c: Remove files.
15489
15490 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
15491
15492 * linux-low.c: Move comment to linux_thread_alive where it belonged.
15493 (linux_detach_one_process, linux_detach): New functions.
15494 (linux_target_ops): Add linux_detach.
15495 * server.c (main): Handle 'D' packet.
15496 * target.h (struct target_ops): Add "detach" member.
15497 (detach_inferior): Define.
15498
15499 2003-06-13 Mark Kettenis <kettenis@gnu.org>
15500
15501 From Kelley Cook <kelleycook@wideopenwest.com>:
15502 * configure.srv: Accept i[34567]86 variants.
15503
15504 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
15505
15506 * linux-low.c (linux_wait_for_event): Correct comment typos.
15507 (linux_resume_one_process): Call check_removed_breakpoint.
15508 (linux_send_signal): New function.
15509 (linux_target_ops): Add linux_send_signal.
15510 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
15511 of kill.
15512 * target.h (struct target_ops): Add send_signal.
15513
15514 2003-05-29 Jim Blandy <jimb@redhat.com>
15515
15516 * linux-low.c (usr_store_inferior_registers): Transfer buf in
15517 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
15518 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
15519 away part of the register's value.
15520
15521 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
15522
15523 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
15524 (linux_wait_for_event, linux_init_signals): Likewise.
15525
15526 2003-03-17 Daniel Jacobowitz <drow@mvista.com>
15527
15528 * configure.in: Check for stdlib.h.
15529 * configure: Regenerated.
15530 * config.in: Regenerated.
15531
15532 2003-01-04 Andreas Schwab <schwab@suse.de>
15533
15534 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
15535
15536 2003-01-02 Andrew Cagney <ac131313@redhat.com>
15537
15538 * Makefile.in: Remove obsolete code.
15539
15540 2002-11-20 Daniel Jacobowitz <drow@mvista.com>
15541
15542 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
15543 defined(PT_FPR0_HI).
15544
15545 2002-11-17 Stuart Hughes <seh@zee2.com>
15546
15547 * linux-arm-low.c (arm_num_regs): Increase.
15548 (arm_regmap): Include status register.
15549
15550 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
15551
15552 * linux-low.c (register_addr): Remove incorrect -1 check.
15553
15554 2002-08-29 Daniel Jacobowitz <drow@mvista.com>
15555
15556 * linux-low.c (linux_create_inferior): Call setpgid. Return
15557 the new PID.
15558 (unstopped_p, linux_signal_pid): Remove.
15559 (linux_target_ops): Remove linux_signal_pid.
15560 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
15561 global instead of target method.
15562 * target.h (struct target_ops): Remove signal_pid. Update comment
15563 for create_inferior.
15564 * server.c (signal_pid): New variable.
15565 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
15566 gdbserver. Set the child to be the foreground process group.
15567 (attach_inferior): Set signal_pid.
15568
15569 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15570
15571 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
15572
15573 2002-08-20 Jim Blandy <jimb@redhat.com>
15574
15575 * Makefile.in (LDFLAGS): Allow the configure script to establish a
15576 default for this.
15577
15578 2002-08-01 Andrew Cagney <cagney@redhat.com>
15579
15580 * Makefile.in: Make chill references obsolete.
15581
15582 2002-07-24 Kevin Buettner <kevinb@redhat.com>
15583
15584 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
15585 * configure: Regenerate.
15586 * config.in: Regenerate.
15587
15588 2002-07-09 David O'Brien <obrien@FreeBSD.org>
15589
15590 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
15591 (perror_with_name, remote_close, remote_open, expect, play): Static.
15592
15593 2002-07-04 Michal Ludvig <mludvig@suse.cz>
15594
15595 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
15596 byte offsets instead of an array of indexes.
15597 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
15598
15599 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
15600
15601 * regcache.c: Add comment.
15602
15603 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
15604
15605 * thread-db.c: New file.
15606 * proc-service.c: New file.
15607 * acinclude.m4: New file.
15608 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
15609 proc-service.o, and thread-db.o.
15610 (linux-low.o): Add USE_THREAD_DB.
15611 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
15612 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
15613 * aclocal.m4: Regenerated.
15614 * config.in: Regenerated.
15615 * configure: Regenerated.
15616 * configure.in: Check for proc_service.h, sys/procfs.h,
15617 thread_db.h, and linux/elf.h headrs.
15618 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
15619 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
15620 Check for -lthread_db and thread support.
15621 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
15622 PowerPC, and SuperH.
15623 * i387-fp.c: Constify arguments.
15624 * i387-fp.h: Likewise.
15625 * inferiors.c: (struct thread_info): Renamed from
15626 `struct inferior_info'. Remove PID member. Use generic inferior
15627 list header. All uses updated.
15628 (inferiors, signal_pid): Removed.
15629 (all_threads): New variable.
15630 (get_thread): Define.
15631 (add_inferior_to_list): New function.
15632 (for_each_inferior): New function.
15633 (change_inferior_id): New function.
15634 (add_inferior): Removed.
15635 (remove_inferior): New function.
15636 (add_thread): New function.
15637 (free_one_thread): New function.
15638 (remove_thread): New function.
15639 (clear_inferiors): Use for_each_inferior and free_one_thread.
15640 (find_inferior): New function.
15641 (find_inferior_id): New function.
15642 (inferior_target_data): Update argument type.
15643 (set_inferior_target_data): Likewise.
15644 (inferior_regcache_data): Likewise.
15645 (set_inferior_regcache_data): Likewise.
15646 * linux-low.c (linux_bp_reinsert): Remove.
15647 (all_processes, stopping_threads, using_thrads)
15648 (struct pending_signals, debug_threads, pid_of): New.
15649 (inferior_pid): Replace with macro.
15650 (struct inferior_linux_data): Remove.
15651 (get_stop_pc, add_process): New functions.
15652 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
15653 Use add_process and add_thread.
15654 (linux_attach_lwp): New function, based on old linux_attach. Use
15655 add_process and add_thread. Set stop_expected for new threads.
15656 (linux_attach): New function.
15657 (linux_kill_one_process): New function.
15658 (linux_kill): Kill all LWPs.
15659 (linux_thread_alive): Use find_inferior_id.
15660 (check_removed_breakpoints, status_pending_p): New functions.
15661 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
15662 Update. Use WNOHANG. Wait for cloned processes also. Update process
15663 struct for the found process.
15664 (linux_wait_for_event): New function.
15665 (linux_wait): Use it. Support LWPs.
15666 (send_sigstop, wait_for_sigstop, stop_all_processes)
15667 (linux_resume_one_process, linux_continue_one_process): New functions.
15668 (linux_resume): Support LWPs.
15669 (REGISTER_RAW_SIZE): Remove.
15670 (fetch_register): Use register_size instead. Call supply_register.
15671 (usr_store_inferior_registers): Likewise. Call collect_register.
15672 Fix recursive case.
15673 (regsets_fetch_inferior_registers): Improve error message.
15674 (regsets_store_inferior_registers): Add debugging.
15675 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
15676 (unstopped_p, linux_signal_pid): New functions.
15677 (linux_target_ops): Add linux_signal_pid.
15678 (linux_init_signals): New function.
15679 (initialize_low): Call it. Initialize using_threads.
15680 * regcache.c (inferior_regcache_data): Add valid
15681 flag.
15682 (get_regcache): Fetch registers lazily. Add fetch argument
15683 and update all callers.
15684 (regcache_invalidate_one, regcache_invalidate): New
15685 functions.
15686 (new_register_cache): Renamed from create_register_cache.
15687 Return the new regcache.
15688 (free_register_cache): Change argument to a void *.
15689 (registers_to_string, registers_from_string): Call get_regcache
15690 with fetch flag set.
15691 (register_data): Make static. Pass fetch flag to get_regcache.
15692 (supply_register): Call get_regcache with fetch flag clear.
15693 (collect_register): Call get_regcache with fetch flag set.
15694 (collect_register_as_string): New function.
15695 * regcache.h: Update.
15696 * remote-utils.c (putpkt): Flush after debug output and use
15697 stderr.
15698 Handle input interrupts while waiting for an ACK.
15699 (input_interrupt): Use signal_pid method.
15700 (getpkt): Flush after debug output and use stderr.
15701 (outreg): Use collect_register_as_string.
15702 (new_thread_notify, dead_thread_notify): New functions.
15703 (prepare_resume_reply): Check using_threads. Set thread_from_wait
15704 and general_thread.
15705 (look_up_one_symbol): Flush after debug output.
15706 * server.c (step_thread, server_waiting): New variables.
15707 (start_inferior): Don't use signal_pid. Update call to mywait.
15708 (attach_inferior): Update call to mywait.
15709 (handle_query): Handle qfThreadInfo and qsThreadInfo.
15710 (main): Don't fetch/store registers explicitly. Use
15711 set_desired_inferior. Support proposed ``Hs'' packet. Update
15712 calls to mywait.
15713 * server.h: Update.
15714 (struct inferior_list, struct_inferior_list_entry): New.
15715 * target.c (set_desired_inferior): New.
15716 (write_inferior_memory): Constify.
15717 (mywait): New function.
15718 * target.h: Update.
15719 (struct target_ops): New signal_pid method.
15720 (mywait): Removed macro, added prototype.
15721
15722 * linux-low.h (regset_func): Removed.
15723 (regset_fill_func, regset_store_func): New.
15724 (enum regset_type): New.
15725 (struct regset_info): Add type field. Use new operation types.
15726 (struct linux_target_ops): stop_pc renamed to get_pc.
15727 Add decr_pc_after_break and breakpoint_at.
15728 (get_process, get_thread_proess, get_process_thread)
15729 (strut process_info, all_processes, linux_attach_lwp)
15730 (thread_db_init): New.
15731
15732 * linux-arm-low.c (arm_get_pc, arm_set_pc,
15733 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
15734 (the_low_target): Add new members.
15735 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
15736 (i386_store_fpxregset): Constify.
15737 (target_regsets): Add new kind identifier.
15738 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
15739 (i386_set_pc): Add debugging.
15740 (i386_breakpoint_at): New function.
15741 (the_low_target): Add new members.
15742 * linux-mips-low.c (mips_get_pc, mips_set_pc)
15743 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
15744 (mips_breakpoint_at): New.
15745 (the_low_target): Add new members.
15746 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
15747 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
15748 (the_low_target): Add new members.
15749 * linux-sh-low.c (sh_get_pc, sh_set_pc)
15750 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
15751 (the_low_target): Add new members.
15752 * linux-x86-64-low.c (target_regsets): Add new kind
15753 identifier.
15754
15755 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
15756
15757 From Martin Pool <mbp@samba.org>:
15758 * server.c (gdbserver_usage): New function.
15759 (main): Call it.
15760
15761 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15762
15763 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
15764 stop_at -> stop_pc.
15765
15766 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15767
15768 * Makefile.in: Remove obsolete code.
15769
15770 2002-04-24 Michal Ludvig <mludvig@suse.cz>
15771
15772 * linux-low.c (regsets_fetch_inferior_registers),
15773 (regsets_store_inferior_registers): Removed cast to int from
15774 ptrace() calls.
15775 * regcache.h: Added declaration of struct inferior_info.
15776
15777 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
15778
15779 * inferiors.c (struct inferior_info): Add regcache_data.
15780 (add_inferior): Call create_register_cache.
15781 (clear_inferiors): Call free_register_cache.
15782 (inferior_regcache_data, set_inferior_regcache_data): New functions.
15783 * regcache.c (struct inferior_regcache_data): New.
15784 (registers): Remove.
15785 (get_regcache): New function.
15786 (create_register_cache, free_register_cache): New functions.
15787 (set_register_cache): Don't initialize the register cache here.
15788 (registers_to_string, registers_from_string, register_data): Call
15789 get_regcache.
15790 * regcache.h: Add prototypes.
15791 * server.h: Likewise.
15792
15793 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
15794
15795 * mem-break.c: New file.
15796 * mem-break.h: New file.
15797 * Makefile.in: Add mem-break.o rule; update server.h
15798 dependencies.
15799 * inferiors.c (struct inferior_info): Add target_data
15800 member.
15801 (clear_inferiors): Free target_data member if set.
15802 (inferior_target_data, set_inferior_target_data): New functions.
15803 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
15804 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
15805 * linux-low.c (linux_bp_reinsert): New variable.
15806 (struct inferior_linux_data): New.
15807 (linux_create_inferior): Use set_inferior_target_data.
15808 (linux_attach): Likewise. Call add_inferior.
15809 (linux_wait_for_one_inferior): New function.
15810 (linux_wait): Call it.
15811 (linux_write_memory): Add const.
15812 (initialize_low): Call set_breakpoint_data.
15813 * linux-low.h (struct linux_target_ops): Add breakpoint
15814 handling members.
15815 * server.c (attach_inferior): Remove extra add_inferior
15816 call.
15817 * server.h: Include mem-break.h. Update inferior.c
15818 prototypes.
15819 * target.c (read_inferior_memory)
15820 (write_inferior_memory): New functions.
15821 * target.h (read_inferior_memory)
15822 (write_inferior_memory): Change macros to prototypes.
15823 (struct target_ops): Update comments. Add const to write_memory
15824 definition.
15825
15826 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
15827
15828 * linux-low.c (usr_store_inferior_registers): Support
15829 registers which are allowed to fail to store.
15830 * linux-low.h (linux_target_ops): Likewise.
15831 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
15832 (ppc_cannot_store_register): FPSCR may not be storable.
15833
15834 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15835
15836 * server.h: Include <string.h> if HAVE_STRING_H.
15837 * ChangeLog: Correct paths in last ChangeLog entry.
15838
15839 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15840
15841 * linux-low.h: Remove obsolete prototypes.
15842 (struct linux_target_ops): New.
15843 (extern the_low_target): New.
15844 * linux-low.c (num_regs, regmap): Remove declarations.
15845 (register_addr): Use the_low_target explicitly.
15846 (fetch_register): Likewise.
15847 (usr_fetch_inferior_registers): Likewise.
15848 (usr_store_inferior_registers): Likewise.
15849 * linux-arm-low.c (num_regs): Remove.
15850 (arm_num_regs): Define.
15851 (arm_regmap): Renamed from regmap, made static.
15852 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
15853 made static.
15854 (arm_cannot_store_register): Renamed from cannot_store_register,
15855 made static.
15856 (the_low_target): New.
15857 * linux-i386-low.c (num_regs): Remove.
15858 (i386_num_regs): Define.
15859 (i386_regmap): Renamed from regmap, made static.
15860 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
15861 made static.
15862 (i386_cannot_store_register): Renamed from cannot_store_register,
15863 made static.
15864 (the_low_target): New.
15865 * linux-ia64-low.c (num_regs): Remove.
15866 (ia64_num_regs): Define.
15867 (ia64_regmap): Renamed from regmap, made static.
15868 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
15869 made static.
15870 (ia64_cannot_store_register): Renamed from cannot_store_register,
15871 made static.
15872 (the_low_target): New.
15873 * linux-m68k-low.c (num_regs): Remove.
15874 (m68k_num_regs): Define.
15875 (m68k_regmap): Renamed from regmap, made static.
15876 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
15877 made static.
15878 (m68k_cannot_store_register): Renamed from cannot_store_register,
15879 made static.
15880 (the_low_target): New.
15881 * linux-mips-low.c (num_regs): Remove.
15882 (mips_num_regs): Define.
15883 (mips_regmap): Renamed from regmap, made static.
15884 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
15885 made static.
15886 (mips_cannot_store_register): Renamed from cannot_store_register,
15887 made static.
15888 (the_low_target): New.
15889 * linux-ppc-low.c (num_regs): Remove.
15890 (ppc_num_regs): Define.
15891 (ppc_regmap): Renamed from regmap, made static.
15892 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
15893 made static.
15894 (ppc_cannot_store_register): Renamed from cannot_store_register,
15895 made static.
15896 (the_low_target): New.
15897 * linux-s390-low.c (num_regs): Remove.
15898 (s390_num_regs): Define.
15899 (s390_regmap): Renamed from regmap, made static.
15900 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
15901 made static.
15902 (s390_cannot_store_register): Renamed from cannot_store_register,
15903 made static.
15904 (the_low_target): New.
15905 * linux-sh-low.c (num_regs): Remove.
15906 (sh_num_regs): Define.
15907 (sh_regmap): Renamed from regmap, made static.
15908 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
15909 made static.
15910 (sh_cannot_store_register): Renamed from cannot_store_register,
15911 made static.
15912 (the_low_target): New.
15913 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
15914 (the_low_target): New.
15915
15916 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15917
15918 * Makefile.in: Add stamp-h target.
15919 * configure.in: Create stamp-h.
15920 * configure: Regenerated.
15921
15922 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15923
15924 * inferiors.c: New file.
15925 * target.c: New file.
15926 * target.h: New file.
15927 * Makefile.in: Add target.o and inferiors.o. Update
15928 dependencies.
15929 * linux-low.c (inferior_pid): New static variable,
15930 moved from server.c.
15931 (linux_create_inferior): Renamed from create_inferior.
15932 Call add_inferior. Return 0 on success instead of a PID.
15933 (linux_attach): Renamed from myattach.
15934 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
15935 (linux_thread_alive): Renamed from mythread_alive.
15936 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
15937 child dies.
15938 (linux_resume): Renamed from myresume. Add missing ``return 0''.
15939 (regsets_store_inferior_registers): Correct error message.
15940 Add missing ``return 0''.
15941 (linux_fetch_registers): Renamed from fetch_inferior_registers.
15942 (linux_store_registers): Renamed from store_inferior_registers.
15943 (linux_read_memory): Renamed from read_inferior_memory.
15944 (linux_write_memory): Renamed from write_inferior_memory.
15945 (linux_target_ops): New structure.
15946 (initialize_low): Call set_target_ops ().
15947 * remote-utils.c (unhexify): New function.
15948 (hexify): New function.
15949 (input_interrupt): Send signals to ``signal_pid''.
15950 * server.c (inferior_pid): Remove.
15951 (start_inferior): Update create_inferior call.
15952 (attach_inferior): Call add_inferior.
15953 (handle_query): New function.
15954 (main): Call handle_query for `q' packets.
15955 * server.h: Include "target.h". Remove obsolete prototypes.
15956 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
15957
15958 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15959
15960 * Makefile.in: Add WARN_CFLAGS. Update configury
15961 dependencies.
15962 * configure.in: Check for <string.h>
15963 * configure: Regenerate.
15964 * config.in: Regenerate.
15965 * gdbreplay.c: Include needed system headers.
15966 (remote_open): Remove strchr prototype.
15967 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
15968 * regcache.c (supply_register): Change buf argument to const void *.
15969 (supply_register_by_name): Likewise.
15970 (collect_register): Change buf argument to void *.
15971 (collect_register_by_name): Likewise.
15972 * regcache.h: Add missing prototypes.
15973 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
15974 * server.c (handle_query): New function.
15975 (attached): New static variable, moved out of main.
15976 (main): Quiet longjmp clobber warnings.
15977 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
15978 * utils.c (error): Remove NORETURN.
15979 (fatal): Likewise.
This page took 0.374804 seconds and 5 git commands to generate.