gdb: Drop use of obsolete AC_TYPE_SIGNAL
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
... / ...
CommitLineData
12015-08-26 Simon Marchi <simon.marchi@ericsson.com>
2
3 * ax.c (gdb_parse_agent_expr): Likewise.
4 (compile_bytecodes): Likewise.
5 * dll.c (loaded_dll): Likewise.
6 * event-loop.c (append_callback_event): Likewise.
7 (create_file_handler): Likewise.
8 (create_file_event): Likewise.
9 * hostio.c (handle_open): Likewise.
10 * inferiors.c (add_thread): Likewise.
11 (add_process): Likewise.
12 * linux-aarch64-low.c (aarch64_linux_new_process): Likewise.
13 * linux-arm-low.c (arm_new_process): Likewise.
14 (arm_new_thread): Likewise.
15 * linux-low.c (add_to_pid_list): Likewise.
16 (linux_add_process): Likewise.
17 (handle_extended_wait): Likewise.
18 (add_lwp): Likewise.
19 (enqueue_one_deferred_signal): Likewise.
20 (enqueue_pending_signal): Likewise.
21 (linux_resume_one_lwp_throw): Likewise.
22 (linux_resume_one_thread): Likewise.
23 (linux_read_memory): Likewise.
24 (linux_write_memory): Likewise.
25 * linux-mips-low.c (mips_linux_new_process): Likewise.
26 (mips_linux_new_thread): Likewise.
27 (mips_add_watchpoint): Likewise.
28 * linux-x86-low.c (initialize_low_arch): Likewise.
29 * lynx-low.c (lynx_add_process): Likewise.
30 * mem-break.c (set_raw_breakpoint_at): Likewise.
31 (set_breakpoint): Likewise.
32 (add_condition_to_breakpoint): Likewise.
33 (add_commands_to_breakpoint): Likewise.
34 (clone_agent_expr): Likewise.
35 (clone_one_breakpoint): Likewise.
36 * regcache.c (new_register_cache): Likewise.
37 * remote-utils.c (look_up_one_symbol): Likewise.
38 * server.c (queue_stop_reply): Likewise.
39 (start_inferior): Likewise.
40 (queue_stop_reply_callback): Likewise.
41 (handle_target_event): Likewise.
42 * spu-low.c (fetch_ppc_memory): Likewise.
43 (store_ppc_memory): Likewise.
44 * target.c (set_target_ops): Likewise.
45 * thread-db.c (thread_db_load_search): Likewise.
46 (try_thread_db_load_1): Likewise.
47 * tracepoint.c (add_tracepoint): Likewise.
48 (add_tracepoint_action): Likewise.
49 (create_trace_state_variable): Likewise.
50 (cmd_qtdpsrc): Likewise.
51 (cmd_qtro): Likewise.
52 (add_while_stepping_state): Likewise.
53 * win32-low.c (child_add_thread): Likewise.
54 (get_image_name): Likewise.
55
562015-08-25 Yao Qi <yao.qi@linaro.org>
57
58 * linux-aarch64-low.c (aarch64_linux_new_thread): Remove.
59
602015-08-25 Yao Qi <yao.qi@linaro.org>
61
62 * Makefile.in (aarch64-linux.o): New rule.
63 * configure.srv (aarch64*-*-linux*): Append aarch64-linux.o to
64 srv_tgtobj.
65 * linux-aarch64-low.c: Include nat/aarch64-linux.h.
66 (aarch64_init_debug_reg_state): Make it extern.
67 (aarch64_linux_prepare_to_resume): Remove.
68
692015-08-25 Yao Qi <yao.qi@linaro.org>
70
71 * linux-aarch64-low.c (aarch64_linux_prepare_to_resume): Use
72 lwp_arch_private_info and ptid_of_lwp.
73
742015-08-25 Yao Qi <yao.qi@linaro.org>
75
76 * linux-aarch64-low.c (aarch64_get_debug_reg_state): Add argument pid.
77 Find proc_info by find_process_pid. All callers updated.
78
792015-08-25 Yao Qi <yao.qi@linaro.org>
80
81 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
82 Remove.
83 (debug_reg_change_callback): Remove.
84 (aarch64_notify_debug_reg_change): Remove.
85
862015-08-25 Yao Qi <yao.qi@linaro.org>
87
88 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
89 Call current_lwp_ptid.
90
912015-08-25 Yao Qi <yao.qi@linaro.org>
92
93 * linux-aarch64-low.c (debug_reg_change_callback): Use
94 debug_printf.
95
962015-08-25 Yao Qi <yao.qi@linaro.org>
97
98 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
99
1002015-08-25 Yao Qi <yao.qi@linaro.org>
101
102 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
103
1042015-08-25 Yao Qi <yao.qi@linaro.org>
105
106 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
107 the code.
108
1092015-08-25 Yao Qi <yao.qi@linaro.org>
110
111 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
112 Remove.
113 (debug_reg_change_callback): Remove argument entry and add argument
114 lwp. Remove local variable thread. Don't print thread id in the
115 debugging output. Don't check whether pid of thread equals to pid.
116 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
117 iterate_over_lwps instead find_inferior.
118
1192015-08-24 Pedro Alves <palves@redhat.com>
120
121 * inferiors.c (get_first_process): New function.
122 * inferiors.h (get_first_process): New declaration.
123 * remote-utils.c (read_ptid): Default to the first process in the
124 list, instead of to the current thread's process.
125
1262015-08-24 Pedro Alves <palves@redhat.com>
127
128 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
129 * event-loop.c: Likewise.
130 * remote-utils.c: Likewise.
131 * tracepoint.c: Likewise.
132
1332015-08-24 Pedro Alves <palves@redhat.com>
134
135 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
136 ptid_get_lwp.
137
1382015-08-21 Pedro Alves <palves@redhat.com>
139
140 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
141 instead of literal 1.
142
1432015-08-21 Pedro Alves <palves@redhat.com>
144
145 * tdesc.c (default_description): Explicitly zero-initialize.
146
1472015-08-21 Pedro Alves <palves@redhat.com>
148
149 PR gdb/18749
150 * inferiors.c (remove_thread): Discard any pending stop reply for
151 this thread.
152 * server.c (remove_all_on_match_pid): Rename to ...
153 (remove_all_on_match_ptid): ... this. Work with a filter ptid
154 instead of a pid.
155 (discard_queued_stop_replies): Change parameter to a ptid. Now
156 extern.
157 (handle_v_kill, kill_inferior_callback, captured_main)
158 (process_serial_event): Adjust.
159 * server.h (discard_queued_stop_replies): Declare.
160
1612015-08-21 Pedro Alves <palves@redhat.com>
162
163 * linux-low.c (wait_for_sigstop): Always switch to no thread
164 selected if the previously current thread dies.
165 * lynx-low.c (lynx_request_interrupt): Use the first thread's
166 process instead of the current thread's.
167 * remote-utils.c (input_interrupt): Don't check if there's no
168 current thread.
169 * server.c (gdb_read_memory, gdb_write_memory): If setting the
170 current thread to the general thread fails, error out.
171 (handle_qxfer_auxv, handle_qxfer_libraries)
172 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
173 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
174 (handle_query): Check if there's a thread selected instead of
175 checking whether there's any thread in the thread list.
176 (handle_qxfer_threads, handle_qxfer_btrace)
177 (handle_qxfer_btrace_conf): Don't error out early if there's no
178 thread in the thread list.
179 (handle_v_cont, myresume): Don't set the current thread to the
180 continue thread.
181 (process_serial_event) <Hg handling>: Also set thread_id if the
182 previous general thread is still alive.
183 (process_serial_event) <g/G handling>: If setting the current
184 thread to the general thread fails, error out.
185 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
186 thread's lwp instead of the current thread's.
187 * target.c (set_desired_thread): If the desired thread was not
188 found, leave the current thread pointing to NULL. Return an int
189 (boolean) indicating success.
190 * target.h (set_desired_thread): Change return type to int.
191
1922015-08-20 Max Filippov <jcmvbkbc@gmail.com>
193
194 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
195 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
196 #includes.
197 (ps_get_thread_area): New function.
198
1992015-08-19 Gary Benson <gbenson@redhat.com>
200
201 * hostio.c (handle_pread): Do not attempt to read more data
202 than hostio_reply_with_data can fit in a packet.
203
2042015-08-18 Joel Brobecker <brobecker@adacore.com>
205
206 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
207
2082015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
209
210 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
211
2122015-08-06 Pedro Alves <palves@redhat.com>
213
214 * tracepoint.c (expr_eval_result): Now an int.
215
2162015-08-06 Pedro Alves <palves@redhat.com>
217
218 * gdbthread.h (struct regcache): Forward declare.
219 (struct thread_info) <regcache_data>: Now a struct regcache
220 pointer.
221 * inferiors.c (inferior_regcache_data)
222 (set_inferior_regcache_data): Now work with struct regcache
223 pointers.
224 * inferiors.h (struct regcache): Forward declare.
225 (inferior_regcache_data, set_inferior_regcache_data): Now work
226 with struct regcache pointers.
227 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
228 (free_register_cache_thread): Remove struct regcache pointer
229 casts.
230
2312015-08-06 Pedro Alves <palves@redhat.com>
232
233 * server.c (captured_main): On error, print the exception message
234 to stderr, and if run_once is set, throw a quit.
235
2362015-08-06 Pedro Alves <palves@redhat.com>
237
238 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
239 the current thread.
240
2412015-08-06 Pedro Alves <palves@redhat.com>
242
243 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
244 reading beyond the passed in buffer length.
245
2462015-08-06 Pierre Langlois <pierre.langlois@arm.com>
247
248 * tracepoint.c (symbol_list) <required>: Remove.
249
2502015-08-06 Pedro Alves <palves@redhat.com>
251
252 * linux-low.c (handle_extended_wait): Set the fork child's suspend
253 count if stopping and suspending threads.
254 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
255 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
256 (linux_detach): Complete an ongoing step-over.
257 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
258 throughout.
259 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
260 (linux_wait_1): If passing a signal to the inferior after
261 finishing a step-over, unsuspend and re-resume all lwps. If we
262 see a single-step event but the thread should be continuing, don't
263 pass the trap to gdb.
264 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
265 internal_error instead of gdb_assert.
266 (enqueue_pending_signal): New function.
267 (check_ptrace_stopped_lwp_gone): Add debug output.
268 (start_step_over): Use internal_error instead of gdb_assert.
269 (complete_ongoing_step_over): New function.
270 (linux_resume_one_thread): Don't resume a suspended thread.
271 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
272 it stepping.
273
2742015-08-06 Pedro Alves <palves@redhat.com>
275
276 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
277 (linux_thread_alive): Use lwp_is_marked_dead.
278 (extended_event_reported): Delete.
279 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
280 instead of extended_event_reported.
281 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
282 as well.
283 (lwp_is_marked_dead): New function.
284 (lwp_running): Use lwp_is_marked_dead.
285 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
286 comment.
287
2882015-08-06 Pedro Alves <palves@redhat.com>
289
290 * linux-low.c (linux_wait_1): Move fork event output out of the
291 !report_to_gdb check. Pass event_child->waitstatus to
292 target_waitstatus_to_string instead of ourstatus.
293
2942015-08-04 Yao Qi <yao.qi@linaro.org>
295
296 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
297 if current_thread is 32 bit.
298
2992015-08-04 Yao Qi <yao.qi@linaro.org>
300
301 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
302 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
303 * server.c (extended_protocol): Remove "static".
304 * server.h (extended_protocol): Declare it.
305
3062015-08-04 Yao Qi <yao.qi@linaro.org>
307
308 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
309 both aarch64 and aarch32.
310 (aarch64_set_pc): Likewise.
311
3122015-08-04 Yao Qi <yao.qi@linaro.org>
313
314 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
315 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
316 arm-with-neon.xml to srv_xmlfiles.
317 * linux-aarch64-low.c: Include linux-aarch32-low.h.
318 (is_64bit_tdesc): New function.
319 (aarch64_linux_read_description): New function.
320 (aarch64_arch_setup): Call aarch64_linux_read_description.
321 (regs_info): Rename to regs_info_aarch64.
322 (aarch64_regs_info): Return right regs_info.
323 (initialize_low_arch): Call initialize_low_arch_aarch32.
324
3252015-08-04 Yao Qi <yao.qi@linaro.org>
326
327 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
328 * linux-aarch32-low.c: New file.
329 * linux-aarch32-low.h: New file.
330 * linux-arm-low.c (arm_fill_gregset): Move it to
331 linux-aarch32-low.c.
332 (arm_store_gregset): Likewise.
333 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
334 (arm_store_vfpregset): Call arm_store_vfpregset_num.
335 (arm_arch_setup): Check if PTRACE_GETREGSET works.
336 (regs_info): Rename to regs_info_arm.
337 (arm_regs_info): Return regs_info_aarch32 if
338 have_ptrace_getregset is 1 and target description is
339 arm_with_neon or arm_with_vfpv3.
340 (initialize_low_arch): Don't call init_registers_arm_with_neon.
341 Call initialize_low_arch_aarch32 instead.
342
3432015-08-04 Yao Qi <yao.qi@linaro.org>
344
345 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
346 * linux-low.c: ... here.
347 * linux-low.h (have_ptrace_getregset): Declare it.
348
3492015-08-04 Pedro Alves <palves@redhat.com>
350
351 * thread-db.c (struct thread_db): Use new typedefs.
352 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
353 CHK calls.
354 (disable_thread_event_reporting): Cast result of dlsym to
355 destination function pointer type.
356 (thread_db_mourn): Use td_ta_delete_ftype.
357
3582015-08-03 Sandra Loosemore <sandra@codesourcery.com>
359
360 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
361 arch variant.
362 (CDX_BREAKPOINT): Define for R2.
363 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
364 (the_low_target): Add comments.
365
3662015-07-30 Yao Qi <yao.qi@linaro.org>
367
368 * linux-arm-low.c (arm_hwcap): Remove it.
369 (arm_read_description): New local variable arm_hwcap. Don't
370 set arm_hwcap to zero.
371
3722015-07-30 Yao Qi <yao.qi@linaro.org>
373
374 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
375 Use regcache->tdesc instead.
376 (arm_store_wmmxregset): Likewise.
377 (arm_fill_vfpregset): Likewise.
378 (arm_store_vfpregset): Likewise.
379
3802015-07-30 Yao Qi <yao.qi@linaro.org>
381
382 * linux-arm-low.c: Include arch/arm.h.
383 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
384 (arm_store_gregset): Likewise.
385
3862015-07-29 Simon Marchi <simon.marchi@ericsson.com>
387
388 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
389 ptrace's 4th parameter.
390
3912015-07-27 Yao Qi <yao.qi@linaro.org>
392
393 * configure.srv (case aarch64*-*-linux*): Don't set
394 srv_linux_usrregs.
395
3962015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
397
398 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
399 sys/ptrace.h.
400 * linux-arm-low.c: Likewise.
401 * linux-cris-low.c: Likewise.
402 * linux-crisv32-low.c: Likewise.
403 * linux-low.c: Likewise.
404 * linux-m68k-low.c: Likewise.
405 * linux-mips-low.c: Likewise.
406 * linux-nios2-low.c: Likewise.
407 * linux-s390-low.c: Likewise.
408 * linux-sparc-low.c: Likewise.
409 * linux-tic6x-low.c: Likewise.
410 * linux-tile-low.c: Likewise.
411 * linux-x86-low.c: Likewise.
412
4132015-07-24 Pedro Alves <palves@redhat.com>
414
415 * config.in: Regenerate.
416 * configure: Regenerate.
417
4182015-07-24 Pedro Alves <palves@redhat.com>
419
420 * acinclude.m4: Include ../ptrace.m4.
421 * configure.ac: Call GDB_AC_PTRACE.
422 * config.in, configure: Regenerate.
423
4242015-07-24 Yao Qi <yao.qi@linaro.org>
425
426 * linux-low.c (linux_create_inferior): Remove setting to
427 proc->priv->new_inferior.
428 (linux_attach): Likewise.
429 (linux_low_filter_event): Likewise.
430 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
431
4322015-07-24 Yao Qi <yao.qi@linaro.org>
433
434 * linux-low.c (linux_arch_setup): New function.
435 (linux_low_filter_event): If proc->tdesc is NULL and
436 proc->attached is true, call the_low_target.arch_setup.
437 Otherwise, keep status pending, and return.
438 (linux_resume_one_lwp_throw): Don't call get_pc if
439 thread->while_stepping isn't NULL. Don't call
440 get_thread_regcache if proc->tdesc is NULL.
441 (need_step_over_p): Return 0 if proc->tdesc is NULL.
442 (linux_target_ops): Install arch_setup.
443 * server.c (start_inferior): Call the_target->arch_setup.
444 * target.h (struct target_ops) <arch_setup>: New field.
445 (target_arch_setup): New marco.
446 * lynx-low.c (lynx_target_ops): Update.
447 * nto-low.c (nto_target_ops): Update.
448 * spu-low.c (spu_target_ops): Update.
449 * win32-low.c (win32_target_ops): Update.
450
4512015-07-24 Yao Qi <yao.qi@linaro.org>
452
453 * linux-low.c (linux_add_process): Don't set
454 proc->priv->new_inferior.
455 (linux_create_inferior): Set proc->priv->new_inferior to 1.
456 (linux_attach): Likewise.
457
4582015-07-24 Yao Qi <yao.qi@linaro.org>
459
460 * server.c (start_inferior): Code refactor.
461
4622015-07-24 Yao Qi <yao.qi@linaro.org>
463
464 * server.c (process_serial_event): Set general_thread.
465
4662015-07-21 Yao Qi <yao.qi@linaro.org>
467
468 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
469 aarch64_linux_get_debug_reg_capacity.
470
4712015-07-17 Yao Qi <yao.qi@linaro.org>
472
473 * Makefile.in (aarch64-linux-hw-point.o): New rule.
474 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
475 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
476 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
477 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
478 (AARCH64_HWP_ALIGNMENT): Likewise.
479 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
480 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
481 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
482 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
483 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
484 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
485 (struct aarch64_debug_reg_state): Likewise.
486 (struct arch_lwp_info): Likewise.
487 (aarch64_align_watchpoint): Likewise.
488 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
489 (aarch64_watchpoint_length): Likewise.
490 (aarch64_point_encode_ctrl_reg): Likewise
491 (aarch64_point_is_aligned): Likewise.
492 (aarch64_align_watchpoint): Likewise.
493 (aarch64_linux_set_debug_regs):
494 (aarch64_dr_state_insert_one_point): Likewise.
495 (aarch64_dr_state_remove_one_point): Likewise.
496 (aarch64_handle_breakpoint): Likewise.
497 (aarch64_handle_aligned_watchpoint): Likewise.
498 (aarch64_handle_unaligned_watchpoint): Likewise.
499 (aarch64_handle_watchpoint): Likewise.
500
5012015-07-17 Yao Qi <yao.qi@linaro.org>
502
503 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
504 and don't aarch64_get_debug_reg_state. All callers update.
505 (aarch64_handle_aligned_watchpoint): Likewise.
506 (aarch64_handle_unaligned_watchpoint): Likewise.
507 (aarch64_handle_watchpoint): Likewise.
508 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
509 (aarch64_remove_point): Likewise.
510
5112015-07-17 Yao Qi <yao.qi@linaro.org>
512
513 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
514 debug_printf.
515 (aarch64_handle_unaligned_watchpoint): Likewise.
516
5172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 Revert the previous 3 commits:
520 Move gdb_regex* to common/
521 Move linux_find_memory_regions_full & co.
522 gdbserver build-id attribute generator
523
5242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
525 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 gdbserver build-id attribute generator.
528 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
529 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
530 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
531 (find_phdr): New.
532 (get_dynamic): Use find_pdhr to traverse program headers.
533 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
534 (compare_mapping_entry_range, struct find_memory_region_callback_data)
535 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
536 (get_hex_build_id): New.
537 (linux_qxfer_libraries_svr4): Add optional build-id attribute
538 to reply XML document.
539
5402015-07-15 Aleksandar Ristovski <aristovski@qnx.com
541 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 * target.c: Include target/target-utils.h and fcntl.h.
544 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
545 (target_fileio_read_stralloc): New functions.
546
5472015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
548
549 * Makefile.in (OBS): Add gdb_regex.o.
550 (gdb_regex.o): New.
551 * config.in: Rebuilt.
552 * configure: Rebuilt.
553
5542015-07-15 Aleksandar Ristovski <aristovski@qnx.com
555 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
558 * Makefile.in (OBS): Add target-utils.o.
559 (linux-maps.o, target-utils.o): New.
560 * configure.srv (srv_linux_obj): Add linux-maps.o.
561
5622015-07-15 Pierre Langlois <pierre.langlois@arm.com>
563
564 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
565 function, return 1.
566 (the_low_target): Install it.
567
5682015-07-14 Pedro Alves <palves@redhat.com>
569
570 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
571 Instead, ignore ECHILD, and throw an error for other errnos.
572
5732015-07-10 Pedro Alves <palves@redhat.com>
574
575 * event-loop.c (struct callback_event) <data>: Change type to
576 gdb_client_data instance instead of gdb_client_data pointer.
577 (append_callback_event): Adjust.
578
5792015-07-10 Pierre Langlois <pierre.langlois@arm.com>
580
581 * linux-aarch64-low.c: Add comments for each linux_target_ops
582 method. Remove comments already covered in target_ops and
583 linux_target_ops definitions.
584 (the_low_target): Add comments for each unimplemented method.
585
5862015-07-09 Yao Qi <yao.qi@linaro.org>
587
588 * linux-aarch64-low.c (aarch64_regmap): Remove.
589 (aarch64_usrregs_info): Remove.
590 (regs_info): Set field usrregs to NULL.
591
5922015-07-02 Markus Metzger <markus.t.metzger@intel.com>
593
594 * linux-low.c: Include "rsp-low.h"
595 (linux_low_encode_pt_config, linux_low_encode_raw): New.
596 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
597 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
598 (handle_btrace_enable_pt): New.
599 (handle_btrace_general_set): Support "pt".
600 (handle_btrace_conf_general_set): Support "pt:size".
601
6022015-06-29 Pierre Langlois <pierre.langlois@arm.com>
603
604 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
605 Z_PACKET_SW_BP.
606
6072015-06-29 Pierre Langlois <pierre.langlois@arm.com>
608
609 * linux-aarch64-low.c: Remove comment about endianness.
610 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
611 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
612 memcmp.
613
6142015-06-24 Gary Benson <gbenson@redhat.com>
615
616 * linux-i386-ipa.c (stdint.h): Do not include.
617 * lynx-i386-low.c (stdint.h): Likewise.
618 * lynx-ppc-low.c (stdint.h): Likewise.
619 * mem-break.c (stdint.h): Likewise.
620 * thread-db.c (stdint.h): Likewise.
621 * tracepoint.c (stdint.h): Likewise.
622 * win32-low.c (stdint.h): Likewise.
623
6242015-06-18 Simon Marchi <simon.marchi@ericsson.com>
625
626 * server.c (write_qxfer_response): Update call to
627 remote_escape_output.
628
6292015-06-15 Aleksandar Ristovski <aristovski@qnx.com
630 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 Merge multiple hex conversions.
633 * gdbreplay.c (tohex): Rename to 'fromhex'.
634 (logchar): Use fromhex.
635
6362015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * server.c (handle_qxfer_libraries): Set `version' attribute for
639 <library-list>.
640
6412015-06-10 Gary Benson <gbenson@redhat.com>
642
643 * target.h (struct target_ops) <multifs_open>: New field.
644 <multifs_unlink>: Likewise.
645 <multifs_readlink>: Likewise.
646 * linux-low.c (nat/linux-namespaces.h): New include.
647 (linux_target_ops): Initialize the_target->multifs_open,
648 the_target->multifs_unlink and the_target->multifs_readlink.
649 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
650 * hostio.c (hostio_fs_pid): New static variable.
651 (hostio_handle_new_gdb_connection): New function.
652 (handle_setfs): Likewise.
653 (handle_open): Use the_target->multifs_open as appropriate.
654 (handle_unlink): Use the_target->multifs_unlink as appropriate.
655 (handle_readlink): Use the_target->multifs_readlink as
656 appropriate.
657 (handle_vFile): Handle vFile:setfs packets.
658 * server.c (handle_query): Call hostio_handle_new_gdb_connection
659 after target_handle_new_gdb_connection.
660
6612015-06-10 Gary Benson <gbenson@redhat.com>
662
663 * configure.ac (AC_CHECK_FUNCS): Add setns.
664 * config.in: Regenerate.
665 * configure: Likewise.
666 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
667 (linux-namespaces.o): New rule.
668 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
669
6702015-06-09 Gary Benson <gbenson@redhat.com>
671
672 * hostio.c (handle_open): Process mode argument with
673 fileio_to_host_mode.
674
6752015-06-01 Yao Qi <yao.qi@linaro.org>
676
677 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
678 * linux-x86-low.c: Likewise.
679
6802015-05-28 Don Breazeal <donb@codesourcery.com>
681
682 * linux-low.c (handle_extended_wait): Initialize
683 thread_info.last_resume_kind for new fork children.
684
6852015-05-15 Pedro Alves <palves@redhat.com>
686
687 * target.h (target_handle_new_gdb_connection): Rewrite using if
688 wrapped in do/while.
689
6902015-05-14 Joel Brobecker <brobecker@adacore.com>
691
692 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
693 * configure, config.in: Regenerate.
694 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
695 Declare typedef.
696
6972015-05-12 Don Breazeal <donb@codesourcery.com>
698
699 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
700 PTRACE_EVENT_VFORK_DONE.
701 (linux_low_ptrace_options, extended_event_reported): Add vfork
702 events.
703 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
704 and "vforkdone" for RSP 'T' Stop Reply Packet.
705 * server.h (report_vfork_events): Declare
706 global variable.
707
7082015-05-12 Don Breazeal <donb@codesourcery.com>
709
710 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
711 (the_low_target) <new_fork>: Initialize new member.
712 * linux-arm-low.c (arm_new_fork): New function.
713 (the_low_target) <new_fork>: Initialize new member.
714 * linux-low.c (handle_extended_wait): Call new target function
715 new_fork.
716 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
717 * linux-mips-low.c (mips_add_watchpoint): New function
718 extracted from mips_insert_point.
719 (the_low_target) <new_fork>: Initialize new member.
720 (mips_linux_new_fork): New function.
721 (mips_insert_point): Call mips_add_watchpoint.
722 * linux-x86-low.c (x86_linux_new_fork): New function.
723 (the_low_target) <new_fork>: Initialize new member.
724
7252015-05-12 Don Breazeal <donb@codesourcery.com>
726
727 * linux-low.c (handle_extended_wait): Implement return value,
728 rename argument 'event_child' to 'event_lwp', handle
729 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
730 (linux_low_ptrace_options): New function.
731 (linux_low_filter_event): Call linux_low_ptrace_options,
732 use different argument fo linux_enable_event_reporting,
733 use return value from handle_extended_wait.
734 (extended_event_reported): New function.
735 (linux_wait_1): Call extended_event_reported and set
736 status to report fork events.
737 (linux_write_memory): Add pid to debug message.
738 (reset_lwp_ptrace_options_callback): New function.
739 (linux_handle_new_gdb_connection): New function.
740 (linux_target_ops): Initialize new structure member.
741 * linux-low.h (struct lwp_info) <waitstatus>: New member.
742 * lynx-low.c: Initialize new structure member.
743 * remote-utils.c (prepare_resume_reply): Implement stop reason
744 "fork" for "T" stop message.
745 * server.c (handle_query): Call handle_new_gdb_connection.
746 * server.h (report_fork_events): Declare global flag.
747 * target.h (struct target_ops) <handle_new_gdb_connection>:
748 New member.
749 (target_handle_new_gdb_connection): New macro.
750 * win32-low.c: Initialize new structure member.
751
7522015-05-12 Don Breazeal <donb@codesourcery.com>
753
754 * mem-break.c (APPEND_TO_LIST): Define macro.
755 (clone_agent_expr): New function.
756 (clone_one_breakpoint): New function.
757 (clone_all_breakpoints): New function.
758 * mem-break.h: Declare new functions.
759
7602015-05-12 Don Breazeal <donb@codesourcery.com>
761
762 * linux-low.c (linux_supports_fork_events): New function.
763 (linux_supports_vfork_events): New function.
764 (linux_target_ops): Initialize new structure members.
765 (initialize_low): Call linux_check_ptrace_features.
766 * lynx-low.c (lynx_target_ops): Initialize new structure
767 members.
768 * server.c (report_fork_events, report_vfork_events):
769 New global flags.
770 (handle_query): Add new features to qSupported packet and
771 response.
772 (captured_main): Initialize new global variables.
773 * target.h (struct target_ops) <supports_fork_events>:
774 New member.
775 <supports_vfork_events>: New member.
776 (target_supports_fork_events): New macro.
777 (target_supports_vfork_events): New macro.
778 * win32-low.c (win32_target_ops): Initialize new structure
779 members.
780
7812015-05-12 Gary Benson <gbenson@redhat.com>
782
783 * server.c (handle_qxfer_exec_file): Use current process
784 if annex is empty.
785
7862015-05-08 Sandra Loosemore <sandra@codesourcery.com>
787
788 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
789 Remove HAVE_PTRACE_GETREGS conditionals.
790 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
791 instead of PTRACE_GETREGS and PTRACE_SETREGS.
792
7932015-05-08 Yao Qi <yao.qi@linaro.org>
794
795 * linux-low.c (linux_supports_conditional_breakpoints): New
796 function.
797 (linux_target_ops): Install new target method.
798 * lynx-low.c (lynx_target_ops): Install NULL hook for
799 supports_conditional_breakpoints.
800 * nto-low.c (nto_target_ops): Likewise.
801 * spu-low.c (spu_target_ops): Likewise.
802 * win32-low.c (win32_target_ops): Likewise.
803 * server.c (handle_query): Check
804 target_supports_conditional_breakpoints.
805 * target.h (struct target_ops) <supports_conditional_breakpoints>:
806 New field.
807 (target_supports_conditional_breakpoints): New macro.
808
8092015-05-06 Pedro Alves <palves@redhat.com>
810
811 PR server/18081
812 * server.c (start_inferior): If the process exits, mourn it.
813
8142015-04-21 Gary Benson <gbenson@redhat.com>
815
816 * hostio.c (fileio_open_flags_to_host): Factored out to
817 fileio_to_host_openflags in common/fileio.c. Single use
818 updated.
819
8202015-04-17 Max Filippov <jcmvbkbc@gmail.com>
821
822 * linux-xtensa-low.c (xtensa_fill_gregset)
823 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
824 XCHAL_HAVE_LOOP.
825
8262015-04-17 Max Filippov <jcmvbkbc@gmail.com>
827
828 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
829 (regs_info): Replace usrregs pointer with NULL.
830
8312015-04-17 Gary Benson <gbenson@redhat.com>
832
833 * target.h (struct target_ops) <pid_to_exec_file>: New field.
834 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
835 * server.c (handle_qxfer_exec_file): New function.
836 (qxfer_packets): Add exec-file entry.
837 (handle_query): Report qXfer:exec-file:read as supported packet.
838
8392015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
840
841 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
842
8432015-04-09 Gary Benson <gbenson@redhat.com>
844
845 * hostio-errno.c (errno_to_fileio_error): Remove function.
846 Update caller to use remote_fileio_to_fio_error.
847
8482015-04-09 Yao Qi <yao.qi@linaro.org>
849
850 * linux-low.c (linux_insert_point): Call
851 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
852 (linux_remove_point): Call remove_memory_breakpoint if type is
853 raw_bkpt_type_sw.
854 * linux-x86-low.c (x86_insert_point): Don't call
855 insert_memory_breakpoint.
856 (x86_remove_point): Don't call remove_memory_breakpoint.
857
8582015-04-01 Pedro Alves <palves@redhat.com>
859 Cleber Rosa <crosa@redhat.com>
860
861 * server.c (gdbserver_usage): Reorganize and extend the usage
862 message.
863
8642015-03-24 Pedro Alves <palves@redhat.com>
865
866 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
867 output. Also dump TRAP_TRACE.
868 (linux_low_filter_event): In debug output, distinguish a
869 resume_stop SIGSTOP from a delayed SIGSTOP.
870
8712015-03-24 Gary Benson <gbenson@redhat.com>
872
873 * linux-x86-low.c (x86_linux_new_thread): Moved to
874 nat/x86-linux.c.
875 (x86_linux_prepare_to_resume): Likewise.
876
8772015-03-24 Gary Benson <gbenson@redhat.com>
878
879 * Makefile.in (x86-linux-dregs.o): New rule.
880 * configure.srv: Add x86-linux-dregs.o to relevant targets.
881 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
882 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
883 (x86_linux_dr_get): Likewise.
884 (x86_linux_dr_set): Likewise.
885 (update_debug_registers_callback): Likewise.
886 (x86_linux_dr_set_addr): Likewise.
887 (x86_linux_dr_get_addr): Likewise.
888 (x86_linux_dr_set_control): Likewise.
889 (x86_linux_dr_get_control): Likewise.
890 (x86_linux_dr_get_status): Likewise.
891 (x86_linux_update_debug_registers): Likewise.
892
8932015-03-24 Gary Benson <gbenson@redhat.com>
894
895 * linux-x86-low.c (x86_linux_update_debug_registers):
896 New function, factored out from...
897 (x86_linux_prepare_to_resume): ...this.
898
8992015-03-24 Gary Benson <gbenson@redhat.com>
900
901 * linux-x86-low.c (x86_linux_dr_get): Update comments.
902 (x86_linux_dr_set): Likewise.
903 (update_debug_registers_callback): Likewise.
904 (x86_linux_dr_set_addr): Likewise.
905 (x86_linux_dr_get_addr): Likewise.
906 (x86_linux_dr_set_control): Likewise.
907 (x86_linux_dr_get_control): Likewise.
908 (x86_linux_dr_get_status): Likewise.
909 (x86_linux_prepare_to_resume): Likewise.
910
9112015-03-24 Gary Benson <gbenson@redhat.com>
912
913 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
914 Use perror_with_name. Pass string through gettext.
915 (x86_linux_dr_set): Likewise.
916
9172015-03-24 Gary Benson <gbenson@redhat.com>
918
919 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
920 (x86_linux_dr_set_addr): ...this.
921 (x86_dr_low_get_addr): Rename to...
922 (x86_linux_dr_get_addr): ...this.
923 (x86_dr_low_set_control): Rename to...
924 (x86_linux_dr_set_control): ...this.
925 (x86_dr_low_get_control): Rename to...
926 (x86_linux_dr_get_control): ...this.
927 (x86_dr_low_get_status): Rename to...
928 (x86_linux_dr_get_status): ...this.
929 (x86_dr_low): Update with new function names.
930
9312015-03-24 Gary Benson <gbenson@redhat.com>
932
933 * Makefile.in (x86-linux.o): New rule.
934 * configure.srv: Add x86-linux.o to relevant targets.
935 * linux-low.c (lwp_set_arch_private_info): New function.
936 (lwp_arch_private_info): Likewise.
937 * linux-x86-low.c: Include nat/x86-linux.h.
938 (arch_lwp_info): Removed structure.
939 (update_debug_registers_callback):
940 Use lwp_set_debug_registers_changed.
941 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
942 and lwp_set_debug_registers_changed.
943 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
944
9452015-03-24 Gary Benson <gbenson@redhat.com>
946
947 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
948 * linux-arm-low.c (arm_new_thread): Likewise.
949 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
950 * linux-mips-low.c (mips_linux_new_thread): Likewise.
951 * linux-x86-low.c (x86_linux_new_thread): Likewise.
952 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
953
9542015-03-24 Gary Benson <gbenson@redhat.com>
955
956 * linux-low.c (ptid_of_lwp): New function.
957 (lwp_is_stopped): Likewise.
958 (lwp_stop_reason): Likewise.
959 * linux-x86-low.c (update_debug_registers_callback):
960 Use lwp_is_stopped.
961 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
962 lwp_stop_reason.
963
9642015-03-24 Gary Benson <gbenson@redhat.com>
965
966 * linux-low.h (linux_stop_lwp): Remove declaration.
967
9682015-03-24 Gary Benson <gbenson@redhat.com>
969
970 * linux-low.h: Include nat/linux-nat.h.
971 * linux-low.c (iterate_over_lwps_args): New structure.
972 (iterate_over_lwps_filter): New function.
973 (iterate_over_lwps): Likewise.
974 * linux-x86-low.c (update_debug_registers_callback):
975 Update signature to what iterate_over_lwps expects.
976 Remove PID check that iterate_over_lwps now performs.
977 (x86_dr_low_set_addr): Use iterate_over_lwps.
978 (x86_dr_low_set_control): Likewise.
979
9802015-03-24 Gary Benson <gbenson@redhat.com>
981
982 * linux-x86-low.c (x86_debug_reg_state): New function.
983 (x86_linux_prepare_to_resume): Use the above.
984
9852015-03-24 Gary Benson <gbenson@redhat.com>
986
987 * linux-low.c (current_lwp_ptid): New function.
988 * linux-x86-low.c: Include nat/linux-nat.h.
989 (x86_dr_low_get_addr): Use current_lwp_ptid.
990 (x86_dr_low_get_control): Likewise.
991 (x86_dr_low_get_status): Likewise.
992
9932015-03-20 Pedro Alves <palves@redhat.com>
994
995 * tracepoint.c (cmd_qtstatus): Make "str" const.
996
9972015-03-20 Pedro Alves <palves@redhat.com>
998
999 * server.c (handle_general_set): Make "req_str" const.
1000
10012015-03-19 Pedro Alves <palves@redhat.com>
1002
1003 * linux-low.c (linux_resume_one_lwp): Rename to ...
1004 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
1005 instead call perror_with_name.
1006 (check_ptrace_stopped_lwp_gone): New function.
1007 (linux_resume_one_lwp): Reimplement as wrapper around
1008 linux_resume_one_lwp_throw that swallows errors if the LWP is
1009 gone.
1010
10112015-03-19 Pedro Alves <palves@redhat.com>
1012
1013 * linux-low.c (count_events_callback, select_event_lwp_callback):
1014 No longer check whether the thread has resume_stop as last resume
1015 kind.
1016
10172015-03-19 Pedro Alves <palves@redhat.com>
1018
1019 * linux-low.c (count_events_callback, select_event_lwp_callback):
1020 Use the lwp's status_pending_p field, not the thread's.
1021
10222015-03-19 Pedro Alves <palves@redhat.com>
1023
1024 * linux-low.c (select_event_lwp_callback): Update comments to
1025 no longer mention SIGTRAP.
1026
10272015-03-18 Gary Benson <gbenson@redhat.com>
1028
1029 * server.c (handle_query): Do not report vFile:fstat as supported.
1030
10312015-03-11 Gary Benson <gbenson@redhat.com>
1032
1033 * hostio.c (sys/types.h): New include.
1034 (sys/stat.h): Likewise.
1035 (common-remote-fileio.h): Likewise.
1036 (handle_fstat): New function.
1037 (handle_vFile): Handle vFile:fstat packets.
1038
10392015-03-11 Gary Benson <gbenson@redhat.com>
1040
1041 * configure.ac (AC_CHECK_MEMBERS): Add checks for
1042 struct stat.st_blocks and struct stat.st_blksize.
1043 * configure: Regenerate.
1044 * config.in: Likewise.
1045 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
1046 (OBS): Add common-remote-fileio.o.
1047 (common-remote-fileio.o): New rule.
1048
10492015-03-09 Pedro Alves <palves@redhat.com>
1050
1051 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
1052 'struct sockaddr' pointer in 'accept' call.
1053
10542015-03-09 Pedro Alves <palves@redhat.com>
1055
1056 Revert:
1057 2015-03-07 Pedro Alves <palves@redhat.com>
1058 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1059 or <winsock2.h> here. Instead include "gdb_socket.h".
1060 (remote_open): Use union gdb_sockaddr_u.
1061 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1062 or <winsock2.h> here. Instead include "gdb_socket.h".
1063 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1064 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1065 or <sys/un.h>.
1066 (init_named_socket, gdb_agent_helper_thread): Use union
1067 gdb_sockaddr_u.
1068
10692015-03-07 Pedro Alves <palves@redhat.com>
1070
1071 * configure.ac (build_warnings): Move
1072 -Wdeclaration-after-statement to the C-specific set.
1073 * configure: Regenerate.
1074
10752015-03-07 Pedro Alves <palves@redhat.com>
1076
1077 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1078 or <winsock2.h> here. Instead include "gdb_socket.h".
1079 (remote_open): Use union gdb_sockaddr_u.
1080 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1081 or <winsock2.h> here. Instead include "gdb_socket.h".
1082 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1083 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1084 or <sys/un.h>.
1085 (init_named_socket, gdb_agent_helper_thread): Use union
1086 gdb_sockaddr_u.
1087
10882015-03-07 Pedro Alves <palves@redhat.com>
1089
1090 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
1091 instead.
1092
10932015-03-06 Yao Qi <yao.qi@linaro.org>
1094
1095 * linux-aarch64-low.c (aarch64_insert_point): Use
1096 show_debug_regs as a boolean.
1097 (aarch64_remove_point): Likewise.
1098
10992015-03-05 Pedro Alves <palves@redhat.com>
1100
1101 * lynx-low.c (lynx_target_ops): Install NULL hooks for
1102 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
1103 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
1104 * nto-low.c (nto_target_ops): Likewise.
1105 * spu-low.c (spu_target_ops): Likewise.
1106 * win32-low.c (win32_target_ops): Likewise.
1107
11082015-03-04 Pedro Alves <palves@redhat.com>
1109
1110 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
1111 Decide whether a breakpoint triggered based on the SIGTRAP's
1112 siginfo.si_code.
1113 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
1114 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
1115 (linux_low_filter_event): Check for breakpoints before checking
1116 watchpoints.
1117 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
1118 siginfo.si_code.
1119 (linux_stopped_by_sw_breakpoint)
1120 (linux_supports_stopped_by_sw_breakpoint)
1121 (linux_stopped_by_hw_breakpoint)
1122 (linux_supports_stopped_by_hw_breakpoint): New functions.
1123 (linux_target_ops): Install new target methods.
1124
11252015-03-04 Pedro Alves <palves@redhat.com>
1126
1127 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
1128 * server.c (swbreak_feature, hwbreak_feature): New globals.
1129 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
1130 (captured_main): Clear swbreak_feature and hwbreak_feature.
1131 * server.h (swbreak_feature, hwbreak_feature): Declare.
1132 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
1133 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
1134 supports_stopped_by_hw_breakpoint>: New fields.
1135 (target_supports_stopped_by_sw_breakpoint)
1136 (target_stopped_by_sw_breakpoint)
1137 (target_supports_stopped_by_hw_breakpoint)
1138 (target_stopped_by_hw_breakpoint): Declare.
1139
11402015-03-04 Pedro Alves <palves@redhat.com>
1141
1142 enum lwp_stop_reason -> enum target_stop_reason
1143 * linux-low.c (check_stopped_by_breakpoint): Adjust.
1144 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
1145 (linux_wait_1, stuck_in_jump_pad_callback)
1146 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
1147 (linux_stopped_by_watchpoint):
1148 * linux-low.h (enum lwp_stop_reason): Delete.
1149 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1150 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1151
11522015-03-04 Yao Qi <yao.qi@linaro.org>
1153
1154 * Makefile.in (SFILES): Add linux-aarch64-low.c.
1155
11562015-03-03 Gary Benson <gbenson@redhat.com>
1157
1158 * hostio.c (handle_vFile): Fix prefix lengths.
1159
11602015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1161
1162 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
1163 ptr_bits.
1164
11652015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1166
1167 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
1168 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
1169 (clean): Add "rm -f" for above C files.
1170 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
1171 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
1172 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
1173 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
1174 * linux-s390-low.c (HWCAP_S390_VX): New macro.
1175 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
1176 (init_registers_s390x_vx_linux64)
1177 (init_registers_s390x_tevx_linux64)
1178 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1179 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
1180 declarations.
1181 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
1182 (s390_store_vxrs_high): New functions.
1183 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
1184 NT_S390_VXRS_HIGH.
1185 (s390_arch_setup): Add logic for selecting one of the new target
1186 descriptions. Activate the new vector regsets if applicable.
1187 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
1188 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
1189 and init_registers_s390x_tevx_linux64.
1190
11912015-03-01 Pedro Alves <palves@redhat.com>
1192
1193 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
1194 parameter.
1195
11962015-02-27 Pedro Alves <palves@redhat.com>
1197
1198 * linux-x86-low.c (u_debugreg_offset): New function.
1199 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1200
12012015-02-27 Pedro Alves <palves@redhat.com>
1202
1203 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1204 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
1205 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1206 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1207 (ps_lsetfpregs, ps_getpid)
1208 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
1209 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
1210 (ps_lsetxregs, ps_plog): Declare.
1211
12122015-02-27 Pedro Alves <palves@redhat.com>
1213
1214 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
1215 IP_AGENT_EXPORT_FUNC.
1216 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
1217 IP_AGENT_EXPORT_FUNC.
1218 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
1219 (IP_AGENT_EXPORT): Delete.
1220 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1221 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1222 (gdb_trampoline_buffer_error, collecting, gdb_collect)
1223 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
1224 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
1225 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
1226 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
1227 (traceframe_read_count, traceframe_write_count)
1228 (traceframes_created, trace_state_variables, get_raw_reg)
1229 (get_trace_state_variable_value, set_trace_state_variable_value)
1230 (ust_loaded, helper_thread_id, cmd_buf): Use
1231 IPA_SYM_EXPORTED_NAME.
1232 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
1233 (tracepoints) Use IP_AGENT_EXPORT_VAR.
1234 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
1235 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1236 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
1237 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
1238 EXTERN_C_PUSH/EXTERN_C_POP.
1239 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
1240 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
1241 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1242 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
1243 (traceframe_write_count, traceframe_read_count)
1244 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
1245 (about_to_request_buffer_space, get_trace_state_variable_value)
1246 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
1247 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
1248 EXTERN_C_PUSH/EXTERN_C_POP.
1249 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
1250 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
1251 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
1252 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1253 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1254 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1255 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
1256 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
1257 Define.
1258 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
1259 (IP_AGENT_EXPORT_VAR_DECL): Define.
1260 (tracing): Declare.
1261 (gdb_agent_get_raw_reg): Declare.
1262
12632015-02-27 Tom Tromey <tromey@redhat.com>
1264 Pedro Alves <palves@redhat.com>
1265
1266 Rename symbols whose names are reserved C++ keywords throughout.
1267
12682015-02-27 Pedro Alves <palves@redhat.com>
1269
1270 * Makefile.in (COMPILER): New, get it from autoconf.
1271 (CXX): Get from autoconf instead.
1272 (COMPILE.pre): Use COMPILER.
1273 (CC-LD): Rename to ...
1274 (CC_LD): ... this. Use COMPILER.
1275 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
1276 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1277 * acinclude.m4: Include build-with-cxx.m4.
1278 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1279 Disable -Werror by default if building in C++ mode.
1280 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1281 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
1282 the C++ compiler. Save/restore CXXFLAGS too.
1283 * configure: Regenerate.
1284
12852015-02-27 Pedro Alves <palves@redhat.com>
1286
1287 * acinclude.m4: Include libiberty.m4.
1288 * configure.ac: Call libiberty_INIT.
1289 * config.in, configure: Regenerate.
1290
12912015-02-26 Pedro Alves <palves@redhat.com>
1292
1293 * linux-low.c (linux_wait_1): When incrementing the PC past a
1294 program breakpoint always use the_low_target.breakpoint_len as
1295 increment, rather than the maximum between that and
1296 the_low_target.decr_pc_after_break.
1297
12982015-02-23 Pedro Alves <palves@redhat.com>
1299
1300 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
1301 thread was doing a step-over; always adjust the PC if
1302 we stepped over a permanent breakpoint.
1303 (linux_wait_1): If we stepped over breakpoint that was on top of a
1304 permanent breakpoint, manually advance the PC past it.
1305
13062015-02-23 Pedro Alves <palves@redhat.com>
1307
1308 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
1309 modes.
1310 (x86_fill_gregset, x86_store_gregset): Use it when handling
1311 $orig_eax.
1312
13132015-02-20 Pedro Alves <palves@redhat.com>
1314
1315 * thread-db.c: Include "nat/linux-procfs.h".
1316 (thread_db_init): Skip listing new threads if the kernel supports
1317 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
1318
13192015-02-20 Pedro Alves <palves@redhat.com>
1320
1321 * linux-low.c (status_pending_p_callback): Use ptid_match.
1322
13232015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1324
1325 PR breakpoints/16812
1326 * linux-low.c (wstatus_maybe_breakpoint): Remove.
1327 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
1328 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
1329
13302015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1331
1332 PR breakpoints/15956
1333 * tracepoint.c (cmd_qtinit): Add check for current_thread.
1334
13352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1336
1337 * linux-low.c (linux_low_btrace_conf): Print size.
1338 * server.c (handle_btrace_conf_general_set): New.
1339 (hanle_general_set): Call handle_btrace_conf_general_set.
1340 (handle_query): Report Qbtrace-conf:bts:size as supported.
1341
13422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1343
1344 * linux-low.c (linux_low_enable_btrace): Update parameters.
1345 (linux_low_btrace_conf): New.
1346 (linux_target_ops)<to_btrace_conf>: Initialize.
1347 * server.c (current_btrace_conf): New.
1348 (handle_btrace_enable): Rename to ...
1349 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
1350 to target_enable_btrace. Update comment. Update users.
1351 (handle_qxfer_btrace_conf): New.
1352 (qxfer_packets): Add btrace-conf entry.
1353 (handle_query): Report qXfer:btrace-conf:read as supported packet.
1354 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
1355 (target_ops)<read_btrace_conf>: New.
1356 (target_enable_btrace): Update parameters.
1357 (target_read_btrace_conf): New.
1358
13592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1360
1361 * server.c (handle_btrace_general_set): Remove call to
1362 target_supports_btrace.
1363 (supported_btrace_packets): New.
1364 (handle_query): Call supported_btrace_packets.
1365 * target.h: include btrace-common.h.
1366 (btrace_target_info): Removed.
1367 (supports_btrace, target_supports_btrace): Update parameters.
1368
13692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1370
1371 * Makefile.in (SFILES): Add common/btrace-common.c.
1372 (OBS): Add common/btrace-common.o.
1373 (btrace-common.o): Add build rules.
1374 * linux-low: Include btrace-common.h.
1375 (linux_low_read_btrace): Use struct btrace_data. Call
1376 btrace_data_init and btrace_data_fini.
1377
13782015-02-06 Pedro Alves <palves@redhat.com>
1379
1380 * thread-db.c (find_new_threads_callback): Add debug output.
1381
13822015-02-04 Pedro Alves <palves@redhat.com>
1383
1384 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
1385 (resume_stopped_resumed_lwps): New function.
1386 (linux_wait_for_event_filtered): Use it.
1387
13882015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1389
1390 * Makefile.in (SFILES): Add linux-personality.c.
1391 (linux-personality.o): New rule.
1392 * configure.srv (srv_linux_obj): Add linux-personality.o to the
1393 list of objects to be built.
1394 * linux-low.c: Include nat/linux-personality.h.
1395 (linux_create_inferior): Remove code to disable address space
1396 randomization (moved to ../nat/linux-personality.c). Create
1397 cleanup to disable address space randomization.
1398
13992015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1400
1401 * Makefile.in (posix-strerror.o): New rule.
1402 (mingw-strerror.o): Likewise.
1403 * configure: Regenerated.
1404 * configure.ac: Source file ../common/common.host. Initialize new
1405 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
1406
14072015-01-14 Yao Qi <yao@codesourcery.com>
1408
1409 * Makefile.in (SFILES): Add nat/ppc-linux.c.
1410 (ppc-linux.o): New rule.
1411 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
1412 * configure.ac: AC_CHECK_FUNCS(getauxval).
1413 * config.in: Re-generated.
1414 * configure: Re-generated.
1415 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
1416 ppc64_64bit_inferior_p
1417
14182015-01-14 Yao Qi <yao@codesourcery.com>
1419
1420 * linux-ppc-low.c: Include "nat/ppc-linux.h".
1421 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
1422 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
1423 (PT_ORIG_R3, PT_TRAP): Likewise.
1424 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
1425 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
1426 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
1427
14282015-01-10 Joel Brobecker <brobecker@adacore.com>
1429
1430 * i387-fp.c (i387_cache_to_xsave): In look over
1431 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
1432 zmmh_low_space field by use of zmmh_high_space.
1433
14342015-01-09 Pedro Alves <palves@redhat.com>
1435
1436 * linux-low.c (step_over_bkpt): Move higher up in the file.
1437 (handle_extended_wait): Don't store the stop_pc here.
1438 (get_stop_pc): Adjust comments and rename to ...
1439 (check_stopped_by_breakpoint): ... this. Record whether the LWP
1440 stopped for a software breakpoint or hardware breakpoint.
1441 (thread_still_has_status_pending_p): New function.
1442 (status_pending_p_callback): Use
1443 thread_still_has_status_pending_p. If the event is no longer
1444 interesting, resume the LWP.
1445 (handle_tracepoints): Add assert.
1446 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
1447 (wstatus_maybe_breakpoint): New function.
1448 (cancel_breakpoint): Delete function.
1449 (check_stopped_by_watchpoint): New function, factored out from
1450 linux_low_filter_event.
1451 (lp_status_maybe_breakpoint): Delete function.
1452 (linux_low_filter_event): Remove filter_ptid argument.
1453 Leave thread group exits pending here. Store the LWP's stop PC.
1454 Always leave events pending.
1455 (linux_wait_for_event_filtered): Pull all events out of the
1456 kernel, and leave them all pending.
1457 (count_events_callback, select_event_lwp_callback): Consider all
1458 events.
1459 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
1460 (select_event_lwp): Only give preference to the stepping LWP in
1461 all-stop mode. Adjust comments.
1462 (ignore_event): New function.
1463 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
1464 references to cancel_breakpoints. Adjust to renames. Also give
1465 equal priority to all LWPs that have had events in non-stop mode.
1466 If reporting a software breakpoint event, unadjust the LWP's PC.
1467 (linux_wait): If linux_wait_1 returned an ignored event, retry.
1468 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
1469 Adjust.
1470 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
1471 (resume_status_pending_p): Use thread_still_has_status_pending_p.
1472 (linux_stopped_by_watchpoint): Adjust.
1473 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
1474 * linux-low.h (enum lwp_stop_reason): New.
1475 (struct lwp_info) <stop_pc>: Adjust comment.
1476 <stopped_by_watchpoint>: Delete field.
1477 <stop_reason>: New field.
1478 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1479 * mem-break.c (software_breakpoint_inserted_here)
1480 (hardware_breakpoint_inserted_here): New function.
1481 * mem-break.h (software_breakpoint_inserted_here)
1482 (hardware_breakpoint_inserted_here): Declare.
1483 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
1484 (cancel_breakpoints): Delete.
1485 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
1486 (upload_fast_traceframes): Remove references to
1487 cancel_breakpoints.
1488
14892015-01-09 Pedro Alves <palves@redhat.com>
1490
1491 * thread-db.c (find_new_threads_callback): Ignore thread if the
1492 kernel thread ID is -1.
1493
14942015-01-09 Pedro Alves <palves@redhat.com>
1495
1496 * linux-low.c (linux_attach_fail_reason_string): Move to
1497 nat/linux-ptrace.c, and rename.
1498 (linux_attach_lwp): Update comment.
1499 (attach_proc_task_lwp_callback): New function.
1500 (linux_attach): Adjust to rename and use
1501 linux_proc_attach_tgid_threads.
1502 (linux_attach_fail_reason_string): Delete declaration.
1503
15042015-01-01 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
1507 * server.c (gdbserver_version): Likewise.
1508
15092014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
1510
1511 * remote-utils.c: Include ctype.h.
1512 (input_interrupt): Explicitly handle the case when the char
1513 received is the NUL byte. Improve the printing of non-ASCII
1514 characters.
1515
15162014-12-16 Joel Brobecker <brobecker@adacore.com>
1517
1518 * linux-low.c (linux_low_filter_event): Update call to
1519 linux_enable_event_reporting following the addition of
1520 a new parameter to that function.
1521
15222014-12-16 Catalin Udma <catalin.udma@freescale.com>
1523
1524 PR server/17457
1525 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
1526 (AARCH64_FPCR_REGNO): Likewise.
1527 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
1528 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
1529 (aarch64_store_fpregset): Likewise.
1530
15312014-12-15 Joel Brobecker <brobecker@adacore.com>
1532
1533 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
1534 Remove FIXME comment about assumption about N.
1535
15362014-12-13 Joel Brobecker <brobecker@adacore.com>
1537
1538 * configure.ac: If large-file support is disabled in GDBserver,
1539 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
1540 * configure: Regenerate.
1541
15422014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1543
1544 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
1545 warning upon ENODATA from ptrace.
1546 * linux-s390-low.c (s390_store_tdb): New.
1547 (s390_regsets): Add regset for NT_S390_TDB.
1548
15492014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1550
1551 * linux-low.c (regsets_store_inferior_registers): Skip regsets
1552 without a fill_function.
1553 * linux-s390-low.c (s390_fill_last_break): Remove.
1554 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
1555 (s390_arch_setup): Use regset's size instead of fill_function for
1556 loop end condition.
1557
15582014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1559
1560 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
1561 the regset's store function when ptrace returned an error.
1562 * regcache.c (get_thread_regcache): Invalidate register cache
1563 before fetching inferior's registers.
1564
15652014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1566
1567 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
1568 while-loop as for-loop.
1569 (regsets_store_inferior_registers): Likewise.
1570
15712014-11-28 Yao Qi <yao@codesourcery.com>
1572
1573 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
1574 * config.in, configure: Re-generate.
1575 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
1576 is defined.
1577
15782014-11-21 Yao Qi <yao@codesourcery.com>
1579
1580 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
1581 (AC_CHECK_HEADERS): Remove malloc.h.
1582 * configure: Re-generated.
1583 * config.in: Re-generated.
1584 * server.h: Don't include alloca.h and malloc.h.
1585 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
1586 Don't include malloc.h.
1587
15882014-11-17 Joel Brobecker <brobecker@adacore.com>
1589
1590 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
1591 corresponding ERRNO check in same block.
1592
15932014-11-12 Pedro Alves <palves@redhat.com>
1594
1595 * server.c (cont_thread): Update comment.
1596 (start_inferior, attach_inferior): No longer clear cont_thread.
1597 (handle_v_cont): No longer set cont_thread.
1598 (captured_main): Clear cont_thread each time a GDB connects.
1599
16002014-11-12 Pedro Alves <palves@redhat.com>
1601
1602 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
1603 thread, and don't resume all threads if the Hc thread has exited.
1604
16052014-11-12 Pedro Alves <palves@redhat.com>
1606
1607 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
1608 the process group instead of to a specific LWP.
1609
16102014-10-15 Pedro Alves <palves@redhat.com>
1611
1612 PR server/17487
1613 * win32-arm-low.c (arm_set_thread_context): Remove current_event
1614 parameter.
1615 (arm_set_thread_context): Delete.
1616 (the_low_target): Adjust.
1617 * win32-i386-low.c (debug_registers_changed)
1618 (debug_registers_used): Delete.
1619 (update_debug_registers_callback): New function.
1620 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
1621 needing to update their debug registers.
1622 (win32_get_current_dr): New function.
1623 (x86_dr_low_get_addr, x86_dr_low_get_control)
1624 (x86_dr_low_get_status): Fetch the debug register from the thread
1625 record's context.
1626 (i386_initial_stuff): Adjust.
1627 (i386_get_thread_context): Remove current_event parameter. Don't
1628 clear debug_registers_changed nor copy DR values to
1629 debug_reg_state.
1630 (i386_set_thread_context): Delete.
1631 (i386_prepare_to_resume): New function.
1632 (i386_thread_added): Mark the thread as needing to update irs
1633 debug registers.
1634 (the_low_target): Remove i386_set_thread_context and install
1635 i386_prepare_to_resume.
1636 * win32-low.c (win32_get_thread_context): Adjust.
1637 (win32_set_thread_context): Use SetThreadContext
1638 directly.
1639 (win32_prepare_to_resume): New function.
1640 (win32_require_context): New function, factored out from ...
1641 (thread_rec): ... this.
1642 (continue_one_thread): Call win32_prepare_to_resume on each thread
1643 we're about to continue.
1644 (win32_resume): Call win32_prepare_to_resume on the event thread.
1645 * win32-low.h (struct win32_thread_info)
1646 <debug_registers_changed>: New field.
1647 (struct win32_target_ops): Change prototype of set_thread_context,
1648 delete set_thread_context and add prepare_to_resume.
1649 (win32_require_context): New declaration.
1650
16512014-10-08 Gary Benson <gbenson@redhat.com>
1652
1653 * server.h: Do not include common-exceptions.h.
1654
16552014-10-08 Gary Benson <gbenson@redhat.com>
1656
1657 * server.h: Do not include cleanups.h.
1658
16592014-09-30 James Hogan <james.hogan@imgtec.com>
1660
1661 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
1662 mips64-dsp-linux.c.
1663
16642014-09-23 Yao Qi <yao@codesourcery.com>
1665
1666 * linux-low.c (lp_status_maybe_breakpoint): New function.
1667 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
1668 (count_events_callback): Likewise.
1669 (select_event_lwp_callback): Likewise.
1670 (cancel_breakpoints_callback): Likewise.
1671
16722014-09-19 Don Breazeal <donb@codesourcery.com>
1673
1674 * linux-low.c (handle_extended_wait): Call
1675 linux_ptrace_get_extended_event.
1676 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
1677 linux_is_extended_waitstatus.
1678
16792014-09-16 Joel Brobecker <brobecker@adacore.com>
1680
1681 * Makefile.in (CPPFLAGS): Define.
1682 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
1683 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
1684
16852014-09-16 Gary Benson <gbenson@redhat.com>
1686
1687 * inferiors.h (current_inferior): Renamed as...
1688 (current_thread): New variable. All uses updated.
1689 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
1690 (maybe_move_out_of_jump_pad): Likewise.
1691 (cancel_breakpoint): Likewise.
1692 (linux_low_filter_event): Likewise.
1693 (wait_for_sigstop): Likewise.
1694 (linux_resume_one_lwp): Likewise.
1695 (need_step_over_p): Likewise.
1696 (start_step_over): Likewise.
1697 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
1698 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
1699 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
1700 and save_inferior as saved_thread.
1701 * regcache.c (get_thread_regcache): Renamed saved_inferior as
1702 saved_thread.
1703 (regcache_invalidate_thread): Likewise.
1704 * remote-utils.c (prepare_resume_reply): Likewise.
1705 * thread-db.c (thread_db_get_tls_address): Likewise.
1706 (disable_thread_event_reporting): Likewise.
1707 (remove_thread_event_breakpoints): Likewise.
1708 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
1709 as saved_thread.
1710 * target.h (set_desired_inferior): Renamed as...
1711 (set_desired_thread): New declaration. All uses updated.
1712 * server.c (myresume): Updated comment to reference thread instead
1713 of inferior.
1714 (handle_serial_event): Likewise.
1715 (handle_target_event): Likewise.
1716
17172014-09-12 Tom Tromey <tromey@redhat.com>
1718 Gary Benson <gbenson@redhat.com>
1719
1720 * regcache.h: Include common-regcache.h.
1721 (regcache_read_pc): Don't declare.
1722 * regcache.c (get_thread_regcache_for_ptid): New function.
1723
17242014-09-11 Tom Tromey <tromey@redhat.com>
1725 Gary Benson <gbenson@redhat.com>
1726
1727 * symbol.c: New file.
1728 * Makefile.in (SFILES): Add symbol.c.
1729 (OBS): Add symbol.o.
1730
17312014-09-11 Gary Benson <gbenson@redhat.com>
1732
1733 * target.c (target_stop_ptid, target_continue_ptid): New
1734 functions.
1735
17362014-09-11 Tom Tromey <tromey@redhat.com>
1737 Gary Benson <gbenson@redhat.com>
1738
1739 * target.h: Include target/target.h.
1740 * target.c (target_read_memory, target_read_uint32)
1741 (target_write_memory): New functions.
1742
17432014-09-11 Gary Benson <gbenson@redhat.com>
1744
1745 * server.h (debug_hw_points): Don't declare.
1746 * server.c (debug_hw_points): Don't define. Replace all uses
1747 with show_debug_regs.
1748 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
1749 all uses with show_debug_regs.
1750
17512014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1752
1753 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
1754 endianness into account.
1755 (ppc_supply_ptrace_register): Likewise.
1756
17572014-09-03 James Hogan <james.hogan@imgtec.com>
1758
1759 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
1760 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
1761
17622014-09-03 Gary Benson <gbenson@redhat.com>
1763
1764 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
1765 ALL_DEBUG_ADDRESS_REGISTERS.
1766
17672014-09-02 Gary Benson <gbenson@redhat.com>
1768
1769 * i386-low.h: Renamed as...
1770 * x86-low.h: New file. All type, function and variable name
1771 prefixes changed from "i386_" to "x86_". All references updated.
1772 * i386-low.c: Renamed as...
1773 * x86-low.c: New file. All type, function and variable name
1774 prefixes changed from "i386_" to "x86_". All references updated.
1775
17762014-09-02 Gary Benson <gbenson@redhat.com>
1777
1778 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
1779 (x86_linux_new_thread): Likewise.
1780
17812014-08-29 Gary Benson <gbenson@redhat.com>
1782
1783 * server.h (setjmp.h): Do not include.
1784 (toplevel): Do not declare.
1785 (common-exceptions.h): Include.
1786 (cleanups.h): Likewise.
1787 * server.c (toplevel): Do not define.
1788 (exit_code): New static global.
1789 (detach_or_kill_for_exit_cleanup): New function.
1790 (main): New function. Original main renamed to...
1791 (captured_main): New function.
1792 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
1793
17942014-08-29 Gary Benson <gbenson@redhat.com>
1795
1796 * Makefile.in (SFILES): Add common/common-exceptions.c.
1797 (OBS): Add common-exceptions.o.
1798 (common-exceptions.o): New rule.
1799 * utils.c (prepare_to_throw_exception): New function.
1800
18012014-08-29 Gary Benson <gbenson@redhat.com>
1802
1803 * config.in: Regenerate.
1804 * configure: Likewise.
1805
18062014-08-29 Gary Benson <gbenson@redhat.com>
1807
1808 * Makefile.in (SFILES): Add common/cleanups.c.
1809 (OBS): cleanups.o.
1810 (cleanups.o): New rule.
1811
18122014-08-29 Gary Benson <gbenson@redhat.com>
1813
1814 * utils.c (internal_vwarning): New function.
1815
18162014-08-28 Gary Benson <gbenson@redhat.com>
1817
1818 * utils.h (fatal): Remove declaration.
1819 * utils.c (fatal): Remove function.
1820
18212014-08-28 Gary Benson <gbenson@redhat.com>
1822
1823 * tracepoint.c (gdb_agent_init): Replace fatal with
1824 perror_with_name.
1825 (initialize_tracepoint): Likewise.
1826
18272014-08-28 Gary Benson <gbenson@redhat.com>
1828
1829 * remote-utils.c (remote_prepare): Replace fatal with error.
1830
18312014-08-28 Gary Benson <gbenson@redhat.com>
1832
1833 * linux-low.c (linux_async): Replace fatal with warning.
1834 Tidy up and return.
1835 (linux_start_non_stop): Return -1 if linux_async failed.
1836
18372014-08-28 Gary Benson <gbenson@redhat.com>
1838
1839 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1840 gdb_assert.
1841 (i386_dr_low_get_addr): Remove vague comment.
1842 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1843 gdb_assert.
1844
18452014-08-28 Gary Benson <gbenson@redhat.com>
1846
1847 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1848 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1849 internal_error.
1850 (linux_resume_one_lwp): Likewise.
1851 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1852 gdb_assert.
1853 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1854 with internal_error.
1855 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1856 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1857 (find_register_by_name): Replace fatal with internal_error.
1858 (find_regno): Likewise.
1859 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1860 * thread-db.c (thread_db_create_event): Likewise.
1861 (thread_db_load_search): Likewise.
1862 (try_thread_db_load_1): Likewise.
1863 * tracepoint.c (get_jump_space_head): Replace fatal with
1864 internal_error.
1865 (claim_trampoline_space): Likewise.
1866 (have_fast_tracepoint_trampoline_buffer): Likewise.
1867 (cmd_qtstart): Likewise.
1868 (stop_tracing): Likewise.
1869 (fast_tracepoint_collecting): Likewise.
1870 (target_malloc): Likewise.
1871 (download_tracepoint): Likewise.
1872 (download_trace_state_variables): Replace check with gdb_assert.
1873 (upload_fast_traceframes): Replace fatal with internal_error.
1874
18752014-08-19 Tom Tromey <tromey@redhat.com>
1876 Gary Benson <gbenson@redhat.com>
1877
1878 * Makefile.in (SFILES): Add common/common-debug.c.
1879 (OBS): Add common-debug.o.
1880 (common-debug.o): New rule.
1881 * debug.h (debug_printf): Don't declare.
1882 * debug.c (debug_printf): Renamed and rewritten as...
1883 (debug_vprintf): New function.
1884
18852014-08-19 Gary Benson <gbenson@redhat.com>
1886
1887 * utils.h: Do not include print-utils.h.
1888
18892014-08-19 Tom Tromey <tromey@redhat.com>
1890 Gary Benson <gbenson@redhat.com>
1891
1892 * server.h: Add static assertion.
1893 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1894
18952014-08-19 Tom Tromey <tromey@redhat.com>
1896 Gary Benson <gbenson@redhat.com>
1897
1898 * Makefile.in (SFILES): Add common/errors.c.
1899 (OBS): Add errors.o.
1900 (IPA_OBS): Add errors-ipa.o.
1901 (errors.o): New rule.
1902 (errors-ipa.o): Likewise.
1903 * utils.h (perror_with_name, error, warning): Don't declare.
1904 * utils.c (warning): Renamed and rewritten as...
1905 (vwarning): New function.
1906 (error): Renamed and rewritten as...
1907 (verror): New function.
1908 (internal_error): Renamed and rewritten as...
1909 (internal_verror): New function.
1910
19112014-08-07 Gary Benson <gbenson@redhat.com>
1912
1913 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1914 * configure: Regenerate.
1915 * config.in: Likewise.
1916 * server.h: Do not include errno.h.
1917 * event-loop.c: Likewise.
1918 * hostio-errno.c: Likewise.
1919 * linux-low.c: Likewise.
1920 * remote-utils.c: Likewise.
1921 * spu-low.c: Likewise.
1922 * utils.c: Likewise.
1923 * gdbreplay.c: Unconditionally include errno.h.
1924
19252014-08-07 Gary Benson <gbenson@redhat.com>
1926
1927 * server.h: Do not include string.h.
1928 * event-loop.c: Likewise.
1929 * linux-low.c: Likewise.
1930 * regcache.c: Likewise.
1931 * remote-utils.c: Likewise.
1932 * spu-low.c: Likewise.
1933 * utils.c: Likewise.
1934
19352014-08-07 Gary Benson <gbenson@redhat.com>
1936
1937 * server.h: Do not include gdb_assert.h.
1938
19392014-08-07 Gary Benson <gbenson@redhat.com>
1940
1941 * server.h: Do not include common-utils.h.
1942
19432014-08-07 Gary Benson <gbenson@redhat.com>
1944
1945 * server.h: Do not include ptid.h.
1946 * notif.h: Likewise.
1947
19482014-08-07 Gary Benson <gbenson@redhat.com>
1949
1950 * server.h: Do not include gdb_locale.h.
1951
19522014-08-07 Gary Benson <gbenson@redhat.com>
1953
1954 * server.h: Do not include gdb/signals.h.
1955 * win32-low.c: Likewise.
1956
19572014-08-07 Gary Benson <gbenson@redhat.com>
1958
1959 * server.h: Do not include pathmax.h.
1960
19612014-08-07 Gary Benson <gbenson@redhat.com>
1962
1963 * server.h: Do not include libiberty.h.
1964 * linux-bfin-low.c: Likewise.
1965
19662014-08-07 Gary Benson <gbenson@redhat.com>
1967
1968 * server.h: Do not include ansidecl.h.
1969
19702014-08-07 Gary Benson <gbenson@redhat.com>
1971
1972 * linux-x86-low.c: Do not include stddef.h.
1973 * lynx-ppc-low.c: Likewise.
1974 * tracepoint.c: Likewise.
1975
19762014-08-07 Gary Benson <gbenson@redhat.com>
1977
1978 * server.h: Do not include stdarg.h.
1979 * nto-low.c: Likewise.
1980
19812014-08-07 Gary Benson <gbenson@redhat.com>
1982
1983 * server.h: Do not include stdlib.h.
1984 * inferiors.c: Likewise.
1985 * linux-low.c: Likewise.
1986 * regcache.c: Likewise.
1987 * spu-low.c: Likewise.
1988 * tracepoint.c: Likewise.
1989 * utils.c: Likewise.
1990
19912014-08-07 Gary Benson <gbenson@redhat.com>
1992
1993 * server.h: Do not include stdio.h.
1994 * linux-low.c: Likewise.
1995 * remote-utils.c: Likewise.
1996 * spu-low.c: Likewise.
1997 * utils.c: Likewise.
1998 * wincecompat.c: Likewise.
1999
20002014-08-06 Gary Benson <gbenson@redhat.com>
2001
2002 * regcache.c (init_register_cache): Move conditionals inside if.
2003
20042014-08-06 Gary Benson <gbenson@redhat.com>
2005
2006 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
2007
20082014-07-31 Gary Benson <gbenson@redhat.com>
2009
2010 * ax.h: Do not include server.h.
2011 * gdbthread.h: Likewise.
2012 * lynx-low.h: Likewise.
2013 * notif.h: Likewise.
2014
20152014-07-30 Gary Benson <gbenson@redhat.com>
2016
2017 * server.h: Include common-defs.h.
2018 Do not include config.h or build-gnulib-gdbserver/config.h.
2019
20202014-07-30 Gary Benson <gbenson@redhat.com>
2021
2022 * hostio-errno.c: Move server.h to top of includes list.
2023 * inferiors.c: Likewise.
2024 * linux-x86-low.c: Likewise.
2025 * notif.c: Include server.h.
2026
20272014-07-24 Tom Tromey <tromey@redhat.com>
2028 Gary Benson <gbenson@redhat.com>
2029
2030 * server.h (CORE_ADDR): Now unsigned.
2031
20322014-07-16 Pedro Alves <palves@redhat.com>
2033
2034 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
2035
20362014-07-15 Pedro Alves <palves@redhat.com>
2037
2038 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
2039 copy.
2040
20412014-07-11 Pedro Alves <palves@redhat.com>
2042
2043 * linux-low.c (kill_wait_lwp): New function, based on
2044 kill_one_lwp_callback, but use my_waitpid directly.
2045 (kill_one_lwp_callback, linux_kill): Use it.
2046
20472014-06-23 Pedro Alves <palves@redhat.com>
2048
2049 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
2050 before setting DR0..DR3.
2051
20522014-06-20 Gary Benson <gbenson@redhat.com>
2053
2054 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
2055 * configure: Regenerated.
2056 * config.in: Likewise.
2057
20582014-06-20 Gary Benson <gbenson@redhat.com>
2059
2060 * Makefile.in (SFILES): Update locations for files moved
2061 from common to nat.
2062 (object file files): Reordered.
2063
20642014-06-20 Gary Benson <gbenson@redhat.com>
2065
2066 * i386-low.h (i386_dr_low_can_set_addr): Removed.
2067 (i386_dr_low_set_addr): Likewise.
2068 (i386_dr_low_get_addr): Likewise.
2069 (i386_dr_low_can_set_control): Likewise.
2070 (i386_dr_low_set_control): Likewise.
2071 (i386_dr_low_get_control): Likewise.
2072 (i386_dr_low_get_status): Likewise.
2073 (i386_get_debug_register_length): Likewise.
2074 * linux-x86-low.c (i386_dr_low_set_addr):
2075 Changed signature. Made static.
2076 (i386_dr_low_get_addr): Likewise.
2077 (i386_dr_low_set_control): Likewise.
2078 (i386_dr_low_get_control): Likewise.
2079 (i386_dr_low_get_status): Likewise.
2080 (i386_dr_low): New global variable.
2081 * win32-i386-low.c (i386_dr_low_set_addr):
2082 Changed signature. Made static.
2083 (i386_dr_low_get_addr): Likewise.
2084 (i386_dr_low_set_control): Likewise.
2085 (i386_dr_low_get_control): Likewise.
2086 (i386_dr_low_get_status): Likewise.
2087 (i386_dr_low): New global variable.
2088
20892014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
2090
2091 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
2092 * Makefile.in (AR, AR_FLAGS): Define.
2093 * configure: Regenerate.
2094
20952014-06-19 Gary Benson <gbenson@redhat.com>
2096
2097 * Makefile.in (i386-dregs.o): New rule.
2098 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
2099 * i386-low.c (target.h): Remove include.
2100 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
2101 (DR_CONTROL_SHIFT): Likewise.
2102 (DR_CONTROL_SIZE): Likewise.
2103 (DR_RW_EXECUTE): Likewise.
2104 (DR_RW_WRITE): Likewise.
2105 (DR_RW_READ): Likewise.
2106 (DR_RW_IORW): Likewise.
2107 (DR_LEN_1): Likewise.
2108 (DR_LEN_2): Likewise.
2109 (DR_LEN_4): Likewise.
2110 (DR_LEN_8): Likewise.
2111 (DR_LOCAL_ENABLE_SHIFT): Likewise.
2112 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
2113 (DR_ENABLE_SIZE): Likewise.
2114 (DR_LOCAL_SLOWDOWN): Likewise.
2115 (DR_GLOBAL_SLOWDOWN): Likewise.
2116 (DR_CONTROL_RESERVED): Likewise.
2117 (I386_DR_CONTROL_MASK): Likewise.
2118 (I386_DR_VACANT): Likewise.
2119 (I386_DR_LOCAL_ENABLE): Likewise.
2120 (I386_DR_GLOBAL_ENABLE): Likewise.
2121 (I386_DR_DISABLE): Likewise.
2122 (I386_DR_SET_RW_LEN): Likewise.
2123 (I386_DR_GET_RW_LEN): Likewise.
2124 (I386_DR_WATCH_HIT): Likewise.
2125 (i386_wp_op_t): Likewise.
2126 (i386_show_dr): Likewise.
2127 (i386_length_and_rw_bits): Likewise.
2128 (i386_insert_aligned_watchpoint): Likewise.
2129 (i386_remove_aligned_watchpoint): Likewise.
2130 (i386_handle_nonaligned_watchpoint): Likewise.
2131 i386_update_inferior_debug_regs(): Likewise.
2132 (i386_dr_insert_watchpoint): Likewise.
2133 (i386_dr_remove_watchpoint): Likewise.
2134 (i386_dr_region_ok_for_watchpoint): Likewise.
2135 (i386_dr_stopped_data_address): Likewise.
2136 (i386_dr_stopped_by_watchpoint): Likewise.
2137
21382014-06-19 Gary Benson <gbenson@redhat.com>
2139
2140 * i386-low.c (i386_dr_show): Renamed to
2141 i386_show_dr and made static. All uses updated.
2142 (i386_dr_length_and_rw_bits): Renamed to
2143 i386_length_and_rw_bits and made static.
2144 All uses updated.
2145 (i386_dr_insert_aligned_watchpoint): Renamed to
2146 i386_insert_aligned_watchpoint and made static.
2147 All uses updated.
2148 (i386_dr_remove_aligned_watchpoint): Renamed to
2149 i386_remove_aligned_watchpoint and made static.
2150 All uses updated.
2151 (i386_dr_update_inferior_debug_regs): Renamed to
2152 i386_update_inferior_debug_regs and made static.
2153 All uses updated.
2154
21552014-06-18 Gary Benson <gbenson@redhat.com>
2156
2157 * i386-low.h (i386_dr_low_can_set_addr): New macro.
2158 (i386_dr_low_can_set_control): Likewise.
2159 (i386_get_debug_register_length): Likewise.
2160 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
2161 (i386_dr_low_can_set_control): Likewise.
2162 (i386_get_debug_register_length): Likewise.
2163
21642014-06-17 Gary Benson <gbenson@redhat.com>
2165
2166 * i386-low.h (i386-dregs.h): New include.
2167 (DR_FIRSTADDR): Now in i386-dregs.h.
2168 (DR_LASTADDR): Likewise.
2169 (DR_NADDR): Likewise.
2170 (DR_STATUS): Likewise.
2171 (DR_CONTROL): Likewise.
2172 (i386_debug_reg_state): Likewise.
2173 (i386_dr_insert_watchpoint): Likewise.
2174 (i386_dr_remove_watchpoint): Likewise.
2175 (i386_dr_region_ok_for_watchpoint): Likewise.
2176 (i386_dr_stopped_data_address): Likewise.
2177 (i386_dr_stopped_by_watchpoint): Likewise.
2178 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
2179
21802014-06-18 Gary Benson <gbenson@redhat.com>
2181
2182 * i386-low.h (i386_low_insert_watchpoint): Renamed to
2183 i386_dr_insert_watchpoint.
2184 (i386_low_remove_watchpoint): Renamed to
2185 i386_dr_remove_watchpoint.
2186 (i386_low_region_ok_for_watchpoint): Renamed to
2187 i386_dr_region_ok_for_watchpoint.
2188 (i386_low_stopped_data_address): Renamed to
2189 i386_dr_stopped_data_address.
2190 (i386_low_stopped_by_watchpoint): Renamed to
2191 i386_dr_stopped_by_watchpoint.
2192 * i386-low.c (i386_show_dr): Renamed to
2193 i386_dr_show and made nonstatic. All uses updated.
2194 (i386_length_and_rw_bits): Renamed to
2195 i386_dr_length_and_rw_bits and made nonstatic.
2196 All uses updated.
2197 (i386_insert_aligned_watchpoint): Renamed to
2198 i386_dr_insert_aligned_watchpoint and made nonstatic.
2199 All uses updated.
2200 (i386_remove_aligned_watchpoint): Renamed to
2201 i386_dr_remove_aligned_watchpoint and made nonstatic.
2202 All uses updated.
2203 (i386_update_inferior_debug_regs): Renamed to
2204 i386_dr_update_inferior_debug_regs and made nonstatic.
2205 All uses updated.
2206 (i386_low_insert_watchpoint): Renamed to
2207 i386_dr_insert_watchpoint. All uses updated.
2208 (i386_low_remove_watchpoint): Renamed to
2209 i386_dr_remove_watchpoint. All uses updated.
2210 (i386_low_region_ok_for_watchpoint): Renamed to
2211 i386_dr_region_ok_for_watchpoint. All uses updated.
2212 (i386_low_stopped_data_address): Renamed to
2213 i386_dr_stopped_data_address. All uses updated.
2214 (i386_low_stopped_by_watchpoint): Renamed to
2215 i386_dr_stopped_by_watchpoint. All uses updated.
2216
22172014-06-18 Gary Benson <gbenson@redhat.com>
2218
2219 * i386-low.c (i386_dr_low_can_set_addr): New macro.
2220 (i386_dr_low_can_set_control): Likewise.
2221 (i386_insert_aligned_watchpoint): New check.
2222
22232014-06-18 Gary Benson <gbenson@redhat.com>
2224
2225 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
2226 Renamed to state.
2227
22282014-06-18 Gary Benson <gbenson@redhat.com>
2229
2230 * i386-low.c (i386_length_and_rw_bits): Use internal_error
2231 instead of fatal and error.
2232 (i386_handle_nonaligned_watchpoint): Likewise.
2233
22342014-06-18 Gary Benson <gbenson@redhat.com>
2235
2236 * i386-low.c (i386_get_debug_register_length): New macro.
2237 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
2238 (i386_show_dr): Use debug_printf instead of fprintf. Use
2239 phex to format values.
2240
22412014-06-18 Gary Benson <gbenson@redhat.com>
2242
2243 * i386-low.h: Comment changes.
2244 * i386-low.c: Likewise.
2245
22462014-06-18 Gary Benson <gbenson@redhat.com>
2247
2248 * i386-low.c: Whitespace changes.
2249
22502014-06-12 Tom Tromey <tromey@redhat.com>
2251
2252 * utils.c (freeargv): Remove.
2253
22542014-06-12 Tom Tromey <tromey@redhat.com>
2255
2256 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
2257 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
2258 (parse_debug_format_options): Likewise.
2259 (gdbserver_usage): Likewise.
2260 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
2261 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
2262 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
2263 against libiberty.
2264 ($(LIBGNU)): Depend on libiberty.
2265 (all-lib): Recurse into all subdirs.
2266 (install-only): Invoke "install" target in subdirs.
2267 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
2268 targets.
2269 * configure: Rebuild.
2270 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
2271 for vasprintf, vsnprintf, or gettimeofday.
2272 * configure.srv: Don't add safe-ctype.o or lbasename.o to
2273 srv_tgtobj.
2274
22752014-06-05 Joel Brobecker <brobecker@adacore.com>
2276
2277 * development.sh: Delete.
2278 * Makefile.in (config.status): Adjust dependency on development.sh.
2279 * configure.ac: Adjust development.sh source call.
2280 * configure: Regenerate.
2281
22822014-06-02 Pedro Alves <palves@redhat.com>
2283
2284 * ax.c (gdb_free_agent_expr): New function.
2285 * ax.h (gdb_free_agent_expr): New declaration.
2286 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
2287 list.
2288 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
2289 static.
2290 (clear_breakpoint_conditions_and_commands): New function.
2291 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
2292 (clear_breakpoint_conditions_and_commands): New declaration.
2293
22942014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2295
2296 * linux-aarch64-low.c (asm/ptrace.h): Include.
2297
22982014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2299
2300 Fix TLS access for -static -pthread.
2301 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
2302 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
2303 (thread_db_load_search, try_thread_db_load_1): Initialize it.
2304
23052014-05-20 Pedro Alves <palves@redhat.com>
2306
2307 * linux-aarch64-low.c (aarch64_insert_point)
2308 (aarch64_remove_point): No longer check whether the type is
2309 supported here. Adjust to new interface.
2310 (the_low_target): Install aarch64_supports_z_point_type as
2311 supports_z_point_type method.
2312 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
2313 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
2314 instead of a Z packet char. Adjust.
2315 (arm_supports_z_point_type): New function.
2316 (arm_insert_point, arm_remove_point): Adjust to new interface.
2317 (the_low_target): Install arm_supports_z_point_type.
2318 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
2319 (cris_insert_point, cris_remove_point): Adjust to new interface.
2320 Don't check whether the type is supported here.
2321 (the_low_target): Install cris_supports_z_point_type.
2322 * linux-low.c (linux_supports_z_point_type): New function.
2323 (linux_insert_point, linux_remove_point): Adjust to new interface.
2324 * linux-low.h (struct linux_target_ops) <insert_point,
2325 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
2326 raw_breakpoint pointer parameter.
2327 <supports_z_point_type>: New method.
2328 * linux-mips-low.c (mips_supports_z_point_type): New function.
2329 (mips_insert_point, mips_remove_point): Adjust to new interface.
2330 Use mips_supports_z_point_type.
2331 (the_low_target): Install mips_supports_z_point_type.
2332 * linux-ppc-low.c (the_low_target): Install NULL as
2333 supports_z_point_type method.
2334 * linux-s390-low.c (the_low_target): Install NULL as
2335 supports_z_point_type method.
2336 * linux-sparc-low.c (the_low_target): Install NULL as
2337 supports_z_point_type method.
2338 * linux-x86-low.c (x86_supports_z_point_type): New function.
2339 (x86_insert_point): Adjust to new insert_point interface. Use
2340 insert_memory_breakpoint. Adjust to new
2341 i386_low_insert_watchpoint interface.
2342 (x86_remove_point): Adjust to remove_point interface. Use
2343 remove_memory_breakpoint. Adjust to new
2344 i386_low_remove_watchpoint interface.
2345 (the_low_target): Install x86_supports_z_point_type.
2346 * lynx-low.c (lynx_target_ops): Install NULL as
2347 supports_z_point_type callback.
2348 * nto-low.c (nto_supports_z_point_type): New.
2349 (nto_insert_point, nto_remove_point): Adjust to new interface.
2350 (nto_target_ops): Install nto_supports_z_point_type.
2351 * mem-break.c: Adjust intro comment.
2352 (struct raw_breakpoint) <raw_type, size>: New fields.
2353 <inserted>: Update comment.
2354 <shlib_disabled>: Delete field.
2355 (enum bkpt_type) <gdb_breakpoint>: Delete value.
2356 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
2357 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
2358 (raw_bkpt_type_to_target_hw_bp_type): New function.
2359 (find_enabled_raw_code_breakpoint_at): New function.
2360 (find_raw_breakpoint_at): New type and size parameters. Use them.
2361 (insert_memory_breakpoint): New function, based off
2362 set_raw_breakpoint_at.
2363 (remove_memory_breakpoint): New function.
2364 (set_raw_breakpoint_at): Reimplement.
2365 (set_breakpoint): New, based on set_breakpoint_at.
2366 (set_breakpoint_at): Reimplement.
2367 (delete_raw_breakpoint): Go through the_target->remove_point
2368 instead of assuming memory breakpoints.
2369 (find_gdb_breakpoint_at): Delete.
2370 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
2371 (find_gdb_breakpoint): New function.
2372 (set_gdb_breakpoint_at): Delete.
2373 (z_type_supported): New function.
2374 (set_gdb_breakpoint_1): New function, loosely based off
2375 set_gdb_breakpoint_at.
2376 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
2377 (delete_gdb_breakpoint_at): Delete.
2378 (delete_gdb_breakpoint_1): New function, loosely based off
2379 delete_gdb_breakpoint_at.
2380 (delete_gdb_breakpoint): New function.
2381 (clear_gdb_breakpoint_conditions): Rename to ...
2382 (clear_breakpoint_conditions): ... this. Don't handle a NULL
2383 breakpoint.
2384 (add_condition_to_breakpoint): Make static.
2385 (add_breakpoint_condition): Take a struct breakpoint pointer
2386 instead of an address. Adjust.
2387 (gdb_condition_true_at_breakpoint): Rename to ...
2388 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
2389 z_type parameter.
2390 (gdb_condition_true_at_breakpoint): Reimplement.
2391 (add_breakpoint_commands): Take a struct breakpoint pointer
2392 instead of an address. Adjust.
2393 (gdb_no_commands_at_breakpoint): Rename to ...
2394 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
2395 parameter. Return true if no breakpoint was found. Change debug
2396 output.
2397 (gdb_no_commands_at_breakpoint): Reimplement.
2398 (run_breakpoint_commands): Rename to ...
2399 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
2400 and change return type to boolean.
2401 (run_breakpoint_commands): New function.
2402 (gdb_breakpoint_here): Also check for Z1 breakpoints.
2403 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
2404 breakpoint. Go through the_target->remove_point instead of
2405 assuming memory breakpoint.
2406 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
2407 software and hardware breakpoints.
2408 (reinsert_raw_breakpoint): Go through the_target->insert_point
2409 instead of assuming memory breakpoint.
2410 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
2411 software and hardware breakpoints.
2412 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
2413 Check both software and hardware breakpoints.
2414 (validate_inserted_breakpoint): Assert the breakpoint is a
2415 software breakpoint. Set the inserted flag to -1 instead of
2416 setting shlib_disabled.
2417 (delete_disabled_breakpoints): Adjust.
2418 (validate_breakpoints): Only validate software breakpoints.
2419 Adjust to inserted flag change.
2420 (check_mem_read, check_mem_write): Skip breakpoint types other
2421 than software breakpoints. Adjust to inserted flag change.
2422 * mem-break.h (enum raw_bkpt_type): New enum.
2423 (raw_breakpoint, struct process_info): Forward declare.
2424 (Z_packet_to_target_hw_bp_type): Delete declaration.
2425 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
2426 (set_gdb_breakpoint, delete_gdb_breakpoint)
2427 (clear_breakpoint_conditions): New declarations.
2428 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
2429 (breakpoint_inserted_here): Update comment.
2430 (add_breakpoint_condition, add_breakpoint_commands): Replace
2431 address parameter with a breakpoint pointer parameter.
2432 (gdb_breakpoint_here): Update comment.
2433 (delete_gdb_breakpoint_at): Delete.
2434 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
2435 * server.c (process_point_options): Take a struct breakpoint
2436 pointer instead of an address. Adjust.
2437 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
2438 delete_gdb_breakpoint.
2439 * spu-low.c (spu_target_ops): Install NULL as
2440 supports_z_point_type method.
2441 * target.h: Include mem-break.h.
2442 (struct target_ops) <prepare_to_access_memory>: Update comment.
2443 <supports_z_point_type>: New field.
2444 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2445 instead of a char. Also take a raw breakpoint pointer.
2446 * win32-arm-low.c (the_low_target): Install NULL as
2447 supports_z_point_type.
2448 * win32-i386-low.c (i386_supports_z_point_type): New function.
2449 (i386_insert_point, i386_remove_point): Adjust to new interface.
2450 (the_low_target): Install i386_supports_z_point_type.
2451 * win32-low.c (win32_supports_z_point_type): New function.
2452 (win32_insert_point, win32_remove_point): Adjust to new interface.
2453 (win32_target_ops): Install win32_supports_z_point_type.
2454 * win32-low.h (struct win32_target_ops):
2455 <supports_z_point_type>: New method.
2456 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2457 instead of a char. Also take a raw breakpoint pointer.
2458
24592014-05-20 Pedro Alves <palves@redhat.com>
2460
2461 * mem-break.h: Include break-common.h.
2462 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2463 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
2464 (Z_packet_to_target_hw_bp_type): New declaration.
2465 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
2466 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
2467 (Z_PACKET_ACCESS_WP): Delete macros.
2468 (Z_packet_to_hw_type): Delete function.
2469 * i386-low.h: Don't include break-common.h here.
2470 (Z_packet_to_hw_type): Delete declaration.
2471 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
2472 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2473 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
2474 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2475 * linux-aarch64-low.c: Don't include break-common.h here.
2476 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2477 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
2478 (Z_packet_to_target_hw_bp_type): Delete function.
2479 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
2480 function.
2481 (mips_insert_point, mips_remove_point): Use
2482 Z_packet_to_target_hw_bp_type.
2483
24842014-05-20 Pedro Alves <palves@redhat.com>
2485
2486 * linux-aarch64-low.c: Include break-common.h.
2487 (enum target_point_type): Delete.
2488 (Z_packet_to_point_type): Rename to ...
2489 (Z_packet_to_target_hw_bp_type): ... this, and return a
2490 target_hw_bp_type instead.
2491 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
2492 instead of an enum target_point_type.
2493 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
2494 breakpoint type.
2495 (aarch64_dr_state_insert_one_point)
2496 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
2497 (aarch64_handle_aligned_watchpoint)
2498 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
2499 Take an enum target_hw_bp_type instead of an enum
2500 target_point_type.
2501 (aarch64_supports_z_point_type): New function.
2502 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
2503 use Z_packet_to_target_hw_bp_type.
2504
25052014-05-20 Joel Brobecker <brobecker@adacore.com>
2506
2507 * configure.ac: Only use -Werror by default when DEVELOPMENT
2508 is true.
2509 * configure: Regenerate.
2510
25112014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 Fix gdbserver qGetTLSAddr for x86_64 -m32.
2514 * linux-x86-low.c (X86_64_USER_REGS): New.
2515 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
2516
25172014-04-28 Yao Qi <yao@codesourcery.com>
2518
2519 * Makefile.in (i386-avx512.c): Fix the typo of generated file
2520 name.
2521
25222014-04-25 Pedro Alves <palves@redhat.com>
2523
2524 PR server/16255
2525 * linux-low.c (linux_attach_fail_reason_string): New function.
2526 (linux_attach_lwp): Delete.
2527 (linux_attach_lwp_1): Rename to ...
2528 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
2529 argument. Remove "initial" parameter. Return int instead of
2530 void. Don't error or warn here.
2531 (linux_attach): Adjust to call linux_attach_lwp. Call error on
2532 failure to attach to the tgid. Call warning when failing to
2533 attach to an lwp.
2534 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
2535 argument. Remove "initial" parameter. Return int instead of
2536 void. Don't error or warn here.
2537 (linux_attach_fail_reason_string): New declaration.
2538 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
2539 interface change. Use linux_attach_fail_reason_string.
2540
25412014-04-24 Michael Sturm <michael.sturm@mintel.com>
2542 Walfred Tedeschi <walfred.tedeschi@intel.com>
2543
2544 * Makefile.in: Added rules to handle new files
2545 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
2546 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
2547 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
2548 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
2549 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
2550 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
2551 x32-avx512-linux.o.
2552 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
2553 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
2554 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
2555 i386/x32-avx512.xml.
2556 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
2557 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
2558 i386/x32-avx512-linux.xml.
2559 * i387-fp.c (num_avx512_k_registers): New constant for number
2560 of K registers.
2561 (num_avx512_zmmh_low_registers): New constant for number of
2562 lower ZMM registers (0-15).
2563 (num_avx512_zmmh_high_registers): New constant for number of
2564 higher ZMM registers (16-31).
2565 (num_avx512_ymmh_registers): New contant for number of higher
2566 YMM registers (ymm16-31 added by avx521 on x86_64).
2567 (num_avx512_xmm_registers): New constant for number of higher
2568 XMM registers (xmm16-31 added by AVX512 on x86_64).
2569 (struct i387_xsave): Add space for AVX512 registers.
2570 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
2571 Add code to handle AVX512 registers.
2572 (i387_xsave_to_cache): Add code to handle AVX512 registers.
2573 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
2574 prototypei from generated file.
2575 (tdesc_amd64_avx512_linux): Likewise.
2576 (init_registers_x32_avx512_linux): Likewise.
2577 (tdesc_x32_avx512_linux): Likewise.
2578 (init_registers_i386_avx512_linux): Likewise.
2579 (tdesc_i386_avx512_linux): Likewise.
2580 (x86_64_regmap): Add AVX512 registers.
2581 (x86_linux_read_description): Add code to handle AVX512 XSTATE
2582 mask.
2583 (initialize_low_arch): Add code to initialize AVX512 registers.
2584
25852014-04-23 Pedro Alves <palves@redhat.com>
2586
2587 * mem-break.c (find_gdb_breakpoint_at): Make static.
2588 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
2589
25902014-04-23 Pedro Alves <palves@redhat.com>
2591
2592 * i386-low.c: Don't include break-common.h here.
2593 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2594 prototype to take target_hw_bp_type as argument instead of a Z
2595 packet char.
2596 * i386-low.h: Include break-common.h here.
2597 (Z_packet_to_hw_type): Declare.
2598 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2599 prototypes.
2600 * linux-x86-low.c (x86_insert_point): Convert the packet number to
2601 a target_hw_bp_type before calling i386_low_insert_watchpoint.
2602 (x86_remove_point): Convert the packet number to a
2603 target_hw_bp_type before calling i386_low_remove_watchpoint.
2604 * win32-i386-low.c (i386_insert_point): Convert the packet number
2605 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
2606 (i386_remove_point): Convert the packet number to a
2607 target_hw_bp_type before calling i386_low_remove_watchpoint.
2608
26092014-04-23 Pedro Alves <palves@redhat.com>
2610
2611 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
2612
26132014-04-10 Pedro Alves <palves@redhat.com>
2614
2615 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
2616 Check if the condition or command is NULL before checking if the
2617 breakpoint is known. On success, return true.
2618 * mem-break.h (add_breakpoint_condition): Document return.
2619 (add_breakpoint_commands): Add describing comment.
2620 * server.c (skip_to_semicolon): New function.
2621 (process_point_options): Use it.
2622
26232014-04-09 Pedro Alves <palves@redhat.com>
2624
2625 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
2626 to lwpid_of.
2627
26282014-02-27 Pedro Alves <palves@redhat.com>
2629
2630 PR 12702
2631 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
2632 macros.
2633 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
2634 output.
2635 (last_thread_of_process_p): Take a PID argument instead of a
2636 thread pointer.
2637 (linux_wait_for_lwp): Delete.
2638 (num_lwps, check_zombie_leaders, not_stopped_callback): New
2639 functions.
2640 (linux_low_filter_event): New function, party factored out from
2641 linux_wait_for_event.
2642 (linux_wait_for_event): Rename to ...
2643 (linux_wait_for_event_filtered): ... this. Add new filter ptid
2644 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
2645 sigsuspend. Check for zombie leaders.
2646 (linux_wait_for_event): Reimplement as wrapper around
2647 linux_wait_for_event_filtered.
2648 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
2649 a normal or signal exit is seen, it's the whole process exiting.
2650 (wait_for_sigstop): No longer a for_each_inferior callback.
2651 Rewrite on top of linux_wait_for_event_filtered.
2652 (stop_all_lwps): Call wait_for_sigstop directly.
2653 * server.c (resume, handle_target_event): Handle
2654 TARGET_WAITKIND_NO_RESUMED.
2655
26562014-02-26 Joel Brobecker <brobecker@adacore.com>
2657
2658 * win32-low.c (psapi_get_dll_name,
2659 * win32_CreateToolhelp32Snapshot): Delete.
2660 (win32_CreateToolhelp32Snapshot, win32_Module32First)
2661 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
2662 Delete.
2663 (handle_load_dll): Add function description.
2664 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
2665
26662014-02-26 Joel Brobecker <brobecker@adacore.com>
2667
2668 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
2669 Add comment.
2670 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
2671 base address when calling win32_add_one_solib.
2672 (handle_load_dll): Delete local variable load_addr.
2673 Remove 0x1000 offset applied to DLL base address when calling
2674 win32_add_one_solib.
2675 (handle_unload_dll): Add comment.
2676
26772014-02-26 Joel Brobecker <brobecker@adacore.com>
2678
2679 * win32-low.c (win32_add_all_dlls): Renames
2680 win32_ensure_ntdll_loaded. Rewrite function documentation.
2681 Adjust implementation to always load all DLLs.
2682 Add 0x1000 offset to DLL base address when calling
2683 win32_add_one_solib.
2684 (child_initialization_done): New static global.
2685 (do_initial_child_stuff): Set child_initialization_done to
2686 zero during child initialization, and 1 after. Replace call
2687 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
2688 Add comment.
2689 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
2690 (handle_unload_dll): Add function documentation.
2691 (get_child_debug_event): Ignore load and unload DLL events
2692 during child initialization.
2693
26942014-02-20 Doug Evans <dje@google.com>
2695
2696 Remove global all_lwps.
2697 * inferiors.h (ptid_of): Move here from linux-low.h.
2698 (pid_of, lwpid_of): Ditto.
2699 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
2700 parameter is a struct thread_info * now.
2701 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
2702 directly. Pass &all_threads to find_inferior instead of &all_lwps.
2703 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
2704 directly.
2705 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
2706 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
2707 * linux-arm-low.c (update_registers_callback): Update, "entry"
2708 parameter is a struct thread_info * now.
2709 Fetch lwpid from current_inferior directly.
2710 (arm_insert_point): Pass &all_threads to find_inferior instead of
2711 &all_lwps.
2712 (arm_remove_point): Ditto.
2713 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
2714 (arm_prepare_to_resume): Fetch pid from thread.
2715 (arm_read_description): Fetch lwpid from current_inferior directly.
2716 * linux-low.c (all_lwps): Delete.
2717 (delete_lwp): Delete call to remove_inferior.
2718 (handle_extended_wait): Fetch lwpid from thread.
2719 (add_lwp): Don't set lwp->entry.id. Remove call to
2720 add_inferior_to_list.
2721 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
2722 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
2723 (kill_one_lwp_callback): Ditto.
2724 (linux_kill): Don't dereference NULL pointer.
2725 Fetch ptid,lwpid from thread.
2726 (get_detach_signal): Fetch ptid from thread.
2727 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
2728 Simplify call to regcache_invalidate_thread.
2729 (delete_lwp_callback): Update, "entry" parameter is a
2730 struct thread_info * now. Fetch pid from thread.
2731 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
2732 (status_pending_p_callback): Update, "entry" parameter is a
2733 struct thread_info * now. Fetch ptid from thread.
2734 (find_lwp_pid): Update, "entry" parameter is a
2735 struct thread_info * now.
2736 (linux_wait_for_lwp): Fetch pid from thread.
2737 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
2738 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
2739 (enqueue_one_deferred_signal): Fetch lwpid from thread.
2740 (dequeue_one_deferred_signal): Ditto.
2741 (cancel_breakpoint): Fetch ptid from current_inferior.
2742 (linux_wait_for_event): Pass &all_threads to find_inferior,
2743 not &all_lwps. Fetch ptid, lwpid from thread.
2744 (count_events_callback): Update, "entry" parameter is a
2745 struct thread_info * now.
2746 (select_singlestep_lwp_callback): Ditto.
2747 (select_event_lwp_callback): Ditto.
2748 (cancel_breakpoints_callback): Ditto.
2749 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
2750 not &all_lwps.
2751 (select_event_lwp): Ditto. Fetch ptid from event_thread.
2752 (unsuspend_one_lwp): Update, "entry" parameter is a
2753 struct thread_info * now.
2754 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
2755 not &all_lwps.
2756 (linux_stabilize_threads): Ditto. And for for_each_inferior.
2757 Fetch lwpid from thread, not lwp.
2758 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
2759 Pass &all_threads to find_inferior, not &all_lwps.
2760 (send_sigstop): Fetch lwpid from thread, not lwp.
2761 (send_sigstop_callback): Update, "entry" parameter is a
2762 struct thread_info * now.
2763 (suspend_and_send_sigstop_callback): Ditto.
2764 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
2765 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
2766 struct thread_info * now.
2767 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
2768 from thread, lwp.
2769 (lwp_running): Update, "entry" parameter is a
2770 struct thread_info * now.
2771 (stop_all_lwps): Fetch ptid from thread.
2772 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
2773 (linux_resume_one_lwp): Fetch lwpid from thread.
2774 (linux_set_resume_request): Update, "entry" parameter is a
2775 struct thread_info * now. Fetch pid, lwpid from thread.
2776 (resume_status_pending_p): Update, "entry" parameter is a
2777 struct thread_info * now.
2778 (need_step_over_p): Ditto. Fetch lwpid from thread.
2779 (start_step_over): Fetch lwpid from thread.
2780 (linux_resume_one_thread): Update, "entry" parameter is a
2781 struct thread_info * now. Fetch lwpid from thread.
2782 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
2783 (proceed_one_lwp): Update, "entry" parameter is a
2784 struct thread_info * now. Fetch lwpid from thread.
2785 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
2786 struct thread_info * now.
2787 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
2788 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
2789 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
2790 directly.
2791 (regsets_store_inferior_registers): Ditto.
2792 (fetch_register, store_register): Ditto.
2793 (linux_read_memory, linux_write_memory): Ditto.
2794 (linux_request_interrupt): Ditto.
2795 (linux_read_auxv): Ditto.
2796 (linux_xfer_siginfo): Ditto.
2797 (linux_qxfer_spu): Ditto.
2798 (linux_qxfer_libraries_svr4): Ditto.
2799 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
2800 moved to inferiors.h.
2801 (get_lwp): Delete.
2802 (get_thread_lwp): Update.
2803 (struct lwp_info): Delete member "entry". Simplify comment for
2804 member "thread".
2805 (all_lwps): Delete.
2806 * linux-mips-low.c (mips_read_description): Fetch lwpid from
2807 current_inferior directly.
2808 (update_watch_registers_callback): Update, "entry" parameter is a
2809 struct thread_info * now. Fetch pid from thread.
2810 (mips_linux_prepare_to_resume): Fetch ptid from thread.
2811 (mips_insert_point): Fetch lwpid from current_inferior.
2812 Pass &all_threads to find_inferior, not &all_lwps.
2813 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2814 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2815 directly.
2816 (mips_stopped_data_address): Ditto.
2817 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2818 directly.
2819 * linux-tile-low.c (tile_arch_setup): Ditto.
2820 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2821 (update_debug_registers_callback): Update, "entry" parameter is a
2822 struct thread_info * now. Fetch pid from thread.
2823 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2824 Pass &all_threads to find_inferior, not &all_lwps.
2825 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2826 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2827 Pass &all_threads to find_inferior, not &all_lwps.
2828 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2829 (i386_dr_low_get_status): Ditto.
2830 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2831 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2832 (x86_linux_read_description): Ditto.
2833 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2834
28352014-02-20 Doug Evans <dje@google.com>
2836
2837 * inferiors.c (get_first_inferior): Fix buglet.
2838
28392014-02-19 Doug Evans <dje@google.com>
2840
2841 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2842 * inferiors.c (add_thread): Change result type to struct thread_info *.
2843 All callers updated.
2844 (add_lwp): Call add_thread here instead of in callers.
2845 All callers updated.
2846 * linux-low.h (get_lwp_thread): Rewrite.
2847 (struct lwp_info): New member "thread".
2848
28492014-02-19 Doug Evans <dje@google.com>
2850
2851 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2852 All callers updated.
2853
28542014-02-19 Doug Evans <dje@google.com>
2855
2856 * inferiors.c (add_thread): Fix whitespace.
2857
28582014-02-19 Doug Evans <dje@google.com>
2859
2860 * dll.c (clear_dlls): Replace accessing list implemention details
2861 with API function.
2862 * gdbthread.h (get_first_thread): Declare.
2863 * inferiors.c (for_each_inferior_with_data): New function.
2864 (get_first_thread): New function.
2865 (find_thread_ptid): Simplify.
2866 (get_first_inferior): New function.
2867 (clear_list): Delete.
2868 (one_inferior_p): New function.
2869 (clear_inferior_list): New function.
2870 (clear_inferiors): Update.
2871 * inferiors.h (for_each_inferior_with_data): Declare.
2872 (clear_inferior_list): Declare.
2873 (one_inferior_p): Declare.
2874 (get_first_inferior): Declare.
2875 * linux-low.c (linux_wait_for_event): Replace accessing list
2876 implemention details with API function.
2877 * server.c (target_running): Ditto.
2878 (accumulate_file_name_length): New function.
2879 (emit_dll_description): New function.
2880 (handle_qxfer_libraries): Replace accessing list implemention
2881 details with API function.
2882 (handle_qxfer_threads_worker): New function.
2883 (handle_qxfer_threads_proper): Replace accessing list implemention
2884 details with API function.
2885 (handle_query): Ditto.
2886 (visit_actioned_threads_callback_ftype): New typedef.
2887 (visit_actioned_threads_data): New struct.
2888 (visit_actioned_threads): Rewrite to be find_inferior callback.
2889 (resume): Call find_inferior.
2890 (handle_status): Replace accessing list implemention
2891 details with API function.
2892 (process_serial_event): Replace accessing list implemention details
2893 with API function.
2894 * target.c (set_desired_inferior): Replace accessing list implemention
2895 details with API function.
2896 * tracepoint.c (same_process_p): New function.
2897 (gdb_agent_about_to_close): Replace accessing list implemention
2898 details with API function.
2899 * win32-low.c (child_delete_thread): Replace accessing list
2900 implemention details with API function.
2901 (match_dll_by_basename): New function.
2902 (dll_is_loaded_by_basename): New function.
2903 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2904 details call to dll_is_loaded_by_basename.
2905
29062014-02-19 Doug Evans <dje@google.com>
2907
2908 * dll.h (struct dll_info): Add comment.
2909 * gdbthread.h (struct thread_info): Add comment.
2910 (current_ptid): Simplify.
2911 * inferiors.c (add_process): Update.
2912 (remove_process): Update.
2913 * inferiors.h (struct process_info): Rename member "head" to "entry".
2914 * linux-low.c (delete_lwp): Update.
2915 (add_lwp): Update.
2916 (last_thread_of_process_p): Update.
2917 (kill_one_lwp_callback, linux_kill): Update.
2918 (status_pending_p_callback): Update.
2919 (wait_for_sigstop): Update. Simplify read of ptid.
2920 (start_step_over): Update.
2921 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2922 (get_lwp_thread): Update.
2923 (struct lwp_info): Rename member "head" to "entry".
2924 * regcache.h (inferior_list_entry): Delete.
2925 * server.c (kill_inferior_callback): Update.
2926 (detach_or_kill_inferior_callback): Update.
2927 (print_started_pid): Update.
2928 (print_attached_pid): Update.
2929 (process_serial_event): Simplify read of ptid.
2930 * thread-db.c (thread_db_create_event): Update.
2931 (thread_db_get_tls_address): Update.
2932 * win32-low.c (current_inferior_ptid): Simplify.
2933
29342014-02-19 Tom Tromey <tromey@redhat.com>
2935
2936 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2937 argument.
2938 (target_supports_btrace): Update.
2939
29402014-02-14 Yao Qi <yao@codesourcery.com>
2941
2942 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
2943 (rsp-low-ipa.o): New target.
2944
29452014-02-12 Tom Tromey <tromey@redhat.com>
2946
2947 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
2948 convert_ascii_to_int.
2949 * regcache.c (registers_to_string): Likewise.
2950 * remote-utils.c (decode_M_packet): Likewise.
2951 * server.c (process_serial_event): Likewise.
2952
29532014-02-12 Tom Tromey <tromey@redhat.com>
2954
2955 * server.c (handle_query, handle_v_run): Use hex2bin, not
2956 unhexify.
2957 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
2958
29592014-02-12 Tom Tromey <tromey@redhat.com>
2960
2961 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
2962 convert_int_to_ascii.
2963 * regcache.c (registers_to_string, collect_register_as_string):
2964 Likewise.
2965 * remote-utils.c (look_up_one_symbol, relocate_instruction):
2966 Likewise.
2967 * server.c (process_serial_event): Likewise.
2968 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
2969 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
2970
29712014-02-12 Tom Tromey <tromey@redhat.com>
2972
2973 * remote-utils.c (look_up_one_symbol, monitor_output): Use
2974 bin2hex, not hexify.
2975 * tracepoint.c (cmd_qtstatus): Likewise.
2976
29772014-02-12 Tom Tromey <tromey@redhat.com>
2978
2979 * remote-utils.c (monitor_output): Pass explicit length to
2980 hexify.
2981
29822014-02-12 Tom Tromey <tromey@redhat.com>
2983
2984 * tracepoint.c: Include rsp-low.h.
2985 * server.c: Include rsp-low.h.
2986 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
2987 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
2988 declare.
2989 * remote-utils.c: Include rsp-low.h.
2990 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
2991 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
2992 (convert_int_to_ascii, convert_ascii_to_int): Move to
2993 common/rsp-low.c.
2994 * regcache.c: Include rsp-low.h.
2995 * ax.c: Include rsp-low.h.
2996 * Makefile.in (SFILES): Add common/rsp-low.c.
2997 (OBS): Add rsp-low.o.
2998 (rsp-low.o): New target.
2999
30002014-02-12 Tom Tromey <tromey@redhat.com>
3001
3002 * utils.h (pulongest, plongest, phex_nz): Don't declare.
3003 Include print-utils.h.
3004 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
3005 (plongest, thirty_two, phex_nz): Remove.
3006 * Makefile.in (SFILES): Add common/print-utils.c.
3007 (OBS): Add print-utils.o.
3008 (print-utils-ipa.o): New target.
3009 (print-utils.o): New target.
3010 (IPA_OBJS): Add print-utils-ipa.o.
3011
30122014-02-06 Tom Tromey <tromey@redhat.com>
3013
3014 * Makefile.in (SFILES): Fix indentation.
3015
30162014-02-05 Doug Evans <dje@google.com>
3017
3018 * linux-low.c (linux_wait_for_event): Improve comment.
3019 (linux_wait_1): Keep current_inferior in sync with event_child.
3020
30212014-01-22 Doug Evans <dje@google.com>
3022
3023 * gdbthread.h (gdb_id_to_thread): Delete, unused.
3024
30252014-01-22 Doug Evans <dje@google.com>
3026
3027 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
3028 * configure: Regenerate.
3029 * config.in: Regenerate.
3030 * Makefile.in (SFILES): Add debug.c.
3031 (OBS): Add debug.o.
3032 * debug.c: New file.
3033 * debug.h: New file.
3034 * linux-aarch64-low.c (*): Update all debugging printfs to use
3035 debug_printf instead of fprintf.
3036 * linux-arm-low.c (*): Ditto.
3037 * linux-cris-low.c (*): Ditto.
3038 * linux-crisv32-low.c (*): Ditto.
3039 * linux-m32r-low.c (*): Ditto.
3040 * linux-sparc-low.c (*): Ditto.
3041 * linux-x86.c (*): Ditto.
3042 * linux-low.c (*): Ditto.
3043 (linux_wait_1): Add calls to debug_enter, debug_exit.
3044 (linux_wait): Remove redundant debugging printf.
3045 (stop_all_lwps): Add calls to debug_enter, debug_exit.
3046 (linux_resume, unstop_all_lwps): Ditto.
3047 * mem-break.c (*): Update all debugging printfs to use
3048 debug_printf instead of fprintf.
3049 * remote-utils.c (*): Ditto.
3050 * thread-db.c (*): Ditto.
3051 * server.c #include <ctype.h>, "gdb_vecs.h".
3052 (debug_threads): Moved to debug.c.
3053 (*): Update all debugging printfs to use debug_printf instead of
3054 fprintf.
3055 (start_inferior): Replace call to fflush with call to debug_flush.
3056 (monitor_show_help): Mention set debug-format.
3057 (parse_debug_format_options): New function.
3058 (handle_monitor_command): Handle "monitor set debug-format".
3059 (gdbserver_usage): Mention --debug-format.
3060 (main): Parse --debug-format.
3061 * server.h (debug_threads): Declaration moved to debug.h.
3062 #include "debug.h".
3063 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
3064 trace_debug_1 that uses debug_printf.
3065 (tracepoint_look_up_symbols): Update all debugging printfs to use
3066 debug_printf instead of fprintf.
3067
30682014-01-20 Baruch Siach <baruch@tkos.co.il>
3069
3070 * linux-xtensa-low.c: Include asm/ptrace.h instead of
3071 sys/ptrace.h.
3072
30732014-01-17 Pedro Alves <palves@redhat.com>
3074
3075 PR build/16445
3076 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
3077 defined after including gdb_proc_service.h.
3078
30792014-01-16 Doug Evans <dje@google.com>
3080
3081 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
3082 (match_dll): Use it.
3083
30842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3085
3086 * target.h (target_ops) <read_btrace>: Change parameters and
3087 return type to allow error reporting.
3088 * server.c (handle_qxfer_btrace): Support delta reads. Pass
3089 trace reading errors on.
3090 * linux-low.c (linux_low_read_btrace): Pass trace reading
3091 errors on.
3092 (linux_low_disable_btrace): New.
3093
30942014-01-15 Doug Evans <dje@google.com>
3095
3096 * inferiors.c (thread_id_to_gdb_id): Delete.
3097 * inferiors.h (thread_id_to_gdb_id): Delete.
3098
30992014-01-13 Eli Zaretskii <eliz@gnu.org>
3100
3101 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
3102 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
3103 versions.
3104
31052014-01-08 Pedro Alves <palves@redhat.com>
3106
3107 * server.c (handle_status): Don't discard previous queued stop
3108 replies or thread's pending status here.
3109 (main) <disconnection>: Do it here instead.
3110
31112014-01-08 Pedro Alves <palves@redhat.com>
3112
3113 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
3114 * server.c (visit_actioned_threads, handle_pending_status): New
3115 function.
3116 (handle_v_cont): Factor out parts to ...
3117 (resume): ... this new function. If in all-stop, and a thread
3118 being resumed has a pending status, report it without actually
3119 resuming.
3120 (myresume): Adjust to use the new 'resume' function.
3121 (clear_pending_status_callback, set_pending_status_callback)
3122 (find_status_pending_thread_callback): New functions.
3123 (handle_status): Handle the case of multiple threads having
3124 interesting statuses to report. Report threads' real last signal
3125 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
3126 with an interesting thread to report the status for, instead of
3127 always reporting the status of the first thread.
3128
31292014-01-01 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
3132 * gdbreplay.c (gdbreplay_version): Likewise.
3133
31342013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
3135
3136 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
3137 iov.iov_len with the real length in use.
3138
31392013-12-13 Joel Brobecker <brobecker@adacore.com>
3140
3141 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
3142 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
3143 for all targets that use win32-low.c.
3144 * win32-low.c (win32_ensure_ntdll_loaded): New function.
3145 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
3146
31472013-12-13 Pedro Alves <palves@redhat.com>
3148
3149 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
3150 if equal to TARGET_WAITKIND_LOADED.
3151 * win32-low.c (cached_status): New static global.
3152 (win32_wait): Add declaration.
3153 (do_initial_child_stuff): Flush all initial pending debug events
3154 up to the initial breakpoint.
3155 (win32_wait): If CACHED_STATUS was set, return that instead
3156 of doing a real wait. Remove the code resuming the execution
3157 of the inferior after receiving a TARGET_WAITKIND_LOADED event
3158 during the initial phase. Also remove the code changing
3159 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
3160 TARGET_WAITKIND_STOPPED.
3161
31622013-12-11 Yao Qi <yao@codesourcery.com>
3163
3164 * notif.c (handle_notif_ack): Return 0 if no notification
3165 matches.
3166
31672013-11-20 Doug Evans <dje@google.com>
3168
3169 * linux-low.c (linux_set_resume_request): Fix comment.
3170
31712013-11-20 Doug Evans <dje@google.com>
3172
3173 * linux-low.c (resume_status_pending_p): Tweak comment.
3174
31752013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
3176
3177 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
3178 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
3179 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
3180 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
3181 (srv_amd64_regobj): Add amd64-mpx.o.
3182 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
3183 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
3184 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
3185 * i387-fp.c (num_pl_bnd_register) Added constant.
3186 (num_pl_bnd_cfg_registers) Added constant.
3187 (struct i387_xsave) Added reserved area and MPX fields.
3188 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
3189 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
3190 function.
3191 (tdesc_i386_mpx_linux): Add MPX amd64 target.
3192 (init_registers_amd64_mpx_linux): Declare new function.
3193 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
3194 (x86_64_regmap): Add MPX registers.
3195 (x86_linux_read_description): Add MPX case.
3196 (initialize_low_arch): Initialize MPX targets.
3197
31982013-11-18 Tom Tromey <tromey@redhat.com>
3199
3200 * configure: Rebuild.
3201 * configure.ac: Don't check for stdlib.h.
3202 * gdbreplay.c: Unconditionally include stdlib.h.
3203
32042013-11-18 Tom Tromey <tromey@redhat.com>
3205
3206 * config.in: Rebuild.
3207 * configure: Rebuild.
3208 * configure.ac: Don't use AC_HEADER_DIRENT.
3209
32102013-11-18 Tom Tromey <tromey@redhat.com>
3211
3212 * server.h: Don't check HAVE_STRING_H.
3213 * gdbreplay.c: Don't check HAVE_STRING_H.
3214 * configure: Rebuild.
3215
32162013-11-18 Tom Tromey <tromey@redhat.com>
3217
3218 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
3219 LIBGNU.
3220
32212013-11-08 Tom Tromey <tromey@redhat.com>
3222
3223 * configure, config.in: Rebuild.
3224 * configure.ac: Remove unused configury.
3225
32262013-11-08 Tom Tromey <tromey@redhat.com>
3227
3228 * acinclude.m4: Include common.m4, codeset.m4.
3229 * configure, config.in: Rebuild.
3230 * configure.ac: Use GDB_AC_COMMON.
3231
32322013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
3233
3234 * linux-s390-low.c (HWCAP_S390_TE): New define.
3235 (s390_arch_setup): Consider the TE field in the HWCAP for
3236 determining 'have_regset_tdb'.
3237
32382013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
3239
3240 PR gdb/16014
3241 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
3242 call to sizeof.
3243
32442013-10-02 Pedro Alves <palves@redhat.com>
3245
3246 * server.c (process_serial_event): Don't output "GDBserver
3247 exiting" if GDB is connected through stdio.
3248 * target.c (mywait): Likewise, be silent if GDB is connected
3249 through stdio.
3250
32512013-10-01 Joel Brobecker <brobecker@adacore.com>
3252
3253 * lynx-low.c (lynx_add_threads_after_attach): New function.
3254 (lynx_attach): Remove call to add_thread. Add call to
3255 lynx_add_threads_after_attach instead.
3256
32572013-09-28 Mike Frysinger <vapier@gentoo.org>
3258
3259 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
3260 * config.in, configure: Regenerated.
3261
32622013-09-18 Yao Qi <yao@codesourcery.com>
3263
3264 PR server/15959
3265 * server.c (start_inferior): Clear 'resume_info'.
3266
32672013-09-16 Jiong Wang <jiwang@tilera.com>
3268
3269 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
3270 for each register.
3271
32722013-09-16 Jiong Wang <jiwang@tilera.com>
3273
3274 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
3275 linux-tile-low.o to srv_tgtobj.
3276
32772013-09-16 Will Newton <will.newton@linaro.org>
3278
3279 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
3280 out regs.
3281
32822013-09-06 Pedro Alves <palves@redhat.com>
3283
3284 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
3285 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
3286 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
3287 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
3288 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
3289 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
3290
32912013-09-06 Pedro Alves <palves@redhat.com>
3292
3293 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
3294 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
3295
32962013-09-06 Pedro Alves <palves@redhat.com>
3297
3298 * linux-amd64-ipa.c: Include tracepoint.h.
3299 * linux-i386-ipa.c: Include tracepoint.h.
3300
33012013-09-06 Ricard Wanderlof <ricardw@axis.com>
3302
3303 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
3304 (ps_get_thread_area): New function.
3305
33062013-09-06 Ricard Wanderlof <ricardw@axis.com>
3307
3308 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
3309 (initialize_low_arch): Call init_registers_crisv32 rather than
3310 init_register_crisv32.
3311
33122013-09-05 Pedro Alves <palves@redhat.com>
3313
3314 * server.h (handle_vFile, hostio_last_error_from_errno): Move
3315 to ...
3316 * hostio.h: ... this new file.
3317 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
3318 win32-low.c: Include hostio.h.
3319
33202013-09-05 Pedro Alves <palves@redhat.com>
3321
3322 * server.h (gdb_client_data, handler_func, callback_handler_func)
3323 (delete_file_handler, add_file_handler, append_callback_event)
3324 (delete_callback_event, start_event_loop, initialize_event_loop):
3325 Move to event-loop.h and include it.
3326 * event-loop.h: New file.
3327
33282013-09-05 Pedro Alves <palves@redhat.com>
3329
3330 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
3331 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
3332 (loaded_dll, unloaded_dll): Move to ...
3333 * dll.h: ... this new file.
3334 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
3335
33362013-09-05 Pedro Alves <palves@redhat.com>
3337
3338 * server.h (current_process, get_thread_process, all_processes)
3339 (add_inferior_to_list, for_each_inferior, current_inferior)
3340 (remove_inferior, add_process, remove_process, find_process_pid)
3341 (have_started_inferiors_p, have_attached_inferiors_p)
3342 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
3343 (clear_inferiors, find_inferior, find_inferior_id)
3344 (inferior_target_data, set_inferior_target_data)
3345 (inferior_regcache_data, set_inferior_regcache_data): Move to
3346 inferiors.h, and include it.
3347 * inferiors.h: New file.
3348
33492013-09-05 Pedro Alves <palves@redhat.com>
3350
3351 * server.h (struct emit_ops, current_insn_ptr, emit_error):
3352 Move ...
3353 * ax.h: ... here.
3354
33552013-09-05 Pedro Alves <palves@redhat.com>
3356
3357 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
3358 tracepoint.h.
3359 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
3360 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
3361 (handle_tracepoint_general_set, handle_tracepoint_query)
3362 (tracepoint_finished_step, tracepoint_was_hit)
3363 (release_while_stepping_state_list, current_traceframe)
3364 (in_readonly_region, traceframe_read_mem)
3365 (fetch_traceframe_registers, traceframe_read_sdata)
3366 (traceframe_read_info, struct fast_tpoint_collect_status)
3367 (fast_tracepoint_collecting, force_unlock_trace_buffer)
3368 (handle_tracepoit_bkpts, initialize_low_tracepoint)
3369 (supply_fast_tracepoint_registers)
3370 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
3371 (ipa_tdesc, claim_trampoline_space)
3372 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
3373 (agent_mem_read, agent_get_trace_state_variable_value)
3374 (agent_set_trace_state_variable_value, agent_tsv_read)
3375 (agent_mem_read_string, get_raw_reg_func_addr)
3376 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
3377 * tracepoint.h: ... this new file.
3378
33792013-09-05 Pedro Alves <palves@redhat.com>
3380
3381 * server.h (perror_with_name, error, fatal, warning, paddress)
3382 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
3383 include it.
3384 * utils.h: New file.
3385
33862013-09-05 Pedro Alves <palves@redhat.com>
3387
3388 * server.h (remote_debug, noack_mode, transport_is_reliable)
3389 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
3390 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
3391 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
3392 (write_enn, initialize_async_io, enable_async_io)
3393 (disable_async_io, check_remote_input_interrupt_request)
3394 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
3395 (dead_thread_notify, prepare_resume_reply)
3396 (decode_address_to_semicolon, decode_address, decode_m_packet)
3397 (decode_M_packet, decode_X_packet, decode_xfer_write)
3398 (decode_search_memory_packet, unhexify, hexify)
3399 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
3400 (look_up_one_symbol, relocate_instruction)
3401 (monitor_output): Move to remote-utils.h, and include it.
3402 * remote-utils.h: New file.
3403
34042013-09-05 Pedro Alves <palves@redhat.com>
3405
3406 * server.h (_): Delete.
3407
34082013-09-02 Pedro Alves <palves@redhat.com>
3409
3410 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
3411 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
3412 allocated.
3413 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
3414
34152013-09-02 Pierre Muller <muller@sourceware.org>
3416
3417 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
3418 or WriteProcessMemory complete successfully and handle
3419 ERROR_PARTIAL_COPY error.
3420
34212013-09-02 Pedro Alves <palves@redhat.com>
3422
3423 * server.c (gdb_read_memory): Return -1 on traceframe memory read
3424 error instead of EIO.
3425
34262013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 PR server/15604
3429 * linux-low.c: Include filestuff.h.
3430 (linux_create_inferior) <pid == 0>: Call close_most_fds.
3431 * lynx-low.c: Include filestuff.h.
3432 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
3433 * server.c: Include filestuff.h.
3434 (main): Call notice_open_fds.
3435 * spu-low.c: Include filestuff.h.
3436 (spu_create_inferior) <pid == 0>: Call close_most_fds.
3437
34382013-08-22 Luis Machado <lgustavo@codesourcery.com>
3439
3440 * Makefile.in: Explain why ../target and ../nat are not
3441 listed as include file search paths.
3442 (linux-waitpid.o): New object file rule.
3443 * configure.srv (srv_native_linux_obj): New variable.
3444 Replace all occurrences of linux native object files with
3445 $srv_native_linux_obj.
3446 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3447 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
3448 (linux_enable_event_reporting): Remove declaration.
3449 (my_waitpid): Moved to common/linux-waitpid.c.
3450 (linux_wait_for_event): Pass ptid when calling
3451 linux_enable_event_reporting.
3452 (linux_supports_tracefork_flag): Remove.
3453 (linux_enable_event_reporting): Likewise.
3454 (linux_tracefork_grandchild): Remove.
3455 (STACK_SIZE): Moved to common/linux-ptrace.c.
3456 (linux_tracefork_child): Remove.
3457 (linux_test_for_tracefork): Remove.
3458 (linux_look_up_symbols): Call linux_supports_traceclone.
3459 (initialize_low): Remove call to linux_test_for_tracefork.
3460 * linux-low.h (PTRACE_TYPE_ARG3): Move to
3461 common/linux-ptrace.h.
3462 (PTRACE_TYPE_ARG4): Likewise.
3463 Include linux-ptrace.h.
3464
34652013-08-21 Pedro Alves <palves@redhat.com>
3466
3467 * config.in: Renegerate.
3468
34692013-08-19 Luis Machado <lgustavo@codesourcery.com>
3470
3471 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
3472 (SFILES): Remove $(srcdir)/common/target-common.c and
3473 add $(srcdir)/target/waitstatus.c.
3474 (OBS): Remove target-common.o and add waitstatus.o.
3475 (server_h): Remove $(srcdir)/../common/target-common.h and
3476 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
3477 and $(srcdir)/../target/waitstatus.h.
3478 (target-common.o): Remove.
3479 (waitstatus.o): New target object file.
3480 * target.h: Do not include target-common.h and
3481 include target/resume.h, target/wait.h and
3482 target/waitstatus.h.
3483
34842013-08-13 Luis Machado <lgustavo@codesourcery.com>
3485
3486 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3487 to PTRACE_TYPE_ARG3.
3488 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3489 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
3490 PTRACE_TYPE_ARG4.
3491 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
3492 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
3493
34942013-07-27 Jie Zhang <jie@codesourcery.com>
3495 Daniel Jacobowitz <dan@codesourcery.com>
3496 Yao Qi <yao@codesourcery.com>
3497
3498 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
3499 (mips-linux-watch.o): New rule.
3500 (mips_linux_watch_h): New variable.
3501 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
3502 srv_tgtobj.
3503 * linux-mips-low.c: Include mips-linux-watch.h.
3504 (struct arch_process_info, struct arch_lwp_info): New.
3505 (update_watch_registers_callback): New function.
3506 (mips_linux_new_process, mips_linux_new_thread) New functions.
3507 (mips_linux_prepare_to_resume, mips_insert_point): New
3508 functions.
3509 (mips_remove_point, mips_stopped_by_watchpoint): New
3510 functions.
3511 (rsp_bp_type_to_target_hw_bp_type): New function.
3512 (mips_stopped_data_address): New function.
3513 (the_low_target): Add watchpoint support functions.
3514
35152013-07-27 Yao Qi <yao@codesourcery.com>
3516
3517 * i386-low.c: Include break-common.h.
3518 (enum target_hw_bp_type): Remove.
3519
35202013-07-24 Luis Machado <lgustavo@codesourcery.com>
3521
3522 * Makefile.in (SFILES): /common/target-common.c.
3523 (OBS): Add target-common.o.
3524 (server_h): Add $(srcdir)/../common/target-common.h.
3525 (target-common.o): New target.
3526 * server.c (queue_stop_reply_callback): Free
3527 status string after use.
3528 * target.c (target_waitstatus_to_string): Remove.
3529 * target.h: Include target-common.h.
3530 (resume_kind): Likewise.
3531 (target_waitkind): Likewise.
3532 (target_waitstatus): Likewise.
3533 (TARGET_WNOHANG): Likewise.
3534
35352013-07-04 Yao Qi <yao@codesourcery.com>
3536
3537 * Makefile.in (host_alias): Use @host_noncanonical@.
3538 (target_alias): Use @target_noncanonical@.
3539 * configure.ac: Use ACX_NONCANONICAL_TARGET and
3540 ACX_NONCANONICAL_HOST.
3541 * configure: Regenerated.
3542
3543 Revert:
3544 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3545
3546 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3547 * configure: Rebuild.
3548 * Makefile.in (version_host, version_target): Get from configure.
3549 (version.c): Use $(version_host) and $(version_target).
3550
35512013-07-03 Pedro Alves <palves@redhat.com>
3552
3553 * Makefile.in (config.status): Depend on development.sh.
3554 * acinclude.m4: Include libmcheck.m4.
3555 * configure: Regenerate.
3556
35572013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3558
3559 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
3560 attribute inside the parentheses.
3561 (winapi_DebugSetProcessKillOnExit): Ditto.
3562 (winapi_DebugBreakProcess): Ditto.
3563 (winapi_GenerateConsoleCtrlEvent): Ditto.
3564
35652013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3566
3567 * notif.h (notif_event): Add a dummy member to avoid compiler
3568 errors.
3569
35702013-07-01 Pedro Alves <palves@redhat.com>
3571
3572 * hostio.c (HOSTIO_PATH_MAX): Define.
3573 (require_filename, handle_open, handle_unlink, handle_readlink):
3574 Use it.
3575
35762013-07-01 Pedro Alves <palves@redhat.com>
3577
3578 * server.h: Include "pathmax.h".
3579 * linux-low.c: Don't include sys/param.h.
3580 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
3581 MAXPATHLEN.
3582 * win32-low.c: Don't include sys/param.h.
3583 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
3584
35852013-07-01 Pedro Alves <palves@redhat.com>
3586
3587 * event-loop.c: Don't check HAVE_UNISTD_H before including
3588 <unistd.h>.
3589 * gdbreplay.c: Likewise.
3590 * remote-utils.c: Likewise.
3591 * server.c: Likewise.
3592 * configure.ac: Don't check for unistd.h.
3593 * configure: Regenerate.
3594
35952013-06-28 Tom Tromey <tromey@redhat.com>
3596
3597 * Makefile.in (version.c): Use version.in, not
3598 common/version.in.
3599
36002013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3601
3602 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3603 * configure: Rebuild.
3604 * Makefile.in (version_host, version_target): Get from configure.
3605 (version.c): Use $(version_host) and $(version_target).
3606
36072013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3608
3609 Fix trace-status to output user name without trailing colon.
3610 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
3611
36122013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3613
3614 Fix trace-status to output proper start-time and stop-time.
3615 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
3616 output start time and stop time in hex as gdb expects.
3617
36182013-06-26 Pedro Alves <pedro@codesourcery.com>
3619
3620 * tracepoint.c (build_traceframe_info_xml): Output trace state
3621 variables present in the trace buffer.
3622
36232013-06-24 Tom Tromey <tromey@redhat.com>
3624
3625 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3626 create-version.sh.
3627 (version.o): Remove.
3628 * gdbreplay.c: Include version.h.
3629 (version, host_name): Don't declare.
3630 * server.h: Include version.h.
3631 (version, host_name): Don't declare.
3632
36332013-06-12 Pedro Alves <palves@redhat.com>
3634
3635 * linux-x86-low.c (linux_is_elf64): Delete global.
3636 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
3637 with local linux_pid_exe_is_elf_64_file use.
3638
36392013-06-11 Pedro Alves <palves@redhat.com>
3640
3641 * linux-low.c (regset_disabled, disable_regset): New functions.
3642 (regsets_fetch_inferior_registers)
3643 (regsets_store_inferior_registers): Use them.
3644 (initialize_regsets_info); Don't allocate the disabled_regsets
3645 array here.
3646 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
3647 comment.
3648
36492013-06-11 Pedro Alves <palves@redhat.com>
3650
3651 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
3652 xmalloc.
3653
36542013-06-11 Pedro Alves <palves@redhat.com>
3655
3656 * linux-x86-low.c (initialize_low_arch): Call
3657 init_registers_x32_avx_linux.
3658
36592013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 Fix compatibility with Android Bionic.
3662 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
3663 it is not empty.
3664
36652013-06-07 Pedro Alves <palves@redhat.com>
3666
3667 PR server/14823
3668 * Makefile.in (OBS): Add tdesc.o.
3669 (IPA_OBJS): Add tdesc-ipa.o.
3670 (tdesc-ipa.o): New rule.
3671 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
3672 interface.
3673 * linux-low.c (new_inferior): Delete.
3674 (disabled_regsets, num_regsets): Delete.
3675 (linux_add_process): Adjust to set the new per-process
3676 new_inferior flag.
3677 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
3678 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
3679 was a stop. When calling arch_setup, switch the current inferior
3680 to the thread that got an event.
3681 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
3682 (regsets_fetch_inferior_registers)
3683 (regsets_store_inferior_registers): New regsets_info parameter.
3684 Adjust to use it.
3685 (linux_register_in_regsets): New regs_info parameter. Adjust to
3686 use it.
3687 (register_addr, fetch_register, store_register): New usrregs_info
3688 parameter. Adjust to use it.
3689 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
3690 parameter regs_info. Adjust to use it.
3691 (linux_fetch_registers): Get the current inferior's regs_info, and
3692 adjust to use it.
3693 (linux_store_registers): Ditto.
3694 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
3695 (initialize_low): Don't initialize the target_regsets here. Call
3696 initialize_low_arch.
3697 * linux-low.h (target_regsets): Delete declaration.
3698 (struct regsets_info): New.
3699 (struct usrregs_info): New.
3700 (struct regs_info): New.
3701 (struct process_info_private) <new_inferior>: New field.
3702 (struct linux_target_ops): Delete the num_regs, regmap, and
3703 regset_bitmap fields. New field regs_info.
3704 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
3705 * i387-fp.c (num_xmm_registers): Delete.
3706 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
3707 calls to new interface.
3708 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
3709 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
3710 Infer the number of xmm registers from the regcache's target
3711 description.
3712 * i387-fp.h (num_xmm_registers): Delete.
3713 * inferiors.c (add_thread): Don't install the thread's regcache
3714 here.
3715 * proc-service.c (gregset_info): Fetch the current inferior's
3716 regs_info. Adjust to use it.
3717 * regcache.c: Include tdesc.h.
3718 (register_bytes, reg_defs, num_registers)
3719 (gdbserver_expedite_regs): Delete.
3720 (get_thread_regcache): If the thread doesn't have a regcache yet,
3721 create one, instead of aborting gdbserver.
3722 (regcache_invalidate_one): Rename to ...
3723 (regcache_invalidate_thread): ... this.
3724 (regcache_invalidate_one): New.
3725 (regcache_invalidate): Only invalidate registers of the current
3726 process.
3727 (init_register_cache): Add target_desc parameter, and use it.
3728 (new_register_cache): Ditto. Assert the target description has a
3729 non zero registers_size.
3730 (regcache_cpy): Add assertions. Adjust.
3731 (realloc_register_cache, set_register_cache): Delete.
3732 (registers_to_string, registers_from_string): Adjust.
3733 (find_register_by_name, find_regno, find_register_by_number)
3734 (register_cache_size): Add target_desc parameter, and use it.
3735 (free_register_cache_thread, free_register_cache_thread_one)
3736 (regcache_release, register_cache_size): New.
3737 (register_size): Add target_desc parameter, and use it.
3738 (register_data, supply_register, supply_register_zeroed)
3739 (supply_regblock, supply_register_by_name, collect_register)
3740 (collect_register_as_string, collect_register_by_name): Adjust.
3741 * regcache.h (struct target_desc): Forward declare.
3742 (struct regcache) <tdesc>: New field.
3743 (init_register_cache, new_register_cache): Add target_desc
3744 parameter.
3745 (regcache_invalidate_thread): Declare.
3746 (regcache_invalidate_one): Delete declaration.
3747 (regcache_release): Declare.
3748 (find_register_by_number, register_cache_size, register_size)
3749 (find_regno): Add target_desc parameter.
3750 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
3751 declarations.
3752 * remote-utils.c: Include tdesc.h.
3753 (outreg, prepare_resume_reply): Adjust.
3754 * server.c: Include tdesc.h.
3755 (gdbserver_xmltarget): Delete declaration.
3756 (get_features_xml, process_serial_event): Adjust.
3757 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
3758 declare.
3759 (struct process_info) <tdesc>: New field.
3760 (ipa_tdesc): Declare.
3761 * tdesc.c: New file.
3762 * tdesc.h: New file.
3763 * tracepoint.c: Include tdesc.h.
3764 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
3765 (get_context_regcache): Adjust to pass ipa_tdesc down.
3766 (do_action_at_tracepoint): Adjust to get the register cache size
3767 from the context regcache's description.
3768 (traceframe_walk_blocks): Adjust to get the register cache size
3769 from the current trace frame's description.
3770 (traceframe_get_pc): Adjust to get current trace frame's
3771 description and pass it down.
3772 (gdb_collect): Adjust to get the register cache size from the
3773 IPA's description.
3774 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
3775 (gdbserver_xmltarget): Delete.
3776 (initialize_low_tracepoint): Set the ipa's target description.
3777 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
3778 (initialize_low_tracepoint): Set the ipa's target description.
3779 * linux-x86-low.c: Include tdesc.h.
3780 [__x86_64__] (is_64bit_tdesc): New.
3781 (ps_get_thread_area, x86_get_thread_area): Use it.
3782 (i386_cannot_store_register): Rename to ...
3783 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
3784 (i386_cannot_fetch_register): Rename to ...
3785 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
3786 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
3787 to new interface.
3788 (target_regsets): Rename to ...
3789 (x86_regsets): ... this.
3790 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
3791 interface.
3792 (x86_siginfo_fixup): Use is_64bit_tdesc.
3793 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
3794 (tdesc_x32_avx_linux, tdesc_x32_linux)
3795 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
3796 Declare.
3797 (x86_linux_update_xmltarget): Delete.
3798 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
3799 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
3800 (AMD64_LINUX_USER64_CS): New.
3801 (x86_linux_read_description): New, based on
3802 x86_linux_update_xmltarget.
3803 (same_process_callback): New.
3804 (x86_arch_setup_process_callback): New.
3805 (x86_linux_update_xmltarget): New.
3806 (x86_regsets_info): New.
3807 (amd64_linux_regs_info): New.
3808 (i386_linux_usrregs_info): New.
3809 (i386_linux_regs_info): New.
3810 (x86_linux_regs_info): New.
3811 (x86_arch_setup): Reimplement.
3812 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3813 (x86_emit_ops): Ditto.
3814 (the_low_target): Adjust. Install x86_linux_regs_info,
3815 x86_cannot_fetch_register, and x86_cannot_store_register.
3816 (initialize_low_arch): New.
3817 * linux-ia64-low.c (tdesc_ia64): Declare.
3818 (ia64_fetch_register): Adjust.
3819 (ia64_usrregs_info, regs_info): New globals.
3820 (ia64_regs_info): New function.
3821 (the_low_target): Adjust.
3822 (initialize_low_arch): New function.
3823 * linux-sparc-low.c (tdesc_sparc64): Declare.
3824 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3825 Adjust.
3826 (sparc_arch_setup): New function.
3827 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3828 (the_low_target): Adjust.
3829 (initialize_low_arch): New function.
3830 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3831 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3832 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3833 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3834 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3835 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3836 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3837 (tdesc_powerpc_isa205_vsx64l): Declare.
3838 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3839 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3840 (ppc_set_pc, ppc_get_hwcap): Adjust.
3841 (ppc_usrregs_info): Forward declare.
3842 (!__powerpc64__) ppc_regmap_adjusted: New global.
3843 (ppc_arch_setup): Adjust to the current process'es target
3844 description.
3845 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3846 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3847 (ppc_store_evrregset): Adjust.
3848 (target_regsets): Rename to ...
3849 (ppc_regsets): ... this, and make static.
3850 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3851 (ppc_regs_info): New function.
3852 (the_low_target): Adjust.
3853 (initialize_low_arch): New function.
3854 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3855 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3856 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3857 (tdesc_s390x_linux64v2): Declare.
3858 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3859 (s390_fill_gregset, s390_store_last_break): Adjust.
3860 (target_regsets): Rename to ...
3861 (s390_regsets): ... this, and make static.
3862 (s390_get_pc, s390_set_pc): Adjust.
3863 (s390_get_hwcap): New target_desc parameter, and use it.
3864 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3865 (s390_arch_setup): Adjust to set the current process'es target
3866 description. Don't adjust the regmap.
3867 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3868 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3869 (regs_info_3264): New globals.
3870 (s390_regs_info): New function.
3871 (the_low_target): Adjust.
3872 (initialize_low_arch): New function.
3873 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3874 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3875 [__mips64] (init_registers_mips_linux)
3876 (init_registers_mips_dsp_linux): Delete defines.
3877 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3878 (have_dsp): New global.
3879 (mips_read_description): New, based on mips_arch_setup.
3880 (mips_arch_setup): Reimplement.
3881 (get_usrregs_info): New function.
3882 (mips_cannot_fetch_register, mips_cannot_store_register)
3883 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3884 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3885 (target_regsets): Rename to ...
3886 (mips_regsets): ... this, and make static.
3887 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3888 (dsp_regs_info, regs_info): New globals.
3889 (mips_regs_info): New function.
3890 (the_low_target): Adjust.
3891 (initialize_low_arch): New function.
3892 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3893 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3894 Declare.
3895 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3896 (arm_read_description): New, with bits factored from
3897 arm_arch_setup.
3898 (arm_arch_setup): Reimplement.
3899 (target_regsets): Rename to ...
3900 (arm_regsets): ... this, and make static.
3901 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3902 (arm_regs_info): New function.
3903 (the_low_target): Adjust.
3904 (initialize_low_arch): New function.
3905 * linux-m68k-low.c (tdesc_m68k): Declare.
3906 (target_regsets): Rename to ...
3907 (m68k_regsets): ... this, and make static.
3908 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3909 (m68k_regs_info): New function.
3910 (m68k_arch_setup): New function.
3911 (the_low_target): Adjust.
3912 (initialize_low_arch): New function.
3913 * linux-sh-low.c (tdesc_sharch): Declare.
3914 (target_regsets): Rename to ...
3915 (sh_regsets): ... this, and make static.
3916 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3917 (sh_regs_info, sh_arch_setup): New functions.
3918 (the_low_target): Adjust.
3919 (initialize_low_arch): New function.
3920 * linux-bfin-low.c (tdesc_bfin): Declare.
3921 (bfin_arch_setup): New function.
3922 (bfin_usrregs_info, regs_info): New globals.
3923 (bfin_regs_info): New function.
3924 (the_low_target): Adjust.
3925 (initialize_low_arch): New function.
3926 * linux-cris-low.c (tdesc_cris): Declare.
3927 (cris_arch_setup): New function.
3928 (cris_usrregs_info, regs_info): New globals.
3929 (cris_regs_info): New function.
3930 (the_low_target): Adjust.
3931 (initialize_low_arch): New function.
3932 * linux-cris-low.c (tdesc_crisv32): Declare.
3933 (cris_arch_setup): New function.
3934 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3935 (cris_regs_info): New function.
3936 (the_low_target): Adjust.
3937 (initialize_low_arch): New function.
3938 * linux-m32r-low.c (tdesc_m32r): Declare.
3939 (m32r_arch_setup): New function.
3940 (m32r_usrregs_info, regs_info): New globals.
3941 (m32r_regs_info): Adjust.
3942 (initialize_low_arch): New function.
3943 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
3944 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
3945 (tic6x_usrregs_info): Forward declare.
3946 (tic6x_read_description): New function, based on ...
3947 (tic6x_arch_setup): ... this. Reimplement.
3948 (target_regsets): Rename to ...
3949 (tic6x_regsets): ... this, and make static.
3950 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
3951 (tic6x_regs_info): New function.
3952 (the_low_target): Adjust.
3953 (initialize_low_arch): New function.
3954 * linux-xtensa-low.c (tdesc_xtensa): Declare.
3955 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
3956 (target_regsets): Rename to ...
3957 (xtensa_regsets): ... this, and make static.
3958 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
3959 globals.
3960 (xtensa_arch_setup, xtensa_regs_info): New functions.
3961 (the_low_target): Adjust.
3962 (initialize_low_arch): New function.
3963 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
3964 (nios2_arch_setup): Set the current process'es tdesc.
3965 (target_regsets): Rename to ...
3966 (nios2_regsets): ... this.
3967 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
3968 (nios2_regs_info): New function.
3969 (the_low_target): Adjust.
3970 (initialize_low_arch): New function.
3971 * linux-aarch64-low.c (tdesc_aarch64): Declare.
3972 (aarch64_arch_setup): Set the current process'es tdesc.
3973 (target_regsets): Rename to ...
3974 (aarch64_regsets): ... this.
3975 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
3976 (aarch64_regs_info): New function.
3977 (the_low_target): Adjust.
3978 (initialize_low_arch): New function.
3979 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
3980 globals.
3981 (target_regsets): Rename to ...
3982 (tile_regsets): ... this.
3983 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
3984 (tile_regs_info): New function.
3985 (tile_arch_setup): Set the current process'es tdesc.
3986 (the_low_target): Adjust.
3987 (initialize_low_arch): New function.
3988 * spu-low.c (tdesc_spu): Declare.
3989 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
3990 * win32-arm-low.c (tdesc_arm): Declare.
3991 (arm_arch_setup): New function.
3992 (the_low_target): Install arm_arch_setup instead of
3993 init_registers_arm.
3994 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
3995 (init_windows_x86): Rename to ...
3996 (i386_arch_setup): ... this. Set `win32_tdesc'.
3997 (the_low_target): Adjust.
3998 * win32-low.c (win32_tdesc): New global.
3999 (child_add_thread): Don't create the thread cache here.
4000 (do_initial_child_stuff): Set the new process'es tdesc.
4001 * win32-low.h (struct target_desc): Forward declare.
4002 (win32_tdesc): Declare.
4003 * lynx-i386-low.c (tdesc_i386): Declare global.
4004 (lynx_i386_arch_setup): Set `lynx_tdesc'.
4005 * lynx-low.c (lynx_tdesc): New global.
4006 (lynx_add_process): Set the new process'es tdesc.
4007 * lynx-low.h (struct target_desc): Forward declare.
4008 (lynx_tdesc): Declare global.
4009 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
4010 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
4011 * nto-low.c (nto_tdesc): New global.
4012 (do_attach): Set the new process'es tdesc.
4013 * nto-low.h (struct target_desc): Forward declare.
4014 (nto_tdesc): Declare.
4015 * nto-x86-low.c (tdesc_i386): Declare.
4016 (nto_x86_arch_setup): Set `nto_tdesc'.
4017
40182013-06-04 Gary Benson <gbenson@redhat.com>
4019
4020 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
4021 to qSupported response when appropriate.
4022 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
4023 with nonzero-length annex.
4024 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
4025 arguments supplied in annex.
4026
40272013-05-31 Doug Evans <dje@google.com>
4028
4029 PR server/15594
4030 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
4031 64 bits in 64-cross-32 environment.
4032
40332013-05-28 Pedro Alves <palves@redhat.com>
4034
4035 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
4036 (aarch64-without-fpu.c): Delete rule.
4037 * configure.srv (aarch64*-*-linux*): Remove references to
4038 aarch64-without-fpu.o and aarch64-without-fpu.xml.
4039 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
4040 declaration.
4041
40422013-05-24 Pedro Alves <palves@redhat.com>
4043
4044 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
4045 instead of strchr/decode_address. Error if the range isn't split
4046 with a ','. Don't assume there's be a ':' in the action.
4047
40482013-05-23 Yao Qi <yao@codesourcery.com>
4049 Pedro Alves <palves@redhat.com>
4050
4051 * linux-low.c (lwp_in_step_range): New function.
4052 (linux_wait_1): If the thread was range stepping and stopped
4053 outside the stepping range, report the stop to GDB. Otherwise,
4054 continue stepping. Add range stepping debug output.
4055 (linux_set_resume_request): Copy the step range from the resume
4056 request to the lwp.
4057 (linux_supports_range_stepping): New.
4058 (linux_target_ops) <supports_range_stepping>: Set to
4059 linux_supports_range_stepping.
4060 * linux-low.h (struct linux_target_ops)
4061 <supports_range_stepping>: New field.
4062 (struct lwp_info) <step_range_start, step_range_end>: New fields.
4063 * linux-x86-low.c (x86_supports_range_stepping): New.
4064 (the_low_target) <supports_range_stepping>: Set to
4065 x86_supports_range_stepping.
4066 * server.c (handle_v_cont): Handle 'r' action.
4067 (handle_v_requests): Append ";r" if the target supports range
4068 stepping.
4069 * target.h (struct thread_resume) <step_range_start,
4070 step_range_end>: New fields.
4071 (struct target_ops) <supports_range_stepping>:
4072 New field.
4073 (target_supports_range_stepping): New macro.
4074
40752013-05-17 Joel Brobecker <brobecker@adacore.com>
4076
4077 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
4078 confusion in comment.
4079
40802013-05-17 Joel Brobecker <brobecker@adacore.com>
4081
4082 * lynx-low.c (struct process_info_private): New type.
4083 (lynx_add_process): New function.
4084 (lynx_create_inferior, lynx_attach): Replace calls to
4085 add_process by calls to lynx_add_process.
4086 (lynx_resume): If PTID is null, then try using
4087 current_process()->private->last_wait_event_ptid.
4088 Add comments.
4089 (lynx_clear_inferiors): Delete. The contents of that function
4090 has been inlined in lynx_mourn;
4091 (lynx_wait_1): Save the ptid in the process's private data.
4092 (lynx_mourn): Free the process' private data. Replace call
4093 to lynx_clear_inferiors by call to clear_inferiors.
4094
40952013-05-17 Yao Qi <yao@codesourcery.com>
4096
4097 * i386-low.c (i386_length_and_rw_bits): Move the comment to
4098 the right place.
4099
41002013-05-16 Luis Machado <lgustavo@codesourcery.com>
4101
4102 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
4103 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
4104 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
4105 PT_TEXT_END_ADDR guards. Update comments.
4106 (linux_target_op) <read_offsets>: Conditionally define to
4107 linux_read_offsets if the target is UCLIBC and if it defines
4108 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
4109
41102013-05-06 Sandra Loosemore <sandra@codesourcery.com>
4111 Andrew Jenner <andrew@codesourcery.com>
4112
4113 * Makefile.in (SFILES): Add linux-nios2-low.c.
4114 (clean): Add action to delete nios2-linux.c.
4115 (nios2-linux.c): New rule.
4116 * configure.srv: Add nios2*-*-linux*.
4117 * linux-nios2-low.c: New.
4118
41192013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
4120
4121 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
4122
41232013-04-25 Hui Zhu <hui@codesourcery.com>
4124
4125 PR gdb/15186
4126 * ax.c (ax_printf): Add fflush.
4127
41282013-04-22 Tom Tromey <tromey@redhat.com>
4129
4130 * Makefile.in (SFILES): Add filestuff.c.
4131 (OBS): Add filestuff.o.
4132 (filestuff.o): New target.
4133 * config.in, configure: Rebuild.
4134 * configure.ac: Check for fdwalk, pipe2.
4135
41362013-04-17 Pedro Alves <palves@redhat.com>
4137
4138 * configure.ac (USE_THREAD_DB): Delete variable.
4139 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
4140 Don't AC_SUBST USE_THREAD_DB.
4141 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
4142 * config.in, configure: Regenerate.
4143
41442013-04-16 Pedro Alves <palves@redhat.com>
4145
4146 * linux-low.h (struct lwp_info) <thread_known>: Move under
4147 the USE_THREAD_DB #ifdef.
4148
41492013-04-16 Pedro Alves <palves@redhat.com>
4150
4151 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
4152 (linux-low.o): Delete rule.
4153 * linux-low.h: Always include "gdb_thread_db.h" instead of
4154 conditionally including thread_db.h.
4155 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
4156 HAVE_THREAD_DB_H.
4157
41582013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 * Makefile.in (install-only): Fix make install regression.
4161
41622013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4165 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
4166 installation.
4167 * gdbserver.1: Remove.
4168
41692013-03-22 Pedro Alves <palves@redhat.com>
4170
4171 * linux-low.c (handle_extended_wait): Don't call
4172 linux_enable_event_reporting.
4173
41742013-03-15 Tony Theodore <tonyt@logyst.com>
4175
4176 PR build/9098:
4177 * Makefile.in (SHELL): Use @SHELL@.
4178
41792013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4180
4181 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
4182 compiler warning.
4183
41842013-03-13 Joel Brobecker <brobecker@adacore.com>
4185
4186 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
4187 Remove extraneous NULL element.
4188
41892013-03-13 Yao Qi <yao@codesourcery.com>
4190
4191 * tracepoint.c (traceframe_read_tsv): Look for the last matched
4192 'V' block in trace frame.
4193
41942013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4195
4196 * target.h (struct target_ops): Add btrace ops.
4197 (target_supports_btrace): New macro.
4198 (target_enable_btrace): New macro.
4199 (target_disable_btrace): New macro.
4200 (target_read_btrace): New macro.
4201 * gdbthread.h (struct thread_info): Add btrace field.
4202 * server.c: Include btrace-common.h.
4203 (handle_btrace_general_set): New function.
4204 (handle_btrace_enable): New function.
4205 (handle_btrace_disable): New function.
4206 (handle_general_set): Call handle_btrace_general_set.
4207 (handle_qxfer_btrace): New function.
4208 (struct qxfer qxfer_packets[]): Add btrace entry.
4209 * inferiors.c (remove_thread): Disable btrace.
4210 * linux-low: Include linux-btrace.h.
4211 (linux_low_enable_btrace): New function.
4212 (linux_low_read_btrace): New function.
4213 (linux_target_ops): Add btrace ops.
4214 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
4215 Add srv_linux_btrace=yes.
4216 (x86_64-*-linux*): Add linux-btrace.o.
4217 Add srv_linux_btrace=yes.
4218 * configure.ac: Define HAVE_LINUX_BTRACE.
4219 * config.in: Regenerated.
4220 * configure: Regenerated.
4221
42222013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4223
4224 * server.c (handle_qxfer): Preserve error message if -3 is
4225 returned.
4226 (qxfer): Document the -3 return value.
4227
42282013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4229
4230 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
4231 (linux_btrace_h): New variable.
4232 (linux-btrace.o): New rule.
4233
42342013-03-08 Stan Shebs <stan@codesourcery.com>
4235 Hafiz Abid Qadeer <abidh@codesourcery.com>
4236
4237 * tracepoint.c (trace_buffer_size): New global.
4238 (DEFAULT_TRACE_BUFFER_SIZE): New define.
4239 (init_trace_buffer): Change to one-argument function. Allocate
4240 trace buffer memory.
4241 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
4242 handle QTBuffer:size packet.
4243 (cmd_bigqtbuffer_size): New function.
4244 (initialize_tracepoint): Call init_trace_buffer with
4245 DEFAULT_TRACE_BUFFER_SIZE.
4246 * server.c (handle_query): Add QTBuffer:size in the
4247 supported packets.
4248
42492013-03-07 Yao Qi <yao@codesourcery.com>
4250
4251 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
4252 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
4253 of -1.
4254 (cmd_qtsp): Adjust condition. Do post increment.
4255 Set cur_action and cur_step_action back to 0.
4256
42572013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
4258
4259 PR server/15236
4260 * linux-low.c (linux_write_memory): Return early success if LEN is
4261 zero.
4262
42632013-03-05 Corinna Vinschen <vinschen@redhat.de>
4264
4265 * configure.srv: Add x86_64-*-cygwin* as target.
4266
42672013-02-28 Tom Tromey <tromey@redhat.com>
4268
4269 * configure.ac: Invoke AC_SYS_LARGEFILE.
4270 * configure, config.in: Rebuild.
4271
42722013-02-28 Corinna Vinschen <vinschen@redhat.com>
4273
4274 * win32-low.c: Throughout, fix format strings and casts of
4275 printf-like functions to avoid type related warnings on all
4276 platforms.
4277 (get_child_debug_event): Print dwDebugEventCode as hex since
4278 that's how it's usually documented.
4279
42802013-02-28 Yao Qi <yao@codesourcery.com>
4281
4282 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
4283 pulongest.
4284
42852013-02-27 Jiong Wang <jiwang@tilera.com>
4286
4287 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
4288 (reg-tilegx32.c): New rule.
4289 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
4290 * linux-tile-low.c (tile_arch_setup): New function. Invoke
4291 different register info initializer according to elf class.
4292 (init_registers_tilgx32): New function. The tilegx32 register info
4293 initializer.
4294 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
4295 (tile_store_gregset): Likewise.
4296
42972013-02-27 Yao Qi <yao@codesourcery.com>
4298
4299 * server.c (process_point_options): Print debug message when
4300 debug_threads is true.
4301
43022013-02-26 Yao Qi <yao@codesourcery.com>
4303
4304 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
4305
43062013-02-19 Pedro Alves <palves@redhat.com>
4307 Kai Tietz <ktietz@redhat.com>
4308
4309 PR gdb/15161
4310
4311 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
4312 instead of strtoul to extract address from packet.
4313 (process_serial_event) <'z'>: Likewise.
4314
43152013-02-18 Yao Qi <yao@codesourcery.com>
4316
4317 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
4318
43192013-02-14 Pedro Alves <palves@redhat.com>
4320
4321 Plug memory leak.
4322
4323 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
4324 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
4325
43262013-02-14 Pedro Alves <palves@redhat.com>
4327
4328 * tracepoint.c (cmd_qtdpsrc): Use savestring.
4329
43302013-02-14 Pedro Alves <palves@redhat.com>
4331
4332 * tracepoint.c (save_string): Delete.
4333 (add_tracepoint_action): Use savestring instead of save_string.
4334
43352013-02-12 Pedro Alves <palves@redhat.com>
4336
4337 * linux-xtensa-low.c: Ditto.
4338 * xtensa-xtregs.c: Ditto.
4339
43402013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4341
4342 * thread-db.c (thread_db_get_tls_address): NULL pointer check
4343 thread_db.
4344
43452013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4346
4347 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
4348 aarch64_num_wp_regs and aarch64_num_bp_regs to
4349 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
4350
43512013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4352
4353 * linux-aarch64-low.c (ps_get_thread_area): Replace
4354 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
4355
43562013-02-04 Jim MacArthur <jim.macarthur@arm.com>
4357 Marcus Shawcroft <marcus.shawcroft@arm.com>
4358 Nigel Stephens <nigel.stephens@arm.com>
4359 Yufeng Zhang <yufeng.zhang@arm.com>
4360
4361 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
4362 (aarch64.c, aarch64-without-fpu.c): New targets.
4363 * configure.srv (aarch64*-*-linux*): New.
4364 * linux-aarch64-low.c: New file.
4365
43662013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
4367
4368 * linux-low.c (handle_extended_wait, linux_create_inferior)
4369 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
4370 (dequeue_one_deferred_signal, linux_resume_one_thread)
4371 (fetch_register, linux_write_memory, linux_enable_event_reporting)
4372 (linux_tracefork_grandchild, linux_test_for_tracefork)
4373 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
4374 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
4375 where the argument is 0.
4376
43772013-01-25 Yao Qi <yao@codesourcery.com>
4378
4379 * event-loop.c: Include "queue.h".
4380 (gdb_event_p): New typedef.
4381 (struct gdb_event) <next_event>: Remove.
4382 (event_queue): Change to QUEUE(gdb_event_p).
4383 (async_queue_event): Remove.
4384 (gdb_event_xfree): New.
4385 (initialize_event_loop): New.
4386 (process_event): Use API from QUEUE.
4387 (wait_for_event): Likewise.
4388 * server.c (main): Call initialize_event_loop.
4389 * server.h (initialize_event_loop): Declare.
4390
43912013-01-18 Yao Qi <yao@codesourcery.com>
4392
4393 * ax.h (struct eval_agent_expr_context): New.
4394 (gdb_eval_agent_expr): Update declaration.
4395 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
4396 TFRAME. Add new argument CTX.
4397 * server.h (struct eval_agent_expr_context): Declare.
4398 (agent_mem_read, agent_tsv_read): Update declaration.
4399 (agent_mem_read_string): Likewise.
4400 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
4401 (add_traceframe_block): Add new argument TPOINT.
4402 Increase TPOINT->traceframe_usage.
4403 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
4404 eval_tracepoint_agent_expr.
4405 (condition_true_at_tracepoint): Likewise.
4406 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
4407 (agent_mem_read_string, agent_tsv_read): Likewise.
4408
44092013-01-16 Yao Qi <yao@codesourcery.com>
4410
4411 * linux-low.c (linux_resume_one_lwp): Don't check
4412 'lwp->bp_reinsert != 0'.
4413
44142013-01-07 Joel Brobecker <brobecker@adacore.com>
4415 Pedro Alves <palves@redhat.com>
4416
4417 * lynx-low.c (ptrace_request_to_str): Define a temporary
4418 macro and use it to simplify this function's implementation.
4419
44202013-01-07 Joel Brobecker <brobecker@adacore.com>
4421
4422 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
4423 sets errno.
4424
44252013-01-07 Joel Brobecker <brobecker@adacore.com>
4426
4427 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
4428
44292013-01-07 Joel Brobecker <brobecker@adacore.com>
4430
4431 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
4432
44332013-01-07 Joel Brobecker <brobecker@adacore.com>
4434
4435 * lynx-low.c (lynx_resume): Use the resume_info parameter
4436 to determine the ptid for the lynx_ptrace call, unless
4437 it is equal to minus_one_ptid, in which case we use the
4438 ptid of the current_inferior.
4439 (lynx_wait_1): After having received a thread create/exit
4440 event, resume the inferior's execution using the signaling
4441 thread's ptid, rather than the old ptid.
4442
44432013-01-07 Joel Brobecker <brobecker@adacore.com>
4444
4445 * lynx-low.c (lynx_resume): Delete variable ret.
4446
44472013-01-01 Joel Brobecker <brobecker@adacore.com>
4448
4449 * gdbreplay.c (gdbreplay_version): Update copyright year.
4450 * server.c (gdbserver_version): Likewise.
4451
44522012-12-17 Joel Brobecker <brobecker@adacore.com>
4453
4454 * lynx-low.c (lynx_wait_1): Add debug trace before adding
4455 new thread.
4456
44572012-12-17 Joel Brobecker <brobecker@adacore.com>
4458
4459 * lynx-low.c (ptrace_request_to_str): Add handling for
4460 PTRACE_GETTRACESIG.
4461
44622012-12-17 Joel Brobecker <brobecker@adacore.com>
4463
4464 * lynx-low.c (lynx_attach): Delete variable new_process.
4465
44662012-12-17 Joel Brobecker <brobecker@adacore.com>
4467
4468 * lynx-low.c (lynx_create_inferior): Delete variable
4469 new_process.
4470
44712012-12-17 Joel Brobecker <brobecker@adacore.com>
4472
4473 * lynx-low.c (ptrace_request_to_str): Do not handle
4474 PTRACE_GETTHREADLIST if this macro does not exist.
4475
44762012-12-15 Yao Qi <yao@codesourcery.com>
4477
4478 * Makefile.in (OBS): Add notif.o.
4479 * notif.c, notif.h: New.
4480 * server.c: Include "notif.h".
4481 (struct vstop_notif) <next>: Remove.
4482 <base>: New field.
4483 (queue_stop_reply): Update.
4484 (push_event, send_next_stop_reply): Remove.
4485 (discard_queued_stop_replies): Update.
4486 (notif_stop): New variable.
4487 (handle_v_stopped): Remove.
4488 (handle_v_requests): Don't call handle_v_stopped. Call
4489 handle_ack_notif instead.
4490 (queue_stop_reply_callback): Call notif_event_enque instead
4491 of queue_stop_reply.
4492 (handle_status): Don't call send_next_stop_reply, call
4493 notif_write_event instead.
4494 (kill_inferior_callback): Likewise.
4495 (detach_or_kill_inferior_callback): Likewise.
4496 (main): Call initialize_notif.
4497 (process_serial_event): Call QUEUE_is_empty.
4498 (handle_target_event): Call notif_push instead of push event.
4499 * server.h (push_event): Remove declaration.
4500
45012012-12-10 Tom Tromey <tromey@redhat.com>
4502
4503 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
4504 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
4505 macros.
4506 (.c.o): Rewrite.
4507 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
4508 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
4509 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
4510 (amd64-linux-ipa.o, ax.o): Rewrite.
4511 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
4512 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
4513 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
4514 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
4515 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
4516 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
4517 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
4518 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
4519 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
4520 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
4521 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
4522 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
4523 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
4524 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
4525 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
4526 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
4527 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
4528 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
4529 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
4530 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
4531 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
4532 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
4533 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
4534 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
4535 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
4536 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
4537 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
4538 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
4539 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
4540 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
4541 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
4542 (reg-tilegx.o): Remove.
4543 (all_object_files): New macro.
4544 Include .deps files.
4545 * aclocal.m4, configure: Rebuild.
4546 * acinclude.m4: Include depstand.m4, lead-dot.m4.
4547 * configure.ac: Invoke ZW_CREATE_DEPDIR,
4548 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
4549
45502012-12-05 Tom Tromey <tromey@redhat.com>
4551
4552 PR gdb/14917:
4553 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
4554
45552012-11-28 Markus Metzger <markus.t.metzger@intel.com>
4556
4557 * configure.ac: Check for linux/perf_event.h.
4558 * config.in: Regenerated.
4559 * configure: Regenerated.
4560
45612012-11-26 Maxime Villard <rustyBSD@gmx.fr>
4562
4563 * hostio.c (handle_readlink): Decrease buffer size
4564 parameter passed to readlink by one byte.
4565
45662012-11-26 Yao Qi <yao@codesourcery.com>
4567
4568 * configure.ac (build_warnings): Append '-Wempty-body'.
4569 * configure: Regenerated.
4570 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
4571 body.
4572
45732012-11-15 Pierre Muller <muller@sourceware.org>
4574
4575 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
4576 * config.in: Regenerate.
4577 * configure: Regenerate.
4578 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
4579 Use "gdb_wait.h" header instead of <sys/wait.h> header.
4580 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4581 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
4582 header.
4583 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
4584 instead of <sys/wait.h> header.
4585 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4586
45872012-11-13 Markus Metzger <markus.t.metzger@intel.com>
4588
4589 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
4590 (various make rules): Remove -DGDBSERVER
4591
45922012-11-09 Yao Qi <yao@codesourcery.com>
4593
4594 * spu-low.c (current_ptid): Move it to ..
4595 * gdbthread.h: ... here. New.
4596 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
4597 * server.c (myresume, process_serial_event): Likewise.
4598 * thread-db.c (thread_db_find_new_threads): Likewise.
4599 * tracepoint.c (run_inferior_command): Likewise.
4600
46012012-10-01 Andrew Burgess <aburgess@broadcom.com>
4602
4603 * server.c (handle_search_memory_1): Include access length in
4604 warning message.
4605
46062012-09-05 Michael Brandt <michael.brandt@axis.com>
4607
4608 * linux-crisv32-low.c: Fix compile errors.
4609
46102012-09-04 Yao Qi <yao@codesourcery.com>
4611
4612 * tracepoint.c (cmd_qtsv): Adjust debug message.
4613 Don't check CUR_TPOINT.
4614
46152012-08-28 Yao Qi <yao@codesourcery.com>
4616
4617 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
4618 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
4619 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
4620 Remove declarations of xmalloc, xreallloc, xstrdup and
4621 freeargv.
4622 * Makefile.in (libiberty_h): New.
4623 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
4624 (linux-bfin-low.o): Append dependency 'libiberty.h'.
4625
46262012-08-23 Yao Qi <yao@codesourcery.com>
4627
4628 * server.h: Remove declaration of 'xsnprintf'.
4629
46302012-08-22 Keith Seitz <keiths@redhat.com>
4631
4632 * server.h: Include build-gnulib-gbserver/config.h.
4633 * gdbreplay.c: Likewise.
4634
46352012-08-08 Doug Evans <dje@google.com>
4636
4637 * Makefile.in (SFILES): Add gdb_vecs.c.
4638 (OBS): Add gdb_vecs.o.
4639 (gdb_vecs_h, host_defs_h): New variables.
4640 (thread-db.o): Add $(gdb_vecs_h) dependency.
4641 (gdb_vecs.o): New rule.
4642 * thread-db.c: #include "gdb_vecs.h".
4643 (thread_db_load_search): Use a vector to iterate over path elements.
4644 Handle text appearing after "$pdir".
4645
4646 * configure.ac: Add check for strstr.
4647 * config.in: Regenerate.
4648 * configure: Regenerate.
4649
46502012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
4651
4652 * hostio.c (handle_pread): If pread fails, fall back to attempting
4653 lseek/read.
4654 (handle_pwrite): Likewise for pwrite.
4655
46562012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4657
4658 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
4659 between unsupported TYPE and unimplementable ADDR/LEN combination.
4660 (arm_insert_point): Act on new return value.
4661
46622012-07-31 Pedro Alves <palves@redhat.com>
4663
4664 * server.c (process_point_options): Only skip tokens if we find
4665 one that is unrecognized. Don't treat 'X' specially while
4666 skipping unrecognized tokens.
4667
46682012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4669
4670 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
4671 to 4-byte-align HW breakpoint addresses for Thumb.
4672
46732012-07-27 Yao Qi <yao@codesourcery.com>
4674
4675 PR remote/14161.
4676
4677 * server.h: Declare gdb_agent_about_to_close.
4678 * target.c (kill_inferior): Include "agent.h".
4679 New. Send command 'kill'.
4680 * target.h (kill_inferior): Removed macro.
4681 * tracepoint.c (gdb_agent_about_to_close): New.
4682 (gdb_agent_helper_thread): Handle command 'close'.
4683 Wait endlessly until the inferior stops.
4684 Install gdb_agent_remove_socket to atexit hook.
4685 (agent_socket_name): New static variable.
4686 (gdb_agent_socket_init): Replace local variable 'name' with
4687 'agent_socket_name'.
4688 (gdb_agent_remove_socket): New.
4689
46902012-07-27 Yao Qi <yao@codesourcery.com>
4691
4692 * server.c (process_point_options): Stop at 'X' when parsing.
4693
46942012-07-19 Michael Eager <eager@eagercon.com>
4695
4696 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
4697 to hw_execute.
4698 * linux-x86-low.c (x86_insert_point, x86_remove_point):
4699 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
4700 hardware breakpoint.
4701
47022012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4703
4704 * gdbserver/linux-low.c (initialize_low): Call
4705 linux_ptrace_init_warnings.
4706
47072012-07-02 Doug Evans <dje@google.com>
4708
4709 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
4710 pointer to int.
4711
47122012-07-02 Stan Shebs <stan@codesourcery.com>
4713
4714 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
4715 (ax.o): Add it to build rule.
4716 (ax-ipa.o): Ditto.
4717 (OBS): Add format.o.
4718 (IPA_OBS): Add format.o.
4719 * server.c (handle_query): Claim support for breakpoint commands.
4720 (process_point_options): Add command case.
4721 (process_serial_event): Leave running if there are printfs in
4722 effect.
4723 * mem-break.h (any_persistent_commands): Declare.
4724 (add_breakpoint_commands): Declare.
4725 (gdb_no_commands_at_breakpoint): Declare.
4726 (run_breakpoint_commands): Declare.
4727 * mem-break.c (struct point_command_list): New struct.
4728 (struct breakpoint): New field command_list.
4729 (any_persistent_commands): New function.
4730 (add_commands_to_breakpoint): New function.
4731 (add_breakpoint_commands): New function.
4732 (gdb_no_commands_at_breakpoint): New function.
4733 (run_breakpoint_commands): New function.
4734 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
4735 locally.
4736 * ax.c: Include format.h.
4737 (ax_printf): New function.
4738 (gdb_eval_agent_expr): Add printf opcode.
4739
47402012-06-13 Yao Qi <yao@codesourcery.com>
4741
4742 * server.c (start_inferior): Remove duplicated writes to fields
4743 'last_resume_kind' and 'last_status' of 'current_inferior'.
4744
47452012-06-12 Yao Qi <yao@codesourcery.com>
4746 Pedro Alves <palves@redhat.com>
4747
4748 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
4749 comment.
4750 * server.c (handle_v_cont): Extend comment.
4751
47522012-06-11 Yao Qi <yao@codesourcery.com>
4753
4754 * linux-low.c (linux_attach): Add 'static'.
4755
47562012-06-06 Yao Qi <yao@codesourcery.com>
4757
4758 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
4759
47602012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4761
4762 Fix gcc -flto compilation warning.
4763 * server.c (main): Make variable multi_mode and attach volatile.
4764
47652012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4766
4767 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
4768 if the platform doesn't know about it.
4769
47702012-05-30 Jeff Kenton <jkenton@tilera.com>
4771
4772 * Makefile.in (SFILES): Add linux-tile-low.c.
4773 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
4774 * configure.srv: Handle tilegx-*-linux*.
4775 * linux-tile-low.c: New file.
4776
47772012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4778
4779 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
4780
47812012-05-24 Pedro Alves <palves@redhat.com>
4782
4783 PR gdb/7205
4784
4785 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4786
47872012-05-24 Pedro Alves <palves@redhat.com>
4788
4789 PR gdb/7205
4790
4791 Replace target_signal with gdb_signal throughout.
4792
47932012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4794
4795 * linux-low.c (linux_store_registers): Avoid the copying sequence
4796 when no data has been retrieved by ptrace.
4797
47982012-05-22 Will Deacon <will.deacon@arm.com>
4799
4800 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
4801 Include asm/ptrace.h.
4802 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
4803 already defined.
4804
48052012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4806
4807 * linux-low.c (linux_store_registers): Don't re-retrieve data
4808 with ptrace that has already been obtained from /proc. Always
4809 copy any data retrieved with ptrace to the buffer supplied.
4810
48112012-05-11 Yao Qi <yao@codesourcery.com>
4812 Pedro Alves <palves@redhat.com>
4813
4814 * linux-low.c (enum stopping_threads_kind): New.
4815 (stopping_threads): Change type to `enum stopping_threads_kind'.
4816 (handle_extended_wait): If stopping and suspending threads, leave
4817 the new_lwp suspended too.
4818 (linux_wait_for_event): Adjust.
4819 (stop_all_lwps): Set `stopping_threads' to
4820 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4821 whether we're suspending threads or just stopping them. Assert no
4822 recursion happens.
4823
48242012-04-29 Yao Qi <yao@codesourcery.com>
4825
4826 * server.h: Move some code to ...
4827 * gdbthread.h: ... here. New.
4828 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4829 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4830 (nto-low.o, win32-low.o): Likewise.
4831 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4832 * regcache.c, remote-utils.c, server.c: Likewise.
4833 * target.c, tracepoint.c, win32-low.c: Likewise.
4834
48352012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4836
4837 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4838 (PTRACE_ARG4_TYPE): Likewise.
4839 (PTRACE_XFER_TYPE): Likewise.
4840 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4841 ptrace to PTRACE_ARG3_TYPE.
4842 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4843 (PTRACE_ARG4_TYPE): Likewise.
4844 (PTRACE_XFER_TYPE): Likewise.
4845 (linux_detach_one_lwp): Cast fourth argument of
4846 ptrace to long then PTRACE_ARG4_TYPE.
4847 (regsets_fetch_inferior_registers): Cast third argument of
4848 ptrace to long then PTRACE_ARG3_TYPE.
4849 (regsets_store_inferior_registers): Likewise.
4850
48512012-04-20 Pedro Alves <palves@redhat.com>
4852
4853 * configure: Regenerate.
4854
48552012-04-19 Pedro Alves <palves@redhat.com>
4856
4857 * Makefile.in (GNULIB_BUILDDIR): New.
4858 (LIBGNU, INCGNU, GNULIB_H): Adjust.
4859 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4860 (all, install-only, uninstall, clean-info, all-lib, clean): No
4861 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4862 (maintainer-clean realclean distclean): Use subdir_do.
4863 (subdir_do): New.
4864 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
4865 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
4866 * acinclude.m4: Include acx_configure_dir.m4.
4867 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4868 calls. Call AC_PROG_RANLIB. Configure gnulib using
4869 ACX_CONFIGURE_DIR.
4870 (GNULIB): New.
4871 (GNULIB_STDINT_H): Adjust.
4872 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4873 * gdbreplay.c: Include build-gnulib/config.h.
4874 * server.h: Likewise.
4875 * aclocal.m4: Regenerate.
4876 * config.in: Regenerate.
4877 * configure: Regenerate.
4878
48792012-04-19 Pedro Alves <palves@redhat.com>
4880
4881 * Makefile.in (LIBGNU, INCGNU): Adjust.
4882 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4883 (all, install-only, uninstall, clean-info, all-lib, clean)
4884 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4885 * configure.ac: Adjust AC_OUTPUT output.
4886 * aclocal.m4: Regenerate.
4887 * configure: Regenerate.
4888
48892012-04-19 Pedro Alves <palves@redhat.com>
4890
4891 * Makefile.in (generated_files): New.
4892 (server_h): Remove the explicit dependency on config.h, and depend
4893 on $generated_files.
4894
48952012-04-19 Pedro Alves <palves@redhat.com>
4896
4897 * Makefile.in (INCGNU): Add -Ignulib.
4898
48992012-04-19 Pedro Alves <palves@redhat.com>
4900
4901 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4902 (INCGNU): ... this, and spell out -I here.
4903 (GNULIB_LIB): Rename to ...
4904 (LIBGNU): ... this.
4905 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4906
49072012-04-19 Pedro Alves <palves@redhat.com>
4908
4909 * config.in: Regenerate.
4910
49112012-04-19 Pedro Alves <palves@redhat.com>
4912
4913 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4914 * server.h (memmem): Remove declaration.
4915 * config.in: Regenerate.
4916 * configure: Regenerate.
4917
49182012-04-19 Yao Qi <yao@codesourcery.com>
4919
4920 * Makefile.in (SFILES): Add common/vec.c.
4921 (OBS): Add vec.o.
4922 (vec.o): New rule.
4923
49242012-04-19 Yao Qi <yao@codesourcery.com>
4925
4926 * remote-utils.c (prepare_resume_reply): Replace with macro
4927 target_core_of_thread.
4928 * server.c (handle_qxfer_threads_proper): Likewise.
4929 * target.h (traget_core_of_thread): New macro.
4930
49312012-04-18 Pedro Alves <palves@redhat.com>
4932
4933 * aclocal.m4: Regenerate.
4934 * configure: Regenerate.
4935
49362012-04-16 Yao Qi <yao@codesourcery.com>
4937
4938 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
4939 duplicated on address.
4940
49412012-04-16 Yao Qi <yao@codesourcery.com>
4942
4943 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
4944 (struct tracepoint_action_ops) <send>: New field.
4945 (m_tracepoint_action_send, r_tracepoint_action_send): New.
4946 (agent_expr_send, x_tracepoint_action_send): New.
4947 (l_tracepoint_action_send): New.
4948 (cmd_qtdp): Download and install tracepoint
4949 according to `use_agent'.
4950 (run_inferior_command): Add one more parameter `len'.
4951 Update callers.
4952 (tracepoint_send_agent): New.
4953 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
4954
49552012-04-16 Yao Qi <yao@codesourcery.com>
4956
4957 * tracepoint.c (download_tracepoints): Moved to ...
4958 (cmd_qtstart): ... here.
4959
49602012-04-14 Yao Qi <yao@codesourcery.com>
4961
4962 * tracepoint.c: Include inttypes.h.
4963 (struct collect_memory_action): Use sized types.
4964 (struct tracepoint): Likewise.
4965 (cmd_qtdp, stop_tracing): Update print specifiers.
4966 (cmd_qtp, response_tracepoint): Likewise.
4967 (collect_data_at_tracepoint): Likewise.
4968 (collect_data_at_step): Likewise.
4969
49702012-04-14 Yao Qi <yao@codesourcery.com>
4971
4972 Import gnulib module inttypes.
4973 * aclocal.m4, config.in, configure: Regenerated.
4974
49752012-04-14 Yao Qi <yao@codesourcery.com>
4976
4977 * Makefile.in (maintainer-clean, realclean, distclean): Remove
4978 Makefile and config.status at last.
4979
49802012-04-13 Yao Qi <yao@codesourcery.com>
4981
4982 * tracepoint.c: Include stdint.h unconditionally.
4983
49842012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4985
4986 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
4987 on BFD_HAVE_SYS_PROCFS_TYPE.
4988 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
4989 * configure: Regenerate.
4990 * config.in: Likewise.
4991
49922012-04-13 H.J. Lu <hongjiu.lu@intel.com>
4993
4994 * Makefile.in (clean): Also remove x32.c x32-linux.c
4995 x32-avx.c x32-avx-linux.c.
4996 (x32.o): New target.
4997 (x32.c): Likewise.
4998 (x32-linux.o): Likewise.
4999 (x32-linux.c): Likewise.
5000 (x32-avx.o): Likewise.
5001 (x32-avx.c): Likewise.
5002 (x32-avx-linux.o): Likewise.
5003 (x32-avx-linux.c): Likewise.
5004
5005 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
5006 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
5007 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
5008 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
5009 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
5010 i386/x32-avx-linux.xml.
5011
5012 * linux-x86-low.c (init_registers_x32_linux): New prototype.
5013 (init_registers_x32_avx_linux): Likwise.
5014 (x86_linux_update_xmltarget): Call init_registers_x32_linux
5015 or init_registers_x32_avx_linux if linux_is_elf64 is false.
5016
50172012-04-13 Pedro Alves <palves@redhat.com>
5018
5019 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
5020 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
5021 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
5022 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
5023 the sub-make.
5024
50252012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5026
5027 * linux-x86-low.c (compat_x32_clock_t): New.
5028 (compat_x32_siginfo_t): Likewise.
5029 (compat_x32_siginfo_from_siginfo): Likewise.
5030 (siginfo_from_compat_x32_siginfo): Likewise.
5031 (linux_is_elf64): Likewise.
5032 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5033 and siginfo_from_compat_x32_siginfo for x32.
5034 (x86_arch_setup): Set linux_is_elf64.
5035
50362012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5037
5038 PR gdb/13969
5039 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
5040 e_machine field.
5041 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
5042 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
5043 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
5044 compatible with process.
5045
50462012-04-12 Yao Qi <yao@codesourcery.com>
5047
5048 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
5049 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
5050 (install-only, install-info, clean): Handle sub dir gnulib.
5051 (all-lib, am--refresh): New targets.
5052 (memmem.o): Remove target.
5053 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
5054 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
5055 (AC_REPLACE_FUNCS): Remove memmem.
5056 Invoke gl_INIT and AM_INIT_AUTOMAKE.
5057 (AC_OUTPUT): Generate Makefile in gnulib/.
5058 * aclocal.m4, config.in, configure: Regenerated.
5059
50602012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5061
5062 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
5063
50642012-04-05 Pedro Alves <palves@redhat.com>
5065
5066 -Werror=strict-aliasing
5067
5068 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
5069 pointer.
5070
50712012-04-04 Pedro Alves <palves@redhat.com>
5072
5073 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
5074 (sparc_store_gregset_from_stack, sparc_store_gregset)
5075 (sparc_breakpoint_at): Fix formatting.
5076
50772012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5078
5079 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
5080 are available.
5081 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
5082 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
5083 * config.in: Regenerate.
5084 * configure: Likewise.
5085
50862012-03-29 Pedro Alves <palves@redhat.com>
5087
5088 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
5089 Correct ptrace arguments.
5090
50912012-03-28 Pedro Alves <palves@redhat.com>
5092
5093 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
5094 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
5095 (IA64_FR1_REGNUM): New defines.
5096 (ia64_fetch_register): New.
5097 (the_low_target): Install it.
5098 * linux-low.h (struct linux_target_ops) <fetch_register>: New
5099 field.
5100 * linux-low.c (linux_fetch_registers): Try the
5101 the_low_target.fetch_register hook first.
5102
5103 * linux-arm-low.c (the_low_target): Adjust.
5104 * linux-bfin-low.c (the_low_target): Adjust.
5105 * linux-cris-low.c (the_low_target): Adjust.
5106 * linux-crisv32-low.c (the_low_target): Adjust.
5107 * linux-m32r-low.c (the_low_target): Adjust.
5108 * linux-m68k-low.c (the_low_target): Adjust.
5109 * linux-mips-low.c (the_low_target): Adjust.
5110 * linux-ppc-low.c (the_low_target): Adjust.
5111 * linux-s390-low.c (the_low_target): Adjust.
5112 * linux-sh-low.c (the_low_target): Adjust.
5113 * linux-sparc-low.c (the_low_target): Adjust.
5114 * linux-tic6x-low.c (the_low_target): Adjust.
5115 * linux-x86-low.c (the_low_target): Adjust.
5116 * linux-xtensa-low.c (the_low_target): Adjust.
5117
51182012-03-26 Pedro Alves <palves@redhat.com>
5119
5120 * server.c (handle_qxfer_libraries): Don't bail early if
5121 the_target->qxfer_libraries_svr4 is not NULL.
5122
51232012-03-26 Pedro Alves <palves@redhat.com>
5124
5125 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
5126
51272012-03-23 Pedro Alves <palves@redhat.com>
5128
5129 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
5130 "library-list-svr4" element's start tag when the the DSO list is
5131 empty.
5132
51332012-03-23 Pedro Alves <palves@redhat.com>
5134
5135 * linux-low.c (read_one_ptr): Read the inferior's pointer through
5136 a variable whose type size is the same as the inferior's pointer
5137 size.
5138
51392012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5140
5141 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
5142 struct siginfo.
5143 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
5144 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
5145 * linux-low.h: Include <signal.h>.
5146 (struct siginfo): Remove forward declaration.
5147 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
5148 struct siginfo.
5149
51502012-03-21 Mike Frysinger <vapier@gentoo.org>
5151
5152 * .gitignore: Ignore more files.
5153
51542012-03-19 Pedro Alves <palves@redhat.com>
5155 Jan Kratochvil <jan.kratochvil@redhat.com>
5156
5157 * server.c (cont_thread, general_thread): Add describing comments.
5158 (start_inferior): Clear `cont_thread'.
5159 (handle_v_cont): Don't set `cont_thread' if resuming all threads
5160 of a process.
5161
51622012-03-15 Yao Qi <yao@codesourcery.com>
5163
5164 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
5165 handling to ...
5166 (cmd_qtdp): ... here.
5167
51682012-03-15 Yao Qi <yao@codesourcery.com>
5169
5170 * tracepoint.c (struct tracepoint_action_ops): New.
5171 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
5172 (m_tracepoint_action_download): New.
5173 (r_tracepoint_action_download): New.
5174 (x_tracepoint_action_download): New.
5175 (l_tracepoint_action_download): New.
5176 (add_tracepoint_action): Install `action->ops' according type.
5177 (download_tracepoint_1): Move code `download' function pointer
5178 of various tracepoint_action_ops.
5179
51802012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5181
5182 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
5183 linux_ptrace_attach_warnings.
5184
51852012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5186
5187 * Makefile.in (linux-ptrace.o): New.
5188 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
5189 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
5190 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
5191 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
5192 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
5193 of these targets.
5194 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
5195
51962012-03-08 Yao Qi <yao@codesourcery.com>
5197 Pedro Alves <palves@redhat.com>
5198
5199 Fix PR server/13392.
5200 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
5201 offset of JMP insn.
5202 * tracepoint.c (remove_tracepoint): New.
5203 (cmd_qtdp): Call remove_tracepoint when failed to install.
5204
52052012-03-07 Pedro Alves <palves@redhat.com>
5206
5207 * linux-low.c (get_detach_signal): New.
5208 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
5209 Pass on pending signals to PTRACE_DETACH. Check the result of the
5210 ptrace call.
5211 * server.c (program_signals, program_signals_p): New.
5212 (handle_general_set): Handle QProgramSignals.
5213 * server.h (program_signals, program_signals_p): Declare.
5214
52152012-03-05 Pedro Alves <palves@redhat.com>
5216 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
5219 New comment why.
5220
52212012-03-03 Yao Qi <yao@codesourcery.com>
5222
5223 * tracepoint.c (tracepoint_look_up_symbols): Update call to
5224 agent_look_up_symbols.
5225
52262012-03-03 Yao Qi <yao@codesourcery.com>
5227
5228 * Makefile.in (linux-low.o): Keep dependence on agent.h.
5229 (linux-x86-low.o): Likewise.
5230 * server.h: Remove in_process_agent_loaded.
5231 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
5232 common/agent.c.
5233 Update callers.
5234
52352012-03-03 Yao Qi <yao@codesourcery.com>
5236
5237 * tracepoint.c (gdb_agent_capability): New global.
5238 (in_process_agent_loaded_ust): Renamed to
5239 `in_process_agent_supports_ust'.
5240 Update callers.
5241 (in_process_agent_supports_ust): Call agent_capability_check.
5242 (clear_installed_tracepoints): Assert that agent supports
5243 agent.
5244
52452012-03-03 Yao Qi <yao@codesourcery.com>
5246
5247 * linux-low.c (linux_supports_agent): New.
5248 (linux_target_ops): Initialize field `supports_agent' with
5249 linux_supports_agent.
5250 * target.h (struct target_ops) <supports_agent>: New.
5251 (target_supports_agent): New macro.
5252 * server.c (handle_general_set): Handle packet 'QAgent'.
5253 (handle_query): Send `QAgent+'.
5254 * Makefile.in (server.o): Depends on agent.h.
5255
52562012-03-03 Yao Qi <yao@codesourcery.com>
5257
5258 * Makefile.in (OBS): Add agent.o.
5259 Add new rule for agent.o.
5260 Track dependence of tracepoint.c on agent.h.
5261 * tracepoint.c (run_inferior_command_1):
5262 (run_inferior_command): Call agent_run_command.
5263 (gdb_ust_connect_sync_socket): Deleted. Move it to
5264 common/agent.c.
5265 (resume_thread, stop_thread): Likewise.
5266 (gdb_ust_socket_init): Renamed to ...
5267 (gdb_agent_socket_init): ... New.
5268 (gdb_ust_thread): Renamed to ...
5269 (gdb_agent_helper_thread): ... New.
5270 (gdb_ust_init): Move some code to ...
5271 (gdb_agent_init): ... here. New.
5272 [HAVE_UST]: Call gdb_ust_init.
5273 (initialize_tracepoint_ftlib): Call gdb_agent_init.
5274 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
5275 * config.in, configure: Regenerated.
5276
52772012-03-02 Pedro Alves <palves@redhat.com>
5278
5279 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
5280 * linux-low.c (struct simple_pid_list): New.
5281 (stopped_pids): New a struct simple_pid_list pointer.
5282 (add_to_pid_list, pull_pid_from_list): New.
5283 (handle_extended_wait): Don't assume the first signal new children
5284 report is SIGSTOP. Adjust call to pull_pid_from_list.
5285 (linux_wait_for_lwp): Adjust.
5286
52872012-03-02 Yao Qi <yao@codesourcery.com>
5288
5289 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
5290 debug log.
5291
52922012-03-02 Yao Qi <yao@codesourcery.com>
5293
5294 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
5295 `stop_pc' and `tpoint'. Update caller.
5296
52972012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5298
5299 * linux-low.h (linux_target_ops): Add regset_bitmap member.
5300 * linux-low.c (use_linux_regsets): New macro.
5301 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
5302 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
5303 (linux_register_in_regsets): New function.
5304 (usr_fetch_inferior_registers): Skip registers covered by
5305 regsets.
5306 (usr_store_inferior_registers): Likewise.
5307 (usr_fetch_inferior_registers): New macro.
5308 (usr_store_inferior_registers): Likewise.
5309 (linux_fetch_registers): Handle mixed regset/non-regset targets.
5310 (linux_store_registers): Likewise.
5311 * linux-mips-low.c (init_registers_mips_dsp_linux): New
5312 prototype.
5313 (init_registers_mips64_dsp_linux): Likewise.
5314 (init_registers_mips_linux): New macro.
5315 (init_registers_mips_dsp_linux): Likewise.
5316 (mips_dsp_num_regs): Likewise.
5317 (DSP_BASE, DSP_CONTROL): New fallback macros.
5318 (mips_base_regs): New macro.
5319 (mips_regmap): Use it. Fix the size.
5320 (mips_dsp_regmap): New variable.
5321 (mips_dsp_regset_bitmap): Likewise.
5322 (mips_arch_setup): New function.
5323 (mips_cannot_fetch_register): Use the_low_target.regmap rather
5324 than mips_regmap.
5325 (mips_cannot_store_register): Likewise.
5326 (the_low_target): Update .arch_setup, .num_regs and .regmap
5327 initializers. Add .regset_bitmap initializer.
5328 * linux-arm-low.c (the_low_target): Add .regset_bitmap
5329 initializer.
5330 * linux-bfin-low.c (the_low_target): Likewise.
5331 * linux-cris-low.c (the_low_target): Likewise.
5332 * linux-crisv32-low.c (the_low_target): Likewise.
5333 * linux-ia64-low.c (the_low_target): Likewise.
5334 * linux-m32r-low.c (the_low_target): Likewise.
5335 * linux-m68k-low.c (the_low_target): Likewise.
5336 * linux-ppc-low.c (the_low_target): Likewise.
5337 * linux-s390-low.c (the_low_target): Likewise.
5338 * linux-sh-low.c (the_low_target): Likewise.
5339 * linux-sparc-low.c (the_low_target): Likewise.
5340 * linux-tic6x-low.c (the_low_target): Likewise.
5341 * linux-x86-low.c (the_low_target): Likewise.
5342 * linux-xtensa-low.c (the_low_target): Likewise.
5343 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
5344 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
5345 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
5346 srv_xmlfiles.
5347 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
5348 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
5349
53502012-02-29 Yao Qi <yao@codesourcery.com>
5351 Pedro Alves <palves@redhat.com>
5352
5353 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
5354 `step_over_finished' is true.
5355
53562012-02-27 Pedro Alves <palves@redhat.com>
5357
5358 * linux-low.c (pid_is_stopped): Delete, moved to common/.
5359 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
5360
53612012-02-27 Pedro Alves <palves@redhat.com>
5362
5363 PR server/9684
5364 * linux-low.c (pid_is_stopped): New.
5365 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
5366
53672012-02-25 Luis Machado <lgustavo@codesourcery.com>
5368
5369 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
5370 of conditions.
5371
53722012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5373
5374 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
5375
53762012-02-24 Luis Machado <lgustavo@codesourcery>
5377
5378 * server.c (handle_query): Advertise support for target-side
5379 breakpoint condition evaluation.
5380 (process_point_options): New function.
5381 (process_serial_event): When inserting a breakpoint, check for
5382 a target-side condition that should be evaluated.
5383
5384 * mem-break.c: Include regcache.h and ax.h.
5385 (point_cond_list_t): New data structure.
5386 (breakpoint) <cond_list>: New field.
5387 (find_gdb_breakpoint_at): Make non-static.
5388 (delete_gdb_breakpoint_at): Clear any target-side
5389 conditions.
5390 (clear_gdb_breakpoint_conditions): New function.
5391 (add_condition_to_breakpoint): Likewise.
5392 (add_breakpoint_condition): Likewise.
5393 (gdb_condition_true_at_breakpoint): Likewise.
5394 (gdb_breakpoint_here): Return result directly instead
5395 of going through a local variable.
5396
5397 * mem-break.h (find_gdb_breakpoint_at): New prototype.
5398 (clear_gdb_breakpoint_conditions): Likewise.
5399 (add_breakpoint_condition): Likewise.
5400 (gdb_condition_true_at_breakpoint): Likewise.
5401
5402 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
5403 (need_step_over_p): Take target-side breakpoint condition into
5404 consideration.
5405
54062012-02-24 Luis Machado <lgustavo@codesourcery>
5407
5408 * server.h: Include tracepoint.h.
5409 (agent_mem_read, agent_get_trace_state_variable_value,
5410 agent_set_trace_state_variable_value,
5411 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
5412 get_set_tsv_func_addr): New prototypes.
5413
5414 * ax.h: New include file.
5415 * ax.c: New source file.
5416
5417 * tracepoint.c: Include ax.h.
5418 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
5419 agent_expr, eval_result_type): Move to ax.h.
5420 (parse_agent_expr): Rename to ...
5421 (gdb_parse_agent_expr): ... this, make it non-static and move
5422 to ax.h.
5423 (unparse_agent_expr) Rename to ...
5424 (gdb_unparse_agent_expr): ... this, make it non-static and move
5425 to ax.h.
5426 (eval_agent_expr): Rename to ...
5427 (eval_tracepoint_agent_expr): ... this.
5428 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
5429 forward declarations.
5430 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
5431 (agent_get_trace_state_variable_value): New function.
5432 (agent_set_trace_state_variable_value): New function.
5433 (cmd_qtdp): Call gdb_parse_agent_expr (...).
5434 (response_tracepoint): Call gdb_unparse_agent_expr (...).
5435 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
5436 (condition_true_at_tracepoint): Likewise.
5437 (parse_agent_expr): Rename to ...
5438 (gdb_parse_agent_expr): ... this and move to ax.c.
5439 (unparse_agent_expr): Rename to ...
5440 (gdb_unparse_agent_expr): ... this and move to ax.c.
5441 (gdb_agent_op_name): Move to ax.c.
5442 (eval_agent_expr): Rename to ...
5443 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
5444 and move to ax.c.
5445 (eval_tracepoint_agent_expr): New function.
5446 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
5447 non-static.
5448 (current_insn_ptr, emit_error, struct bytecode_address): Move to
5449 ax.c.
5450 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
5451 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
5452 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
5453 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
5454 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
5455 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
5456 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
5457 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
5458 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
5459 (compile_bytecodes): Remove forward declaration.
5460 (is_goto_target): Move to ax.c.
5461 (compile_bytecodes): Move to ax.c and call
5462 agent_get_trace_state_variable_value (...) and
5463 agent_set_trace_state_variable_value (...).
5464
5465 * Makefile.in: Update ax.c and IPA dependencies.
5466
54672012-02-24 Pedro Alves <palves@redhat.com>
5468
5469 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
5470 (cmd_bigqtbuffer_circular): ... this. Only handle
5471 'QTBuffer:circular:'.
5472 (handle_tracepoint_general_set): Adjust.
5473
54742012-02-16 Yao Qi <yao@codesourcery.com>
5475
5476 * inferiors.c: Move code to ...
5477 * dll.c: .... here. New.
5478 * server.h: Declare clear_dlls.
5479 * Makefile.in (SFILES): Add dll.c.
5480 (OBS): Add dll.o
5481 (dll.o): New rule.
5482
54832012-02-11 Yao Qi <yao@codesourcery.com>
5484
5485 * server.c: (handle_monitor_command): Add a new parameter
5486 `own_buf'.
5487 (handle_query): Update caller.
5488
54892012-02-09 Joel Brobecker <brobecker@adacore.com>
5490
5491 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
5492 * configure, config.in: Regenerate.
5493 * hostio.c: Provide an alternate implementation if HAVE_READLINK
5494 is not defined.
5495
54962012-02-02 Pedro Alves <palves@redhat.com>
5497
5498 Try SIGKILL first, then PTRACE_KILL.
5499 * linux-low.c (linux_kill_one_lwp): New.
5500 (linux_kill_one_lwp): Rename to ...
5501 (kill_one_lwp_callback): ... this. Use the new
5502 linux_kill_one_lwp.
5503
55042012-02-02 Pedro Alves <palves@redhat.com>
5505
5506 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
5507 inferior.
5508
55092012-01-27 Pedro Alves <palves@redhat.com>
5510
5511 * linux-low.c (linux_child_pid_to_exec_file): Delete.
5512 (elf_64_file_p): Make static.
5513 (linux_pid_exe_is_elf_64_file): New.
5514 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
5515 Delete declarations.
5516 (linux_pid_exe_is_elf_64_file): Declare.
5517 * linux-x86-low.c (x86_arch_setup): Use
5518 linux_pid_exe_is_elf_64_file.
5519
55202012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 * linux-low.c (linux_wait_for_event_1): Rename to ...
5523 (linux_wait_for_event): ... here and merge it with former
5524 linux_wait_for_event - new variable wait_ptid, use it.
5525 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
5526
55272012-01-23 Pedro Alves <palves@redhat.com>
5528
5529 * server.c (main): Avoid yet another case of infinite loop while
5530 detaching/killing after a longjmp.
5531
55322012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 Code cleanup.
5535 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
5536
55372012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5538
5539 * hostio.c (handle_readlink): New function.
5540 (handle_vFile): Call it to handle "vFile:readlink" packets.
5541
55422012-01-20 Pedro Alves <palves@redhat.com>
5543 Ulrich Weigand <ulrich.weigand@linaro.org>
5544
5545 * server.c (handle_v_requests): Only support vAttach and vRun to
5546 start multiple processes when in extended protocol mode.
5547
55482012-01-17 Pedro Alves <palves@redhat.com>
5549
5550 * tracepoint.c (initialize_tracepoint): Use mmap instead of
5551 memalign plus mprotect to allocate the scratch buffer.
5552
55532012-01-13 Pedro Alves <palves@redhat.com>
5554
5555 * server.c (attach_inferior): Clear `cont_thread'.
5556
55572012-01-13 Pedro Alves <palves@redhat.com>
5558
5559 * server.c (main): Avoid infinite loop while detaching/killing
5560 after a longjmp.
5561
55622012-01-09 Doug Evans <dje@google.com>
5563
5564 * server.c (start_inferior): Set last_ptid in --wrapper case.
5565
55662012-01-06 Yao Qi <yao@codesourcery.com>
5567
5568 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
5569 defined.
5570 [IN_PROCESS_AGENT] (debug_agent): New global variable.
5571
55722012-01-04 Yao Qi <yao@codesourcery.com>
5573
5574 * tracepoint.c (cmd_qtdp): Print debug message
5575 for static tracepoint.
5576
55772012-01-04 Yao Qi <yao@codesourcery.com>
5578
5579 * tracepoint.c (trace_vdebug): Differentiate debug message
5580 between gdbserver and IPA.
5581
55822012-01-03 Yao Qi <yao@codesourcery.com>
5583
5584 * tracepoint.c (tracepoint_was_hit): Don't collect for
5585 static tracepoint.
5586
55872012-01-02 Joel Brobecker <brobecker@adacore.com>
5588
5589 * terminal.h: Reformat copyright header.
5590
55912012-01-02 Joel Brobecker <brobecker@adacore.com>
5592
5593 * server.c (gdbserver_version): Update copyright year.
5594 * gdbreplay.c (gdbreplay_version): Likewise.
5595
55962011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5597
5598 * linux-low.c (linux_create_inferior): Put empty if clause for write.
5599
5600 Revert:
5601 2011-12-18 Hui Zhu <teawater@gmail.com>
5602 * linux-low.c (linux_create_inferior): Save return value to ret.
5603
56042011-12-18 Hui Zhu <teawater@gmail.com>
5605
5606 * linux-low.c (linux_create_inferior): Save return value to ret.
5607
56082011-12-16 Doug Evans <dje@google.com>
5609
5610 * linux-low.c (linux_create_inferior): If stdio connection,
5611 redirect stdin from /dev/null, stdout to stderr.
5612 * remote-utils.c (remote_is_stdio): New static global.
5613 (remote_connection_is_stdio): New function.
5614 (remote_prepare): Handle stdio connection.
5615 (remote_open): Ditto.
5616 (remote_close): Don't close stdin for stdio connections.
5617 (read_prim,write_prim): New functions. Replace all calls to
5618 read/write to these.
5619 * server.c (main): Watch for "-" argument. Move call to
5620 remote_prepare before start_inferior.
5621 * server.h (STDIO_CONNECTION_NAME): New macro.
5622 (remote_connection_is_stdio): Declare.
5623
5624 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
5625 in debugging output.
5626
56272011-12-15 Yao Qi <yao@codesourcery.com>
5628
5629 * tracepoint.c: Include sys/syscall.h.
5630 (gdb_ust_thread): Remove preprocessor conditional.
5631
56322011-12-14 Pedro Alves <pedro@codesourcery.com>
5633
5634 * linux-low.c (linux_detach_one_lwp): Call
5635 the_low_target.prepare_to_resume before detaching.
5636
56372011-12-14 Yao Qi <yao@codesourcery.com>
5638
5639 * tracepoint.c (gdb_ust_thread): Don't ignore return value
5640 of write.
5641
56422011-12-14 Yao Qi <yao@codesourcery.com>
5643
5644 * i386-low.c (i386_low_stopped_data_address): Initialize local
5645 variable `control'.
5646
56472011-12-13 Pedro Alves <pedro@codesourcery.com>
5648
5649 PR remote/13492
5650
5651 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
5652 DR_CONTROL unless necessary. Extend comments.
5653 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
5654 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
5655
56562011-12-13 Yao Qi <yao@codesourcery.com>
5657
5658 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
5659 macros.
5660 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
5661
56622011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
5665 Print new debug message for such case.
5666
56672011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 Fix overlapping memcpy.
5670 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
5671 the read_inferior_memory transfer.
5672 (delete_fast_tracepoint_jump): New variable buf. Use it for the
5673 write_inferior_memory transfer.
5674 (set_fast_tracepoint_jump): New variable buf. Use it for the
5675 read_inferior_memory and write_inferior_memory transfers.
5676 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
5677 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
5678 Use it for the write_inferior_memory transfer.
5679 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
5680 buffers.
5681
56822011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5683
5684 * linux-low.c (fetch_register, store_register): Make code
5685 consistent, fix formatting.
5686
56872011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5688
5689 * linux-low.c (usr_store_inferior_registers): Factor out code
5690 to handle individual registers into...
5691 (store_register): ... this new function.
5692
56932011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5694
5695 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
5696 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
5697 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
5698 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
5699 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
5700 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
5701 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
5702 (srv_xmlfiles): Add new XML files.
5703
5704 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
5705 and <sys/uio.h>.
5706 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
5707 (init_registers_s390_linux32v1): Add prototype.
5708 (init_registers_s390_linux32v2): Likewise.
5709 (init_registers_s390_linux64v1): Likewise.
5710 (init_registers_s390_linux64v2): Likewise.
5711 (init_registers_s390x_linux64v1): Likewise.
5712 (init_registers_s390x_linux64v2): Likewise.
5713 (s390_num_regs): Increment to 52.
5714 (s390_regmap): Add orig_r2 register.
5715 (s390_num_regs_3264): Increment to 68.
5716 (s390_regmap_3264): Add orig_r2 register.
5717 (s390_collect_ptrace_register): Handle orig_r2 register.
5718 (s390_supply_ptrace_register): Likewise.
5719 (s390_fill_last_break): New function.
5720 (s390_store_last_break): Likewise.
5721 (s390_fill_system_call): New function.
5722 (s390_store_system_call): Likewise.
5723 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
5724 register sets.
5725 (s390_check_regset): New function.
5726 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
5727 NT_S390_SYSTEM_CALL regsets and use appropriate description.
5728 Update target_regsets for available register sets.
5729
57302011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5731 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
5734 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
5735 New.
5736 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
5737 * linux-low.h (struct process_info_private): New member r_debug.
5738 * server.c (handle_qxfer_libraries): Call
5739 the_target->qxfer_libraries_svr4.
5740 (handle_qxfer_libraries_svr4): New function.
5741 (qxfer_packets): New entry "libraries-svr4".
5742 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
5743 * target.h (struct target_ops): New member qxfer_libraries_svr4.
5744 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
5745 PACKET_qXfer_libraries_svr4.
5746
57472011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5748
5749 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
5750 PSW address/mask between 8-byte and 16-byte formats.
5751 (s390_supply_ptrace_register): Likewise.
5752 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
5753 basic addressing mode bit.
5754
57552011-11-24 Stan Shebs <stan@codesourcery.com>
5756
5757 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
5758
57592011-11-17 Stan Shebs <stan@codesourcery.com>
5760
5761 * tracepoint.c (struct tracepoint): New field traceframe_usage.
5762 (tracing_start_time): New global.
5763 (tracing_stop_time): New global.
5764 (tracing_user_name): New global.
5765 (tracing_notes): New global.
5766 (tracing_stop_note): New global.
5767 (cmd_qtstart): Set traceframe_usage, start_time.
5768 (stop_tracing): Set stop_time.
5769 (cmd_qtstatus): Report additional status.
5770 (cmd_qtp): New function.
5771 (handle_tracepoint_query): Call it.
5772 (cmd_qtnotes): New function.
5773 (handle_tracepoint_general_set): Call it.
5774 (get_timestamp): Rename from tsv_get_timestamp.
5775
57762011-11-14 Stan Shebs <stan@codesourcery.com>
5777 Kwok Cheung Yeung <kcy@codesourcery.com>
5778
5779 * linux-x86-low.c (small_jump_insn): New.
5780 (i386_install_fast_tracepoint_jump_pad): Add arguments for
5781 trampoline and error message, build a trampoline and issue a small
5782 jump instruction to it.
5783 (x86_install_fast_tracepoint_jump_pad): Add arguments for
5784 trampoline and error message.
5785 (x86_get_min_fast_tracepoint_insn_len): New.
5786 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
5787 * linux-low.h (struct linux_target_ops): Add arguments to
5788 install_fast_tracepoint_jump_pad operation, add new operation.
5789 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
5790 arguments.
5791 (linux_get_min_fast_tracepoint_insn_len): New function.
5792 (linux_target_op): Add new operation.
5793 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
5794 (gdb_trampoline_buffer_end): Ditto.
5795 (gdb_trampoline_buffer_error): Ditto.
5796 (struct ipa_sym_addresses): Add fields for new IPA variables.
5797 (symbol_list): Add entries for new IPA variables.
5798 (struct tracepoint): Add fields to hold the address range of the
5799 trampoline used by the tracepoint.
5800 (trampoline_buffer_head): New static variable.
5801 (trampoline_buffer_tail): Ditto.
5802 (claim_trampoline_space): New function.
5803 (have_fast_tracepoint_trampoline_buffer): New function.
5804 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
5805 structure.
5806 (install_fast_tracepoint): Ditto, also add error buffer argument.
5807 (cmd_qtminftpilen): New function.
5808 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
5809 (fast_tracepoint_from_trampoline_address): New function.
5810 (fast_tracepoint_collecting): Handle trampoline as part of jump
5811 pad space.
5812 (set_trampoline_buffer_space): New function.
5813 (initialize_tracepoint): Initialize new IPA variables.
5814 * target.h (struct target_ops): Add arguments to
5815 install_fast_tracepoint_jump_pad operation, add new
5816 get_min_fast_tracepoint_insn_len operation.
5817 (target_get_min_fast_tracepoint_insn_len): New.
5818 (install_fast_tracepoint_jump_pad): Add arguments.
5819 * server.h (IPA_BUFSIZ): Define.
5820 * linux-i386-ipa.c: Include extra header files.
5821 (initialize_fast_tracepoint_trampoline_buffer): New function.
5822 (initialize_low_tracepoint): Call it.
5823 * server.h (set_trampoline_buffer_space): Declare.
5824 (claim_trampoline_space): Ditto.
5825 (have_fast_tracepoint_trampoline_buffer): Ditto.
5826
58272011-11-14 Yao Qi <yao@codesourcery.com>
5828
5829 * server.c (handle_query): Handle InstallInTrace for qSupported.
5830 * tracepoint.c (add_tracepoint): Sort list.
5831 (install_tracepoint, download_tracepoint): New.
5832 (cmd_qtdp): Call them to install and download tracepoints.
5833 (sort_tracepoints): Removed.
5834 (cmd_qtstart): Update.
5835
58362011-11-14 Yao Qi <yao@codesourcery.com>
5837
5838 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5839 * mem-break.h: Declare.
5840 * tracepoint.c (cmd_qtstart): Move some code to ...
5841 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5842 New.
5843 (download_tracepoints): Move some code to ...
5844 (download_tracepoint_1): ... here. New.
5845
58462011-11-08 Yao Qi <yao@codesourcery.com>
5847
5848 * remote-utils.c (relocate_instruction): A comment fix.
5849
58502011-11-07 Joel Brobecker <brobecker@adacore.com>
5851
5852 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5853 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5854 dr_status_mirror and dr_control_mirror from debug_reg_state.
5855 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5856 (i386_initial_stuff): Remove use of deleted globals.
5857 (i386_get_thread_context, i386_set_thread_context,
5858 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5859 from debug_reg_state.
5860
58612011-11-05 Yao Qi <yao@codesourcery.com>
5862
5863 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5864 address as TPOINT's.
5865
58662011-11-02 Stan Shebs <stan@codesourcery.com>
5867
5868 * tracepoint.c (agent_mem_read_string): New function.
5869 (eval_agent_expr): Call it for tracenz.
5870 * server.c (handle_query): Report support for tracenz.
5871
58722011-11-02 Yao Qi <yao@codesourcery.com>
5873
5874 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5875
58762011-11-02 Yao Qi <yao@codesourcery.com>
5877
5878 * target.h: Fix a typo in comment.
5879
58802011-10-31 Pedro Alves <pedro@codesourcery.com>
5881
5882 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5883 clobber the breakpoints' shadows with fast tracepoint jumps.
5884 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5885 * target.c (write_inferior_memory): Also pass MYADDR down to
5886 check_mem_write.
5887
58882011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5889
5890 * configure.ac: Check support for personality routine.
5891 * configure: Regenerate.
5892 * config.in: Likewise.
5893 * linux-low.c: Include <sys/personality.h>.
5894 Define ADDR_NO_RANDOMIZE if necessary.
5895 (linux_create_inferior): Disable address space randomization when
5896 forking inferior, if requested.
5897 (linux_supports_disable_randomization): New function.
5898 (linux_target_ops): Install it.
5899 * server.h (disable_randomization): Declare.
5900 * server.c (disable_randomization): New global variable.
5901 (handle_general_set): Handle QDisableRandomization.
5902 (handle_query): Likewise for qSupported.
5903 (main): Support --disable-randomization and --no-disable-randomization
5904 command line arguments.
5905 * target.h (struct target_ops): Add supports_disable_randomization.
5906 (target_supports_disable_randomization): New macro.
5907
59082011-09-29 Mike Frysinger <vapier@gentoo.org>
5909
5910 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5911 ifdef check.
5912 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5913 [!PT_GETDSBT] (target_loadmap): New definition.
5914 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5915 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5916 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5917 and PT_GETDSBT to LINUX_LOADMAP.
5918 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5919 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5920
59212011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5922
5923 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5924 (arm_linux_hwbp_cap): New static variable.
5925 (arm_linux_get_hwbp_cap): Replace by ...
5926 (arm_linux_init_hwbp_cap): ... this new function.
5927 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5928 (arm_linux_get_hw_watchpoint_count): Likewise.
5929 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5930 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5931 (arm_prepare_to_resume): Use perror_with_name instead of error.
5932
59332011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5934
5935 * linux-arm-low.c: Include <signal.h>.
5936 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5937 (struct arm_linux_hwbp_cap): New data type.
5938 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
5939 (struct arm_linux_hw_breakpoint): New data type.
5940 (MAX_BPTS, MAX_WPTS): Define.
5941 (struct arch_process_info, struct arch_lwp_info): New data types.
5942 (arm_linux_get_hwbp_cap): New function.
5943 (arm_linux_get_hw_breakpoint_count): Likewise.
5944 (arm_linux_get_hw_watchpoint_count): Likewise.
5945 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5946 (arm_hwbp_control_initialize): Likewise.
5947 (arm_hwbp_control_is_enabled): Likewise.
5948 (arm_hwbp_control_is_initialized): Likewise.
5949 (arm_hwbp_control_disable): Likewise.
5950 (arm_linux_hw_breakpoint_equal): Likewise.
5951 (arm_linux_hw_point_initialize): Likewise.
5952 (struct update_registers_data): New data structure.
5953 (update_registers_callback: New function.
5954 (arm_insert_point): Likewise.
5955 (arm_remove_point): Likewise.
5956 (arm_stopped_by_watchpoint): Likewise.
5957 (arm_stopped_data_address): Likewise.
5958 (arm_new_process): Likewise.
5959 (arm_new_thread): Likewise.
5960 (arm_prepare_to_resume): Likewise.
5961 (the_low_target): Register arm_insert_point, arm_remove_point,
5962 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
5963 arm_new_thread, and arm_prepare_to_resume.
5964
59652011-09-15 Stan Shebs <stan@codesourcery.com>
5966
5967 * server.h (struct emit_ops): Add compare-goto fields.
5968 * tracepoint.c (gdb_agent_op_sizes): New table.
5969 (emit_eq_goto): New function.
5970 (emit_ne_goto): New function.
5971 (emit_lt_goto): New function.
5972 (emit_le_goto): New function.
5973 (emit_gt_goto): New function.
5974 (emit_ge_goto): New function.
5975 (is_goto_target): New function.
5976 (compile_bytecodes): Recognize special cases of compare-goto
5977 combinations and call specialized emitters for them.
5978 * linux-x86-low.c (amd64_emit_eq_goto): New function.
5979 (amd64_emit_ne_goto): New function.
5980 (amd64_emit_lt_goto): New function.
5981 (amd64_emit_le_goto): New function.
5982 (amd64_emit_gt_goto): New function.
5983 (amd64_emit_ge_goto): New function.
5984 (amd64_emit_ops): Add the new functions.
5985 (i386_emit_eq_goto): New function.
5986 (i386_emit_ne_goto): New function.
5987 (i386_emit_lt_goto): New function.
5988 (i386_emit_le_goto): New function.
5989 (i386_emit_gt_goto): New function.
5990 (i386_emit_ge_goto): New function.
5991 (i386_emit_ops): Add the new functions.
5992
59932011-09-08 Stan Shebs <stan@codesourcery.com>
5994
5995 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
5996 (i386_emit_epilogue): Restore %ebx.
5997
59982011-08-31 Jie Zhang <jzhang918@gmail.com>
5999
6000 * server.c (step_thread): Remove definition.
6001 (process_serial_event): Don't handle Hs.
6002 * server.h (step_thread): Remove declaration.
6003 * target.c (set_desired_inferior): Remove use of step_thread.
6004
60052011-08-24 Luis Machado <lgustavo@codesourcery.com>
6006
6007 * linux-low.c: Include linux-procfs.h.
6008 (linux_attach_lwp_1): Update comments.
6009 (linux_attach): Scan for existing threads when attaching to a
6010 process that is the tgid.
6011 * Makefile.in: Update dependencies.
6012
60132011-08-24 Luis Machado <lgustavo@codesourcery.com>
6014
6015 * configure.srv: Add linux-procfs.o dependencies.
6016
60172011-08-14 Yao Qi <yao@codesourcery.com>
6018
6019 * target.h (struct target_ops): Fix indent.
6020 * win32-low.c (win32_target_ops): Fix comment.
6021
60222011-08-14 Andrew Jenner <andrew@codesourcery.com>
6023 Yao Qi <yao@codesourcery.com>
6024
6025 * Makefile.in (clean): Remove tic6x-*.c files.
6026 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
6027 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
6028 (tic6x-c64xp-linux.c): Likewise.
6029 * configure.srv: Add support for tic6x-*-uclinux.
6030 * linux-tic6x-low.c: New.
6031 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
6032
60332011-08-14 Andrew Stubbs <ams@codesourcery.com>
6034 Yao Qi <yao@codesourcery.com>
6035
6036 * target.h (struct target_ops): Add read_loadmap.
6037 * linux-low.c (struct target_loadseg): New type.
6038 (struct target_loadmap): New type.
6039 (linux_read_loadmap): New function.
6040 (linux_target_ops): Add linux_read_loadmap.
6041 * server.c (handle_query): Support qXfer:fdpic:read packet.
6042 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
6043 to NULL.
6044
60452011-08-05 Eli Zaretskii <eliz@gnu.org>
6046
6047 * win32-low.c: Include <stdint.h>.
6048
60492011-07-22 Pedro Alves <pedro@codesourcery.com>
6050
6051 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
6052 to the inferior here.
6053 (i386_remove_aligned_watchpoint): Ditto.
6054 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
6055 fit part of the watchpoint in the debug registers.
6056 (i386_update_inferior_debug_regs): New.
6057 (i386_low_insert_watchpoint): Work on a local mirror of the debug
6058 registers, and only update the inferior on success.
6059 (i386_low_remove_watchpoint): Ditto.
6060
60612011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
6062
6063 * linux-low.c (compare_ints, unique, list_threads, show_process,
6064 linux_core_of_thread): Delete.
6065 (linux_target_ops): Change linux_core_of_thread to
6066 linux_common_core_of_thread.
6067 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
6068 * utils.c (malloc_failure): Change type of argument.
6069 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
6070 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
6071 common/linux-osdata.c, common/ptid.c and common/buffer.c.
6072 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
6073 (IPA_OBJS): Add common-utils-ipa.o.
6074 (ptid_h, linux_osdata_h): New macros.
6075 (server_h): Add common/common-utils.h, common/xml-utils.h,
6076 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
6077 common/ptid.h.
6078 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
6079 ptid.o, buffer.o): New rules.
6080 (linux-low.o): Add common/linux-osdata.h as a dependency.
6081 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
6082 * configure.ac: Add AC_HEADER_DIRENT check.
6083 * config.in: Regenerate.
6084 * configure: Regenerate.
6085 * remote-utils.c (xml_escape_text): Delete.
6086 (buffer_grow, buffer_free, buffer_init, buffer_finish,
6087 buffer_xml_printf): Move to common/buffer.c.
6088 * server.c (main): Remove call to initialize_inferiors.
6089 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
6090 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
6091 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
6092 internal_error, gdb_assert, gdb_assert_fail): Delete.
6093 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
6094 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
6095 common/buffer.h.
6096 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
6097 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
6098 initialize_inferiors): Delete.
6099
61002011-07-20 Pedro Alves <pedro@codesourcery.com>
6101
6102 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
6103 symbol error.
6104
61052011-05-31 Pedro Alves <pedro@codesourcery.com>
6106
6107 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
6108 assertion.
6109 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
6110
61112011-05-26 Yao Qi <yao@codesourcery.com>
6112
6113 * Makefile.in (thread-db.o): Track dependence to
6114 common/gdb_thread_db.h.
6115 * thread-db.c: include gdb_thread_db.h from right place.
6116
61172011-05-16 Adrian Cornish <gnu@bluedreamer.com>
6118
6119 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
6120 __FILE__ and __LINE__ to internal_error.
6121
61222011-05-13 Doug Evans <dje@google.com>
6123
6124 * thread-db.c (try_thread_db_load_from_sdir): New function.
6125 (try_thread_db_load_from_dir): New function.
6126 (thread_db_load_search): Handle $sdir, ignore $pdir.
6127 Remove trying of system directories if search of
6128 libthread-db-search-path fails, that is now done via $sdir.
6129
61302011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6131
6132 * server.c (handle_query): Add EnableDisableTracepoints to the list
6133 of supported features.
6134 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
6135 tracepoints.
6136 (cmd_qtenable_disable): New.
6137 (cmd_qtstart): Install tracepoints even if disabled.
6138 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
6139 receiving a QTEnable or QTDisable packet.
6140 (gdb_collect): Skip data collection if fast tracepoint is disabled.
6141 (ust_marker_to_static_tracepoint): Do not ignore disabled static
6142 tracepoints.
6143 (gdb_probe): Skip data collection if static tracepoint is disabled.
6144
61452011-05-10 Doug Evans <dje@google.com>
6146
6147 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
6148
61492011-05-04 Doug Evans <dje@google.com>
6150
6151 * linux-low.c (linux_join): Skip process lookup.
6152 * spu-low.c (spu_join): Ditto.
6153 * server.c (join_inferiors_callback): Delete.
6154 (process_serial_event): For 'D' packet (detach) call join_inferior
6155 directly.
6156
61572011-05-04 Joseph Myers <joseph@codesourcery.com>
6158
6159 * README: Don't mention xscale*-*-linux*.
6160 * configure.srv (xscale*-*-linux*): Don't handle target.
6161
61622011-04-27 Nathan Froyd <froydnj@codesourcery.com>
6163
6164 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
6165 casting pointers.
6166 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
6167 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
6168 (i386_emit_void_call_2): Likewise.
6169
61702011-04-26 Yao Qi <yao@codesourcery.com>
6171
6172 * linux-low.c: Move common macros to linux-ptrace.h.
6173 Include linux-ptrace.h.
6174 * Makefile.in (linux_ptrace_h): New.
6175 (linux-low.o): Depends on linux-ptrace.h.
6176
61772011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
6180 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
6181 (remote_prepare): New function with most of the TCP code from ...
6182 (remote_open): ... here. Detect PORT here unconditionally. Move also
6183 setting transport_is_reliable.
6184 * server.c (run_once): New variable.
6185 (gdbserver_usage): Document it.
6186 (main): Set run_once for `--once'. Call remote_prepare. Exit after
6187 the first run if RUN_ONCE.
6188 * server.h (run_once, remote_prepare): New declarations.
6189
61902011-04-19 Tom Tromey <tromey@redhat.com>
6191
6192 * win32-low.c (handle_load_dll): Remove duplicate "the".
6193
61942011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6195
6196 Remove support for old Cygwin 1.5 versions.
6197 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
6198 function to avoid warning.
6199 (win32_add_one_solib): Use cygwin_conv_path function to avoid
6200 warning.
6201
62022011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6203
6204 * gdbserver/server.h (Macro _): Define it if not available.
6205
62062011-03-14 Michael Snyder <msnyder@vmware.com>
6207
6208 * hostio.c (handle_close): Remove unnecessary null test.
6209
62102011-03-10 Joel Brobecker <brobecker@adacore.com>
6211
6212 * Makefile.in (maintainer-clean realclean distclean): Remove
6213 "make ... subdir_do" command.
6214
62152011-03-10 Michael Snyder <msnyder@vmware.com>
6216
6217 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
6218
6219 * server.c (handle_v_run): Free alloced buffer on early return.
6220
62212011-03-09 Yao Qi <yao@codesourcery.com>
6222
6223 Revert:
6224 2011-03-04 Yao Qi <yao@codesourcery.com>
6225
6226 * Makefile.in: Remove GNU make feature --directory.
6227
6228 2011-03-05 Yao Qi <yao@codesourcery.com>
6229
6230 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6231 (subdir_do): New make target. Copied from gdb/Makefile.
6232 (maintainer-clean, realclean, distclean, clean): Call corresponding
6233 make targets in common/Makefile.
6234
6235 2011-02-11 Yao Qi <yao@codesourcery.com>
6236
6237 * configure.ac: Call AC_PROG_RANLIB.
6238 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6239 * configure: Regenerate.
6240
62412011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6242
6243 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
6244
62452011-03-06 Yao Qi <yao@codesourcery.com>
6246
6247 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
6248
62492011-03-05 Yao Qi <yao@codesourcery.com>
6250
6251 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6252 (subdir_do): New make target. Copied from gdb/Makefile.
6253 (maintainer-clean, realclean, distclean, clean): Call corresponding
6254 make targets in common/Makefile.
6255
62562011-03-04 Yao Qi <yao@codesourcery.com>
6257
6258 * Makefile.in: Remove GNU make feature --directory.
6259
62602011-03-04 Michael Snyder <msnyder@vmware.com>
6261
6262 * server.c (queue_stop_reply): Call xmalloc not malloc.
6263
62642011-03-02 Michael Snyder <msnyder@vmware.com>
6265
6266 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
6267
62682011-02-28 Michael Snyder <msnyder@vmware.com>
6269
6270 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6271 (cmd_qtframe): Ditto.
6272 (cmd_qtbuffer): Ditto.
6273 (cmd_bigqtbuffer): Ditto.
6274
6275 * utils.c (decimal2str): Initialize 'width' to nine, then
6276 don't mess with it.
6277
62782011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6279
6280 * hostio.c (require_data): Free *data, not data.
6281
62822011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 * hostio.c (require_data): Use free, not xfree.
6285
62862011-02-27 Michael Snyder <msnyder@vmware.com>
6287
6288 * server.c (handle_query): Discard unused value.
6289
6290 * hostio.c (require_data): Free malloc memory before returning
6291 error.
6292
62932011-02-26 Michael Snyder <msnyder@vmware.com>
6294
6295 * linux-low.c (list_threads): Call closedir for dirent.
6296
62972011-02-27 Michael Snyder <msnyder@vmware.com>
6298
6299 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
6300 a case statement falls through.
6301
6302 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
6303
6304 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
6305 in comparison.
6306
63072011-02-26 Michael Snyder <msnyder@vmware.com>
6308
6309 * utils.c (decimal2str): Eliminate dead code and dead param.
6310 (pulongest): Drop dead param from call to decimal2str.
6311 (plongest): Ditto.
6312
63132011-02-24 Joel Brobecker <brobecker@adacore.com>
6314
6315 Revert the following patch (not approved yet):
6316 2011-02-21 Hui Zhu <teawater@gmail.com>
6317 * tracepoint.c (tp_printf): New function.
6318 (eval_agent_expr): Handle gdb_agent_op_printf.
6319
63202011-02-21 Hui Zhu <teawater@gmail.com>
6321
6322 * tracepoint.c (tp_printf): New function.
6323 (eval_agent_expr): Handle gdb_agent_op_printf.
6324
63252011-02-18 Tom Tromey <tromey@redhat.com>
6326
6327 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
6328 (tracepoint.o): Likewise.
6329 * tracepoint.c (enum gdb_agent_op): Use ax.def.
6330 (gdb_agent_op_names): Likewise.
6331
63322011-02-18 Tom Tromey <tromey@redhat.com>
6333
6334 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
6335 gdb_agent_op_rot>: New constants.
6336 (gdb_agent_op_names): Add pick and roll.
6337 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
6338 cases.
6339
63402011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * aclocal.m4: Regenerated with aclocal-1.11.1.
6343
63442011-02-14 Pedro Alves <pedro@codesourcery.com>
6345
6346 * server.c (handle_qxfer_traceframe_info): New.
6347 (qxfer_packets): Register "traceframe-info".
6348 (handle_query): Report support for qXfer:traceframe-info:read+.
6349 * tracepoint.c (match_blocktype): New.
6350 (traceframe_find_block_type): Rename to ...
6351 (traceframe_walk_blocks): ... this. Add callback filter argument,
6352 and use it.
6353 (traceframe_find_block_type): New, reimplemented on top of
6354 traceframe_walk_blocks.
6355 (build_traceframe_info_xml): New.
6356 (traceframe_read_info): New.
6357 * server.h (traceframe_read_info): Declare.
6358
63592011-02-11 Yao Qi <yao@codesourcery.com>
6360
6361 * configure.ac: Call AC_PROG_RANLIB.
6362 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6363 * configure: Regenerate.
6364
63652011-02-07 Pedro Alves <pedro@codesourcery.com>
6366
6367 * server.c (gdb_read_memory): Change return semantics to allow
6368 partial transfers.
6369 (handle_search_memory_1): Adjust.
6370 (process_serial_event) <'m' packet>: Handle partial transfers.
6371 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
6372
63732011-01-28 Pedro Alves <pedro@codesourcery.com>
6374
6375 * regcache.c (init_register_cache): Initialize
6376 regcache->register_status.
6377 (free_register_cache): Release regcache->register_status.
6378 (regcache_cpy): Copy register_status.
6379 (registers_to_string): Print 'x's for unavailable registers.
6380 (supply_register): Mark the register's status valid or
6381 unavailable, depending on whether a buffer was passed in or not.
6382 (supply_register_zeroed): New.
6383 (supply_regblock): Mark the registers' status valid or
6384 unavailable, depending on whether a buffer was passed in or not.
6385 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
6386 (struct regcache): New `register_status' field.
6387 (supply_register_zeroed): Declare.
6388 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
6389 supply_register_zeroed, rather than passing a NULL buffer to
6390 supply_register.
6391 * tracepoint.c (fetch_traceframe_registers): Update comment.
6392
63932011-01-28 Pedro Alves <pedro@codesourcery.com>
6394
6395 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
6396 buffer explicit.
6397
63982011-01-25 Pedro Alves <pedro@codesourcery.com>
6399
6400 * server.h (decode_xfer_write): Change prototype.
6401 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
6402 and don't extract the annex here.
6403 * server.c (decode_xfer_read): Remove `annex' parameter,
6404 and don't extract the annex here.
6405 (decode_xfer): New.
6406 (struct qxfer): New.
6407 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
6408 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
6409 (handle_qxfer_statictrace): New functions, abstracted out from
6410 handle_query, and made to use the struct qxfer interface.
6411 (handle_threads_qxfer_proper): Rename to ...
6412 (handle_qxfer_threads_proper): ... this.
6413 (handle_threads_qxfer): Rename to ...
6414 (handle_qxfer_threads): ... this. Adjust.
6415 (qxfer_packets): New array.
6416 (handle_qxfer): New function.
6417 (handle_query): Use handle_qxfer.
6418
64192011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6420
6421 * gdbreplay.c: Shorten lines of >= 80 columns.
6422 * linux-low.c: Ditto.
6423 * linux-ppc-low.c: Ditto.
6424 * linux-s390-low.c: Ditto.
6425 * linux-sparc-low.c: Ditto.
6426 * linux-x86-low.c: Ditto.
6427 * linux-xtensa-low.c: Ditto.
6428 * mem-break.c: Ditto.
6429 * nto-low.c: Ditto.
6430 * regcache.h: Ditto.
6431 * remote-utils.c: Ditto.
6432 * server.c: Ditto.
6433 * server.h: Ditto.
6434 * thread-db.c: Ditto.
6435 * tracepoint.c: Ditto.
6436 * utils.c: Ditto.
6437 * win32-low.h: Ditto.
6438
64392011-01-05 Joel Brobecker <brobecker@adacore.com>
6440
6441 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
6442 update.
6443
64442011-01-01 Joel Brobecker <brobecker@adacore.com>
6445
6446 * server.c (gdbserver_version): Update copyright year in version
6447 output.
6448 * gdbreplay.c (gdbreplay_version): Ditto.
6449
64502010-12-29 Jie Zhang <jie.zhang@analog.com>
6451
6452 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
6453 * linux-bfin-low.c: New file.
6454 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
6455 PT_DATA_ADDR for BFIN targets.
6456 * Makefile.in (SFILES): Add linux-bfin-low.c.
6457 (clean): Remove reg-bfin.c.
6458 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
6459 * README: Mention supported Blackfin targets.
6460
64612010-12-23 Mike Frysinger <vapier@gentoo.org>
6462
6463 * .gitignore: New file.
6464
64652010-11-16 Mike Frysinger <vapier@gentoo.org>
6466
6467 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
6468
64692010-10-22 Jie Zhang <jie@codesourcery.com>
6470
6471 * Makefile.in: Add FLAGS_TO_PASS variable.
6472 (install): Remove dependency of install-only and recursively
6473 invoke make for install-only.
6474
64752010-10-04 Doug Evans <dje@google.com>
6476
6477 * Makefile.in (uninstall): Use $(DESTDIR).
6478
64792010-09-24 Pedro Alves <pedro@codesourcery.com>
6480
6481 PR gdb/11842
6482
6483 * linux-x86-low.c (compat_siginfo_from_siginfo)
6484 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
6485 si_code is < 0. Check for si_code == SI_TIMER before checking for
6486 si_code < 0.
6487
64882010-09-13 Joel Brobecker <brobecker@adacore.com>
6489
6490 * lynx-i386-low.c: New file.
6491 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
6492
64932010-09-13 Joel Brobecker <brobecker@adacore.com>
6494
6495 * lynx-low.c (ptrace_request_to_str): Remove handling for
6496 request values that have been removed in LynxOS 5.x.
6497
64982010-09-13 Joel Brobecker <brobecker@adacore.com>
6499
6500 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
6501 <ptrace.h>
6502
65032010-09-09 Nathan Sidwell <nathan@codesourcery.com>
6504
6505 * configure.ac: Add --enable-inprocess-agent option.
6506 * configure: Rebuilt.
6507
65082010-09-06 Yao Qi <yao@codesourcery.com>
6509
6510 * linux-low.c (linux_kill): Remove unused variable.
6511 (linux_stabilize_threads): Likewise.
6512 * server.c (start_inferior): Likewise.
6513 (queue_stop_reply_callback): Likewise.
6514 * tracepoint.c (do_action_at_tracepoint): Likewise.
6515
65162010-09-06 Yao Qi <yao@codesourcery.com>
6517
6518 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
6519 on return.
6520
65212010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6522
6523 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
6524
65252010-09-06 Pedro Alves <pedro@codesourcery.com>
6526
6527 * Makefile.in (install-only): Replace $IPA_DEPFILES with
6528 "$(IPA_DEPFILES)".
6529
65302010-09-01 Joel Brobecker <brobecker@adacore.com>
6531
6532 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
6533 gdbserver/lynx-ppc-low.c: New files.
6534 * Makefile.in (lynx_low_h): New variable.
6535 (lynx-low.o, lynx-ppc-low.o): New rules.
6536 * configure.ac: On LynxOS, link with -lnetinet.
6537 * configure.srv: Add handling of powerpc-*-lynxos* targets.
6538 * configure: regenerate.
6539
65402010-09-01 Joel Brobecker <brobecker@adacore.com>
6541
6542 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
6543 * configure.ac: Add check for vasprintf and vsnprintf.
6544 * configure, config.in: Regenerate.
6545 * server.h (vasprintf, vsnprintf): Add conditional declarations.
6546
65472010-09-01 Joel Brobecker <brobecker@adacore.com>
6548
6549 * gdbreplay.c: Move include of alloca.h up, next to include of
6550 malloc.h.
6551 * server.h: Add include of malloc.h.
6552 * mem-break.c: Remove include of malloc.h.
6553 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
6554
65552010-09-01 Joel Brobecker <brobecker@adacore.com>
6556
6557 * Makefile.in (memmem.o): Build with -Wno-error.
6558
65592010-09-01 Joel Brobecker <brobecker@adacore.com>
6560
6561 * utils.c (xsnprintf): Make non-static.
6562 * server.h: Add xsnprintf declaration.
6563 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
6564 replace calls to snprintf by calls to xsnprintf throughout.
6565
65662010-09-01 Joel Brobecker <brobecker@adacore.com>
6567
6568 * configure.ac: Add configure check for alloca.
6569 * configure, config.in: Regenerate.
6570 * server.h: Include alloca.h if it exists.
6571 * gdbreplay.c: Include alloca.h if it exists.
6572
65732010-08-28 Pedro Alves <pedro@codesourcery.com>
6574
6575 * linux-low.c (__SIGRTMIN): Define if not already defined.
6576 (linux_create_inferior): Check for __ANDROID__ rather than
6577 __SIGRTMIN.
6578 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
6579 are already deferred.
6580 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
6581 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
6582 stopped and already has a pending signal to report.
6583 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
6584 a pending signal to report or is moving out of a jump pad.
6585 (linux_init_signals): Check for __ANDROID__ rather than
6586 __SIGRTMIN.
6587
65882010-08-28 Pedro Alves <pedro@codesourcery.com>
6589
6590 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
6591 debug_threads check. Avoid a linear search when not doing debug
6592 output.
6593
65942010-08-27 Pedro Alves <pedro@codesourcery.com>
6595
6596 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
6597 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
6598 (struct file_handler) <fd>: Change type to gdb_fildes_t.
6599 (process_event): Change local fd's type to gdb_fildes_t.
6600 (create_file_handler): Adjust prototype.
6601 (delete_file_handler): Adjust prototype.
6602 (handle_file_event): Adjust prototype. Use pfildes.
6603 (create_file_event): Adjsut prototype.
6604 * remote-utils.c (remote_desc, listen_desc): Change type to
6605 gdb_fildes_t.
6606 * server.h: New gdb_fildes_t typedef.
6607 [USE_WIN32API]: Include winsock2.h.
6608 (delete_file_handler, add_file_handler): Adjust prototypes.
6609 (pfildes): Declare.
6610 * utils.c (pfildes): New.
6611
66122010-08-27 Pedro Alves <pedro@codesourcery.com>
6613
6614 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6615 * configure: Regenerate.
6616
66172010-08-27 Pedro Alves <pedro@codesourcery.com>
6618
6619 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
6620 (linux_done_accessing_memory): ... this.
6621 (linux_target_ops): Adjust.
6622 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
6623 * nto-low.c (nto_target_ops): Adjust comment.
6624 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
6625 * spu-low.c (spu_target_ops): Adjust comment.
6626 * target.h (target_ops): Rename unprepare_to_access_memory field
6627 to done_accessing_memory.
6628 (unprepare_to_access_memory): Rename to ...
6629 (done_accessing_memory): ... this.
6630
66312010-08-26 Pedro Alves <pedro@codesourcery.com>
6632
6633 * linux-low.c (linux_prepare_to_access_memory): New.
6634 (linux_unprepare_to_access_memory): New.
6635 (linux_target_ops): Install them.
6636 * server.c (read_memory): Rename to ...
6637 (gdb_read_memory): ... this. Use
6638 prepare_to_access_memory/prepare_to_access_memory.
6639 (write_memory): Rename to ...
6640 (gdb_write_memory): ... this. Use
6641 prepare_to_access_memory/prepare_to_access_memory.
6642 (handle_search_memory_1): Adjust.
6643 (process_serial_event): Adjust.
6644 * target.h (struct target_ops): New fields
6645 prepare_to_access_memory and unprepare_to_access_memory.
6646 (prepare_to_access_memory, unprepare_to_access_memory): New.
6647 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
6648 prepare_to_access_memory/prepare_to_access_memory.
6649 * nto-low.c (nto_target_ops): Adjust.
6650 * spu-low.c (spu_target_ops): Adjust.
6651 * win32-low.c (win32_target_ops): Adjust.
6652
66532010-08-26 Pedro Alves <pedro@codesourcery.com>
6654
6655 * Makefile.in (WARN_CFLAGS): Get it from configure.
6656 (WERROR_CFLAGS): New.
6657 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
6658 * configure.ac: Introduce --enable-werror, which adds -Werror to
6659 the compiler command line. Enabled by default. Disable with
6660 --disable-werror. Add -Wdeclaration-after-statement
6661 Wpointer-arith and -Wformat-nonliteral to warning flags.
6662 * configure: Regenerate.
6663
66642010-08-26 Pedro Alves <pedro@codesourcery.com>
6665
6666 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
6667
66682010-08-26 Pedro Alves <pedro@codesourcery.com>
6669
6670 * gdbreplay.c (remote_error): New.
6671 (gdbchar): New.
6672 (expect): Use gdbchar. Check for error reading from GDB.
6673 Clarify sync error output.
6674 (play): Check for errors writing to GDB.
6675 * linux-low.c (sigchld_handler): Really ignore `write' errors.
6676 * remote-utils.c (getpkt): Check for errors writing to the remote
6677 descriptor.
6678
66792010-08-25 Pedro Alves <pedro@codesourcery.com>
6680
6681 * linux-low.c (linux_wait_1): Move non-debugging code out of
6682 `debug_threads' control.
6683
66842010-08-25 Pedro Alves <pedro@codesourcery.com>
6685
6686 * linux-low.c (linux_wait_1): Don't set last_status here.
6687 * server.c (push_event, queue_stop_reply_callback): Assert we're
6688 not pushing a TARGET_WAITKIND_IGNORE event.
6689 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
6690 (myresume, handle_target_event): Set the thread's last_resume_kind
6691 and last_status from the target returned status.
6692
66932010-08-25 Pedro Alves <pedro@codesourcery.com>
6694
6695 PR threads/10729
6696
6697 * linux-x86-low.c (update_debug_registers_callback): New.
6698 (i386_dr_low_set_addr): Use it.
6699 (i386_dr_low_get_addr): New.
6700 (i386_dr_low_set_control): Use update_debug_registers_callback.
6701 (i386_dr_low_get_control): New.
6702 (i386_dr_low_get_status): Adjust.
6703 * linux-low.c (linux_stop_lwp): New.
6704 * linux-low.h (linux_stop_lwp): Declare.
6705
6706 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
6707 argument instead of a i386_debug_reg_state.
6708 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
6709 a i386_debug_reg_state.
6710 (i386_insert_aligned_watchpoint): Adjust.
6711 (i386_remove_aligned_watchpoint): Adjust.
6712 (i386_low_stopped_data_address): Read the debug registers from the
6713 inferior instead of from the mirrors.
6714 * i386-low.h (struct i386_debug_reg_state): Extend comment.
6715 (i386_dr_low_get_addr): Declare.
6716 (i386_dr_low_get_control): Declare.
6717 (i386_dr_low_get_status): Change prototype.
6718
6719 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
6720 (i386_dr_low_get_addr): New.
6721 (i386_dr_low_get_control): New.
6722 (i386_dr_low_get_status): Adjust prototype. Return
6723 dr_status_mirror.
6724 (i386_initial_stuff): Clear dr_status_mirror and
6725 dr_control_mirror.
6726 (i386_get_thread_context): Adjust.
6727 (i386_set_thread_context): Adjust.
6728 (i386_thread_added): Adjust.
6729
67302010-08-24 Pedro Alves <pedro@codesourcery.com>
6731
6732 * linux-low.h (linux_thread_area): Delete declaration.
6733
67342010-08-11 Thomas Schwinge <thomas@codesourcery.com>
6735
6736 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
6737 after its termination.
6738
67392010-08-09 Pedro Alves <pedro@codesourcery.com>
6740
6741 * linux-low.c (gdb_wants_lwp_stopped): Delete.
6742 (gdb_wants_all_stopped): Delete.
6743 (linux_wait_1): Don't call them.
6744 * server.c (handle_v_cont): Tag all threads as want-stopped.
6745 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
6746 stopped as "client-wants-stopped".
6747
67482010-07-31 Pedro Alves <pedro@codesourcery.com>
6749
6750 * Makefile.in (signals_h): New.
6751 (server_h): Depend on it.
6752 (server.o): Don't depend on $(signals_def).
6753 (signals.o): Depend on $(signals_def).
6754
67552010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6756
6757 * Makefile.in (signals_def): New.
6758 (server_h): Append include/gdb/signals.h and signals_def.
6759 (server.o): Append signals_def.
6760
67612010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6762
6763 * server.c (handle_target_event): Use target_signal_to_host for
6764 resume_info.sig initialization.
6765 * target.h (struct thread_resume) <sig>: New comment.
6766
67672010-07-20 Ozkan Sezer <sezeroz@gmail.com>
6768
6769 * server.c (handle_query): strcpy() the returned string from paddress()
6770 instead of sprintf().
6771 * utils.c (paddress): Return phex_nz().
6772
67732010-07-07 Joel Brobecker <brobecker@adacore.com>
6774
6775 * server.c (handle_v_cont): Call mourn_inferior if process
6776 just exited.
6777 (myresume): Likewise.
6778
67792010-07-01 Pedro Alves <pedro@codesourcery.com>
6780
6781 Static tracepoints, and integration with UST.
6782
6783 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
6784 * mem-break.c (uninsert_all_breakpoints)
6785 (reinsert_all_breakpoints): New.
6786 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
6787 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
6788 (gdb_agent_ust_loaded, helper_thread_id)
6789 (gdb_agent_helper_thread_id): New macros.
6790 (struct ipa_sym_addresses): Add addr_ust_loaded,
6791 addr_helper_thread_id, addr_cmd_buf.
6792 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
6793 (in_process_agent_loaded_ust): New.
6794 (write_e_ust_not_loaded): New.
6795 (maybe_write_ipa_ust_not_loaded): New.
6796 (struct collect_static_trace_data_action): New.
6797 (enum tracepoint_type) <static_tracepoint>: New.
6798 (struct tracepoint) <handle>: Mention static tracepoints.
6799 (struct static_tracepoint_ctx): New.
6800 (CMD_BUF_SIZE): New.
6801 (add_tracepoint_action): Handle static tracepoint actions.
6802 (unprobe_marker_at): New.
6803 (clear_installed_tracepoints): Handle static tracepoints.
6804 (cmd_qtdp): Handle static tracepoints.
6805 (probe_marker_at): New.
6806 (cmd_qtstart): Handle static tracepoints.
6807 (response_tracepoint): Handle static tracepoints.
6808 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
6809 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
6810 (get_context_regcache): Handle static tracepoints.
6811 (do_action_at_tracepoint): Handle static tracepoint actions.
6812 (traceframe_find_block_type): Handle static trace data blocks.
6813 (traceframe_read_sdata): New.
6814 (download_tracepoints): Download static tracepoint actions.
6815 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6816 (GDB_PROBE_NAME): New.
6817 (ust_ops): New.
6818 (GET_UST_SYM): New.
6819 (USTF): New.
6820 (dlsym_ust): New.
6821 (ust_marker_to_static_tracepoint): New.
6822 (gdb_probe): New.
6823 (collect_ust_data_at_tracepoint): New.
6824 (gdb_ust_probe): New.
6825 (UNIX_PATH_MAX, SOCK_DIR): New.
6826 (gdb_ust_connect_sync_socket): New.
6827 (resume_thread, stop_thread): New.
6828 (run_inferior_command): New.
6829 (init_named_socket): New.
6830 (gdb_ust_socket_init): New.
6831 (cstr_to_hexstr): New.
6832 (next_st): New.
6833 (first_marker, next_marker): New.
6834 (response_ust_marker): New.
6835 (cmd_qtfstm, cmd_qtsstm): New.
6836 (unprobe_marker_at, probe_marker_at): New.
6837 (cmd_qtstmat, gdb_ust_thread): New.
6838 (gdb_ust_init): New.
6839 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6840 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6841 (ST_REGENTRY): New.
6842 (x86_64_st_collect_regmap): New.
6843 (X86_64_NUM_ST_COLLECT_GREGS): New.
6844 (AMD64_RIP_REGNUM): New.
6845 (supply_static_tracepoint_registers): New.
6846 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6847 (ST_REGENTRY): New.
6848 (i386_st_collect_regmap): New.
6849 (i386_NUM_ST_COLLECT_GREGS): New.
6850 (supply_static_tracepoint_registers): New.
6851 * server.c (handle_query): Handle qXfer:statictrace:read.
6852 <qSupported>: Report support for StaticTracepoints, and
6853 qXfer:statictrace:read features.
6854 * server.h (traceframe_read_sdata)
6855 (supply_static_tracepoint_registers): Declare.
6856 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6857 (unpack_varlen_hex): Include in IPA build.
6858 * Makefile.in (ustlibs, ustinc): New.
6859 (IPA_OBJS): Add remote-utils-ipa.o.
6860 ($(IPA_LIB)): Link -ldl and -lpthread.
6861 (UST_CFLAGS): New.
6862 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6863 * config.in, configure: Regenerate.
6864
68652010-06-20 Ian Lance Taylor <iant@google.com>
6866 Pedro Alves <pedro@codesourcery.com>
6867
6868 * linux-x86-low.c (always_true): Delete.
6869 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6870 trying to fool the compiler with always_true.
6871
68722010-06-20 Pedro Alves <pedro@codesourcery.com>
6873
6874 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6875 conditions in gdbserver.
6876
68772010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6878
6879 * spu-low.c (spu_read_memory): Wrap around local store limit.
6880 (spu_write_memory): Likewise.
6881
68822010-06-15 Pedro Alves <pedro@codesourcery.com>
6883
6884 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6885 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6886 LONGEST uses.
6887 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6888 uses.
6889 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6890 uses with LONGEST uses.
6891
68922010-06-14 Stan Shebs <stan@codesourcery.com>
6893 Pedro Alves <pedro@codesourcery.com>
6894
6895 Bytecode compiler.
6896
6897 * linux-x86-low.c: Include limits.h.
6898 (add_insns): New.
6899 (always_true): New.
6900 (EMIT_ASM): New.
6901 (EMIT_ASM32): New.
6902 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6903 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6904 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6905 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6906 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6907 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6908 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6909 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6910 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6911 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6912 (amd64_emit_void_call_2): New.
6913 (amd64_emit_ops): New.
6914 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6915 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6916 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6917 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6918 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6919 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6920 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6921 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6922 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6923 (i386_emit_stack_adjust, i386_emit_int_call_1)
6924 (i386_emit_void_call_2): New.
6925 (i386_emit_ops): New.
6926 (x86_emit_ops): New.
6927 (the_low_target): Install x86_emit_ops.
6928 * server.h (struct emit_ops): New.
6929 (get_raw_reg_func_addr): Declare.
6930 (current_insn_ptr, emit_error): Declare.
6931 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6932 (set_trace_state_variable_value): New defines.
6933 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6934 addr_get_trace_state_variable_value and
6935 addr_set_trace_state_variable_value.
6936 (symbol_list): New fields for get_raw_reg,
6937 get_trace_state_variable_value and set_trace_state_variable_value.
6938 (condfn): New typedef.
6939 (struct tracepoint): New field `compiled_cond'.
6940 (do_action_at_tracepoint): Clear compiled_cond.
6941 (get_trace_state_variable_value, set_trace_state_variable_value):
6942 Export in the IPA.
6943 (condition_true_at_tracepoint): If there's a compiled condition,
6944 run that.
6945 (current_insn_ptr, emit_error): New globals.
6946 (struct bytecode_address): New.
6947 (get_raw_reg_func_addr): New.
6948 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
6949 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
6950 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
6951 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
6952 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
6953 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
6954 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
6955 (compile_tracepoint_condition, compile_bytecodes): New.
6956 * target.h (emit_ops): Forward declare.
6957 (struct target_ops): New field emit_ops.
6958 (target_emit_ops): New.
6959 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
6960 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
6961 * linux-low.c (linux_emit_ops): New.
6962 (linux_target_ops): Install it.
6963 * linux-low.h (struct linux_target_ops): New field emit_ops.
6964
69652010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6966
6967 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
6968 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
6969
69702010-06-01 Pedro Alves <pedro@codesourcery.com>
6971 Stan Shebs <stan@codesourcery.com>
6972
6973 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
6974 (all): Depend on $(extra_libraries).
6975 (install-only): Install the IPA.
6976 (IPA_OBJS, IPA_LIB): New.
6977 (clean): Remove the IPA lib.
6978 (IPAGENT_CFLAGS): New.
6979 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
6980 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
6981 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
6982 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
6983 * configure.ac: Check for atomic builtins support in the compiler.
6984 (IPA_DEPFILES, extra_libraries): Define.
6985 * configure.srv (ipa_obj): Add description.
6986 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
6987 (i[34567]86-*-linux*): Set ipa_obj.
6988 (x86_64-*-linux*): Set ipa_obj.
6989 * linux-low.c (stabilizing_threads): New.
6990 (supports_fast_tracepoints): New.
6991 (linux_detach): Stabilize threads before detaching.
6992 (handle_tracepoints): Handle internal tracing breakpoints. Assert
6993 the lwp is either not stabilizing, or is moving out of a jump pad.
6994 (linux_fast_tracepoint_collecting): New.
6995 (maybe_move_out_of_jump_pad): New.
6996 (enqueue_one_deferred_signal): New.
6997 (dequeue_one_deferred_signal): New.
6998 (linux_wait_for_event_1): If moving out of a jump pad, defer
6999 pending signals to later.
7000 (linux_stabilize_threads): New.
7001 (linux_wait_1): Check if threads need moving out of jump pads, and
7002 do it if so.
7003 (stuck_in_jump_pad_callback): New.
7004 (move_out_of_jump_pad_callback): New.
7005 (lwp_running): New.
7006 (linux_resume_one_lwp): Handle moving out of jump pads.
7007 (linux_set_resume_request): Dequeue deferred signals.
7008 (need_step_over_p): Also step over fast tracepoint jumps.
7009 (start_step_over): Also uninsert fast tracepoint jumps.
7010 (finish_step_over): Also reinsert fast tracepoint jumps.
7011 (linux_install_fast_tracepoint_jump): New.
7012 (linux_target_ops): Install linux_stabilize_threads and
7013 linux_install_fast_tracepoint_jump_pad.
7014 * linux-low.h (linux_target_ops) <get_thread_area,
7015 install_fast_tracepoint_jump_pad>: New fields.
7016 (struct lwp_info) <collecting_fast_tracepoint,
7017 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
7018 (linux_get_thread_area): Declare.
7019 * linux-x86-low.c (jump_insn): New.
7020 (x86_get_thread_area): New.
7021 (append_insns): New.
7022 (push_opcode): New.
7023 (amd64_install_fast_tracepoint_jump_pad): New.
7024 (i386_install_fast_tracepoint_jump_pad): New.
7025 (x86_install_fast_tracepoint_jump_pad): New.
7026 (the_low_target): Install x86_get_thread_area and
7027 x86_install_fast_tracepoint_jump_pad.
7028 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
7029 (struct fast_tracepoint_jump): New.
7030 (fast_tracepoint_jump_insn): New.
7031 (fast_tracepoint_jump_shadow): New.
7032 (find_fast_tracepoint_jump_at): New.
7033 (fast_tracepoint_jump_here): New.
7034 (delete_fast_tracepoint_jump): New.
7035 (set_fast_tracepoint_jump): New.
7036 (uninsert_fast_tracepoint_jumps_at): New.
7037 (reinsert_fast_tracepoint_jumps_at): New.
7038 (set_breakpoint_at): Use write_inferior_memory.
7039 (uninsert_raw_breakpoint): Use write_inferior_memory.
7040 (check_mem_read): Mask out fast tracepoint jumps.
7041 (check_mem_write): Mask out fast tracepoint jumps.
7042 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
7043 (set_fast_tracepoint_jump): Declare.
7044 (delete_fast_tracepoint_jump)
7045 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
7046 (reinsert_fast_tracepoint_jumps_at): Declare.
7047 * regcache.c: Don't compile many functions when building the
7048 in-process agent library.
7049 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
7050 the register buffer in the heap.
7051 (free_register_cache): If the register buffer isn't owned by the
7052 regcache, don't free it.
7053 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
7054 pre-existing register caches.
7055 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
7056 type.
7057 (convert_ascii_to_int): : Constify `from' parameter type.
7058 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
7059 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
7060 the needed buffer in-place.
7061 (relocate_instruction): New.
7062 * server.c (handle_query) <qSymbols>: If the target supports
7063 tracepoints, give it a chance of looking up symbols. Report
7064 support for fast tracepoints.
7065 (handle_status): Stabilize threads.
7066 (process_serial_event): Adjust.
7067 * server.h (struct fast_tracepoint_jump): Forward declare.
7068 (struct process_info) <fast_tracepoint_jumps>: New field.
7069 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
7070 (decode_X_packet, decode_M_packet): Adjust.
7071 (relocate_instruction): Declare.
7072 (in_process_agent_loaded): Declare.
7073 (tracepoint_look_up_symbols): Declare.
7074 (struct fast_tpoint_collect_status): Declare.
7075 (fast_tracepoint_collecting): Declare.
7076 (force_unlock_trace_buffer): Declare.
7077 (handle_tracepoint_bkpts): Declare.
7078 (initialize_low_tracepoint)
7079 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
7080 * target.h (struct target_ops) <stabilize_threads,
7081 install_fast_tracepoint_jump_pad>: New fields.
7082 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
7083 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
7084 [HAVE_STDINT_H]: Include stdint.h.
7085 (trace_debug_1): Rename to ...
7086 (trace_vdebug): ... this.
7087 (trace_debug): Rename to ...
7088 (trace_debug_1): ... this. Add `level' parameter.
7089 (trace_debug): New.
7090 (ATTR_USED, ATTR_NOINLINE): New.
7091 (IP_AGENT_EXPORT): New.
7092 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
7093 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
7094 (about_to_request_buffer_space, trace_buffer_is_full)
7095 (stopping_tracepoint, expr_eval_result, error_tracepoint)
7096 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
7097 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
7098 (traceframe_write_count, traceframes_created)
7099 (trace_state_variables)
7100 New renaming defines.
7101 (struct ipa_sym_addresses): New.
7102 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
7103 (symbol_list): New.
7104 (ipa_sym_addrs): New.
7105 (all_tracepoint_symbols_looked_up): New.
7106 (in_process_agent_loaded): New.
7107 (write_e_ipa_not_loaded): New.
7108 (maybe_write_ipa_not_loaded): New.
7109 (tracepoint_look_up_symbols): New.
7110 (debug_threads) [IN_PROCESS_AGENT]: New.
7111 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
7112 (UNKNOWN_SIDE_EFFECTS): New.
7113 (stop_tracing): New.
7114 (flush_trace_buffer): New.
7115 (stop_tracing_bkpt): New.
7116 (flush_trace_buffer_bkpt): New.
7117 (read_inferior_integer): New.
7118 (read_inferior_uinteger): New.
7119 (read_inferior_data_pointer): New.
7120 (write_inferior_data_pointer): New.
7121 (write_inferior_integer): New.
7122 (write_inferior_uinteger): New.
7123 (struct collect_static_trace_data_action): Delete.
7124 (enum tracepoint_type): New.
7125 (struct tracepoint) <type>: New field `type'.
7126 <actions_str, step_actions, step_actions_str>: Only include in
7127 GDBserver.
7128 <orig_size, obj_addr_on_target, adjusted_insn_addr>
7129 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
7130 (tracepoints): Use IP_AGENT_EXPORT.
7131 (last_tracepoint): Don't include in the IPA.
7132 (stopping_tracepoint): Use IP_AGENT_EXPORT.
7133 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
7134 (alloced_trace_state_variables): New.
7135 (trace_state_variables): Use IP_AGENT_EXPORT.
7136 (traceframe_t): Delete unused variable.
7137 (circular_trace_buffer): Don't include in the IPA.
7138 (trace_buffer_start): Delete.
7139 (struct trace_buffer_control): New.
7140 (trace_buffer_free): Delete.
7141 (struct ipa_trace_buffer_control): New.
7142 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
7143 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
7144 New.
7145 (trace_buffer_ctrl): New.
7146 (TRACE_BUFFER_CTRL_CURR): New.
7147 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
7148 Reimplement as macros.
7149 (trace_buffer_wrap): Delete.
7150 (traceframe_write_count, traceframe_read_count)
7151 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
7152 (struct tracepoint_hit_ctx) <type>: New field.
7153 (struct fast_tracepoint_ctx): New.
7154 (memory_barrier): New.
7155 (cmpxchg): New.
7156 (record_tracepoint_error): Update atomically in the IPA.
7157 (clear_inferior_trace_buffer): New.
7158 (about_to_request_buffer_space): New.
7159 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
7160 updating the same buffer.
7161 (add_tracepoint): Default the tracepoint's type to trap
7162 tracepoint, and orig_size to -1.
7163 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
7164 internal variables.
7165 (create_trace_state_variable): New parameter `gdb'. Handle it.
7166 (clear_installed_tracepoints): Clear fast tracepoint jumps.
7167 (cmd_qtdp): Handle fast tracepoints.
7168 (cmd_qtdv): Adjust.
7169 (max_jump_pad_size): New.
7170 (gdb_jump_pad_head): New.
7171 (get_jump_space_head): New.
7172 (claim_jump_space): New.
7173 (sort_tracepoints): New.
7174 (MAX_JUMP_SIZE): New.
7175 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
7176 IPA.
7177 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
7178 support. Upload fast traceframes, and delete internal IPA
7179 breakpoints.
7180 (stop_tracing_handler): New.
7181 (flush_trace_buffer_handler): New.
7182 (cmd_qtstop): Upload fast tracepoints.
7183 (response_tracepoint): Handle fast tracepoints.
7184 (tracepoint_finished_step): Upload fast traceframes. Set the
7185 tracepoint hit context's tracepoint type.
7186 (handle_tracepoint_bkpts): New.
7187 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
7188 type. Add comment about fast tracepoints.
7189 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
7190 non-existing action_str field.
7191 (get_context_regcache): Handle fast tracepoints.
7192 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
7193 to the regcache.
7194 (fast_tracepoint_from_jump_pad_address): New.
7195 (fast_tracepoint_from_ipa_tpoint_address): New.
7196 (collecting_t): New.
7197 (force_unlock_trace_buffer): New.
7198 (fast_tracepoint_collecting): New.
7199 (collecting): New.
7200 (gdb_collect): New.
7201 (write_inferior_data_ptr): New.
7202 (target_tp_heap): New.
7203 (target_malloc): New.
7204 (download_agent_expr): New.
7205 (UALIGN): New.
7206 (download_tracepoints): New.
7207 (download_trace_state_variables): New.
7208 (upload_fast_traceframes): New.
7209 (IPA_FIRST_TRACEFRAME): New.
7210 (IPA_NEXT_TRACEFRAME_1): New.
7211 (IPA_NEXT_TRACEFRAME): New.
7212 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
7213 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
7214 (gdb_jump_pad_buffer_end): New.
7215 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
7216 (initialize_tracepoint): Adjust.
7217 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
7218 buffer. Initialize the low module.
7219 * utils.c (PREFIX, TOOLNAME): New.
7220 (malloc_failure): Use PREFIX.
7221 (error): In the IPA, an error causes an exit.
7222 (fatal, warning): Use PREFIX.
7223 (internal_error): Use TOOLNAME.
7224 (NUMCELLS): Increase to 10.
7225 * configure, config.in: Regenerate.
7226
72272010-06-01 Pedro Alves <pedro@codesourcery.com>
7228
7229 * server.c (handle_query) <qSupported>: Do two passes over the
7230 qSupported string to avoid nesting strtok.
7231
72322010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7233
7234 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
7235 (CDEPS): New.
7236 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
7237 -Wl,--dynamic-list.
7238 * configure: Regenerate.
7239 * proc-service.list: New.
7240
72412010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7242
7243 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
7244 New comment.
7245
72462010-05-26 Ozkan Sezer <sezeroz@gmail.com>
7247
7248 * gdbreplay.c (remote_open): Check error return from socket() call by
7249 its equality to -1 not by it being negative.
7250 * remote-utils.c (remote_open): Likewise.
7251
72522010-05-23 Pedro Alves <pedro@codesourcery.com>
7253
7254 * config.h: Regenerate.
7255
72562010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7257
7258 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
7259 doesn't provide PTRACE_GET_THREAD_AREA.
7260
72612010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7262
7263 * linux-m68k-low.c: Include <asm/ptrace.h>
7264 (ps_get_thread_area): Implement.
7265
72662010-05-03 Doug Evans <dje@google.com>
7267
7268 * event-loop.c (struct callback_event): New struct.
7269 (callback_list): New global.
7270 (append_callback_event, delete_callback_event): New functions.
7271 (process_callback): New function.
7272 (start_event_loop): Call it.
7273 * remote-utils.c (NOT_SCHEDULED): Define.
7274 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
7275 moved out of readchar.
7276 (readchar): Rewrite. Call reschedule before returning.
7277 (reset_readchar): New function.
7278 (remote_close): Call it.
7279 (process_remaining, reschedule): New functions.
7280 * server.h (callback_handler_func): New typedef.
7281 (append_callback_event, delete_callback_event): Declare.
7282
72832010-05-03 Pedro Alves <pedro@codesourcery.com>
7284
7285 * proc-service.c (ps_pglobal_lookup): Use
7286 thread_db_look_up_one_symbol.
7287 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
7288 parameter. Use it instead of all_symbols_looked_up.
7289 * server.h (struct process_info) <all_symbols_looked_up>: Delete
7290 field.
7291 (all_symbols_looked_up): Don't declare.
7292 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
7293 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
7294 field.
7295 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
7296 Set all_symbols_looked_up here.
7297 (thread_db_look_up_one_symbol): New.
7298 (thread_db_get_tls_address): Adjust.
7299 (thread_db_load_search, try_thread_db_load_1): Always allocate the
7300 thread_db object on the heap, and tentatively set it in the
7301 process structure.
7302 (thread_db_init): Don't set all_symbols_looked_up here.
7303 * linux-low.h (thread_db_look_up_one_symbol): Declare.
7304
73052010-05-03 Pedro Alves <pedro@codesourcery.com>
7306
7307 * linux-low.c (linux_kill, linux_detach): Adjust.
7308 (status_pending_p_callback): Remove redundant statement. Check
7309 for !TARGET_WAITIKIND_IGNORE, instead of
7310 TARGET_WAITKIND_STOPPED.
7311 (handle_tracepoints): Make sure LWP is locked. Adjust.
7312 (linux_wait_for_event_1): Adjust.
7313 (linux_cancel_breakpoints): New.
7314 (unsuspend_one_lwp): New.
7315 (unsuspend_all_lwps): New.
7316 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
7317 (send_sigstop_callback): Change return type to int, add new
7318 `except' parameter and handle it.
7319 (suspend_and_send_sigstop_callback): New.
7320 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
7321 pass them down. If SUSPEND, also increment the lwp's suspend
7322 count.
7323 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
7324 (need_step_over_p): Don't consider suspended LWPs.
7325 (start_step_over): Adjust.
7326 (proceed_one_lwp): Change return type to int, add new `except'
7327 parameter and handle it.
7328 (unsuspend_and_proceed_one_lwp): New.
7329 (proceed_all_lwps): Use find_inferior instead of
7330 for_each_inferior.
7331 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
7332 also decrement the suspend count of LWPs. Pass `except' down,
7333 instead of hacking its suspend count.
7334 (linux_pause_all): Add `freeze' parameter. Adjust.
7335 (linux_unpause_all): New.
7336 (linux_target_ops): Install linux_unpause_all.
7337 * server.c (handle_status): Adjust.
7338 * target.h (struct target_ops): New fields `unpause_all' and
7339 `cancel_breakpoints'. Add new parameter to `pause_all'.
7340 (pause_all): Add new `freeze' parameter.
7341 (unpause_all): New.
7342 (cancel_breakpoints): New.
7343 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
7344 cancel breakpoints.
7345 (cmd_qtstart): Pause threads.
7346 (stop_tracing): Pause threads, and cancel breakpoints.
7347 * win32-low.c (win32_target_ops): Adjust.
7348
73492010-05-03 Pedro Alves <pedro@codesourcery.com>
7350
7351 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
7352 the inferior right away from here...
7353 (linux_wait_1): ... to here, and adjust to check the thread's
7354 last_resume_kind instead of the lwp's step or stop_expected flags.
7355
73562010-05-02 Pedro Alves <pedro@codesourcery.com>
7357
7358 * README: Use consistent `GDB' and `GDBserver' spellings.
7359
73602010-05-02 Pedro Alves <pedro@codesourcery.com>
7361
7362 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
7363 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
7364 (linux_detach_one_lwp): Assume the lwp is stopped.
7365 (any_thread_of): Delete.
7366 (linux_detach): Stop all lwps here. Don't blindly delete all
7367 breakpoints.
7368 (delete_lwp_callback): New.
7369 (linux_mourn): Delete all lwps of the process that is gone.
7370 (linux_wait_1): Don't delete the last lwp of the process here.
7371 * mem-break.h (mark_breakpoints_out): Declare.
7372 * mem-break.c (mark_breakpoints_out): New.
7373 (free_all_breakpoints): Use it.
7374 * server.c (handle_target_event): If the process is gone, mark
7375 breakpoints out.
7376 * thread-db.c (struct thread_db) <create_bp>: New field.
7377 (thread_db_enable_reporting): Fix prototype. Store a thread event
7378 breakpoint reference in the thread_db struct.
7379 (thread_db_load_search): Clear the thread_db object.
7380 (try_thread_db_load_1): Ditto.
7381 (switch_to_process): New.
7382 (disable_thread_event_reporting): Use it.
7383 (remove_thread_event_breakpoints): New.
7384 (thread_db_detach, thread_db_mourn): Use it.
7385
73862010-05-01 Pedro Alves <pedro@codesourcery.com>
7387
7388 * linux-low.c (linux_enable_event_reporting): New.
7389 (linux_wait_for_event_1, handle_extended_wait): Use it.
7390
73912010-04-30 Pedro Alves <pedro@codesourcery.com>
7392
7393 * linux-low.c (linux_kill_one_lwp, linux_kill)
7394 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
7395 (send_sigstop): Take an lwp_info as parameter instead. Queue a
7396 SIGSTOP even if the LWP is stopped.
7397 (send_sigstop_callback): New.
7398 (stop_all_lwps): Use send_sigstop_callback instead.
7399 (linux_resume_one_thread): Adjust.
7400 (proceed_one_lwp): Still proceed an LWP that the client has
7401 requested to stop, if we haven't reported it as stopped yet. Make
7402 sure that LWPs the client want stopped, have a pending SIGSTOP.
7403
74042010-04-26 Doug Evans <dje@google.com>
7405
7406 * server.c (handle_general_set): Make static.
7407
7408 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
7409 Print received char after testing for error/eof instead of before.
7410 (input_interrupt): Tweak comment.
7411
74122010-04-23 Doug Evans <dje@google.com>
7413
7414 * server.c (start_inferior): Print inferior argv if --debug.
7415
74162010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
7417
7418 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
7419 * nto-x86-low.c: Include server.h
7420
74212010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
7422
7423 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
7424 be consistent with other sources of this directory.
7425 (init_registers_amd64): Correct name of source file of this function
7426 in the comment.
7427
74282010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7429
7430 * configure.srv (x86_64-*-mingw*): New configuration for Windows
7431 64-bit executables.
7432
74332010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7434
7435 * win32-i386-low.c: Add 64-bit support.
7436 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
7437 (init_registers_amd64): Declare.
7438 (mappings): Add 64-bit version of array.
7439 (init_windows_x86): New function.
7440 (the_low_target): Change init_arch field to init_windows_x86.
7441
74422010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7443
7444 * win32-low.c: Adapt to support also 64-bit architecture.
7445 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
7446 (get_image_name): Use SIZE_T type for local variable `done'.
7447 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
7448 (toolhelp_get_dll_name): Idem.
7449 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
7450 Use uintptr_t typecast to avoid warning.
7451 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
7452 (handle_exception): Use phex_nz to avoid warning.
7453 (win32_wait): Remove unused local variable `process'.
7454
74552010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7456
7457 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
7458 `amd64-avx.o'.
7459
74602010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
7461
7462 * configure.ac: Use `ws2_32' library for srv_mingw.
7463 * configure: Regenerate.
7464 * gdbreplay.c: Include winsock2.h instead of winsock.h.
7465 * remote-utils.c: Likewise.
7466
74672010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7468
7469 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
7470 if __x86_64__ is defined.
7471
74722010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7473
7474 * configure: Regenerate.
7475
74762010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7477
7478 * server.c (handle_query): Handle 'qGetTIBAddr' query.
7479 * target.h (target_ops): New get_tib_address field.
7480 * win32-low.h (win32_thread_info): Add thread_local_base field.
7481 * win32-low.c (child_add_thread): Add tlb argument.
7482 Set thread_local_base field to TLB.
7483 (get_child_debug_event): Adapt to child_add_thread change.
7484 (win32_get_tib_address): New function.
7485 (win32_target_ops): Set get_tib_address field to
7486 win32_get_tib_address.
7487 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
7488
74892010-04-12 Pedro Alves <pedro@codesourcery.com>
7490
7491 * linux-low.c (linux_mourn): Also remove the process.
7492 * server.c (handle_target_event): Don't remove the process here.
7493 * nto-low.c (nto_mourn): New.
7494 (nto_target_ops): Install it.
7495 * spu-low.c (spu_mourn): New.
7496 (spu_target_ops): Install it.
7497 * win32-low.c (win32_mourn): New.
7498 (win32_target_ops): Install it.
7499
75002010-04-12 Pedro Alves <pedro@codesourcery.com>
7501
7502 * server.h (buffer_xml_printf): Remove redundant `;'.
7503
75042010-04-12 Pedro Alves <pedro@codesourcery.com>
7505
7506 * regcache.c (set_register_cache): Invalidate regcaches before
7507 changing the register cache layout.
7508 (regcache_invalidate_one): Allow a NULL regcache.
7509 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
7510 regcaches before changing the register cache layout or the target
7511 regsets.
7512
75132010-04-12 H.J. Lu <hongjiu.lu@intel.com>
7514
7515 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
7516 variable warning on Linux/x86-64.
7517
75182010-04-11 Pedro Alves <pedro@codesourcery.com>
7519
7520 GDBserver disconnected tracing support.
7521
7522 * linux-low.c (linux_remove_process): Delete.
7523 (add_lwp): Don't set last_resume_kind here.
7524 (linux_kill): Use `mourn'.
7525 (linux_detach): Use `thread_db_detach', and `mourn'.
7526 (linux_mourn): New.
7527 (linux_attach_lwp_1): Adjust comment.
7528 (linux_attach): last_resume_kind moved the thread_info; adjust.
7529 (status_pending_p_callback): Adjust.
7530 (linux_wait_for_event_1): Adjust.
7531 (count_events_callback, select_singlestep_lwp_callback)
7532 (select_event_lwp_callback, cancel_breakpoints_callback)
7533 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
7534 (proceed_one_lwp): Adjust.
7535 (linux_async): Add debug output.
7536 (linux_thread_stopped): New.
7537 (linux_pause_all): New.
7538 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
7539 linux_pause_all.
7540 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
7541 (thread_db_free): Delete declaration.
7542 (thread_db_detach, thread_db_mourn): Declare.
7543 * thread-db.c (thread_db_init): Use thread_db_mourn.
7544 (thread_db_free): Delete, split in two.
7545 (disable_thread_event_reporting): New.
7546 (thread_db_detach): New.
7547 (thread_db_mourn): New.
7548
7549 * server.h (struct thread_info) <last_resume_kind>: New field.
7550 <attached>: Add comment.
7551 <gdb_detached>: New field.
7552 (handler_func): Change return type to int.
7553 (handle_serial_event, handle_target_event): Ditto.
7554 (gdb_connected): Declare.
7555 (tracing): Delete.
7556 (disconnected_tracing): Declare.
7557 (stop_tracing): Declare.
7558
7559 * server.c (handle_query) <qSupported>: Report support for
7560 disconnected tracing.
7561 (queue_stop_reply_callback): Account for running threads.
7562 (gdb_wants_thread_stopped): New.
7563 (gdb_wants_all_threads_stopped): New.
7564 (gdb_reattached_process): New.
7565 (handle_status): Clear the `gdb_detached' flag of all processes.
7566 In all-stop, stop all threads.
7567 (main): Be sure to leave tfind mode. Handle disconnected tracing.
7568 (process_serial_event): If the remote connection breaks, or if an
7569 exit was forced with "monitor exit", force an event loop exit.
7570 Handle disconnected tracing on detach.
7571 (handle_serial_event): Adjust.
7572 (handle_target_event): If GDB isn't connected, forward events back
7573 to the inferior, unless the last process exited, in which case,
7574 exit gdbserver. Adjust interface.
7575
7576 * remote-utils.c (remote_open): Don't block in accept. Instead
7577 register an event loop source on the listen socket file
7578 descriptor. Refactor bits into ...
7579 (listen_desc): ... this new global.
7580 (gdb_connected): ... this new function.
7581 (enable_async_notification): ... this new function.
7582 (handle_accept_event): ... this new function.
7583 (remote_close): Clear remote_desc.
7584
7585 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
7586
7587 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
7588 New fields.
7589 (mourn_inferior): Define.
7590 (target_process_qsupported): Avoid the dangling else problem.
7591 (thread_stopped): Define.
7592 (pause_all): Define.
7593 (target_waitstatus_to_string): Declare.
7594 * target.c (target_waitstatus_to_string): New.
7595
7596 * tracepoint.c (tracing): Make extern.
7597 (disconnected_tracing): New.
7598 (stop_tracing): Make extern. Handle tracing stops due to GDB
7599 disconnecting.
7600 (cmd_qtdisconnected): New.
7601 (cmd_qtstatus): Report disconnected tracing status in trace reply.
7602 (handle_tracepoint_general_set): Handle QTDisconnected.
7603
7604 * event-loop.c (event_handler_func): Change return type to int.
7605 (process_event): Bail out if the event handler wants the event
7606 loop to stop.
7607 (handle_file_event): Ditto.
7608 (start_event_loop): Bail out if the event handler wants the event
7609 loop to stop.
7610
7611 * nto-low.c (nto_target_ops): Adjust.
7612 * spu-low.c (spu_wait): Don't remove the process here.
7613 (spu_target_ops): Adjust.
7614 * win32-low.c (win32_wait): Don't remove the process here.
7615 (win32_target_ops): Adjust.
7616
76172010-04-11 Pedro Alves <pedro@codesourcery.com>
7618
7619 * regcache.c (realloc_register_cache): Invalidate inferior's
7620 regcache before recreating it.
7621
76222010-04-09 Pedro Alves <pedro@codesourcery.com>
7623
7624 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
7625
76262010-04-09 Stan Shebs <stan@codesourcery.com>
7627 Pedro Alves <pedro@codesourcery.com>
7628
7629 * server.h (LONGEST): New.
7630 (struct thread_info) <while_stepping>: New field.
7631 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
7632 Declare.
7633 (initialize_tracepoint, handle_tracepoint_general_set)
7634 (handle_tracepoint_query, tracepoint_finished_step)
7635 (tracepoint_was_hit, release_while_stepping_state_list):
7636 (current_traceframe): Declare.
7637 * server.c (handle_general_set): Handle tracepoint packets.
7638 (read_memory): New.
7639 (write_memory): New.
7640 (handle_search_memory_1): Use read_memory.
7641 (handle_query): Report support for conditional tracepoints, trace
7642 state variables, and tracepoint sources. Handle tracepoint
7643 queries.
7644 (main): Initialize the tracepoints module.
7645 (process_serial_event): Handle traceframe reads/writes.
7646
7647 * linux-low.c (handle_tracepoints): New.
7648 (linux_wait_1): Call it.
7649 (linux_resume_one_lwp): Handle while-stepping.
7650 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
7651 (linux_target_ops): Install them.
7652 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
7653 New field.
7654 * linux-x86-low.c (x86_supports_tracepoints): New.
7655 (the_low_target). Install it.
7656
7657 * mem-break.h (delete_breakpoint): Declare.
7658 * mem-break.c (delete_breakpoint): Make external.
7659
7660 * target.h (struct target_ops): Add `supports_tracepoints',
7661 `read_pc', and `write_pc' fields.
7662 (target_supports_tracepoints): Define.
7663 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
7664 (phex_nz): New.
7665
7666 * regcache.h (struct regcache) <registers_owned>: New field.
7667 (init_register_cache, regcache_cpy): Declare.
7668 (regcache_read_pc, regcache_write_pc): Declare.
7669 (register_cache_size): Declare.
7670 (supply_regblock): Declare.
7671 * regcache.c (init_register_cache): New.
7672 (new_register_cache): Use it.
7673 (regcache_cpy): New.
7674 (register_cache_size): New.
7675 (supply_regblock): New.
7676 (regcache_read_pc, regcache_write_pc): New.
7677
7678 * tracepoint.c: New.
7679
7680 * Makefile.in (OBS): Add tracepoint.o.
7681 (tracepoint.o): New rule.
7682
76832010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7684
7685 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
7686 (i386-mmx.o): New.
7687 (i386-mmx.c): Likewise.
7688 (i386-mmx-linux.o): Likewise.
7689 (i386-mmx-linux.c): Likewise.
7690
7691 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
7692 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
7693 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
7694 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
7695
7696 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
7697 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
7698 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
7699
77002010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7701
7702 * Makefile.in (clean): Updated.
7703 (i386-avx.o): New.
7704 (i386-avx.c): Likewise.
7705 (i386-avx-linux.o): Likewise.
7706 (i386-avx-linux.c): Likewise.
7707 (amd64-avx.o): Likewise.
7708 (amd64-avx.c): Likewise.
7709 (amd64-avx-linux.o): Likewise.
7710 (amd64-avx-linux.c): Likewise.
7711
7712 * configure.srv (srv_i386_regobj): Add i386-avx.o.
7713 (srv_i386_linux_regobj): Add i386-avx-linux.o.
7714 (srv_amd64_regobj): Add amd64-avx.o.
7715 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
7716 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
7717 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
7718 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
7719 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
7720 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
7721 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
7722
7723 * i387-fp.c: Include "i386-xstate.h".
7724 (i387_xsave): New.
7725 (i387_cache_to_xsave): Likewise.
7726 (i387_xsave_to_cache): Likewise.
7727 (x86_xcr0): Likewise.
7728
7729 * i387-fp.h (i387_cache_to_xsave): Likewise.
7730 (i387_xsave_to_cache): Likewise.
7731 (x86_xcr0): Likewise.
7732
7733 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
7734 * linux-crisv32-low.c (target_regsets): Likewise.
7735 * linux-m68k-low.c (target_regsets): Likewise.
7736 * linux-mips-low.c (target_regsets): Likewise.
7737 * linux-ppc-low.c (target_regsets): Likewise.
7738 * linux-s390-low.c (target_regsets): Likewise.
7739 * linux-sh-low.c (target_regsets): Likewise.
7740 * linux-sparc-low.c (target_regsets): Likewise.
7741 * linux-xtensa-low.c (target_regsets): Likewise.
7742
7743 * linux-low.c: Include <sys/uio.h>.
7744 (regsets_fetch_inferior_registers): Support nt_type.
7745 (regsets_store_inferior_registers): Likewise.
7746 (linux_process_qsupported): New.
7747 (linux_target_ops): Add linux_process_qsupported.
7748
7749 * linux-low.h (regset_info): Add nt_type.
7750 (linux_target_ops): Add process_qsupported.
7751
7752 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
7753 and <sys/uio.h>.
7754 (init_registers_i386_avx_linux): New.
7755 (init_registers_amd64_avx_linux): Likewise.
7756 (xmltarget_i386_linux_no_xml): Likewise.
7757 (xmltarget_amd64_linux_no_xml): Likewise.
7758 (PTRACE_GETREGSET): Likewise.
7759 (PTRACE_SETREGSET): Likewise.
7760 (x86_fill_xstateregset): Likewise.
7761 (x86_store_xstateregset): Likewise.
7762 (use_xml): Likewise.
7763 (x86_linux_update_xmltarget): Likewise.
7764 (x86_linux_process_qsupported): Likewise.
7765 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
7766 (x86_arch_setup): Don't call init_registers_amd64_linux nor
7767 init_registers_i386_linux here. Call
7768 x86_linux_update_xmltarget.
7769 (the_low_target): Add x86_linux_process_qsupported.
7770
7771 * server.c (handle_query): Call target_process_qsupported.
7772
7773 * target.h (target_ops): Add process_qsupported.
7774 (target_process_qsupported): New.
7775
77762010-04-03 Pedro Alves <pedro@codesourcery.com>
7777
7778 * inferiors.c (add_thread): Set last_status kind to
7779 TARGET_WAITKIND_IGNORE.
7780 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
7781 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
7782 (linux_wait_1): Move `thread' local definition to block that uses
7783 it. Don't NULL initialize `event_child'.
7784 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
7785 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
7786 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
7787
77882010-04-01 Pedro Alves <pedro@codesourcery.com>
7789
7790 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
7791 an extended waitstatus, or by a watchpoint.
7792 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
7793 thread was stepping or has been stopped by a watchpoint.
7794
77952010-04-01 Pedro Alves <pedro@codesourcery.com>
7796
7797 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
7798 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
7799 of another, then delete the previous, and validate all
7800 breakpoints.
7801 (validate_inserted_breakpoint): New.
7802 (delete_disabled_breakpoints): New.
7803 (validate_breakpoints): New.
7804 (check_mem_read): Validate breakpoints before trusting their
7805 shadow. Delete disabled breakpoints.
7806 (check_mem_write): Validate breakpoints before trusting they
7807 should be inserted. Delete disabled breakpoints.
7808 * mem-break.h (validate_breakpoints):
7809 * server.c (handle_query): Validate breakpoints when we see a
7810 qSymbol query.
7811
78122010-04-01 Pedro Alves <pedro@codesourcery.com>
7813
7814 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7815 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7816 if we could tell there's a GDB breakpoint at stop_pc.
7817 (need_step_over_p): Don't do a step over if we find a GDB
7818 breakpoint at the resume PC.
7819
7820 * mem-break.c (struct raw_breakpoint): New.
7821 (enum bkpt_type): New type `gdb_breakpoint'.
7822 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7823 fields. New field `raw'.
7824 (find_raw_breakpoint_at): New.
7825 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7826 breakpoint instead.
7827 (set_breakpoint_at): Adjust.
7828 (delete_raw_breakpoint): New.
7829 (release_breakpoint): New.
7830 (delete_breakpoint): Rename to...
7831 (delete_breakpoint_1): ... this. Add proc parameter. Use
7832 release_breakpoint. Return ENOENT.
7833 (delete_breakpoint): Reimplement.
7834 (find_breakpoint_at): Delete.
7835 (find_gdb_breakpoint_at): New.
7836 (delete_breakpoint_at): Delete.
7837 (set_gdb_breakpoint_at): New.
7838 (delete_gdb_breakpoint_at): New.
7839 (gdb_breakpoint_here): New.
7840 (set_reinsert_breakpoint): Use release_breakpoint.
7841 (uninsert_breakpoint): Rename to ...
7842 (uninsert_raw_breakpoint): ... this.
7843 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7844 (reinsert_raw_breakpoint): Change parameter type to
7845 raw_breakpoint.
7846 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7847 instead.
7848 (check_breakpoints): Adjust. Use release_breakpoint.
7849 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7850 (breakpoint_inserted_here): Ditto.
7851 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7852 Don't trust the breakpoint's shadow if it is not inserted.
7853 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7854 (delete_all_breakpoints): Adjust.
7855 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7856 use delete_breakpoint_1.
7857
7858 * mem-break.h (breakpoints_supported): Delete declaration.
7859 (set_gdb_breakpoint_at): Declare.
7860 (gdb_breakpoint_here): Declare.
7861 (delete_breakpoint_at): Delete.
7862 (delete_gdb_breakpoint_at): Declare.
7863
7864 * server.h (struct raw_breakpoint): Forward declare.
7865 (struct process_info): New field `raw_breakpoints'.
7866
7867 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7868 breakpoints.
7869
78702010-03-24 Pedro Alves <pedro@codesourcery.com>
7871
7872 * linux-low.c (status_pending_p_callback): Fix comment.
7873 (linux_wait_for_event_1): Move most of the internal breakpoint
7874 handling from here...
7875 (linux_wait_1): ... to here.
7876 (count_events_callback): New.
7877 (select_singlestep_lwp_callback): New.
7878 (select_event_lwp_callback): New.
7879 (cancel_breakpoints_callback): New.
7880 (select_event_lwp): New.
7881 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7882 priority to all LWPs that have had events that should be reported
7883 to the client. Cancel breakpoints when about to reporting the
7884 event to the client, not while stopping lwps. No longer cancel
7885 finished single-steps here.
7886 (cancel_finished_single_step): Delete.
7887 (cancel_finished_single_steps): Delete.
7888
78892010-03-24 Pedro Alves <pedro@codesourcery.com>
7890
7891 * mem-break.c (enum bkpt_type): New.
7892 (struct breakpoint): New field `type'.
7893 (set_breakpoint_at): Change return type to struct breakpoint
7894 pointer. Set type to `other_breakpoint' by default.
7895 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7896 in the breakpoint list.
7897 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7898 (reinsert_breakpoint): Rename to ...
7899 (reinsert_raw_breakpoint): ... this.
7900 (reinsert_breakpoints_at): Adjust.
7901 * mem-break.h (struct breakpoint): Declare.
7902 (set_breakpoint_at): Change return type to struct breakpoint
7903 pointer.
7904
79052010-03-24 Pedro Alves <pedro@codesourcery.com>
7906
7907 * server.c (handle_query): Assign, not compare.
7908
79092010-03-24 Pedro Alves <pedro@codesourcery.com>
7910
7911 Teach linux gdbserver to step-over-breakpoints.
7912
7913 * linux-low.c (can_hardware_single_step): New.
7914 (supports_breakpoints): New.
7915 (handle_extended_wait): If stopping threads, read the stop pc of
7916 the new cloned LWP.
7917 (get_pc): New.
7918 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7919 low target doesn't support retrieving the PC.
7920 (add_lwp): Set last_resume_kind to resume_continue.
7921 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7922 (linux_attach): Don't clear stop_expected. Set the lwp's
7923 last_resume_kind to resume_stop.
7924 (linux_detach_one_lwp): Don't check for removed breakpoints.
7925 (check_removed_breakpoint): Delete.
7926 (status_pending_p): Rename to ...
7927 (status_pending_p_callback): ... this. Don't check for removed
7928 breakpoints. Don't consider threads that are stopped from GDB's
7929 perspective.
7930 (linux_wait_for_lwp): Always read the stop_pc here.
7931 (cancel_breakpoint): New.
7932 (step_over_bkpt): New global.
7933 (linux_wait_for_event_1): Implement stepping over breakpoints.
7934 (gdb_wants_lwp_stopped): New.
7935 (gdb_wants_all_stopped): New.
7936 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7937 single-step traps here. Store the thread's last reported target
7938 wait status.
7939 (send_sigstop): Don't clear stop_expected. Always set it,
7940 instead.
7941 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
7942 (cancel_finished_single_step): New.
7943 (cancel_finished_single_steps): New.
7944 (wait_for_sigstop): Don't cancel finished single-step traps here.
7945 (linux_resume_one_lwp): Don't check for removed breakpoints.
7946 Don't set `step' on non-hardware step archs.
7947 (linux_set_resume_request): Ignore resume_stop requests if already
7948 stopping or stopped. Set the lwp's last_resume_kind.
7949 (resume_status_pending_p): Don't check for removed breakpoints.
7950 (need_step_over_p): New.
7951 (start_step_over): New.
7952 (finish_step_over): New.
7953 (linux_resume_one_thread): Always queue a sigstop for resume_stop
7954 requests. Clear the thread's last reported target waitstatus.
7955 Don't use the `suspended' flag. Don't consider pending breakpoints.
7956 (linux_resume): Start a step-over if necessary.
7957 (proceed_one_lwp): New.
7958 (proceed_all_lwps): New.
7959 (unstop_all_lwps): New.
7960 * linux-low.h (struct lwp_info): Rewrite comment for the
7961 `suspended' flag. Add the `stop_pc' field. Delete the
7962 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
7963 Add `'last_resume_kind' and `need_step_over' fields.
7964 * inferiors.c (struct thread_info): Delete, moved elsewhere.
7965 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
7966 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
7967 (set_raw_breakpoint_at): New.
7968 (set_breakpoint_at): Rewrite to use it.
7969 (reinsert_breakpoint_handler): Delete.
7970 (set_reinsert_breakpoint): New.
7971 (reinsert_breakpoint_by_bp): Delete.
7972 (delete_reinsert_breakpoints): New.
7973 (uninsert_breakpoint): Rewrite.
7974 (uninsert_breakpoints_at): New.
7975 (reinsert_breakpoint): Rewrite.
7976 (reinsert_breakpoints_at): New.
7977 (check_breakpoints): Rewrite.
7978 (breakpoint_here): New.
7979 (breakpoint_inserted_here): New.
7980 (check_mem_read): Adjust.
7981 * mem-break.h (breakpoints_supported, breakpoint_here)
7982 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
7983 (reinsert_breakpoint_by_bp): Delete declaration.
7984 (delete_reinsert_breakpoints): Declare.
7985 (reinsert_breakpoint): Delete declaration.
7986 (reinsert_breakpoints_at): Declare.
7987 (uninsert_breakpoint): Delete declaration.
7988 (uninsert_breakpoints_at): Declare.
7989 (check_breakpoints): Adjust prototype.
7990 * server.h: Adjust include order.
7991 (struct thread_info): Declare here. Add a `last_status' field.
7992
79932010-03-23 Michael Snyder <msnyder@vmware.com>
7994
7995 * server.c (crc32): New function.
7996 (handle_query): Add handling for 'qCRC:' request.
7997
79982010-03-23 Pedro Alves <pedro@codesourcery.com>
7999
8000 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
8001 lwp had been stopped by a watchpoint.
8002
80032010-03-16 Pedro Alves <pedro@codesourcery.com>
8004
8005 * server.h (internal_error): Declare.
8006 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
8007 * utils.c (internal_error): New function.
8008
80092010-03-15 Andreas Schwab <schwab@redhat.com>
8010
8011 * configure.srv: Fix typo setting srv_regobj.
8012
80132010-03-15 Pedro Alves <pedro@codesourcery.com>
8014
8015 * linux-low.c (fetch_register): Avoid passing a non string literal
8016 format to `error'.
8017 (usr_store_inferior_registers): Ditto.
8018
80192010-03-14 Pedro Alves <pedro@codesourcery.com>
8020
8021 * linux-low.c (linux_write_memory): Bail out early if peeking
8022 memory failed.
8023
80242010-03-14 Pedro Alves <pedro@codesourcery.com>
8025
8026 * linux-low.h (struct lwp_info): New fields
8027 `stopped_by_watchpoint' and `stopped_data_address'.
8028 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
8029 here, and cache them in the lwp object.
8030 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
8031 directly.
8032 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
8033 field.
8034 (linux_stopped_by_watchpoint): Rewrite.
8035 (linux_stopped_data_address): Rewrite.
8036
80372010-03-06 Simo Melenius <simo.melenius@iki.fi>
8038
8039 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
8040 switching the current inferior, not before.
8041
80422010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8043
8044 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
8045 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
8046 i386-linux.c and amd64-linux.c.
8047 (reg-i386.o): Removed.
8048 (reg-i386.c): Likewise.
8049 (reg-i386-linux.o): Likewise.
8050 (reg-i386-linux.c): Likewise.
8051 (reg-x86-64.o): Likewise.
8052 (reg-x86-64.c): Likewise.
8053 (reg-x86-64-linux.o): Likewise.
8054 (reg-x86-64-linux.c): Likewise.
8055 (i386.o): New.
8056 (i386.c): Likewise.
8057 (i386-linux.o): Likewise.
8058 (i386-linux.c): Likewise.
8059 (amd64.o): Likewise.
8060 (amd64.c): Likewise.
8061 (amd64-linux.o): Likewise.
8062 (amd64-linux.c): Likewise.
8063
8064 * configure.srv (srv_i386_regobj): New.
8065 (srv_i386_linux_regobj): Likewise.
8066 (srv_amd64_regobj): Likewise.
8067 (srv_amd64_linux_regobj): Likewise.
8068 (srv_i386_32bit_xmlfiles): Likewise.
8069 (srv_i386_64bit_xmlfiles): Likewise.
8070 (srv_i386_xmlfiles): Likewise.
8071 (srv_amd64_xmlfiles): Likewise.
8072 (srv_i386_linux_xmlfiles): Likewise.
8073 (srv_amd64_linux_xmlfiles): Likewise.
8074 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
8075 srv_xmlfiles to $srv_i386_xmlfiles.
8076 (i[34567]86-*-mingw32ce*): Likewise.
8077 (i[34567]86-*-mingw*): Likewise.
8078 (i[34567]86-*-nto*): Likewise.
8079 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
8080 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
8081 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
8082 (x86_64-*-linux*): Likewise.
8083
8084 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
8085 (init_registers_amd64_linux): New.
8086 (x86_arch_setup): Replace init_registers_x86_64_linux with
8087 init_registers_amd64_linux.
8088
80892010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
8090
8091 * configure.ac: Check for libdl. If it is not available link against
8092 static libthread_db.
8093 * configure: Regenerate.
8094
80952010-02-22 Pedro Alves <pedro@codesourcery.com>
8096
8097 PR9605
8098
8099 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
8100 handing a read watchpoint.
8101 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
8102
81032010-02-12 Doug Evans <dje@google.com>
8104
8105 * linux-low.c (linux_supports_tracefork_flag): Document.
8106 (linux_look_up_symbols): Add comment.
8107
81082010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8109
8110 * regcache.c (supply_register): Clear regcache if buf is NULL.
8111
81122010-02-02 Nicolas Roche <roche@sourceware.org>
8113 Joel Brobecker <brobecker@adacore.com>
8114
8115 * inferiors.c (find_inferior): Add function documentation.
8116 (unloaded_dll): Handle the case where the unloaded dll has not
8117 been previously registered in the dll list.
8118
81192010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8120
8121 * linux-arm-low.c (thumb_breakpoint_len): Delete.
8122 (thumb2_breakpoint): New.
8123 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
8124
81252010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8126
8127 * linux-low.c (get_stop_pc): Check for SIGTRAP.
8128 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
8129 breakpoints.
8130
81312010-01-21 Pedro Alves <pedro@codesourcery.com>
8132
8133 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
8134
81352010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8136
8137 * linux-s390-low.c (s390_collect_ptrace_register)
8138 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
8139
81402010-01-21 Doug Evans <dje@google.com>
8141
8142 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
8143 (PTRACE_ARG4_TYPE): New macro.
8144 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
8145 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
8146 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
8147 (usr_store_inferior_registers): Ditto.
8148 (linux_read_memory, linux_write_memory): Ditto.
8149 (linux_test_for_tracefork): Ditto.
8150
8151 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
8152 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
8153
81542010-01-21 Pedro Alves <pedro@codesourcery.com>
8155
8156 * proc-service.c (ps_lgetregs): Don't refetch registers from the
8157 target.
8158
81592010-01-21 Pedro Alves <pedro@codesourcery.com>
8160
8161 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
8162 prototype to take a regcache. Adjust.
8163
81642010-01-20 Pedro Alves <pedro@codesourcery.com>
8165
8166 * regcache.h (struct thread_info): Forward declare.
8167 (struct regcache): New.
8168 (new_register_cache): Adjust prototype.
8169 (get_thread_regcache): Declare.
8170 (free_register_cache): Adjust prototype.
8171 (registers_to_string, registers_from_string): Ditto.
8172 (supply_register, supply_register_by_name, collect_register)
8173 (collect_register_as_string, collect_register_by_name): Ditto.
8174 * regcache.c (struct inferior_regcache_data): Delete.
8175 (get_regcache): Rename to ...
8176 (get_thread_regcache): ... this. Adjust. Switch inferior before
8177 fetching registers.
8178 (regcache_invalidate_one): Adjust.
8179 (regcache_invalidate): Fix prototype.
8180 (new_register_cache): Return the new register cache.
8181 (free_register_cache): Change prototype.
8182 (realloc_register_cache): Adjust.
8183 (registers_to_string): Change prototype to take a regcache. Adjust.
8184 (registers_from_string): Ditto.
8185 (register_data): Ditto.
8186 (supply_register): Ditto.
8187 (supply_register_by_name): Ditto.
8188 (collect_register): Ditto.
8189 (collect_register_as_string): Ditto.
8190 (collect_register_by_name): Ditto.
8191 * server.c (process_serial_event): Adjust.
8192 * linux-low.h (regset_fill_func, regset_store_func): Change
8193 prototype.
8194 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
8195 Change prototype.
8196 * linux-low.c (get_stop_pc): Adjust.
8197 (check_removed_breakpoint): Adjust.
8198 (linux_wait_for_event): Adjust.
8199 (linux_resume_one_lwp): Adjust.
8200 (fetch_register): Add regcache parameter. Adjust.
8201 (usr_store_inferior_registers): Ditto.
8202 (regsets_fetch_inferior_registers): Ditto.
8203 (regsets_store_inferior_registers): Ditto.
8204 (linux_fetch_registers, linux_store_registers): Ditto.
8205 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
8206 regcache. Adjust.
8207 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
8208 Ditto.
8209 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
8210 prototype to take a regcache.
8211 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
8212 * remote-utils.c (convert_ascii_to_int, outreg)
8213 (prepare_resume_reply): Change prototype to take a regcache.
8214 Adjust.
8215 * target.h (struct target_ops) <fetch_registers, store_registers>:
8216 Change prototype to take a regcache.
8217 (fetch_inferior_registers, store_inferior_registers): Change
8218 prototype to take a regcache. Adjust.
8219 * proc-service.c (ps_lgetregs): Adjust.
8220 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
8221 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
8222 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
8223 take a regcache. Adjust.
8224 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
8225 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
8226 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
8227 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
8228 * linux-cris-low.c (cris_get_pc, cris_set_pc)
8229 (cris_cannot_fetch_register):
8230 (cris_breakpoint_at): Change prototype to take a regcache.
8231 Adjust.
8232 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
8233 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
8234 to take a regcache. Adjust.
8235 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
8236 Adjust.
8237 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
8238 take a regcache. Adjust.
8239 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
8240 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
8241 (m68k_set_pc): Change prototype to take a regcache. Adjust.
8242 * linux-mips-low.c (mips_get_pc):
8243 (mips_set_pc): Change prototype to take a regcache. Adjust.
8244 (mips_reinsert_addr): Adjust.
8245 (mips_collect_register): Change prototype to take a regcache.
8246 Adjust.
8247 (mips_supply_register):
8248 (mips_collect_register_32bit, mips_supply_register_32bit)
8249 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
8250 (mips_store_fpregset): Ditto.
8251 * linux-ppc-low.c (ppc_supply_ptrace_register)
8252 (ppc_supply_ptrace_register): Ditto.
8253 (parse_spufs_run): Adjust.
8254 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
8255 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
8256 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
8257 take a regcache. Adjust.
8258 * linux-s390-low.c (s390_collect_ptrace_register)
8259 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
8260 (s390_set_pc): Change prototype to take a regcache. Adjust.
8261 (s390_arch_setup): Adjust.
8262 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
8263 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
8264 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
8265 (sparc_fill_gregset, sparc_store_gregset_from_stack)
8266 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
8267 regcache. Adjust.
8268 (sparc_breakpoint_at): Adjust.
8269 * linux-xtensa-low.c (xtensa_fill_gregset):
8270 (xtensa_store_gregset):
8271 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
8272 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
8273 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
8274 prototype to take a regcache. Adjust.
8275 * win32-arm-low.c (arm_fetch_inferior_register)
8276 (arm_store_inferior_register): Change prototype to take a
8277 regcache. Adjust.
8278 * win32-i386-low.c (i386_fetch_inferior_register)
8279 (i386_store_inferior_register): Change prototype to take a
8280 regcache. Adjust.
8281 * win32-low.c (child_fetch_inferior_registers)
8282 (child_store_inferior_registers): Change prototype to take a
8283 regcache. Adjust.
8284 (win32_wait): Adjust.
8285 (win32_fetch_inferior_registers): Change prototype to take a
8286 regcache. Adjust.
8287 (win32_store_inferior_registers): Adjust.
8288 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
8289 store_inferior_register>: Change prototype to take a regcache.
8290
82912010-01-20 Doug Evans <dje@google.com>
8292
8293 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
8294 #ifdef.
8295 (linux_wait_for_event1, linux_init_signals): Ditto.
8296 (W_STOPCODE): Provide definition if missing.
8297
82982010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8299
8300 * linux-low.c (linux_core_of_thread): New.
8301 (compare_ints, show_process, list_threads): New.
8302 (linux_qxfer_osdata): Report threads and cores.
8303 (linux_target_op): Register linux_core_of_thread.
8304 * remote-utils.c (prepare_resume_reply): Report the core.
8305 (buffer_xml_printf): Support %d specifier.
8306 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
8307 New.
8308 (handle_query): Handle qXfer:threads. Announce availability
8309 thereof.
8310 * target.h (struct target_ops): New field core_of_thread.
8311
83122010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8313
8314 * Makefile.in (clean): Remove new generated files.
8315 (reg-s390.o, reg-s390.c): Remove rules.
8316 (reg-s390x.o, reg-s390x.c): Likewise.
8317 (s390-linux32.o, s390-linux32.c): Add rules.
8318 (s390-linux64.o, s390-linux64.c): Likewise.
8319 (s390x-linux64.o, s390x-linux64.c): Likewise.
8320 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
8321 * linux-s390-low.c: Include <elf.h>.
8322 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8323 (init_registers_s390): Remove prototype.
8324 (init_registers_s390x): Likewise.
8325 (init_registers_s390_linux32): Add prototype.
8326 (init_registers_s390_linux64): Likewise.
8327 (init_registers_s390x_linux64): Likewise.
8328 (s390_num_regs_3264): New define.
8329 (s390_regmap_3264): New global variable.
8330 (s390_cannot_fetch_register): Remove obsolete check.
8331 (s390_cannot_store_register): Likewise.
8332 (s390_collect_ptrace_register): Handle upper/lower register halves.
8333 (s390_supply_ptrace_register): Likewise.
8334 (s390_fill_gregset): Update to register number changes.
8335 (s390_get_hwcap): New routine.
8336 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
8337 Install appropriate regmap and register set.
8338
83392010-01-01 Joel Brobecker <brobecker@adacore.com>
8340
8341 * server.c (gdbserver_version): Update copyright year to 2010.
8342 * gdbreplay.c (gdbreplay_version): Likewise.
8343
83442009-12-28 Doug Evans <dje@google.com>
8345
8346 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
8347 elf/external.h. Include <elf.h> instead but only if necessary.
8348
83492009-12-28 Pedro Alves <pedro@codesourcery.com>
8350
8351 * linux-low.c (linux_remove_process): Remove `detaching'
8352 parameter. Don't release/detach from thread_db here.
8353 (linux_kill): Release/detach from thread_db here, ...
8354 (linux_detach): ... and here, before actually detaching.
8355 (linux_wait_1): ... and here, when a process exits.
8356 * thread-db.c (any_thread_of): New.
8357 (thread_db_free): Switch the current inferior to a thread of the
8358 passed in process.
8359
83602009-12-21 Doug Evans <dje@google.com>
8361
8362 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
8363
8364 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
8365 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
8366 warning ifndef __NR_tkill. Move setting of errno there too.
8367 Delete unnecessary resetting of errno after syscall.
8368 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
8369
8370 * configure.ac: Check for dladdr.
8371 * config.in: Regenerate.
8372 * configure: Regenerate.
8373 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
8374 (try_thread_db_load): Update.
8375
8376 * linux-low.c (my_waitpid): Delete unnecessary prototype.
8377
83782009-12-18 Doug Evans <dje@google.com>
8379
8380 * event-loop.c: Include unistd.h if it exists.
8381
8382 * linux-low.c (my_waitpid): Move definition away from being in
8383 between linux_tracefork_child/linux_test_for_tracefork.
8384
8385 * gdb_proc_service.h (psaddr_t): Fix type.
8386 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
8387 signature to match glibc.
8388
83892009-12-16 Doug Evans <dje@google.com>
8390
8391 * linux-low.c (linux_read_memory): Fix argument to read.
8392
83932009-11-26 Pedro Alves <pedro@codesourcery.com>
8394
8395 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
8396 events, don't leave current_inferior pointing at null.
8397
83982009-11-26 Pedro Alves <pedro@codesourcery.com>
8399
8400 * win32-low.c (LOG): Delete.
8401 (OUTMSG): Output to stderr.
8402 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
8403 on compile time LOG macro.
8404 (win32_wait): Fix debug output.
8405
84062009-11-26 Pedro Alves <pedro@codesourcery.com>
8407
8408 * win32-low.c (win32_add_one_solib): If the dll name is
8409 "ntdll.dll", prepend the system directory to the dll path.
8410
84112009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
8412
8413 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
8414
84152009-11-17 Nathan Sidwell <nathan@codesourcery.com>
8416 Vladimir Prus <vladimir@codesourcery.com>
8417
8418 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
8419 * configure.ac: Check for __mcoldfire__ and set
8420 gdb_cv_m68k_is_coldfire.
8421 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
8422 reg-cf.o and reg-m68k.o.
8423 * configure: Regenerated.
8424
84252009-11-16 Pedro Alves <pedro@codesourcery.com>
8426
8427 * linux-low.c (linux_remove_process): Add `detaching' parameter.
8428 Pass it to thread_db_free.
8429 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
8430 proper `detaching' argument to linux_remove_process.
8431 * linux-low.h (thread_db_free): Add `detaching' parameter.
8432 * thread-db.c (thread_db_init): Pass false as `detaching' argument
8433 to thread_db_free.
8434 (thread_db_free): Add `detaching' parameter. Only
8435 call td_ta_clear_event if detaching from process.
8436
84372009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
8438
8439 * thread-db.c (thread_db_free): Fix typo.
8440
84412009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8442
8443 PR gdb/10838
8444 * thread-db.c (thread_db_free): Call td_ta_clear_event.
8445
84462009-11-03 Nathan Sidwell <nathan@codesourcery.com>
8447
8448 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
8449 with an i686 compiler.
8450 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
8451 needed.
8452 * configure: Rebuilt.
8453
84542009-10-29 Sandra Loosemore <sandra@codesourcery.com>
8455
8456 PR gdb/10783
8457
8458 * server.c (handle_search_memory_1): Correct read_addr initialization
8459 in loop for searching subsequent chunks.
8460
84612009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
8462
8463 * configure.ac: New --with-libthread-db option.
8464 * thread-db.c: Allow direct dependence on libthread_db.
8465 (thread_db_free): Adjust.
8466 * config.in: Regenerate.
8467 * configure: Likewise.
8468
84692009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
8470
8471 PR gdb/10757
8472 * thread-db.c (attach_thread): New function.
8473 (maybe_attach_thread): Return success/failure.
8474 (find_new_threads_callback): Adjust.
8475 (thread_db_find_new_threads): Loop until no new threads.
8476
84772009-10-13 Pedro Alves <pedro@codesourcery.com>
8478
8479 * proc-service.c (ps_lgetregs): Formatting.
8480
84812009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8482
8483 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
8484 * configure.ac: Adjust.
8485 * linux-low.h (struct process_info_private): Move members to struct
8486 thread_db.
8487 (thread_db_free, thread_db_handle_monitor_command): New prototype.
8488 * linux-low.c (linux_remove_process): Adjust.
8489 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
8490 * server.c (handle_query): Move code ...
8491 (handle_monitor_command): ... here. New function.
8492 * target.h (struct target_ops): New member.
8493 * thread-db.c (struct thread_db): New.
8494 (libthread_db_search_path): New variable.
8495 (thread_db_create_event, thread_db_enable_reporting)
8496 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
8497 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
8498 (try_thread_db_load_1, dladdr_to_soname): New functions.
8499 (try_thread_db_load, thread_db_load_search): New functions.
8500 (thread_db_init): Search for libthread_db.
8501 (thread_db_free): New function.
8502 (thread_db_handle_monitor_command): Likewise.
8503 * config.in: Regenerate.
8504 * configure: Regenerate.
8505
85062009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
8507
8508 * spu-low.c (spu_kill): Wait for inferior to terminate.
8509 Call clear_inferiors.
8510 (spu_detach): Call clear_inferiors.
8511
85122009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8513
8514 * aclocal.m4: Regenerate.
8515 * config.in: Likewise.
8516 * configure: Likewise.
8517
85182009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8519
8520 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
8521 (parse_spufs_run): New function.
8522 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
8523 (ppc_breakpoint_at): Handle SPU breakpoints.
8524
85252009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8526
8527 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
8528 (SPUFS_MAGIC): Define.
8529 (spu_enumerate_spu_ids): New function.
8530 (linux_qxfer_spu): New function.
8531 (linux_target_ops): Install linux_qxfer_spu.
8532
85332009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8534
8535 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
8536 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
8537 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
8538 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
8539 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
8540 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
8541 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
8542 (init_registers_powerpc_cell32l): Add prototype.
8543 (init_registers_powerpc_cell64l): Likewise.
8544 (ppc_arch_setup): Detect Cell/B.E. architecture.
8545
85462009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8547
8548 * Makefile.in (datarootdir): New variable.
8549
85502009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8551
8552 * linux-low.c (linux_write_memory): Update debugging output.
8553 * Makefile.in (clean): Add new descriptions.
8554 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
8555 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
8556 * configure.srv: Add new files for arm*-*-linux*.
8557 * linux-arm-low.c: Add new declarations.
8558 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
8559 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
8560 (HWCAP_VFPv3D16): New.
8561 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
8562 instead of __IWMMXT__.
8563 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
8564 (arm_arch_setup): New.
8565 (target_regsets): Remove #ifdef. Add VFP regset.
8566 (the_low_target): Use arm_arch_setup.
8567
85682009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8569
8570 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
8571 the main thread again.
8572
85732009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
8574
8575 Adding Neutrino gdbserver.
8576 * configure: Regenerated.
8577 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
8578 * configure.srv (i[34567]86-*-nto*): New target.
8579 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
8580 * remote-utils.c [__QNX__]: Include sys/iomgr.h
8581 (nto_comctrl) [__QNX__]: New function.
8582 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
8583
85842009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
8585
8586 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
8587 srv_tgtobj.
8588
85892009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
8590 Pedro Alves <pedro@codesourcery.com>
8591
8592 * win32-i386-low.c (i386_get_thread_context): Handle systems that
8593 don't support CONTEXT_EXTENDED_REGISTERS.
8594 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
8595 (the_low_target): Install them.
8596 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
8597 failing with ERROR_PIPE_NOT_CONNECTED.
8598
85992009-06-30 Doug Evans <dje@google.com>
8600 Pierre Muller <muller@ics.u-strasbg.fr>
8601
8602 Add h/w watchpoint support to x86-linux, win32-i386.
8603 * Makefile.in (SFILES): Add i386-low.c
8604 (i386_low_h): Define.
8605 (i386-low.o): Add dependencies.
8606 (linux-x86-low.o): Add i386-low.h dependency.
8607 (win32-i386-low.o): Ditto.
8608 * i386-low.c: New file.
8609 * i386-low.h: New file.
8610 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
8611 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
8612 * linux-low.c (linux_add_process): Initialize arch_private.
8613 (linux_remove_process): Free arch_private.
8614 (add_lwp): Initialize arch_private.
8615 (delete_lwp): Free arch_private.
8616 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
8617 provided.
8618 * linux-low.h (process_info_private): New member arch_private.
8619 (lwp_info): New member arch_private.
8620 (linux_target_ops): New members new_process, new_thread,
8621 prepare_to_resume.
8622 (ptid_of): New macro.
8623 * linux-x86-low.c: Include stddef.h, i386-low.h.
8624 (arch_process_info): New struct.
8625 (arch_lwp_info): New struct.
8626 (x86_linux_dr_get, x86_linux_dr_set): New functions.
8627 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8628 (i386_dr_low_get_status): New function.
8629 (x86_insert_point, x86_remove_point): New functions.
8630 (x86_stopped_by_watchpoint): New function.
8631 (x86_stopped_data_address): New function.
8632 (x86_linux_new_process, x86_linux_new_thread): New functions.
8633 (x86_linux_prepare_to_resume): New function.
8634 (the_low_target): Add entries for insert_point, remove_point,
8635 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
8636 prepare_to_resume.
8637 * server.c (debug_hw_points): New global.
8638 (monitor_show_help): Document set debug-hw-points.
8639 (handle_query): Process "set debug-hw-points".
8640 * server.h (debug_hw_points): Declare.
8641 (paddress): Declare.
8642 * utils.c (NUMCELLS, CELLSIZE): New macros.
8643 (get_sell, xsnprintf, paddress): New functions.
8644 * win32-arm-low.c (the_low_target): Add entries for insert_point,
8645 remove_point, stopped_by_watchpoint, stopped_data_address.
8646 * win32-i386-low.c: Include i386-low.h.
8647 (debug_reg_state): Replaces dr.
8648 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8649 (i386_dr_low_get_status): New function.
8650 (i386_insert_point, i386_remove_point): New functions.
8651 (i386_stopped_by_watchpoint): New function.
8652 (i386_stopped_data_address): New function.
8653 (i386_initial_stuff): Update.
8654 (get_thread_context,set_thread_context,i386_thread_added): Update.
8655 (the_low_target): Add entries for insert_point,
8656 remove_point, stopped_by_watchpoint, stopped_data_address.
8657 * win32-low.c (win32_insert_watchpoint): New function.
8658 (win32_remove_watchpoint): New function.
8659 (win32_stopped_by_watchpoint): New function.
8660 (win32_stopped_data_address): New function.
8661 (win32_target_ops): Add entries for insert_watchpoint,
8662 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
8663 * win32-low.h (win32_target_ops): New members insert_point,
8664 remove_point, stopped_by_watchpoint, stopped_data_address.
8665
86662009-06-25 Pedro Alves <pedro@codesourcery.com>
8667
8668 * server.c (process_serial_event): Re-return unsupported, not
8669 error, if the type isn't recognized. Re-allow supporting only
8670 insert or remove packets. Also call require_running for
8671 breakpoints. Add missing break statement to default case. Tidy.
8672 * target.h (struct target_ops): Rename insert_watchpoint to
8673 insert_point, and remove_watchpoint to remove_point.
8674
8675 * linux-low.h (struct linux_target_ops): Likewise.
8676 * linux-low.c (linux_insert_watchpoint): Rename to ...
8677 (linux_insert_point): ... this. Adjust.
8678 (linux_remove_watchpoint): Rename to ...
8679 (linux_remove_point): ... this. Adjust.
8680 (linux_target_ops): Adjust.
8681 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
8682 (cris_insert_point): ... this.
8683 (cris_remove_watchpoint): Rename to ...
8684 (cris_remove_point): ... this.
8685 (the_low_target): Adjust.
8686
86872009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
8688
8689 * server.c (handle_v_kill): Pass signal_pid to
8690 kill_inferior if multi_process is zero.
8691
86922009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
8693
8694 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
8695 * target.h (target_ops): Comment for *_watchpoint to make it clear
8696 the functions can get types '0' and '1'.
8697
86982009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
8699
8700 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
8701 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
8702 * regcache.c (get_regcache): Likewise.
8703 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
8704 * win32-low.c (child_fetch_inferior_registers): Remove check for
8705 regno 0.
8706
87072009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
8708 Pedro Alves <pedro@codesourcery.com>
8709
8710 * target.h (struct target_ops) <supports_multi_process>: New
8711 callback.
8712 (target_supports_multi_process): New.
8713 * server.c (handle_query): Even if GDB reports support, only
8714 enable multi-process if the target also supports it. Report
8715 multi-process support only if the target backend supports it.
8716 * linux-low.c (linux_supports_multi_process): New function.
8717 (linux_target_ops): Install it as target_supports_multi_process
8718 callback.
8719
87202009-05-24 Doug Evans <dje@google.com>
8721
8722 Global renaming of find_thread_pid to find_thread_ptid.
8723 * server.h (find_thread_ptid): Renamed from find_thread_pid.
8724 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
8725 All callers updated.
8726
8727 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
8728 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
8729 directly.
8730
8731 * linux-low.c (get_stop_pc): Print pc if debug_threads.
8732 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
8733 (linux_resume_one_lwp): Ditto.
8734
87352009-05-23 Doug Evans <dje@google.com>
8736
8737 * linux-low.c (linux_resume_one_lwp): Change type of first arg
8738 from struct inferior_list_entry * to struct lwp_info *.
8739 All callers updated.
8740
87412009-05-13 Doug Evans <dje@google.com>
8742
8743 * linux-x86-low.c: Don't include assert.h.
8744 (x86_siginfo_fixup): Use fatal, not assert.
8745 (x86_arch_setup): Fix comment.
8746
87472009-05-12 Doug Evans <dje@google.com>
8748
8749 Biarch support for i386/amd64 gdbserver.
8750 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
8751 Add linux-x86-low.c.
8752 (linux-i386-low.o, linux-x86-64-low.o): Delete.
8753 (linux-x86-low.o): Add.
8754 * linux-x86-64-low.c: Delete.
8755 * linux-i386-low.c: Delete.
8756 * linux-x86-low.c: New file.
8757 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
8758 linux-x86-low.o.
8759 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
8760 linux-x86-low.o.
8761 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
8762 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
8763 (linux_child_pid_to_exec_file): New function.
8764 (elf_64_header_p, elf_64_file_p): New functions.
8765 (siginfo_fixup): New function.
8766 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
8767 give target a chance to convert layout.
8768 * linux-low.h (linux_target_ops): New member siginfo_fixup.
8769 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
8770
87712009-05-07 Doug Evans <dje@google.com>
8772
8773 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
8774 (regsets_store_inferior_registers): Ditto.
8775
87762009-05-06 Pedro Alves <pedro@codesourcery.com>
8777
8778 PR server/10048
8779
8780 * linux-low.c (must_set_ptrace_flags): Delete.
8781 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
8782 of the global.
8783 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
8784 `lwp->must_set_ptrace_flags' instead.
8785 (linux_wait_for_event_1): Set ptrace options here.
8786 (linux_wait_1): ... not here.
8787
87882009-04-30 Doug Evans <dje@google.com>
8789
8790 * inferiors.c (started_inferior_callback): New function.
8791 (attached_inferior_callback): New function.
8792 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
8793 * server.c (print_started_pid, print_attached_pid): New functions.
8794 (detach_or_kill_for_exit): New function.
8795 (main): Call it instead of for_each_inferior (kill_inferior_callback).
8796 * server.h (have_started_inferiors_p): Declare.
8797 (have_attached_inferiors_p): Declare.
8798
8799 * inferiors.c (remove_process): Fix memory leak, free process.
8800 * linux-low.c (linux_remove_process): New function.
8801 (linux_kill): Call it instead of remove_process.
8802 (linux_detach, linux_wait_1): Ditto.
8803
88042009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
8805
8806 * configure.srv: Add x86 Windows CE target.
8807
88082009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8809
8810 * inferiors.c (get_thread_process): Make global.
8811 * server.h (get_thread_process): Add prototype.
8812 * thread-db.c (find_one_thread): Use get_thread_process
8813 instead of current_process.
8814 (thread_db_get_tls_address): Do not crash if called when
8815 thread layer is not yet initialized.
8816
88172009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8818
8819 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8820 * spu-low.c (current_tid): Rename to ...
8821 (current_ptid): ... this.
8822 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8823 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8824 ptid_get_lwp (current_ptid) instead of current_tid.
8825 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8826 instead of current_tid. Use find_process_pid to verify pid
8827 argument is valid. Pass proper argument to remove_process.
8828 (spu_thread_alive): Compare current_ptid instead of current_tid.
8829 (spu_resume): Likewise.
8830
88312009-04-02 Pedro Alves <pedro@codesourcery.com>
8832
8833 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8834 variable.
8835
88362009-04-01 Pedro Alves <pedro@codesourcery.com>
8837
8838 Implement the multiprocess extensions, and add linux multiprocess
8839 support.
8840
8841 * server.h (ULONGEST): Declare.
8842 (struct ptid, ptid_t): New.
8843 (minus_one_ptid, null_ptid): Declare.
8844 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8845 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8846 (struct inferior_list_entry): Change `id' type from unsigned from
8847 to ptid_t.
8848 (struct sym_cache, struct breakpoint, struct
8849 process_info_private): Forward declare.
8850 (struct process_info): Declare.
8851 (current_process): Declare.
8852 (all_processes): Declare.
8853 (initialize_inferiors): Declare.
8854 (add_thread): Adjust to use ptid_t.
8855 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8856 (add_process, remove_process, find_thread_pid): Declare.
8857 (find_inferior_id): Adjust to use ptid_t.
8858 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8859 (multi_process): Declare.
8860 (push_event): Adjust to use ptid_t.
8861 (read_ptid, write_ptid): Declare.
8862 (prepare_resume_reply): Adjust to use ptid_t.
8863 (clear_symbol_cache): Declare.
8864 * inferiors.c (all_processes): New.
8865 (null_ptid, minus_one_ptid): New.
8866 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8867 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8868 (add_thread): Change unsigned long to ptid. Remove gdb_id
8869 parameter. Adjust.
8870 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8871 (gdb_id_to_thread): Rename to ...
8872 (find_thread_pid): ... this. Change unsigned long to ptid.
8873 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8874 (loaded_dll, pull_pid_from_list): Adjust.
8875 (add_process, remove_process, find_process_pid)
8876 (get_thread_process, current_process, initialize_inferiors): New.
8877 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8878 (struct target_waitstatus) <related_pid>: Ditto.
8879 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8880 return type to int.
8881 (struct target_ops) <join>: Add `pid' argument.
8882 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8883 (struct target_ops) <wait>: Add `ptid' field. Change return type
8884 to ptid.
8885 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8886 (mywait): Add `ptid' argument. Change return type to ptid_t.
8887 (target_pid_to_str): Declare.
8888 * target.c (set_desired_inferior): Adjust to use ptids.
8889 (mywait): Add new `ptid' argument. Adjust.
8890 (target_pid_to_str): New.
8891 * mem-break.h (free_all_breakpoints): Declare.
8892 * mem-break.c (breakpoints): Delelete.
8893 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8894 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8895 to use per-process breakpoint list.
8896 (free_all_breakpoints): New.
8897 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8898 (symbol_cache, all_symbols_looked_up): Delete.
8899 (hexchars): New.
8900 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8901 read_ptid): New.
8902 (prepare_resume_reply): Change ptid argument's type from unsigned
8903 long to ptid_t. Adjust. Implement W;process and X;process.
8904 (free_sym_cache, clear_symbol_cache): New.
8905 (look_up_one_symbol): Adjust to per-process symbol cache. *
8906 * server.c (cont_thread, general_thread, step_thread): Change type
8907 to ptid_t.
8908 (attached): Delete.
8909 (multi_process): New.
8910 (last_ptid): Change type to ptid_t.
8911 (struct vstop_notif) <ptid>: Change type to ptid_t.
8912 (queue_stop_reply, push_event): Change `ptid' argument's type to
8913 ptid_t.
8914 (discard_queued_stop_replies): Add `pid' argument.
8915 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8916 changes. Don't reference the `attached' global.
8917 (attach_inferior): Adjust to mywait interface changes.
8918 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8919 features. Handle and report "multiprocess+". Handle
8920 "qAttached:PID".
8921 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8922 changes.
8923 (handle_v_kill): New.
8924 (handle_v_stopped): Adjust to use target_pid_to_str.
8925 (handle_v_requests): Allow multiple attaches and runs when
8926 multiprocess extensions are in effect. Handle "vKill".
8927 (myresume): Adjust to use ptids.
8928 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8929 (handle_status): Adjust to discard_queued_stop_replies interface
8930 change.
8931 (first_thread_of, kill_inferior_callback)
8932 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8933 (main): Call initialize_inferiors. Adjust to use ptids, killing
8934 and detaching from all inferiors. Handle multiprocess packet
8935 variants.
8936 * linux-low.h: Include gdb_proc_service.h.
8937 (struct process_info_private): New.
8938 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
8939 <lwpid_of>: Use ptid_get_lwp.
8940 (get_lwp_thread): Adjust.
8941 (struct lwp_info): Add `dead' member.
8942 (find_lwp_pid): Declare.
8943 * linux-low.c (thread_db_active): Delete.
8944 (new_inferior): Adjust comment.
8945 (inferior_pid): Delete.
8946 (linux_add_process): New.
8947 (handle_extended_wait): Adjust.
8948 (add_lwp): Change unsigned long to ptid.
8949 (linux_create_inferior): Add process to processes table. Adjust
8950 to use ptids. Don't set new_inferior here.
8951 (linux_attach_lwp): Rename to ...
8952 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
8953 it. Adjust to use ptids.
8954 (linux_attach_lwp): New.
8955 (linux_attach): Add process to processes table. Don't set
8956 new_inferior here.
8957 (struct counter): New.
8958 (second_thread_of_pid_p, last_thread_of_process_p): New.
8959 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
8960 multiple processes.
8961 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
8962 processes. Remove process from process table.
8963 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
8964 to multiple processes.
8965 (any_thread_of): New.
8966 (linux_detach): Add `pid' argument, and handle it. Remove process
8967 from processes table.
8968 (linux_join): Add `pid' argument. Handle it.
8969 (linux_thread_alive): Change unsighed long argument to ptid_t.
8970 Consider dead lwps as not being alive.
8971 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
8972 threads we're not interested in.
8973 (same_lwp, find_lwp_pid): New.
8974 (linux_wait_for_lwp): Change `pid' argument's type from int to
8975 ptid_t. Adjust.
8976 (linux_wait_for_event): Rename to ...
8977 (linux_wait_for_event_1): ... this. Change `pid' argument's type
8978 from int to ptid_t. Adjust.
8979 (linux_wait_for_event): New.
8980 (linux_wait_1): Add `ptid' argument. Change return type to
8981 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
8982 that exit from the process table.
8983 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
8984 Adjust.
8985 (mark_lwp_dead): New.
8986 (wait_for_sigstop): Adjust to use ptids. If a process exits while
8987 stopping all threads, mark its main lwp as dead.
8988 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
8989 ptids.
8990 (fetch_register, usr_store_inferior_registers)
8991 (regsets_fetch_inferior_registers)
8992 (regsets_store_inferior_registers, linux_read_memory)
8993 (linux_write_memory): Inline `inferior_pid'.
8994 (linux_look_up_symbols): Adjust to use per-process
8995 `thread_db_active'.
8996 (linux_request_interrupt): Adjust to use ptids.
8997 (linux_read_auxv): Inline `inferior_pid'.
8998 (initialize_low): Don't reference thread_db_active.
8999 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
9000 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
9001 (ps_getpid): Return the pid of the current inferior.
9002 * thread-db.c (proc_handle, thread_agent): Delete.
9003 (thread_db_create_event, thread_db_enable_reporting): Adjust to
9004 per-process data.
9005 (find_one_thread): Change argument type to ptid_t. Adjust to
9006 per-process data.
9007 (maybe_attach_thread): Adjust to per-process data and ptids.
9008 (thread_db_find_new_threads): Ditto.
9009 (thread_db_init): Ditto.
9010 * spu-low.c (spu_create_inferior, spu_attach): Add process to
9011 processes table. Adjust to use ptids.
9012 (spu_kill, spu_detach): Adjust interface. Remove process from
9013 processes table.
9014 (spu_join, spu_thread_alive): Adjust interface.
9015 (spu_wait): Adjust interface. Remove process from processes
9016 table. Adjust to use ptids.
9017 * win32-low.c (current_inferior_tid): Delete.
9018 (current_inferior_ptid): New.
9019 (debug_event_ptid): New.
9020 (thread_rec): Take a ptid. Adjust.
9021 (child_add_thread): Add `pid' argument. Adjust to use ptids.
9022 (child_delete_thread): Ditto.
9023 (do_initial_child_stuff): Add `attached' argument. Add process to
9024 processes table.
9025 (child_fetch_inferior_registers, child_store_inferior_registers):
9026 Adjust.
9027 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
9028 (win32_attach): Pass 1 to do_initial_child_stuff.
9029 (win32_kill): Adjust interface. Remove process from processes
9030 table.
9031 (win32_detach): Ditto.
9032 (win32_join): Adjust interface.
9033 (win32_thread_alive): Take a ptid.
9034 (win32_resume): Adjust to use ptids.
9035 (get_child_debug_event): Ditto.
9036 (win32_wait): Adjust interface. Remove exiting process from
9037 processes table.
9038
90392009-04-01 Pedro Alves <pedro@codesourcery.com>
9040
9041 Non-stop mode support.
9042
9043 * server.h (non_stop): Declare.
9044 (gdb_client_data, handler_func): Declare.
9045 (delete_file_handler, add_file_handler, start_event_loop):
9046 Declare.
9047 (handle_serial_event, handle_target_event, push_event)
9048 (putpkt_notif): Declare.
9049 * target.h (enum resume_kind): New.
9050 (struct thread_resume): Replace `step' field by `kind' field.
9051 (TARGET_WNOHANG): Define.
9052 (struct target_ops) <wait>: Add `options' argument.
9053 <supports_non_stop, async, start_non_stop>: New fields.
9054 (target_supports_non_stop, target_async): New.
9055 (start_non_stop): Declare.
9056 (mywait): Add `options' argument.
9057 * target.c (mywait): Add `options' argument. Print child exit
9058 notifications here.
9059 (start_non_stop): New.
9060 * server.c (non_stop, own_buf, mem_buf): New globals.
9061 (struct vstop_notif): New.
9062 (notif_queue): New global.
9063 (queue_stop_reply, push_event, discard_queued_stop_replies)
9064 (send_next_stop_reply): New.
9065 (start_inferior): Adjust to use resume_kind. Adjust to mywait
9066 interface changes.
9067 (attach_inferior): In non-stop mode, don't wait for the target
9068 here.
9069 (handle_general_set): Handle QNonStop.
9070 (handle_query): When handling qC, return the current general
9071 thread, instead of the first thread of the list.
9072 (handle_query): If the backend supports non-stop mode, include
9073 QNonStop+ in the qSupported query response.
9074 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
9075 and non-stop mode.
9076 (handle_v_attach, handle_v_run): Handle non-stop mode.
9077 (handle_v_stopped): New.
9078 (handle_v_requests): Report support for vCont;t. Handle vStopped.
9079 (myresume): Adjust to use resume_kind. Handle non-stop.
9080 (queue_stop_reply_callback): New.
9081 (handle_status): Handle non-stop mode.
9082 (main): Clear non_stop flag on reconnection. Use the event-loop.
9083 Refactor serial protocol handling from here ...
9084 (process_serial_event): ... to this new function. When GDB
9085 selects any thread, select one here. In non-stop mode, wait until
9086 GDB acks all pending events before exiting.
9087 (handle_serial_event, handle_target_event): New.
9088 * remote-utils.c (remote_open): Install remote_desc in the event
9089 loop.
9090 (remote_close): Remove remote_desc from the event loop.
9091 (putpkt_binary): Rename to...
9092 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
9093 (putpkt_binary): New as wrapper around putpkt_binary_1.
9094 (putpkt_notif): New.
9095 (prepare_resume_reply): In non-stop mode, don't change the
9096 general_thread.
9097 * event-loop.c: New.
9098 * Makefile.in (OBJ): Add event-loop.o.
9099 (event-loop.o): New rule.
9100
9101 * linux-low.h (pid_of): Moved here.
9102 (lwpid_of): New.
9103 (get_lwp_thread): Use lwpid_of.
9104 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
9105 * linux-low.c (pid_of): Delete.
9106 (inferior_pid): Use lwpid_of.
9107 (linux_event_pipe): New.
9108 (target_is_async_p): New.
9109 (delete_lwp): New.
9110 (handle_extended_wait): Use lwpid_of.
9111 (add_lwp): Don't set lwpid field.
9112 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
9113 (linux_kill_one_lwp): If killing a running lwp, stop it first.
9114 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
9115 (linux_detach_one_lwp): If detaching from a running lwp, stop it
9116 first. Adjust to linux_wait_for_event interface changes. Use
9117 lwpid_of.
9118 (linux_detach): Don't delete the main lwp here.
9119 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
9120 (status_pending_p): Don't consider explicitly suspended lwps.
9121 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
9122 pointer. Add OPTIONS argument. Change return type to int. Use
9123 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
9124 (linux_wait_for_event): Take an integer pid instead of a lwp_info
9125 pointer. Add status pointer argument. Return a pid instead of a
9126 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
9127 changes. In non-stop mode, don't switch to a random thread.
9128 (linux_wait): Rename to...
9129 (linux_wait_1): ... this. Add target_options argument, and handle
9130 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
9131 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
9132 clean exit and signal exit code. Don't stop all threads in
9133 non-stop mode. In all-stop mode, only stop all threads when
9134 reporting a stop to GDB. Handle explicit thread stop requests.
9135 (async_file_flush, async_file_mark): New.
9136 (linux_wait): New.
9137 (send_sigstop): Use lwpid_of.
9138 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
9139 interface changes. In non-stop mode, don't switch to a random
9140 thread.
9141 (linux_resume_one_lwp): Use lwpid_of.
9142 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
9143 (linux_resume_one_thread): ... this. Handle resume_stop. In
9144 non-stop mode, don't look for pending flag in all threads.
9145 (resume_status_pending_p): Don't consider explicitly suspended
9146 threads.
9147 (my_waitpid): Reimplement. Emulate __WALL.
9148 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9149 Use lwpid_of.
9150 (sigchld_handler, linux_supports_non_stop, linux_async)
9151 (linux_start_non_stop): New.
9152 (linux_target_ops): Register linux_supports_non_stop, linux_async
9153 and linux_start_non_stop.
9154 (initialize_low): Install SIGCHLD handler.
9155 * thread-db.c (thread_db_create_event, find_one_thread)
9156 (thread_db_get_tls_address): Use lwpid_of.
9157 * win32-low.c (win32_detach): Adjust to use resume_kind.
9158 (win32_wait): Add `options' argument.
9159 * spu-low.c (spu_resume): Adjust to use resume_kind.
9160 (spu_wait): Add `options' argument.
9161
91622009-04-01 Pedro Alves <pedro@codesourcery.com>
9163
9164 Decouple target code from remote protocol.
9165
9166 * target.h (enum target_waitkind): New.
9167 (struct target_waitstatus): New.
9168 (struct target_ops) <wait>: Return an unsigned long. Take a
9169 target_waitstatus pointer instead of a char pointer.
9170 (mywait): Likewise.
9171 * target.c (mywait): Change prototype to return an unsigned long.
9172 Take a target_waitstatus pointer instead of a char pointer. Adjust.
9173 * server.h (thread_from_wait, old_thread_from_wait): Delete
9174 declarations.
9175 (prepare_resume_reply): Change prototype to take a
9176 target_waitstatus.
9177 * server.c (thread_from_wait, old_thread_from_wait): Delete.
9178 (last_status, last_ptid): New.
9179 (start_inferior): Remove "statusptr" argument. Adjust. Return a
9180 pid instead of a signal.
9181 (attach_inferior): Remove "status" and "signal" parameters.
9182 Adjust.
9183 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
9184 not as an address.
9185 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
9186 (handle_v_requests, myresume): Remove "status" and "signal"
9187 parameters. Adjust.
9188 (handle_status): New.
9189 (main): Delete local `status'. Adjust.
9190 * remote-utils.c: Include target.h.
9191 (prepare_resume_reply): Change prototype to take a
9192 target_waitstatus. Adjust.
9193
9194 * linux-low.c (linux_wait): Adjust to new target_ops->wait
9195 interface.
9196 * spu-low.c (spu_wait): Adjust.
9197 * win32-low.c (enum target_waitkind, struct target_waitstatus):
9198 Delete.
9199 (win32_wait): Adjust.
9200
92012009-04-01 Pedro Alves <pedro@codesourcery.com>
9202
9203 * target.h (struct thread_resume): Delete leave_stopped member.
9204 (struct target_ops): Add a `n' argument to the `resume' callback.
9205 * server.c (start_inferior): Adjust.
9206 (handle_v_cont, myresume): Adjust.
9207 * linux-low.c (check_removed_breakpoint): Adjust to resume
9208 interface change, and to removed leave_stopped field.
9209 (resume_ptr): Delete.
9210 (struct thread_resume_array): New.
9211 (linux_set_resume_request): Add new `arg' parameter. Adjust to
9212 resume interface change.
9213 (linux_continue_one_thread, linux_queue_one_thread)
9214 (resume_status_pending_p): Check if the resume field is NULL
9215 instead of checking the leave_stopped member.
9216 (linux_resume): Adjust to the target resume interface change.
9217 * spu-low.c (spu_resume): Adjust to the target resume interface
9218 change.
9219 * win32-low.c (win32_detach, win32_resume): Ditto.
9220
92212009-04-01 Pedro Alves <pedro@codesourcery.com>
9222
9223 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
9224 flag.
9225 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
9226 pending.
9227 (linux_continue_one_thread): Only preserve the stepping flag if
9228 there's a pending breakpoint.
9229
92302009-03-31 Pedro Alves <pedro@codesourcery.com>
9231
9232 * server.c (main): After the inferior having exited, call
9233 remote_close before exiting gdbserver.
9234
92352009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9236
9237 Fix size of FPSCR in Power 7 processors.
9238 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9239 (PPC_FEATURE_HAS_DFP): New #define.
9240 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
9241 size of the FPSCR.
9242
92432009-03-23 Pedro Alves <pedro@codesourcery.com>
9244
9245 * server.c (handle_query) Whitespace and formatting.
9246
92472009-03-22 Pedro Alves <pedro@codesourcery.com>
9248
9249 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
9250 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
9251 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
9252 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
9253 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
9254 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
9255 Makefile.in, configure.ac: Fix whitespace throughout.
9256 * configure: Regenerate.
9257
92582009-03-22 Pedro Alves <pedro@codesourcery.com>
9259
9260 * inferiors.c (find_inferior): Make it safe for the callback
9261 function to delete the currently iterated inferior.
9262
92632009-03-22 Pedro Alves <pedro@codesourcery.com>
9264
9265 * Makefile.in (linuw_low_h): Move higher.
9266 (thread-db.o): Depend on $(linux_low_h).
9267
92682009-03-17 Pedro Alves <pedro@codesourcery.com>
9269
9270 Rename "process" to "lwp" throughout.
9271
9272 * linux-low.c (all_processes): Rename to...
9273 (all_lwps): ... this.
9274 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
9275 (add_process): Rename to ...
9276 (add_lwp): ... this. Adjust.
9277 (linux_create_inferior): Adjust.
9278 (linux_attach_lwp): Adjust.
9279 (linux_attach): Adjust.
9280 (linux_kill_one_process): Rename to ...
9281 (linux_kill_one_lwp): ... this. Adjust.
9282 (linux_kill): Adjust.
9283 (linux_detach_one_process): Rename to ...
9284 (linux_detach_one_lwp): ... this. Adjust.
9285 (linux_detach): Adjust.
9286 (check_removed_breakpoint): Adjust.
9287 (status_pending_p): Adjust.
9288 (linux_wait_for_process): Rename to ...
9289 (linux_wait_for_lwp): ... this. Adjust.
9290 (linux_wait_for_event): Adjust.
9291 (send_sigstop): Adjust.
9292 (wait_for_sigstop): Adjust.
9293 (stop_all_processes): Rename to ...
9294 (stop_all_lwps): ... this.
9295 (linux_resume_one_process): Rename to ...
9296 (linux_resume_one_lwp): ... this. Adjust.
9297 (linux_set_resume_request, linux_continue_one_thread)
9298 (linux_queue_one_thread, resume_status_pending_p)
9299 (usr_store_inferior_registers, regsets_store_inferior_registers)
9300 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9301 Adjust.
9302 * linux-low.h (get_process): Rename to ...
9303 (get_lwp): ... this. Adjust.
9304 (get_thread_process): Rename to ...
9305 (get_thread_lwp): ... this. Adjust.
9306 (get_process_thread): Rename to ...
9307 (get_lwp_thread): ... this. Adjust.
9308 (struct process_info): Rename to ...
9309 (struct lwp_info): ... this.
9310 (all_processes): Rename to ...
9311 (all_lwps): ... this.
9312 * proc-service.c (ps_lgetregs): Adjust.
9313 * thread-db.c (thread_db_create_event, find_one_thread)
9314 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
9315
93162009-03-14 Pedro Alves <pedro@codesourcery.com>
9317
9318 * server.c (handle_query): Handle "qAttached".
9319
93202009-03-13 Nathan Sidwell <nathan@codesourcery.com>
9321
9322 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
9323 GPLv3, update license URL.
9324
93252009-03-01 Doug Evans <dje@google.com>
9326
9327 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
9328 (server_h): Add gdb_signals.h.
9329 (signals.o): Update.
9330 * server.h (target_signal_from_host,target_signal_to_host_p)
9331 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
9332
93332009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9334
9335 * remote-utils.c (getpkt): Also generate remote-debug
9336 information if noack_mode is set.
9337
93382009-02-06 Pedro Alves <pedro@codesourcery.com>
9339
9340 * server.c (handle_query): Report qXfer:siginfo:read and
9341 qXfer:siginfo:write as supported and handle them.
9342 * target.h (struct target_ops) <qxfer_siginfo>: New field.
9343 * linux-low.c (linux_xfer_siginfo): New.
9344 (linux_target_ops): Set it.
9345
93462009-01-26 Pedro Alves <pedro@codesourcery.com>
9347
9348 * server.c (gdbserver_usage): Mention --remote-debug.
9349 (main): Accept '--remote-debug' switch.
9350
93512009-01-18 Doug Evans <dje@google.com>
9352
9353 * regcache.c (new_register_cache): No need to check result of xcalloc.
9354 * server.c (handle_search_memory): Back out calls to xmalloc,
9355 result is checked and error is returned to user upon failure.
9356 (handle_query): Ditto. Add more checks for result of malloc.
9357 (handle_v_cont): Check result of malloc, report error back to
9358 user upon failure.
9359 (handle_v_run): Ditto. Call freeargv.
9360 * server.h (freeargv): Declare.
9361 * utils.c (freeargv): New fn.
9362
93632009-01-15 Doug Evans <dje@google.com>
9364
9365 * gdbreplay.c (perror_with_name): Make arg const char *.
9366 * server.h (target_signal_to_name): Make return type const char *.
9367 * thread-db.c (thread_db_err_str): Make return type const char *.
9368 * utils.c (perror_with_name): Make arg const char *.
9369
93702009-01-14 Pedro Alves <pedro@codesourcery.com>
9371
9372 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
9373 when handling a EXIT_PROCESS_DEBUG_EVENT.
9374
93752009-01-06 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdbreplay.c (gdbreplay_version): Update copyright year.
9378 * server.c (gdbserver_version): Likewise.
9379
93802009-01-05 Doug Evans <dje@google.com>
9381
9382 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
9383 (handle_extended_wait): Improve comment.
9384
93852008-12-13 Doug Evans <dje@google.com>
9386
9387 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
9388 * server.h (ATTR_MALLOC): New macro.
9389 (xmalloc,xcalloc,xstrdup): Declare.
9390 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
9391 * inferiors.c: Ditto.
9392 * linux-low.c: Ditto.
9393 * mem-break.c: Ditto.
9394 * regcache.c: Ditto.
9395 * remote-utils.c: Ditto.
9396 * server.c: Ditto.
9397 * target.c: Ditto.
9398 * win32-low.c: Ditto.
9399
94002008-12-12 Doug Evans <dje@google.com>
9401
9402 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
9403 in debugging printf.
9404
9405 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
9406
94072008-12-09 Doug Evans <dje@google.com>
9408
9409 * linux-low.h (struct process_info): Delete member tid, unused.
9410 * thread-db.c (find_one_thread): Update.
9411 (maybe_attach_thread): Update.
9412
94132008-12-02 Pedro Alves <pedro@codesourcery.com>
9414
9415 * target.h (struct target_ops): Add qxfer_osdata member.
9416 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
9417 and dirent.h.
9418 (linux_qxfer_osdata): New functions.
9419 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
9420 callback.
9421 * server.c (handle_query): Handle "qXfer:osdata:read:".
9422 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
9423 (buffer_xml_printf): New functions.
9424 * server.h (struct buffer): New.
9425 (buffer_grow_str, buffer_grow_str0): New macros.
9426 (buffer_grow, buffer_free, buffer_init, buffer_finish)
9427 (buffer_xml_printf): Declare.
9428
94292008-11-24 Doug Evans <dje@google.com>
9430
9431 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
9432
94332008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9434
9435 * server.c (handle_v_run): Always use the supplied argument list.
9436
94372008-11-19 Bob Wilson <bob.wilson@acm.org>
9438
9439 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
9440 (xtensa_regmap_table): Add entry for scompare1.
9441
94422008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9443
9444 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
9445 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
9446 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
9447 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
9448 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
9449 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
9450 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
9451 XML target descriptions.
9452 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
9453 when inferior is running on an ISA 2.05 or later processor. Add
9454 special case to return offset for full 64-bit slot of FPSCR when
9455 in 32-bits.
9456
94572008-11-14 Daniel Gutson <dgutson@codesourcery.com>
9458
9459 * Makefile.in (SFILES, clean): Added sparc64 files.
9460 (reg-sparc64.o, reg-sparc64.c): New.
9461 * configure.srv (sparc*-*-linux*): New configuration.
9462 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
9463 syscall arguments for SPARC.
9464 (regsets_store_inferior_registers): Likewise.
9465 * linux-sparc-low.c: New file.
9466
94672008-10-21 Doug Evans <dje@google.com>
9468
9469 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
9470 (READLINE_DIR,READLINE_DEP): Delete.
9471 (INTERNAL_CFLAGS): Update.
9472 (LINTFLAGS): Update.
9473
94742008-10-10 Pedro Alves <pedro@codesourcery.com>
9475
9476 * server.c (handle_v_run): If GDB didn't specify an argv, use the
9477 whole argv from the last run, not just argv[0].
9478
94792008-09-08 Pedro Alves <pedro@codesourcery.com>
9480
9481 * regcache.c (new_register_cache): Return NULL if the register
9482 cache size isn't known yet.
9483 (free_register_cache): Avoid dereferencing a NULL regcache.
9484
94852008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9486
9487 * configure.srv: Merge MIPS and MIPS64.
9488
94892008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
9490
9491 * Makefile.in (uninstall): Apply $(EXEEXT) too.
9492
94932008-08-18 Luis Machado <luisgpm@br.ibm.com>
9494
9495 * Makefile.in: Add required vsx dependencies.
9496
9497 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
9498 Declare init_registers_powerpc_vsx32l.
9499 Declare init_registers_powerpc_vsx64l.
9500 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
9501 (ppc_arch_setup): Check for VSX in hwcap.
9502 (ppc_fill_vsxregset): New function.
9503 (ppc_store_vsxregset): New function.
9504 Add new VSX entry in regset_info target_regsets.
9505
9506 * configure.srv: Add new VSX dependencies.
9507
95082008-08-12 Pedro Alves <pedro@codesourcery.com>
9509
9510 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
9511 (remote_open): Set or clear transport_is_reliable.
9512 (putpkt_binary): Don't expect acks in noack mode.
9513 (getpkt): Don't send ack/nac in noack mode.
9514 * server.c (handle_general_set): Handle QStartNoAckMode.
9515 (handle_query): If connected by tcp pass QStartNoAckMode+ in
9516 qSupported.
9517 (main): Reset noack_mode on every connection.
9518 * server.h (noack_mode): Declare.
9519
95202008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9521
9522 * Makefile.in (GDBREPLAY_OBS): New variable.
9523 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
9524
95252008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9526 Daniel Jacobowitz <dan@codesourcery.com>
9527
9528 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
9529 (usr_store_inferior_registers): Likewise.
9530 (regsets_store_inferior_registers): Likewise.
9531
95322008-07-31 Rolf Jansen <rj@surtec.com>
9533 Pedro Alves <pedro@codesourcery.com>
9534
9535 * configure.ac: Check for memmem declaration.
9536 * server.c [HAVE_MALLOC_H]: Include malloc.h.
9537 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
9538 (disable_packet_qfThreadInfo): Unconditionally compile.
9539 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
9540 * configure, config.in: Regenerate.
9541
95422008-07-28 Doug Kwan <dougkwan@google.com>
9543
9544 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
9545 (linux_write_memory): Remove declaration of errno.
9546
95472008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9548
9549 * linux-low.c (handle_extended_wait): Do not use "status"
9550 variable uninitialized.
9551
95522008-07-07 Pedro Alves <pedro@codesourcery.com>
9553
9554 * server.c (handle_v_attach): Inhibit reporting dll changes.
9555
95562008-06-27 Pedro Alves <pedro@codesourcery.com>
9557
9558 * remote-utils.c (prepare_resume_reply): If requested, don't
9559 output "thread:TID" in the T stop reply.
9560
9561 * server.c (disable_packet_vCont, disable_packet_Tthread)
9562 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
9563 (handle_query): If requested, disable support for qC, qfThreadInfo
9564 and qsThreadInfo.
9565 (handle_v_requests): If requested, disable support for vCont.
9566 (gdbserver_show_disableable): New.
9567 (main): Handle --disable-packet and --disable-packet=LIST.
9568
9569 * server.h (disable_packet_vCont, disable_packet_Tthread)
9570 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
9571
95722008-06-20 Carlos O'Donell <carlos@codesourcery.com>
9573
9574 * server.c (gdbserver_usage): Mention --version.
9575
95762008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
9577
9578 * Makefile.in (gdbreplay.o): New rule.
9579
95802008-06-06 Joseph Myers <joseph@codesourcery.com>
9581
9582 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
9583 message, not gdbserver.
9584
95852008-06-05 Vladimir Prus <vladimir@codesourcery.com>
9586 Nathan Sidwell <nathan@codesourcery.com>
9587 Joseph Myers <joseph@codesourcery.com>
9588
9589 * acinclude.m4: Include ../../config/acx.m4.
9590 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
9591 * configure, config.in: Regenerate.
9592 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
9593 * server.c (gdbserver_version): Print PKGVERSION.
9594 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
9595 (main): Adjust gdbserver_usage calls.
9596 * gdbreplay.c (version, host_name): Add declarations.
9597 (gdbreplay_version, gdbreplay_usage): New.
9598 (main): Accept --version and --help options.
9599
96002008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
9601
9602 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
9603 (arm_breakpoint_at): Handle Thumb.
9604 (the_low_target): Add comment.
9605
96062008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9607
9608 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
9609
96102008-05-09 Doug Evans <dje@google.com>
9611
9612 * server.h (decode_search_memory_packet): Declare.
9613 * remote-utils.c (decode_search_memory_packet): New fn.
9614 * server.c (handle_search_memory_1): New fn.
9615 (handle_search_memory): New fn.
9616 (handle_query): Process qSearch:memory packets.
9617
96182008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
9619
9620 * regcache.c (registers_length): Remove.
9621 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
9622 full register packet.
9623 * regcache.h (registers_length): Remove prototype.
9624 * server.h (PBUFSIZ): Define to 16384.
9625
96262008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
9627
9628 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
9629 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
9630 powerpc-64l.o, and powerpc-altivec64l.o.
9631 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
9632 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
9633 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
9634 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
9635 rs6000/power-linux.xml, and rs6000/power64-linux.xml
9636 to srv_xmlfiles.
9637
9638 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
9639 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
9640 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
9641 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
9642 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
9643 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
9644 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
9645 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
9646 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
9647 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
9648 (clean): Update.
9649
9650 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
9651 (init_registers_powerpc_32l): ... this new prototype.
9652 (init_registers_powerpc_32): Remove, replace by ...
9653 (init_registers_powerpc_altivec32l): ... this new prototype.
9654 (init_registers_powerpc_e500): Remove, replace by ...
9655 (init_registers_powerpc_e500l): ... this new prototype.
9656 (init_registers_ppc64): Remove, replace by ...
9657 (init_registers_powerpc_64l): ... this new prototype.
9658 (init_registers_powerpc_64): Remove, replace by ...
9659 (init_registers_powerpc_altivec64l): ... this new prototype.
9660 (ppc_num_regs): Set to 73.
9661 (PT_ORIG_R3, PT_TRAP): Define if necessary.
9662 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
9663 (ppc_cannot_store_register): Handle orig_r3 and trap.
9664 (ppc_arch_setup): Update init_registers_... calls.
9665 (ppc_fill_gregset): Handle orig_r3 and trap.
9666
9667 * inferiors.c (clear_inferiors): Reset current_inferior.
9668
96692008-04-23 Paolo Bonzini <bonzini@gnu.org>
9670
9671 * acinclude.m4: Add override.m4.
9672 * configure: Regenerate.
9673
96742008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9675
9676 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
9677 initial call to init_register_ppc64.
9678
96792008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9680
9681 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
9682 single powerpc*-*-linux* case.
9683 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
9684
96852008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9686
9687 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
9688 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
9689 from reg_xmlfiles.
9690 * linux-ppc-low.c: Include <elf.h>.
9691 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
9692 (ppc_hwcap): New global variable.
9693 (ppc_regmap): Remove __SPE__ #ifdef sections.
9694 (ppc_regmap_e500): New global variable.
9695 (ppc_cannot_store_register): Update __SPE__ special case.
9696 (ppc_get_hwcap): New function.
9697 (ppc_arch_setup): Use it to determine whether inferior supports
9698 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
9699 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
9700 Do not access registers if target does not support AltiVec.
9701 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
9702 Do not access registers if target does not support SPE.
9703 (target_regsets): Unconditionally include AltiVec and SPE regsets.
9704
97052008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9706
9707 * linux-low.c (disabled_regsets, num_regsets): New.
9708 (use_regsets_p): Delete.
9709 (linux_wait_for_process): Clear disabled_regsets.
9710 (regsets_fetch_inferior_registers): Check and set it.
9711 (regsets_store_inferior_registers): Likewise.
9712 (linux_fetch_registers, linux_store_registers): Do not use
9713 use_regsets_p.
9714 (initialize_low): Allocate disabled_regsets.
9715
97162008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * Makefile.in (LIBOBJS): New.
9719 (OBS): Use LIBOBJS.
9720 (memmem.o): New rule.
9721 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
9722 * configure: Regenerated.
9723
97242008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
9725
9726 * server.c (handle_query): Never return "unsupported" for
9727 qXfer:features:read queries.
9728
97292008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
9730
9731 * server.c (get_features_xml): Fix inverted condition.
9732 (handle_query): Always support qXfer:feature:read.
9733
97342008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9735
9736 * server.c (wrapper_argv): New.
9737 (start_inferior): Handle wrapper_argv. If set, expect an extra
9738 trap.
9739 (gdbserver_usage): Document --wrapper.
9740 (main): Parse --wrapper.
9741
97422008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9743
9744 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
9745 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
9746 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
9747 (ppc_set_pc): Likewise.
9748 (ppc_arch_setup): New function.
9749 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
9750 of collect_register.
9751 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
9752
97532008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9754
9755 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
9756 instead of linux-ppc64-low.o.
9757 * linux-ppc64-low.c: Remove file.
9758 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
9759 (linux-ppc64-low.o): Remove rule.
9760
9761 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
9762 (init_registers_powerpc_64): Likewise.
9763 (ppc_regmap): Conditionally define depending on __powerpc64__.
9764 (ppc_cannot_store_register): Do not special-case "fpscr" when
9765 compiled on __powerpc64__.
9766 (ppc_collect_ptrace_register): New function.
9767 (ppc_supply_ptrace_register): New function.
9768 (ppc_breakpoint): Change type to "unsigned int".
9769 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
9770 (the_low_target): Conditionally provide initializers for the
9771 arch_setup member depending on __powerpc64__. Install
9772 collect_ptrace_register and supply_ptrace_register members.
9773
97742008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9775
9776 * regcache.h (gdbserver_xmltarget): Add extern declaration.
9777 * server.c (gdbserver_xmltarget): Define.
9778 (get_features_xml): Use it to replace "target.xml" and arch_string.
9779
9780 * configure.srv: Remove srv_xmltarget. Add XML files that were
9781 mentioned there to srv_xmlfiles instead. Remove conditional tests
9782 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
9783 srv_xmlfiles and srv_regobj to include all possible choices.
9784 * configure.ac (srv_xmltarget): Remove.
9785 (srv_xmlfiles): Do not add "target.xml".
9786 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
9787 checks for supplementary target information.
9788 * configure: Regenerate.
9789 * Makefile.in (XML_TARGET): Remove.
9790 (target.xml): Remove rule.
9791 (clean): Do not clean up target.xml.
9792 (.PRECIOUS): Do not mention target.xml.
9793
9794 * target.h (struct target_ops): Remove arch_string member.
9795 * linux-low.c (linux_arch_string): Remove.
9796 (linux_target_ops): Remove arch_string initializer.
9797 * linux-low.h (struct linux_target_ops): Remove arch_string member.
9798 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
9799 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
9800 * spu-low.c (spu_arch_string): Remove.
9801 (spu_target_ops): Remove arch_string initializer.
9802 * win32-low.c (win32_arch_string): Remove.
9803 (win32_target_ops): Remove arch_string initializer.
9804 * win32-low.h (struct win32_target_ops): Remove arch_string member.
9805 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
9806 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
9807
98082008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9809
9810 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
9811 by collect_ptrace_register and supply_ptrace_register hooks.
9812 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9813 instead of checking for the_low_target.left_pad_xfer.
9814 (usr_store_inferior_registers): Use collect_ptrace_register callback
9815 instead of checking for the_low_target.left_pad_xfer.
9816
9817 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9818 (s390_supply_ptrace_register): Likewise.
9819 (s390_fill_gregset): Call s390_collect_ptrace_register.
9820 (the_low_target): Update.
9821
9822 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9823 (ppc_supply_ptrace_register): Likewise.
9824 (the_low_target): Update.
9825
9826 * linux-i386-low.c (the_low_target): Update.
9827 * linux-x86-64-low.c (the_low_target): Update.
9828
98292008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9830
9831 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9832 reg-s390.o and reg-s390x.o.
9833
9834 * linux-low.c (new_inferior): New global variable.
9835 (linux_create_inferior, linux_attach): Set it.
9836 (linux_wait_for_process): Call the_low_target.arch_setup after the
9837 target has stopped for the first time.
9838 (initialize_low): Do not call the_low_target.arch_setup.
9839
9840 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9841 (s390_set_pc): Likewise.
9842 (s390_arch_setup): New function.
9843 (the_low_target): Use s390_arch_setup as arch_setup routine.
9844
9845 * regcache.c (realloc_register_cache): New function.
9846 (set_register_cache): Call it for each existing regcache.
9847
98482008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9849
9850 * server.h (init_registers): Remove prototype.
9851
9852 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9853 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9854 instead of init_registers ().
9855 * linux-arm-low.c (init_registers_arm): Add prototype.
9856 (init_registers_arm_with_iwmmxt): Likewise.
9857 (the_low_target): Add initializer for arch_setup field.
9858 * linux-cris-low.c (init_registers_cris): Add prototype.
9859 (the_low_target): Add initializer for arch_setup field.
9860 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9861 (the_low_target): Add initializer for arch_setup field.
9862 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9863 (the_low_target): Add initializer for arch_setup field.
9864 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9865 (the_low_target): Add initializer for arch_setup field.
9866 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9867 (the_low_target): Add initializer for arch_setup field.
9868 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9869 (the_low_target): Add initializer for arch_setup field.
9870 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9871 (init_registers_mips64_linux): Likewise.
9872 (the_low_target): Add initializer for arch_setup field.
9873 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9874 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9875 (the_low_target): Add initializer for arch_setup field.
9876 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9877 (init_registers_powerpc_64): Likewise.
9878 (the_low_target): Add initializer for arch_setup field.
9879 * linux-s390-low.c (init_registers_s390): Add prototype.
9880 (init_registers_s390x): Likewise.
9881 (the_low_target): Add initializer for arch_setup field.
9882 * linux-sh-low.c (init_registers_sh): Add prototype.
9883 (the_low_target): Add initializer for arch_setup field.
9884 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9885 (the_low_target): Add initializer for arch_setup field.
9886 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9887 (the_low_target): Add initializer for arch_setup field.
9888
9889 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9890 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9891 instead of init_registers ().
9892 * win32-arm-low.c (init_registers_arm): Add prototype.
9893 (the_low_target): Add initializer for arch_setup field.
9894 * win32-i386-low.c (init_registers_i386): Add prototype.
9895 (the_low_target): Add initializer for arch_setup field.
9896
9897 * spu-low.c (init_registers_spu): Add prototype.
9898 (initialize_low): Call initialie_registers_spu () instead of
9899 initialize_registers ().
9900
99012008-02-19 Pedro Alves <pedro@codesourcery.com>
9902
9903 * server.c (handle_v_requests): When handling the vRun and vAttach
9904 packets, if already debugging a process, don't kill it. Return an
9905 error instead.
9906
99072008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9908
9909 * server.c (handle_query): Correct length check.
9910
99112008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9912
9913 * win32-low.c (do_initial_child_stuff): Add process handle
9914 parameter. Set current_process_handle and current_process_id from the
9915 parameters. Clear globals.
9916 (win32_create_inferior): Don't set current_process_handle and
9917 current_process_id here. Instead pass them on the call to
9918 do_initial_child_stuff.
9919 (win32_attach): Likewise.
9920 (win32_clear_inferiors): New.
9921 (win32_kill): Don't close the current process handle or the
9922 current thread handle here. Instead call win32_clear_inferiors.
9923 (win32_detach): Don't open a new handle to the process. Call
9924 win32_clear_inferiors.
9925 (win32_join): Don't rely on current_process_handle; open a new
9926 handle using the process id.
9927 (win32_wait): Call win32_clear_inferiors when the inferior process
9928 has exited.
9929
99302008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9931
9932 * server.c (monitor_show_help): Add "exit".
9933
99342008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9935
9936 * Makefile.in (SFILES): Add linux-xtensa-low.c.
9937 (clean): Add reg-xtensa.c.
9938 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
9939 * configure.srv (xtensa*-*-linux*) New target.
9940 * linux-xtensa-low.c: New.
9941 * xtensa-xtregs.c: New.
9942
99432008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
9944
9945 * hostio.c: Don't include errno.h.
9946 (errno_to_fileio_errno): Move to hostio-errno.
9947 * hostio.c: (hostio_error): Remove the error parameter. Defer the
9948 error number outputting to the target->hostio_last_error callback.
9949 (hostio_packet_error): Use FILEIO_EINVAL directly.
9950 (handle_open, handle_pread, hostio_error, handle_unlink): Update
9951 calls to hostio_error.
9952 * hostio-errno.c: New.
9953 * server.h (hostio_last_error_from_errno): Declare.
9954 * target.h (target_ops): Add hostio_last_error member.
9955 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
9956 as hostio_last_error handler.
9957 * spu-low.c (spu_target_ops): Likewise.
9958 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
9959 (wince_hostio_last_error): New functions.
9960 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
9961 as hostio_last_error handler.
9962 (win32_target_ops) [!_WIN32_WCE]: Register
9963 hostio_last_error_from_errno as hostio_last_error handler.
9964 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
9965 (hostio-errno.o): New rule.
9966 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
9967 * configure.srv (srv_hostio_err_objs): New variable. Default to
9968 hostio-errno.o.
9969 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
9970 * configure: Regenerate.
9971
99722008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9973
9974 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
9975 (linux_kill, linux_detach): Clean up the process list.
9976 * remote-utils.c (remote_open): Improve port number parsing.
9977 (putpkt_binary, input_interrupt): Only send interrupts if the target
9978 is running.
9979 * server.c (extended_protocol): Make static.
9980 (attached): Define earlier.
9981 (exit_requested, response_needed, program_argv): New variables.
9982 (target_running): New.
9983 (start_inferior): Clear attached here.
9984 (attach_inferior): Set attached here.
9985 (require_running): Define.
9986 (handle_query): Use require_running and target_running. Implement
9987 "monitor exit".
9988 (handle_v_attach, handle_v_run): New.
9989 (handle_v_requests): Use require_running. Handle vAttach and vRun.
9990 (gdbserver_usage): Update.
9991 (main): Redo argument parsing. Handle --debug and --multi. Handle
9992 --attach along with other options or after the port. Save
9993 program_argv. Support no initial program. Resynchronize
9994 communication with GDB after an error. Handle "monitor exit".
9995 Use require_running and target_running. Always allow the extended
9996 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
9997 restart in extended mode.
9998 * README: Refer to the GDB manual. Update --attach usage.
9999
100002007-12-20 Andreas Schwab <schwab@suse.de>
10001
10002 * linux-low.c (STACK_SIZE): Define.
10003 (linux_tracefork_child): Use it. Use __clone2 on ia64.
10004 (linux_test_for_tracefork): Likewise.
10005
100062007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
10007
10008 * linux-low.c (linux_wait_for_event): Update messages. Do not
10009 reinsert auto-delete breakpoints.
10010 * mem-break.c (struct breakpoint): Change return type of handler to
10011 int.
10012 (set_breakpoint_at): Update handler type.
10013 (reinsert_breakpoint_handler): Return 1 instead of calling
10014 delete_breakpoint.
10015 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
10016 setting a new one.
10017 (check_breakpoints): Delete auto-delete breakpoints and return 2.
10018 * mem-break.h (set_breakpoint_at): Update handler type.
10019 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
10020 * win32-low.c (auto_delete_breakpoint): New.
10021 (get_child_debug_event): Use it.
10022
100232007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
10024
10025 * configure.ac: Check for pread and pwrite.
10026 * hostio.c (handle_pread): Fall back to lseek and read.
10027 (handle_pwrite): Fall back to lseek and write.
10028 * config.in, configure: Regenerated.
10029
100302007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
10031
10032 * server.c (myresume): Add own_buf argument.
10033 (main): Update calls.
10034
100352007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
10036
10037 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
10038 * remote-utils.c (remote_open): Do not call disable_async_io.
10039 (block_async_io): Delete.
10040 (unblock_async_io): Make static.
10041 (initialize_async_io): New.
10042 * server.c (handle_v_cont): Handle async I/O here.
10043 (myresume): Likewise. Move other common resume tasks here...
10044 (main): ... from here. Call initialize_async_io. Disable async
10045 I/O before the main loop.
10046 * server.h (initialize_async_io): Declare.
10047 (block_async_io, unblock_async_io): Delete prototypes.
10048 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
10049
100502007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
10051
10052 * remote-utils.c (readchar): Allow binary data in received messages.
10053
100542007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10055
10056 * win32-low.c (attaching): New global.
10057 (win32_create_inferior): Clear the `attaching' global.
10058 (win32_attach): Set the `attaching' global.
10059 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
10060 attaching. Only set a breakpoint at the entry point if not
10061 attaching.
10062
100632007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10064
10065 * server.c (main): Don't report dll events on the initial
10066 connection on attaches.
10067
100682007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10069
10070 * server.c (main): Relax numerical bases supported for the pid of
10071 the --attach command line argument.
10072
100732007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10074
10075 * win32-low.c (win32_attach): Call OpenProcess before
10076 DebugActiveProcess, not after. Add last error output to error
10077 call.
10078
100792007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10080
10081 * win32-low.c (win32_get_thread_context)
10082 (win32_set_thread_context): New functions.
10083 (thread_rec): Use win32_get_thread_context.
10084 (continue_one_thread, win32_resume): Use win32_set_thread_context.
10085 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
10086 field.
10087
100882007-12-03 Leo Zayas
10089 Pedro Alves <pedro_alves@portugalmail.pt>
10090
10091 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
10092 global variables.
10093 (child_add_thread): Minor cleanup.
10094 (child_continue): Resume artificially suspended threads before
10095 calling ContinueDebugEvent.
10096 (suspend_one_thread): New.
10097 (fake_breakpoint_event): New.
10098 (get_child_debug_event): Change return type to int. Check here if
10099 gdb sent an interrupt request. If a soft interrupt was requested,
10100 fake a breakpoint event. Return 0 if there is no event to handle,
10101 and 1 otherwise.
10102 (win32_wait): Don't check here if gdb sent an interrupt request.
10103 Ensure there is a valid event to handle.
10104 (win32_request_interrupt): Add soft interruption method as last
10105 resort.
10106
101072007-12-03 Leo Zayas
10108 Pedro Alves <pedro_alves@portugalmail.pt>
10109
10110 * win32-low.h (win32_thread_info): Add descriptions to the
10111 structure members. Replace `suspend_count' counter by a
10112 `suspended' flag.
10113 * win32-low.c (thread_rec): Update condition of when to get the
10114 context from the inferior. Rely on ContextFlags being set if it
10115 has already been retrieved. Only suspend the inferior thread if
10116 we haven't already. Warn if that fails.
10117 (continue_one_thread): s/suspend_count/suspended/. Only call
10118 ResumeThread once. Warn if that fails.
10119
101202007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10121
10122 * win32-low.c (win32_wait): Don't read from the inferior when it
10123 has already exited.
10124
101252007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10126
10127 * Makefile.in (win32_low_h): New variable.
10128 (win32-low.o): Add dependency on $(win32_low_h).
10129 (win32-arm-low.o, win32-i386-low.o): New rules.
10130
101312007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10132
10133 * hostio.c: Correct copyright year.
10134
101352007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10136
10137 * Makefile.in (OBS): Add hostio.o.
10138 (hostio.o): New rule.
10139 * server.h (handle_vFile): Declare.
10140 * hostio.c: New file.
10141 * server.c (handle_v_requests): Take packet_len and new_packet_len
10142 for binary packets. Call handle_vFile.
10143 (main): Update call to handle_v_requests.
10144
101452007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10146
10147 * linux-low.c: Include <sched.h>.
10148
101492007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
10150
10151 * linux-low.c (linux_tracefork_grandchild): New.
10152 (linux_tracefork_child): Use clone.
10153 (linux_test_for_tracefork): Use clone; allocate and free a stack.
10154
101552007-10-31 Joel Brobecker <brobecker@adacore.com>
10156
10157 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
10158
101592007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
10160
10161 * linux-low.c (handle_extended_wait): Handle unexpected signals.
10162
101632007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10164
10165 * inferiors.c (change_inferior_id): Delete.
10166 (add_pid_to_list, pull_pid_from_list): New.
10167 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
10168 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
10169 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
10170 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
10171 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
10172 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
10173 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
10174 (using_threads): Always set to 1.
10175 (handle_extended_wait): New.
10176 (add_process): Do not set TID.
10177 (linux_create_inferior): Set must_set_ptrace_flags.
10178 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
10179 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
10180 (linux_thread_alive): Rename TID argument to LWPID.
10181 (linux_wait_for_process): Handle unknown processes. Do not use TID.
10182 (linux_wait_for_event): Do not use TID or check using_threads. Update
10183 call to dead_thread_notify. Call handle_extended_wait.
10184 (linux_create_inferior): Use PTRACE_SETOPTIONS.
10185 (send_sigstop): Delete sigstop_sent.
10186 (wait_for_sigstop): Avoid TID.
10187 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
10188 (linux_test_for_tracefork): New.
10189 (linux_lookup_signals): Use thread_db_active and
10190 linux_supports_tracefork_flag.
10191 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
10192 * linux-low.h (get_process_thread): Avoid TID.
10193 (struct process_ifo): Move thread_known and tid to the end. Remove
10194 sigstop_sent.
10195 (linux_attach_lwp, thread_db_init): Update prototypes.
10196 * server.h (change_inferior_id): Delete prototype.
10197 (add_pid_to_list, pull_pid_from_list): New prototypes.
10198 * thread-db.c (thread_db_use_events): New.
10199 (find_first_thread): Rename to...
10200 (find_one_thread): ...this. Update callers and messages. Do not
10201 call fatal. Check thread_db_use_events. Do not call
10202 change_inferior_id or new_thread_notify.
10203 (maybe_attach_thread): Update. Do not call new_thread_notify.
10204 (thread_db_init): Set thread_db_use_events. Check use_events.
10205 * utils.c (fatal, warning): Correct message prefix.
10206
102072007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10208
10209 * Makefile.in (clean): Remove new files.
10210 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
10211 (powerpc-64.o, powerpc-64.c): New rules.
10212 * configure.srv: Use alternate register sets for powerpc64-*-linux*
10213 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
10214 with SPE.
10215 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
10216 SPE targets.
10217 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
10218 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
10219 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
10220 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
10221 (target_regsets): Add AltiVec and SPE register sets.
10222 * configure.ac: Check for AltiVec and SPE.
10223 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
10224 (ppc_fill_vrregset, ppc_store_vrregset): New.
10225 (target_regsets): Add AltiVec register set.
10226 * configure: Regenerated.
10227
102282007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10229
10230 * linux-low.c (O_LARGEFILE): Define.
10231 (linux_read_memory): Use /proc/PID/mem.
10232 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
10233 * configure, config.in: Regenerated.
10234
102352007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10236
10237 * linux-low.c (linux_wait_for_event): Do not pass signals while
10238 single-stepping.
10239
102402007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10241
10242 * win32-low.c (create_process): New.
10243 (win32_create_inferior): Use create_process instead of
10244 CreateProcess. If create_process failed retry appending an ".exe"
10245 suffix. Store the GetLastError result immediatelly after
10246 create_process calls and use it on the call to error.
10247
102482007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10249
10250 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
10251
102522007-08-23 Joel Brobecker <brobecker@adacore.com>
10253
10254 * configure.ac: Switch license to GPLv3.
10255
102562007-08-01 Michael Snyder <msnyder@access-company.com>
10257
10258 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
10259
102602007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
10261
10262 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
10263 typedef.
10264 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
10265 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
10266 CloseToolhelp32Snapshot.
10267 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
10268 CloseToolhelp32Snapshot.
10269
102702007-07-27 Michael Snyder <michael.snyder@access-company.com>
10271
10272 * server.c (main): Check for inferior exit before main loop.
10273
102742007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
10275
10276 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
10277 instead of on tmp_desc.
10278
102792007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10280 Daniel Jacobowitz <dan@codesourcery.com>
10281
10282 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
10283 (add_thread): Minor cleanups.
10284 (clear_inferiors): Move lower in the file. Clear the DLL
10285 list.
10286 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
10287 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
10288 (xml_escape_text): New.
10289 * server.c (handle_query): Handle qXfer:libraries:read. Report it
10290 for qSupported.
10291 (handle_v_cont): Report errors.
10292 (gdbserver_version): Update.
10293 (main): Correct size of own_buf. Do not report initial DLL events.
10294 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
10295 (unloaded_dll, xml_escape_text): New.
10296 * win32-low.c (enum target_waitkind): Update comments.
10297 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
10298 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
10299 (win32_EnumProcessModules, win32_GetModuleInformation)
10300 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
10301 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
10302 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
10303 (win32_Module32First, win32_Module32Next, load_toolhelp)
10304 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
10305 (get_child_debug_event): Handle DLL events.
10306 (win32_wait): Likewise.
10307
103082007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10309
10310 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
10311 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
10312
103132007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10314
10315 * win32-low.c (handle_output_debug_string): Ignore event if not
10316 waiting.
10317
103182007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10319
10320 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
10321
103222007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
10323
10324 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
10325
103262007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10327
10328 * inferiors.c (change_inferior_id): Add comment.
10329 * linux-low.c (check_removed_breakpoint): Add an early
10330 prototype. Improve debug output.
10331 (linux_attach): Doc update.
10332 (linux_detach_one_process, linux_detach): Clean up before releasing
10333 each process.
10334 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
10335 * linux-low.h (struct process_info): Doc improvement.
10336 * mem-break.c (delete_all_breakpoints): New.
10337 * mem-break.h (delete_all_breakpoints): New prototype.
10338 * thread-db.c (find_first_thread): New.
10339 (thread_db_create_event): Call it instead of
10340 thread_db_find_new_threads. Clean up unused variables.
10341 (maybe_attach_thread): Remove first thread handling.
10342 (thread_db_find_new_threads): Use find_first_thread.
10343 (thread_db_get_tls_address): Likewise.
10344
103452007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10346
10347 * thread-db.c (thread_db_find_new_threads): Add prototype.
10348 (thread_db_create_event): Check for the main thread before adding
10349 a new thread.
10350 (maybe_attach_thread): Only enable event reporting if TID == 0.
10351 (thread_db_get_tls_address): Check for new threads.
10352
103532007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
10354
10355 * linux-low.c (linux_create_inferior): Try execv before execvp.
10356 * spu-low.c (spu_create_inferior): Likewise.
10357
103582007-06-13 Mike Frysinger <vapier@gentoo.org>
10359
10360 * linux-low.c (linux_create_inferior): Change execv to execvp.
10361 * spu-low.c (spu_create_inferior): Likewies.
10362
103632007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10364
10365 * Makefile.in (clean): Clean new files instead of deleted ones.
10366 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
10367 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
10368 rules.
10369 * configure.srv: Specify XML files and new regformats for MIPS and
10370 MIPS64 GNU/Linux.
10371 * linux-mips-low.c (mips_num_regs): Set to only used registers.
10372 (mips_regmap): Do not fetch $0. Remove unused registers. Add
10373 an entry for the restart register.
10374 (mips_cannot_fetch_register, mips_cannot_store_register)
10375 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
10376 register names to match the XML descriptions.
10377 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
10378 restart register instead of $0.
10379
103802007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10381 Markus Deuling <deuling@de.ibm.com>
10382
10383 * remote-utils.c (decode_xfer_write): New function.
10384 * server.h (decode_xfer_write): Add prototype.
10385 * server.c (handle_query): Add PACKET_LEN argument. Support
10386 qXfer:spu:read and qXfer:spu:write packets.
10387 (main): Pass packet_len to handle_query.
10388 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
10389 * target.h (target_ops): Add qxfer_spu.
10390
103912007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10392
10393 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
10394 accessing non-seekable spufs files.
10395
103962007-05-16 Markus Deuling <deuling@de.ibm.com>
10397
10398 * server.c (handle_query): Add reply for qC packet.
10399
104002007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10401 Leo Zayas <lerele@champenstudios@com>
10402
10403 * server.h (check_remote_input_interrupt_request): New function.
10404 * remote_utils.c (INVALID_DESCRIPTOR): New define.
10405 (remote_desc): Initialize with INVALID_DESCRIPTOR.
10406 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
10407 (check_remote_input_interrupt_request): New function.
10408 * server.h (check_remote_input_interrupt_request): Declare.
10409 * win32-low.c (winapi_DebugBreakProcess,
10410 winapi_GenerateConsoleCtrlEvent): New typedefs.
10411 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
10412 to 250 ms.
10413 (win32_wait): Check for remote interrupt request
10414 with check_remote_input_interrupt_request.
10415 (win32_request_interrupt): New function.
10416 (win32_target_op): Set request_interrupt to win32_request_interrupt.
10417
104182007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10419
10420 * win32-low.c (debug_registers_changed,
10421 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
10422 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
10423 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
10424 (thread_rec): Get context using the low target.
10425 (child_add_thread): Call thread_added on the low target,
10426 which does the same thing.
10427 (regptr): Delete.
10428 (do_initial_child_stuff): Remove debug registers references.
10429 Set context using the low target. Resume threads after
10430 setting the contexts.
10431 (child_continue): Remove dead variable. Remove debug
10432 registers references.
10433 (child_fetch_inferior_registers): Go through the low target.
10434 (do_child_store_inferior_registers): Remove.
10435 (child_store_inferior_registers): Go through the low target.
10436 (win32_resume): Remove debug registers references.
10437 Set context using the low target.
10438 (handle_exception): Change return type to void. Don't record
10439 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
10440 first chance exception.
10441 (get_child_debug_event): Change return type to void. Remove
10442 goto loop. Always return after waiting for debug event.
10443 (win32_wait): Convert to switch statement. Handle spurious
10444 events.
10445
10446 * win32-i386-low.c (debug_registers_changed,
10447 debug_registers_used): New.
10448 (initial_stuff): Rename to ...
10449 (i386_initial_stuff): ... this. Clear debug registers
10450 state variables.
10451 (store_debug_registers): Delete.
10452 (i386_get_thread_context): New.
10453 (load_debug_registers): Delete.
10454 (i386_set_thread_context): New.
10455 (i386_thread_added): New.
10456 (single_step): Rename to ...
10457 (i386_single_step): ... this.
10458 (do_fetch_inferior_registers): Rename to ...
10459 (i386_fetch_inferior_register): ... this.
10460 (i386_store_inferior_register): New.
10461 (the_low_target): Adapt to new interface.
10462
10463 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
10464 (arm_get_thread_context): New.
10465 (arm_set_thread_context): New.
10466 (regptr): New.
10467 (do_fetch_inferior_registers): Rename to ...
10468 (arm_fetch_inferior_register): ... this.
10469 (arm_store_inferior_register): New.
10470 (arm_wince_breakpoint): Reimplement as unsigned long.
10471 (arm_wince_breakpoint_len): Define.
10472 (the_low_target): Adapt to new interface.
10473
10474 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
10475 load_debug_registers. Add get_thread_context, set_thread_context,
10476 thread_added and store_inferior_register. Rename
10477 fetch_inferior_registers to fetch_inferior_register.
10478 (regptr): Remove declaration.
10479
104802007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10481
10482 * linux-low.c (linux_detach): Change return type to int. Return 0.
10483 * spu-low.c (spu_detach): Likewise.
10484
104852007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10486
10487 * target.h (target_ops): Change return type of detach to int.
10488 Add join.
10489 (join_inferior): New.
10490 * server.c (main): Don't skip detach support on mingw32.
10491 If the inferior doesn't support detaching return error.
10492 Call join_inferior instead of using waitpid.
10493 * linux-low.c (linux_join): New.
10494 (linux_target_op): Add linux_join.
10495 * spu-low.c (spu_join): New.
10496 (spu_target_ops): Add spu_join.
10497 * win32-low.c (win32_detach): Adapt to new interface.
10498 Reopen current_process_handle before detaching. Issue a child
10499 resume before detaching.
10500 (win32_join): New.
10501 (win32_target_op): Add win32_join.
10502
105032007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10504
10505 * win32-low.c (win32-attach): Fix return value.
10506 * target.h (target_ops): Describe ATTACH return values.
10507
105082007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10509
10510 * win32-low.c (GETPROCADDRESS): Define.
10511 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
10512 (winapi_DebugSetProcessKillOnExit): Likewise.
10513 (win32_create_inferior): Force usage of ansi CreateProcessA.
10514 (win32_attach): Use GETPROCADDRESS.
10515 (win32_detach): Likewise.
10516
105172007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10518
10519 * win32-low.c (win32_wait): Don't use WSTOPSIG.
10520
105212007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
10522
10523 * win32-low.c: Commit leftover changes from 2007-03-29.
10524
105252007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10526
10527 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
10528 fields short instead of int. Add explicit padding.
10529 (i387_cache_to_fsave): Remove unnecessary casts.
10530 (i387_fsave_to_cache): Doc fix.
10531 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
10532
105332007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10534
10535 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
10536 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
10537
105382007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10539
10540 * configure.srv (arm*-*-mingw32ce*): Move near the other
10541 arm targets.
10542
105432007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10544
10545 * configure.ac: Add errno checking.
10546 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
10547 sys/file.h and malloc.h.
10548 (AC_CHECK_DECLS): Add perror.
10549 (srv_mingwce): Handle.
10550 * configure.srv (i[34567]86-*-cygwin*): Add
10551 win32-i386-low.o to srv_tgtobj.
10552 (i[34567]86-*-mingw*): Likewise.
10553 (arm*-*-mingw32ce*): Add case.
10554 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10555 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
10556 [__MINGW32CE__] (strerror): New function.
10557 [__MINGW32CE__] (errno): Define to GetLastError.
10558 [__MINGW32CE__] (COUNTOF): New macro.
10559 (remote_open): Remove extra close call.
10560 * mem-break.c (delete_breakpoint_at): New function.
10561 * mem-break.h (delete_breakpoint_at): Declare.
10562 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10563 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
10564 [USE_WIN32API] (read, write): Add char* casts.
10565 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
10566 * server.h: Include wincecompat.h on Windows CE.
10567 [HAVE_ERRNO_H]: Check.
10568 (perror): Declare if not declared.
10569 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
10570 (perror_with_name): Remove errno declaration.
10571 * wincecompat.h: New.
10572 * wincecompat.c: New.
10573 * win32-low.h: New.
10574 * win32-arm-low.c: New.
10575 * win32-i386-low.c: New.
10576 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
10577 (OUTMSG2): Make it safe.
10578 (_T): New macro.
10579 (COUNTOF): New macro.
10580 (NUM_REGS): Get it from the low target.
10581 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
10582 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
10583 (thread_rec): Let low target handle debug registers.
10584 (child_add_thread): Likewise.
10585 (child_init_thread_list): Likewise.
10586 (continue_one_thread): Likewise.
10587 (regptr): New.
10588 (do_child_fetch_inferior_registers): Move to ...
10589 * win32-i386-low.c: ... here, and rename to ...
10590 (do_fetch_inferior_registers): ... this.
10591 * win32-low.c (child_fetch_inferior_registers):
10592 Go through the low target.
10593 (do_child_store_inferior_registers): Use regptr.
10594 (strwinerror): New function.
10595 (win32_create_inferior): Handle Windows CE.
10596 Use strwinerror instead of strerror on Windows error
10597 codes. Add program to the error output.
10598 Don't close the main thread handle on Windows CE.
10599 (win32_attach): Use coredll.dll on Windows CE.
10600 (win32_kill): Close current process and current
10601 thread handles.
10602 (win32_detach): Use coredll.dll on Windows CE.
10603 (win32_resume): Let low target handle debug registers, and
10604 step request.
10605 (handle_exception): Add/Remove initial breakpoint. Avoid
10606 non-existant WSTOPSIG on Windows CE.
10607 (win32_read_inferior_memory): Cast to remove warning.
10608 (win32_arch_string): Go through the low target.
10609 (initialize_low): Call set_breakpoint_data with the low
10610 target's breakpoint.
10611 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
10612 FOP_REGNUM, mappings): Move to ...
10613 * win32-i386-low.c: ... here.
10614 * win32-low.c (win32_thread_info): Move to ...
10615 * win32-low.h: ... here.
10616 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
10617 win32-arm-low.c and wincecompat.c.
10618 (all:): Add $EXEEXT.
10619 (install-only:): Likewise.
10620 (gdbserver:): Likewise.
10621 (gdbreplay:): Likewise.
10622 * config.in: Regenerate.
10623 * configure: Regenerate.
10624
106252007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10626
10627 * win32-low.c: Rename typedef thread_info to
10628 win32_thread_info throughout.
10629
106302007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10631
10632 * win32-i386-low.c: Rename to ...
10633 * win32-low.c: ... this.
10634 * configure.srv: Replace win32-i386-low.o with win32-low.o.
10635 * Makefile.in: Likewise.
10636
106372007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
10638
10639 * remote-utils.c (monitor_output): Constify msg parameter.
10640 * server.h (monitor_output): Likewise.
10641 * win32-i386-low.c (handle_output_debug_string): New.
10642 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
10643 handle_output_debug_string.
10644 (get_child_debug_event): Likewise.
10645
106462007-03-27 Mat Hostetter <mat@lcs.mit.edu>
10647
10648 * server.c (main): Correct strtoul check.
10649
106502007-03-27 Jon Ringle <jon@ringle.org>
10651
10652 * linux-low.c: Check __ARCH_HAS_MMU__ also.
10653
106542007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10655
10656 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10657
106582007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10659
10660 * terminal.h: Check HAVE_SGTTY_H.
10661
106622007-02-27 Mat Hostetter <mat@lcs.mit.edu>
10663
10664 * remote-utils.c (remote_open): Print out the assigned port number.
10665
106662007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10667
10668 * remote-utils.c (monitor_output): New function.
10669 * server.c (debug_threads): Define here.
10670 (monitor_show_help): New function.
10671 (handle_query): Handle qRcmd.
10672 (main): Do not handle 'd' packet.
10673 * server.h (debug_threads, remote_debug, monitor_output): Declare.
10674 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
10675 of debug_threads.
10676
106772007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10678
10679 * Makefile.in (EXEEXT): New.
10680 (clean): Use $(EXEEXT).
10681
106822007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10683
10684 * target.h (target_ops): Rename send_signal to request_interrupt,
10685 and remove enum target_signal parameter.
10686 * linux-low.c (linux_request_interrupt): Rename from
10687 linux_send_signal, and always send SIGINT.
10688 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
10689 and always send SIGINT.
10690 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
10691 of send_signal.
10692 (input_interrupt): Likewise.
10693
106942007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10695
10696 * server.c (get_features_xml): Check if target implemented
10697 arch_string.
10698 * win32-i386-low.c (win32_arch_string): New.
10699 (win32_target_ops): Add win32_arch_string as arch_string member.
10700
107012007-02-22 Markus Deuling <deuling@de.ibm.com>
10702
10703 * spu-low.c (spu_arch_string): New.
10704 (spu_target_ops): Add spu_arch_string.
10705
107062007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10707
10708 * remote-utils.c: Remove HAVE_TERMINAL_H check.
10709 * configure.ac: Do not check for terminal.h.
10710 * configure, config.in: Regenerated.
10711
107122007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10713
10714 * Makefile.in (OBS): Add $(XML_BUILTIN).
10715 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
10716 (clean): Update.
10717 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
10718 (arm-with-iwmmxt.c): New.
10719 * config.in, configure: Regenerate.
10720 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
10721 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
10722 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
10723 (arm*-*-linux*): Add iWMMXt and regset support.
10724 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
10725 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
10726 (arm_store_wmmxregset, target_regsets): New.
10727 * server.c (get_features_xml): Take annex argument. Check builtin
10728 XML documents.
10729 (handle_query): Handle multiple annexes.
10730
107312007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10732
10733 * remote-utils.c [USE_WIN32API] (read, write): Define.
10734 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
10735 write.
10736
107372007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10738
10739 * linux-i386-low.c (the_low_target): Set arch_string.
10740 * linux-x86-64-low.c (the_low_target): Likewise.
10741 * linux-low.c (linux_arch_string): New.
10742 (linux_target_ops): Add it.
10743 * linux-low.h (struct linux_target_ops): Add arch_string.
10744 * server.c (write_qxfer_response): Use const void * for DATA.
10745 (get_features_xml): New.
10746 (handle_query): Handle qXfer:features:read. Report it for qSupported.
10747 * target.h (struct target_ops): Add arch_string method.
10748
107492007-01-03 Denis Pilat <denis.pilat@st.com>
10750 Daniel Jacobowitz <dan@codesourcery.com>
10751
10752 * linux-low.c (linux_kill): Handle being called with no threads.
10753 * win32-i386-low.c (win32_kill): Likewise.
10754 (get_child_debug_event): Clear current_process_handle.
10755
107562006-12-30 Denis PILAT <denis.pilat@st.com>
10757 Daniel Jacobowitz <dan@codesourcery.com>
10758
10759 * remote-utils.c (remote_open): Check the type of specified
10760 serial port devices before opening them.
10761 * server.c (main): Kill the inferior if an error occurs during
10762 the first remote_open.
10763
107642006-12-05 Markus Deuling <deuling@de.ibm.com>
10765
10766 * README: Update supported targets.
10767
107682006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
10769
10770 * Makefile.in (clean): Remove reg-mips64.c.
10771 (reg-mips64.c, reg-mips64.o): New rules.
10772 * configure.srv: Handle mips64. Include regset support for mips.
10773 * linux-mips-low.c (union mips_register): New.
10774 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
10775 (mips_breakpoint, mips_breakpoint_at): Use int.
10776 (mips_collect_register, mips_supply_register)
10777 (mips_collect_register_32bit, mips_supply_register_32bit)
10778 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
10779 (mips_store_fpregset, target_regsets): New.
10780 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
10781
107822006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10783
10784 * configure.srv: Add target "spu*-*-*".
10785 * Makefile.in (clean): Remove reg-spu.c.
10786 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
10787 * spu-low.c: New file.
10788
107892006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10790
10791 * configure.ac: Correct td_thr_tls_get_addr test.
10792 * configure: Regenerated.
10793
107942006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10795
10796 * linux-low.c (linux_wait_for_event): Reformat. Use the
10797 pass_signals array.
10798 * remote-utils.c (decode_address_to_semicolon): New.
10799 * server.c (pass_signals, handle_general_set): New.
10800 (handle_query): Mention QPassSignals for qSupported.
10801 (main): Call handle_general_set.
10802 * server.h (pass_signals, decode_address_to_semicolon): New.
10803
108042006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
10805
10806 * server.c (handle_query): Correct error handling for read_auxv.
10807
108082005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10809
10810 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
10811 and srv_linux_thread_db to yes.
10812 * linux-s390-low.c (s390_fill_gregset): New function.
10813 (target_regsets): Define data structure.
10814
108152006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10816
10817 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10818 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10819 * config.in, configure: Regenerated.
10820 * inferiors.c (gdb_id_to_thread): New function.
10821 (gdb_id_to_thread_id): Use it.
10822 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10823 * linux-low.h (struct process_info): Add th member.
10824 (thread_db_get_tls_address): New prototype.
10825 * remote-utils.c (decode_address): Make non-static.
10826 * server.c (handle_query): Handle qGetTLSAddr.
10827 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10828 * target.h (struct target_ops): Add get_tls_address.
10829 * thread-db.c (maybe_attach_thread): Save the thread handle.
10830 (thread_db_get_tls_address): New.
10831
108322006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10835 (linux_resume_one_process): Take a siginfo_t *. Update all
10836 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10837 (struct pending_signals): Add a siginfo_t.
10838 (linux_wait_for_process): Always set last_status.
10839 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10840 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10841 * linux-low.h (struct process_info): Add last_status.
10842
108432006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10844
10845 * remote-utils.c (try_rle): New function.
10846 (putpkt_binary): Use it.
10847
108482006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10849
10850 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10851 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10852 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10853 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10854 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10855 point registers.
10856
108572006-08-08 Richard Sandiford <richard@codesourcery.com>
10858
10859 * server.c (terminal_fd): New variable.
10860 (old_foreground_pgrp): Likewise.
10861 (restore_old_foreground_pgrp): New function.
10862 (start_inferior): Record the terminal file descriptor in terminal_fd
10863 and its original foreground group in old_foreground_pgrp. Register
10864 restore_old_foreground_pgrp with atexit().
10865
108662006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10867
10868 * server.c (handle_query): Correct qPart to qXfer.
10869
108702006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10871
10872 * configure.ac: Check for more headers which are missing on
10873 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10874 * configure.srv: Add Cygwin and mingw32.
10875 * remote-utils.c: Don't include headers unconditionally which
10876 are missing on mingw32. Include <winsock.h> for mingw32.
10877 (remote_open): Adjust for mingw32 support. Flush
10878 standard error after writing to it.
10879 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10880 (unblock_async_io, enable_async_io, disable_async_io)
10881 (readchar, getpkt): Update for Winsock support.
10882 (prepare_resume_reply): Expect a protocol signal number.
10883 * server.c: Disable <sys/wait.h> on mingw32.
10884 (start_inferior): Adjust for mingw32 support. Flush
10885 standard error after writing to it.
10886 (attach_inferior): Likewise. Use protocol signal
10887 numbers.
10888 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10889 and names.
10890 * win32-i386-low.c: New file.
10891 * Makefile.in (XM_CLIBS): Set.
10892 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10893 (win32-i386-low.o): New dependency rule.
10894 * linux-low.c (linux_wait): Use target signal numbers.
10895 * target.h (struct target_ops): Doc fix.
10896 * server.h (target_signal_to_name): New prototype.
10897 * gdbreplay.c: Don't include headers unconditionally which
10898 are missing on mingw32. Include <winsock.h> for mingw32.
10899 (remote_close, remote_open): Adjust for Winsock support.
10900 * configure, config.in: Regenerated.
10901
109022006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10903
10904 * server.c (decode_xfer_read, write_qxfer_response): New.
10905 (handle_query): Take a packet length argument. Handle
10906 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10907 the qSupported response.
10908 (main): Update call to handle_query.
10909
109102006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10911
10912 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10913 (putpkt_binary): Renamed from putpkt and adjusted for binary
10914 data.
10915 (putpkt): New wrapper for putpkt_binary.
10916 (readchar): Don't mask off the high bit.
10917 (decode_X_packet): New function.
10918 * server.c (main): Call putpkt_binary if a handler sets the packet
10919 length. Save the length of the incoming packet. Handle 'X'.
10920 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10921
109222006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10923
10924 * server.c (handle_query): Handle qSupported.
10925
109262006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10927
10928 * remote-utils.c (all_symbols_looked_up): New variable.
10929 (look_up_one_symbol): Check it.
10930 * server.h (look_up_one_symbol): New declaration.
10931 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10932
109332006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10934
10935 * Makefile.in (linux-arm-low.o): Update dependencies.
10936 * linux-arm-low.c: Include "gdb_proc_service.h".
10937 (PTRACE_GET_THREAD_AREA): Define.
10938 (ps_get_thread_area): New function.
10939
109402006-05-09 Nathan Sidwell <nathan@codesourcery.com>
10941
10942 * configure.srv (m68k*-*-uclinux*): New target.
10943 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
10944 (linux_resume_one_process): Remove extraneous cast.
10945 (linux_read_offsets): New.
10946 (linux_target_op): Add linux_read_offsets on mmuless systems.
10947 * server.c (handle_query): Add qOffsets logic.
10948 * target.h (struct target_ops): Add read_offsets.
10949
109502006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10951
10952 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
10953 (PTRACE_GET_THREAD_AREA): Define.
10954 (ps_get_thread_area): New function.
10955 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
10956 (linux-x86-64-low.o): Update.
10957
109582006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10959
10960 * configure.ac: Remove checks for prfpregset_t.
10961 * gdb_proc_service.h: New file.
10962 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
10963 new "gdb_proc_service.h".
10964 * proc-service.c: Likewise.
10965 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
10966 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
10967 * Makefile.in (gdb_proc_service_h): Updated.
10968 * configure, config.in: Regenerated.
10969
109702006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10971
10972 * remote-utils.c (prepare_resume_reply): Move declaration
10973 of gdb_id_from_wait to the top of the block.
10974
109752006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
10976
10977 * linux-low.c (regsets_store_inferior_registers): Read the regset
10978 from the target before filling it.
10979
109802006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10981
10982 * server.c (attach_inferior): Return SIGTRAP for a successful
10983 attach.
10984
109852006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10986
10987 * Makefile.in (OBS): Add version.o.
10988 (STAGESTUFF): Delete.
10989 (version.o): Add dependencies.
10990 (version.c): Replace rule.
10991 (clean): Remove version.c.
10992 * server.c (gdbserver_version): New.
10993 (gdbserver_usage): Use printf.
10994 (main): Handle --version and --help.
10995 * server.h (version, host_name): Add declarations.
10996
109972005-12-23 Eli Zaretskii <eliz@gnu.org>
10998
10999 * linux-arm-low.c:
11000 * linux-arm-low.c:
11001 * inferiors.c:
11002 * i387-fp.h:
11003 * i387-fp.c:
11004 * gdbreplay.c:
11005 * regcache.c:
11006 * proc-service.c:
11007 * mem-break.h:
11008 * mem-break.c:
11009 * linux-x86-64-low.c:
11010 * linux-sh-low.c:
11011 * linux-s390-low.c:
11012 * linux-ppc64-low.c:
11013 * linux-ppc-low.c:
11014 * linux-mips-low.c:
11015 * linux-m68k-low.c:
11016 * linux-m32r-low.c:
11017 * linux-low.h:
11018 * linux-low.c:
11019 * linux-ia64-low.c:
11020 * linux-i386-low.c:
11021 * linux-crisv32-low.c:
11022 * thread-db.c:
11023 * terminal.h:
11024 * target.h:
11025 * target.c:
11026 * server.h:
11027 * server.c:
11028 * remote-utils.c:
11029 * regcache.h:
11030 * utils.c:
11031 * Makefile.in:
11032 * configure.ac:
11033 * gdbserver.1: Add (C) after Copyright. Update the FSF
11034 address.
11035
110362005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11037
11038 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
11039 (arm_breakpoint_at): Recognize both breakpoints.
11040 (the_low_target): Use the correct breakpoint instruction.
11041
110422005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11043
11044 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
11045 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
11046 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
11047 (the_low_target): Update.
11048
110492005-10-25 Andreas Schwab <schwab@suse.de>
11050
11051 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
11052
11053 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
11054 (ia64_num_regs): Reduce to 462.
11055
110562005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11057
11058 * acinclude.m4: Correct quoting.
11059 * aclocal.m4: Regenerated.
11060
11061 Suggested by SZOKOVACS Robert <szo@ies.hu>:
11062 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
11063 (thread_db_init): Call thread_db_err_str.
11064 * configure.ac: Check for TD_VERSION.
11065 * config.in, configure: Regenerated.
11066
110672005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11068
11069 * server.h (error, fatal, warning): Add ATTR_FORMAT.
11070
110712005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11072
11073 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
11074 is not available. Define HAVE_PTRACE_GETREGS if it is.
11075 * config.in, configure: Regenerated.
11076 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
11077 * linux-i386-low.c, linux-m68k-low.c: Update to use
11078 HAVE_PTRACE_GETREGS.
11079 * linux-low.c (regsets_fetch_inferior_registers)
11080 (regsets_store_inferior_registers): Only return 0 if we processed
11081 GENERAL_REGS.
11082 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
11083 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
11084
110852005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11086
11087 * inferiors.c (struct thread_info): Add gdb_id.
11088 (add_thread): Add gdb_id argument.
11089 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
11090 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
11091 calls to add_thread.
11092 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
11093 * server.c (handle_query): Use thread_to_gdb_id.
11094 (handle_v_cont, main): Use gdb_id_to_thread_id.
11095 * server.h (add_thread): Update prototype.
11096 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
11097 prototypes.
11098
110992005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11100
11101 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
11102 left-padded registers.
11103 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
11104 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
11105
111062005-07-01 Steve Ellcey <sje@cup.hp.com>
11107
11108 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
11109 * configure: Regenerate.
11110 * config.in: Regenerate.
11111 * server.h (NEED_DECLARATION_STRERROR):
11112 Replace with !HAVE_DECL_STRERROR.
11113
111142005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
11115
11116 * linux-low.c (linux_wait, linux_send_signal): Don't test
11117 an unsigned long variable for > 0 if it could be MAX_ULONG.
11118 * server.c (myresume): Likewise.
11119 * target.c (set_desired_inferior): Likewise.
11120
111212005-06-13 Mark Kettenis <kettenis@gnu.org>
11122
11123 * configure.ac: Simplify and improve check for socklen_t.
11124 * configure, config.in: Regenerate.
11125
111262005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11127
11128 * acconfig.h: Remove.
11129 * configure.ac: Add a test for socklen_t. Use three-argument
11130 AC_DEFINE throughout.
11131 * config.in: Regenerated using autoheader 2.59.
11132 * configure: Regenerated.
11133
11134 * gdbreplay.c (socklen_t): Provide a default.
11135 (remote_open): Use socklen_t.
11136 * remote-utils.c (socklen_t): Provide a default.
11137 (remote_open): Use socklen_t.
11138 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
11139 unsigned char.
11140
11141 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
11142 char for buffers.
11143 * linux-low.c (linux_read_memory, linux_write_memory)
11144 (linux_read_auxv): Likewise.
11145 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
11146 (check_mem_write): Likewise.
11147 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
11148 Likewise.
11149 * regcache.c (struct inferior_rgcache_data, registers_to_string)
11150 (registers_from_string, register_data): Likewise.
11151 * server.c (handle_query, main): Likewise.
11152 * server.h (convert_ascii_to_int, convert_int_to_ascii)
11153 (decode_M_packet): Likewise.
11154 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
11155 * target.h (struct target_ops): Update read_memory, write_memory,
11156 and read_auxv.
11157 (read_inferior_memory, write_inferior_memory): Update.
11158 * linux-low.h (struct linux_target_ops): Change type of breakpoint
11159 to unsigned char *.
11160 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
11161 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
11162 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
11163 linux-s390-low.c, linux-sh-low.c: Update for changes in
11164 read_inferior_memory and the_low_target->breakpoint.
11165
111662005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
11167
11168 * Makefile.in (SFILES): Add linux-ppc64-low.c.
11169 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
11170 * configure.srv: Add powerpc64-*-linux*.
11171 * linux-ppc64-low.c: New file.
11172
111732005-05-23 Orjan Friberg <orjanf@axis.com>
11174
11175 * linux-cris-low.c: New file with support for CRIS.
11176 * linux-crisv32-low.c: Ditto for CRISv32.
11177 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
11178 (clean): Add reg-cris.c and reg-crisv32.c.
11179 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
11180 reg-crisv32.o, and reg-crisv32.c to make rules.
11181 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
11182 recognized targets.
11183
111842005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
11185
11186 * linux-low.c (fetch_register): Ensure buffer size is a multiple
11187 of sizeof (PTRACE_XFER_TYPE).
11188 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
11189
111902005-05-12 Orjan Friberg <orjanf@axis.com>
11191
11192 * target.h (struct target_ops): Add insert_watchpoint,
11193 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
11194 pointers for hardware watchpoint support.
11195 * linux-low.h (struct linux_target_ops): Ditto.
11196 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
11197 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
11198 to linux_target_ops.
11199 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
11200 reply packet.
11201 * server.c (main): Recognize 'Z' and 'z' packets.
11202
112032005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
11204
11205 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
11206 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
11207 (the_low_target): Add new members.
11208
112092005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11210
11211 * proc-service.c (ps_lgetregs): Search all_processes instead of
11212 all_threads.
11213
112142005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11215
11216 * server.c (start_inferior): Change return type to int.
11217 (attach_inferior): Change sigptr to int *.
11218 (handle_v_cont, handle_v_requests): Change signal to int *.
11219 (main): Change signal to int.
11220
112212005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
11222
11223 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
11224 * configure.srv: Add m32r*-*-linux*.
11225 * linux-m32r-low.c: New file.
11226
112272005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
11228
11229 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
11230
112312005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11232
11233 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
11234 Take unsigned long arguments for PIDs.
11235 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
11236 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
11237 (wait_for_sigstop, linux_resume_one_process)
11238 (regsets_fetch_inferior_registers, linux_send_signal)
11239 (linux_read_auxv): Likewise. Update the types of variables holding
11240 PIDs. Update format string specifiers.
11241 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
11242 * remote-utils.c (prepare_resume_reply): Likewise.
11243 * server.c (cont_thread, general_thread, step_thread)
11244 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
11245 unsigned long.
11246 (handle_query): Update format specifiers.
11247 (handle_v_cont, main): Use strtoul for thread IDs.
11248 * server.h (struct inferior_list_entry): Use unsigned long for ID.
11249 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
11250 (general_thread, step_thread, thread_from_wait)
11251 (old_thread_from_wait): Update.
11252 * target.h (struct thread_resume): Use unsigned long for THREAD.
11253 (struct target_ops): Use unsigned long for arguments to attach and
11254 thread_alive.
11255
112562005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
11257
11258 * acinclude.m4: Include bfd/bfd.m4 directly.
11259 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
11260 <agriffis@toolchain.org>.
11261 * aclocal.m4, configure: Regenerated.
11262
112632005-01-07 Andrew Cagney <cagney@gnu.org>
11264
11265 * configure.ac: Rename configure.in, require autoconf 2.59.
11266 * configure: Re-generate.
11267
112682004-12-08 Daniel Jacobowitz <dan@debian.org>
11269
11270 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
11271 LIBS when finished.
11272 * aclocal.m4: Regenerated.
11273 * configure: Regenerated.
11274
112752004-11-21 Andreas Schwab <schwab@suse.de>
11276
11277 * linux-m68k-low.c (m68k_num_gregs): Define.
11278 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
11279 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
11280 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
11281 (m68k_breakpoint_at): New. Add to the_low_target.
11282
11283 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
11284 srv_linux_thread_db to yes.
11285
112862004-10-20 Joel Brobecker <brobecker@gnat.com>
11287
11288 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
11289 (ARCH_SET_FS): Likewise.
11290 (ARCH_GET_FS): Likewise.
11291 (ARCH_GET_GS): Likewise.
11292
112932004-10-16 Daniel Jacobowitz <dan@debian.org>
11294
11295 * linux-i386-low.c (ps_get_thread_area): New.
11296 * linux-x86-64-low.c (ps_get_thread_area): New.
11297 * linux-low.c: Include <sys/syscall.h>.
11298 (linux_kill_one_process): Don't kill the first thread here.
11299 (linux_kill): Kill the first thread here.
11300 (kill_lwp): New function.
11301 (send_sigstop, linux_send_signal): Use it.
11302 * proc-service.c: Clean up #ifdefs.
11303 (fpregset_info): Delete.
11304 (ps_lgetregs): Update and enable implementation.
11305 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
11306 implementations.
11307 * remote-utils.c (struct sym_cache, symbol_cache): New.
11308 (input_interrupt): Print a clearer message.
11309 (async_io_enabled): New variable.
11310 (enable_async_io, disable_async_io): Use it. Update comments.
11311 (look_up_one_symbol): Use the symbol cache.
11312 * thread-db.c (thread_db_look_up_symbols): New function.
11313 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
11314
113152004-10-16 Daniel Jacobowitz <dan@debian.org>
11316
11317 * configure.in: Test for -rdynamic.
11318 * configure: Regenerated.
11319 * Makefile (INTERNAL_LDFLAGS): New.
11320 (gdbserver, gdbreplay): Use it.
11321
113222004-09-02 Andrew Cagney <cagney@gnu.org>
11323
11324 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
11325
113262004-03-23 Daniel Jacobowitz <drow@mvista.com>
11327
11328 * linux-low.c (linux_wait): Clear all_processes list also.
11329
113302004-03-12 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * linux-low.c: Include <errno.h>. Remove extern declaration of
11333 errno.
11334
113352004-03-12 Daniel Jacobowitz <drow@mvista.com>
11336
11337 * gdbreplay.c, server.h, utils.c: Update copyright years.
11338
113392004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11340
11341 * server.c (main): Print child status or termination signal from
11342 variable 'signal', not 'sig'.
11343
113442004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11345
11346 * linux-low.c (linux_read_memory): Change return type to
11347 int. Check for and return error from ptrace().
11348 * target.c (read_inferior_memory): Change return type to int. Pass
11349 back return status from the_target->read_memory().
11350 * target.h (struct target_ops): Adapt *read_memory() prototype.
11351 Update comment.
11352 (read_inferior_memory): Adapt prototype.
11353 * server.c (main): Return an error packet if
11354 read_inferior_memory() returns an error.
11355
113562004-03-04 Daniel Jacobowitz <drow@mvista.com>
11357
11358 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
11359 Unify with other clean targets.
11360
113612004-02-29 Daniel Jacobowitz <drow@mvista.com>
11362
11363 * server.c (handle_v_cont): Call set_desired_inferior.
11364
113652004-02-29 Daniel Jacobowitz <drow@mvista.com>
11366
11367 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
11368
113692004-02-29 Daniel Jacobowitz <drow@mvista.com>
11370
11371 * linux-low.c (linux_wait): Unblock async I/O.
11372 (linux_resume): Block and enable async I/O.
11373 * remote-utils.c (block_async_io, unblock_async_io): New functions.
11374 * server.h (block_async_io, unblock_async_io): Add prototypes.
11375
113762004-02-29 Daniel Jacobowitz <drow@mvista.com>
11377
11378 * remote-utils.c (remote_open): Print a status notice after
11379 opening a TCP port.
11380 * server.c (attach_inferior): Print a status notice after
11381 attaching.
11382
113832004-02-29 Daniel Jacobowitz <drow@mvista.com>
11384
11385 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
11386
113872004-02-26 Daniel Jacobowitz <drow@mvista.com>
11388
11389 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
11390 error packet.
11391 * server.c, target.h: Update copyright years.
11392
113932004-02-25 Roland McGrath <roland@redhat.com>
11394
11395 * target.h (struct target_ops): New member `read_auxv'.
11396 * server.c (handle_query): Handle qPart:auxv:read: query using that.
11397 * linux-low.c (linux_read_auxv): New function.
11398 (linux_target_ops): Initialize `read_auxv' member to that.
11399
114002004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11401
11402 Committed by Jim Blandy <jimb@redhat.com>.
11403
11404 * linux-s390-low.c (s390_num_regs): Update.
11405 (s390_regmap): Remove control registers. Use __s390x__ predefine
11406 instead of GPR_SIZE to distiguish s390 and s390x targets.
11407
114082004-01-31 Daniel Jacobowitz <drow@mvista.com>
11409
11410 * linux-low.c: Update copyright year.
11411 (check_removed_breakpoint): Clear pending_is_breakpoint.
11412 (linux_set_resume_request, linux_queue_one_thread)
11413 (resume_status_pending_p): New functions.
11414 (linux_continue_one_thread): Use process->resume.
11415 (linux_resume): Only resume threads if there are no pending events.
11416 * linux-low.h (struct process_info): Add resume request
11417 pointer.
11418
114192004-01-30 Daniel Jacobowitz <drow@mvista.com>
11420
11421 * regcache.c (new_register_cache): Clear the allocated register
11422 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11423
114242003-10-13 Daniel Jacobowitz <drow@mvista.com>
11425
11426 * linux-low.c (linux_resume): Take a struct thread_resume *
11427 argument.
11428 (linux_wait): Update call.
11429 (resume_ptr): New static variable.
11430 (linux_continue_one_thread): Renamed from
11431 linux_continue_one_process. Use resume_ptr.
11432 (linux_resume): Use linux_continue_one_thread.
11433 * server.c (handle_v_cont, handle_v_requests): New functions.
11434 (myresume): New function.
11435 (main): Handle 'v' case.
11436 * target.h (struct thread_resume): New type.
11437 (struct target_ops): Change argument of "resume" to struct
11438 thread_resume *.
11439 (myresume): Delete macro.
11440
114412003-08-08 H.J. Lu <hongjiu.lu@intel.com>
11442
11443 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
11444 (uninstall): Support DESTDIR.
11445
11446Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
11447
11448 * configure.srv: Add xscale*linux copy of arm*linux entry.
11449
114502003-07-24 Daniel Jacobowitz <drow@mvista.com>
11451
11452 * linux-arm-low.c (arm_reinsert_addr): New function.
11453 (the_low_target): Add arm_reinsert_addr.
11454
114552003-07-08 Mark Kettenis <kettenis@gnu.org>
11456
11457 * mem-break.c: Remove whitespace at end of file.
11458
114592003-06-28 Daniel Jacobowitz <drow@mvista.com>
11460
11461 * configure.in: Check whether we need to prototype strerror.
11462 * server.h: Optionally prototype strerror.
11463 * gdbreplay.c (perror_with_name): Use strerror.
11464 * linux-low.c (linux_attach_lwp): Use strerror.
11465 * utils.c (perror_with_name): Use strerror.
11466 * config.in, configure: Regenerated.
11467
114682003-06-28 Daniel Jacobowitz <drow@mvista.com>
11469
11470 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
11471 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
11472
114732003-06-20 Daniel Jacobowitz <drow@mvista.com>
11474
11475 * Makefile.in (SFILES): Update.
11476 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
11477 low-sun3.c: Remove files.
11478
114792003-06-17 Daniel Jacobowitz <drow@mvista.com>
11480
11481 * linux-low.c: Move comment to linux_thread_alive where it belonged.
11482 (linux_detach_one_process, linux_detach): New functions.
11483 (linux_target_ops): Add linux_detach.
11484 * server.c (main): Handle 'D' packet.
11485 * target.h (struct target_ops): Add "detach" member.
11486 (detach_inferior): Define.
11487
114882003-06-13 Mark Kettenis <kettenis@gnu.org>
11489
11490 From Kelley Cook <kelleycook@wideopenwest.com>:
11491 * configure.srv: Accept i[34567]86 variants.
11492
114932003-06-05 Daniel Jacobowitz <drow@mvista.com>
11494
11495 * linux-low.c (linux_wait_for_event): Correct comment typos.
11496 (linux_resume_one_process): Call check_removed_breakpoint.
11497 (linux_send_signal): New function.
11498 (linux_target_ops): Add linux_send_signal.
11499 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
11500 of kill.
11501 * target.h (struct target_ops): Add send_signal.
11502
115032003-05-29 Jim Blandy <jimb@redhat.com>
11504
11505 * linux-low.c (usr_store_inferior_registers): Transfer buf in
11506 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
11507 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
11508 away part of the register's value.
11509
115102003-03-26 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
11513 (linux_wait_for_event, linux_init_signals): Likewise.
11514
115152003-03-17 Daniel Jacobowitz <drow@mvista.com>
11516
11517 * configure.in: Check for stdlib.h.
11518 * configure: Regenerated.
11519 * config.in: Regenerated.
11520
115212003-01-04 Andreas Schwab <schwab@suse.de>
11522
11523 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
11524
115252003-01-02 Andrew Cagney <ac131313@redhat.com>
11526
11527 * Makefile.in: Remove obsolete code.
11528
115292002-11-20 Daniel Jacobowitz <drow@mvista.com>
11530
11531 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
11532 defined(PT_FPR0_HI).
11533
115342002-11-17 Stuart Hughes <seh@zee2.com>
11535
11536 * linux-arm-low.c (arm_num_regs): Increase.
11537 (arm_regmap): Include status register.
11538
115392002-11-17 Daniel Jacobowitz <drow@mvista.com>
11540
11541 * linux-low.c (register_addr): Remove incorrect -1 check.
11542
115432002-08-29 Daniel Jacobowitz <drow@mvista.com>
11544
11545 * linux-low.c (linux_create_inferior): Call setpgid. Return
11546 the new PID.
11547 (unstopped_p, linux_signal_pid): Remove.
11548 (linux_target_ops): Remove linux_signal_pid.
11549 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
11550 global instead of target method.
11551 * target.h (struct target_ops): Remove signal_pid. Update comment
11552 for create_inferior.
11553 * server.c (signal_pid): New variable.
11554 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
11555 gdbserver. Set the child to be the foreground process group.
11556 (attach_inferior): Set signal_pid.
11557
115582002-08-23 Daniel Jacobowitz <drow@mvista.com>
11559
11560 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
11561
115622002-08-20 Jim Blandy <jimb@redhat.com>
11563
11564 * Makefile.in (LDFLAGS): Allow the configure script to establish a
11565 default for this.
11566
115672002-08-01 Andrew Cagney <cagney@redhat.com>
11568
11569 * Makefile.in: Make chill references obsolete.
11570
115712002-07-24 Kevin Buettner <kevinb@redhat.com>
11572
11573 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
11574 * configure: Regenerate.
11575 * config.in: Regenerate.
11576
115772002-07-09 David O'Brien <obrien@FreeBSD.org>
11578
11579 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
11580 (perror_with_name, remote_close, remote_open, expect, play): Static.
11581
115822002-07-04 Michal Ludvig <mludvig@suse.cz>
11583
11584 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
11585 byte offsets instead of an array of indexes.
11586 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
11587
115882002-06-13 Daniel Jacobowitz <drow@mvista.com>
11589
11590 * regcache.c: Add comment.
11591
115922002-06-11 Daniel Jacobowitz <drow@mvista.com>
11593
11594 * thread-db.c: New file.
11595 * proc-service.c: New file.
11596 * acinclude.m4: New file.
11597 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
11598 proc-service.o, and thread-db.o.
11599 (linux-low.o): Add USE_THREAD_DB.
11600 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
11601 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
11602 * aclocal.m4: Regenerated.
11603 * config.in: Regenerated.
11604 * configure: Regenerated.
11605 * configure.in: Check for proc_service.h, sys/procfs.h,
11606 thread_db.h, and linux/elf.h headrs.
11607 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
11608 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
11609 Check for -lthread_db and thread support.
11610 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
11611 PowerPC, and SuperH.
11612 * i387-fp.c: Constify arguments.
11613 * i387-fp.h: Likewise.
11614 * inferiors.c: (struct thread_info): Renamed from
11615 `struct inferior_info'. Remove PID member. Use generic inferior
11616 list header. All uses updated.
11617 (inferiors, signal_pid): Removed.
11618 (all_threads): New variable.
11619 (get_thread): Define.
11620 (add_inferior_to_list): New function.
11621 (for_each_inferior): New function.
11622 (change_inferior_id): New function.
11623 (add_inferior): Removed.
11624 (remove_inferior): New function.
11625 (add_thread): New function.
11626 (free_one_thread): New function.
11627 (remove_thread): New function.
11628 (clear_inferiors): Use for_each_inferior and free_one_thread.
11629 (find_inferior): New function.
11630 (find_inferior_id): New function.
11631 (inferior_target_data): Update argument type.
11632 (set_inferior_target_data): Likewise.
11633 (inferior_regcache_data): Likewise.
11634 (set_inferior_regcache_data): Likewise.
11635 * linux-low.c (linux_bp_reinsert): Remove.
11636 (all_processes, stopping_threads, using_thrads)
11637 (struct pending_signals, debug_threads, pid_of): New.
11638 (inferior_pid): Replace with macro.
11639 (struct inferior_linux_data): Remove.
11640 (get_stop_pc, add_process): New functions.
11641 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
11642 Use add_process and add_thread.
11643 (linux_attach_lwp): New function, based on old linux_attach. Use
11644 add_process and add_thread. Set stop_expected for new threads.
11645 (linux_attach): New function.
11646 (linux_kill_one_process): New function.
11647 (linux_kill): Kill all LWPs.
11648 (linux_thread_alive): Use find_inferior_id.
11649 (check_removed_breakpoints, status_pending_p): New functions.
11650 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
11651 Update. Use WNOHANG. Wait for cloned processes also. Update process
11652 struct for the found process.
11653 (linux_wait_for_event): New function.
11654 (linux_wait): Use it. Support LWPs.
11655 (send_sigstop, wait_for_sigstop, stop_all_processes)
11656 (linux_resume_one_process, linux_continue_one_process): New functions.
11657 (linux_resume): Support LWPs.
11658 (REGISTER_RAW_SIZE): Remove.
11659 (fetch_register): Use register_size instead. Call supply_register.
11660 (usr_store_inferior_registers): Likewise. Call collect_register.
11661 Fix recursive case.
11662 (regsets_fetch_inferior_registers): Improve error message.
11663 (regsets_store_inferior_registers): Add debugging.
11664 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
11665 (unstopped_p, linux_signal_pid): New functions.
11666 (linux_target_ops): Add linux_signal_pid.
11667 (linux_init_signals): New function.
11668 (initialize_low): Call it. Initialize using_threads.
11669 * regcache.c (inferior_regcache_data): Add valid
11670 flag.
11671 (get_regcache): Fetch registers lazily. Add fetch argument
11672 and update all callers.
11673 (regcache_invalidate_one, regcache_invalidate): New
11674 functions.
11675 (new_register_cache): Renamed from create_register_cache.
11676 Return the new regcache.
11677 (free_register_cache): Change argument to a void *.
11678 (registers_to_string, registers_from_string): Call get_regcache
11679 with fetch flag set.
11680 (register_data): Make static. Pass fetch flag to get_regcache.
11681 (supply_register): Call get_regcache with fetch flag clear.
11682 (collect_register): Call get_regcache with fetch flag set.
11683 (collect_register_as_string): New function.
11684 * regcache.h: Update.
11685 * remote-utils.c (putpkt): Flush after debug output and use
11686 stderr.
11687 Handle input interrupts while waiting for an ACK.
11688 (input_interrupt): Use signal_pid method.
11689 (getpkt): Flush after debug output and use stderr.
11690 (outreg): Use collect_register_as_string.
11691 (new_thread_notify, dead_thread_notify): New functions.
11692 (prepare_resume_reply): Check using_threads. Set thread_from_wait
11693 and general_thread.
11694 (look_up_one_symbol): Flush after debug output.
11695 * server.c (step_thread, server_waiting): New variables.
11696 (start_inferior): Don't use signal_pid. Update call to mywait.
11697 (attach_inferior): Update call to mywait.
11698 (handle_query): Handle qfThreadInfo and qsThreadInfo.
11699 (main): Don't fetch/store registers explicitly. Use
11700 set_desired_inferior. Support proposed ``Hs'' packet. Update
11701 calls to mywait.
11702 * server.h: Update.
11703 (struct inferior_list, struct_inferior_list_entry): New.
11704 * target.c (set_desired_inferior): New.
11705 (write_inferior_memory): Constify.
11706 (mywait): New function.
11707 * target.h: Update.
11708 (struct target_ops): New signal_pid method.
11709 (mywait): Removed macro, added prototype.
11710
11711 * linux-low.h (regset_func): Removed.
11712 (regset_fill_func, regset_store_func): New.
11713 (enum regset_type): New.
11714 (struct regset_info): Add type field. Use new operation types.
11715 (struct linux_target_ops): stop_pc renamed to get_pc.
11716 Add decr_pc_after_break and breakpoint_at.
11717 (get_process, get_thread_proess, get_process_thread)
11718 (strut process_info, all_processes, linux_attach_lwp)
11719 (thread_db_init): New.
11720
11721 * linux-arm-low.c (arm_get_pc, arm_set_pc,
11722 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
11723 (the_low_target): Add new members.
11724 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
11725 (i386_store_fpxregset): Constify.
11726 (target_regsets): Add new kind identifier.
11727 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
11728 (i386_set_pc): Add debugging.
11729 (i386_breakpoint_at): New function.
11730 (the_low_target): Add new members.
11731 * linux-mips-low.c (mips_get_pc, mips_set_pc)
11732 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
11733 (mips_breakpoint_at): New.
11734 (the_low_target): Add new members.
11735 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
11736 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
11737 (the_low_target): Add new members.
11738 * linux-sh-low.c (sh_get_pc, sh_set_pc)
11739 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
11740 (the_low_target): Add new members.
11741 * linux-x86-64-low.c (target_regsets): Add new kind
11742 identifier.
11743
117442002-05-15 Daniel Jacobowitz <drow@mvista.com>
11745
11746 From Martin Pool <mbp@samba.org>:
11747 * server.c (gdbserver_usage): New function.
11748 (main): Call it.
11749
117502002-05-14 Daniel Jacobowitz <drow@mvista.com>
11751
11752 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
11753 stop_at -> stop_pc.
11754
117552002-05-04 Andrew Cagney <ac131313@redhat.com>
11756
11757 * Makefile.in: Remove obsolete code.
11758
117592002-04-24 Michal Ludvig <mludvig@suse.cz>
11760
11761 * linux-low.c (regsets_fetch_inferior_registers),
11762 (regsets_store_inferior_registers): Removed cast to int from
11763 ptrace() calls.
11764 * regcache.h: Added declaration of struct inferior_info.
11765
117662002-04-20 Daniel Jacobowitz <drow@mvista.com>
11767
11768 * inferiors.c (struct inferior_info): Add regcache_data.
11769 (add_inferior): Call create_register_cache.
11770 (clear_inferiors): Call free_register_cache.
11771 (inferior_regcache_data, set_inferior_regcache_data): New functions.
11772 * regcache.c (struct inferior_regcache_data): New.
11773 (registers): Remove.
11774 (get_regcache): New function.
11775 (create_register_cache, free_register_cache): New functions.
11776 (set_register_cache): Don't initialize the register cache here.
11777 (registers_to_string, registers_from_string, register_data): Call
11778 get_regcache.
11779 * regcache.h: Add prototypes.
11780 * server.h: Likewise.
11781
117822002-04-20 Daniel Jacobowitz <drow@mvista.com>
11783
11784 * mem-break.c: New file.
11785 * mem-break.h: New file.
11786 * Makefile.in: Add mem-break.o rule; update server.h
11787 dependencies.
11788 * inferiors.c (struct inferior_info): Add target_data
11789 member.
11790 (clear_inferiors): Free target_data member if set.
11791 (inferior_target_data, set_inferior_target_data): New functions.
11792 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
11793 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
11794 * linux-low.c (linux_bp_reinsert): New variable.
11795 (struct inferior_linux_data): New.
11796 (linux_create_inferior): Use set_inferior_target_data.
11797 (linux_attach): Likewise. Call add_inferior.
11798 (linux_wait_for_one_inferior): New function.
11799 (linux_wait): Call it.
11800 (linux_write_memory): Add const.
11801 (initialize_low): Call set_breakpoint_data.
11802 * linux-low.h (struct linux_target_ops): Add breakpoint
11803 handling members.
11804 * server.c (attach_inferior): Remove extra add_inferior
11805 call.
11806 * server.h: Include mem-break.h. Update inferior.c
11807 prototypes.
11808 * target.c (read_inferior_memory)
11809 (write_inferior_memory): New functions.
11810 * target.h (read_inferior_memory)
11811 (write_inferior_memory): Change macros to prototypes.
11812 (struct target_ops): Update comments. Add const to write_memory
11813 definition.
11814
118152002-04-11 Daniel Jacobowitz <drow@mvista.com>
11816
11817 * linux-low.c (usr_store_inferior_registers): Support
11818 registers which are allowed to fail to store.
11819 * linux-low.h (linux_target_ops): Likewise.
11820 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11821 (ppc_cannot_store_register): FPSCR may not be storable.
11822
118232002-04-09 Daniel Jacobowitz <drow@mvista.com>
11824
11825 * server.h: Include <string.h> if HAVE_STRING_H.
11826 * ChangeLog: Correct paths in last ChangeLog entry.
11827
118282002-04-09 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * linux-low.h: Remove obsolete prototypes.
11831 (struct linux_target_ops): New.
11832 (extern the_low_target): New.
11833 * linux-low.c (num_regs, regmap): Remove declarations.
11834 (register_addr): Use the_low_target explicitly.
11835 (fetch_register): Likewise.
11836 (usr_fetch_inferior_registers): Likewise.
11837 (usr_store_inferior_registers): Likewise.
11838 * linux-arm-low.c (num_regs): Remove.
11839 (arm_num_regs): Define.
11840 (arm_regmap): Renamed from regmap, made static.
11841 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11842 made static.
11843 (arm_cannot_store_register): Renamed from cannot_store_register,
11844 made static.
11845 (the_low_target): New.
11846 * linux-i386-low.c (num_regs): Remove.
11847 (i386_num_regs): Define.
11848 (i386_regmap): Renamed from regmap, made static.
11849 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11850 made static.
11851 (i386_cannot_store_register): Renamed from cannot_store_register,
11852 made static.
11853 (the_low_target): New.
11854 * linux-ia64-low.c (num_regs): Remove.
11855 (ia64_num_regs): Define.
11856 (ia64_regmap): Renamed from regmap, made static.
11857 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11858 made static.
11859 (ia64_cannot_store_register): Renamed from cannot_store_register,
11860 made static.
11861 (the_low_target): New.
11862 * linux-m68k-low.c (num_regs): Remove.
11863 (m68k_num_regs): Define.
11864 (m68k_regmap): Renamed from regmap, made static.
11865 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11866 made static.
11867 (m68k_cannot_store_register): Renamed from cannot_store_register,
11868 made static.
11869 (the_low_target): New.
11870 * linux-mips-low.c (num_regs): Remove.
11871 (mips_num_regs): Define.
11872 (mips_regmap): Renamed from regmap, made static.
11873 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11874 made static.
11875 (mips_cannot_store_register): Renamed from cannot_store_register,
11876 made static.
11877 (the_low_target): New.
11878 * linux-ppc-low.c (num_regs): Remove.
11879 (ppc_num_regs): Define.
11880 (ppc_regmap): Renamed from regmap, made static.
11881 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11882 made static.
11883 (ppc_cannot_store_register): Renamed from cannot_store_register,
11884 made static.
11885 (the_low_target): New.
11886 * linux-s390-low.c (num_regs): Remove.
11887 (s390_num_regs): Define.
11888 (s390_regmap): Renamed from regmap, made static.
11889 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11890 made static.
11891 (s390_cannot_store_register): Renamed from cannot_store_register,
11892 made static.
11893 (the_low_target): New.
11894 * linux-sh-low.c (num_regs): Remove.
11895 (sh_num_regs): Define.
11896 (sh_regmap): Renamed from regmap, made static.
11897 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11898 made static.
11899 (sh_cannot_store_register): Renamed from cannot_store_register,
11900 made static.
11901 (the_low_target): New.
11902 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11903 (the_low_target): New.
11904
119052002-04-09 Daniel Jacobowitz <drow@mvista.com>
11906
11907 * Makefile.in: Add stamp-h target.
11908 * configure.in: Create stamp-h.
11909 * configure: Regenerated.
11910
119112002-04-09 Daniel Jacobowitz <drow@mvista.com>
11912
11913 * inferiors.c: New file.
11914 * target.c: New file.
11915 * target.h: New file.
11916 * Makefile.in: Add target.o and inferiors.o. Update
11917 dependencies.
11918 * linux-low.c (inferior_pid): New static variable,
11919 moved from server.c.
11920 (linux_create_inferior): Renamed from create_inferior.
11921 Call add_inferior. Return 0 on success instead of a PID.
11922 (linux_attach): Renamed from myattach.
11923 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11924 (linux_thread_alive): Renamed from mythread_alive.
11925 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11926 child dies.
11927 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11928 (regsets_store_inferior_registers): Correct error message.
11929 Add missing ``return 0''.
11930 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11931 (linux_store_registers): Renamed from store_inferior_registers.
11932 (linux_read_memory): Renamed from read_inferior_memory.
11933 (linux_write_memory): Renamed from write_inferior_memory.
11934 (linux_target_ops): New structure.
11935 (initialize_low): Call set_target_ops ().
11936 * remote-utils.c (unhexify): New function.
11937 (hexify): New function.
11938 (input_interrupt): Send signals to ``signal_pid''.
11939 * server.c (inferior_pid): Remove.
11940 (start_inferior): Update create_inferior call.
11941 (attach_inferior): Call add_inferior.
11942 (handle_query): New function.
11943 (main): Call handle_query for `q' packets.
11944 * server.h: Include "target.h". Remove obsolete prototypes.
11945 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
11946
119472002-04-09 Daniel Jacobowitz <drow@mvista.com>
11948
11949 * Makefile.in: Add WARN_CFLAGS. Update configury
11950 dependencies.
11951 * configure.in: Check for <string.h>
11952 * configure: Regenerate.
11953 * config.in: Regenerate.
11954 * gdbreplay.c: Include needed system headers.
11955 (remote_open): Remove strchr prototype.
11956 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
11957 * regcache.c (supply_register): Change buf argument to const void *.
11958 (supply_register_by_name): Likewise.
11959 (collect_register): Change buf argument to void *.
11960 (collect_register_by_name): Likewise.
11961 * regcache.h: Add missing prototypes.
11962 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
11963 * server.c (handle_query): New function.
11964 (attached): New static variable, moved out of main.
11965 (main): Quiet longjmp clobber warnings.
11966 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
11967 * utils.c (error): Remove NORETURN.
11968 (fatal): Likewise.
This page took 0.110528 seconds and 4 git commands to generate.