Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aarch64...
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
... / ...
CommitLineData
12015-08-25 Yao Qi <yao.qi@linaro.org>
2
3 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
4 Remove.
5 (debug_reg_change_callback): Remove.
6 (aarch64_notify_debug_reg_change): Remove.
7
82015-08-25 Yao Qi <yao.qi@linaro.org>
9
10 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
11 Call current_lwp_ptid.
12
132015-08-25 Yao Qi <yao.qi@linaro.org>
14
15 * linux-aarch64-low.c (debug_reg_change_callback): Use
16 debug_printf.
17
182015-08-25 Yao Qi <yao.qi@linaro.org>
19
20 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
21
222015-08-25 Yao Qi <yao.qi@linaro.org>
23
24 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
25
262015-08-25 Yao Qi <yao.qi@linaro.org>
27
28 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
29 the code.
30
312015-08-25 Yao Qi <yao.qi@linaro.org>
32
33 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
34 Remove.
35 (debug_reg_change_callback): Remove argument entry and add argument
36 lwp. Remove local variable thread. Don't print thread id in the
37 debugging output. Don't check whether pid of thread equals to pid.
38 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
39 iterate_over_lwps instead find_inferior.
40
412015-08-24 Pedro Alves <palves@redhat.com>
42
43 * inferiors.c (get_first_process): New function.
44 * inferiors.h (get_first_process): New declaration.
45 * remote-utils.c (read_ptid): Default to the first process in the
46 list, instead of to the current thread's process.
47
482015-08-24 Pedro Alves <palves@redhat.com>
49
50 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
51 * event-loop.c: Likewise.
52 * remote-utils.c: Likewise.
53 * tracepoint.c: Likewise.
54
552015-08-24 Pedro Alves <palves@redhat.com>
56
57 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
58 ptid_get_lwp.
59
602015-08-21 Pedro Alves <palves@redhat.com>
61
62 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
63 instead of literal 1.
64
652015-08-21 Pedro Alves <palves@redhat.com>
66
67 * tdesc.c (default_description): Explicitly zero-initialize.
68
692015-08-21 Pedro Alves <palves@redhat.com>
70
71 PR gdb/18749
72 * inferiors.c (remove_thread): Discard any pending stop reply for
73 this thread.
74 * server.c (remove_all_on_match_pid): Rename to ...
75 (remove_all_on_match_ptid): ... this. Work with a filter ptid
76 instead of a pid.
77 (discard_queued_stop_replies): Change parameter to a ptid. Now
78 extern.
79 (handle_v_kill, kill_inferior_callback, captured_main)
80 (process_serial_event): Adjust.
81 * server.h (discard_queued_stop_replies): Declare.
82
832015-08-21 Pedro Alves <palves@redhat.com>
84
85 * linux-low.c (wait_for_sigstop): Always switch to no thread
86 selected if the previously current thread dies.
87 * lynx-low.c (lynx_request_interrupt): Use the first thread's
88 process instead of the current thread's.
89 * remote-utils.c (input_interrupt): Don't check if there's no
90 current thread.
91 * server.c (gdb_read_memory, gdb_write_memory): If setting the
92 current thread to the general thread fails, error out.
93 (handle_qxfer_auxv, handle_qxfer_libraries)
94 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
95 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
96 (handle_query): Check if there's a thread selected instead of
97 checking whether there's any thread in the thread list.
98 (handle_qxfer_threads, handle_qxfer_btrace)
99 (handle_qxfer_btrace_conf): Don't error out early if there's no
100 thread in the thread list.
101 (handle_v_cont, myresume): Don't set the current thread to the
102 continue thread.
103 (process_serial_event) <Hg handling>: Also set thread_id if the
104 previous general thread is still alive.
105 (process_serial_event) <g/G handling>: If setting the current
106 thread to the general thread fails, error out.
107 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
108 thread's lwp instead of the current thread's.
109 * target.c (set_desired_thread): If the desired thread was not
110 found, leave the current thread pointing to NULL. Return an int
111 (boolean) indicating success.
112 * target.h (set_desired_thread): Change return type to int.
113
1142015-08-20 Max Filippov <jcmvbkbc@gmail.com>
115
116 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
117 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
118 #includes.
119 (ps_get_thread_area): New function.
120
1212015-08-19 Gary Benson <gbenson@redhat.com>
122
123 * hostio.c (handle_pread): Do not attempt to read more data
124 than hostio_reply_with_data can fit in a packet.
125
1262015-08-18 Joel Brobecker <brobecker@adacore.com>
127
128 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
129
1302015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
131
132 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
133
1342015-08-06 Pedro Alves <palves@redhat.com>
135
136 * tracepoint.c (expr_eval_result): Now an int.
137
1382015-08-06 Pedro Alves <palves@redhat.com>
139
140 * gdbthread.h (struct regcache): Forward declare.
141 (struct thread_info) <regcache_data>: Now a struct regcache
142 pointer.
143 * inferiors.c (inferior_regcache_data)
144 (set_inferior_regcache_data): Now work with struct regcache
145 pointers.
146 * inferiors.h (struct regcache): Forward declare.
147 (inferior_regcache_data, set_inferior_regcache_data): Now work
148 with struct regcache pointers.
149 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
150 (free_register_cache_thread): Remove struct regcache pointer
151 casts.
152
1532015-08-06 Pedro Alves <palves@redhat.com>
154
155 * server.c (captured_main): On error, print the exception message
156 to stderr, and if run_once is set, throw a quit.
157
1582015-08-06 Pedro Alves <palves@redhat.com>
159
160 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
161 the current thread.
162
1632015-08-06 Pedro Alves <palves@redhat.com>
164
165 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
166 reading beyond the passed in buffer length.
167
1682015-08-06 Pierre Langlois <pierre.langlois@arm.com>
169
170 * tracepoint.c (symbol_list) <required>: Remove.
171
1722015-08-06 Pedro Alves <palves@redhat.com>
173
174 * linux-low.c (handle_extended_wait): Set the fork child's suspend
175 count if stopping and suspending threads.
176 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
177 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
178 (linux_detach): Complete an ongoing step-over.
179 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
180 throughout.
181 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
182 (linux_wait_1): If passing a signal to the inferior after
183 finishing a step-over, unsuspend and re-resume all lwps. If we
184 see a single-step event but the thread should be continuing, don't
185 pass the trap to gdb.
186 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
187 internal_error instead of gdb_assert.
188 (enqueue_pending_signal): New function.
189 (check_ptrace_stopped_lwp_gone): Add debug output.
190 (start_step_over): Use internal_error instead of gdb_assert.
191 (complete_ongoing_step_over): New function.
192 (linux_resume_one_thread): Don't resume a suspended thread.
193 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
194 it stepping.
195
1962015-08-06 Pedro Alves <palves@redhat.com>
197
198 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
199 (linux_thread_alive): Use lwp_is_marked_dead.
200 (extended_event_reported): Delete.
201 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
202 instead of extended_event_reported.
203 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
204 as well.
205 (lwp_is_marked_dead): New function.
206 (lwp_running): Use lwp_is_marked_dead.
207 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
208 comment.
209
2102015-08-06 Pedro Alves <palves@redhat.com>
211
212 * linux-low.c (linux_wait_1): Move fork event output out of the
213 !report_to_gdb check. Pass event_child->waitstatus to
214 target_waitstatus_to_string instead of ourstatus.
215
2162015-08-04 Yao Qi <yao.qi@linaro.org>
217
218 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
219 if current_thread is 32 bit.
220
2212015-08-04 Yao Qi <yao.qi@linaro.org>
222
223 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
224 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
225 * server.c (extended_protocol): Remove "static".
226 * server.h (extended_protocol): Declare it.
227
2282015-08-04 Yao Qi <yao.qi@linaro.org>
229
230 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
231 both aarch64 and aarch32.
232 (aarch64_set_pc): Likewise.
233
2342015-08-04 Yao Qi <yao.qi@linaro.org>
235
236 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
237 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
238 arm-with-neon.xml to srv_xmlfiles.
239 * linux-aarch64-low.c: Include linux-aarch32-low.h.
240 (is_64bit_tdesc): New function.
241 (aarch64_linux_read_description): New function.
242 (aarch64_arch_setup): Call aarch64_linux_read_description.
243 (regs_info): Rename to regs_info_aarch64.
244 (aarch64_regs_info): Return right regs_info.
245 (initialize_low_arch): Call initialize_low_arch_aarch32.
246
2472015-08-04 Yao Qi <yao.qi@linaro.org>
248
249 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
250 * linux-aarch32-low.c: New file.
251 * linux-aarch32-low.h: New file.
252 * linux-arm-low.c (arm_fill_gregset): Move it to
253 linux-aarch32-low.c.
254 (arm_store_gregset): Likewise.
255 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
256 (arm_store_vfpregset): Call arm_store_vfpregset_num.
257 (arm_arch_setup): Check if PTRACE_GETREGSET works.
258 (regs_info): Rename to regs_info_arm.
259 (arm_regs_info): Return regs_info_aarch32 if
260 have_ptrace_getregset is 1 and target description is
261 arm_with_neon or arm_with_vfpv3.
262 (initialize_low_arch): Don't call init_registers_arm_with_neon.
263 Call initialize_low_arch_aarch32 instead.
264
2652015-08-04 Yao Qi <yao.qi@linaro.org>
266
267 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
268 * linux-low.c: ... here.
269 * linux-low.h (have_ptrace_getregset): Declare it.
270
2712015-08-04 Pedro Alves <palves@redhat.com>
272
273 * thread-db.c (struct thread_db): Use new typedefs.
274 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
275 CHK calls.
276 (disable_thread_event_reporting): Cast result of dlsym to
277 destination function pointer type.
278 (thread_db_mourn): Use td_ta_delete_ftype.
279
2802015-08-03 Sandra Loosemore <sandra@codesourcery.com>
281
282 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
283 arch variant.
284 (CDX_BREAKPOINT): Define for R2.
285 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
286 (the_low_target): Add comments.
287
2882015-07-30 Yao Qi <yao.qi@linaro.org>
289
290 * linux-arm-low.c (arm_hwcap): Remove it.
291 (arm_read_description): New local variable arm_hwcap. Don't
292 set arm_hwcap to zero.
293
2942015-07-30 Yao Qi <yao.qi@linaro.org>
295
296 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
297 Use regcache->tdesc instead.
298 (arm_store_wmmxregset): Likewise.
299 (arm_fill_vfpregset): Likewise.
300 (arm_store_vfpregset): Likewise.
301
3022015-07-30 Yao Qi <yao.qi@linaro.org>
303
304 * linux-arm-low.c: Include arch/arm.h.
305 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
306 (arm_store_gregset): Likewise.
307
3082015-07-29 Simon Marchi <simon.marchi@ericsson.com>
309
310 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
311 ptrace's 4th parameter.
312
3132015-07-27 Yao Qi <yao.qi@linaro.org>
314
315 * configure.srv (case aarch64*-*-linux*): Don't set
316 srv_linux_usrregs.
317
3182015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
319
320 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
321 sys/ptrace.h.
322 * linux-arm-low.c: Likewise.
323 * linux-cris-low.c: Likewise.
324 * linux-crisv32-low.c: Likewise.
325 * linux-low.c: Likewise.
326 * linux-m68k-low.c: Likewise.
327 * linux-mips-low.c: Likewise.
328 * linux-nios2-low.c: Likewise.
329 * linux-s390-low.c: Likewise.
330 * linux-sparc-low.c: Likewise.
331 * linux-tic6x-low.c: Likewise.
332 * linux-tile-low.c: Likewise.
333 * linux-x86-low.c: Likewise.
334
3352015-07-24 Pedro Alves <palves@redhat.com>
336
337 * config.in: Regenerate.
338 * configure: Regenerate.
339
3402015-07-24 Pedro Alves <palves@redhat.com>
341
342 * acinclude.m4: Include ../ptrace.m4.
343 * configure.ac: Call GDB_AC_PTRACE.
344 * config.in, configure: Regenerate.
345
3462015-07-24 Yao Qi <yao.qi@linaro.org>
347
348 * linux-low.c (linux_create_inferior): Remove setting to
349 proc->priv->new_inferior.
350 (linux_attach): Likewise.
351 (linux_low_filter_event): Likewise.
352 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
353
3542015-07-24 Yao Qi <yao.qi@linaro.org>
355
356 * linux-low.c (linux_arch_setup): New function.
357 (linux_low_filter_event): If proc->tdesc is NULL and
358 proc->attached is true, call the_low_target.arch_setup.
359 Otherwise, keep status pending, and return.
360 (linux_resume_one_lwp_throw): Don't call get_pc if
361 thread->while_stepping isn't NULL. Don't call
362 get_thread_regcache if proc->tdesc is NULL.
363 (need_step_over_p): Return 0 if proc->tdesc is NULL.
364 (linux_target_ops): Install arch_setup.
365 * server.c (start_inferior): Call the_target->arch_setup.
366 * target.h (struct target_ops) <arch_setup>: New field.
367 (target_arch_setup): New marco.
368 * lynx-low.c (lynx_target_ops): Update.
369 * nto-low.c (nto_target_ops): Update.
370 * spu-low.c (spu_target_ops): Update.
371 * win32-low.c (win32_target_ops): Update.
372
3732015-07-24 Yao Qi <yao.qi@linaro.org>
374
375 * linux-low.c (linux_add_process): Don't set
376 proc->priv->new_inferior.
377 (linux_create_inferior): Set proc->priv->new_inferior to 1.
378 (linux_attach): Likewise.
379
3802015-07-24 Yao Qi <yao.qi@linaro.org>
381
382 * server.c (start_inferior): Code refactor.
383
3842015-07-24 Yao Qi <yao.qi@linaro.org>
385
386 * server.c (process_serial_event): Set general_thread.
387
3882015-07-21 Yao Qi <yao.qi@linaro.org>
389
390 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
391 aarch64_linux_get_debug_reg_capacity.
392
3932015-07-17 Yao Qi <yao.qi@linaro.org>
394
395 * Makefile.in (aarch64-linux-hw-point.o): New rule.
396 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
397 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
398 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
399 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
400 (AARCH64_HWP_ALIGNMENT): Likewise.
401 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
402 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
403 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
404 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
405 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
406 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
407 (struct aarch64_debug_reg_state): Likewise.
408 (struct arch_lwp_info): Likewise.
409 (aarch64_align_watchpoint): Likewise.
410 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
411 (aarch64_watchpoint_length): Likewise.
412 (aarch64_point_encode_ctrl_reg): Likewise
413 (aarch64_point_is_aligned): Likewise.
414 (aarch64_align_watchpoint): Likewise.
415 (aarch64_linux_set_debug_regs):
416 (aarch64_dr_state_insert_one_point): Likewise.
417 (aarch64_dr_state_remove_one_point): Likewise.
418 (aarch64_handle_breakpoint): Likewise.
419 (aarch64_handle_aligned_watchpoint): Likewise.
420 (aarch64_handle_unaligned_watchpoint): Likewise.
421 (aarch64_handle_watchpoint): Likewise.
422
4232015-07-17 Yao Qi <yao.qi@linaro.org>
424
425 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
426 and don't aarch64_get_debug_reg_state. All callers update.
427 (aarch64_handle_aligned_watchpoint): Likewise.
428 (aarch64_handle_unaligned_watchpoint): Likewise.
429 (aarch64_handle_watchpoint): Likewise.
430 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
431 (aarch64_remove_point): Likewise.
432
4332015-07-17 Yao Qi <yao.qi@linaro.org>
434
435 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
436 debug_printf.
437 (aarch64_handle_unaligned_watchpoint): Likewise.
438
4392015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
440
441 Revert the previous 3 commits:
442 Move gdb_regex* to common/
443 Move linux_find_memory_regions_full & co.
444 gdbserver build-id attribute generator
445
4462015-07-15 Aleksandar Ristovski <aristovski@qnx.com
447 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 gdbserver build-id attribute generator.
450 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
451 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
452 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
453 (find_phdr): New.
454 (get_dynamic): Use find_pdhr to traverse program headers.
455 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
456 (compare_mapping_entry_range, struct find_memory_region_callback_data)
457 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
458 (get_hex_build_id): New.
459 (linux_qxfer_libraries_svr4): Add optional build-id attribute
460 to reply XML document.
461
4622015-07-15 Aleksandar Ristovski <aristovski@qnx.com
463 Jan Kratochvil <jan.kratochvil@redhat.com>
464
465 * target.c: Include target/target-utils.h and fcntl.h.
466 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
467 (target_fileio_read_stralloc): New functions.
468
4692015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
470
471 * Makefile.in (OBS): Add gdb_regex.o.
472 (gdb_regex.o): New.
473 * config.in: Rebuilt.
474 * configure: Rebuilt.
475
4762015-07-15 Aleksandar Ristovski <aristovski@qnx.com
477 Jan Kratochvil <jan.kratochvil@redhat.com>
478
479 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
480 * Makefile.in (OBS): Add target-utils.o.
481 (linux-maps.o, target-utils.o): New.
482 * configure.srv (srv_linux_obj): Add linux-maps.o.
483
4842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
485
486 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
487 function, return 1.
488 (the_low_target): Install it.
489
4902015-07-14 Pedro Alves <palves@redhat.com>
491
492 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
493 Instead, ignore ECHILD, and throw an error for other errnos.
494
4952015-07-10 Pedro Alves <palves@redhat.com>
496
497 * event-loop.c (struct callback_event) <data>: Change type to
498 gdb_client_data instance instead of gdb_client_data pointer.
499 (append_callback_event): Adjust.
500
5012015-07-10 Pierre Langlois <pierre.langlois@arm.com>
502
503 * linux-aarch64-low.c: Add comments for each linux_target_ops
504 method. Remove comments already covered in target_ops and
505 linux_target_ops definitions.
506 (the_low_target): Add comments for each unimplemented method.
507
5082015-07-09 Yao Qi <yao.qi@linaro.org>
509
510 * linux-aarch64-low.c (aarch64_regmap): Remove.
511 (aarch64_usrregs_info): Remove.
512 (regs_info): Set field usrregs to NULL.
513
5142015-07-02 Markus Metzger <markus.t.metzger@intel.com>
515
516 * linux-low.c: Include "rsp-low.h"
517 (linux_low_encode_pt_config, linux_low_encode_raw): New.
518 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
519 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
520 (handle_btrace_enable_pt): New.
521 (handle_btrace_general_set): Support "pt".
522 (handle_btrace_conf_general_set): Support "pt:size".
523
5242015-06-29 Pierre Langlois <pierre.langlois@arm.com>
525
526 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
527 Z_PACKET_SW_BP.
528
5292015-06-29 Pierre Langlois <pierre.langlois@arm.com>
530
531 * linux-aarch64-low.c: Remove comment about endianness.
532 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
533 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
534 memcmp.
535
5362015-06-24 Gary Benson <gbenson@redhat.com>
537
538 * linux-i386-ipa.c (stdint.h): Do not include.
539 * lynx-i386-low.c (stdint.h): Likewise.
540 * lynx-ppc-low.c (stdint.h): Likewise.
541 * mem-break.c (stdint.h): Likewise.
542 * thread-db.c (stdint.h): Likewise.
543 * tracepoint.c (stdint.h): Likewise.
544 * win32-low.c (stdint.h): Likewise.
545
5462015-06-18 Simon Marchi <simon.marchi@ericsson.com>
547
548 * server.c (write_qxfer_response): Update call to
549 remote_escape_output.
550
5512015-06-15 Aleksandar Ristovski <aristovski@qnx.com
552 Jan Kratochvil <jan.kratochvil@redhat.com>
553
554 Merge multiple hex conversions.
555 * gdbreplay.c (tohex): Rename to 'fromhex'.
556 (logchar): Use fromhex.
557
5582015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * server.c (handle_qxfer_libraries): Set `version' attribute for
561 <library-list>.
562
5632015-06-10 Gary Benson <gbenson@redhat.com>
564
565 * target.h (struct target_ops) <multifs_open>: New field.
566 <multifs_unlink>: Likewise.
567 <multifs_readlink>: Likewise.
568 * linux-low.c (nat/linux-namespaces.h): New include.
569 (linux_target_ops): Initialize the_target->multifs_open,
570 the_target->multifs_unlink and the_target->multifs_readlink.
571 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
572 * hostio.c (hostio_fs_pid): New static variable.
573 (hostio_handle_new_gdb_connection): New function.
574 (handle_setfs): Likewise.
575 (handle_open): Use the_target->multifs_open as appropriate.
576 (handle_unlink): Use the_target->multifs_unlink as appropriate.
577 (handle_readlink): Use the_target->multifs_readlink as
578 appropriate.
579 (handle_vFile): Handle vFile:setfs packets.
580 * server.c (handle_query): Call hostio_handle_new_gdb_connection
581 after target_handle_new_gdb_connection.
582
5832015-06-10 Gary Benson <gbenson@redhat.com>
584
585 * configure.ac (AC_CHECK_FUNCS): Add setns.
586 * config.in: Regenerate.
587 * configure: Likewise.
588 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
589 (linux-namespaces.o): New rule.
590 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
591
5922015-06-09 Gary Benson <gbenson@redhat.com>
593
594 * hostio.c (handle_open): Process mode argument with
595 fileio_to_host_mode.
596
5972015-06-01 Yao Qi <yao.qi@linaro.org>
598
599 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
600 * linux-x86-low.c: Likewise.
601
6022015-05-28 Don Breazeal <donb@codesourcery.com>
603
604 * linux-low.c (handle_extended_wait): Initialize
605 thread_info.last_resume_kind for new fork children.
606
6072015-05-15 Pedro Alves <palves@redhat.com>
608
609 * target.h (target_handle_new_gdb_connection): Rewrite using if
610 wrapped in do/while.
611
6122015-05-14 Joel Brobecker <brobecker@adacore.com>
613
614 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
615 * configure, config.in: Regenerate.
616 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
617 Declare typedef.
618
6192015-05-12 Don Breazeal <donb@codesourcery.com>
620
621 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
622 PTRACE_EVENT_VFORK_DONE.
623 (linux_low_ptrace_options, extended_event_reported): Add vfork
624 events.
625 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
626 and "vforkdone" for RSP 'T' Stop Reply Packet.
627 * server.h (report_vfork_events): Declare
628 global variable.
629
6302015-05-12 Don Breazeal <donb@codesourcery.com>
631
632 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
633 (the_low_target) <new_fork>: Initialize new member.
634 * linux-arm-low.c (arm_new_fork): New function.
635 (the_low_target) <new_fork>: Initialize new member.
636 * linux-low.c (handle_extended_wait): Call new target function
637 new_fork.
638 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
639 * linux-mips-low.c (mips_add_watchpoint): New function
640 extracted from mips_insert_point.
641 (the_low_target) <new_fork>: Initialize new member.
642 (mips_linux_new_fork): New function.
643 (mips_insert_point): Call mips_add_watchpoint.
644 * linux-x86-low.c (x86_linux_new_fork): New function.
645 (the_low_target) <new_fork>: Initialize new member.
646
6472015-05-12 Don Breazeal <donb@codesourcery.com>
648
649 * linux-low.c (handle_extended_wait): Implement return value,
650 rename argument 'event_child' to 'event_lwp', handle
651 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
652 (linux_low_ptrace_options): New function.
653 (linux_low_filter_event): Call linux_low_ptrace_options,
654 use different argument fo linux_enable_event_reporting,
655 use return value from handle_extended_wait.
656 (extended_event_reported): New function.
657 (linux_wait_1): Call extended_event_reported and set
658 status to report fork events.
659 (linux_write_memory): Add pid to debug message.
660 (reset_lwp_ptrace_options_callback): New function.
661 (linux_handle_new_gdb_connection): New function.
662 (linux_target_ops): Initialize new structure member.
663 * linux-low.h (struct lwp_info) <waitstatus>: New member.
664 * lynx-low.c: Initialize new structure member.
665 * remote-utils.c (prepare_resume_reply): Implement stop reason
666 "fork" for "T" stop message.
667 * server.c (handle_query): Call handle_new_gdb_connection.
668 * server.h (report_fork_events): Declare global flag.
669 * target.h (struct target_ops) <handle_new_gdb_connection>:
670 New member.
671 (target_handle_new_gdb_connection): New macro.
672 * win32-low.c: Initialize new structure member.
673
6742015-05-12 Don Breazeal <donb@codesourcery.com>
675
676 * mem-break.c (APPEND_TO_LIST): Define macro.
677 (clone_agent_expr): New function.
678 (clone_one_breakpoint): New function.
679 (clone_all_breakpoints): New function.
680 * mem-break.h: Declare new functions.
681
6822015-05-12 Don Breazeal <donb@codesourcery.com>
683
684 * linux-low.c (linux_supports_fork_events): New function.
685 (linux_supports_vfork_events): New function.
686 (linux_target_ops): Initialize new structure members.
687 (initialize_low): Call linux_check_ptrace_features.
688 * lynx-low.c (lynx_target_ops): Initialize new structure
689 members.
690 * server.c (report_fork_events, report_vfork_events):
691 New global flags.
692 (handle_query): Add new features to qSupported packet and
693 response.
694 (captured_main): Initialize new global variables.
695 * target.h (struct target_ops) <supports_fork_events>:
696 New member.
697 <supports_vfork_events>: New member.
698 (target_supports_fork_events): New macro.
699 (target_supports_vfork_events): New macro.
700 * win32-low.c (win32_target_ops): Initialize new structure
701 members.
702
7032015-05-12 Gary Benson <gbenson@redhat.com>
704
705 * server.c (handle_qxfer_exec_file): Use current process
706 if annex is empty.
707
7082015-05-08 Sandra Loosemore <sandra@codesourcery.com>
709
710 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
711 Remove HAVE_PTRACE_GETREGS conditionals.
712 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
713 instead of PTRACE_GETREGS and PTRACE_SETREGS.
714
7152015-05-08 Yao Qi <yao.qi@linaro.org>
716
717 * linux-low.c (linux_supports_conditional_breakpoints): New
718 function.
719 (linux_target_ops): Install new target method.
720 * lynx-low.c (lynx_target_ops): Install NULL hook for
721 supports_conditional_breakpoints.
722 * nto-low.c (nto_target_ops): Likewise.
723 * spu-low.c (spu_target_ops): Likewise.
724 * win32-low.c (win32_target_ops): Likewise.
725 * server.c (handle_query): Check
726 target_supports_conditional_breakpoints.
727 * target.h (struct target_ops) <supports_conditional_breakpoints>:
728 New field.
729 (target_supports_conditional_breakpoints): New macro.
730
7312015-05-06 Pedro Alves <palves@redhat.com>
732
733 PR server/18081
734 * server.c (start_inferior): If the process exits, mourn it.
735
7362015-04-21 Gary Benson <gbenson@redhat.com>
737
738 * hostio.c (fileio_open_flags_to_host): Factored out to
739 fileio_to_host_openflags in common/fileio.c. Single use
740 updated.
741
7422015-04-17 Max Filippov <jcmvbkbc@gmail.com>
743
744 * linux-xtensa-low.c (xtensa_fill_gregset)
745 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
746 XCHAL_HAVE_LOOP.
747
7482015-04-17 Max Filippov <jcmvbkbc@gmail.com>
749
750 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
751 (regs_info): Replace usrregs pointer with NULL.
752
7532015-04-17 Gary Benson <gbenson@redhat.com>
754
755 * target.h (struct target_ops) <pid_to_exec_file>: New field.
756 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
757 * server.c (handle_qxfer_exec_file): New function.
758 (qxfer_packets): Add exec-file entry.
759 (handle_query): Report qXfer:exec-file:read as supported packet.
760
7612015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
762
763 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
764
7652015-04-09 Gary Benson <gbenson@redhat.com>
766
767 * hostio-errno.c (errno_to_fileio_error): Remove function.
768 Update caller to use remote_fileio_to_fio_error.
769
7702015-04-09 Yao Qi <yao.qi@linaro.org>
771
772 * linux-low.c (linux_insert_point): Call
773 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
774 (linux_remove_point): Call remove_memory_breakpoint if type is
775 raw_bkpt_type_sw.
776 * linux-x86-low.c (x86_insert_point): Don't call
777 insert_memory_breakpoint.
778 (x86_remove_point): Don't call remove_memory_breakpoint.
779
7802015-04-01 Pedro Alves <palves@redhat.com>
781 Cleber Rosa <crosa@redhat.com>
782
783 * server.c (gdbserver_usage): Reorganize and extend the usage
784 message.
785
7862015-03-24 Pedro Alves <palves@redhat.com>
787
788 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
789 output. Also dump TRAP_TRACE.
790 (linux_low_filter_event): In debug output, distinguish a
791 resume_stop SIGSTOP from a delayed SIGSTOP.
792
7932015-03-24 Gary Benson <gbenson@redhat.com>
794
795 * linux-x86-low.c (x86_linux_new_thread): Moved to
796 nat/x86-linux.c.
797 (x86_linux_prepare_to_resume): Likewise.
798
7992015-03-24 Gary Benson <gbenson@redhat.com>
800
801 * Makefile.in (x86-linux-dregs.o): New rule.
802 * configure.srv: Add x86-linux-dregs.o to relevant targets.
803 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
804 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
805 (x86_linux_dr_get): Likewise.
806 (x86_linux_dr_set): Likewise.
807 (update_debug_registers_callback): Likewise.
808 (x86_linux_dr_set_addr): Likewise.
809 (x86_linux_dr_get_addr): Likewise.
810 (x86_linux_dr_set_control): Likewise.
811 (x86_linux_dr_get_control): Likewise.
812 (x86_linux_dr_get_status): Likewise.
813 (x86_linux_update_debug_registers): Likewise.
814
8152015-03-24 Gary Benson <gbenson@redhat.com>
816
817 * linux-x86-low.c (x86_linux_update_debug_registers):
818 New function, factored out from...
819 (x86_linux_prepare_to_resume): ...this.
820
8212015-03-24 Gary Benson <gbenson@redhat.com>
822
823 * linux-x86-low.c (x86_linux_dr_get): Update comments.
824 (x86_linux_dr_set): Likewise.
825 (update_debug_registers_callback): Likewise.
826 (x86_linux_dr_set_addr): Likewise.
827 (x86_linux_dr_get_addr): Likewise.
828 (x86_linux_dr_set_control): Likewise.
829 (x86_linux_dr_get_control): Likewise.
830 (x86_linux_dr_get_status): Likewise.
831 (x86_linux_prepare_to_resume): Likewise.
832
8332015-03-24 Gary Benson <gbenson@redhat.com>
834
835 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
836 Use perror_with_name. Pass string through gettext.
837 (x86_linux_dr_set): Likewise.
838
8392015-03-24 Gary Benson <gbenson@redhat.com>
840
841 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
842 (x86_linux_dr_set_addr): ...this.
843 (x86_dr_low_get_addr): Rename to...
844 (x86_linux_dr_get_addr): ...this.
845 (x86_dr_low_set_control): Rename to...
846 (x86_linux_dr_set_control): ...this.
847 (x86_dr_low_get_control): Rename to...
848 (x86_linux_dr_get_control): ...this.
849 (x86_dr_low_get_status): Rename to...
850 (x86_linux_dr_get_status): ...this.
851 (x86_dr_low): Update with new function names.
852
8532015-03-24 Gary Benson <gbenson@redhat.com>
854
855 * Makefile.in (x86-linux.o): New rule.
856 * configure.srv: Add x86-linux.o to relevant targets.
857 * linux-low.c (lwp_set_arch_private_info): New function.
858 (lwp_arch_private_info): Likewise.
859 * linux-x86-low.c: Include nat/x86-linux.h.
860 (arch_lwp_info): Removed structure.
861 (update_debug_registers_callback):
862 Use lwp_set_debug_registers_changed.
863 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
864 and lwp_set_debug_registers_changed.
865 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
866
8672015-03-24 Gary Benson <gbenson@redhat.com>
868
869 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
870 * linux-arm-low.c (arm_new_thread): Likewise.
871 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
872 * linux-mips-low.c (mips_linux_new_thread): Likewise.
873 * linux-x86-low.c (x86_linux_new_thread): Likewise.
874 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
875
8762015-03-24 Gary Benson <gbenson@redhat.com>
877
878 * linux-low.c (ptid_of_lwp): New function.
879 (lwp_is_stopped): Likewise.
880 (lwp_stop_reason): Likewise.
881 * linux-x86-low.c (update_debug_registers_callback):
882 Use lwp_is_stopped.
883 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
884 lwp_stop_reason.
885
8862015-03-24 Gary Benson <gbenson@redhat.com>
887
888 * linux-low.h (linux_stop_lwp): Remove declaration.
889
8902015-03-24 Gary Benson <gbenson@redhat.com>
891
892 * linux-low.h: Include nat/linux-nat.h.
893 * linux-low.c (iterate_over_lwps_args): New structure.
894 (iterate_over_lwps_filter): New function.
895 (iterate_over_lwps): Likewise.
896 * linux-x86-low.c (update_debug_registers_callback):
897 Update signature to what iterate_over_lwps expects.
898 Remove PID check that iterate_over_lwps now performs.
899 (x86_dr_low_set_addr): Use iterate_over_lwps.
900 (x86_dr_low_set_control): Likewise.
901
9022015-03-24 Gary Benson <gbenson@redhat.com>
903
904 * linux-x86-low.c (x86_debug_reg_state): New function.
905 (x86_linux_prepare_to_resume): Use the above.
906
9072015-03-24 Gary Benson <gbenson@redhat.com>
908
909 * linux-low.c (current_lwp_ptid): New function.
910 * linux-x86-low.c: Include nat/linux-nat.h.
911 (x86_dr_low_get_addr): Use current_lwp_ptid.
912 (x86_dr_low_get_control): Likewise.
913 (x86_dr_low_get_status): Likewise.
914
9152015-03-20 Pedro Alves <palves@redhat.com>
916
917 * tracepoint.c (cmd_qtstatus): Make "str" const.
918
9192015-03-20 Pedro Alves <palves@redhat.com>
920
921 * server.c (handle_general_set): Make "req_str" const.
922
9232015-03-19 Pedro Alves <palves@redhat.com>
924
925 * linux-low.c (linux_resume_one_lwp): Rename to ...
926 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
927 instead call perror_with_name.
928 (check_ptrace_stopped_lwp_gone): New function.
929 (linux_resume_one_lwp): Reimplement as wrapper around
930 linux_resume_one_lwp_throw that swallows errors if the LWP is
931 gone.
932
9332015-03-19 Pedro Alves <palves@redhat.com>
934
935 * linux-low.c (count_events_callback, select_event_lwp_callback):
936 No longer check whether the thread has resume_stop as last resume
937 kind.
938
9392015-03-19 Pedro Alves <palves@redhat.com>
940
941 * linux-low.c (count_events_callback, select_event_lwp_callback):
942 Use the lwp's status_pending_p field, not the thread's.
943
9442015-03-19 Pedro Alves <palves@redhat.com>
945
946 * linux-low.c (select_event_lwp_callback): Update comments to
947 no longer mention SIGTRAP.
948
9492015-03-18 Gary Benson <gbenson@redhat.com>
950
951 * server.c (handle_query): Do not report vFile:fstat as supported.
952
9532015-03-11 Gary Benson <gbenson@redhat.com>
954
955 * hostio.c (sys/types.h): New include.
956 (sys/stat.h): Likewise.
957 (common-remote-fileio.h): Likewise.
958 (handle_fstat): New function.
959 (handle_vFile): Handle vFile:fstat packets.
960
9612015-03-11 Gary Benson <gbenson@redhat.com>
962
963 * configure.ac (AC_CHECK_MEMBERS): Add checks for
964 struct stat.st_blocks and struct stat.st_blksize.
965 * configure: Regenerate.
966 * config.in: Likewise.
967 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
968 (OBS): Add common-remote-fileio.o.
969 (common-remote-fileio.o): New rule.
970
9712015-03-09 Pedro Alves <palves@redhat.com>
972
973 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
974 'struct sockaddr' pointer in 'accept' call.
975
9762015-03-09 Pedro Alves <palves@redhat.com>
977
978 Revert:
979 2015-03-07 Pedro Alves <palves@redhat.com>
980 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
981 or <winsock2.h> here. Instead include "gdb_socket.h".
982 (remote_open): Use union gdb_sockaddr_u.
983 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
984 or <winsock2.h> here. Instead include "gdb_socket.h".
985 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
986 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
987 or <sys/un.h>.
988 (init_named_socket, gdb_agent_helper_thread): Use union
989 gdb_sockaddr_u.
990
9912015-03-07 Pedro Alves <palves@redhat.com>
992
993 * configure.ac (build_warnings): Move
994 -Wdeclaration-after-statement to the C-specific set.
995 * configure: Regenerate.
996
9972015-03-07 Pedro Alves <palves@redhat.com>
998
999 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1000 or <winsock2.h> here. Instead include "gdb_socket.h".
1001 (remote_open): Use union gdb_sockaddr_u.
1002 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1003 or <winsock2.h> here. Instead include "gdb_socket.h".
1004 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1005 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1006 or <sys/un.h>.
1007 (init_named_socket, gdb_agent_helper_thread): Use union
1008 gdb_sockaddr_u.
1009
10102015-03-07 Pedro Alves <palves@redhat.com>
1011
1012 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
1013 instead.
1014
10152015-03-06 Yao Qi <yao.qi@linaro.org>
1016
1017 * linux-aarch64-low.c (aarch64_insert_point): Use
1018 show_debug_regs as a boolean.
1019 (aarch64_remove_point): Likewise.
1020
10212015-03-05 Pedro Alves <palves@redhat.com>
1022
1023 * lynx-low.c (lynx_target_ops): Install NULL hooks for
1024 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
1025 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
1026 * nto-low.c (nto_target_ops): Likewise.
1027 * spu-low.c (spu_target_ops): Likewise.
1028 * win32-low.c (win32_target_ops): Likewise.
1029
10302015-03-04 Pedro Alves <palves@redhat.com>
1031
1032 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
1033 Decide whether a breakpoint triggered based on the SIGTRAP's
1034 siginfo.si_code.
1035 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
1036 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
1037 (linux_low_filter_event): Check for breakpoints before checking
1038 watchpoints.
1039 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
1040 siginfo.si_code.
1041 (linux_stopped_by_sw_breakpoint)
1042 (linux_supports_stopped_by_sw_breakpoint)
1043 (linux_stopped_by_hw_breakpoint)
1044 (linux_supports_stopped_by_hw_breakpoint): New functions.
1045 (linux_target_ops): Install new target methods.
1046
10472015-03-04 Pedro Alves <palves@redhat.com>
1048
1049 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
1050 * server.c (swbreak_feature, hwbreak_feature): New globals.
1051 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
1052 (captured_main): Clear swbreak_feature and hwbreak_feature.
1053 * server.h (swbreak_feature, hwbreak_feature): Declare.
1054 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
1055 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
1056 supports_stopped_by_hw_breakpoint>: New fields.
1057 (target_supports_stopped_by_sw_breakpoint)
1058 (target_stopped_by_sw_breakpoint)
1059 (target_supports_stopped_by_hw_breakpoint)
1060 (target_stopped_by_hw_breakpoint): Declare.
1061
10622015-03-04 Pedro Alves <palves@redhat.com>
1063
1064 enum lwp_stop_reason -> enum target_stop_reason
1065 * linux-low.c (check_stopped_by_breakpoint): Adjust.
1066 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
1067 (linux_wait_1, stuck_in_jump_pad_callback)
1068 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
1069 (linux_stopped_by_watchpoint):
1070 * linux-low.h (enum lwp_stop_reason): Delete.
1071 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1072 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1073
10742015-03-04 Yao Qi <yao.qi@linaro.org>
1075
1076 * Makefile.in (SFILES): Add linux-aarch64-low.c.
1077
10782015-03-03 Gary Benson <gbenson@redhat.com>
1079
1080 * hostio.c (handle_vFile): Fix prefix lengths.
1081
10822015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1083
1084 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
1085 ptr_bits.
1086
10872015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1088
1089 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
1090 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
1091 (clean): Add "rm -f" for above C files.
1092 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
1093 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
1094 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
1095 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
1096 * linux-s390-low.c (HWCAP_S390_VX): New macro.
1097 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
1098 (init_registers_s390x_vx_linux64)
1099 (init_registers_s390x_tevx_linux64)
1100 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1101 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
1102 declarations.
1103 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
1104 (s390_store_vxrs_high): New functions.
1105 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
1106 NT_S390_VXRS_HIGH.
1107 (s390_arch_setup): Add logic for selecting one of the new target
1108 descriptions. Activate the new vector regsets if applicable.
1109 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
1110 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
1111 and init_registers_s390x_tevx_linux64.
1112
11132015-03-01 Pedro Alves <palves@redhat.com>
1114
1115 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
1116 parameter.
1117
11182015-02-27 Pedro Alves <palves@redhat.com>
1119
1120 * linux-x86-low.c (u_debugreg_offset): New function.
1121 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1122
11232015-02-27 Pedro Alves <palves@redhat.com>
1124
1125 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1126 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
1127 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1128 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1129 (ps_lsetfpregs, ps_getpid)
1130 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
1131 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
1132 (ps_lsetxregs, ps_plog): Declare.
1133
11342015-02-27 Pedro Alves <palves@redhat.com>
1135
1136 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
1137 IP_AGENT_EXPORT_FUNC.
1138 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
1139 IP_AGENT_EXPORT_FUNC.
1140 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
1141 (IP_AGENT_EXPORT): Delete.
1142 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1143 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1144 (gdb_trampoline_buffer_error, collecting, gdb_collect)
1145 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
1146 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
1147 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
1148 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
1149 (traceframe_read_count, traceframe_write_count)
1150 (traceframes_created, trace_state_variables, get_raw_reg)
1151 (get_trace_state_variable_value, set_trace_state_variable_value)
1152 (ust_loaded, helper_thread_id, cmd_buf): Use
1153 IPA_SYM_EXPORTED_NAME.
1154 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
1155 (tracepoints) Use IP_AGENT_EXPORT_VAR.
1156 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
1157 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1158 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
1159 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
1160 EXTERN_C_PUSH/EXTERN_C_POP.
1161 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
1162 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
1163 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1164 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
1165 (traceframe_write_count, traceframe_read_count)
1166 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
1167 (about_to_request_buffer_space, get_trace_state_variable_value)
1168 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
1169 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
1170 EXTERN_C_PUSH/EXTERN_C_POP.
1171 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
1172 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
1173 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
1174 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1175 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1176 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1177 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
1178 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
1179 Define.
1180 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
1181 (IP_AGENT_EXPORT_VAR_DECL): Define.
1182 (tracing): Declare.
1183 (gdb_agent_get_raw_reg): Declare.
1184
11852015-02-27 Tom Tromey <tromey@redhat.com>
1186 Pedro Alves <palves@redhat.com>
1187
1188 Rename symbols whose names are reserved C++ keywords throughout.
1189
11902015-02-27 Pedro Alves <palves@redhat.com>
1191
1192 * Makefile.in (COMPILER): New, get it from autoconf.
1193 (CXX): Get from autoconf instead.
1194 (COMPILE.pre): Use COMPILER.
1195 (CC-LD): Rename to ...
1196 (CC_LD): ... this. Use COMPILER.
1197 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
1198 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1199 * acinclude.m4: Include build-with-cxx.m4.
1200 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1201 Disable -Werror by default if building in C++ mode.
1202 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1203 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
1204 the C++ compiler. Save/restore CXXFLAGS too.
1205 * configure: Regenerate.
1206
12072015-02-27 Pedro Alves <palves@redhat.com>
1208
1209 * acinclude.m4: Include libiberty.m4.
1210 * configure.ac: Call libiberty_INIT.
1211 * config.in, configure: Regenerate.
1212
12132015-02-26 Pedro Alves <palves@redhat.com>
1214
1215 * linux-low.c (linux_wait_1): When incrementing the PC past a
1216 program breakpoint always use the_low_target.breakpoint_len as
1217 increment, rather than the maximum between that and
1218 the_low_target.decr_pc_after_break.
1219
12202015-02-23 Pedro Alves <palves@redhat.com>
1221
1222 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
1223 thread was doing a step-over; always adjust the PC if
1224 we stepped over a permanent breakpoint.
1225 (linux_wait_1): If we stepped over breakpoint that was on top of a
1226 permanent breakpoint, manually advance the PC past it.
1227
12282015-02-23 Pedro Alves <palves@redhat.com>
1229
1230 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
1231 modes.
1232 (x86_fill_gregset, x86_store_gregset): Use it when handling
1233 $orig_eax.
1234
12352015-02-20 Pedro Alves <palves@redhat.com>
1236
1237 * thread-db.c: Include "nat/linux-procfs.h".
1238 (thread_db_init): Skip listing new threads if the kernel supports
1239 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
1240
12412015-02-20 Pedro Alves <palves@redhat.com>
1242
1243 * linux-low.c (status_pending_p_callback): Use ptid_match.
1244
12452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1246
1247 PR breakpoints/16812
1248 * linux-low.c (wstatus_maybe_breakpoint): Remove.
1249 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
1250 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
1251
12522015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1253
1254 PR breakpoints/15956
1255 * tracepoint.c (cmd_qtinit): Add check for current_thread.
1256
12572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1258
1259 * linux-low.c (linux_low_btrace_conf): Print size.
1260 * server.c (handle_btrace_conf_general_set): New.
1261 (hanle_general_set): Call handle_btrace_conf_general_set.
1262 (handle_query): Report Qbtrace-conf:bts:size as supported.
1263
12642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1265
1266 * linux-low.c (linux_low_enable_btrace): Update parameters.
1267 (linux_low_btrace_conf): New.
1268 (linux_target_ops)<to_btrace_conf>: Initialize.
1269 * server.c (current_btrace_conf): New.
1270 (handle_btrace_enable): Rename to ...
1271 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
1272 to target_enable_btrace. Update comment. Update users.
1273 (handle_qxfer_btrace_conf): New.
1274 (qxfer_packets): Add btrace-conf entry.
1275 (handle_query): Report qXfer:btrace-conf:read as supported packet.
1276 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
1277 (target_ops)<read_btrace_conf>: New.
1278 (target_enable_btrace): Update parameters.
1279 (target_read_btrace_conf): New.
1280
12812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1282
1283 * server.c (handle_btrace_general_set): Remove call to
1284 target_supports_btrace.
1285 (supported_btrace_packets): New.
1286 (handle_query): Call supported_btrace_packets.
1287 * target.h: include btrace-common.h.
1288 (btrace_target_info): Removed.
1289 (supports_btrace, target_supports_btrace): Update parameters.
1290
12912015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1292
1293 * Makefile.in (SFILES): Add common/btrace-common.c.
1294 (OBS): Add common/btrace-common.o.
1295 (btrace-common.o): Add build rules.
1296 * linux-low: Include btrace-common.h.
1297 (linux_low_read_btrace): Use struct btrace_data. Call
1298 btrace_data_init and btrace_data_fini.
1299
13002015-02-06 Pedro Alves <palves@redhat.com>
1301
1302 * thread-db.c (find_new_threads_callback): Add debug output.
1303
13042015-02-04 Pedro Alves <palves@redhat.com>
1305
1306 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
1307 (resume_stopped_resumed_lwps): New function.
1308 (linux_wait_for_event_filtered): Use it.
1309
13102015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1311
1312 * Makefile.in (SFILES): Add linux-personality.c.
1313 (linux-personality.o): New rule.
1314 * configure.srv (srv_linux_obj): Add linux-personality.o to the
1315 list of objects to be built.
1316 * linux-low.c: Include nat/linux-personality.h.
1317 (linux_create_inferior): Remove code to disable address space
1318 randomization (moved to ../nat/linux-personality.c). Create
1319 cleanup to disable address space randomization.
1320
13212015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1322
1323 * Makefile.in (posix-strerror.o): New rule.
1324 (mingw-strerror.o): Likewise.
1325 * configure: Regenerated.
1326 * configure.ac: Source file ../common/common.host. Initialize new
1327 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
1328
13292015-01-14 Yao Qi <yao@codesourcery.com>
1330
1331 * Makefile.in (SFILES): Add nat/ppc-linux.c.
1332 (ppc-linux.o): New rule.
1333 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
1334 * configure.ac: AC_CHECK_FUNCS(getauxval).
1335 * config.in: Re-generated.
1336 * configure: Re-generated.
1337 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
1338 ppc64_64bit_inferior_p
1339
13402015-01-14 Yao Qi <yao@codesourcery.com>
1341
1342 * linux-ppc-low.c: Include "nat/ppc-linux.h".
1343 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
1344 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
1345 (PT_ORIG_R3, PT_TRAP): Likewise.
1346 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
1347 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
1348 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
1349
13502015-01-10 Joel Brobecker <brobecker@adacore.com>
1351
1352 * i387-fp.c (i387_cache_to_xsave): In look over
1353 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
1354 zmmh_low_space field by use of zmmh_high_space.
1355
13562015-01-09 Pedro Alves <palves@redhat.com>
1357
1358 * linux-low.c (step_over_bkpt): Move higher up in the file.
1359 (handle_extended_wait): Don't store the stop_pc here.
1360 (get_stop_pc): Adjust comments and rename to ...
1361 (check_stopped_by_breakpoint): ... this. Record whether the LWP
1362 stopped for a software breakpoint or hardware breakpoint.
1363 (thread_still_has_status_pending_p): New function.
1364 (status_pending_p_callback): Use
1365 thread_still_has_status_pending_p. If the event is no longer
1366 interesting, resume the LWP.
1367 (handle_tracepoints): Add assert.
1368 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
1369 (wstatus_maybe_breakpoint): New function.
1370 (cancel_breakpoint): Delete function.
1371 (check_stopped_by_watchpoint): New function, factored out from
1372 linux_low_filter_event.
1373 (lp_status_maybe_breakpoint): Delete function.
1374 (linux_low_filter_event): Remove filter_ptid argument.
1375 Leave thread group exits pending here. Store the LWP's stop PC.
1376 Always leave events pending.
1377 (linux_wait_for_event_filtered): Pull all events out of the
1378 kernel, and leave them all pending.
1379 (count_events_callback, select_event_lwp_callback): Consider all
1380 events.
1381 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
1382 (select_event_lwp): Only give preference to the stepping LWP in
1383 all-stop mode. Adjust comments.
1384 (ignore_event): New function.
1385 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
1386 references to cancel_breakpoints. Adjust to renames. Also give
1387 equal priority to all LWPs that have had events in non-stop mode.
1388 If reporting a software breakpoint event, unadjust the LWP's PC.
1389 (linux_wait): If linux_wait_1 returned an ignored event, retry.
1390 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
1391 Adjust.
1392 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
1393 (resume_status_pending_p): Use thread_still_has_status_pending_p.
1394 (linux_stopped_by_watchpoint): Adjust.
1395 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
1396 * linux-low.h (enum lwp_stop_reason): New.
1397 (struct lwp_info) <stop_pc>: Adjust comment.
1398 <stopped_by_watchpoint>: Delete field.
1399 <stop_reason>: New field.
1400 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1401 * mem-break.c (software_breakpoint_inserted_here)
1402 (hardware_breakpoint_inserted_here): New function.
1403 * mem-break.h (software_breakpoint_inserted_here)
1404 (hardware_breakpoint_inserted_here): Declare.
1405 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
1406 (cancel_breakpoints): Delete.
1407 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
1408 (upload_fast_traceframes): Remove references to
1409 cancel_breakpoints.
1410
14112015-01-09 Pedro Alves <palves@redhat.com>
1412
1413 * thread-db.c (find_new_threads_callback): Ignore thread if the
1414 kernel thread ID is -1.
1415
14162015-01-09 Pedro Alves <palves@redhat.com>
1417
1418 * linux-low.c (linux_attach_fail_reason_string): Move to
1419 nat/linux-ptrace.c, and rename.
1420 (linux_attach_lwp): Update comment.
1421 (attach_proc_task_lwp_callback): New function.
1422 (linux_attach): Adjust to rename and use
1423 linux_proc_attach_tgid_threads.
1424 (linux_attach_fail_reason_string): Delete declaration.
1425
14262015-01-01 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
1429 * server.c (gdbserver_version): Likewise.
1430
14312014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
1432
1433 * remote-utils.c: Include ctype.h.
1434 (input_interrupt): Explicitly handle the case when the char
1435 received is the NUL byte. Improve the printing of non-ASCII
1436 characters.
1437
14382014-12-16 Joel Brobecker <brobecker@adacore.com>
1439
1440 * linux-low.c (linux_low_filter_event): Update call to
1441 linux_enable_event_reporting following the addition of
1442 a new parameter to that function.
1443
14442014-12-16 Catalin Udma <catalin.udma@freescale.com>
1445
1446 PR server/17457
1447 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
1448 (AARCH64_FPCR_REGNO): Likewise.
1449 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
1450 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
1451 (aarch64_store_fpregset): Likewise.
1452
14532014-12-15 Joel Brobecker <brobecker@adacore.com>
1454
1455 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
1456 Remove FIXME comment about assumption about N.
1457
14582014-12-13 Joel Brobecker <brobecker@adacore.com>
1459
1460 * configure.ac: If large-file support is disabled in GDBserver,
1461 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
1462 * configure: Regenerate.
1463
14642014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1465
1466 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
1467 warning upon ENODATA from ptrace.
1468 * linux-s390-low.c (s390_store_tdb): New.
1469 (s390_regsets): Add regset for NT_S390_TDB.
1470
14712014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1472
1473 * linux-low.c (regsets_store_inferior_registers): Skip regsets
1474 without a fill_function.
1475 * linux-s390-low.c (s390_fill_last_break): Remove.
1476 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
1477 (s390_arch_setup): Use regset's size instead of fill_function for
1478 loop end condition.
1479
14802014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
1483 the regset's store function when ptrace returned an error.
1484 * regcache.c (get_thread_regcache): Invalidate register cache
1485 before fetching inferior's registers.
1486
14872014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1488
1489 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
1490 while-loop as for-loop.
1491 (regsets_store_inferior_registers): Likewise.
1492
14932014-11-28 Yao Qi <yao@codesourcery.com>
1494
1495 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
1496 * config.in, configure: Re-generate.
1497 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
1498 is defined.
1499
15002014-11-21 Yao Qi <yao@codesourcery.com>
1501
1502 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
1503 (AC_CHECK_HEADERS): Remove malloc.h.
1504 * configure: Re-generated.
1505 * config.in: Re-generated.
1506 * server.h: Don't include alloca.h and malloc.h.
1507 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
1508 Don't include malloc.h.
1509
15102014-11-17 Joel Brobecker <brobecker@adacore.com>
1511
1512 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
1513 corresponding ERRNO check in same block.
1514
15152014-11-12 Pedro Alves <palves@redhat.com>
1516
1517 * server.c (cont_thread): Update comment.
1518 (start_inferior, attach_inferior): No longer clear cont_thread.
1519 (handle_v_cont): No longer set cont_thread.
1520 (captured_main): Clear cont_thread each time a GDB connects.
1521
15222014-11-12 Pedro Alves <palves@redhat.com>
1523
1524 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
1525 thread, and don't resume all threads if the Hc thread has exited.
1526
15272014-11-12 Pedro Alves <palves@redhat.com>
1528
1529 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
1530 the process group instead of to a specific LWP.
1531
15322014-10-15 Pedro Alves <palves@redhat.com>
1533
1534 PR server/17487
1535 * win32-arm-low.c (arm_set_thread_context): Remove current_event
1536 parameter.
1537 (arm_set_thread_context): Delete.
1538 (the_low_target): Adjust.
1539 * win32-i386-low.c (debug_registers_changed)
1540 (debug_registers_used): Delete.
1541 (update_debug_registers_callback): New function.
1542 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
1543 needing to update their debug registers.
1544 (win32_get_current_dr): New function.
1545 (x86_dr_low_get_addr, x86_dr_low_get_control)
1546 (x86_dr_low_get_status): Fetch the debug register from the thread
1547 record's context.
1548 (i386_initial_stuff): Adjust.
1549 (i386_get_thread_context): Remove current_event parameter. Don't
1550 clear debug_registers_changed nor copy DR values to
1551 debug_reg_state.
1552 (i386_set_thread_context): Delete.
1553 (i386_prepare_to_resume): New function.
1554 (i386_thread_added): Mark the thread as needing to update irs
1555 debug registers.
1556 (the_low_target): Remove i386_set_thread_context and install
1557 i386_prepare_to_resume.
1558 * win32-low.c (win32_get_thread_context): Adjust.
1559 (win32_set_thread_context): Use SetThreadContext
1560 directly.
1561 (win32_prepare_to_resume): New function.
1562 (win32_require_context): New function, factored out from ...
1563 (thread_rec): ... this.
1564 (continue_one_thread): Call win32_prepare_to_resume on each thread
1565 we're about to continue.
1566 (win32_resume): Call win32_prepare_to_resume on the event thread.
1567 * win32-low.h (struct win32_thread_info)
1568 <debug_registers_changed>: New field.
1569 (struct win32_target_ops): Change prototype of set_thread_context,
1570 delete set_thread_context and add prepare_to_resume.
1571 (win32_require_context): New declaration.
1572
15732014-10-08 Gary Benson <gbenson@redhat.com>
1574
1575 * server.h: Do not include common-exceptions.h.
1576
15772014-10-08 Gary Benson <gbenson@redhat.com>
1578
1579 * server.h: Do not include cleanups.h.
1580
15812014-09-30 James Hogan <james.hogan@imgtec.com>
1582
1583 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
1584 mips64-dsp-linux.c.
1585
15862014-09-23 Yao Qi <yao@codesourcery.com>
1587
1588 * linux-low.c (lp_status_maybe_breakpoint): New function.
1589 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
1590 (count_events_callback): Likewise.
1591 (select_event_lwp_callback): Likewise.
1592 (cancel_breakpoints_callback): Likewise.
1593
15942014-09-19 Don Breazeal <donb@codesourcery.com>
1595
1596 * linux-low.c (handle_extended_wait): Call
1597 linux_ptrace_get_extended_event.
1598 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
1599 linux_is_extended_waitstatus.
1600
16012014-09-16 Joel Brobecker <brobecker@adacore.com>
1602
1603 * Makefile.in (CPPFLAGS): Define.
1604 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
1605 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
1606
16072014-09-16 Gary Benson <gbenson@redhat.com>
1608
1609 * inferiors.h (current_inferior): Renamed as...
1610 (current_thread): New variable. All uses updated.
1611 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
1612 (maybe_move_out_of_jump_pad): Likewise.
1613 (cancel_breakpoint): Likewise.
1614 (linux_low_filter_event): Likewise.
1615 (wait_for_sigstop): Likewise.
1616 (linux_resume_one_lwp): Likewise.
1617 (need_step_over_p): Likewise.
1618 (start_step_over): Likewise.
1619 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
1620 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
1621 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
1622 and save_inferior as saved_thread.
1623 * regcache.c (get_thread_regcache): Renamed saved_inferior as
1624 saved_thread.
1625 (regcache_invalidate_thread): Likewise.
1626 * remote-utils.c (prepare_resume_reply): Likewise.
1627 * thread-db.c (thread_db_get_tls_address): Likewise.
1628 (disable_thread_event_reporting): Likewise.
1629 (remove_thread_event_breakpoints): Likewise.
1630 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
1631 as saved_thread.
1632 * target.h (set_desired_inferior): Renamed as...
1633 (set_desired_thread): New declaration. All uses updated.
1634 * server.c (myresume): Updated comment to reference thread instead
1635 of inferior.
1636 (handle_serial_event): Likewise.
1637 (handle_target_event): Likewise.
1638
16392014-09-12 Tom Tromey <tromey@redhat.com>
1640 Gary Benson <gbenson@redhat.com>
1641
1642 * regcache.h: Include common-regcache.h.
1643 (regcache_read_pc): Don't declare.
1644 * regcache.c (get_thread_regcache_for_ptid): New function.
1645
16462014-09-11 Tom Tromey <tromey@redhat.com>
1647 Gary Benson <gbenson@redhat.com>
1648
1649 * symbol.c: New file.
1650 * Makefile.in (SFILES): Add symbol.c.
1651 (OBS): Add symbol.o.
1652
16532014-09-11 Gary Benson <gbenson@redhat.com>
1654
1655 * target.c (target_stop_ptid, target_continue_ptid): New
1656 functions.
1657
16582014-09-11 Tom Tromey <tromey@redhat.com>
1659 Gary Benson <gbenson@redhat.com>
1660
1661 * target.h: Include target/target.h.
1662 * target.c (target_read_memory, target_read_uint32)
1663 (target_write_memory): New functions.
1664
16652014-09-11 Gary Benson <gbenson@redhat.com>
1666
1667 * server.h (debug_hw_points): Don't declare.
1668 * server.c (debug_hw_points): Don't define. Replace all uses
1669 with show_debug_regs.
1670 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
1671 all uses with show_debug_regs.
1672
16732014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1674
1675 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
1676 endianness into account.
1677 (ppc_supply_ptrace_register): Likewise.
1678
16792014-09-03 James Hogan <james.hogan@imgtec.com>
1680
1681 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
1682 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
1683
16842014-09-03 Gary Benson <gbenson@redhat.com>
1685
1686 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
1687 ALL_DEBUG_ADDRESS_REGISTERS.
1688
16892014-09-02 Gary Benson <gbenson@redhat.com>
1690
1691 * i386-low.h: Renamed as...
1692 * x86-low.h: New file. All type, function and variable name
1693 prefixes changed from "i386_" to "x86_". All references updated.
1694 * i386-low.c: Renamed as...
1695 * x86-low.c: New file. All type, function and variable name
1696 prefixes changed from "i386_" to "x86_". All references updated.
1697
16982014-09-02 Gary Benson <gbenson@redhat.com>
1699
1700 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
1701 (x86_linux_new_thread): Likewise.
1702
17032014-08-29 Gary Benson <gbenson@redhat.com>
1704
1705 * server.h (setjmp.h): Do not include.
1706 (toplevel): Do not declare.
1707 (common-exceptions.h): Include.
1708 (cleanups.h): Likewise.
1709 * server.c (toplevel): Do not define.
1710 (exit_code): New static global.
1711 (detach_or_kill_for_exit_cleanup): New function.
1712 (main): New function. Original main renamed to...
1713 (captured_main): New function.
1714 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
1715
17162014-08-29 Gary Benson <gbenson@redhat.com>
1717
1718 * Makefile.in (SFILES): Add common/common-exceptions.c.
1719 (OBS): Add common-exceptions.o.
1720 (common-exceptions.o): New rule.
1721 * utils.c (prepare_to_throw_exception): New function.
1722
17232014-08-29 Gary Benson <gbenson@redhat.com>
1724
1725 * config.in: Regenerate.
1726 * configure: Likewise.
1727
17282014-08-29 Gary Benson <gbenson@redhat.com>
1729
1730 * Makefile.in (SFILES): Add common/cleanups.c.
1731 (OBS): cleanups.o.
1732 (cleanups.o): New rule.
1733
17342014-08-29 Gary Benson <gbenson@redhat.com>
1735
1736 * utils.c (internal_vwarning): New function.
1737
17382014-08-28 Gary Benson <gbenson@redhat.com>
1739
1740 * utils.h (fatal): Remove declaration.
1741 * utils.c (fatal): Remove function.
1742
17432014-08-28 Gary Benson <gbenson@redhat.com>
1744
1745 * tracepoint.c (gdb_agent_init): Replace fatal with
1746 perror_with_name.
1747 (initialize_tracepoint): Likewise.
1748
17492014-08-28 Gary Benson <gbenson@redhat.com>
1750
1751 * remote-utils.c (remote_prepare): Replace fatal with error.
1752
17532014-08-28 Gary Benson <gbenson@redhat.com>
1754
1755 * linux-low.c (linux_async): Replace fatal with warning.
1756 Tidy up and return.
1757 (linux_start_non_stop): Return -1 if linux_async failed.
1758
17592014-08-28 Gary Benson <gbenson@redhat.com>
1760
1761 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1762 gdb_assert.
1763 (i386_dr_low_get_addr): Remove vague comment.
1764 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1765 gdb_assert.
1766
17672014-08-28 Gary Benson <gbenson@redhat.com>
1768
1769 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1770 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1771 internal_error.
1772 (linux_resume_one_lwp): Likewise.
1773 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1774 gdb_assert.
1775 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1776 with internal_error.
1777 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1778 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1779 (find_register_by_name): Replace fatal with internal_error.
1780 (find_regno): Likewise.
1781 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1782 * thread-db.c (thread_db_create_event): Likewise.
1783 (thread_db_load_search): Likewise.
1784 (try_thread_db_load_1): Likewise.
1785 * tracepoint.c (get_jump_space_head): Replace fatal with
1786 internal_error.
1787 (claim_trampoline_space): Likewise.
1788 (have_fast_tracepoint_trampoline_buffer): Likewise.
1789 (cmd_qtstart): Likewise.
1790 (stop_tracing): Likewise.
1791 (fast_tracepoint_collecting): Likewise.
1792 (target_malloc): Likewise.
1793 (download_tracepoint): Likewise.
1794 (download_trace_state_variables): Replace check with gdb_assert.
1795 (upload_fast_traceframes): Replace fatal with internal_error.
1796
17972014-08-19 Tom Tromey <tromey@redhat.com>
1798 Gary Benson <gbenson@redhat.com>
1799
1800 * Makefile.in (SFILES): Add common/common-debug.c.
1801 (OBS): Add common-debug.o.
1802 (common-debug.o): New rule.
1803 * debug.h (debug_printf): Don't declare.
1804 * debug.c (debug_printf): Renamed and rewritten as...
1805 (debug_vprintf): New function.
1806
18072014-08-19 Gary Benson <gbenson@redhat.com>
1808
1809 * utils.h: Do not include print-utils.h.
1810
18112014-08-19 Tom Tromey <tromey@redhat.com>
1812 Gary Benson <gbenson@redhat.com>
1813
1814 * server.h: Add static assertion.
1815 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1816
18172014-08-19 Tom Tromey <tromey@redhat.com>
1818 Gary Benson <gbenson@redhat.com>
1819
1820 * Makefile.in (SFILES): Add common/errors.c.
1821 (OBS): Add errors.o.
1822 (IPA_OBS): Add errors-ipa.o.
1823 (errors.o): New rule.
1824 (errors-ipa.o): Likewise.
1825 * utils.h (perror_with_name, error, warning): Don't declare.
1826 * utils.c (warning): Renamed and rewritten as...
1827 (vwarning): New function.
1828 (error): Renamed and rewritten as...
1829 (verror): New function.
1830 (internal_error): Renamed and rewritten as...
1831 (internal_verror): New function.
1832
18332014-08-07 Gary Benson <gbenson@redhat.com>
1834
1835 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1836 * configure: Regenerate.
1837 * config.in: Likewise.
1838 * server.h: Do not include errno.h.
1839 * event-loop.c: Likewise.
1840 * hostio-errno.c: Likewise.
1841 * linux-low.c: Likewise.
1842 * remote-utils.c: Likewise.
1843 * spu-low.c: Likewise.
1844 * utils.c: Likewise.
1845 * gdbreplay.c: Unconditionally include errno.h.
1846
18472014-08-07 Gary Benson <gbenson@redhat.com>
1848
1849 * server.h: Do not include string.h.
1850 * event-loop.c: Likewise.
1851 * linux-low.c: Likewise.
1852 * regcache.c: Likewise.
1853 * remote-utils.c: Likewise.
1854 * spu-low.c: Likewise.
1855 * utils.c: Likewise.
1856
18572014-08-07 Gary Benson <gbenson@redhat.com>
1858
1859 * server.h: Do not include gdb_assert.h.
1860
18612014-08-07 Gary Benson <gbenson@redhat.com>
1862
1863 * server.h: Do not include common-utils.h.
1864
18652014-08-07 Gary Benson <gbenson@redhat.com>
1866
1867 * server.h: Do not include ptid.h.
1868 * notif.h: Likewise.
1869
18702014-08-07 Gary Benson <gbenson@redhat.com>
1871
1872 * server.h: Do not include gdb_locale.h.
1873
18742014-08-07 Gary Benson <gbenson@redhat.com>
1875
1876 * server.h: Do not include gdb/signals.h.
1877 * win32-low.c: Likewise.
1878
18792014-08-07 Gary Benson <gbenson@redhat.com>
1880
1881 * server.h: Do not include pathmax.h.
1882
18832014-08-07 Gary Benson <gbenson@redhat.com>
1884
1885 * server.h: Do not include libiberty.h.
1886 * linux-bfin-low.c: Likewise.
1887
18882014-08-07 Gary Benson <gbenson@redhat.com>
1889
1890 * server.h: Do not include ansidecl.h.
1891
18922014-08-07 Gary Benson <gbenson@redhat.com>
1893
1894 * linux-x86-low.c: Do not include stddef.h.
1895 * lynx-ppc-low.c: Likewise.
1896 * tracepoint.c: Likewise.
1897
18982014-08-07 Gary Benson <gbenson@redhat.com>
1899
1900 * server.h: Do not include stdarg.h.
1901 * nto-low.c: Likewise.
1902
19032014-08-07 Gary Benson <gbenson@redhat.com>
1904
1905 * server.h: Do not include stdlib.h.
1906 * inferiors.c: Likewise.
1907 * linux-low.c: Likewise.
1908 * regcache.c: Likewise.
1909 * spu-low.c: Likewise.
1910 * tracepoint.c: Likewise.
1911 * utils.c: Likewise.
1912
19132014-08-07 Gary Benson <gbenson@redhat.com>
1914
1915 * server.h: Do not include stdio.h.
1916 * linux-low.c: Likewise.
1917 * remote-utils.c: Likewise.
1918 * spu-low.c: Likewise.
1919 * utils.c: Likewise.
1920 * wincecompat.c: Likewise.
1921
19222014-08-06 Gary Benson <gbenson@redhat.com>
1923
1924 * regcache.c (init_register_cache): Move conditionals inside if.
1925
19262014-08-06 Gary Benson <gbenson@redhat.com>
1927
1928 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
1929
19302014-07-31 Gary Benson <gbenson@redhat.com>
1931
1932 * ax.h: Do not include server.h.
1933 * gdbthread.h: Likewise.
1934 * lynx-low.h: Likewise.
1935 * notif.h: Likewise.
1936
19372014-07-30 Gary Benson <gbenson@redhat.com>
1938
1939 * server.h: Include common-defs.h.
1940 Do not include config.h or build-gnulib-gdbserver/config.h.
1941
19422014-07-30 Gary Benson <gbenson@redhat.com>
1943
1944 * hostio-errno.c: Move server.h to top of includes list.
1945 * inferiors.c: Likewise.
1946 * linux-x86-low.c: Likewise.
1947 * notif.c: Include server.h.
1948
19492014-07-24 Tom Tromey <tromey@redhat.com>
1950 Gary Benson <gbenson@redhat.com>
1951
1952 * server.h (CORE_ADDR): Now unsigned.
1953
19542014-07-16 Pedro Alves <palves@redhat.com>
1955
1956 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
1957
19582014-07-15 Pedro Alves <palves@redhat.com>
1959
1960 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
1961 copy.
1962
19632014-07-11 Pedro Alves <palves@redhat.com>
1964
1965 * linux-low.c (kill_wait_lwp): New function, based on
1966 kill_one_lwp_callback, but use my_waitpid directly.
1967 (kill_one_lwp_callback, linux_kill): Use it.
1968
19692014-06-23 Pedro Alves <palves@redhat.com>
1970
1971 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
1972 before setting DR0..DR3.
1973
19742014-06-20 Gary Benson <gbenson@redhat.com>
1975
1976 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
1977 * configure: Regenerated.
1978 * config.in: Likewise.
1979
19802014-06-20 Gary Benson <gbenson@redhat.com>
1981
1982 * Makefile.in (SFILES): Update locations for files moved
1983 from common to nat.
1984 (object file files): Reordered.
1985
19862014-06-20 Gary Benson <gbenson@redhat.com>
1987
1988 * i386-low.h (i386_dr_low_can_set_addr): Removed.
1989 (i386_dr_low_set_addr): Likewise.
1990 (i386_dr_low_get_addr): Likewise.
1991 (i386_dr_low_can_set_control): Likewise.
1992 (i386_dr_low_set_control): Likewise.
1993 (i386_dr_low_get_control): Likewise.
1994 (i386_dr_low_get_status): Likewise.
1995 (i386_get_debug_register_length): Likewise.
1996 * linux-x86-low.c (i386_dr_low_set_addr):
1997 Changed signature. Made static.
1998 (i386_dr_low_get_addr): Likewise.
1999 (i386_dr_low_set_control): Likewise.
2000 (i386_dr_low_get_control): Likewise.
2001 (i386_dr_low_get_status): Likewise.
2002 (i386_dr_low): New global variable.
2003 * win32-i386-low.c (i386_dr_low_set_addr):
2004 Changed signature. Made static.
2005 (i386_dr_low_get_addr): Likewise.
2006 (i386_dr_low_set_control): Likewise.
2007 (i386_dr_low_get_control): Likewise.
2008 (i386_dr_low_get_status): Likewise.
2009 (i386_dr_low): New global variable.
2010
20112014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
2012
2013 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
2014 * Makefile.in (AR, AR_FLAGS): Define.
2015 * configure: Regenerate.
2016
20172014-06-19 Gary Benson <gbenson@redhat.com>
2018
2019 * Makefile.in (i386-dregs.o): New rule.
2020 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
2021 * i386-low.c (target.h): Remove include.
2022 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
2023 (DR_CONTROL_SHIFT): Likewise.
2024 (DR_CONTROL_SIZE): Likewise.
2025 (DR_RW_EXECUTE): Likewise.
2026 (DR_RW_WRITE): Likewise.
2027 (DR_RW_READ): Likewise.
2028 (DR_RW_IORW): Likewise.
2029 (DR_LEN_1): Likewise.
2030 (DR_LEN_2): Likewise.
2031 (DR_LEN_4): Likewise.
2032 (DR_LEN_8): Likewise.
2033 (DR_LOCAL_ENABLE_SHIFT): Likewise.
2034 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
2035 (DR_ENABLE_SIZE): Likewise.
2036 (DR_LOCAL_SLOWDOWN): Likewise.
2037 (DR_GLOBAL_SLOWDOWN): Likewise.
2038 (DR_CONTROL_RESERVED): Likewise.
2039 (I386_DR_CONTROL_MASK): Likewise.
2040 (I386_DR_VACANT): Likewise.
2041 (I386_DR_LOCAL_ENABLE): Likewise.
2042 (I386_DR_GLOBAL_ENABLE): Likewise.
2043 (I386_DR_DISABLE): Likewise.
2044 (I386_DR_SET_RW_LEN): Likewise.
2045 (I386_DR_GET_RW_LEN): Likewise.
2046 (I386_DR_WATCH_HIT): Likewise.
2047 (i386_wp_op_t): Likewise.
2048 (i386_show_dr): Likewise.
2049 (i386_length_and_rw_bits): Likewise.
2050 (i386_insert_aligned_watchpoint): Likewise.
2051 (i386_remove_aligned_watchpoint): Likewise.
2052 (i386_handle_nonaligned_watchpoint): Likewise.
2053 i386_update_inferior_debug_regs(): Likewise.
2054 (i386_dr_insert_watchpoint): Likewise.
2055 (i386_dr_remove_watchpoint): Likewise.
2056 (i386_dr_region_ok_for_watchpoint): Likewise.
2057 (i386_dr_stopped_data_address): Likewise.
2058 (i386_dr_stopped_by_watchpoint): Likewise.
2059
20602014-06-19 Gary Benson <gbenson@redhat.com>
2061
2062 * i386-low.c (i386_dr_show): Renamed to
2063 i386_show_dr and made static. All uses updated.
2064 (i386_dr_length_and_rw_bits): Renamed to
2065 i386_length_and_rw_bits and made static.
2066 All uses updated.
2067 (i386_dr_insert_aligned_watchpoint): Renamed to
2068 i386_insert_aligned_watchpoint and made static.
2069 All uses updated.
2070 (i386_dr_remove_aligned_watchpoint): Renamed to
2071 i386_remove_aligned_watchpoint and made static.
2072 All uses updated.
2073 (i386_dr_update_inferior_debug_regs): Renamed to
2074 i386_update_inferior_debug_regs and made static.
2075 All uses updated.
2076
20772014-06-18 Gary Benson <gbenson@redhat.com>
2078
2079 * i386-low.h (i386_dr_low_can_set_addr): New macro.
2080 (i386_dr_low_can_set_control): Likewise.
2081 (i386_get_debug_register_length): Likewise.
2082 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
2083 (i386_dr_low_can_set_control): Likewise.
2084 (i386_get_debug_register_length): Likewise.
2085
20862014-06-17 Gary Benson <gbenson@redhat.com>
2087
2088 * i386-low.h (i386-dregs.h): New include.
2089 (DR_FIRSTADDR): Now in i386-dregs.h.
2090 (DR_LASTADDR): Likewise.
2091 (DR_NADDR): Likewise.
2092 (DR_STATUS): Likewise.
2093 (DR_CONTROL): Likewise.
2094 (i386_debug_reg_state): Likewise.
2095 (i386_dr_insert_watchpoint): Likewise.
2096 (i386_dr_remove_watchpoint): Likewise.
2097 (i386_dr_region_ok_for_watchpoint): Likewise.
2098 (i386_dr_stopped_data_address): Likewise.
2099 (i386_dr_stopped_by_watchpoint): Likewise.
2100 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
2101
21022014-06-18 Gary Benson <gbenson@redhat.com>
2103
2104 * i386-low.h (i386_low_insert_watchpoint): Renamed to
2105 i386_dr_insert_watchpoint.
2106 (i386_low_remove_watchpoint): Renamed to
2107 i386_dr_remove_watchpoint.
2108 (i386_low_region_ok_for_watchpoint): Renamed to
2109 i386_dr_region_ok_for_watchpoint.
2110 (i386_low_stopped_data_address): Renamed to
2111 i386_dr_stopped_data_address.
2112 (i386_low_stopped_by_watchpoint): Renamed to
2113 i386_dr_stopped_by_watchpoint.
2114 * i386-low.c (i386_show_dr): Renamed to
2115 i386_dr_show and made nonstatic. All uses updated.
2116 (i386_length_and_rw_bits): Renamed to
2117 i386_dr_length_and_rw_bits and made nonstatic.
2118 All uses updated.
2119 (i386_insert_aligned_watchpoint): Renamed to
2120 i386_dr_insert_aligned_watchpoint and made nonstatic.
2121 All uses updated.
2122 (i386_remove_aligned_watchpoint): Renamed to
2123 i386_dr_remove_aligned_watchpoint and made nonstatic.
2124 All uses updated.
2125 (i386_update_inferior_debug_regs): Renamed to
2126 i386_dr_update_inferior_debug_regs and made nonstatic.
2127 All uses updated.
2128 (i386_low_insert_watchpoint): Renamed to
2129 i386_dr_insert_watchpoint. All uses updated.
2130 (i386_low_remove_watchpoint): Renamed to
2131 i386_dr_remove_watchpoint. All uses updated.
2132 (i386_low_region_ok_for_watchpoint): Renamed to
2133 i386_dr_region_ok_for_watchpoint. All uses updated.
2134 (i386_low_stopped_data_address): Renamed to
2135 i386_dr_stopped_data_address. All uses updated.
2136 (i386_low_stopped_by_watchpoint): Renamed to
2137 i386_dr_stopped_by_watchpoint. All uses updated.
2138
21392014-06-18 Gary Benson <gbenson@redhat.com>
2140
2141 * i386-low.c (i386_dr_low_can_set_addr): New macro.
2142 (i386_dr_low_can_set_control): Likewise.
2143 (i386_insert_aligned_watchpoint): New check.
2144
21452014-06-18 Gary Benson <gbenson@redhat.com>
2146
2147 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
2148 Renamed to state.
2149
21502014-06-18 Gary Benson <gbenson@redhat.com>
2151
2152 * i386-low.c (i386_length_and_rw_bits): Use internal_error
2153 instead of fatal and error.
2154 (i386_handle_nonaligned_watchpoint): Likewise.
2155
21562014-06-18 Gary Benson <gbenson@redhat.com>
2157
2158 * i386-low.c (i386_get_debug_register_length): New macro.
2159 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
2160 (i386_show_dr): Use debug_printf instead of fprintf. Use
2161 phex to format values.
2162
21632014-06-18 Gary Benson <gbenson@redhat.com>
2164
2165 * i386-low.h: Comment changes.
2166 * i386-low.c: Likewise.
2167
21682014-06-18 Gary Benson <gbenson@redhat.com>
2169
2170 * i386-low.c: Whitespace changes.
2171
21722014-06-12 Tom Tromey <tromey@redhat.com>
2173
2174 * utils.c (freeargv): Remove.
2175
21762014-06-12 Tom Tromey <tromey@redhat.com>
2177
2178 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
2179 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
2180 (parse_debug_format_options): Likewise.
2181 (gdbserver_usage): Likewise.
2182 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
2183 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
2184 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
2185 against libiberty.
2186 ($(LIBGNU)): Depend on libiberty.
2187 (all-lib): Recurse into all subdirs.
2188 (install-only): Invoke "install" target in subdirs.
2189 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
2190 targets.
2191 * configure: Rebuild.
2192 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
2193 for vasprintf, vsnprintf, or gettimeofday.
2194 * configure.srv: Don't add safe-ctype.o or lbasename.o to
2195 srv_tgtobj.
2196
21972014-06-05 Joel Brobecker <brobecker@adacore.com>
2198
2199 * development.sh: Delete.
2200 * Makefile.in (config.status): Adjust dependency on development.sh.
2201 * configure.ac: Adjust development.sh source call.
2202 * configure: Regenerate.
2203
22042014-06-02 Pedro Alves <palves@redhat.com>
2205
2206 * ax.c (gdb_free_agent_expr): New function.
2207 * ax.h (gdb_free_agent_expr): New declaration.
2208 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
2209 list.
2210 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
2211 static.
2212 (clear_breakpoint_conditions_and_commands): New function.
2213 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
2214 (clear_breakpoint_conditions_and_commands): New declaration.
2215
22162014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2217
2218 * linux-aarch64-low.c (asm/ptrace.h): Include.
2219
22202014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2221
2222 Fix TLS access for -static -pthread.
2223 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
2224 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
2225 (thread_db_load_search, try_thread_db_load_1): Initialize it.
2226
22272014-05-20 Pedro Alves <palves@redhat.com>
2228
2229 * linux-aarch64-low.c (aarch64_insert_point)
2230 (aarch64_remove_point): No longer check whether the type is
2231 supported here. Adjust to new interface.
2232 (the_low_target): Install aarch64_supports_z_point_type as
2233 supports_z_point_type method.
2234 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
2235 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
2236 instead of a Z packet char. Adjust.
2237 (arm_supports_z_point_type): New function.
2238 (arm_insert_point, arm_remove_point): Adjust to new interface.
2239 (the_low_target): Install arm_supports_z_point_type.
2240 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
2241 (cris_insert_point, cris_remove_point): Adjust to new interface.
2242 Don't check whether the type is supported here.
2243 (the_low_target): Install cris_supports_z_point_type.
2244 * linux-low.c (linux_supports_z_point_type): New function.
2245 (linux_insert_point, linux_remove_point): Adjust to new interface.
2246 * linux-low.h (struct linux_target_ops) <insert_point,
2247 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
2248 raw_breakpoint pointer parameter.
2249 <supports_z_point_type>: New method.
2250 * linux-mips-low.c (mips_supports_z_point_type): New function.
2251 (mips_insert_point, mips_remove_point): Adjust to new interface.
2252 Use mips_supports_z_point_type.
2253 (the_low_target): Install mips_supports_z_point_type.
2254 * linux-ppc-low.c (the_low_target): Install NULL as
2255 supports_z_point_type method.
2256 * linux-s390-low.c (the_low_target): Install NULL as
2257 supports_z_point_type method.
2258 * linux-sparc-low.c (the_low_target): Install NULL as
2259 supports_z_point_type method.
2260 * linux-x86-low.c (x86_supports_z_point_type): New function.
2261 (x86_insert_point): Adjust to new insert_point interface. Use
2262 insert_memory_breakpoint. Adjust to new
2263 i386_low_insert_watchpoint interface.
2264 (x86_remove_point): Adjust to remove_point interface. Use
2265 remove_memory_breakpoint. Adjust to new
2266 i386_low_remove_watchpoint interface.
2267 (the_low_target): Install x86_supports_z_point_type.
2268 * lynx-low.c (lynx_target_ops): Install NULL as
2269 supports_z_point_type callback.
2270 * nto-low.c (nto_supports_z_point_type): New.
2271 (nto_insert_point, nto_remove_point): Adjust to new interface.
2272 (nto_target_ops): Install nto_supports_z_point_type.
2273 * mem-break.c: Adjust intro comment.
2274 (struct raw_breakpoint) <raw_type, size>: New fields.
2275 <inserted>: Update comment.
2276 <shlib_disabled>: Delete field.
2277 (enum bkpt_type) <gdb_breakpoint>: Delete value.
2278 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
2279 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
2280 (raw_bkpt_type_to_target_hw_bp_type): New function.
2281 (find_enabled_raw_code_breakpoint_at): New function.
2282 (find_raw_breakpoint_at): New type and size parameters. Use them.
2283 (insert_memory_breakpoint): New function, based off
2284 set_raw_breakpoint_at.
2285 (remove_memory_breakpoint): New function.
2286 (set_raw_breakpoint_at): Reimplement.
2287 (set_breakpoint): New, based on set_breakpoint_at.
2288 (set_breakpoint_at): Reimplement.
2289 (delete_raw_breakpoint): Go through the_target->remove_point
2290 instead of assuming memory breakpoints.
2291 (find_gdb_breakpoint_at): Delete.
2292 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
2293 (find_gdb_breakpoint): New function.
2294 (set_gdb_breakpoint_at): Delete.
2295 (z_type_supported): New function.
2296 (set_gdb_breakpoint_1): New function, loosely based off
2297 set_gdb_breakpoint_at.
2298 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
2299 (delete_gdb_breakpoint_at): Delete.
2300 (delete_gdb_breakpoint_1): New function, loosely based off
2301 delete_gdb_breakpoint_at.
2302 (delete_gdb_breakpoint): New function.
2303 (clear_gdb_breakpoint_conditions): Rename to ...
2304 (clear_breakpoint_conditions): ... this. Don't handle a NULL
2305 breakpoint.
2306 (add_condition_to_breakpoint): Make static.
2307 (add_breakpoint_condition): Take a struct breakpoint pointer
2308 instead of an address. Adjust.
2309 (gdb_condition_true_at_breakpoint): Rename to ...
2310 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
2311 z_type parameter.
2312 (gdb_condition_true_at_breakpoint): Reimplement.
2313 (add_breakpoint_commands): Take a struct breakpoint pointer
2314 instead of an address. Adjust.
2315 (gdb_no_commands_at_breakpoint): Rename to ...
2316 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
2317 parameter. Return true if no breakpoint was found. Change debug
2318 output.
2319 (gdb_no_commands_at_breakpoint): Reimplement.
2320 (run_breakpoint_commands): Rename to ...
2321 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
2322 and change return type to boolean.
2323 (run_breakpoint_commands): New function.
2324 (gdb_breakpoint_here): Also check for Z1 breakpoints.
2325 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
2326 breakpoint. Go through the_target->remove_point instead of
2327 assuming memory breakpoint.
2328 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
2329 software and hardware breakpoints.
2330 (reinsert_raw_breakpoint): Go through the_target->insert_point
2331 instead of assuming memory breakpoint.
2332 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
2333 software and hardware breakpoints.
2334 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
2335 Check both software and hardware breakpoints.
2336 (validate_inserted_breakpoint): Assert the breakpoint is a
2337 software breakpoint. Set the inserted flag to -1 instead of
2338 setting shlib_disabled.
2339 (delete_disabled_breakpoints): Adjust.
2340 (validate_breakpoints): Only validate software breakpoints.
2341 Adjust to inserted flag change.
2342 (check_mem_read, check_mem_write): Skip breakpoint types other
2343 than software breakpoints. Adjust to inserted flag change.
2344 * mem-break.h (enum raw_bkpt_type): New enum.
2345 (raw_breakpoint, struct process_info): Forward declare.
2346 (Z_packet_to_target_hw_bp_type): Delete declaration.
2347 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
2348 (set_gdb_breakpoint, delete_gdb_breakpoint)
2349 (clear_breakpoint_conditions): New declarations.
2350 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
2351 (breakpoint_inserted_here): Update comment.
2352 (add_breakpoint_condition, add_breakpoint_commands): Replace
2353 address parameter with a breakpoint pointer parameter.
2354 (gdb_breakpoint_here): Update comment.
2355 (delete_gdb_breakpoint_at): Delete.
2356 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
2357 * server.c (process_point_options): Take a struct breakpoint
2358 pointer instead of an address. Adjust.
2359 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
2360 delete_gdb_breakpoint.
2361 * spu-low.c (spu_target_ops): Install NULL as
2362 supports_z_point_type method.
2363 * target.h: Include mem-break.h.
2364 (struct target_ops) <prepare_to_access_memory>: Update comment.
2365 <supports_z_point_type>: New field.
2366 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2367 instead of a char. Also take a raw breakpoint pointer.
2368 * win32-arm-low.c (the_low_target): Install NULL as
2369 supports_z_point_type.
2370 * win32-i386-low.c (i386_supports_z_point_type): New function.
2371 (i386_insert_point, i386_remove_point): Adjust to new interface.
2372 (the_low_target): Install i386_supports_z_point_type.
2373 * win32-low.c (win32_supports_z_point_type): New function.
2374 (win32_insert_point, win32_remove_point): Adjust to new interface.
2375 (win32_target_ops): Install win32_supports_z_point_type.
2376 * win32-low.h (struct win32_target_ops):
2377 <supports_z_point_type>: New method.
2378 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2379 instead of a char. Also take a raw breakpoint pointer.
2380
23812014-05-20 Pedro Alves <palves@redhat.com>
2382
2383 * mem-break.h: Include break-common.h.
2384 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2385 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
2386 (Z_packet_to_target_hw_bp_type): New declaration.
2387 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
2388 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
2389 (Z_PACKET_ACCESS_WP): Delete macros.
2390 (Z_packet_to_hw_type): Delete function.
2391 * i386-low.h: Don't include break-common.h here.
2392 (Z_packet_to_hw_type): Delete declaration.
2393 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
2394 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2395 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
2396 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2397 * linux-aarch64-low.c: Don't include break-common.h here.
2398 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2399 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
2400 (Z_packet_to_target_hw_bp_type): Delete function.
2401 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
2402 function.
2403 (mips_insert_point, mips_remove_point): Use
2404 Z_packet_to_target_hw_bp_type.
2405
24062014-05-20 Pedro Alves <palves@redhat.com>
2407
2408 * linux-aarch64-low.c: Include break-common.h.
2409 (enum target_point_type): Delete.
2410 (Z_packet_to_point_type): Rename to ...
2411 (Z_packet_to_target_hw_bp_type): ... this, and return a
2412 target_hw_bp_type instead.
2413 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
2414 instead of an enum target_point_type.
2415 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
2416 breakpoint type.
2417 (aarch64_dr_state_insert_one_point)
2418 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
2419 (aarch64_handle_aligned_watchpoint)
2420 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
2421 Take an enum target_hw_bp_type instead of an enum
2422 target_point_type.
2423 (aarch64_supports_z_point_type): New function.
2424 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
2425 use Z_packet_to_target_hw_bp_type.
2426
24272014-05-20 Joel Brobecker <brobecker@adacore.com>
2428
2429 * configure.ac: Only use -Werror by default when DEVELOPMENT
2430 is true.
2431 * configure: Regenerate.
2432
24332014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 Fix gdbserver qGetTLSAddr for x86_64 -m32.
2436 * linux-x86-low.c (X86_64_USER_REGS): New.
2437 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
2438
24392014-04-28 Yao Qi <yao@codesourcery.com>
2440
2441 * Makefile.in (i386-avx512.c): Fix the typo of generated file
2442 name.
2443
24442014-04-25 Pedro Alves <palves@redhat.com>
2445
2446 PR server/16255
2447 * linux-low.c (linux_attach_fail_reason_string): New function.
2448 (linux_attach_lwp): Delete.
2449 (linux_attach_lwp_1): Rename to ...
2450 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
2451 argument. Remove "initial" parameter. Return int instead of
2452 void. Don't error or warn here.
2453 (linux_attach): Adjust to call linux_attach_lwp. Call error on
2454 failure to attach to the tgid. Call warning when failing to
2455 attach to an lwp.
2456 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
2457 argument. Remove "initial" parameter. Return int instead of
2458 void. Don't error or warn here.
2459 (linux_attach_fail_reason_string): New declaration.
2460 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
2461 interface change. Use linux_attach_fail_reason_string.
2462
24632014-04-24 Michael Sturm <michael.sturm@mintel.com>
2464 Walfred Tedeschi <walfred.tedeschi@intel.com>
2465
2466 * Makefile.in: Added rules to handle new files
2467 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
2468 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
2469 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
2470 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
2471 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
2472 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
2473 x32-avx512-linux.o.
2474 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
2475 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
2476 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
2477 i386/x32-avx512.xml.
2478 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
2479 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
2480 i386/x32-avx512-linux.xml.
2481 * i387-fp.c (num_avx512_k_registers): New constant for number
2482 of K registers.
2483 (num_avx512_zmmh_low_registers): New constant for number of
2484 lower ZMM registers (0-15).
2485 (num_avx512_zmmh_high_registers): New constant for number of
2486 higher ZMM registers (16-31).
2487 (num_avx512_ymmh_registers): New contant for number of higher
2488 YMM registers (ymm16-31 added by avx521 on x86_64).
2489 (num_avx512_xmm_registers): New constant for number of higher
2490 XMM registers (xmm16-31 added by AVX512 on x86_64).
2491 (struct i387_xsave): Add space for AVX512 registers.
2492 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
2493 Add code to handle AVX512 registers.
2494 (i387_xsave_to_cache): Add code to handle AVX512 registers.
2495 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
2496 prototypei from generated file.
2497 (tdesc_amd64_avx512_linux): Likewise.
2498 (init_registers_x32_avx512_linux): Likewise.
2499 (tdesc_x32_avx512_linux): Likewise.
2500 (init_registers_i386_avx512_linux): Likewise.
2501 (tdesc_i386_avx512_linux): Likewise.
2502 (x86_64_regmap): Add AVX512 registers.
2503 (x86_linux_read_description): Add code to handle AVX512 XSTATE
2504 mask.
2505 (initialize_low_arch): Add code to initialize AVX512 registers.
2506
25072014-04-23 Pedro Alves <palves@redhat.com>
2508
2509 * mem-break.c (find_gdb_breakpoint_at): Make static.
2510 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
2511
25122014-04-23 Pedro Alves <palves@redhat.com>
2513
2514 * i386-low.c: Don't include break-common.h here.
2515 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2516 prototype to take target_hw_bp_type as argument instead of a Z
2517 packet char.
2518 * i386-low.h: Include break-common.h here.
2519 (Z_packet_to_hw_type): Declare.
2520 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2521 prototypes.
2522 * linux-x86-low.c (x86_insert_point): Convert the packet number to
2523 a target_hw_bp_type before calling i386_low_insert_watchpoint.
2524 (x86_remove_point): Convert the packet number to a
2525 target_hw_bp_type before calling i386_low_remove_watchpoint.
2526 * win32-i386-low.c (i386_insert_point): Convert the packet number
2527 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
2528 (i386_remove_point): Convert the packet number to a
2529 target_hw_bp_type before calling i386_low_remove_watchpoint.
2530
25312014-04-23 Pedro Alves <palves@redhat.com>
2532
2533 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
2534
25352014-04-10 Pedro Alves <palves@redhat.com>
2536
2537 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
2538 Check if the condition or command is NULL before checking if the
2539 breakpoint is known. On success, return true.
2540 * mem-break.h (add_breakpoint_condition): Document return.
2541 (add_breakpoint_commands): Add describing comment.
2542 * server.c (skip_to_semicolon): New function.
2543 (process_point_options): Use it.
2544
25452014-04-09 Pedro Alves <palves@redhat.com>
2546
2547 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
2548 to lwpid_of.
2549
25502014-02-27 Pedro Alves <palves@redhat.com>
2551
2552 PR 12702
2553 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
2554 macros.
2555 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
2556 output.
2557 (last_thread_of_process_p): Take a PID argument instead of a
2558 thread pointer.
2559 (linux_wait_for_lwp): Delete.
2560 (num_lwps, check_zombie_leaders, not_stopped_callback): New
2561 functions.
2562 (linux_low_filter_event): New function, party factored out from
2563 linux_wait_for_event.
2564 (linux_wait_for_event): Rename to ...
2565 (linux_wait_for_event_filtered): ... this. Add new filter ptid
2566 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
2567 sigsuspend. Check for zombie leaders.
2568 (linux_wait_for_event): Reimplement as wrapper around
2569 linux_wait_for_event_filtered.
2570 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
2571 a normal or signal exit is seen, it's the whole process exiting.
2572 (wait_for_sigstop): No longer a for_each_inferior callback.
2573 Rewrite on top of linux_wait_for_event_filtered.
2574 (stop_all_lwps): Call wait_for_sigstop directly.
2575 * server.c (resume, handle_target_event): Handle
2576 TARGET_WAITKIND_NO_RESUMED.
2577
25782014-02-26 Joel Brobecker <brobecker@adacore.com>
2579
2580 * win32-low.c (psapi_get_dll_name,
2581 * win32_CreateToolhelp32Snapshot): Delete.
2582 (win32_CreateToolhelp32Snapshot, win32_Module32First)
2583 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
2584 Delete.
2585 (handle_load_dll): Add function description.
2586 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
2587
25882014-02-26 Joel Brobecker <brobecker@adacore.com>
2589
2590 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
2591 Add comment.
2592 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
2593 base address when calling win32_add_one_solib.
2594 (handle_load_dll): Delete local variable load_addr.
2595 Remove 0x1000 offset applied to DLL base address when calling
2596 win32_add_one_solib.
2597 (handle_unload_dll): Add comment.
2598
25992014-02-26 Joel Brobecker <brobecker@adacore.com>
2600
2601 * win32-low.c (win32_add_all_dlls): Renames
2602 win32_ensure_ntdll_loaded. Rewrite function documentation.
2603 Adjust implementation to always load all DLLs.
2604 Add 0x1000 offset to DLL base address when calling
2605 win32_add_one_solib.
2606 (child_initialization_done): New static global.
2607 (do_initial_child_stuff): Set child_initialization_done to
2608 zero during child initialization, and 1 after. Replace call
2609 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
2610 Add comment.
2611 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
2612 (handle_unload_dll): Add function documentation.
2613 (get_child_debug_event): Ignore load and unload DLL events
2614 during child initialization.
2615
26162014-02-20 Doug Evans <dje@google.com>
2617
2618 Remove global all_lwps.
2619 * inferiors.h (ptid_of): Move here from linux-low.h.
2620 (pid_of, lwpid_of): Ditto.
2621 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
2622 parameter is a struct thread_info * now.
2623 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
2624 directly. Pass &all_threads to find_inferior instead of &all_lwps.
2625 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
2626 directly.
2627 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
2628 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
2629 * linux-arm-low.c (update_registers_callback): Update, "entry"
2630 parameter is a struct thread_info * now.
2631 Fetch lwpid from current_inferior directly.
2632 (arm_insert_point): Pass &all_threads to find_inferior instead of
2633 &all_lwps.
2634 (arm_remove_point): Ditto.
2635 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
2636 (arm_prepare_to_resume): Fetch pid from thread.
2637 (arm_read_description): Fetch lwpid from current_inferior directly.
2638 * linux-low.c (all_lwps): Delete.
2639 (delete_lwp): Delete call to remove_inferior.
2640 (handle_extended_wait): Fetch lwpid from thread.
2641 (add_lwp): Don't set lwp->entry.id. Remove call to
2642 add_inferior_to_list.
2643 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
2644 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
2645 (kill_one_lwp_callback): Ditto.
2646 (linux_kill): Don't dereference NULL pointer.
2647 Fetch ptid,lwpid from thread.
2648 (get_detach_signal): Fetch ptid from thread.
2649 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
2650 Simplify call to regcache_invalidate_thread.
2651 (delete_lwp_callback): Update, "entry" parameter is a
2652 struct thread_info * now. Fetch pid from thread.
2653 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
2654 (status_pending_p_callback): Update, "entry" parameter is a
2655 struct thread_info * now. Fetch ptid from thread.
2656 (find_lwp_pid): Update, "entry" parameter is a
2657 struct thread_info * now.
2658 (linux_wait_for_lwp): Fetch pid from thread.
2659 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
2660 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
2661 (enqueue_one_deferred_signal): Fetch lwpid from thread.
2662 (dequeue_one_deferred_signal): Ditto.
2663 (cancel_breakpoint): Fetch ptid from current_inferior.
2664 (linux_wait_for_event): Pass &all_threads to find_inferior,
2665 not &all_lwps. Fetch ptid, lwpid from thread.
2666 (count_events_callback): Update, "entry" parameter is a
2667 struct thread_info * now.
2668 (select_singlestep_lwp_callback): Ditto.
2669 (select_event_lwp_callback): Ditto.
2670 (cancel_breakpoints_callback): Ditto.
2671 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
2672 not &all_lwps.
2673 (select_event_lwp): Ditto. Fetch ptid from event_thread.
2674 (unsuspend_one_lwp): Update, "entry" parameter is a
2675 struct thread_info * now.
2676 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
2677 not &all_lwps.
2678 (linux_stabilize_threads): Ditto. And for for_each_inferior.
2679 Fetch lwpid from thread, not lwp.
2680 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
2681 Pass &all_threads to find_inferior, not &all_lwps.
2682 (send_sigstop): Fetch lwpid from thread, not lwp.
2683 (send_sigstop_callback): Update, "entry" parameter is a
2684 struct thread_info * now.
2685 (suspend_and_send_sigstop_callback): Ditto.
2686 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
2687 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
2688 struct thread_info * now.
2689 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
2690 from thread, lwp.
2691 (lwp_running): Update, "entry" parameter is a
2692 struct thread_info * now.
2693 (stop_all_lwps): Fetch ptid from thread.
2694 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
2695 (linux_resume_one_lwp): Fetch lwpid from thread.
2696 (linux_set_resume_request): Update, "entry" parameter is a
2697 struct thread_info * now. Fetch pid, lwpid from thread.
2698 (resume_status_pending_p): Update, "entry" parameter is a
2699 struct thread_info * now.
2700 (need_step_over_p): Ditto. Fetch lwpid from thread.
2701 (start_step_over): Fetch lwpid from thread.
2702 (linux_resume_one_thread): Update, "entry" parameter is a
2703 struct thread_info * now. Fetch lwpid from thread.
2704 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
2705 (proceed_one_lwp): Update, "entry" parameter is a
2706 struct thread_info * now. Fetch lwpid from thread.
2707 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
2708 struct thread_info * now.
2709 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
2710 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
2711 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
2712 directly.
2713 (regsets_store_inferior_registers): Ditto.
2714 (fetch_register, store_register): Ditto.
2715 (linux_read_memory, linux_write_memory): Ditto.
2716 (linux_request_interrupt): Ditto.
2717 (linux_read_auxv): Ditto.
2718 (linux_xfer_siginfo): Ditto.
2719 (linux_qxfer_spu): Ditto.
2720 (linux_qxfer_libraries_svr4): Ditto.
2721 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
2722 moved to inferiors.h.
2723 (get_lwp): Delete.
2724 (get_thread_lwp): Update.
2725 (struct lwp_info): Delete member "entry". Simplify comment for
2726 member "thread".
2727 (all_lwps): Delete.
2728 * linux-mips-low.c (mips_read_description): Fetch lwpid from
2729 current_inferior directly.
2730 (update_watch_registers_callback): Update, "entry" parameter is a
2731 struct thread_info * now. Fetch pid from thread.
2732 (mips_linux_prepare_to_resume): Fetch ptid from thread.
2733 (mips_insert_point): Fetch lwpid from current_inferior.
2734 Pass &all_threads to find_inferior, not &all_lwps.
2735 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2736 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2737 directly.
2738 (mips_stopped_data_address): Ditto.
2739 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2740 directly.
2741 * linux-tile-low.c (tile_arch_setup): Ditto.
2742 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2743 (update_debug_registers_callback): Update, "entry" parameter is a
2744 struct thread_info * now. Fetch pid from thread.
2745 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2746 Pass &all_threads to find_inferior, not &all_lwps.
2747 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2748 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2749 Pass &all_threads to find_inferior, not &all_lwps.
2750 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2751 (i386_dr_low_get_status): Ditto.
2752 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2753 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2754 (x86_linux_read_description): Ditto.
2755 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2756
27572014-02-20 Doug Evans <dje@google.com>
2758
2759 * inferiors.c (get_first_inferior): Fix buglet.
2760
27612014-02-19 Doug Evans <dje@google.com>
2762
2763 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2764 * inferiors.c (add_thread): Change result type to struct thread_info *.
2765 All callers updated.
2766 (add_lwp): Call add_thread here instead of in callers.
2767 All callers updated.
2768 * linux-low.h (get_lwp_thread): Rewrite.
2769 (struct lwp_info): New member "thread".
2770
27712014-02-19 Doug Evans <dje@google.com>
2772
2773 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2774 All callers updated.
2775
27762014-02-19 Doug Evans <dje@google.com>
2777
2778 * inferiors.c (add_thread): Fix whitespace.
2779
27802014-02-19 Doug Evans <dje@google.com>
2781
2782 * dll.c (clear_dlls): Replace accessing list implemention details
2783 with API function.
2784 * gdbthread.h (get_first_thread): Declare.
2785 * inferiors.c (for_each_inferior_with_data): New function.
2786 (get_first_thread): New function.
2787 (find_thread_ptid): Simplify.
2788 (get_first_inferior): New function.
2789 (clear_list): Delete.
2790 (one_inferior_p): New function.
2791 (clear_inferior_list): New function.
2792 (clear_inferiors): Update.
2793 * inferiors.h (for_each_inferior_with_data): Declare.
2794 (clear_inferior_list): Declare.
2795 (one_inferior_p): Declare.
2796 (get_first_inferior): Declare.
2797 * linux-low.c (linux_wait_for_event): Replace accessing list
2798 implemention details with API function.
2799 * server.c (target_running): Ditto.
2800 (accumulate_file_name_length): New function.
2801 (emit_dll_description): New function.
2802 (handle_qxfer_libraries): Replace accessing list implemention
2803 details with API function.
2804 (handle_qxfer_threads_worker): New function.
2805 (handle_qxfer_threads_proper): Replace accessing list implemention
2806 details with API function.
2807 (handle_query): Ditto.
2808 (visit_actioned_threads_callback_ftype): New typedef.
2809 (visit_actioned_threads_data): New struct.
2810 (visit_actioned_threads): Rewrite to be find_inferior callback.
2811 (resume): Call find_inferior.
2812 (handle_status): Replace accessing list implemention
2813 details with API function.
2814 (process_serial_event): Replace accessing list implemention details
2815 with API function.
2816 * target.c (set_desired_inferior): Replace accessing list implemention
2817 details with API function.
2818 * tracepoint.c (same_process_p): New function.
2819 (gdb_agent_about_to_close): Replace accessing list implemention
2820 details with API function.
2821 * win32-low.c (child_delete_thread): Replace accessing list
2822 implemention details with API function.
2823 (match_dll_by_basename): New function.
2824 (dll_is_loaded_by_basename): New function.
2825 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2826 details call to dll_is_loaded_by_basename.
2827
28282014-02-19 Doug Evans <dje@google.com>
2829
2830 * dll.h (struct dll_info): Add comment.
2831 * gdbthread.h (struct thread_info): Add comment.
2832 (current_ptid): Simplify.
2833 * inferiors.c (add_process): Update.
2834 (remove_process): Update.
2835 * inferiors.h (struct process_info): Rename member "head" to "entry".
2836 * linux-low.c (delete_lwp): Update.
2837 (add_lwp): Update.
2838 (last_thread_of_process_p): Update.
2839 (kill_one_lwp_callback, linux_kill): Update.
2840 (status_pending_p_callback): Update.
2841 (wait_for_sigstop): Update. Simplify read of ptid.
2842 (start_step_over): Update.
2843 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2844 (get_lwp_thread): Update.
2845 (struct lwp_info): Rename member "head" to "entry".
2846 * regcache.h (inferior_list_entry): Delete.
2847 * server.c (kill_inferior_callback): Update.
2848 (detach_or_kill_inferior_callback): Update.
2849 (print_started_pid): Update.
2850 (print_attached_pid): Update.
2851 (process_serial_event): Simplify read of ptid.
2852 * thread-db.c (thread_db_create_event): Update.
2853 (thread_db_get_tls_address): Update.
2854 * win32-low.c (current_inferior_ptid): Simplify.
2855
28562014-02-19 Tom Tromey <tromey@redhat.com>
2857
2858 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2859 argument.
2860 (target_supports_btrace): Update.
2861
28622014-02-14 Yao Qi <yao@codesourcery.com>
2863
2864 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
2865 (rsp-low-ipa.o): New target.
2866
28672014-02-12 Tom Tromey <tromey@redhat.com>
2868
2869 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
2870 convert_ascii_to_int.
2871 * regcache.c (registers_to_string): Likewise.
2872 * remote-utils.c (decode_M_packet): Likewise.
2873 * server.c (process_serial_event): Likewise.
2874
28752014-02-12 Tom Tromey <tromey@redhat.com>
2876
2877 * server.c (handle_query, handle_v_run): Use hex2bin, not
2878 unhexify.
2879 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
2880
28812014-02-12 Tom Tromey <tromey@redhat.com>
2882
2883 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
2884 convert_int_to_ascii.
2885 * regcache.c (registers_to_string, collect_register_as_string):
2886 Likewise.
2887 * remote-utils.c (look_up_one_symbol, relocate_instruction):
2888 Likewise.
2889 * server.c (process_serial_event): Likewise.
2890 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
2891 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
2892
28932014-02-12 Tom Tromey <tromey@redhat.com>
2894
2895 * remote-utils.c (look_up_one_symbol, monitor_output): Use
2896 bin2hex, not hexify.
2897 * tracepoint.c (cmd_qtstatus): Likewise.
2898
28992014-02-12 Tom Tromey <tromey@redhat.com>
2900
2901 * remote-utils.c (monitor_output): Pass explicit length to
2902 hexify.
2903
29042014-02-12 Tom Tromey <tromey@redhat.com>
2905
2906 * tracepoint.c: Include rsp-low.h.
2907 * server.c: Include rsp-low.h.
2908 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
2909 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
2910 declare.
2911 * remote-utils.c: Include rsp-low.h.
2912 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
2913 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
2914 (convert_int_to_ascii, convert_ascii_to_int): Move to
2915 common/rsp-low.c.
2916 * regcache.c: Include rsp-low.h.
2917 * ax.c: Include rsp-low.h.
2918 * Makefile.in (SFILES): Add common/rsp-low.c.
2919 (OBS): Add rsp-low.o.
2920 (rsp-low.o): New target.
2921
29222014-02-12 Tom Tromey <tromey@redhat.com>
2923
2924 * utils.h (pulongest, plongest, phex_nz): Don't declare.
2925 Include print-utils.h.
2926 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
2927 (plongest, thirty_two, phex_nz): Remove.
2928 * Makefile.in (SFILES): Add common/print-utils.c.
2929 (OBS): Add print-utils.o.
2930 (print-utils-ipa.o): New target.
2931 (print-utils.o): New target.
2932 (IPA_OBJS): Add print-utils-ipa.o.
2933
29342014-02-06 Tom Tromey <tromey@redhat.com>
2935
2936 * Makefile.in (SFILES): Fix indentation.
2937
29382014-02-05 Doug Evans <dje@google.com>
2939
2940 * linux-low.c (linux_wait_for_event): Improve comment.
2941 (linux_wait_1): Keep current_inferior in sync with event_child.
2942
29432014-01-22 Doug Evans <dje@google.com>
2944
2945 * gdbthread.h (gdb_id_to_thread): Delete, unused.
2946
29472014-01-22 Doug Evans <dje@google.com>
2948
2949 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
2950 * configure: Regenerate.
2951 * config.in: Regenerate.
2952 * Makefile.in (SFILES): Add debug.c.
2953 (OBS): Add debug.o.
2954 * debug.c: New file.
2955 * debug.h: New file.
2956 * linux-aarch64-low.c (*): Update all debugging printfs to use
2957 debug_printf instead of fprintf.
2958 * linux-arm-low.c (*): Ditto.
2959 * linux-cris-low.c (*): Ditto.
2960 * linux-crisv32-low.c (*): Ditto.
2961 * linux-m32r-low.c (*): Ditto.
2962 * linux-sparc-low.c (*): Ditto.
2963 * linux-x86.c (*): Ditto.
2964 * linux-low.c (*): Ditto.
2965 (linux_wait_1): Add calls to debug_enter, debug_exit.
2966 (linux_wait): Remove redundant debugging printf.
2967 (stop_all_lwps): Add calls to debug_enter, debug_exit.
2968 (linux_resume, unstop_all_lwps): Ditto.
2969 * mem-break.c (*): Update all debugging printfs to use
2970 debug_printf instead of fprintf.
2971 * remote-utils.c (*): Ditto.
2972 * thread-db.c (*): Ditto.
2973 * server.c #include <ctype.h>, "gdb_vecs.h".
2974 (debug_threads): Moved to debug.c.
2975 (*): Update all debugging printfs to use debug_printf instead of
2976 fprintf.
2977 (start_inferior): Replace call to fflush with call to debug_flush.
2978 (monitor_show_help): Mention set debug-format.
2979 (parse_debug_format_options): New function.
2980 (handle_monitor_command): Handle "monitor set debug-format".
2981 (gdbserver_usage): Mention --debug-format.
2982 (main): Parse --debug-format.
2983 * server.h (debug_threads): Declaration moved to debug.h.
2984 #include "debug.h".
2985 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
2986 trace_debug_1 that uses debug_printf.
2987 (tracepoint_look_up_symbols): Update all debugging printfs to use
2988 debug_printf instead of fprintf.
2989
29902014-01-20 Baruch Siach <baruch@tkos.co.il>
2991
2992 * linux-xtensa-low.c: Include asm/ptrace.h instead of
2993 sys/ptrace.h.
2994
29952014-01-17 Pedro Alves <palves@redhat.com>
2996
2997 PR build/16445
2998 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
2999 defined after including gdb_proc_service.h.
3000
30012014-01-16 Doug Evans <dje@google.com>
3002
3003 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
3004 (match_dll): Use it.
3005
30062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3007
3008 * target.h (target_ops) <read_btrace>: Change parameters and
3009 return type to allow error reporting.
3010 * server.c (handle_qxfer_btrace): Support delta reads. Pass
3011 trace reading errors on.
3012 * linux-low.c (linux_low_read_btrace): Pass trace reading
3013 errors on.
3014 (linux_low_disable_btrace): New.
3015
30162014-01-15 Doug Evans <dje@google.com>
3017
3018 * inferiors.c (thread_id_to_gdb_id): Delete.
3019 * inferiors.h (thread_id_to_gdb_id): Delete.
3020
30212014-01-13 Eli Zaretskii <eliz@gnu.org>
3022
3023 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
3024 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
3025 versions.
3026
30272014-01-08 Pedro Alves <palves@redhat.com>
3028
3029 * server.c (handle_status): Don't discard previous queued stop
3030 replies or thread's pending status here.
3031 (main) <disconnection>: Do it here instead.
3032
30332014-01-08 Pedro Alves <palves@redhat.com>
3034
3035 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
3036 * server.c (visit_actioned_threads, handle_pending_status): New
3037 function.
3038 (handle_v_cont): Factor out parts to ...
3039 (resume): ... this new function. If in all-stop, and a thread
3040 being resumed has a pending status, report it without actually
3041 resuming.
3042 (myresume): Adjust to use the new 'resume' function.
3043 (clear_pending_status_callback, set_pending_status_callback)
3044 (find_status_pending_thread_callback): New functions.
3045 (handle_status): Handle the case of multiple threads having
3046 interesting statuses to report. Report threads' real last signal
3047 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
3048 with an interesting thread to report the status for, instead of
3049 always reporting the status of the first thread.
3050
30512014-01-01 Joel Brobecker <brobecker@adacore.com>
3052
3053 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
3054 * gdbreplay.c (gdbreplay_version): Likewise.
3055
30562013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
3057
3058 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
3059 iov.iov_len with the real length in use.
3060
30612013-12-13 Joel Brobecker <brobecker@adacore.com>
3062
3063 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
3064 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
3065 for all targets that use win32-low.c.
3066 * win32-low.c (win32_ensure_ntdll_loaded): New function.
3067 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
3068
30692013-12-13 Pedro Alves <palves@redhat.com>
3070
3071 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
3072 if equal to TARGET_WAITKIND_LOADED.
3073 * win32-low.c (cached_status): New static global.
3074 (win32_wait): Add declaration.
3075 (do_initial_child_stuff): Flush all initial pending debug events
3076 up to the initial breakpoint.
3077 (win32_wait): If CACHED_STATUS was set, return that instead
3078 of doing a real wait. Remove the code resuming the execution
3079 of the inferior after receiving a TARGET_WAITKIND_LOADED event
3080 during the initial phase. Also remove the code changing
3081 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
3082 TARGET_WAITKIND_STOPPED.
3083
30842013-12-11 Yao Qi <yao@codesourcery.com>
3085
3086 * notif.c (handle_notif_ack): Return 0 if no notification
3087 matches.
3088
30892013-11-20 Doug Evans <dje@google.com>
3090
3091 * linux-low.c (linux_set_resume_request): Fix comment.
3092
30932013-11-20 Doug Evans <dje@google.com>
3094
3095 * linux-low.c (resume_status_pending_p): Tweak comment.
3096
30972013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
3098
3099 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
3100 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
3101 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
3102 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
3103 (srv_amd64_regobj): Add amd64-mpx.o.
3104 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
3105 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
3106 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
3107 * i387-fp.c (num_pl_bnd_register) Added constant.
3108 (num_pl_bnd_cfg_registers) Added constant.
3109 (struct i387_xsave) Added reserved area and MPX fields.
3110 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
3111 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
3112 function.
3113 (tdesc_i386_mpx_linux): Add MPX amd64 target.
3114 (init_registers_amd64_mpx_linux): Declare new function.
3115 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
3116 (x86_64_regmap): Add MPX registers.
3117 (x86_linux_read_description): Add MPX case.
3118 (initialize_low_arch): Initialize MPX targets.
3119
31202013-11-18 Tom Tromey <tromey@redhat.com>
3121
3122 * configure: Rebuild.
3123 * configure.ac: Don't check for stdlib.h.
3124 * gdbreplay.c: Unconditionally include stdlib.h.
3125
31262013-11-18 Tom Tromey <tromey@redhat.com>
3127
3128 * config.in: Rebuild.
3129 * configure: Rebuild.
3130 * configure.ac: Don't use AC_HEADER_DIRENT.
3131
31322013-11-18 Tom Tromey <tromey@redhat.com>
3133
3134 * server.h: Don't check HAVE_STRING_H.
3135 * gdbreplay.c: Don't check HAVE_STRING_H.
3136 * configure: Rebuild.
3137
31382013-11-18 Tom Tromey <tromey@redhat.com>
3139
3140 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
3141 LIBGNU.
3142
31432013-11-08 Tom Tromey <tromey@redhat.com>
3144
3145 * configure, config.in: Rebuild.
3146 * configure.ac: Remove unused configury.
3147
31482013-11-08 Tom Tromey <tromey@redhat.com>
3149
3150 * acinclude.m4: Include common.m4, codeset.m4.
3151 * configure, config.in: Rebuild.
3152 * configure.ac: Use GDB_AC_COMMON.
3153
31542013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * linux-s390-low.c (HWCAP_S390_TE): New define.
3157 (s390_arch_setup): Consider the TE field in the HWCAP for
3158 determining 'have_regset_tdb'.
3159
31602013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
3161
3162 PR gdb/16014
3163 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
3164 call to sizeof.
3165
31662013-10-02 Pedro Alves <palves@redhat.com>
3167
3168 * server.c (process_serial_event): Don't output "GDBserver
3169 exiting" if GDB is connected through stdio.
3170 * target.c (mywait): Likewise, be silent if GDB is connected
3171 through stdio.
3172
31732013-10-01 Joel Brobecker <brobecker@adacore.com>
3174
3175 * lynx-low.c (lynx_add_threads_after_attach): New function.
3176 (lynx_attach): Remove call to add_thread. Add call to
3177 lynx_add_threads_after_attach instead.
3178
31792013-09-28 Mike Frysinger <vapier@gentoo.org>
3180
3181 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
3182 * config.in, configure: Regenerated.
3183
31842013-09-18 Yao Qi <yao@codesourcery.com>
3185
3186 PR server/15959
3187 * server.c (start_inferior): Clear 'resume_info'.
3188
31892013-09-16 Jiong Wang <jiwang@tilera.com>
3190
3191 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
3192 for each register.
3193
31942013-09-16 Jiong Wang <jiwang@tilera.com>
3195
3196 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
3197 linux-tile-low.o to srv_tgtobj.
3198
31992013-09-16 Will Newton <will.newton@linaro.org>
3200
3201 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
3202 out regs.
3203
32042013-09-06 Pedro Alves <palves@redhat.com>
3205
3206 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
3207 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
3208 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
3209 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
3210 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
3211 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
3212
32132013-09-06 Pedro Alves <palves@redhat.com>
3214
3215 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
3216 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
3217
32182013-09-06 Pedro Alves <palves@redhat.com>
3219
3220 * linux-amd64-ipa.c: Include tracepoint.h.
3221 * linux-i386-ipa.c: Include tracepoint.h.
3222
32232013-09-06 Ricard Wanderlof <ricardw@axis.com>
3224
3225 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
3226 (ps_get_thread_area): New function.
3227
32282013-09-06 Ricard Wanderlof <ricardw@axis.com>
3229
3230 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
3231 (initialize_low_arch): Call init_registers_crisv32 rather than
3232 init_register_crisv32.
3233
32342013-09-05 Pedro Alves <palves@redhat.com>
3235
3236 * server.h (handle_vFile, hostio_last_error_from_errno): Move
3237 to ...
3238 * hostio.h: ... this new file.
3239 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
3240 win32-low.c: Include hostio.h.
3241
32422013-09-05 Pedro Alves <palves@redhat.com>
3243
3244 * server.h (gdb_client_data, handler_func, callback_handler_func)
3245 (delete_file_handler, add_file_handler, append_callback_event)
3246 (delete_callback_event, start_event_loop, initialize_event_loop):
3247 Move to event-loop.h and include it.
3248 * event-loop.h: New file.
3249
32502013-09-05 Pedro Alves <palves@redhat.com>
3251
3252 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
3253 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
3254 (loaded_dll, unloaded_dll): Move to ...
3255 * dll.h: ... this new file.
3256 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
3257
32582013-09-05 Pedro Alves <palves@redhat.com>
3259
3260 * server.h (current_process, get_thread_process, all_processes)
3261 (add_inferior_to_list, for_each_inferior, current_inferior)
3262 (remove_inferior, add_process, remove_process, find_process_pid)
3263 (have_started_inferiors_p, have_attached_inferiors_p)
3264 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
3265 (clear_inferiors, find_inferior, find_inferior_id)
3266 (inferior_target_data, set_inferior_target_data)
3267 (inferior_regcache_data, set_inferior_regcache_data): Move to
3268 inferiors.h, and include it.
3269 * inferiors.h: New file.
3270
32712013-09-05 Pedro Alves <palves@redhat.com>
3272
3273 * server.h (struct emit_ops, current_insn_ptr, emit_error):
3274 Move ...
3275 * ax.h: ... here.
3276
32772013-09-05 Pedro Alves <palves@redhat.com>
3278
3279 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
3280 tracepoint.h.
3281 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
3282 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
3283 (handle_tracepoint_general_set, handle_tracepoint_query)
3284 (tracepoint_finished_step, tracepoint_was_hit)
3285 (release_while_stepping_state_list, current_traceframe)
3286 (in_readonly_region, traceframe_read_mem)
3287 (fetch_traceframe_registers, traceframe_read_sdata)
3288 (traceframe_read_info, struct fast_tpoint_collect_status)
3289 (fast_tracepoint_collecting, force_unlock_trace_buffer)
3290 (handle_tracepoit_bkpts, initialize_low_tracepoint)
3291 (supply_fast_tracepoint_registers)
3292 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
3293 (ipa_tdesc, claim_trampoline_space)
3294 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
3295 (agent_mem_read, agent_get_trace_state_variable_value)
3296 (agent_set_trace_state_variable_value, agent_tsv_read)
3297 (agent_mem_read_string, get_raw_reg_func_addr)
3298 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
3299 * tracepoint.h: ... this new file.
3300
33012013-09-05 Pedro Alves <palves@redhat.com>
3302
3303 * server.h (perror_with_name, error, fatal, warning, paddress)
3304 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
3305 include it.
3306 * utils.h: New file.
3307
33082013-09-05 Pedro Alves <palves@redhat.com>
3309
3310 * server.h (remote_debug, noack_mode, transport_is_reliable)
3311 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
3312 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
3313 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
3314 (write_enn, initialize_async_io, enable_async_io)
3315 (disable_async_io, check_remote_input_interrupt_request)
3316 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
3317 (dead_thread_notify, prepare_resume_reply)
3318 (decode_address_to_semicolon, decode_address, decode_m_packet)
3319 (decode_M_packet, decode_X_packet, decode_xfer_write)
3320 (decode_search_memory_packet, unhexify, hexify)
3321 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
3322 (look_up_one_symbol, relocate_instruction)
3323 (monitor_output): Move to remote-utils.h, and include it.
3324 * remote-utils.h: New file.
3325
33262013-09-05 Pedro Alves <palves@redhat.com>
3327
3328 * server.h (_): Delete.
3329
33302013-09-02 Pedro Alves <palves@redhat.com>
3331
3332 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
3333 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
3334 allocated.
3335 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
3336
33372013-09-02 Pierre Muller <muller@sourceware.org>
3338
3339 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
3340 or WriteProcessMemory complete successfully and handle
3341 ERROR_PARTIAL_COPY error.
3342
33432013-09-02 Pedro Alves <palves@redhat.com>
3344
3345 * server.c (gdb_read_memory): Return -1 on traceframe memory read
3346 error instead of EIO.
3347
33482013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3349
3350 PR server/15604
3351 * linux-low.c: Include filestuff.h.
3352 (linux_create_inferior) <pid == 0>: Call close_most_fds.
3353 * lynx-low.c: Include filestuff.h.
3354 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
3355 * server.c: Include filestuff.h.
3356 (main): Call notice_open_fds.
3357 * spu-low.c: Include filestuff.h.
3358 (spu_create_inferior) <pid == 0>: Call close_most_fds.
3359
33602013-08-22 Luis Machado <lgustavo@codesourcery.com>
3361
3362 * Makefile.in: Explain why ../target and ../nat are not
3363 listed as include file search paths.
3364 (linux-waitpid.o): New object file rule.
3365 * configure.srv (srv_native_linux_obj): New variable.
3366 Replace all occurrences of linux native object files with
3367 $srv_native_linux_obj.
3368 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3369 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
3370 (linux_enable_event_reporting): Remove declaration.
3371 (my_waitpid): Moved to common/linux-waitpid.c.
3372 (linux_wait_for_event): Pass ptid when calling
3373 linux_enable_event_reporting.
3374 (linux_supports_tracefork_flag): Remove.
3375 (linux_enable_event_reporting): Likewise.
3376 (linux_tracefork_grandchild): Remove.
3377 (STACK_SIZE): Moved to common/linux-ptrace.c.
3378 (linux_tracefork_child): Remove.
3379 (linux_test_for_tracefork): Remove.
3380 (linux_look_up_symbols): Call linux_supports_traceclone.
3381 (initialize_low): Remove call to linux_test_for_tracefork.
3382 * linux-low.h (PTRACE_TYPE_ARG3): Move to
3383 common/linux-ptrace.h.
3384 (PTRACE_TYPE_ARG4): Likewise.
3385 Include linux-ptrace.h.
3386
33872013-08-21 Pedro Alves <palves@redhat.com>
3388
3389 * config.in: Renegerate.
3390
33912013-08-19 Luis Machado <lgustavo@codesourcery.com>
3392
3393 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
3394 (SFILES): Remove $(srcdir)/common/target-common.c and
3395 add $(srcdir)/target/waitstatus.c.
3396 (OBS): Remove target-common.o and add waitstatus.o.
3397 (server_h): Remove $(srcdir)/../common/target-common.h and
3398 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
3399 and $(srcdir)/../target/waitstatus.h.
3400 (target-common.o): Remove.
3401 (waitstatus.o): New target object file.
3402 * target.h: Do not include target-common.h and
3403 include target/resume.h, target/wait.h and
3404 target/waitstatus.h.
3405
34062013-08-13 Luis Machado <lgustavo@codesourcery.com>
3407
3408 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3409 to PTRACE_TYPE_ARG3.
3410 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3411 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
3412 PTRACE_TYPE_ARG4.
3413 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
3414 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
3415
34162013-07-27 Jie Zhang <jie@codesourcery.com>
3417 Daniel Jacobowitz <dan@codesourcery.com>
3418 Yao Qi <yao@codesourcery.com>
3419
3420 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
3421 (mips-linux-watch.o): New rule.
3422 (mips_linux_watch_h): New variable.
3423 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
3424 srv_tgtobj.
3425 * linux-mips-low.c: Include mips-linux-watch.h.
3426 (struct arch_process_info, struct arch_lwp_info): New.
3427 (update_watch_registers_callback): New function.
3428 (mips_linux_new_process, mips_linux_new_thread) New functions.
3429 (mips_linux_prepare_to_resume, mips_insert_point): New
3430 functions.
3431 (mips_remove_point, mips_stopped_by_watchpoint): New
3432 functions.
3433 (rsp_bp_type_to_target_hw_bp_type): New function.
3434 (mips_stopped_data_address): New function.
3435 (the_low_target): Add watchpoint support functions.
3436
34372013-07-27 Yao Qi <yao@codesourcery.com>
3438
3439 * i386-low.c: Include break-common.h.
3440 (enum target_hw_bp_type): Remove.
3441
34422013-07-24 Luis Machado <lgustavo@codesourcery.com>
3443
3444 * Makefile.in (SFILES): /common/target-common.c.
3445 (OBS): Add target-common.o.
3446 (server_h): Add $(srcdir)/../common/target-common.h.
3447 (target-common.o): New target.
3448 * server.c (queue_stop_reply_callback): Free
3449 status string after use.
3450 * target.c (target_waitstatus_to_string): Remove.
3451 * target.h: Include target-common.h.
3452 (resume_kind): Likewise.
3453 (target_waitkind): Likewise.
3454 (target_waitstatus): Likewise.
3455 (TARGET_WNOHANG): Likewise.
3456
34572013-07-04 Yao Qi <yao@codesourcery.com>
3458
3459 * Makefile.in (host_alias): Use @host_noncanonical@.
3460 (target_alias): Use @target_noncanonical@.
3461 * configure.ac: Use ACX_NONCANONICAL_TARGET and
3462 ACX_NONCANONICAL_HOST.
3463 * configure: Regenerated.
3464
3465 Revert:
3466 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3467
3468 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3469 * configure: Rebuild.
3470 * Makefile.in (version_host, version_target): Get from configure.
3471 (version.c): Use $(version_host) and $(version_target).
3472
34732013-07-03 Pedro Alves <palves@redhat.com>
3474
3475 * Makefile.in (config.status): Depend on development.sh.
3476 * acinclude.m4: Include libmcheck.m4.
3477 * configure: Regenerate.
3478
34792013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3480
3481 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
3482 attribute inside the parentheses.
3483 (winapi_DebugSetProcessKillOnExit): Ditto.
3484 (winapi_DebugBreakProcess): Ditto.
3485 (winapi_GenerateConsoleCtrlEvent): Ditto.
3486
34872013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3488
3489 * notif.h (notif_event): Add a dummy member to avoid compiler
3490 errors.
3491
34922013-07-01 Pedro Alves <palves@redhat.com>
3493
3494 * hostio.c (HOSTIO_PATH_MAX): Define.
3495 (require_filename, handle_open, handle_unlink, handle_readlink):
3496 Use it.
3497
34982013-07-01 Pedro Alves <palves@redhat.com>
3499
3500 * server.h: Include "pathmax.h".
3501 * linux-low.c: Don't include sys/param.h.
3502 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
3503 MAXPATHLEN.
3504 * win32-low.c: Don't include sys/param.h.
3505 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
3506
35072013-07-01 Pedro Alves <palves@redhat.com>
3508
3509 * event-loop.c: Don't check HAVE_UNISTD_H before including
3510 <unistd.h>.
3511 * gdbreplay.c: Likewise.
3512 * remote-utils.c: Likewise.
3513 * server.c: Likewise.
3514 * configure.ac: Don't check for unistd.h.
3515 * configure: Regenerate.
3516
35172013-06-28 Tom Tromey <tromey@redhat.com>
3518
3519 * Makefile.in (version.c): Use version.in, not
3520 common/version.in.
3521
35222013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3523
3524 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3525 * configure: Rebuild.
3526 * Makefile.in (version_host, version_target): Get from configure.
3527 (version.c): Use $(version_host) and $(version_target).
3528
35292013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3530
3531 Fix trace-status to output user name without trailing colon.
3532 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
3533
35342013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3535
3536 Fix trace-status to output proper start-time and stop-time.
3537 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
3538 output start time and stop time in hex as gdb expects.
3539
35402013-06-26 Pedro Alves <pedro@codesourcery.com>
3541
3542 * tracepoint.c (build_traceframe_info_xml): Output trace state
3543 variables present in the trace buffer.
3544
35452013-06-24 Tom Tromey <tromey@redhat.com>
3546
3547 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3548 create-version.sh.
3549 (version.o): Remove.
3550 * gdbreplay.c: Include version.h.
3551 (version, host_name): Don't declare.
3552 * server.h: Include version.h.
3553 (version, host_name): Don't declare.
3554
35552013-06-12 Pedro Alves <palves@redhat.com>
3556
3557 * linux-x86-low.c (linux_is_elf64): Delete global.
3558 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
3559 with local linux_pid_exe_is_elf_64_file use.
3560
35612013-06-11 Pedro Alves <palves@redhat.com>
3562
3563 * linux-low.c (regset_disabled, disable_regset): New functions.
3564 (regsets_fetch_inferior_registers)
3565 (regsets_store_inferior_registers): Use them.
3566 (initialize_regsets_info); Don't allocate the disabled_regsets
3567 array here.
3568 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
3569 comment.
3570
35712013-06-11 Pedro Alves <palves@redhat.com>
3572
3573 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
3574 xmalloc.
3575
35762013-06-11 Pedro Alves <palves@redhat.com>
3577
3578 * linux-x86-low.c (initialize_low_arch): Call
3579 init_registers_x32_avx_linux.
3580
35812013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 Fix compatibility with Android Bionic.
3584 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
3585 it is not empty.
3586
35872013-06-07 Pedro Alves <palves@redhat.com>
3588
3589 PR server/14823
3590 * Makefile.in (OBS): Add tdesc.o.
3591 (IPA_OBJS): Add tdesc-ipa.o.
3592 (tdesc-ipa.o): New rule.
3593 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
3594 interface.
3595 * linux-low.c (new_inferior): Delete.
3596 (disabled_regsets, num_regsets): Delete.
3597 (linux_add_process): Adjust to set the new per-process
3598 new_inferior flag.
3599 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
3600 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
3601 was a stop. When calling arch_setup, switch the current inferior
3602 to the thread that got an event.
3603 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
3604 (regsets_fetch_inferior_registers)
3605 (regsets_store_inferior_registers): New regsets_info parameter.
3606 Adjust to use it.
3607 (linux_register_in_regsets): New regs_info parameter. Adjust to
3608 use it.
3609 (register_addr, fetch_register, store_register): New usrregs_info
3610 parameter. Adjust to use it.
3611 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
3612 parameter regs_info. Adjust to use it.
3613 (linux_fetch_registers): Get the current inferior's regs_info, and
3614 adjust to use it.
3615 (linux_store_registers): Ditto.
3616 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
3617 (initialize_low): Don't initialize the target_regsets here. Call
3618 initialize_low_arch.
3619 * linux-low.h (target_regsets): Delete declaration.
3620 (struct regsets_info): New.
3621 (struct usrregs_info): New.
3622 (struct regs_info): New.
3623 (struct process_info_private) <new_inferior>: New field.
3624 (struct linux_target_ops): Delete the num_regs, regmap, and
3625 regset_bitmap fields. New field regs_info.
3626 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
3627 * i387-fp.c (num_xmm_registers): Delete.
3628 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
3629 calls to new interface.
3630 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
3631 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
3632 Infer the number of xmm registers from the regcache's target
3633 description.
3634 * i387-fp.h (num_xmm_registers): Delete.
3635 * inferiors.c (add_thread): Don't install the thread's regcache
3636 here.
3637 * proc-service.c (gregset_info): Fetch the current inferior's
3638 regs_info. Adjust to use it.
3639 * regcache.c: Include tdesc.h.
3640 (register_bytes, reg_defs, num_registers)
3641 (gdbserver_expedite_regs): Delete.
3642 (get_thread_regcache): If the thread doesn't have a regcache yet,
3643 create one, instead of aborting gdbserver.
3644 (regcache_invalidate_one): Rename to ...
3645 (regcache_invalidate_thread): ... this.
3646 (regcache_invalidate_one): New.
3647 (regcache_invalidate): Only invalidate registers of the current
3648 process.
3649 (init_register_cache): Add target_desc parameter, and use it.
3650 (new_register_cache): Ditto. Assert the target description has a
3651 non zero registers_size.
3652 (regcache_cpy): Add assertions. Adjust.
3653 (realloc_register_cache, set_register_cache): Delete.
3654 (registers_to_string, registers_from_string): Adjust.
3655 (find_register_by_name, find_regno, find_register_by_number)
3656 (register_cache_size): Add target_desc parameter, and use it.
3657 (free_register_cache_thread, free_register_cache_thread_one)
3658 (regcache_release, register_cache_size): New.
3659 (register_size): Add target_desc parameter, and use it.
3660 (register_data, supply_register, supply_register_zeroed)
3661 (supply_regblock, supply_register_by_name, collect_register)
3662 (collect_register_as_string, collect_register_by_name): Adjust.
3663 * regcache.h (struct target_desc): Forward declare.
3664 (struct regcache) <tdesc>: New field.
3665 (init_register_cache, new_register_cache): Add target_desc
3666 parameter.
3667 (regcache_invalidate_thread): Declare.
3668 (regcache_invalidate_one): Delete declaration.
3669 (regcache_release): Declare.
3670 (find_register_by_number, register_cache_size, register_size)
3671 (find_regno): Add target_desc parameter.
3672 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
3673 declarations.
3674 * remote-utils.c: Include tdesc.h.
3675 (outreg, prepare_resume_reply): Adjust.
3676 * server.c: Include tdesc.h.
3677 (gdbserver_xmltarget): Delete declaration.
3678 (get_features_xml, process_serial_event): Adjust.
3679 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
3680 declare.
3681 (struct process_info) <tdesc>: New field.
3682 (ipa_tdesc): Declare.
3683 * tdesc.c: New file.
3684 * tdesc.h: New file.
3685 * tracepoint.c: Include tdesc.h.
3686 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
3687 (get_context_regcache): Adjust to pass ipa_tdesc down.
3688 (do_action_at_tracepoint): Adjust to get the register cache size
3689 from the context regcache's description.
3690 (traceframe_walk_blocks): Adjust to get the register cache size
3691 from the current trace frame's description.
3692 (traceframe_get_pc): Adjust to get current trace frame's
3693 description and pass it down.
3694 (gdb_collect): Adjust to get the register cache size from the
3695 IPA's description.
3696 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
3697 (gdbserver_xmltarget): Delete.
3698 (initialize_low_tracepoint): Set the ipa's target description.
3699 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
3700 (initialize_low_tracepoint): Set the ipa's target description.
3701 * linux-x86-low.c: Include tdesc.h.
3702 [__x86_64__] (is_64bit_tdesc): New.
3703 (ps_get_thread_area, x86_get_thread_area): Use it.
3704 (i386_cannot_store_register): Rename to ...
3705 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
3706 (i386_cannot_fetch_register): Rename to ...
3707 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
3708 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
3709 to new interface.
3710 (target_regsets): Rename to ...
3711 (x86_regsets): ... this.
3712 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
3713 interface.
3714 (x86_siginfo_fixup): Use is_64bit_tdesc.
3715 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
3716 (tdesc_x32_avx_linux, tdesc_x32_linux)
3717 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
3718 Declare.
3719 (x86_linux_update_xmltarget): Delete.
3720 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
3721 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
3722 (AMD64_LINUX_USER64_CS): New.
3723 (x86_linux_read_description): New, based on
3724 x86_linux_update_xmltarget.
3725 (same_process_callback): New.
3726 (x86_arch_setup_process_callback): New.
3727 (x86_linux_update_xmltarget): New.
3728 (x86_regsets_info): New.
3729 (amd64_linux_regs_info): New.
3730 (i386_linux_usrregs_info): New.
3731 (i386_linux_regs_info): New.
3732 (x86_linux_regs_info): New.
3733 (x86_arch_setup): Reimplement.
3734 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3735 (x86_emit_ops): Ditto.
3736 (the_low_target): Adjust. Install x86_linux_regs_info,
3737 x86_cannot_fetch_register, and x86_cannot_store_register.
3738 (initialize_low_arch): New.
3739 * linux-ia64-low.c (tdesc_ia64): Declare.
3740 (ia64_fetch_register): Adjust.
3741 (ia64_usrregs_info, regs_info): New globals.
3742 (ia64_regs_info): New function.
3743 (the_low_target): Adjust.
3744 (initialize_low_arch): New function.
3745 * linux-sparc-low.c (tdesc_sparc64): Declare.
3746 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3747 Adjust.
3748 (sparc_arch_setup): New function.
3749 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3750 (the_low_target): Adjust.
3751 (initialize_low_arch): New function.
3752 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3753 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3754 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3755 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3756 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3757 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3758 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3759 (tdesc_powerpc_isa205_vsx64l): Declare.
3760 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3761 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3762 (ppc_set_pc, ppc_get_hwcap): Adjust.
3763 (ppc_usrregs_info): Forward declare.
3764 (!__powerpc64__) ppc_regmap_adjusted: New global.
3765 (ppc_arch_setup): Adjust to the current process'es target
3766 description.
3767 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3768 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3769 (ppc_store_evrregset): Adjust.
3770 (target_regsets): Rename to ...
3771 (ppc_regsets): ... this, and make static.
3772 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3773 (ppc_regs_info): New function.
3774 (the_low_target): Adjust.
3775 (initialize_low_arch): New function.
3776 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3777 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3778 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3779 (tdesc_s390x_linux64v2): Declare.
3780 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3781 (s390_fill_gregset, s390_store_last_break): Adjust.
3782 (target_regsets): Rename to ...
3783 (s390_regsets): ... this, and make static.
3784 (s390_get_pc, s390_set_pc): Adjust.
3785 (s390_get_hwcap): New target_desc parameter, and use it.
3786 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3787 (s390_arch_setup): Adjust to set the current process'es target
3788 description. Don't adjust the regmap.
3789 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3790 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3791 (regs_info_3264): New globals.
3792 (s390_regs_info): New function.
3793 (the_low_target): Adjust.
3794 (initialize_low_arch): New function.
3795 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3796 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3797 [__mips64] (init_registers_mips_linux)
3798 (init_registers_mips_dsp_linux): Delete defines.
3799 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3800 (have_dsp): New global.
3801 (mips_read_description): New, based on mips_arch_setup.
3802 (mips_arch_setup): Reimplement.
3803 (get_usrregs_info): New function.
3804 (mips_cannot_fetch_register, mips_cannot_store_register)
3805 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3806 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3807 (target_regsets): Rename to ...
3808 (mips_regsets): ... this, and make static.
3809 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3810 (dsp_regs_info, regs_info): New globals.
3811 (mips_regs_info): New function.
3812 (the_low_target): Adjust.
3813 (initialize_low_arch): New function.
3814 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3815 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3816 Declare.
3817 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3818 (arm_read_description): New, with bits factored from
3819 arm_arch_setup.
3820 (arm_arch_setup): Reimplement.
3821 (target_regsets): Rename to ...
3822 (arm_regsets): ... this, and make static.
3823 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3824 (arm_regs_info): New function.
3825 (the_low_target): Adjust.
3826 (initialize_low_arch): New function.
3827 * linux-m68k-low.c (tdesc_m68k): Declare.
3828 (target_regsets): Rename to ...
3829 (m68k_regsets): ... this, and make static.
3830 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3831 (m68k_regs_info): New function.
3832 (m68k_arch_setup): New function.
3833 (the_low_target): Adjust.
3834 (initialize_low_arch): New function.
3835 * linux-sh-low.c (tdesc_sharch): Declare.
3836 (target_regsets): Rename to ...
3837 (sh_regsets): ... this, and make static.
3838 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3839 (sh_regs_info, sh_arch_setup): New functions.
3840 (the_low_target): Adjust.
3841 (initialize_low_arch): New function.
3842 * linux-bfin-low.c (tdesc_bfin): Declare.
3843 (bfin_arch_setup): New function.
3844 (bfin_usrregs_info, regs_info): New globals.
3845 (bfin_regs_info): New function.
3846 (the_low_target): Adjust.
3847 (initialize_low_arch): New function.
3848 * linux-cris-low.c (tdesc_cris): Declare.
3849 (cris_arch_setup): New function.
3850 (cris_usrregs_info, regs_info): New globals.
3851 (cris_regs_info): New function.
3852 (the_low_target): Adjust.
3853 (initialize_low_arch): New function.
3854 * linux-cris-low.c (tdesc_crisv32): Declare.
3855 (cris_arch_setup): New function.
3856 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3857 (cris_regs_info): New function.
3858 (the_low_target): Adjust.
3859 (initialize_low_arch): New function.
3860 * linux-m32r-low.c (tdesc_m32r): Declare.
3861 (m32r_arch_setup): New function.
3862 (m32r_usrregs_info, regs_info): New globals.
3863 (m32r_regs_info): Adjust.
3864 (initialize_low_arch): New function.
3865 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
3866 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
3867 (tic6x_usrregs_info): Forward declare.
3868 (tic6x_read_description): New function, based on ...
3869 (tic6x_arch_setup): ... this. Reimplement.
3870 (target_regsets): Rename to ...
3871 (tic6x_regsets): ... this, and make static.
3872 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
3873 (tic6x_regs_info): New function.
3874 (the_low_target): Adjust.
3875 (initialize_low_arch): New function.
3876 * linux-xtensa-low.c (tdesc_xtensa): Declare.
3877 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
3878 (target_regsets): Rename to ...
3879 (xtensa_regsets): ... this, and make static.
3880 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
3881 globals.
3882 (xtensa_arch_setup, xtensa_regs_info): New functions.
3883 (the_low_target): Adjust.
3884 (initialize_low_arch): New function.
3885 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
3886 (nios2_arch_setup): Set the current process'es tdesc.
3887 (target_regsets): Rename to ...
3888 (nios2_regsets): ... this.
3889 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
3890 (nios2_regs_info): New function.
3891 (the_low_target): Adjust.
3892 (initialize_low_arch): New function.
3893 * linux-aarch64-low.c (tdesc_aarch64): Declare.
3894 (aarch64_arch_setup): Set the current process'es tdesc.
3895 (target_regsets): Rename to ...
3896 (aarch64_regsets): ... this.
3897 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
3898 (aarch64_regs_info): New function.
3899 (the_low_target): Adjust.
3900 (initialize_low_arch): New function.
3901 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
3902 globals.
3903 (target_regsets): Rename to ...
3904 (tile_regsets): ... this.
3905 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
3906 (tile_regs_info): New function.
3907 (tile_arch_setup): Set the current process'es tdesc.
3908 (the_low_target): Adjust.
3909 (initialize_low_arch): New function.
3910 * spu-low.c (tdesc_spu): Declare.
3911 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
3912 * win32-arm-low.c (tdesc_arm): Declare.
3913 (arm_arch_setup): New function.
3914 (the_low_target): Install arm_arch_setup instead of
3915 init_registers_arm.
3916 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
3917 (init_windows_x86): Rename to ...
3918 (i386_arch_setup): ... this. Set `win32_tdesc'.
3919 (the_low_target): Adjust.
3920 * win32-low.c (win32_tdesc): New global.
3921 (child_add_thread): Don't create the thread cache here.
3922 (do_initial_child_stuff): Set the new process'es tdesc.
3923 * win32-low.h (struct target_desc): Forward declare.
3924 (win32_tdesc): Declare.
3925 * lynx-i386-low.c (tdesc_i386): Declare global.
3926 (lynx_i386_arch_setup): Set `lynx_tdesc'.
3927 * lynx-low.c (lynx_tdesc): New global.
3928 (lynx_add_process): Set the new process'es tdesc.
3929 * lynx-low.h (struct target_desc): Forward declare.
3930 (lynx_tdesc): Declare global.
3931 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
3932 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
3933 * nto-low.c (nto_tdesc): New global.
3934 (do_attach): Set the new process'es tdesc.
3935 * nto-low.h (struct target_desc): Forward declare.
3936 (nto_tdesc): Declare.
3937 * nto-x86-low.c (tdesc_i386): Declare.
3938 (nto_x86_arch_setup): Set `nto_tdesc'.
3939
39402013-06-04 Gary Benson <gbenson@redhat.com>
3941
3942 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
3943 to qSupported response when appropriate.
3944 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
3945 with nonzero-length annex.
3946 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
3947 arguments supplied in annex.
3948
39492013-05-31 Doug Evans <dje@google.com>
3950
3951 PR server/15594
3952 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
3953 64 bits in 64-cross-32 environment.
3954
39552013-05-28 Pedro Alves <palves@redhat.com>
3956
3957 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
3958 (aarch64-without-fpu.c): Delete rule.
3959 * configure.srv (aarch64*-*-linux*): Remove references to
3960 aarch64-without-fpu.o and aarch64-without-fpu.xml.
3961 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
3962 declaration.
3963
39642013-05-24 Pedro Alves <palves@redhat.com>
3965
3966 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
3967 instead of strchr/decode_address. Error if the range isn't split
3968 with a ','. Don't assume there's be a ':' in the action.
3969
39702013-05-23 Yao Qi <yao@codesourcery.com>
3971 Pedro Alves <palves@redhat.com>
3972
3973 * linux-low.c (lwp_in_step_range): New function.
3974 (linux_wait_1): If the thread was range stepping and stopped
3975 outside the stepping range, report the stop to GDB. Otherwise,
3976 continue stepping. Add range stepping debug output.
3977 (linux_set_resume_request): Copy the step range from the resume
3978 request to the lwp.
3979 (linux_supports_range_stepping): New.
3980 (linux_target_ops) <supports_range_stepping>: Set to
3981 linux_supports_range_stepping.
3982 * linux-low.h (struct linux_target_ops)
3983 <supports_range_stepping>: New field.
3984 (struct lwp_info) <step_range_start, step_range_end>: New fields.
3985 * linux-x86-low.c (x86_supports_range_stepping): New.
3986 (the_low_target) <supports_range_stepping>: Set to
3987 x86_supports_range_stepping.
3988 * server.c (handle_v_cont): Handle 'r' action.
3989 (handle_v_requests): Append ";r" if the target supports range
3990 stepping.
3991 * target.h (struct thread_resume) <step_range_start,
3992 step_range_end>: New fields.
3993 (struct target_ops) <supports_range_stepping>:
3994 New field.
3995 (target_supports_range_stepping): New macro.
3996
39972013-05-17 Joel Brobecker <brobecker@adacore.com>
3998
3999 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
4000 confusion in comment.
4001
40022013-05-17 Joel Brobecker <brobecker@adacore.com>
4003
4004 * lynx-low.c (struct process_info_private): New type.
4005 (lynx_add_process): New function.
4006 (lynx_create_inferior, lynx_attach): Replace calls to
4007 add_process by calls to lynx_add_process.
4008 (lynx_resume): If PTID is null, then try using
4009 current_process()->private->last_wait_event_ptid.
4010 Add comments.
4011 (lynx_clear_inferiors): Delete. The contents of that function
4012 has been inlined in lynx_mourn;
4013 (lynx_wait_1): Save the ptid in the process's private data.
4014 (lynx_mourn): Free the process' private data. Replace call
4015 to lynx_clear_inferiors by call to clear_inferiors.
4016
40172013-05-17 Yao Qi <yao@codesourcery.com>
4018
4019 * i386-low.c (i386_length_and_rw_bits): Move the comment to
4020 the right place.
4021
40222013-05-16 Luis Machado <lgustavo@codesourcery.com>
4023
4024 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
4025 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
4026 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
4027 PT_TEXT_END_ADDR guards. Update comments.
4028 (linux_target_op) <read_offsets>: Conditionally define to
4029 linux_read_offsets if the target is UCLIBC and if it defines
4030 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
4031
40322013-05-06 Sandra Loosemore <sandra@codesourcery.com>
4033 Andrew Jenner <andrew@codesourcery.com>
4034
4035 * Makefile.in (SFILES): Add linux-nios2-low.c.
4036 (clean): Add action to delete nios2-linux.c.
4037 (nios2-linux.c): New rule.
4038 * configure.srv: Add nios2*-*-linux*.
4039 * linux-nios2-low.c: New.
4040
40412013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
4042
4043 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
4044
40452013-04-25 Hui Zhu <hui@codesourcery.com>
4046
4047 PR gdb/15186
4048 * ax.c (ax_printf): Add fflush.
4049
40502013-04-22 Tom Tromey <tromey@redhat.com>
4051
4052 * Makefile.in (SFILES): Add filestuff.c.
4053 (OBS): Add filestuff.o.
4054 (filestuff.o): New target.
4055 * config.in, configure: Rebuild.
4056 * configure.ac: Check for fdwalk, pipe2.
4057
40582013-04-17 Pedro Alves <palves@redhat.com>
4059
4060 * configure.ac (USE_THREAD_DB): Delete variable.
4061 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
4062 Don't AC_SUBST USE_THREAD_DB.
4063 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
4064 * config.in, configure: Regenerate.
4065
40662013-04-16 Pedro Alves <palves@redhat.com>
4067
4068 * linux-low.h (struct lwp_info) <thread_known>: Move under
4069 the USE_THREAD_DB #ifdef.
4070
40712013-04-16 Pedro Alves <palves@redhat.com>
4072
4073 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
4074 (linux-low.o): Delete rule.
4075 * linux-low.h: Always include "gdb_thread_db.h" instead of
4076 conditionally including thread_db.h.
4077 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
4078 HAVE_THREAD_DB_H.
4079
40802013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * Makefile.in (install-only): Fix make install regression.
4083
40842013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4087 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
4088 installation.
4089 * gdbserver.1: Remove.
4090
40912013-03-22 Pedro Alves <palves@redhat.com>
4092
4093 * linux-low.c (handle_extended_wait): Don't call
4094 linux_enable_event_reporting.
4095
40962013-03-15 Tony Theodore <tonyt@logyst.com>
4097
4098 PR build/9098:
4099 * Makefile.in (SHELL): Use @SHELL@.
4100
41012013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4102
4103 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
4104 compiler warning.
4105
41062013-03-13 Joel Brobecker <brobecker@adacore.com>
4107
4108 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
4109 Remove extraneous NULL element.
4110
41112013-03-13 Yao Qi <yao@codesourcery.com>
4112
4113 * tracepoint.c (traceframe_read_tsv): Look for the last matched
4114 'V' block in trace frame.
4115
41162013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4117
4118 * target.h (struct target_ops): Add btrace ops.
4119 (target_supports_btrace): New macro.
4120 (target_enable_btrace): New macro.
4121 (target_disable_btrace): New macro.
4122 (target_read_btrace): New macro.
4123 * gdbthread.h (struct thread_info): Add btrace field.
4124 * server.c: Include btrace-common.h.
4125 (handle_btrace_general_set): New function.
4126 (handle_btrace_enable): New function.
4127 (handle_btrace_disable): New function.
4128 (handle_general_set): Call handle_btrace_general_set.
4129 (handle_qxfer_btrace): New function.
4130 (struct qxfer qxfer_packets[]): Add btrace entry.
4131 * inferiors.c (remove_thread): Disable btrace.
4132 * linux-low: Include linux-btrace.h.
4133 (linux_low_enable_btrace): New function.
4134 (linux_low_read_btrace): New function.
4135 (linux_target_ops): Add btrace ops.
4136 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
4137 Add srv_linux_btrace=yes.
4138 (x86_64-*-linux*): Add linux-btrace.o.
4139 Add srv_linux_btrace=yes.
4140 * configure.ac: Define HAVE_LINUX_BTRACE.
4141 * config.in: Regenerated.
4142 * configure: Regenerated.
4143
41442013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4145
4146 * server.c (handle_qxfer): Preserve error message if -3 is
4147 returned.
4148 (qxfer): Document the -3 return value.
4149
41502013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4151
4152 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
4153 (linux_btrace_h): New variable.
4154 (linux-btrace.o): New rule.
4155
41562013-03-08 Stan Shebs <stan@codesourcery.com>
4157 Hafiz Abid Qadeer <abidh@codesourcery.com>
4158
4159 * tracepoint.c (trace_buffer_size): New global.
4160 (DEFAULT_TRACE_BUFFER_SIZE): New define.
4161 (init_trace_buffer): Change to one-argument function. Allocate
4162 trace buffer memory.
4163 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
4164 handle QTBuffer:size packet.
4165 (cmd_bigqtbuffer_size): New function.
4166 (initialize_tracepoint): Call init_trace_buffer with
4167 DEFAULT_TRACE_BUFFER_SIZE.
4168 * server.c (handle_query): Add QTBuffer:size in the
4169 supported packets.
4170
41712013-03-07 Yao Qi <yao@codesourcery.com>
4172
4173 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
4174 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
4175 of -1.
4176 (cmd_qtsp): Adjust condition. Do post increment.
4177 Set cur_action and cur_step_action back to 0.
4178
41792013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
4180
4181 PR server/15236
4182 * linux-low.c (linux_write_memory): Return early success if LEN is
4183 zero.
4184
41852013-03-05 Corinna Vinschen <vinschen@redhat.de>
4186
4187 * configure.srv: Add x86_64-*-cygwin* as target.
4188
41892013-02-28 Tom Tromey <tromey@redhat.com>
4190
4191 * configure.ac: Invoke AC_SYS_LARGEFILE.
4192 * configure, config.in: Rebuild.
4193
41942013-02-28 Corinna Vinschen <vinschen@redhat.com>
4195
4196 * win32-low.c: Throughout, fix format strings and casts of
4197 printf-like functions to avoid type related warnings on all
4198 platforms.
4199 (get_child_debug_event): Print dwDebugEventCode as hex since
4200 that's how it's usually documented.
4201
42022013-02-28 Yao Qi <yao@codesourcery.com>
4203
4204 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
4205 pulongest.
4206
42072013-02-27 Jiong Wang <jiwang@tilera.com>
4208
4209 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
4210 (reg-tilegx32.c): New rule.
4211 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
4212 * linux-tile-low.c (tile_arch_setup): New function. Invoke
4213 different register info initializer according to elf class.
4214 (init_registers_tilgx32): New function. The tilegx32 register info
4215 initializer.
4216 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
4217 (tile_store_gregset): Likewise.
4218
42192013-02-27 Yao Qi <yao@codesourcery.com>
4220
4221 * server.c (process_point_options): Print debug message when
4222 debug_threads is true.
4223
42242013-02-26 Yao Qi <yao@codesourcery.com>
4225
4226 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
4227
42282013-02-19 Pedro Alves <palves@redhat.com>
4229 Kai Tietz <ktietz@redhat.com>
4230
4231 PR gdb/15161
4232
4233 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
4234 instead of strtoul to extract address from packet.
4235 (process_serial_event) <'z'>: Likewise.
4236
42372013-02-18 Yao Qi <yao@codesourcery.com>
4238
4239 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
4240
42412013-02-14 Pedro Alves <palves@redhat.com>
4242
4243 Plug memory leak.
4244
4245 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
4246 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
4247
42482013-02-14 Pedro Alves <palves@redhat.com>
4249
4250 * tracepoint.c (cmd_qtdpsrc): Use savestring.
4251
42522013-02-14 Pedro Alves <palves@redhat.com>
4253
4254 * tracepoint.c (save_string): Delete.
4255 (add_tracepoint_action): Use savestring instead of save_string.
4256
42572013-02-12 Pedro Alves <palves@redhat.com>
4258
4259 * linux-xtensa-low.c: Ditto.
4260 * xtensa-xtregs.c: Ditto.
4261
42622013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4263
4264 * thread-db.c (thread_db_get_tls_address): NULL pointer check
4265 thread_db.
4266
42672013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4268
4269 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
4270 aarch64_num_wp_regs and aarch64_num_bp_regs to
4271 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
4272
42732013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4274
4275 * linux-aarch64-low.c (ps_get_thread_area): Replace
4276 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
4277
42782013-02-04 Jim MacArthur <jim.macarthur@arm.com>
4279 Marcus Shawcroft <marcus.shawcroft@arm.com>
4280 Nigel Stephens <nigel.stephens@arm.com>
4281 Yufeng Zhang <yufeng.zhang@arm.com>
4282
4283 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
4284 (aarch64.c, aarch64-without-fpu.c): New targets.
4285 * configure.srv (aarch64*-*-linux*): New.
4286 * linux-aarch64-low.c: New file.
4287
42882013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
4289
4290 * linux-low.c (handle_extended_wait, linux_create_inferior)
4291 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
4292 (dequeue_one_deferred_signal, linux_resume_one_thread)
4293 (fetch_register, linux_write_memory, linux_enable_event_reporting)
4294 (linux_tracefork_grandchild, linux_test_for_tracefork)
4295 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
4296 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
4297 where the argument is 0.
4298
42992013-01-25 Yao Qi <yao@codesourcery.com>
4300
4301 * event-loop.c: Include "queue.h".
4302 (gdb_event_p): New typedef.
4303 (struct gdb_event) <next_event>: Remove.
4304 (event_queue): Change to QUEUE(gdb_event_p).
4305 (async_queue_event): Remove.
4306 (gdb_event_xfree): New.
4307 (initialize_event_loop): New.
4308 (process_event): Use API from QUEUE.
4309 (wait_for_event): Likewise.
4310 * server.c (main): Call initialize_event_loop.
4311 * server.h (initialize_event_loop): Declare.
4312
43132013-01-18 Yao Qi <yao@codesourcery.com>
4314
4315 * ax.h (struct eval_agent_expr_context): New.
4316 (gdb_eval_agent_expr): Update declaration.
4317 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
4318 TFRAME. Add new argument CTX.
4319 * server.h (struct eval_agent_expr_context): Declare.
4320 (agent_mem_read, agent_tsv_read): Update declaration.
4321 (agent_mem_read_string): Likewise.
4322 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
4323 (add_traceframe_block): Add new argument TPOINT.
4324 Increase TPOINT->traceframe_usage.
4325 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
4326 eval_tracepoint_agent_expr.
4327 (condition_true_at_tracepoint): Likewise.
4328 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
4329 (agent_mem_read_string, agent_tsv_read): Likewise.
4330
43312013-01-16 Yao Qi <yao@codesourcery.com>
4332
4333 * linux-low.c (linux_resume_one_lwp): Don't check
4334 'lwp->bp_reinsert != 0'.
4335
43362013-01-07 Joel Brobecker <brobecker@adacore.com>
4337 Pedro Alves <palves@redhat.com>
4338
4339 * lynx-low.c (ptrace_request_to_str): Define a temporary
4340 macro and use it to simplify this function's implementation.
4341
43422013-01-07 Joel Brobecker <brobecker@adacore.com>
4343
4344 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
4345 sets errno.
4346
43472013-01-07 Joel Brobecker <brobecker@adacore.com>
4348
4349 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
4350
43512013-01-07 Joel Brobecker <brobecker@adacore.com>
4352
4353 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
4354
43552013-01-07 Joel Brobecker <brobecker@adacore.com>
4356
4357 * lynx-low.c (lynx_resume): Use the resume_info parameter
4358 to determine the ptid for the lynx_ptrace call, unless
4359 it is equal to minus_one_ptid, in which case we use the
4360 ptid of the current_inferior.
4361 (lynx_wait_1): After having received a thread create/exit
4362 event, resume the inferior's execution using the signaling
4363 thread's ptid, rather than the old ptid.
4364
43652013-01-07 Joel Brobecker <brobecker@adacore.com>
4366
4367 * lynx-low.c (lynx_resume): Delete variable ret.
4368
43692013-01-01 Joel Brobecker <brobecker@adacore.com>
4370
4371 * gdbreplay.c (gdbreplay_version): Update copyright year.
4372 * server.c (gdbserver_version): Likewise.
4373
43742012-12-17 Joel Brobecker <brobecker@adacore.com>
4375
4376 * lynx-low.c (lynx_wait_1): Add debug trace before adding
4377 new thread.
4378
43792012-12-17 Joel Brobecker <brobecker@adacore.com>
4380
4381 * lynx-low.c (ptrace_request_to_str): Add handling for
4382 PTRACE_GETTRACESIG.
4383
43842012-12-17 Joel Brobecker <brobecker@adacore.com>
4385
4386 * lynx-low.c (lynx_attach): Delete variable new_process.
4387
43882012-12-17 Joel Brobecker <brobecker@adacore.com>
4389
4390 * lynx-low.c (lynx_create_inferior): Delete variable
4391 new_process.
4392
43932012-12-17 Joel Brobecker <brobecker@adacore.com>
4394
4395 * lynx-low.c (ptrace_request_to_str): Do not handle
4396 PTRACE_GETTHREADLIST if this macro does not exist.
4397
43982012-12-15 Yao Qi <yao@codesourcery.com>
4399
4400 * Makefile.in (OBS): Add notif.o.
4401 * notif.c, notif.h: New.
4402 * server.c: Include "notif.h".
4403 (struct vstop_notif) <next>: Remove.
4404 <base>: New field.
4405 (queue_stop_reply): Update.
4406 (push_event, send_next_stop_reply): Remove.
4407 (discard_queued_stop_replies): Update.
4408 (notif_stop): New variable.
4409 (handle_v_stopped): Remove.
4410 (handle_v_requests): Don't call handle_v_stopped. Call
4411 handle_ack_notif instead.
4412 (queue_stop_reply_callback): Call notif_event_enque instead
4413 of queue_stop_reply.
4414 (handle_status): Don't call send_next_stop_reply, call
4415 notif_write_event instead.
4416 (kill_inferior_callback): Likewise.
4417 (detach_or_kill_inferior_callback): Likewise.
4418 (main): Call initialize_notif.
4419 (process_serial_event): Call QUEUE_is_empty.
4420 (handle_target_event): Call notif_push instead of push event.
4421 * server.h (push_event): Remove declaration.
4422
44232012-12-10 Tom Tromey <tromey@redhat.com>
4424
4425 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
4426 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
4427 macros.
4428 (.c.o): Rewrite.
4429 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
4430 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
4431 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
4432 (amd64-linux-ipa.o, ax.o): Rewrite.
4433 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
4434 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
4435 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
4436 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
4437 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
4438 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
4439 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
4440 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
4441 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
4442 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
4443 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
4444 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
4445 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
4446 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
4447 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
4448 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
4449 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
4450 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
4451 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
4452 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
4453 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
4454 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
4455 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
4456 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
4457 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
4458 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
4459 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
4460 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
4461 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
4462 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
4463 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
4464 (reg-tilegx.o): Remove.
4465 (all_object_files): New macro.
4466 Include .deps files.
4467 * aclocal.m4, configure: Rebuild.
4468 * acinclude.m4: Include depstand.m4, lead-dot.m4.
4469 * configure.ac: Invoke ZW_CREATE_DEPDIR,
4470 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
4471
44722012-12-05 Tom Tromey <tromey@redhat.com>
4473
4474 PR gdb/14917:
4475 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
4476
44772012-11-28 Markus Metzger <markus.t.metzger@intel.com>
4478
4479 * configure.ac: Check for linux/perf_event.h.
4480 * config.in: Regenerated.
4481 * configure: Regenerated.
4482
44832012-11-26 Maxime Villard <rustyBSD@gmx.fr>
4484
4485 * hostio.c (handle_readlink): Decrease buffer size
4486 parameter passed to readlink by one byte.
4487
44882012-11-26 Yao Qi <yao@codesourcery.com>
4489
4490 * configure.ac (build_warnings): Append '-Wempty-body'.
4491 * configure: Regenerated.
4492 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
4493 body.
4494
44952012-11-15 Pierre Muller <muller@sourceware.org>
4496
4497 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
4498 * config.in: Regenerate.
4499 * configure: Regenerate.
4500 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
4501 Use "gdb_wait.h" header instead of <sys/wait.h> header.
4502 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4503 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
4504 header.
4505 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
4506 instead of <sys/wait.h> header.
4507 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4508
45092012-11-13 Markus Metzger <markus.t.metzger@intel.com>
4510
4511 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
4512 (various make rules): Remove -DGDBSERVER
4513
45142012-11-09 Yao Qi <yao@codesourcery.com>
4515
4516 * spu-low.c (current_ptid): Move it to ..
4517 * gdbthread.h: ... here. New.
4518 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
4519 * server.c (myresume, process_serial_event): Likewise.
4520 * thread-db.c (thread_db_find_new_threads): Likewise.
4521 * tracepoint.c (run_inferior_command): Likewise.
4522
45232012-10-01 Andrew Burgess <aburgess@broadcom.com>
4524
4525 * server.c (handle_search_memory_1): Include access length in
4526 warning message.
4527
45282012-09-05 Michael Brandt <michael.brandt@axis.com>
4529
4530 * linux-crisv32-low.c: Fix compile errors.
4531
45322012-09-04 Yao Qi <yao@codesourcery.com>
4533
4534 * tracepoint.c (cmd_qtsv): Adjust debug message.
4535 Don't check CUR_TPOINT.
4536
45372012-08-28 Yao Qi <yao@codesourcery.com>
4538
4539 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
4540 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
4541 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
4542 Remove declarations of xmalloc, xreallloc, xstrdup and
4543 freeargv.
4544 * Makefile.in (libiberty_h): New.
4545 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
4546 (linux-bfin-low.o): Append dependency 'libiberty.h'.
4547
45482012-08-23 Yao Qi <yao@codesourcery.com>
4549
4550 * server.h: Remove declaration of 'xsnprintf'.
4551
45522012-08-22 Keith Seitz <keiths@redhat.com>
4553
4554 * server.h: Include build-gnulib-gbserver/config.h.
4555 * gdbreplay.c: Likewise.
4556
45572012-08-08 Doug Evans <dje@google.com>
4558
4559 * Makefile.in (SFILES): Add gdb_vecs.c.
4560 (OBS): Add gdb_vecs.o.
4561 (gdb_vecs_h, host_defs_h): New variables.
4562 (thread-db.o): Add $(gdb_vecs_h) dependency.
4563 (gdb_vecs.o): New rule.
4564 * thread-db.c: #include "gdb_vecs.h".
4565 (thread_db_load_search): Use a vector to iterate over path elements.
4566 Handle text appearing after "$pdir".
4567
4568 * configure.ac: Add check for strstr.
4569 * config.in: Regenerate.
4570 * configure: Regenerate.
4571
45722012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
4573
4574 * hostio.c (handle_pread): If pread fails, fall back to attempting
4575 lseek/read.
4576 (handle_pwrite): Likewise for pwrite.
4577
45782012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4579
4580 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
4581 between unsupported TYPE and unimplementable ADDR/LEN combination.
4582 (arm_insert_point): Act on new return value.
4583
45842012-07-31 Pedro Alves <palves@redhat.com>
4585
4586 * server.c (process_point_options): Only skip tokens if we find
4587 one that is unrecognized. Don't treat 'X' specially while
4588 skipping unrecognized tokens.
4589
45902012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4591
4592 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
4593 to 4-byte-align HW breakpoint addresses for Thumb.
4594
45952012-07-27 Yao Qi <yao@codesourcery.com>
4596
4597 PR remote/14161.
4598
4599 * server.h: Declare gdb_agent_about_to_close.
4600 * target.c (kill_inferior): Include "agent.h".
4601 New. Send command 'kill'.
4602 * target.h (kill_inferior): Removed macro.
4603 * tracepoint.c (gdb_agent_about_to_close): New.
4604 (gdb_agent_helper_thread): Handle command 'close'.
4605 Wait endlessly until the inferior stops.
4606 Install gdb_agent_remove_socket to atexit hook.
4607 (agent_socket_name): New static variable.
4608 (gdb_agent_socket_init): Replace local variable 'name' with
4609 'agent_socket_name'.
4610 (gdb_agent_remove_socket): New.
4611
46122012-07-27 Yao Qi <yao@codesourcery.com>
4613
4614 * server.c (process_point_options): Stop at 'X' when parsing.
4615
46162012-07-19 Michael Eager <eager@eagercon.com>
4617
4618 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
4619 to hw_execute.
4620 * linux-x86-low.c (x86_insert_point, x86_remove_point):
4621 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
4622 hardware breakpoint.
4623
46242012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * gdbserver/linux-low.c (initialize_low): Call
4627 linux_ptrace_init_warnings.
4628
46292012-07-02 Doug Evans <dje@google.com>
4630
4631 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
4632 pointer to int.
4633
46342012-07-02 Stan Shebs <stan@codesourcery.com>
4635
4636 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
4637 (ax.o): Add it to build rule.
4638 (ax-ipa.o): Ditto.
4639 (OBS): Add format.o.
4640 (IPA_OBS): Add format.o.
4641 * server.c (handle_query): Claim support for breakpoint commands.
4642 (process_point_options): Add command case.
4643 (process_serial_event): Leave running if there are printfs in
4644 effect.
4645 * mem-break.h (any_persistent_commands): Declare.
4646 (add_breakpoint_commands): Declare.
4647 (gdb_no_commands_at_breakpoint): Declare.
4648 (run_breakpoint_commands): Declare.
4649 * mem-break.c (struct point_command_list): New struct.
4650 (struct breakpoint): New field command_list.
4651 (any_persistent_commands): New function.
4652 (add_commands_to_breakpoint): New function.
4653 (add_breakpoint_commands): New function.
4654 (gdb_no_commands_at_breakpoint): New function.
4655 (run_breakpoint_commands): New function.
4656 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
4657 locally.
4658 * ax.c: Include format.h.
4659 (ax_printf): New function.
4660 (gdb_eval_agent_expr): Add printf opcode.
4661
46622012-06-13 Yao Qi <yao@codesourcery.com>
4663
4664 * server.c (start_inferior): Remove duplicated writes to fields
4665 'last_resume_kind' and 'last_status' of 'current_inferior'.
4666
46672012-06-12 Yao Qi <yao@codesourcery.com>
4668 Pedro Alves <palves@redhat.com>
4669
4670 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
4671 comment.
4672 * server.c (handle_v_cont): Extend comment.
4673
46742012-06-11 Yao Qi <yao@codesourcery.com>
4675
4676 * linux-low.c (linux_attach): Add 'static'.
4677
46782012-06-06 Yao Qi <yao@codesourcery.com>
4679
4680 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
4681
46822012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 Fix gcc -flto compilation warning.
4685 * server.c (main): Make variable multi_mode and attach volatile.
4686
46872012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4688
4689 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
4690 if the platform doesn't know about it.
4691
46922012-05-30 Jeff Kenton <jkenton@tilera.com>
4693
4694 * Makefile.in (SFILES): Add linux-tile-low.c.
4695 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
4696 * configure.srv: Handle tilegx-*-linux*.
4697 * linux-tile-low.c: New file.
4698
46992012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
4702
47032012-05-24 Pedro Alves <palves@redhat.com>
4704
4705 PR gdb/7205
4706
4707 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4708
47092012-05-24 Pedro Alves <palves@redhat.com>
4710
4711 PR gdb/7205
4712
4713 Replace target_signal with gdb_signal throughout.
4714
47152012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4716
4717 * linux-low.c (linux_store_registers): Avoid the copying sequence
4718 when no data has been retrieved by ptrace.
4719
47202012-05-22 Will Deacon <will.deacon@arm.com>
4721
4722 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
4723 Include asm/ptrace.h.
4724 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
4725 already defined.
4726
47272012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4728
4729 * linux-low.c (linux_store_registers): Don't re-retrieve data
4730 with ptrace that has already been obtained from /proc. Always
4731 copy any data retrieved with ptrace to the buffer supplied.
4732
47332012-05-11 Yao Qi <yao@codesourcery.com>
4734 Pedro Alves <palves@redhat.com>
4735
4736 * linux-low.c (enum stopping_threads_kind): New.
4737 (stopping_threads): Change type to `enum stopping_threads_kind'.
4738 (handle_extended_wait): If stopping and suspending threads, leave
4739 the new_lwp suspended too.
4740 (linux_wait_for_event): Adjust.
4741 (stop_all_lwps): Set `stopping_threads' to
4742 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4743 whether we're suspending threads or just stopping them. Assert no
4744 recursion happens.
4745
47462012-04-29 Yao Qi <yao@codesourcery.com>
4747
4748 * server.h: Move some code to ...
4749 * gdbthread.h: ... here. New.
4750 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4751 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4752 (nto-low.o, win32-low.o): Likewise.
4753 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4754 * regcache.c, remote-utils.c, server.c: Likewise.
4755 * target.c, tracepoint.c, win32-low.c: Likewise.
4756
47572012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4758
4759 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4760 (PTRACE_ARG4_TYPE): Likewise.
4761 (PTRACE_XFER_TYPE): Likewise.
4762 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4763 ptrace to PTRACE_ARG3_TYPE.
4764 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4765 (PTRACE_ARG4_TYPE): Likewise.
4766 (PTRACE_XFER_TYPE): Likewise.
4767 (linux_detach_one_lwp): Cast fourth argument of
4768 ptrace to long then PTRACE_ARG4_TYPE.
4769 (regsets_fetch_inferior_registers): Cast third argument of
4770 ptrace to long then PTRACE_ARG3_TYPE.
4771 (regsets_store_inferior_registers): Likewise.
4772
47732012-04-20 Pedro Alves <palves@redhat.com>
4774
4775 * configure: Regenerate.
4776
47772012-04-19 Pedro Alves <palves@redhat.com>
4778
4779 * Makefile.in (GNULIB_BUILDDIR): New.
4780 (LIBGNU, INCGNU, GNULIB_H): Adjust.
4781 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4782 (all, install-only, uninstall, clean-info, all-lib, clean): No
4783 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4784 (maintainer-clean realclean distclean): Use subdir_do.
4785 (subdir_do): New.
4786 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
4787 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
4788 * acinclude.m4: Include acx_configure_dir.m4.
4789 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4790 calls. Call AC_PROG_RANLIB. Configure gnulib using
4791 ACX_CONFIGURE_DIR.
4792 (GNULIB): New.
4793 (GNULIB_STDINT_H): Adjust.
4794 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4795 * gdbreplay.c: Include build-gnulib/config.h.
4796 * server.h: Likewise.
4797 * aclocal.m4: Regenerate.
4798 * config.in: Regenerate.
4799 * configure: Regenerate.
4800
48012012-04-19 Pedro Alves <palves@redhat.com>
4802
4803 * Makefile.in (LIBGNU, INCGNU): Adjust.
4804 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4805 (all, install-only, uninstall, clean-info, all-lib, clean)
4806 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4807 * configure.ac: Adjust AC_OUTPUT output.
4808 * aclocal.m4: Regenerate.
4809 * configure: Regenerate.
4810
48112012-04-19 Pedro Alves <palves@redhat.com>
4812
4813 * Makefile.in (generated_files): New.
4814 (server_h): Remove the explicit dependency on config.h, and depend
4815 on $generated_files.
4816
48172012-04-19 Pedro Alves <palves@redhat.com>
4818
4819 * Makefile.in (INCGNU): Add -Ignulib.
4820
48212012-04-19 Pedro Alves <palves@redhat.com>
4822
4823 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4824 (INCGNU): ... this, and spell out -I here.
4825 (GNULIB_LIB): Rename to ...
4826 (LIBGNU): ... this.
4827 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4828
48292012-04-19 Pedro Alves <palves@redhat.com>
4830
4831 * config.in: Regenerate.
4832
48332012-04-19 Pedro Alves <palves@redhat.com>
4834
4835 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4836 * server.h (memmem): Remove declaration.
4837 * config.in: Regenerate.
4838 * configure: Regenerate.
4839
48402012-04-19 Yao Qi <yao@codesourcery.com>
4841
4842 * Makefile.in (SFILES): Add common/vec.c.
4843 (OBS): Add vec.o.
4844 (vec.o): New rule.
4845
48462012-04-19 Yao Qi <yao@codesourcery.com>
4847
4848 * remote-utils.c (prepare_resume_reply): Replace with macro
4849 target_core_of_thread.
4850 * server.c (handle_qxfer_threads_proper): Likewise.
4851 * target.h (traget_core_of_thread): New macro.
4852
48532012-04-18 Pedro Alves <palves@redhat.com>
4854
4855 * aclocal.m4: Regenerate.
4856 * configure: Regenerate.
4857
48582012-04-16 Yao Qi <yao@codesourcery.com>
4859
4860 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
4861 duplicated on address.
4862
48632012-04-16 Yao Qi <yao@codesourcery.com>
4864
4865 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
4866 (struct tracepoint_action_ops) <send>: New field.
4867 (m_tracepoint_action_send, r_tracepoint_action_send): New.
4868 (agent_expr_send, x_tracepoint_action_send): New.
4869 (l_tracepoint_action_send): New.
4870 (cmd_qtdp): Download and install tracepoint
4871 according to `use_agent'.
4872 (run_inferior_command): Add one more parameter `len'.
4873 Update callers.
4874 (tracepoint_send_agent): New.
4875 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
4876
48772012-04-16 Yao Qi <yao@codesourcery.com>
4878
4879 * tracepoint.c (download_tracepoints): Moved to ...
4880 (cmd_qtstart): ... here.
4881
48822012-04-14 Yao Qi <yao@codesourcery.com>
4883
4884 * tracepoint.c: Include inttypes.h.
4885 (struct collect_memory_action): Use sized types.
4886 (struct tracepoint): Likewise.
4887 (cmd_qtdp, stop_tracing): Update print specifiers.
4888 (cmd_qtp, response_tracepoint): Likewise.
4889 (collect_data_at_tracepoint): Likewise.
4890 (collect_data_at_step): Likewise.
4891
48922012-04-14 Yao Qi <yao@codesourcery.com>
4893
4894 Import gnulib module inttypes.
4895 * aclocal.m4, config.in, configure: Regenerated.
4896
48972012-04-14 Yao Qi <yao@codesourcery.com>
4898
4899 * Makefile.in (maintainer-clean, realclean, distclean): Remove
4900 Makefile and config.status at last.
4901
49022012-04-13 Yao Qi <yao@codesourcery.com>
4903
4904 * tracepoint.c: Include stdint.h unconditionally.
4905
49062012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4907
4908 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
4909 on BFD_HAVE_SYS_PROCFS_TYPE.
4910 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
4911 * configure: Regenerate.
4912 * config.in: Likewise.
4913
49142012-04-13 H.J. Lu <hongjiu.lu@intel.com>
4915
4916 * Makefile.in (clean): Also remove x32.c x32-linux.c
4917 x32-avx.c x32-avx-linux.c.
4918 (x32.o): New target.
4919 (x32.c): Likewise.
4920 (x32-linux.o): Likewise.
4921 (x32-linux.c): Likewise.
4922 (x32-avx.o): Likewise.
4923 (x32-avx.c): Likewise.
4924 (x32-avx-linux.o): Likewise.
4925 (x32-avx-linux.c): Likewise.
4926
4927 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
4928 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
4929 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
4930 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
4931 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
4932 i386/x32-avx-linux.xml.
4933
4934 * linux-x86-low.c (init_registers_x32_linux): New prototype.
4935 (init_registers_x32_avx_linux): Likwise.
4936 (x86_linux_update_xmltarget): Call init_registers_x32_linux
4937 or init_registers_x32_avx_linux if linux_is_elf64 is false.
4938
49392012-04-13 Pedro Alves <palves@redhat.com>
4940
4941 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
4942 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
4943 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
4944 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
4945 the sub-make.
4946
49472012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4948
4949 * linux-x86-low.c (compat_x32_clock_t): New.
4950 (compat_x32_siginfo_t): Likewise.
4951 (compat_x32_siginfo_from_siginfo): Likewise.
4952 (siginfo_from_compat_x32_siginfo): Likewise.
4953 (linux_is_elf64): Likewise.
4954 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4955 and siginfo_from_compat_x32_siginfo for x32.
4956 (x86_arch_setup): Set linux_is_elf64.
4957
49582012-04-12 H.J. Lu <hongjiu.lu@intel.com>
4959
4960 PR gdb/13969
4961 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
4962 e_machine field.
4963 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
4964 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
4965 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
4966 compatible with process.
4967
49682012-04-12 Yao Qi <yao@codesourcery.com>
4969
4970 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
4971 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
4972 (install-only, install-info, clean): Handle sub dir gnulib.
4973 (all-lib, am--refresh): New targets.
4974 (memmem.o): Remove target.
4975 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
4976 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
4977 (AC_REPLACE_FUNCS): Remove memmem.
4978 Invoke gl_INIT and AM_INIT_AUTOMAKE.
4979 (AC_OUTPUT): Generate Makefile in gnulib/.
4980 * aclocal.m4, config.in, configure: Regenerated.
4981
49822012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
4983
4984 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
4985
49862012-04-05 Pedro Alves <palves@redhat.com>
4987
4988 -Werror=strict-aliasing
4989
4990 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
4991 pointer.
4992
49932012-04-04 Pedro Alves <palves@redhat.com>
4994
4995 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4996 (sparc_store_gregset_from_stack, sparc_store_gregset)
4997 (sparc_breakpoint_at): Fix formatting.
4998
49992012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5000
5001 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
5002 are available.
5003 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
5004 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
5005 * config.in: Regenerate.
5006 * configure: Likewise.
5007
50082012-03-29 Pedro Alves <palves@redhat.com>
5009
5010 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
5011 Correct ptrace arguments.
5012
50132012-03-28 Pedro Alves <palves@redhat.com>
5014
5015 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
5016 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
5017 (IA64_FR1_REGNUM): New defines.
5018 (ia64_fetch_register): New.
5019 (the_low_target): Install it.
5020 * linux-low.h (struct linux_target_ops) <fetch_register>: New
5021 field.
5022 * linux-low.c (linux_fetch_registers): Try the
5023 the_low_target.fetch_register hook first.
5024
5025 * linux-arm-low.c (the_low_target): Adjust.
5026 * linux-bfin-low.c (the_low_target): Adjust.
5027 * linux-cris-low.c (the_low_target): Adjust.
5028 * linux-crisv32-low.c (the_low_target): Adjust.
5029 * linux-m32r-low.c (the_low_target): Adjust.
5030 * linux-m68k-low.c (the_low_target): Adjust.
5031 * linux-mips-low.c (the_low_target): Adjust.
5032 * linux-ppc-low.c (the_low_target): Adjust.
5033 * linux-s390-low.c (the_low_target): Adjust.
5034 * linux-sh-low.c (the_low_target): Adjust.
5035 * linux-sparc-low.c (the_low_target): Adjust.
5036 * linux-tic6x-low.c (the_low_target): Adjust.
5037 * linux-x86-low.c (the_low_target): Adjust.
5038 * linux-xtensa-low.c (the_low_target): Adjust.
5039
50402012-03-26 Pedro Alves <palves@redhat.com>
5041
5042 * server.c (handle_qxfer_libraries): Don't bail early if
5043 the_target->qxfer_libraries_svr4 is not NULL.
5044
50452012-03-26 Pedro Alves <palves@redhat.com>
5046
5047 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
5048
50492012-03-23 Pedro Alves <palves@redhat.com>
5050
5051 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
5052 "library-list-svr4" element's start tag when the the DSO list is
5053 empty.
5054
50552012-03-23 Pedro Alves <palves@redhat.com>
5056
5057 * linux-low.c (read_one_ptr): Read the inferior's pointer through
5058 a variable whose type size is the same as the inferior's pointer
5059 size.
5060
50612012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5062
5063 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
5064 struct siginfo.
5065 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
5066 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
5067 * linux-low.h: Include <signal.h>.
5068 (struct siginfo): Remove forward declaration.
5069 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
5070 struct siginfo.
5071
50722012-03-21 Mike Frysinger <vapier@gentoo.org>
5073
5074 * .gitignore: Ignore more files.
5075
50762012-03-19 Pedro Alves <palves@redhat.com>
5077 Jan Kratochvil <jan.kratochvil@redhat.com>
5078
5079 * server.c (cont_thread, general_thread): Add describing comments.
5080 (start_inferior): Clear `cont_thread'.
5081 (handle_v_cont): Don't set `cont_thread' if resuming all threads
5082 of a process.
5083
50842012-03-15 Yao Qi <yao@codesourcery.com>
5085
5086 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
5087 handling to ...
5088 (cmd_qtdp): ... here.
5089
50902012-03-15 Yao Qi <yao@codesourcery.com>
5091
5092 * tracepoint.c (struct tracepoint_action_ops): New.
5093 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
5094 (m_tracepoint_action_download): New.
5095 (r_tracepoint_action_download): New.
5096 (x_tracepoint_action_download): New.
5097 (l_tracepoint_action_download): New.
5098 (add_tracepoint_action): Install `action->ops' according type.
5099 (download_tracepoint_1): Move code `download' function pointer
5100 of various tracepoint_action_ops.
5101
51022012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
5105 linux_ptrace_attach_warnings.
5106
51072012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * Makefile.in (linux-ptrace.o): New.
5110 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
5111 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
5112 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
5113 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
5114 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
5115 of these targets.
5116 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
5117
51182012-03-08 Yao Qi <yao@codesourcery.com>
5119 Pedro Alves <palves@redhat.com>
5120
5121 Fix PR server/13392.
5122 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
5123 offset of JMP insn.
5124 * tracepoint.c (remove_tracepoint): New.
5125 (cmd_qtdp): Call remove_tracepoint when failed to install.
5126
51272012-03-07 Pedro Alves <palves@redhat.com>
5128
5129 * linux-low.c (get_detach_signal): New.
5130 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
5131 Pass on pending signals to PTRACE_DETACH. Check the result of the
5132 ptrace call.
5133 * server.c (program_signals, program_signals_p): New.
5134 (handle_general_set): Handle QProgramSignals.
5135 * server.h (program_signals, program_signals_p): Declare.
5136
51372012-03-05 Pedro Alves <palves@redhat.com>
5138 Jan Kratochvil <jan.kratochvil@redhat.com>
5139
5140 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
5141 New comment why.
5142
51432012-03-03 Yao Qi <yao@codesourcery.com>
5144
5145 * tracepoint.c (tracepoint_look_up_symbols): Update call to
5146 agent_look_up_symbols.
5147
51482012-03-03 Yao Qi <yao@codesourcery.com>
5149
5150 * Makefile.in (linux-low.o): Keep dependence on agent.h.
5151 (linux-x86-low.o): Likewise.
5152 * server.h: Remove in_process_agent_loaded.
5153 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
5154 common/agent.c.
5155 Update callers.
5156
51572012-03-03 Yao Qi <yao@codesourcery.com>
5158
5159 * tracepoint.c (gdb_agent_capability): New global.
5160 (in_process_agent_loaded_ust): Renamed to
5161 `in_process_agent_supports_ust'.
5162 Update callers.
5163 (in_process_agent_supports_ust): Call agent_capability_check.
5164 (clear_installed_tracepoints): Assert that agent supports
5165 agent.
5166
51672012-03-03 Yao Qi <yao@codesourcery.com>
5168
5169 * linux-low.c (linux_supports_agent): New.
5170 (linux_target_ops): Initialize field `supports_agent' with
5171 linux_supports_agent.
5172 * target.h (struct target_ops) <supports_agent>: New.
5173 (target_supports_agent): New macro.
5174 * server.c (handle_general_set): Handle packet 'QAgent'.
5175 (handle_query): Send `QAgent+'.
5176 * Makefile.in (server.o): Depends on agent.h.
5177
51782012-03-03 Yao Qi <yao@codesourcery.com>
5179
5180 * Makefile.in (OBS): Add agent.o.
5181 Add new rule for agent.o.
5182 Track dependence of tracepoint.c on agent.h.
5183 * tracepoint.c (run_inferior_command_1):
5184 (run_inferior_command): Call agent_run_command.
5185 (gdb_ust_connect_sync_socket): Deleted. Move it to
5186 common/agent.c.
5187 (resume_thread, stop_thread): Likewise.
5188 (gdb_ust_socket_init): Renamed to ...
5189 (gdb_agent_socket_init): ... New.
5190 (gdb_ust_thread): Renamed to ...
5191 (gdb_agent_helper_thread): ... New.
5192 (gdb_ust_init): Move some code to ...
5193 (gdb_agent_init): ... here. New.
5194 [HAVE_UST]: Call gdb_ust_init.
5195 (initialize_tracepoint_ftlib): Call gdb_agent_init.
5196 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
5197 * config.in, configure: Regenerated.
5198
51992012-03-02 Pedro Alves <palves@redhat.com>
5200
5201 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
5202 * linux-low.c (struct simple_pid_list): New.
5203 (stopped_pids): New a struct simple_pid_list pointer.
5204 (add_to_pid_list, pull_pid_from_list): New.
5205 (handle_extended_wait): Don't assume the first signal new children
5206 report is SIGSTOP. Adjust call to pull_pid_from_list.
5207 (linux_wait_for_lwp): Adjust.
5208
52092012-03-02 Yao Qi <yao@codesourcery.com>
5210
5211 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
5212 debug log.
5213
52142012-03-02 Yao Qi <yao@codesourcery.com>
5215
5216 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
5217 `stop_pc' and `tpoint'. Update caller.
5218
52192012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5220
5221 * linux-low.h (linux_target_ops): Add regset_bitmap member.
5222 * linux-low.c (use_linux_regsets): New macro.
5223 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
5224 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
5225 (linux_register_in_regsets): New function.
5226 (usr_fetch_inferior_registers): Skip registers covered by
5227 regsets.
5228 (usr_store_inferior_registers): Likewise.
5229 (usr_fetch_inferior_registers): New macro.
5230 (usr_store_inferior_registers): Likewise.
5231 (linux_fetch_registers): Handle mixed regset/non-regset targets.
5232 (linux_store_registers): Likewise.
5233 * linux-mips-low.c (init_registers_mips_dsp_linux): New
5234 prototype.
5235 (init_registers_mips64_dsp_linux): Likewise.
5236 (init_registers_mips_linux): New macro.
5237 (init_registers_mips_dsp_linux): Likewise.
5238 (mips_dsp_num_regs): Likewise.
5239 (DSP_BASE, DSP_CONTROL): New fallback macros.
5240 (mips_base_regs): New macro.
5241 (mips_regmap): Use it. Fix the size.
5242 (mips_dsp_regmap): New variable.
5243 (mips_dsp_regset_bitmap): Likewise.
5244 (mips_arch_setup): New function.
5245 (mips_cannot_fetch_register): Use the_low_target.regmap rather
5246 than mips_regmap.
5247 (mips_cannot_store_register): Likewise.
5248 (the_low_target): Update .arch_setup, .num_regs and .regmap
5249 initializers. Add .regset_bitmap initializer.
5250 * linux-arm-low.c (the_low_target): Add .regset_bitmap
5251 initializer.
5252 * linux-bfin-low.c (the_low_target): Likewise.
5253 * linux-cris-low.c (the_low_target): Likewise.
5254 * linux-crisv32-low.c (the_low_target): Likewise.
5255 * linux-ia64-low.c (the_low_target): Likewise.
5256 * linux-m32r-low.c (the_low_target): Likewise.
5257 * linux-m68k-low.c (the_low_target): Likewise.
5258 * linux-ppc-low.c (the_low_target): Likewise.
5259 * linux-s390-low.c (the_low_target): Likewise.
5260 * linux-sh-low.c (the_low_target): Likewise.
5261 * linux-sparc-low.c (the_low_target): Likewise.
5262 * linux-tic6x-low.c (the_low_target): Likewise.
5263 * linux-x86-low.c (the_low_target): Likewise.
5264 * linux-xtensa-low.c (the_low_target): Likewise.
5265 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
5266 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
5267 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
5268 srv_xmlfiles.
5269 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
5270 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
5271
52722012-02-29 Yao Qi <yao@codesourcery.com>
5273 Pedro Alves <palves@redhat.com>
5274
5275 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
5276 `step_over_finished' is true.
5277
52782012-02-27 Pedro Alves <palves@redhat.com>
5279
5280 * linux-low.c (pid_is_stopped): Delete, moved to common/.
5281 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
5282
52832012-02-27 Pedro Alves <palves@redhat.com>
5284
5285 PR server/9684
5286 * linux-low.c (pid_is_stopped): New.
5287 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
5288
52892012-02-25 Luis Machado <lgustavo@codesourcery.com>
5290
5291 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
5292 of conditions.
5293
52942012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5295
5296 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
5297
52982012-02-24 Luis Machado <lgustavo@codesourcery>
5299
5300 * server.c (handle_query): Advertise support for target-side
5301 breakpoint condition evaluation.
5302 (process_point_options): New function.
5303 (process_serial_event): When inserting a breakpoint, check for
5304 a target-side condition that should be evaluated.
5305
5306 * mem-break.c: Include regcache.h and ax.h.
5307 (point_cond_list_t): New data structure.
5308 (breakpoint) <cond_list>: New field.
5309 (find_gdb_breakpoint_at): Make non-static.
5310 (delete_gdb_breakpoint_at): Clear any target-side
5311 conditions.
5312 (clear_gdb_breakpoint_conditions): New function.
5313 (add_condition_to_breakpoint): Likewise.
5314 (add_breakpoint_condition): Likewise.
5315 (gdb_condition_true_at_breakpoint): Likewise.
5316 (gdb_breakpoint_here): Return result directly instead
5317 of going through a local variable.
5318
5319 * mem-break.h (find_gdb_breakpoint_at): New prototype.
5320 (clear_gdb_breakpoint_conditions): Likewise.
5321 (add_breakpoint_condition): Likewise.
5322 (gdb_condition_true_at_breakpoint): Likewise.
5323
5324 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
5325 (need_step_over_p): Take target-side breakpoint condition into
5326 consideration.
5327
53282012-02-24 Luis Machado <lgustavo@codesourcery>
5329
5330 * server.h: Include tracepoint.h.
5331 (agent_mem_read, agent_get_trace_state_variable_value,
5332 agent_set_trace_state_variable_value,
5333 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
5334 get_set_tsv_func_addr): New prototypes.
5335
5336 * ax.h: New include file.
5337 * ax.c: New source file.
5338
5339 * tracepoint.c: Include ax.h.
5340 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
5341 agent_expr, eval_result_type): Move to ax.h.
5342 (parse_agent_expr): Rename to ...
5343 (gdb_parse_agent_expr): ... this, make it non-static and move
5344 to ax.h.
5345 (unparse_agent_expr) Rename to ...
5346 (gdb_unparse_agent_expr): ... this, make it non-static and move
5347 to ax.h.
5348 (eval_agent_expr): Rename to ...
5349 (eval_tracepoint_agent_expr): ... this.
5350 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
5351 forward declarations.
5352 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
5353 (agent_get_trace_state_variable_value): New function.
5354 (agent_set_trace_state_variable_value): New function.
5355 (cmd_qtdp): Call gdb_parse_agent_expr (...).
5356 (response_tracepoint): Call gdb_unparse_agent_expr (...).
5357 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
5358 (condition_true_at_tracepoint): Likewise.
5359 (parse_agent_expr): Rename to ...
5360 (gdb_parse_agent_expr): ... this and move to ax.c.
5361 (unparse_agent_expr): Rename to ...
5362 (gdb_unparse_agent_expr): ... this and move to ax.c.
5363 (gdb_agent_op_name): Move to ax.c.
5364 (eval_agent_expr): Rename to ...
5365 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
5366 and move to ax.c.
5367 (eval_tracepoint_agent_expr): New function.
5368 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
5369 non-static.
5370 (current_insn_ptr, emit_error, struct bytecode_address): Move to
5371 ax.c.
5372 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
5373 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
5374 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
5375 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
5376 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
5377 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
5378 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
5379 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
5380 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
5381 (compile_bytecodes): Remove forward declaration.
5382 (is_goto_target): Move to ax.c.
5383 (compile_bytecodes): Move to ax.c and call
5384 agent_get_trace_state_variable_value (...) and
5385 agent_set_trace_state_variable_value (...).
5386
5387 * Makefile.in: Update ax.c and IPA dependencies.
5388
53892012-02-24 Pedro Alves <palves@redhat.com>
5390
5391 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
5392 (cmd_bigqtbuffer_circular): ... this. Only handle
5393 'QTBuffer:circular:'.
5394 (handle_tracepoint_general_set): Adjust.
5395
53962012-02-16 Yao Qi <yao@codesourcery.com>
5397
5398 * inferiors.c: Move code to ...
5399 * dll.c: .... here. New.
5400 * server.h: Declare clear_dlls.
5401 * Makefile.in (SFILES): Add dll.c.
5402 (OBS): Add dll.o
5403 (dll.o): New rule.
5404
54052012-02-11 Yao Qi <yao@codesourcery.com>
5406
5407 * server.c: (handle_monitor_command): Add a new parameter
5408 `own_buf'.
5409 (handle_query): Update caller.
5410
54112012-02-09 Joel Brobecker <brobecker@adacore.com>
5412
5413 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
5414 * configure, config.in: Regenerate.
5415 * hostio.c: Provide an alternate implementation if HAVE_READLINK
5416 is not defined.
5417
54182012-02-02 Pedro Alves <palves@redhat.com>
5419
5420 Try SIGKILL first, then PTRACE_KILL.
5421 * linux-low.c (linux_kill_one_lwp): New.
5422 (linux_kill_one_lwp): Rename to ...
5423 (kill_one_lwp_callback): ... this. Use the new
5424 linux_kill_one_lwp.
5425
54262012-02-02 Pedro Alves <palves@redhat.com>
5427
5428 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
5429 inferior.
5430
54312012-01-27 Pedro Alves <palves@redhat.com>
5432
5433 * linux-low.c (linux_child_pid_to_exec_file): Delete.
5434 (elf_64_file_p): Make static.
5435 (linux_pid_exe_is_elf_64_file): New.
5436 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
5437 Delete declarations.
5438 (linux_pid_exe_is_elf_64_file): Declare.
5439 * linux-x86-low.c (x86_arch_setup): Use
5440 linux_pid_exe_is_elf_64_file.
5441
54422012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * linux-low.c (linux_wait_for_event_1): Rename to ...
5445 (linux_wait_for_event): ... here and merge it with former
5446 linux_wait_for_event - new variable wait_ptid, use it.
5447 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
5448
54492012-01-23 Pedro Alves <palves@redhat.com>
5450
5451 * server.c (main): Avoid yet another case of infinite loop while
5452 detaching/killing after a longjmp.
5453
54542012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 Code cleanup.
5457 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
5458
54592012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5460
5461 * hostio.c (handle_readlink): New function.
5462 (handle_vFile): Call it to handle "vFile:readlink" packets.
5463
54642012-01-20 Pedro Alves <palves@redhat.com>
5465 Ulrich Weigand <ulrich.weigand@linaro.org>
5466
5467 * server.c (handle_v_requests): Only support vAttach and vRun to
5468 start multiple processes when in extended protocol mode.
5469
54702012-01-17 Pedro Alves <palves@redhat.com>
5471
5472 * tracepoint.c (initialize_tracepoint): Use mmap instead of
5473 memalign plus mprotect to allocate the scratch buffer.
5474
54752012-01-13 Pedro Alves <palves@redhat.com>
5476
5477 * server.c (attach_inferior): Clear `cont_thread'.
5478
54792012-01-13 Pedro Alves <palves@redhat.com>
5480
5481 * server.c (main): Avoid infinite loop while detaching/killing
5482 after a longjmp.
5483
54842012-01-09 Doug Evans <dje@google.com>
5485
5486 * server.c (start_inferior): Set last_ptid in --wrapper case.
5487
54882012-01-06 Yao Qi <yao@codesourcery.com>
5489
5490 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
5491 defined.
5492 [IN_PROCESS_AGENT] (debug_agent): New global variable.
5493
54942012-01-04 Yao Qi <yao@codesourcery.com>
5495
5496 * tracepoint.c (cmd_qtdp): Print debug message
5497 for static tracepoint.
5498
54992012-01-04 Yao Qi <yao@codesourcery.com>
5500
5501 * tracepoint.c (trace_vdebug): Differentiate debug message
5502 between gdbserver and IPA.
5503
55042012-01-03 Yao Qi <yao@codesourcery.com>
5505
5506 * tracepoint.c (tracepoint_was_hit): Don't collect for
5507 static tracepoint.
5508
55092012-01-02 Joel Brobecker <brobecker@adacore.com>
5510
5511 * terminal.h: Reformat copyright header.
5512
55132012-01-02 Joel Brobecker <brobecker@adacore.com>
5514
5515 * server.c (gdbserver_version): Update copyright year.
5516 * gdbreplay.c (gdbreplay_version): Likewise.
5517
55182011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5519
5520 * linux-low.c (linux_create_inferior): Put empty if clause for write.
5521
5522 Revert:
5523 2011-12-18 Hui Zhu <teawater@gmail.com>
5524 * linux-low.c (linux_create_inferior): Save return value to ret.
5525
55262011-12-18 Hui Zhu <teawater@gmail.com>
5527
5528 * linux-low.c (linux_create_inferior): Save return value to ret.
5529
55302011-12-16 Doug Evans <dje@google.com>
5531
5532 * linux-low.c (linux_create_inferior): If stdio connection,
5533 redirect stdin from /dev/null, stdout to stderr.
5534 * remote-utils.c (remote_is_stdio): New static global.
5535 (remote_connection_is_stdio): New function.
5536 (remote_prepare): Handle stdio connection.
5537 (remote_open): Ditto.
5538 (remote_close): Don't close stdin for stdio connections.
5539 (read_prim,write_prim): New functions. Replace all calls to
5540 read/write to these.
5541 * server.c (main): Watch for "-" argument. Move call to
5542 remote_prepare before start_inferior.
5543 * server.h (STDIO_CONNECTION_NAME): New macro.
5544 (remote_connection_is_stdio): Declare.
5545
5546 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
5547 in debugging output.
5548
55492011-12-15 Yao Qi <yao@codesourcery.com>
5550
5551 * tracepoint.c: Include sys/syscall.h.
5552 (gdb_ust_thread): Remove preprocessor conditional.
5553
55542011-12-14 Pedro Alves <pedro@codesourcery.com>
5555
5556 * linux-low.c (linux_detach_one_lwp): Call
5557 the_low_target.prepare_to_resume before detaching.
5558
55592011-12-14 Yao Qi <yao@codesourcery.com>
5560
5561 * tracepoint.c (gdb_ust_thread): Don't ignore return value
5562 of write.
5563
55642011-12-14 Yao Qi <yao@codesourcery.com>
5565
5566 * i386-low.c (i386_low_stopped_data_address): Initialize local
5567 variable `control'.
5568
55692011-12-13 Pedro Alves <pedro@codesourcery.com>
5570
5571 PR remote/13492
5572
5573 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
5574 DR_CONTROL unless necessary. Extend comments.
5575 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
5576 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
5577
55782011-12-13 Yao Qi <yao@codesourcery.com>
5579
5580 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
5581 macros.
5582 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
5583
55842011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5585
5586 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
5587 Print new debug message for such case.
5588
55892011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5590
5591 Fix overlapping memcpy.
5592 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
5593 the read_inferior_memory transfer.
5594 (delete_fast_tracepoint_jump): New variable buf. Use it for the
5595 write_inferior_memory transfer.
5596 (set_fast_tracepoint_jump): New variable buf. Use it for the
5597 read_inferior_memory and write_inferior_memory transfers.
5598 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
5599 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
5600 Use it for the write_inferior_memory transfer.
5601 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
5602 buffers.
5603
56042011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5605
5606 * linux-low.c (fetch_register, store_register): Make code
5607 consistent, fix formatting.
5608
56092011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5610
5611 * linux-low.c (usr_store_inferior_registers): Factor out code
5612 to handle individual registers into...
5613 (store_register): ... this new function.
5614
56152011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5616
5617 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
5618 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
5619 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
5620 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
5621 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
5622 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
5623 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
5624 (srv_xmlfiles): Add new XML files.
5625
5626 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
5627 and <sys/uio.h>.
5628 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
5629 (init_registers_s390_linux32v1): Add prototype.
5630 (init_registers_s390_linux32v2): Likewise.
5631 (init_registers_s390_linux64v1): Likewise.
5632 (init_registers_s390_linux64v2): Likewise.
5633 (init_registers_s390x_linux64v1): Likewise.
5634 (init_registers_s390x_linux64v2): Likewise.
5635 (s390_num_regs): Increment to 52.
5636 (s390_regmap): Add orig_r2 register.
5637 (s390_num_regs_3264): Increment to 68.
5638 (s390_regmap_3264): Add orig_r2 register.
5639 (s390_collect_ptrace_register): Handle orig_r2 register.
5640 (s390_supply_ptrace_register): Likewise.
5641 (s390_fill_last_break): New function.
5642 (s390_store_last_break): Likewise.
5643 (s390_fill_system_call): New function.
5644 (s390_store_system_call): Likewise.
5645 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
5646 register sets.
5647 (s390_check_regset): New function.
5648 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
5649 NT_S390_SYSTEM_CALL regsets and use appropriate description.
5650 Update target_regsets for available register sets.
5651
56522011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5653 Jan Kratochvil <jan.kratochvil@redhat.com>
5654
5655 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
5656 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
5657 New.
5658 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
5659 * linux-low.h (struct process_info_private): New member r_debug.
5660 * server.c (handle_qxfer_libraries): Call
5661 the_target->qxfer_libraries_svr4.
5662 (handle_qxfer_libraries_svr4): New function.
5663 (qxfer_packets): New entry "libraries-svr4".
5664 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
5665 * target.h (struct target_ops): New member qxfer_libraries_svr4.
5666 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
5667 PACKET_qXfer_libraries_svr4.
5668
56692011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5670
5671 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
5672 PSW address/mask between 8-byte and 16-byte formats.
5673 (s390_supply_ptrace_register): Likewise.
5674 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
5675 basic addressing mode bit.
5676
56772011-11-24 Stan Shebs <stan@codesourcery.com>
5678
5679 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
5680
56812011-11-17 Stan Shebs <stan@codesourcery.com>
5682
5683 * tracepoint.c (struct tracepoint): New field traceframe_usage.
5684 (tracing_start_time): New global.
5685 (tracing_stop_time): New global.
5686 (tracing_user_name): New global.
5687 (tracing_notes): New global.
5688 (tracing_stop_note): New global.
5689 (cmd_qtstart): Set traceframe_usage, start_time.
5690 (stop_tracing): Set stop_time.
5691 (cmd_qtstatus): Report additional status.
5692 (cmd_qtp): New function.
5693 (handle_tracepoint_query): Call it.
5694 (cmd_qtnotes): New function.
5695 (handle_tracepoint_general_set): Call it.
5696 (get_timestamp): Rename from tsv_get_timestamp.
5697
56982011-11-14 Stan Shebs <stan@codesourcery.com>
5699 Kwok Cheung Yeung <kcy@codesourcery.com>
5700
5701 * linux-x86-low.c (small_jump_insn): New.
5702 (i386_install_fast_tracepoint_jump_pad): Add arguments for
5703 trampoline and error message, build a trampoline and issue a small
5704 jump instruction to it.
5705 (x86_install_fast_tracepoint_jump_pad): Add arguments for
5706 trampoline and error message.
5707 (x86_get_min_fast_tracepoint_insn_len): New.
5708 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
5709 * linux-low.h (struct linux_target_ops): Add arguments to
5710 install_fast_tracepoint_jump_pad operation, add new operation.
5711 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
5712 arguments.
5713 (linux_get_min_fast_tracepoint_insn_len): New function.
5714 (linux_target_op): Add new operation.
5715 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
5716 (gdb_trampoline_buffer_end): Ditto.
5717 (gdb_trampoline_buffer_error): Ditto.
5718 (struct ipa_sym_addresses): Add fields for new IPA variables.
5719 (symbol_list): Add entries for new IPA variables.
5720 (struct tracepoint): Add fields to hold the address range of the
5721 trampoline used by the tracepoint.
5722 (trampoline_buffer_head): New static variable.
5723 (trampoline_buffer_tail): Ditto.
5724 (claim_trampoline_space): New function.
5725 (have_fast_tracepoint_trampoline_buffer): New function.
5726 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
5727 structure.
5728 (install_fast_tracepoint): Ditto, also add error buffer argument.
5729 (cmd_qtminftpilen): New function.
5730 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
5731 (fast_tracepoint_from_trampoline_address): New function.
5732 (fast_tracepoint_collecting): Handle trampoline as part of jump
5733 pad space.
5734 (set_trampoline_buffer_space): New function.
5735 (initialize_tracepoint): Initialize new IPA variables.
5736 * target.h (struct target_ops): Add arguments to
5737 install_fast_tracepoint_jump_pad operation, add new
5738 get_min_fast_tracepoint_insn_len operation.
5739 (target_get_min_fast_tracepoint_insn_len): New.
5740 (install_fast_tracepoint_jump_pad): Add arguments.
5741 * server.h (IPA_BUFSIZ): Define.
5742 * linux-i386-ipa.c: Include extra header files.
5743 (initialize_fast_tracepoint_trampoline_buffer): New function.
5744 (initialize_low_tracepoint): Call it.
5745 * server.h (set_trampoline_buffer_space): Declare.
5746 (claim_trampoline_space): Ditto.
5747 (have_fast_tracepoint_trampoline_buffer): Ditto.
5748
57492011-11-14 Yao Qi <yao@codesourcery.com>
5750
5751 * server.c (handle_query): Handle InstallInTrace for qSupported.
5752 * tracepoint.c (add_tracepoint): Sort list.
5753 (install_tracepoint, download_tracepoint): New.
5754 (cmd_qtdp): Call them to install and download tracepoints.
5755 (sort_tracepoints): Removed.
5756 (cmd_qtstart): Update.
5757
57582011-11-14 Yao Qi <yao@codesourcery.com>
5759
5760 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5761 * mem-break.h: Declare.
5762 * tracepoint.c (cmd_qtstart): Move some code to ...
5763 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5764 New.
5765 (download_tracepoints): Move some code to ...
5766 (download_tracepoint_1): ... here. New.
5767
57682011-11-08 Yao Qi <yao@codesourcery.com>
5769
5770 * remote-utils.c (relocate_instruction): A comment fix.
5771
57722011-11-07 Joel Brobecker <brobecker@adacore.com>
5773
5774 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5775 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5776 dr_status_mirror and dr_control_mirror from debug_reg_state.
5777 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5778 (i386_initial_stuff): Remove use of deleted globals.
5779 (i386_get_thread_context, i386_set_thread_context,
5780 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5781 from debug_reg_state.
5782
57832011-11-05 Yao Qi <yao@codesourcery.com>
5784
5785 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5786 address as TPOINT's.
5787
57882011-11-02 Stan Shebs <stan@codesourcery.com>
5789
5790 * tracepoint.c (agent_mem_read_string): New function.
5791 (eval_agent_expr): Call it for tracenz.
5792 * server.c (handle_query): Report support for tracenz.
5793
57942011-11-02 Yao Qi <yao@codesourcery.com>
5795
5796 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5797
57982011-11-02 Yao Qi <yao@codesourcery.com>
5799
5800 * target.h: Fix a typo in comment.
5801
58022011-10-31 Pedro Alves <pedro@codesourcery.com>
5803
5804 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5805 clobber the breakpoints' shadows with fast tracepoint jumps.
5806 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5807 * target.c (write_inferior_memory): Also pass MYADDR down to
5808 check_mem_write.
5809
58102011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5811
5812 * configure.ac: Check support for personality routine.
5813 * configure: Regenerate.
5814 * config.in: Likewise.
5815 * linux-low.c: Include <sys/personality.h>.
5816 Define ADDR_NO_RANDOMIZE if necessary.
5817 (linux_create_inferior): Disable address space randomization when
5818 forking inferior, if requested.
5819 (linux_supports_disable_randomization): New function.
5820 (linux_target_ops): Install it.
5821 * server.h (disable_randomization): Declare.
5822 * server.c (disable_randomization): New global variable.
5823 (handle_general_set): Handle QDisableRandomization.
5824 (handle_query): Likewise for qSupported.
5825 (main): Support --disable-randomization and --no-disable-randomization
5826 command line arguments.
5827 * target.h (struct target_ops): Add supports_disable_randomization.
5828 (target_supports_disable_randomization): New macro.
5829
58302011-09-29 Mike Frysinger <vapier@gentoo.org>
5831
5832 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5833 ifdef check.
5834 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5835 [!PT_GETDSBT] (target_loadmap): New definition.
5836 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5837 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5838 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5839 and PT_GETDSBT to LINUX_LOADMAP.
5840 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5841 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5842
58432011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5844
5845 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5846 (arm_linux_hwbp_cap): New static variable.
5847 (arm_linux_get_hwbp_cap): Replace by ...
5848 (arm_linux_init_hwbp_cap): ... this new function.
5849 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5850 (arm_linux_get_hw_watchpoint_count): Likewise.
5851 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5852 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5853 (arm_prepare_to_resume): Use perror_with_name instead of error.
5854
58552011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5856
5857 * linux-arm-low.c: Include <signal.h>.
5858 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5859 (struct arm_linux_hwbp_cap): New data type.
5860 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
5861 (struct arm_linux_hw_breakpoint): New data type.
5862 (MAX_BPTS, MAX_WPTS): Define.
5863 (struct arch_process_info, struct arch_lwp_info): New data types.
5864 (arm_linux_get_hwbp_cap): New function.
5865 (arm_linux_get_hw_breakpoint_count): Likewise.
5866 (arm_linux_get_hw_watchpoint_count): Likewise.
5867 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5868 (arm_hwbp_control_initialize): Likewise.
5869 (arm_hwbp_control_is_enabled): Likewise.
5870 (arm_hwbp_control_is_initialized): Likewise.
5871 (arm_hwbp_control_disable): Likewise.
5872 (arm_linux_hw_breakpoint_equal): Likewise.
5873 (arm_linux_hw_point_initialize): Likewise.
5874 (struct update_registers_data): New data structure.
5875 (update_registers_callback: New function.
5876 (arm_insert_point): Likewise.
5877 (arm_remove_point): Likewise.
5878 (arm_stopped_by_watchpoint): Likewise.
5879 (arm_stopped_data_address): Likewise.
5880 (arm_new_process): Likewise.
5881 (arm_new_thread): Likewise.
5882 (arm_prepare_to_resume): Likewise.
5883 (the_low_target): Register arm_insert_point, arm_remove_point,
5884 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
5885 arm_new_thread, and arm_prepare_to_resume.
5886
58872011-09-15 Stan Shebs <stan@codesourcery.com>
5888
5889 * server.h (struct emit_ops): Add compare-goto fields.
5890 * tracepoint.c (gdb_agent_op_sizes): New table.
5891 (emit_eq_goto): New function.
5892 (emit_ne_goto): New function.
5893 (emit_lt_goto): New function.
5894 (emit_le_goto): New function.
5895 (emit_gt_goto): New function.
5896 (emit_ge_goto): New function.
5897 (is_goto_target): New function.
5898 (compile_bytecodes): Recognize special cases of compare-goto
5899 combinations and call specialized emitters for them.
5900 * linux-x86-low.c (amd64_emit_eq_goto): New function.
5901 (amd64_emit_ne_goto): New function.
5902 (amd64_emit_lt_goto): New function.
5903 (amd64_emit_le_goto): New function.
5904 (amd64_emit_gt_goto): New function.
5905 (amd64_emit_ge_goto): New function.
5906 (amd64_emit_ops): Add the new functions.
5907 (i386_emit_eq_goto): New function.
5908 (i386_emit_ne_goto): New function.
5909 (i386_emit_lt_goto): New function.
5910 (i386_emit_le_goto): New function.
5911 (i386_emit_gt_goto): New function.
5912 (i386_emit_ge_goto): New function.
5913 (i386_emit_ops): Add the new functions.
5914
59152011-09-08 Stan Shebs <stan@codesourcery.com>
5916
5917 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
5918 (i386_emit_epilogue): Restore %ebx.
5919
59202011-08-31 Jie Zhang <jzhang918@gmail.com>
5921
5922 * server.c (step_thread): Remove definition.
5923 (process_serial_event): Don't handle Hs.
5924 * server.h (step_thread): Remove declaration.
5925 * target.c (set_desired_inferior): Remove use of step_thread.
5926
59272011-08-24 Luis Machado <lgustavo@codesourcery.com>
5928
5929 * linux-low.c: Include linux-procfs.h.
5930 (linux_attach_lwp_1): Update comments.
5931 (linux_attach): Scan for existing threads when attaching to a
5932 process that is the tgid.
5933 * Makefile.in: Update dependencies.
5934
59352011-08-24 Luis Machado <lgustavo@codesourcery.com>
5936
5937 * configure.srv: Add linux-procfs.o dependencies.
5938
59392011-08-14 Yao Qi <yao@codesourcery.com>
5940
5941 * target.h (struct target_ops): Fix indent.
5942 * win32-low.c (win32_target_ops): Fix comment.
5943
59442011-08-14 Andrew Jenner <andrew@codesourcery.com>
5945 Yao Qi <yao@codesourcery.com>
5946
5947 * Makefile.in (clean): Remove tic6x-*.c files.
5948 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
5949 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
5950 (tic6x-c64xp-linux.c): Likewise.
5951 * configure.srv: Add support for tic6x-*-uclinux.
5952 * linux-tic6x-low.c: New.
5953 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
5954
59552011-08-14 Andrew Stubbs <ams@codesourcery.com>
5956 Yao Qi <yao@codesourcery.com>
5957
5958 * target.h (struct target_ops): Add read_loadmap.
5959 * linux-low.c (struct target_loadseg): New type.
5960 (struct target_loadmap): New type.
5961 (linux_read_loadmap): New function.
5962 (linux_target_ops): Add linux_read_loadmap.
5963 * server.c (handle_query): Support qXfer:fdpic:read packet.
5964 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
5965 to NULL.
5966
59672011-08-05 Eli Zaretskii <eliz@gnu.org>
5968
5969 * win32-low.c: Include <stdint.h>.
5970
59712011-07-22 Pedro Alves <pedro@codesourcery.com>
5972
5973 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
5974 to the inferior here.
5975 (i386_remove_aligned_watchpoint): Ditto.
5976 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
5977 fit part of the watchpoint in the debug registers.
5978 (i386_update_inferior_debug_regs): New.
5979 (i386_low_insert_watchpoint): Work on a local mirror of the debug
5980 registers, and only update the inferior on success.
5981 (i386_low_remove_watchpoint): Ditto.
5982
59832011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
5984
5985 * linux-low.c (compare_ints, unique, list_threads, show_process,
5986 linux_core_of_thread): Delete.
5987 (linux_target_ops): Change linux_core_of_thread to
5988 linux_common_core_of_thread.
5989 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
5990 * utils.c (malloc_failure): Change type of argument.
5991 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
5992 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
5993 common/linux-osdata.c, common/ptid.c and common/buffer.c.
5994 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
5995 (IPA_OBJS): Add common-utils-ipa.o.
5996 (ptid_h, linux_osdata_h): New macros.
5997 (server_h): Add common/common-utils.h, common/xml-utils.h,
5998 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
5999 common/ptid.h.
6000 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
6001 ptid.o, buffer.o): New rules.
6002 (linux-low.o): Add common/linux-osdata.h as a dependency.
6003 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
6004 * configure.ac: Add AC_HEADER_DIRENT check.
6005 * config.in: Regenerate.
6006 * configure: Regenerate.
6007 * remote-utils.c (xml_escape_text): Delete.
6008 (buffer_grow, buffer_free, buffer_init, buffer_finish,
6009 buffer_xml_printf): Move to common/buffer.c.
6010 * server.c (main): Remove call to initialize_inferiors.
6011 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
6012 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
6013 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
6014 internal_error, gdb_assert, gdb_assert_fail): Delete.
6015 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
6016 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
6017 common/buffer.h.
6018 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
6019 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
6020 initialize_inferiors): Delete.
6021
60222011-07-20 Pedro Alves <pedro@codesourcery.com>
6023
6024 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
6025 symbol error.
6026
60272011-05-31 Pedro Alves <pedro@codesourcery.com>
6028
6029 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
6030 assertion.
6031 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
6032
60332011-05-26 Yao Qi <yao@codesourcery.com>
6034
6035 * Makefile.in (thread-db.o): Track dependence to
6036 common/gdb_thread_db.h.
6037 * thread-db.c: include gdb_thread_db.h from right place.
6038
60392011-05-16 Adrian Cornish <gnu@bluedreamer.com>
6040
6041 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
6042 __FILE__ and __LINE__ to internal_error.
6043
60442011-05-13 Doug Evans <dje@google.com>
6045
6046 * thread-db.c (try_thread_db_load_from_sdir): New function.
6047 (try_thread_db_load_from_dir): New function.
6048 (thread_db_load_search): Handle $sdir, ignore $pdir.
6049 Remove trying of system directories if search of
6050 libthread-db-search-path fails, that is now done via $sdir.
6051
60522011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6053
6054 * server.c (handle_query): Add EnableDisableTracepoints to the list
6055 of supported features.
6056 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
6057 tracepoints.
6058 (cmd_qtenable_disable): New.
6059 (cmd_qtstart): Install tracepoints even if disabled.
6060 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
6061 receiving a QTEnable or QTDisable packet.
6062 (gdb_collect): Skip data collection if fast tracepoint is disabled.
6063 (ust_marker_to_static_tracepoint): Do not ignore disabled static
6064 tracepoints.
6065 (gdb_probe): Skip data collection if static tracepoint is disabled.
6066
60672011-05-10 Doug Evans <dje@google.com>
6068
6069 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
6070
60712011-05-04 Doug Evans <dje@google.com>
6072
6073 * linux-low.c (linux_join): Skip process lookup.
6074 * spu-low.c (spu_join): Ditto.
6075 * server.c (join_inferiors_callback): Delete.
6076 (process_serial_event): For 'D' packet (detach) call join_inferior
6077 directly.
6078
60792011-05-04 Joseph Myers <joseph@codesourcery.com>
6080
6081 * README: Don't mention xscale*-*-linux*.
6082 * configure.srv (xscale*-*-linux*): Don't handle target.
6083
60842011-04-27 Nathan Froyd <froydnj@codesourcery.com>
6085
6086 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
6087 casting pointers.
6088 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
6089 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
6090 (i386_emit_void_call_2): Likewise.
6091
60922011-04-26 Yao Qi <yao@codesourcery.com>
6093
6094 * linux-low.c: Move common macros to linux-ptrace.h.
6095 Include linux-ptrace.h.
6096 * Makefile.in (linux_ptrace_h): New.
6097 (linux-low.o): Depends on linux-ptrace.h.
6098
60992011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6100
6101 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
6102 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
6103 (remote_prepare): New function with most of the TCP code from ...
6104 (remote_open): ... here. Detect PORT here unconditionally. Move also
6105 setting transport_is_reliable.
6106 * server.c (run_once): New variable.
6107 (gdbserver_usage): Document it.
6108 (main): Set run_once for `--once'. Call remote_prepare. Exit after
6109 the first run if RUN_ONCE.
6110 * server.h (run_once, remote_prepare): New declarations.
6111
61122011-04-19 Tom Tromey <tromey@redhat.com>
6113
6114 * win32-low.c (handle_load_dll): Remove duplicate "the".
6115
61162011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6117
6118 Remove support for old Cygwin 1.5 versions.
6119 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
6120 function to avoid warning.
6121 (win32_add_one_solib): Use cygwin_conv_path function to avoid
6122 warning.
6123
61242011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6125
6126 * gdbserver/server.h (Macro _): Define it if not available.
6127
61282011-03-14 Michael Snyder <msnyder@vmware.com>
6129
6130 * hostio.c (handle_close): Remove unnecessary null test.
6131
61322011-03-10 Joel Brobecker <brobecker@adacore.com>
6133
6134 * Makefile.in (maintainer-clean realclean distclean): Remove
6135 "make ... subdir_do" command.
6136
61372011-03-10 Michael Snyder <msnyder@vmware.com>
6138
6139 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
6140
6141 * server.c (handle_v_run): Free alloced buffer on early return.
6142
61432011-03-09 Yao Qi <yao@codesourcery.com>
6144
6145 Revert:
6146 2011-03-04 Yao Qi <yao@codesourcery.com>
6147
6148 * Makefile.in: Remove GNU make feature --directory.
6149
6150 2011-03-05 Yao Qi <yao@codesourcery.com>
6151
6152 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6153 (subdir_do): New make target. Copied from gdb/Makefile.
6154 (maintainer-clean, realclean, distclean, clean): Call corresponding
6155 make targets in common/Makefile.
6156
6157 2011-02-11 Yao Qi <yao@codesourcery.com>
6158
6159 * configure.ac: Call AC_PROG_RANLIB.
6160 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6161 * configure: Regenerate.
6162
61632011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
6166
61672011-03-06 Yao Qi <yao@codesourcery.com>
6168
6169 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
6170
61712011-03-05 Yao Qi <yao@codesourcery.com>
6172
6173 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6174 (subdir_do): New make target. Copied from gdb/Makefile.
6175 (maintainer-clean, realclean, distclean, clean): Call corresponding
6176 make targets in common/Makefile.
6177
61782011-03-04 Yao Qi <yao@codesourcery.com>
6179
6180 * Makefile.in: Remove GNU make feature --directory.
6181
61822011-03-04 Michael Snyder <msnyder@vmware.com>
6183
6184 * server.c (queue_stop_reply): Call xmalloc not malloc.
6185
61862011-03-02 Michael Snyder <msnyder@vmware.com>
6187
6188 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
6189
61902011-02-28 Michael Snyder <msnyder@vmware.com>
6191
6192 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6193 (cmd_qtframe): Ditto.
6194 (cmd_qtbuffer): Ditto.
6195 (cmd_bigqtbuffer): Ditto.
6196
6197 * utils.c (decimal2str): Initialize 'width' to nine, then
6198 don't mess with it.
6199
62002011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6201
6202 * hostio.c (require_data): Free *data, not data.
6203
62042011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6205
6206 * hostio.c (require_data): Use free, not xfree.
6207
62082011-02-27 Michael Snyder <msnyder@vmware.com>
6209
6210 * server.c (handle_query): Discard unused value.
6211
6212 * hostio.c (require_data): Free malloc memory before returning
6213 error.
6214
62152011-02-26 Michael Snyder <msnyder@vmware.com>
6216
6217 * linux-low.c (list_threads): Call closedir for dirent.
6218
62192011-02-27 Michael Snyder <msnyder@vmware.com>
6220
6221 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
6222 a case statement falls through.
6223
6224 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
6225
6226 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
6227 in comparison.
6228
62292011-02-26 Michael Snyder <msnyder@vmware.com>
6230
6231 * utils.c (decimal2str): Eliminate dead code and dead param.
6232 (pulongest): Drop dead param from call to decimal2str.
6233 (plongest): Ditto.
6234
62352011-02-24 Joel Brobecker <brobecker@adacore.com>
6236
6237 Revert the following patch (not approved yet):
6238 2011-02-21 Hui Zhu <teawater@gmail.com>
6239 * tracepoint.c (tp_printf): New function.
6240 (eval_agent_expr): Handle gdb_agent_op_printf.
6241
62422011-02-21 Hui Zhu <teawater@gmail.com>
6243
6244 * tracepoint.c (tp_printf): New function.
6245 (eval_agent_expr): Handle gdb_agent_op_printf.
6246
62472011-02-18 Tom Tromey <tromey@redhat.com>
6248
6249 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
6250 (tracepoint.o): Likewise.
6251 * tracepoint.c (enum gdb_agent_op): Use ax.def.
6252 (gdb_agent_op_names): Likewise.
6253
62542011-02-18 Tom Tromey <tromey@redhat.com>
6255
6256 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
6257 gdb_agent_op_rot>: New constants.
6258 (gdb_agent_op_names): Add pick and roll.
6259 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
6260 cases.
6261
62622011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6263
6264 * aclocal.m4: Regenerated with aclocal-1.11.1.
6265
62662011-02-14 Pedro Alves <pedro@codesourcery.com>
6267
6268 * server.c (handle_qxfer_traceframe_info): New.
6269 (qxfer_packets): Register "traceframe-info".
6270 (handle_query): Report support for qXfer:traceframe-info:read+.
6271 * tracepoint.c (match_blocktype): New.
6272 (traceframe_find_block_type): Rename to ...
6273 (traceframe_walk_blocks): ... this. Add callback filter argument,
6274 and use it.
6275 (traceframe_find_block_type): New, reimplemented on top of
6276 traceframe_walk_blocks.
6277 (build_traceframe_info_xml): New.
6278 (traceframe_read_info): New.
6279 * server.h (traceframe_read_info): Declare.
6280
62812011-02-11 Yao Qi <yao@codesourcery.com>
6282
6283 * configure.ac: Call AC_PROG_RANLIB.
6284 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6285 * configure: Regenerate.
6286
62872011-02-07 Pedro Alves <pedro@codesourcery.com>
6288
6289 * server.c (gdb_read_memory): Change return semantics to allow
6290 partial transfers.
6291 (handle_search_memory_1): Adjust.
6292 (process_serial_event) <'m' packet>: Handle partial transfers.
6293 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
6294
62952011-01-28 Pedro Alves <pedro@codesourcery.com>
6296
6297 * regcache.c (init_register_cache): Initialize
6298 regcache->register_status.
6299 (free_register_cache): Release regcache->register_status.
6300 (regcache_cpy): Copy register_status.
6301 (registers_to_string): Print 'x's for unavailable registers.
6302 (supply_register): Mark the register's status valid or
6303 unavailable, depending on whether a buffer was passed in or not.
6304 (supply_register_zeroed): New.
6305 (supply_regblock): Mark the registers' status valid or
6306 unavailable, depending on whether a buffer was passed in or not.
6307 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
6308 (struct regcache): New `register_status' field.
6309 (supply_register_zeroed): Declare.
6310 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
6311 supply_register_zeroed, rather than passing a NULL buffer to
6312 supply_register.
6313 * tracepoint.c (fetch_traceframe_registers): Update comment.
6314
63152011-01-28 Pedro Alves <pedro@codesourcery.com>
6316
6317 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
6318 buffer explicit.
6319
63202011-01-25 Pedro Alves <pedro@codesourcery.com>
6321
6322 * server.h (decode_xfer_write): Change prototype.
6323 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
6324 and don't extract the annex here.
6325 * server.c (decode_xfer_read): Remove `annex' parameter,
6326 and don't extract the annex here.
6327 (decode_xfer): New.
6328 (struct qxfer): New.
6329 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
6330 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
6331 (handle_qxfer_statictrace): New functions, abstracted out from
6332 handle_query, and made to use the struct qxfer interface.
6333 (handle_threads_qxfer_proper): Rename to ...
6334 (handle_qxfer_threads_proper): ... this.
6335 (handle_threads_qxfer): Rename to ...
6336 (handle_qxfer_threads): ... this. Adjust.
6337 (qxfer_packets): New array.
6338 (handle_qxfer): New function.
6339 (handle_query): Use handle_qxfer.
6340
63412011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6342
6343 * gdbreplay.c: Shorten lines of >= 80 columns.
6344 * linux-low.c: Ditto.
6345 * linux-ppc-low.c: Ditto.
6346 * linux-s390-low.c: Ditto.
6347 * linux-sparc-low.c: Ditto.
6348 * linux-x86-low.c: Ditto.
6349 * linux-xtensa-low.c: Ditto.
6350 * mem-break.c: Ditto.
6351 * nto-low.c: Ditto.
6352 * regcache.h: Ditto.
6353 * remote-utils.c: Ditto.
6354 * server.c: Ditto.
6355 * server.h: Ditto.
6356 * thread-db.c: Ditto.
6357 * tracepoint.c: Ditto.
6358 * utils.c: Ditto.
6359 * win32-low.h: Ditto.
6360
63612011-01-05 Joel Brobecker <brobecker@adacore.com>
6362
6363 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
6364 update.
6365
63662011-01-01 Joel Brobecker <brobecker@adacore.com>
6367
6368 * server.c (gdbserver_version): Update copyright year in version
6369 output.
6370 * gdbreplay.c (gdbreplay_version): Ditto.
6371
63722010-12-29 Jie Zhang <jie.zhang@analog.com>
6373
6374 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
6375 * linux-bfin-low.c: New file.
6376 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
6377 PT_DATA_ADDR for BFIN targets.
6378 * Makefile.in (SFILES): Add linux-bfin-low.c.
6379 (clean): Remove reg-bfin.c.
6380 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
6381 * README: Mention supported Blackfin targets.
6382
63832010-12-23 Mike Frysinger <vapier@gentoo.org>
6384
6385 * .gitignore: New file.
6386
63872010-11-16 Mike Frysinger <vapier@gentoo.org>
6388
6389 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
6390
63912010-10-22 Jie Zhang <jie@codesourcery.com>
6392
6393 * Makefile.in: Add FLAGS_TO_PASS variable.
6394 (install): Remove dependency of install-only and recursively
6395 invoke make for install-only.
6396
63972010-10-04 Doug Evans <dje@google.com>
6398
6399 * Makefile.in (uninstall): Use $(DESTDIR).
6400
64012010-09-24 Pedro Alves <pedro@codesourcery.com>
6402
6403 PR gdb/11842
6404
6405 * linux-x86-low.c (compat_siginfo_from_siginfo)
6406 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
6407 si_code is < 0. Check for si_code == SI_TIMER before checking for
6408 si_code < 0.
6409
64102010-09-13 Joel Brobecker <brobecker@adacore.com>
6411
6412 * lynx-i386-low.c: New file.
6413 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
6414
64152010-09-13 Joel Brobecker <brobecker@adacore.com>
6416
6417 * lynx-low.c (ptrace_request_to_str): Remove handling for
6418 request values that have been removed in LynxOS 5.x.
6419
64202010-09-13 Joel Brobecker <brobecker@adacore.com>
6421
6422 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
6423 <ptrace.h>
6424
64252010-09-09 Nathan Sidwell <nathan@codesourcery.com>
6426
6427 * configure.ac: Add --enable-inprocess-agent option.
6428 * configure: Rebuilt.
6429
64302010-09-06 Yao Qi <yao@codesourcery.com>
6431
6432 * linux-low.c (linux_kill): Remove unused variable.
6433 (linux_stabilize_threads): Likewise.
6434 * server.c (start_inferior): Likewise.
6435 (queue_stop_reply_callback): Likewise.
6436 * tracepoint.c (do_action_at_tracepoint): Likewise.
6437
64382010-09-06 Yao Qi <yao@codesourcery.com>
6439
6440 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
6441 on return.
6442
64432010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6444
6445 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
6446
64472010-09-06 Pedro Alves <pedro@codesourcery.com>
6448
6449 * Makefile.in (install-only): Replace $IPA_DEPFILES with
6450 "$(IPA_DEPFILES)".
6451
64522010-09-01 Joel Brobecker <brobecker@adacore.com>
6453
6454 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
6455 gdbserver/lynx-ppc-low.c: New files.
6456 * Makefile.in (lynx_low_h): New variable.
6457 (lynx-low.o, lynx-ppc-low.o): New rules.
6458 * configure.ac: On LynxOS, link with -lnetinet.
6459 * configure.srv: Add handling of powerpc-*-lynxos* targets.
6460 * configure: regenerate.
6461
64622010-09-01 Joel Brobecker <brobecker@adacore.com>
6463
6464 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
6465 * configure.ac: Add check for vasprintf and vsnprintf.
6466 * configure, config.in: Regenerate.
6467 * server.h (vasprintf, vsnprintf): Add conditional declarations.
6468
64692010-09-01 Joel Brobecker <brobecker@adacore.com>
6470
6471 * gdbreplay.c: Move include of alloca.h up, next to include of
6472 malloc.h.
6473 * server.h: Add include of malloc.h.
6474 * mem-break.c: Remove include of malloc.h.
6475 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
6476
64772010-09-01 Joel Brobecker <brobecker@adacore.com>
6478
6479 * Makefile.in (memmem.o): Build with -Wno-error.
6480
64812010-09-01 Joel Brobecker <brobecker@adacore.com>
6482
6483 * utils.c (xsnprintf): Make non-static.
6484 * server.h: Add xsnprintf declaration.
6485 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
6486 replace calls to snprintf by calls to xsnprintf throughout.
6487
64882010-09-01 Joel Brobecker <brobecker@adacore.com>
6489
6490 * configure.ac: Add configure check for alloca.
6491 * configure, config.in: Regenerate.
6492 * server.h: Include alloca.h if it exists.
6493 * gdbreplay.c: Include alloca.h if it exists.
6494
64952010-08-28 Pedro Alves <pedro@codesourcery.com>
6496
6497 * linux-low.c (__SIGRTMIN): Define if not already defined.
6498 (linux_create_inferior): Check for __ANDROID__ rather than
6499 __SIGRTMIN.
6500 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
6501 are already deferred.
6502 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
6503 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
6504 stopped and already has a pending signal to report.
6505 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
6506 a pending signal to report or is moving out of a jump pad.
6507 (linux_init_signals): Check for __ANDROID__ rather than
6508 __SIGRTMIN.
6509
65102010-08-28 Pedro Alves <pedro@codesourcery.com>
6511
6512 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
6513 debug_threads check. Avoid a linear search when not doing debug
6514 output.
6515
65162010-08-27 Pedro Alves <pedro@codesourcery.com>
6517
6518 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
6519 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
6520 (struct file_handler) <fd>: Change type to gdb_fildes_t.
6521 (process_event): Change local fd's type to gdb_fildes_t.
6522 (create_file_handler): Adjust prototype.
6523 (delete_file_handler): Adjust prototype.
6524 (handle_file_event): Adjust prototype. Use pfildes.
6525 (create_file_event): Adjsut prototype.
6526 * remote-utils.c (remote_desc, listen_desc): Change type to
6527 gdb_fildes_t.
6528 * server.h: New gdb_fildes_t typedef.
6529 [USE_WIN32API]: Include winsock2.h.
6530 (delete_file_handler, add_file_handler): Adjust prototypes.
6531 (pfildes): Declare.
6532 * utils.c (pfildes): New.
6533
65342010-08-27 Pedro Alves <pedro@codesourcery.com>
6535
6536 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6537 * configure: Regenerate.
6538
65392010-08-27 Pedro Alves <pedro@codesourcery.com>
6540
6541 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
6542 (linux_done_accessing_memory): ... this.
6543 (linux_target_ops): Adjust.
6544 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
6545 * nto-low.c (nto_target_ops): Adjust comment.
6546 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
6547 * spu-low.c (spu_target_ops): Adjust comment.
6548 * target.h (target_ops): Rename unprepare_to_access_memory field
6549 to done_accessing_memory.
6550 (unprepare_to_access_memory): Rename to ...
6551 (done_accessing_memory): ... this.
6552
65532010-08-26 Pedro Alves <pedro@codesourcery.com>
6554
6555 * linux-low.c (linux_prepare_to_access_memory): New.
6556 (linux_unprepare_to_access_memory): New.
6557 (linux_target_ops): Install them.
6558 * server.c (read_memory): Rename to ...
6559 (gdb_read_memory): ... this. Use
6560 prepare_to_access_memory/prepare_to_access_memory.
6561 (write_memory): Rename to ...
6562 (gdb_write_memory): ... this. Use
6563 prepare_to_access_memory/prepare_to_access_memory.
6564 (handle_search_memory_1): Adjust.
6565 (process_serial_event): Adjust.
6566 * target.h (struct target_ops): New fields
6567 prepare_to_access_memory and unprepare_to_access_memory.
6568 (prepare_to_access_memory, unprepare_to_access_memory): New.
6569 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
6570 prepare_to_access_memory/prepare_to_access_memory.
6571 * nto-low.c (nto_target_ops): Adjust.
6572 * spu-low.c (spu_target_ops): Adjust.
6573 * win32-low.c (win32_target_ops): Adjust.
6574
65752010-08-26 Pedro Alves <pedro@codesourcery.com>
6576
6577 * Makefile.in (WARN_CFLAGS): Get it from configure.
6578 (WERROR_CFLAGS): New.
6579 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
6580 * configure.ac: Introduce --enable-werror, which adds -Werror to
6581 the compiler command line. Enabled by default. Disable with
6582 --disable-werror. Add -Wdeclaration-after-statement
6583 Wpointer-arith and -Wformat-nonliteral to warning flags.
6584 * configure: Regenerate.
6585
65862010-08-26 Pedro Alves <pedro@codesourcery.com>
6587
6588 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
6589
65902010-08-26 Pedro Alves <pedro@codesourcery.com>
6591
6592 * gdbreplay.c (remote_error): New.
6593 (gdbchar): New.
6594 (expect): Use gdbchar. Check for error reading from GDB.
6595 Clarify sync error output.
6596 (play): Check for errors writing to GDB.
6597 * linux-low.c (sigchld_handler): Really ignore `write' errors.
6598 * remote-utils.c (getpkt): Check for errors writing to the remote
6599 descriptor.
6600
66012010-08-25 Pedro Alves <pedro@codesourcery.com>
6602
6603 * linux-low.c (linux_wait_1): Move non-debugging code out of
6604 `debug_threads' control.
6605
66062010-08-25 Pedro Alves <pedro@codesourcery.com>
6607
6608 * linux-low.c (linux_wait_1): Don't set last_status here.
6609 * server.c (push_event, queue_stop_reply_callback): Assert we're
6610 not pushing a TARGET_WAITKIND_IGNORE event.
6611 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
6612 (myresume, handle_target_event): Set the thread's last_resume_kind
6613 and last_status from the target returned status.
6614
66152010-08-25 Pedro Alves <pedro@codesourcery.com>
6616
6617 PR threads/10729
6618
6619 * linux-x86-low.c (update_debug_registers_callback): New.
6620 (i386_dr_low_set_addr): Use it.
6621 (i386_dr_low_get_addr): New.
6622 (i386_dr_low_set_control): Use update_debug_registers_callback.
6623 (i386_dr_low_get_control): New.
6624 (i386_dr_low_get_status): Adjust.
6625 * linux-low.c (linux_stop_lwp): New.
6626 * linux-low.h (linux_stop_lwp): Declare.
6627
6628 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
6629 argument instead of a i386_debug_reg_state.
6630 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
6631 a i386_debug_reg_state.
6632 (i386_insert_aligned_watchpoint): Adjust.
6633 (i386_remove_aligned_watchpoint): Adjust.
6634 (i386_low_stopped_data_address): Read the debug registers from the
6635 inferior instead of from the mirrors.
6636 * i386-low.h (struct i386_debug_reg_state): Extend comment.
6637 (i386_dr_low_get_addr): Declare.
6638 (i386_dr_low_get_control): Declare.
6639 (i386_dr_low_get_status): Change prototype.
6640
6641 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
6642 (i386_dr_low_get_addr): New.
6643 (i386_dr_low_get_control): New.
6644 (i386_dr_low_get_status): Adjust prototype. Return
6645 dr_status_mirror.
6646 (i386_initial_stuff): Clear dr_status_mirror and
6647 dr_control_mirror.
6648 (i386_get_thread_context): Adjust.
6649 (i386_set_thread_context): Adjust.
6650 (i386_thread_added): Adjust.
6651
66522010-08-24 Pedro Alves <pedro@codesourcery.com>
6653
6654 * linux-low.h (linux_thread_area): Delete declaration.
6655
66562010-08-11 Thomas Schwinge <thomas@codesourcery.com>
6657
6658 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
6659 after its termination.
6660
66612010-08-09 Pedro Alves <pedro@codesourcery.com>
6662
6663 * linux-low.c (gdb_wants_lwp_stopped): Delete.
6664 (gdb_wants_all_stopped): Delete.
6665 (linux_wait_1): Don't call them.
6666 * server.c (handle_v_cont): Tag all threads as want-stopped.
6667 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
6668 stopped as "client-wants-stopped".
6669
66702010-07-31 Pedro Alves <pedro@codesourcery.com>
6671
6672 * Makefile.in (signals_h): New.
6673 (server_h): Depend on it.
6674 (server.o): Don't depend on $(signals_def).
6675 (signals.o): Depend on $(signals_def).
6676
66772010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6678
6679 * Makefile.in (signals_def): New.
6680 (server_h): Append include/gdb/signals.h and signals_def.
6681 (server.o): Append signals_def.
6682
66832010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6684
6685 * server.c (handle_target_event): Use target_signal_to_host for
6686 resume_info.sig initialization.
6687 * target.h (struct thread_resume) <sig>: New comment.
6688
66892010-07-20 Ozkan Sezer <sezeroz@gmail.com>
6690
6691 * server.c (handle_query): strcpy() the returned string from paddress()
6692 instead of sprintf().
6693 * utils.c (paddress): Return phex_nz().
6694
66952010-07-07 Joel Brobecker <brobecker@adacore.com>
6696
6697 * server.c (handle_v_cont): Call mourn_inferior if process
6698 just exited.
6699 (myresume): Likewise.
6700
67012010-07-01 Pedro Alves <pedro@codesourcery.com>
6702
6703 Static tracepoints, and integration with UST.
6704
6705 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
6706 * mem-break.c (uninsert_all_breakpoints)
6707 (reinsert_all_breakpoints): New.
6708 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
6709 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
6710 (gdb_agent_ust_loaded, helper_thread_id)
6711 (gdb_agent_helper_thread_id): New macros.
6712 (struct ipa_sym_addresses): Add addr_ust_loaded,
6713 addr_helper_thread_id, addr_cmd_buf.
6714 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
6715 (in_process_agent_loaded_ust): New.
6716 (write_e_ust_not_loaded): New.
6717 (maybe_write_ipa_ust_not_loaded): New.
6718 (struct collect_static_trace_data_action): New.
6719 (enum tracepoint_type) <static_tracepoint>: New.
6720 (struct tracepoint) <handle>: Mention static tracepoints.
6721 (struct static_tracepoint_ctx): New.
6722 (CMD_BUF_SIZE): New.
6723 (add_tracepoint_action): Handle static tracepoint actions.
6724 (unprobe_marker_at): New.
6725 (clear_installed_tracepoints): Handle static tracepoints.
6726 (cmd_qtdp): Handle static tracepoints.
6727 (probe_marker_at): New.
6728 (cmd_qtstart): Handle static tracepoints.
6729 (response_tracepoint): Handle static tracepoints.
6730 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
6731 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
6732 (get_context_regcache): Handle static tracepoints.
6733 (do_action_at_tracepoint): Handle static tracepoint actions.
6734 (traceframe_find_block_type): Handle static trace data blocks.
6735 (traceframe_read_sdata): New.
6736 (download_tracepoints): Download static tracepoint actions.
6737 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6738 (GDB_PROBE_NAME): New.
6739 (ust_ops): New.
6740 (GET_UST_SYM): New.
6741 (USTF): New.
6742 (dlsym_ust): New.
6743 (ust_marker_to_static_tracepoint): New.
6744 (gdb_probe): New.
6745 (collect_ust_data_at_tracepoint): New.
6746 (gdb_ust_probe): New.
6747 (UNIX_PATH_MAX, SOCK_DIR): New.
6748 (gdb_ust_connect_sync_socket): New.
6749 (resume_thread, stop_thread): New.
6750 (run_inferior_command): New.
6751 (init_named_socket): New.
6752 (gdb_ust_socket_init): New.
6753 (cstr_to_hexstr): New.
6754 (next_st): New.
6755 (first_marker, next_marker): New.
6756 (response_ust_marker): New.
6757 (cmd_qtfstm, cmd_qtsstm): New.
6758 (unprobe_marker_at, probe_marker_at): New.
6759 (cmd_qtstmat, gdb_ust_thread): New.
6760 (gdb_ust_init): New.
6761 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6762 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6763 (ST_REGENTRY): New.
6764 (x86_64_st_collect_regmap): New.
6765 (X86_64_NUM_ST_COLLECT_GREGS): New.
6766 (AMD64_RIP_REGNUM): New.
6767 (supply_static_tracepoint_registers): New.
6768 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6769 (ST_REGENTRY): New.
6770 (i386_st_collect_regmap): New.
6771 (i386_NUM_ST_COLLECT_GREGS): New.
6772 (supply_static_tracepoint_registers): New.
6773 * server.c (handle_query): Handle qXfer:statictrace:read.
6774 <qSupported>: Report support for StaticTracepoints, and
6775 qXfer:statictrace:read features.
6776 * server.h (traceframe_read_sdata)
6777 (supply_static_tracepoint_registers): Declare.
6778 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6779 (unpack_varlen_hex): Include in IPA build.
6780 * Makefile.in (ustlibs, ustinc): New.
6781 (IPA_OBJS): Add remote-utils-ipa.o.
6782 ($(IPA_LIB)): Link -ldl and -lpthread.
6783 (UST_CFLAGS): New.
6784 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6785 * config.in, configure: Regenerate.
6786
67872010-06-20 Ian Lance Taylor <iant@google.com>
6788 Pedro Alves <pedro@codesourcery.com>
6789
6790 * linux-x86-low.c (always_true): Delete.
6791 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6792 trying to fool the compiler with always_true.
6793
67942010-06-20 Pedro Alves <pedro@codesourcery.com>
6795
6796 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6797 conditions in gdbserver.
6798
67992010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6800
6801 * spu-low.c (spu_read_memory): Wrap around local store limit.
6802 (spu_write_memory): Likewise.
6803
68042010-06-15 Pedro Alves <pedro@codesourcery.com>
6805
6806 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6807 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6808 LONGEST uses.
6809 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6810 uses.
6811 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6812 uses with LONGEST uses.
6813
68142010-06-14 Stan Shebs <stan@codesourcery.com>
6815 Pedro Alves <pedro@codesourcery.com>
6816
6817 Bytecode compiler.
6818
6819 * linux-x86-low.c: Include limits.h.
6820 (add_insns): New.
6821 (always_true): New.
6822 (EMIT_ASM): New.
6823 (EMIT_ASM32): New.
6824 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6825 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6826 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6827 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6828 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6829 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6830 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6831 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6832 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6833 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6834 (amd64_emit_void_call_2): New.
6835 (amd64_emit_ops): New.
6836 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6837 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6838 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6839 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6840 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6841 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6842 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6843 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6844 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6845 (i386_emit_stack_adjust, i386_emit_int_call_1)
6846 (i386_emit_void_call_2): New.
6847 (i386_emit_ops): New.
6848 (x86_emit_ops): New.
6849 (the_low_target): Install x86_emit_ops.
6850 * server.h (struct emit_ops): New.
6851 (get_raw_reg_func_addr): Declare.
6852 (current_insn_ptr, emit_error): Declare.
6853 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6854 (set_trace_state_variable_value): New defines.
6855 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6856 addr_get_trace_state_variable_value and
6857 addr_set_trace_state_variable_value.
6858 (symbol_list): New fields for get_raw_reg,
6859 get_trace_state_variable_value and set_trace_state_variable_value.
6860 (condfn): New typedef.
6861 (struct tracepoint): New field `compiled_cond'.
6862 (do_action_at_tracepoint): Clear compiled_cond.
6863 (get_trace_state_variable_value, set_trace_state_variable_value):
6864 Export in the IPA.
6865 (condition_true_at_tracepoint): If there's a compiled condition,
6866 run that.
6867 (current_insn_ptr, emit_error): New globals.
6868 (struct bytecode_address): New.
6869 (get_raw_reg_func_addr): New.
6870 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
6871 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
6872 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
6873 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
6874 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
6875 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
6876 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
6877 (compile_tracepoint_condition, compile_bytecodes): New.
6878 * target.h (emit_ops): Forward declare.
6879 (struct target_ops): New field emit_ops.
6880 (target_emit_ops): New.
6881 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
6882 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
6883 * linux-low.c (linux_emit_ops): New.
6884 (linux_target_ops): Install it.
6885 * linux-low.h (struct linux_target_ops): New field emit_ops.
6886
68872010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6888
6889 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
6890 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
6891
68922010-06-01 Pedro Alves <pedro@codesourcery.com>
6893 Stan Shebs <stan@codesourcery.com>
6894
6895 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
6896 (all): Depend on $(extra_libraries).
6897 (install-only): Install the IPA.
6898 (IPA_OBJS, IPA_LIB): New.
6899 (clean): Remove the IPA lib.
6900 (IPAGENT_CFLAGS): New.
6901 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
6902 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
6903 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
6904 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
6905 * configure.ac: Check for atomic builtins support in the compiler.
6906 (IPA_DEPFILES, extra_libraries): Define.
6907 * configure.srv (ipa_obj): Add description.
6908 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
6909 (i[34567]86-*-linux*): Set ipa_obj.
6910 (x86_64-*-linux*): Set ipa_obj.
6911 * linux-low.c (stabilizing_threads): New.
6912 (supports_fast_tracepoints): New.
6913 (linux_detach): Stabilize threads before detaching.
6914 (handle_tracepoints): Handle internal tracing breakpoints. Assert
6915 the lwp is either not stabilizing, or is moving out of a jump pad.
6916 (linux_fast_tracepoint_collecting): New.
6917 (maybe_move_out_of_jump_pad): New.
6918 (enqueue_one_deferred_signal): New.
6919 (dequeue_one_deferred_signal): New.
6920 (linux_wait_for_event_1): If moving out of a jump pad, defer
6921 pending signals to later.
6922 (linux_stabilize_threads): New.
6923 (linux_wait_1): Check if threads need moving out of jump pads, and
6924 do it if so.
6925 (stuck_in_jump_pad_callback): New.
6926 (move_out_of_jump_pad_callback): New.
6927 (lwp_running): New.
6928 (linux_resume_one_lwp): Handle moving out of jump pads.
6929 (linux_set_resume_request): Dequeue deferred signals.
6930 (need_step_over_p): Also step over fast tracepoint jumps.
6931 (start_step_over): Also uninsert fast tracepoint jumps.
6932 (finish_step_over): Also reinsert fast tracepoint jumps.
6933 (linux_install_fast_tracepoint_jump): New.
6934 (linux_target_ops): Install linux_stabilize_threads and
6935 linux_install_fast_tracepoint_jump_pad.
6936 * linux-low.h (linux_target_ops) <get_thread_area,
6937 install_fast_tracepoint_jump_pad>: New fields.
6938 (struct lwp_info) <collecting_fast_tracepoint,
6939 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
6940 (linux_get_thread_area): Declare.
6941 * linux-x86-low.c (jump_insn): New.
6942 (x86_get_thread_area): New.
6943 (append_insns): New.
6944 (push_opcode): New.
6945 (amd64_install_fast_tracepoint_jump_pad): New.
6946 (i386_install_fast_tracepoint_jump_pad): New.
6947 (x86_install_fast_tracepoint_jump_pad): New.
6948 (the_low_target): Install x86_get_thread_area and
6949 x86_install_fast_tracepoint_jump_pad.
6950 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
6951 (struct fast_tracepoint_jump): New.
6952 (fast_tracepoint_jump_insn): New.
6953 (fast_tracepoint_jump_shadow): New.
6954 (find_fast_tracepoint_jump_at): New.
6955 (fast_tracepoint_jump_here): New.
6956 (delete_fast_tracepoint_jump): New.
6957 (set_fast_tracepoint_jump): New.
6958 (uninsert_fast_tracepoint_jumps_at): New.
6959 (reinsert_fast_tracepoint_jumps_at): New.
6960 (set_breakpoint_at): Use write_inferior_memory.
6961 (uninsert_raw_breakpoint): Use write_inferior_memory.
6962 (check_mem_read): Mask out fast tracepoint jumps.
6963 (check_mem_write): Mask out fast tracepoint jumps.
6964 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
6965 (set_fast_tracepoint_jump): Declare.
6966 (delete_fast_tracepoint_jump)
6967 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
6968 (reinsert_fast_tracepoint_jumps_at): Declare.
6969 * regcache.c: Don't compile many functions when building the
6970 in-process agent library.
6971 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
6972 the register buffer in the heap.
6973 (free_register_cache): If the register buffer isn't owned by the
6974 regcache, don't free it.
6975 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
6976 pre-existing register caches.
6977 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
6978 type.
6979 (convert_ascii_to_int): : Constify `from' parameter type.
6980 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
6981 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
6982 the needed buffer in-place.
6983 (relocate_instruction): New.
6984 * server.c (handle_query) <qSymbols>: If the target supports
6985 tracepoints, give it a chance of looking up symbols. Report
6986 support for fast tracepoints.
6987 (handle_status): Stabilize threads.
6988 (process_serial_event): Adjust.
6989 * server.h (struct fast_tracepoint_jump): Forward declare.
6990 (struct process_info) <fast_tracepoint_jumps>: New field.
6991 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
6992 (decode_X_packet, decode_M_packet): Adjust.
6993 (relocate_instruction): Declare.
6994 (in_process_agent_loaded): Declare.
6995 (tracepoint_look_up_symbols): Declare.
6996 (struct fast_tpoint_collect_status): Declare.
6997 (fast_tracepoint_collecting): Declare.
6998 (force_unlock_trace_buffer): Declare.
6999 (handle_tracepoint_bkpts): Declare.
7000 (initialize_low_tracepoint)
7001 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
7002 * target.h (struct target_ops) <stabilize_threads,
7003 install_fast_tracepoint_jump_pad>: New fields.
7004 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
7005 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
7006 [HAVE_STDINT_H]: Include stdint.h.
7007 (trace_debug_1): Rename to ...
7008 (trace_vdebug): ... this.
7009 (trace_debug): Rename to ...
7010 (trace_debug_1): ... this. Add `level' parameter.
7011 (trace_debug): New.
7012 (ATTR_USED, ATTR_NOINLINE): New.
7013 (IP_AGENT_EXPORT): New.
7014 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
7015 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
7016 (about_to_request_buffer_space, trace_buffer_is_full)
7017 (stopping_tracepoint, expr_eval_result, error_tracepoint)
7018 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
7019 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
7020 (traceframe_write_count, traceframes_created)
7021 (trace_state_variables)
7022 New renaming defines.
7023 (struct ipa_sym_addresses): New.
7024 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
7025 (symbol_list): New.
7026 (ipa_sym_addrs): New.
7027 (all_tracepoint_symbols_looked_up): New.
7028 (in_process_agent_loaded): New.
7029 (write_e_ipa_not_loaded): New.
7030 (maybe_write_ipa_not_loaded): New.
7031 (tracepoint_look_up_symbols): New.
7032 (debug_threads) [IN_PROCESS_AGENT]: New.
7033 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
7034 (UNKNOWN_SIDE_EFFECTS): New.
7035 (stop_tracing): New.
7036 (flush_trace_buffer): New.
7037 (stop_tracing_bkpt): New.
7038 (flush_trace_buffer_bkpt): New.
7039 (read_inferior_integer): New.
7040 (read_inferior_uinteger): New.
7041 (read_inferior_data_pointer): New.
7042 (write_inferior_data_pointer): New.
7043 (write_inferior_integer): New.
7044 (write_inferior_uinteger): New.
7045 (struct collect_static_trace_data_action): Delete.
7046 (enum tracepoint_type): New.
7047 (struct tracepoint) <type>: New field `type'.
7048 <actions_str, step_actions, step_actions_str>: Only include in
7049 GDBserver.
7050 <orig_size, obj_addr_on_target, adjusted_insn_addr>
7051 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
7052 (tracepoints): Use IP_AGENT_EXPORT.
7053 (last_tracepoint): Don't include in the IPA.
7054 (stopping_tracepoint): Use IP_AGENT_EXPORT.
7055 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
7056 (alloced_trace_state_variables): New.
7057 (trace_state_variables): Use IP_AGENT_EXPORT.
7058 (traceframe_t): Delete unused variable.
7059 (circular_trace_buffer): Don't include in the IPA.
7060 (trace_buffer_start): Delete.
7061 (struct trace_buffer_control): New.
7062 (trace_buffer_free): Delete.
7063 (struct ipa_trace_buffer_control): New.
7064 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
7065 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
7066 New.
7067 (trace_buffer_ctrl): New.
7068 (TRACE_BUFFER_CTRL_CURR): New.
7069 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
7070 Reimplement as macros.
7071 (trace_buffer_wrap): Delete.
7072 (traceframe_write_count, traceframe_read_count)
7073 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
7074 (struct tracepoint_hit_ctx) <type>: New field.
7075 (struct fast_tracepoint_ctx): New.
7076 (memory_barrier): New.
7077 (cmpxchg): New.
7078 (record_tracepoint_error): Update atomically in the IPA.
7079 (clear_inferior_trace_buffer): New.
7080 (about_to_request_buffer_space): New.
7081 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
7082 updating the same buffer.
7083 (add_tracepoint): Default the tracepoint's type to trap
7084 tracepoint, and orig_size to -1.
7085 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
7086 internal variables.
7087 (create_trace_state_variable): New parameter `gdb'. Handle it.
7088 (clear_installed_tracepoints): Clear fast tracepoint jumps.
7089 (cmd_qtdp): Handle fast tracepoints.
7090 (cmd_qtdv): Adjust.
7091 (max_jump_pad_size): New.
7092 (gdb_jump_pad_head): New.
7093 (get_jump_space_head): New.
7094 (claim_jump_space): New.
7095 (sort_tracepoints): New.
7096 (MAX_JUMP_SIZE): New.
7097 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
7098 IPA.
7099 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
7100 support. Upload fast traceframes, and delete internal IPA
7101 breakpoints.
7102 (stop_tracing_handler): New.
7103 (flush_trace_buffer_handler): New.
7104 (cmd_qtstop): Upload fast tracepoints.
7105 (response_tracepoint): Handle fast tracepoints.
7106 (tracepoint_finished_step): Upload fast traceframes. Set the
7107 tracepoint hit context's tracepoint type.
7108 (handle_tracepoint_bkpts): New.
7109 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
7110 type. Add comment about fast tracepoints.
7111 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
7112 non-existing action_str field.
7113 (get_context_regcache): Handle fast tracepoints.
7114 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
7115 to the regcache.
7116 (fast_tracepoint_from_jump_pad_address): New.
7117 (fast_tracepoint_from_ipa_tpoint_address): New.
7118 (collecting_t): New.
7119 (force_unlock_trace_buffer): New.
7120 (fast_tracepoint_collecting): New.
7121 (collecting): New.
7122 (gdb_collect): New.
7123 (write_inferior_data_ptr): New.
7124 (target_tp_heap): New.
7125 (target_malloc): New.
7126 (download_agent_expr): New.
7127 (UALIGN): New.
7128 (download_tracepoints): New.
7129 (download_trace_state_variables): New.
7130 (upload_fast_traceframes): New.
7131 (IPA_FIRST_TRACEFRAME): New.
7132 (IPA_NEXT_TRACEFRAME_1): New.
7133 (IPA_NEXT_TRACEFRAME): New.
7134 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
7135 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
7136 (gdb_jump_pad_buffer_end): New.
7137 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
7138 (initialize_tracepoint): Adjust.
7139 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
7140 buffer. Initialize the low module.
7141 * utils.c (PREFIX, TOOLNAME): New.
7142 (malloc_failure): Use PREFIX.
7143 (error): In the IPA, an error causes an exit.
7144 (fatal, warning): Use PREFIX.
7145 (internal_error): Use TOOLNAME.
7146 (NUMCELLS): Increase to 10.
7147 * configure, config.in: Regenerate.
7148
71492010-06-01 Pedro Alves <pedro@codesourcery.com>
7150
7151 * server.c (handle_query) <qSupported>: Do two passes over the
7152 qSupported string to avoid nesting strtok.
7153
71542010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
7157 (CDEPS): New.
7158 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
7159 -Wl,--dynamic-list.
7160 * configure: Regenerate.
7161 * proc-service.list: New.
7162
71632010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
7166 New comment.
7167
71682010-05-26 Ozkan Sezer <sezeroz@gmail.com>
7169
7170 * gdbreplay.c (remote_open): Check error return from socket() call by
7171 its equality to -1 not by it being negative.
7172 * remote-utils.c (remote_open): Likewise.
7173
71742010-05-23 Pedro Alves <pedro@codesourcery.com>
7175
7176 * config.h: Regenerate.
7177
71782010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7179
7180 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
7181 doesn't provide PTRACE_GET_THREAD_AREA.
7182
71832010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7184
7185 * linux-m68k-low.c: Include <asm/ptrace.h>
7186 (ps_get_thread_area): Implement.
7187
71882010-05-03 Doug Evans <dje@google.com>
7189
7190 * event-loop.c (struct callback_event): New struct.
7191 (callback_list): New global.
7192 (append_callback_event, delete_callback_event): New functions.
7193 (process_callback): New function.
7194 (start_event_loop): Call it.
7195 * remote-utils.c (NOT_SCHEDULED): Define.
7196 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
7197 moved out of readchar.
7198 (readchar): Rewrite. Call reschedule before returning.
7199 (reset_readchar): New function.
7200 (remote_close): Call it.
7201 (process_remaining, reschedule): New functions.
7202 * server.h (callback_handler_func): New typedef.
7203 (append_callback_event, delete_callback_event): Declare.
7204
72052010-05-03 Pedro Alves <pedro@codesourcery.com>
7206
7207 * proc-service.c (ps_pglobal_lookup): Use
7208 thread_db_look_up_one_symbol.
7209 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
7210 parameter. Use it instead of all_symbols_looked_up.
7211 * server.h (struct process_info) <all_symbols_looked_up>: Delete
7212 field.
7213 (all_symbols_looked_up): Don't declare.
7214 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
7215 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
7216 field.
7217 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
7218 Set all_symbols_looked_up here.
7219 (thread_db_look_up_one_symbol): New.
7220 (thread_db_get_tls_address): Adjust.
7221 (thread_db_load_search, try_thread_db_load_1): Always allocate the
7222 thread_db object on the heap, and tentatively set it in the
7223 process structure.
7224 (thread_db_init): Don't set all_symbols_looked_up here.
7225 * linux-low.h (thread_db_look_up_one_symbol): Declare.
7226
72272010-05-03 Pedro Alves <pedro@codesourcery.com>
7228
7229 * linux-low.c (linux_kill, linux_detach): Adjust.
7230 (status_pending_p_callback): Remove redundant statement. Check
7231 for !TARGET_WAITIKIND_IGNORE, instead of
7232 TARGET_WAITKIND_STOPPED.
7233 (handle_tracepoints): Make sure LWP is locked. Adjust.
7234 (linux_wait_for_event_1): Adjust.
7235 (linux_cancel_breakpoints): New.
7236 (unsuspend_one_lwp): New.
7237 (unsuspend_all_lwps): New.
7238 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
7239 (send_sigstop_callback): Change return type to int, add new
7240 `except' parameter and handle it.
7241 (suspend_and_send_sigstop_callback): New.
7242 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
7243 pass them down. If SUSPEND, also increment the lwp's suspend
7244 count.
7245 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
7246 (need_step_over_p): Don't consider suspended LWPs.
7247 (start_step_over): Adjust.
7248 (proceed_one_lwp): Change return type to int, add new `except'
7249 parameter and handle it.
7250 (unsuspend_and_proceed_one_lwp): New.
7251 (proceed_all_lwps): Use find_inferior instead of
7252 for_each_inferior.
7253 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
7254 also decrement the suspend count of LWPs. Pass `except' down,
7255 instead of hacking its suspend count.
7256 (linux_pause_all): Add `freeze' parameter. Adjust.
7257 (linux_unpause_all): New.
7258 (linux_target_ops): Install linux_unpause_all.
7259 * server.c (handle_status): Adjust.
7260 * target.h (struct target_ops): New fields `unpause_all' and
7261 `cancel_breakpoints'. Add new parameter to `pause_all'.
7262 (pause_all): Add new `freeze' parameter.
7263 (unpause_all): New.
7264 (cancel_breakpoints): New.
7265 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
7266 cancel breakpoints.
7267 (cmd_qtstart): Pause threads.
7268 (stop_tracing): Pause threads, and cancel breakpoints.
7269 * win32-low.c (win32_target_ops): Adjust.
7270
72712010-05-03 Pedro Alves <pedro@codesourcery.com>
7272
7273 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
7274 the inferior right away from here...
7275 (linux_wait_1): ... to here, and adjust to check the thread's
7276 last_resume_kind instead of the lwp's step or stop_expected flags.
7277
72782010-05-02 Pedro Alves <pedro@codesourcery.com>
7279
7280 * README: Use consistent `GDB' and `GDBserver' spellings.
7281
72822010-05-02 Pedro Alves <pedro@codesourcery.com>
7283
7284 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
7285 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
7286 (linux_detach_one_lwp): Assume the lwp is stopped.
7287 (any_thread_of): Delete.
7288 (linux_detach): Stop all lwps here. Don't blindly delete all
7289 breakpoints.
7290 (delete_lwp_callback): New.
7291 (linux_mourn): Delete all lwps of the process that is gone.
7292 (linux_wait_1): Don't delete the last lwp of the process here.
7293 * mem-break.h (mark_breakpoints_out): Declare.
7294 * mem-break.c (mark_breakpoints_out): New.
7295 (free_all_breakpoints): Use it.
7296 * server.c (handle_target_event): If the process is gone, mark
7297 breakpoints out.
7298 * thread-db.c (struct thread_db) <create_bp>: New field.
7299 (thread_db_enable_reporting): Fix prototype. Store a thread event
7300 breakpoint reference in the thread_db struct.
7301 (thread_db_load_search): Clear the thread_db object.
7302 (try_thread_db_load_1): Ditto.
7303 (switch_to_process): New.
7304 (disable_thread_event_reporting): Use it.
7305 (remove_thread_event_breakpoints): New.
7306 (thread_db_detach, thread_db_mourn): Use it.
7307
73082010-05-01 Pedro Alves <pedro@codesourcery.com>
7309
7310 * linux-low.c (linux_enable_event_reporting): New.
7311 (linux_wait_for_event_1, handle_extended_wait): Use it.
7312
73132010-04-30 Pedro Alves <pedro@codesourcery.com>
7314
7315 * linux-low.c (linux_kill_one_lwp, linux_kill)
7316 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
7317 (send_sigstop): Take an lwp_info as parameter instead. Queue a
7318 SIGSTOP even if the LWP is stopped.
7319 (send_sigstop_callback): New.
7320 (stop_all_lwps): Use send_sigstop_callback instead.
7321 (linux_resume_one_thread): Adjust.
7322 (proceed_one_lwp): Still proceed an LWP that the client has
7323 requested to stop, if we haven't reported it as stopped yet. Make
7324 sure that LWPs the client want stopped, have a pending SIGSTOP.
7325
73262010-04-26 Doug Evans <dje@google.com>
7327
7328 * server.c (handle_general_set): Make static.
7329
7330 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
7331 Print received char after testing for error/eof instead of before.
7332 (input_interrupt): Tweak comment.
7333
73342010-04-23 Doug Evans <dje@google.com>
7335
7336 * server.c (start_inferior): Print inferior argv if --debug.
7337
73382010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
7339
7340 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
7341 * nto-x86-low.c: Include server.h
7342
73432010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
7344
7345 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
7346 be consistent with other sources of this directory.
7347 (init_registers_amd64): Correct name of source file of this function
7348 in the comment.
7349
73502010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7351
7352 * configure.srv (x86_64-*-mingw*): New configuration for Windows
7353 64-bit executables.
7354
73552010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7356
7357 * win32-i386-low.c: Add 64-bit support.
7358 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
7359 (init_registers_amd64): Declare.
7360 (mappings): Add 64-bit version of array.
7361 (init_windows_x86): New function.
7362 (the_low_target): Change init_arch field to init_windows_x86.
7363
73642010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7365
7366 * win32-low.c: Adapt to support also 64-bit architecture.
7367 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
7368 (get_image_name): Use SIZE_T type for local variable `done'.
7369 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
7370 (toolhelp_get_dll_name): Idem.
7371 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
7372 Use uintptr_t typecast to avoid warning.
7373 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
7374 (handle_exception): Use phex_nz to avoid warning.
7375 (win32_wait): Remove unused local variable `process'.
7376
73772010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7378
7379 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
7380 `amd64-avx.o'.
7381
73822010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
7383
7384 * configure.ac: Use `ws2_32' library for srv_mingw.
7385 * configure: Regenerate.
7386 * gdbreplay.c: Include winsock2.h instead of winsock.h.
7387 * remote-utils.c: Likewise.
7388
73892010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7390
7391 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
7392 if __x86_64__ is defined.
7393
73942010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7395
7396 * configure: Regenerate.
7397
73982010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7399
7400 * server.c (handle_query): Handle 'qGetTIBAddr' query.
7401 * target.h (target_ops): New get_tib_address field.
7402 * win32-low.h (win32_thread_info): Add thread_local_base field.
7403 * win32-low.c (child_add_thread): Add tlb argument.
7404 Set thread_local_base field to TLB.
7405 (get_child_debug_event): Adapt to child_add_thread change.
7406 (win32_get_tib_address): New function.
7407 (win32_target_ops): Set get_tib_address field to
7408 win32_get_tib_address.
7409 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
7410
74112010-04-12 Pedro Alves <pedro@codesourcery.com>
7412
7413 * linux-low.c (linux_mourn): Also remove the process.
7414 * server.c (handle_target_event): Don't remove the process here.
7415 * nto-low.c (nto_mourn): New.
7416 (nto_target_ops): Install it.
7417 * spu-low.c (spu_mourn): New.
7418 (spu_target_ops): Install it.
7419 * win32-low.c (win32_mourn): New.
7420 (win32_target_ops): Install it.
7421
74222010-04-12 Pedro Alves <pedro@codesourcery.com>
7423
7424 * server.h (buffer_xml_printf): Remove redundant `;'.
7425
74262010-04-12 Pedro Alves <pedro@codesourcery.com>
7427
7428 * regcache.c (set_register_cache): Invalidate regcaches before
7429 changing the register cache layout.
7430 (regcache_invalidate_one): Allow a NULL regcache.
7431 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
7432 regcaches before changing the register cache layout or the target
7433 regsets.
7434
74352010-04-12 H.J. Lu <hongjiu.lu@intel.com>
7436
7437 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
7438 variable warning on Linux/x86-64.
7439
74402010-04-11 Pedro Alves <pedro@codesourcery.com>
7441
7442 GDBserver disconnected tracing support.
7443
7444 * linux-low.c (linux_remove_process): Delete.
7445 (add_lwp): Don't set last_resume_kind here.
7446 (linux_kill): Use `mourn'.
7447 (linux_detach): Use `thread_db_detach', and `mourn'.
7448 (linux_mourn): New.
7449 (linux_attach_lwp_1): Adjust comment.
7450 (linux_attach): last_resume_kind moved the thread_info; adjust.
7451 (status_pending_p_callback): Adjust.
7452 (linux_wait_for_event_1): Adjust.
7453 (count_events_callback, select_singlestep_lwp_callback)
7454 (select_event_lwp_callback, cancel_breakpoints_callback)
7455 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
7456 (proceed_one_lwp): Adjust.
7457 (linux_async): Add debug output.
7458 (linux_thread_stopped): New.
7459 (linux_pause_all): New.
7460 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
7461 linux_pause_all.
7462 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
7463 (thread_db_free): Delete declaration.
7464 (thread_db_detach, thread_db_mourn): Declare.
7465 * thread-db.c (thread_db_init): Use thread_db_mourn.
7466 (thread_db_free): Delete, split in two.
7467 (disable_thread_event_reporting): New.
7468 (thread_db_detach): New.
7469 (thread_db_mourn): New.
7470
7471 * server.h (struct thread_info) <last_resume_kind>: New field.
7472 <attached>: Add comment.
7473 <gdb_detached>: New field.
7474 (handler_func): Change return type to int.
7475 (handle_serial_event, handle_target_event): Ditto.
7476 (gdb_connected): Declare.
7477 (tracing): Delete.
7478 (disconnected_tracing): Declare.
7479 (stop_tracing): Declare.
7480
7481 * server.c (handle_query) <qSupported>: Report support for
7482 disconnected tracing.
7483 (queue_stop_reply_callback): Account for running threads.
7484 (gdb_wants_thread_stopped): New.
7485 (gdb_wants_all_threads_stopped): New.
7486 (gdb_reattached_process): New.
7487 (handle_status): Clear the `gdb_detached' flag of all processes.
7488 In all-stop, stop all threads.
7489 (main): Be sure to leave tfind mode. Handle disconnected tracing.
7490 (process_serial_event): If the remote connection breaks, or if an
7491 exit was forced with "monitor exit", force an event loop exit.
7492 Handle disconnected tracing on detach.
7493 (handle_serial_event): Adjust.
7494 (handle_target_event): If GDB isn't connected, forward events back
7495 to the inferior, unless the last process exited, in which case,
7496 exit gdbserver. Adjust interface.
7497
7498 * remote-utils.c (remote_open): Don't block in accept. Instead
7499 register an event loop source on the listen socket file
7500 descriptor. Refactor bits into ...
7501 (listen_desc): ... this new global.
7502 (gdb_connected): ... this new function.
7503 (enable_async_notification): ... this new function.
7504 (handle_accept_event): ... this new function.
7505 (remote_close): Clear remote_desc.
7506
7507 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
7508
7509 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
7510 New fields.
7511 (mourn_inferior): Define.
7512 (target_process_qsupported): Avoid the dangling else problem.
7513 (thread_stopped): Define.
7514 (pause_all): Define.
7515 (target_waitstatus_to_string): Declare.
7516 * target.c (target_waitstatus_to_string): New.
7517
7518 * tracepoint.c (tracing): Make extern.
7519 (disconnected_tracing): New.
7520 (stop_tracing): Make extern. Handle tracing stops due to GDB
7521 disconnecting.
7522 (cmd_qtdisconnected): New.
7523 (cmd_qtstatus): Report disconnected tracing status in trace reply.
7524 (handle_tracepoint_general_set): Handle QTDisconnected.
7525
7526 * event-loop.c (event_handler_func): Change return type to int.
7527 (process_event): Bail out if the event handler wants the event
7528 loop to stop.
7529 (handle_file_event): Ditto.
7530 (start_event_loop): Bail out if the event handler wants the event
7531 loop to stop.
7532
7533 * nto-low.c (nto_target_ops): Adjust.
7534 * spu-low.c (spu_wait): Don't remove the process here.
7535 (spu_target_ops): Adjust.
7536 * win32-low.c (win32_wait): Don't remove the process here.
7537 (win32_target_ops): Adjust.
7538
75392010-04-11 Pedro Alves <pedro@codesourcery.com>
7540
7541 * regcache.c (realloc_register_cache): Invalidate inferior's
7542 regcache before recreating it.
7543
75442010-04-09 Pedro Alves <pedro@codesourcery.com>
7545
7546 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
7547
75482010-04-09 Stan Shebs <stan@codesourcery.com>
7549 Pedro Alves <pedro@codesourcery.com>
7550
7551 * server.h (LONGEST): New.
7552 (struct thread_info) <while_stepping>: New field.
7553 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
7554 Declare.
7555 (initialize_tracepoint, handle_tracepoint_general_set)
7556 (handle_tracepoint_query, tracepoint_finished_step)
7557 (tracepoint_was_hit, release_while_stepping_state_list):
7558 (current_traceframe): Declare.
7559 * server.c (handle_general_set): Handle tracepoint packets.
7560 (read_memory): New.
7561 (write_memory): New.
7562 (handle_search_memory_1): Use read_memory.
7563 (handle_query): Report support for conditional tracepoints, trace
7564 state variables, and tracepoint sources. Handle tracepoint
7565 queries.
7566 (main): Initialize the tracepoints module.
7567 (process_serial_event): Handle traceframe reads/writes.
7568
7569 * linux-low.c (handle_tracepoints): New.
7570 (linux_wait_1): Call it.
7571 (linux_resume_one_lwp): Handle while-stepping.
7572 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
7573 (linux_target_ops): Install them.
7574 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
7575 New field.
7576 * linux-x86-low.c (x86_supports_tracepoints): New.
7577 (the_low_target). Install it.
7578
7579 * mem-break.h (delete_breakpoint): Declare.
7580 * mem-break.c (delete_breakpoint): Make external.
7581
7582 * target.h (struct target_ops): Add `supports_tracepoints',
7583 `read_pc', and `write_pc' fields.
7584 (target_supports_tracepoints): Define.
7585 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
7586 (phex_nz): New.
7587
7588 * regcache.h (struct regcache) <registers_owned>: New field.
7589 (init_register_cache, regcache_cpy): Declare.
7590 (regcache_read_pc, regcache_write_pc): Declare.
7591 (register_cache_size): Declare.
7592 (supply_regblock): Declare.
7593 * regcache.c (init_register_cache): New.
7594 (new_register_cache): Use it.
7595 (regcache_cpy): New.
7596 (register_cache_size): New.
7597 (supply_regblock): New.
7598 (regcache_read_pc, regcache_write_pc): New.
7599
7600 * tracepoint.c: New.
7601
7602 * Makefile.in (OBS): Add tracepoint.o.
7603 (tracepoint.o): New rule.
7604
76052010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7606
7607 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
7608 (i386-mmx.o): New.
7609 (i386-mmx.c): Likewise.
7610 (i386-mmx-linux.o): Likewise.
7611 (i386-mmx-linux.c): Likewise.
7612
7613 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
7614 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
7615 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
7616 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
7617
7618 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
7619 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
7620 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
7621
76222010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7623
7624 * Makefile.in (clean): Updated.
7625 (i386-avx.o): New.
7626 (i386-avx.c): Likewise.
7627 (i386-avx-linux.o): Likewise.
7628 (i386-avx-linux.c): Likewise.
7629 (amd64-avx.o): Likewise.
7630 (amd64-avx.c): Likewise.
7631 (amd64-avx-linux.o): Likewise.
7632 (amd64-avx-linux.c): Likewise.
7633
7634 * configure.srv (srv_i386_regobj): Add i386-avx.o.
7635 (srv_i386_linux_regobj): Add i386-avx-linux.o.
7636 (srv_amd64_regobj): Add amd64-avx.o.
7637 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
7638 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
7639 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
7640 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
7641 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
7642 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
7643 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
7644
7645 * i387-fp.c: Include "i386-xstate.h".
7646 (i387_xsave): New.
7647 (i387_cache_to_xsave): Likewise.
7648 (i387_xsave_to_cache): Likewise.
7649 (x86_xcr0): Likewise.
7650
7651 * i387-fp.h (i387_cache_to_xsave): Likewise.
7652 (i387_xsave_to_cache): Likewise.
7653 (x86_xcr0): Likewise.
7654
7655 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
7656 * linux-crisv32-low.c (target_regsets): Likewise.
7657 * linux-m68k-low.c (target_regsets): Likewise.
7658 * linux-mips-low.c (target_regsets): Likewise.
7659 * linux-ppc-low.c (target_regsets): Likewise.
7660 * linux-s390-low.c (target_regsets): Likewise.
7661 * linux-sh-low.c (target_regsets): Likewise.
7662 * linux-sparc-low.c (target_regsets): Likewise.
7663 * linux-xtensa-low.c (target_regsets): Likewise.
7664
7665 * linux-low.c: Include <sys/uio.h>.
7666 (regsets_fetch_inferior_registers): Support nt_type.
7667 (regsets_store_inferior_registers): Likewise.
7668 (linux_process_qsupported): New.
7669 (linux_target_ops): Add linux_process_qsupported.
7670
7671 * linux-low.h (regset_info): Add nt_type.
7672 (linux_target_ops): Add process_qsupported.
7673
7674 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
7675 and <sys/uio.h>.
7676 (init_registers_i386_avx_linux): New.
7677 (init_registers_amd64_avx_linux): Likewise.
7678 (xmltarget_i386_linux_no_xml): Likewise.
7679 (xmltarget_amd64_linux_no_xml): Likewise.
7680 (PTRACE_GETREGSET): Likewise.
7681 (PTRACE_SETREGSET): Likewise.
7682 (x86_fill_xstateregset): Likewise.
7683 (x86_store_xstateregset): Likewise.
7684 (use_xml): Likewise.
7685 (x86_linux_update_xmltarget): Likewise.
7686 (x86_linux_process_qsupported): Likewise.
7687 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
7688 (x86_arch_setup): Don't call init_registers_amd64_linux nor
7689 init_registers_i386_linux here. Call
7690 x86_linux_update_xmltarget.
7691 (the_low_target): Add x86_linux_process_qsupported.
7692
7693 * server.c (handle_query): Call target_process_qsupported.
7694
7695 * target.h (target_ops): Add process_qsupported.
7696 (target_process_qsupported): New.
7697
76982010-04-03 Pedro Alves <pedro@codesourcery.com>
7699
7700 * inferiors.c (add_thread): Set last_status kind to
7701 TARGET_WAITKIND_IGNORE.
7702 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
7703 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
7704 (linux_wait_1): Move `thread' local definition to block that uses
7705 it. Don't NULL initialize `event_child'.
7706 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
7707 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
7708 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
7709
77102010-04-01 Pedro Alves <pedro@codesourcery.com>
7711
7712 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
7713 an extended waitstatus, or by a watchpoint.
7714 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
7715 thread was stepping or has been stopped by a watchpoint.
7716
77172010-04-01 Pedro Alves <pedro@codesourcery.com>
7718
7719 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
7720 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
7721 of another, then delete the previous, and validate all
7722 breakpoints.
7723 (validate_inserted_breakpoint): New.
7724 (delete_disabled_breakpoints): New.
7725 (validate_breakpoints): New.
7726 (check_mem_read): Validate breakpoints before trusting their
7727 shadow. Delete disabled breakpoints.
7728 (check_mem_write): Validate breakpoints before trusting they
7729 should be inserted. Delete disabled breakpoints.
7730 * mem-break.h (validate_breakpoints):
7731 * server.c (handle_query): Validate breakpoints when we see a
7732 qSymbol query.
7733
77342010-04-01 Pedro Alves <pedro@codesourcery.com>
7735
7736 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7737 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7738 if we could tell there's a GDB breakpoint at stop_pc.
7739 (need_step_over_p): Don't do a step over if we find a GDB
7740 breakpoint at the resume PC.
7741
7742 * mem-break.c (struct raw_breakpoint): New.
7743 (enum bkpt_type): New type `gdb_breakpoint'.
7744 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7745 fields. New field `raw'.
7746 (find_raw_breakpoint_at): New.
7747 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7748 breakpoint instead.
7749 (set_breakpoint_at): Adjust.
7750 (delete_raw_breakpoint): New.
7751 (release_breakpoint): New.
7752 (delete_breakpoint): Rename to...
7753 (delete_breakpoint_1): ... this. Add proc parameter. Use
7754 release_breakpoint. Return ENOENT.
7755 (delete_breakpoint): Reimplement.
7756 (find_breakpoint_at): Delete.
7757 (find_gdb_breakpoint_at): New.
7758 (delete_breakpoint_at): Delete.
7759 (set_gdb_breakpoint_at): New.
7760 (delete_gdb_breakpoint_at): New.
7761 (gdb_breakpoint_here): New.
7762 (set_reinsert_breakpoint): Use release_breakpoint.
7763 (uninsert_breakpoint): Rename to ...
7764 (uninsert_raw_breakpoint): ... this.
7765 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7766 (reinsert_raw_breakpoint): Change parameter type to
7767 raw_breakpoint.
7768 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7769 instead.
7770 (check_breakpoints): Adjust. Use release_breakpoint.
7771 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7772 (breakpoint_inserted_here): Ditto.
7773 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7774 Don't trust the breakpoint's shadow if it is not inserted.
7775 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7776 (delete_all_breakpoints): Adjust.
7777 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7778 use delete_breakpoint_1.
7779
7780 * mem-break.h (breakpoints_supported): Delete declaration.
7781 (set_gdb_breakpoint_at): Declare.
7782 (gdb_breakpoint_here): Declare.
7783 (delete_breakpoint_at): Delete.
7784 (delete_gdb_breakpoint_at): Declare.
7785
7786 * server.h (struct raw_breakpoint): Forward declare.
7787 (struct process_info): New field `raw_breakpoints'.
7788
7789 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7790 breakpoints.
7791
77922010-03-24 Pedro Alves <pedro@codesourcery.com>
7793
7794 * linux-low.c (status_pending_p_callback): Fix comment.
7795 (linux_wait_for_event_1): Move most of the internal breakpoint
7796 handling from here...
7797 (linux_wait_1): ... to here.
7798 (count_events_callback): New.
7799 (select_singlestep_lwp_callback): New.
7800 (select_event_lwp_callback): New.
7801 (cancel_breakpoints_callback): New.
7802 (select_event_lwp): New.
7803 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7804 priority to all LWPs that have had events that should be reported
7805 to the client. Cancel breakpoints when about to reporting the
7806 event to the client, not while stopping lwps. No longer cancel
7807 finished single-steps here.
7808 (cancel_finished_single_step): Delete.
7809 (cancel_finished_single_steps): Delete.
7810
78112010-03-24 Pedro Alves <pedro@codesourcery.com>
7812
7813 * mem-break.c (enum bkpt_type): New.
7814 (struct breakpoint): New field `type'.
7815 (set_breakpoint_at): Change return type to struct breakpoint
7816 pointer. Set type to `other_breakpoint' by default.
7817 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7818 in the breakpoint list.
7819 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7820 (reinsert_breakpoint): Rename to ...
7821 (reinsert_raw_breakpoint): ... this.
7822 (reinsert_breakpoints_at): Adjust.
7823 * mem-break.h (struct breakpoint): Declare.
7824 (set_breakpoint_at): Change return type to struct breakpoint
7825 pointer.
7826
78272010-03-24 Pedro Alves <pedro@codesourcery.com>
7828
7829 * server.c (handle_query): Assign, not compare.
7830
78312010-03-24 Pedro Alves <pedro@codesourcery.com>
7832
7833 Teach linux gdbserver to step-over-breakpoints.
7834
7835 * linux-low.c (can_hardware_single_step): New.
7836 (supports_breakpoints): New.
7837 (handle_extended_wait): If stopping threads, read the stop pc of
7838 the new cloned LWP.
7839 (get_pc): New.
7840 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7841 low target doesn't support retrieving the PC.
7842 (add_lwp): Set last_resume_kind to resume_continue.
7843 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7844 (linux_attach): Don't clear stop_expected. Set the lwp's
7845 last_resume_kind to resume_stop.
7846 (linux_detach_one_lwp): Don't check for removed breakpoints.
7847 (check_removed_breakpoint): Delete.
7848 (status_pending_p): Rename to ...
7849 (status_pending_p_callback): ... this. Don't check for removed
7850 breakpoints. Don't consider threads that are stopped from GDB's
7851 perspective.
7852 (linux_wait_for_lwp): Always read the stop_pc here.
7853 (cancel_breakpoint): New.
7854 (step_over_bkpt): New global.
7855 (linux_wait_for_event_1): Implement stepping over breakpoints.
7856 (gdb_wants_lwp_stopped): New.
7857 (gdb_wants_all_stopped): New.
7858 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7859 single-step traps here. Store the thread's last reported target
7860 wait status.
7861 (send_sigstop): Don't clear stop_expected. Always set it,
7862 instead.
7863 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
7864 (cancel_finished_single_step): New.
7865 (cancel_finished_single_steps): New.
7866 (wait_for_sigstop): Don't cancel finished single-step traps here.
7867 (linux_resume_one_lwp): Don't check for removed breakpoints.
7868 Don't set `step' on non-hardware step archs.
7869 (linux_set_resume_request): Ignore resume_stop requests if already
7870 stopping or stopped. Set the lwp's last_resume_kind.
7871 (resume_status_pending_p): Don't check for removed breakpoints.
7872 (need_step_over_p): New.
7873 (start_step_over): New.
7874 (finish_step_over): New.
7875 (linux_resume_one_thread): Always queue a sigstop for resume_stop
7876 requests. Clear the thread's last reported target waitstatus.
7877 Don't use the `suspended' flag. Don't consider pending breakpoints.
7878 (linux_resume): Start a step-over if necessary.
7879 (proceed_one_lwp): New.
7880 (proceed_all_lwps): New.
7881 (unstop_all_lwps): New.
7882 * linux-low.h (struct lwp_info): Rewrite comment for the
7883 `suspended' flag. Add the `stop_pc' field. Delete the
7884 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
7885 Add `'last_resume_kind' and `need_step_over' fields.
7886 * inferiors.c (struct thread_info): Delete, moved elsewhere.
7887 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
7888 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
7889 (set_raw_breakpoint_at): New.
7890 (set_breakpoint_at): Rewrite to use it.
7891 (reinsert_breakpoint_handler): Delete.
7892 (set_reinsert_breakpoint): New.
7893 (reinsert_breakpoint_by_bp): Delete.
7894 (delete_reinsert_breakpoints): New.
7895 (uninsert_breakpoint): Rewrite.
7896 (uninsert_breakpoints_at): New.
7897 (reinsert_breakpoint): Rewrite.
7898 (reinsert_breakpoints_at): New.
7899 (check_breakpoints): Rewrite.
7900 (breakpoint_here): New.
7901 (breakpoint_inserted_here): New.
7902 (check_mem_read): Adjust.
7903 * mem-break.h (breakpoints_supported, breakpoint_here)
7904 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
7905 (reinsert_breakpoint_by_bp): Delete declaration.
7906 (delete_reinsert_breakpoints): Declare.
7907 (reinsert_breakpoint): Delete declaration.
7908 (reinsert_breakpoints_at): Declare.
7909 (uninsert_breakpoint): Delete declaration.
7910 (uninsert_breakpoints_at): Declare.
7911 (check_breakpoints): Adjust prototype.
7912 * server.h: Adjust include order.
7913 (struct thread_info): Declare here. Add a `last_status' field.
7914
79152010-03-23 Michael Snyder <msnyder@vmware.com>
7916
7917 * server.c (crc32): New function.
7918 (handle_query): Add handling for 'qCRC:' request.
7919
79202010-03-23 Pedro Alves <pedro@codesourcery.com>
7921
7922 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
7923 lwp had been stopped by a watchpoint.
7924
79252010-03-16 Pedro Alves <pedro@codesourcery.com>
7926
7927 * server.h (internal_error): Declare.
7928 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
7929 * utils.c (internal_error): New function.
7930
79312010-03-15 Andreas Schwab <schwab@redhat.com>
7932
7933 * configure.srv: Fix typo setting srv_regobj.
7934
79352010-03-15 Pedro Alves <pedro@codesourcery.com>
7936
7937 * linux-low.c (fetch_register): Avoid passing a non string literal
7938 format to `error'.
7939 (usr_store_inferior_registers): Ditto.
7940
79412010-03-14 Pedro Alves <pedro@codesourcery.com>
7942
7943 * linux-low.c (linux_write_memory): Bail out early if peeking
7944 memory failed.
7945
79462010-03-14 Pedro Alves <pedro@codesourcery.com>
7947
7948 * linux-low.h (struct lwp_info): New fields
7949 `stopped_by_watchpoint' and `stopped_data_address'.
7950 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
7951 here, and cache them in the lwp object.
7952 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
7953 directly.
7954 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
7955 field.
7956 (linux_stopped_by_watchpoint): Rewrite.
7957 (linux_stopped_data_address): Rewrite.
7958
79592010-03-06 Simo Melenius <simo.melenius@iki.fi>
7960
7961 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
7962 switching the current inferior, not before.
7963
79642010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7965
7966 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
7967 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
7968 i386-linux.c and amd64-linux.c.
7969 (reg-i386.o): Removed.
7970 (reg-i386.c): Likewise.
7971 (reg-i386-linux.o): Likewise.
7972 (reg-i386-linux.c): Likewise.
7973 (reg-x86-64.o): Likewise.
7974 (reg-x86-64.c): Likewise.
7975 (reg-x86-64-linux.o): Likewise.
7976 (reg-x86-64-linux.c): Likewise.
7977 (i386.o): New.
7978 (i386.c): Likewise.
7979 (i386-linux.o): Likewise.
7980 (i386-linux.c): Likewise.
7981 (amd64.o): Likewise.
7982 (amd64.c): Likewise.
7983 (amd64-linux.o): Likewise.
7984 (amd64-linux.c): Likewise.
7985
7986 * configure.srv (srv_i386_regobj): New.
7987 (srv_i386_linux_regobj): Likewise.
7988 (srv_amd64_regobj): Likewise.
7989 (srv_amd64_linux_regobj): Likewise.
7990 (srv_i386_32bit_xmlfiles): Likewise.
7991 (srv_i386_64bit_xmlfiles): Likewise.
7992 (srv_i386_xmlfiles): Likewise.
7993 (srv_amd64_xmlfiles): Likewise.
7994 (srv_i386_linux_xmlfiles): Likewise.
7995 (srv_amd64_linux_xmlfiles): Likewise.
7996 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
7997 srv_xmlfiles to $srv_i386_xmlfiles.
7998 (i[34567]86-*-mingw32ce*): Likewise.
7999 (i[34567]86-*-mingw*): Likewise.
8000 (i[34567]86-*-nto*): Likewise.
8001 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
8002 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
8003 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
8004 (x86_64-*-linux*): Likewise.
8005
8006 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
8007 (init_registers_amd64_linux): New.
8008 (x86_arch_setup): Replace init_registers_x86_64_linux with
8009 init_registers_amd64_linux.
8010
80112010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
8012
8013 * configure.ac: Check for libdl. If it is not available link against
8014 static libthread_db.
8015 * configure: Regenerate.
8016
80172010-02-22 Pedro Alves <pedro@codesourcery.com>
8018
8019 PR9605
8020
8021 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
8022 handing a read watchpoint.
8023 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
8024
80252010-02-12 Doug Evans <dje@google.com>
8026
8027 * linux-low.c (linux_supports_tracefork_flag): Document.
8028 (linux_look_up_symbols): Add comment.
8029
80302010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8031
8032 * regcache.c (supply_register): Clear regcache if buf is NULL.
8033
80342010-02-02 Nicolas Roche <roche@sourceware.org>
8035 Joel Brobecker <brobecker@adacore.com>
8036
8037 * inferiors.c (find_inferior): Add function documentation.
8038 (unloaded_dll): Handle the case where the unloaded dll has not
8039 been previously registered in the dll list.
8040
80412010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8042
8043 * linux-arm-low.c (thumb_breakpoint_len): Delete.
8044 (thumb2_breakpoint): New.
8045 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
8046
80472010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8048
8049 * linux-low.c (get_stop_pc): Check for SIGTRAP.
8050 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
8051 breakpoints.
8052
80532010-01-21 Pedro Alves <pedro@codesourcery.com>
8054
8055 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
8056
80572010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 * linux-s390-low.c (s390_collect_ptrace_register)
8060 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
8061
80622010-01-21 Doug Evans <dje@google.com>
8063
8064 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
8065 (PTRACE_ARG4_TYPE): New macro.
8066 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
8067 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
8068 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
8069 (usr_store_inferior_registers): Ditto.
8070 (linux_read_memory, linux_write_memory): Ditto.
8071 (linux_test_for_tracefork): Ditto.
8072
8073 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
8074 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
8075
80762010-01-21 Pedro Alves <pedro@codesourcery.com>
8077
8078 * proc-service.c (ps_lgetregs): Don't refetch registers from the
8079 target.
8080
80812010-01-21 Pedro Alves <pedro@codesourcery.com>
8082
8083 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
8084 prototype to take a regcache. Adjust.
8085
80862010-01-20 Pedro Alves <pedro@codesourcery.com>
8087
8088 * regcache.h (struct thread_info): Forward declare.
8089 (struct regcache): New.
8090 (new_register_cache): Adjust prototype.
8091 (get_thread_regcache): Declare.
8092 (free_register_cache): Adjust prototype.
8093 (registers_to_string, registers_from_string): Ditto.
8094 (supply_register, supply_register_by_name, collect_register)
8095 (collect_register_as_string, collect_register_by_name): Ditto.
8096 * regcache.c (struct inferior_regcache_data): Delete.
8097 (get_regcache): Rename to ...
8098 (get_thread_regcache): ... this. Adjust. Switch inferior before
8099 fetching registers.
8100 (regcache_invalidate_one): Adjust.
8101 (regcache_invalidate): Fix prototype.
8102 (new_register_cache): Return the new register cache.
8103 (free_register_cache): Change prototype.
8104 (realloc_register_cache): Adjust.
8105 (registers_to_string): Change prototype to take a regcache. Adjust.
8106 (registers_from_string): Ditto.
8107 (register_data): Ditto.
8108 (supply_register): Ditto.
8109 (supply_register_by_name): Ditto.
8110 (collect_register): Ditto.
8111 (collect_register_as_string): Ditto.
8112 (collect_register_by_name): Ditto.
8113 * server.c (process_serial_event): Adjust.
8114 * linux-low.h (regset_fill_func, regset_store_func): Change
8115 prototype.
8116 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
8117 Change prototype.
8118 * linux-low.c (get_stop_pc): Adjust.
8119 (check_removed_breakpoint): Adjust.
8120 (linux_wait_for_event): Adjust.
8121 (linux_resume_one_lwp): Adjust.
8122 (fetch_register): Add regcache parameter. Adjust.
8123 (usr_store_inferior_registers): Ditto.
8124 (regsets_fetch_inferior_registers): Ditto.
8125 (regsets_store_inferior_registers): Ditto.
8126 (linux_fetch_registers, linux_store_registers): Ditto.
8127 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
8128 regcache. Adjust.
8129 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
8130 Ditto.
8131 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
8132 prototype to take a regcache.
8133 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
8134 * remote-utils.c (convert_ascii_to_int, outreg)
8135 (prepare_resume_reply): Change prototype to take a regcache.
8136 Adjust.
8137 * target.h (struct target_ops) <fetch_registers, store_registers>:
8138 Change prototype to take a regcache.
8139 (fetch_inferior_registers, store_inferior_registers): Change
8140 prototype to take a regcache. Adjust.
8141 * proc-service.c (ps_lgetregs): Adjust.
8142 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
8143 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
8144 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
8145 take a regcache. Adjust.
8146 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
8147 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
8148 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
8149 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
8150 * linux-cris-low.c (cris_get_pc, cris_set_pc)
8151 (cris_cannot_fetch_register):
8152 (cris_breakpoint_at): Change prototype to take a regcache.
8153 Adjust.
8154 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
8155 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
8156 to take a regcache. Adjust.
8157 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
8158 Adjust.
8159 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
8160 take a regcache. Adjust.
8161 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
8162 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
8163 (m68k_set_pc): Change prototype to take a regcache. Adjust.
8164 * linux-mips-low.c (mips_get_pc):
8165 (mips_set_pc): Change prototype to take a regcache. Adjust.
8166 (mips_reinsert_addr): Adjust.
8167 (mips_collect_register): Change prototype to take a regcache.
8168 Adjust.
8169 (mips_supply_register):
8170 (mips_collect_register_32bit, mips_supply_register_32bit)
8171 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
8172 (mips_store_fpregset): Ditto.
8173 * linux-ppc-low.c (ppc_supply_ptrace_register)
8174 (ppc_supply_ptrace_register): Ditto.
8175 (parse_spufs_run): Adjust.
8176 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
8177 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
8178 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
8179 take a regcache. Adjust.
8180 * linux-s390-low.c (s390_collect_ptrace_register)
8181 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
8182 (s390_set_pc): Change prototype to take a regcache. Adjust.
8183 (s390_arch_setup): Adjust.
8184 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
8185 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
8186 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
8187 (sparc_fill_gregset, sparc_store_gregset_from_stack)
8188 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
8189 regcache. Adjust.
8190 (sparc_breakpoint_at): Adjust.
8191 * linux-xtensa-low.c (xtensa_fill_gregset):
8192 (xtensa_store_gregset):
8193 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
8194 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
8195 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
8196 prototype to take a regcache. Adjust.
8197 * win32-arm-low.c (arm_fetch_inferior_register)
8198 (arm_store_inferior_register): Change prototype to take a
8199 regcache. Adjust.
8200 * win32-i386-low.c (i386_fetch_inferior_register)
8201 (i386_store_inferior_register): Change prototype to take a
8202 regcache. Adjust.
8203 * win32-low.c (child_fetch_inferior_registers)
8204 (child_store_inferior_registers): Change prototype to take a
8205 regcache. Adjust.
8206 (win32_wait): Adjust.
8207 (win32_fetch_inferior_registers): Change prototype to take a
8208 regcache. Adjust.
8209 (win32_store_inferior_registers): Adjust.
8210 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
8211 store_inferior_register>: Change prototype to take a regcache.
8212
82132010-01-20 Doug Evans <dje@google.com>
8214
8215 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
8216 #ifdef.
8217 (linux_wait_for_event1, linux_init_signals): Ditto.
8218 (W_STOPCODE): Provide definition if missing.
8219
82202010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8221
8222 * linux-low.c (linux_core_of_thread): New.
8223 (compare_ints, show_process, list_threads): New.
8224 (linux_qxfer_osdata): Report threads and cores.
8225 (linux_target_op): Register linux_core_of_thread.
8226 * remote-utils.c (prepare_resume_reply): Report the core.
8227 (buffer_xml_printf): Support %d specifier.
8228 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
8229 New.
8230 (handle_query): Handle qXfer:threads. Announce availability
8231 thereof.
8232 * target.h (struct target_ops): New field core_of_thread.
8233
82342010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8235
8236 * Makefile.in (clean): Remove new generated files.
8237 (reg-s390.o, reg-s390.c): Remove rules.
8238 (reg-s390x.o, reg-s390x.c): Likewise.
8239 (s390-linux32.o, s390-linux32.c): Add rules.
8240 (s390-linux64.o, s390-linux64.c): Likewise.
8241 (s390x-linux64.o, s390x-linux64.c): Likewise.
8242 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
8243 * linux-s390-low.c: Include <elf.h>.
8244 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8245 (init_registers_s390): Remove prototype.
8246 (init_registers_s390x): Likewise.
8247 (init_registers_s390_linux32): Add prototype.
8248 (init_registers_s390_linux64): Likewise.
8249 (init_registers_s390x_linux64): Likewise.
8250 (s390_num_regs_3264): New define.
8251 (s390_regmap_3264): New global variable.
8252 (s390_cannot_fetch_register): Remove obsolete check.
8253 (s390_cannot_store_register): Likewise.
8254 (s390_collect_ptrace_register): Handle upper/lower register halves.
8255 (s390_supply_ptrace_register): Likewise.
8256 (s390_fill_gregset): Update to register number changes.
8257 (s390_get_hwcap): New routine.
8258 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
8259 Install appropriate regmap and register set.
8260
82612010-01-01 Joel Brobecker <brobecker@adacore.com>
8262
8263 * server.c (gdbserver_version): Update copyright year to 2010.
8264 * gdbreplay.c (gdbreplay_version): Likewise.
8265
82662009-12-28 Doug Evans <dje@google.com>
8267
8268 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
8269 elf/external.h. Include <elf.h> instead but only if necessary.
8270
82712009-12-28 Pedro Alves <pedro@codesourcery.com>
8272
8273 * linux-low.c (linux_remove_process): Remove `detaching'
8274 parameter. Don't release/detach from thread_db here.
8275 (linux_kill): Release/detach from thread_db here, ...
8276 (linux_detach): ... and here, before actually detaching.
8277 (linux_wait_1): ... and here, when a process exits.
8278 * thread-db.c (any_thread_of): New.
8279 (thread_db_free): Switch the current inferior to a thread of the
8280 passed in process.
8281
82822009-12-21 Doug Evans <dje@google.com>
8283
8284 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
8285
8286 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
8287 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
8288 warning ifndef __NR_tkill. Move setting of errno there too.
8289 Delete unnecessary resetting of errno after syscall.
8290 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
8291
8292 * configure.ac: Check for dladdr.
8293 * config.in: Regenerate.
8294 * configure: Regenerate.
8295 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
8296 (try_thread_db_load): Update.
8297
8298 * linux-low.c (my_waitpid): Delete unnecessary prototype.
8299
83002009-12-18 Doug Evans <dje@google.com>
8301
8302 * event-loop.c: Include unistd.h if it exists.
8303
8304 * linux-low.c (my_waitpid): Move definition away from being in
8305 between linux_tracefork_child/linux_test_for_tracefork.
8306
8307 * gdb_proc_service.h (psaddr_t): Fix type.
8308 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
8309 signature to match glibc.
8310
83112009-12-16 Doug Evans <dje@google.com>
8312
8313 * linux-low.c (linux_read_memory): Fix argument to read.
8314
83152009-11-26 Pedro Alves <pedro@codesourcery.com>
8316
8317 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
8318 events, don't leave current_inferior pointing at null.
8319
83202009-11-26 Pedro Alves <pedro@codesourcery.com>
8321
8322 * win32-low.c (LOG): Delete.
8323 (OUTMSG): Output to stderr.
8324 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
8325 on compile time LOG macro.
8326 (win32_wait): Fix debug output.
8327
83282009-11-26 Pedro Alves <pedro@codesourcery.com>
8329
8330 * win32-low.c (win32_add_one_solib): If the dll name is
8331 "ntdll.dll", prepend the system directory to the dll path.
8332
83332009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
8334
8335 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
8336
83372009-11-17 Nathan Sidwell <nathan@codesourcery.com>
8338 Vladimir Prus <vladimir@codesourcery.com>
8339
8340 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
8341 * configure.ac: Check for __mcoldfire__ and set
8342 gdb_cv_m68k_is_coldfire.
8343 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
8344 reg-cf.o and reg-m68k.o.
8345 * configure: Regenerated.
8346
83472009-11-16 Pedro Alves <pedro@codesourcery.com>
8348
8349 * linux-low.c (linux_remove_process): Add `detaching' parameter.
8350 Pass it to thread_db_free.
8351 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
8352 proper `detaching' argument to linux_remove_process.
8353 * linux-low.h (thread_db_free): Add `detaching' parameter.
8354 * thread-db.c (thread_db_init): Pass false as `detaching' argument
8355 to thread_db_free.
8356 (thread_db_free): Add `detaching' parameter. Only
8357 call td_ta_clear_event if detaching from process.
8358
83592009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
8360
8361 * thread-db.c (thread_db_free): Fix typo.
8362
83632009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8364
8365 PR gdb/10838
8366 * thread-db.c (thread_db_free): Call td_ta_clear_event.
8367
83682009-11-03 Nathan Sidwell <nathan@codesourcery.com>
8369
8370 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
8371 with an i686 compiler.
8372 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
8373 needed.
8374 * configure: Rebuilt.
8375
83762009-10-29 Sandra Loosemore <sandra@codesourcery.com>
8377
8378 PR gdb/10783
8379
8380 * server.c (handle_search_memory_1): Correct read_addr initialization
8381 in loop for searching subsequent chunks.
8382
83832009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
8384
8385 * configure.ac: New --with-libthread-db option.
8386 * thread-db.c: Allow direct dependence on libthread_db.
8387 (thread_db_free): Adjust.
8388 * config.in: Regenerate.
8389 * configure: Likewise.
8390
83912009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
8392
8393 PR gdb/10757
8394 * thread-db.c (attach_thread): New function.
8395 (maybe_attach_thread): Return success/failure.
8396 (find_new_threads_callback): Adjust.
8397 (thread_db_find_new_threads): Loop until no new threads.
8398
83992009-10-13 Pedro Alves <pedro@codesourcery.com>
8400
8401 * proc-service.c (ps_lgetregs): Formatting.
8402
84032009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8404
8405 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
8406 * configure.ac: Adjust.
8407 * linux-low.h (struct process_info_private): Move members to struct
8408 thread_db.
8409 (thread_db_free, thread_db_handle_monitor_command): New prototype.
8410 * linux-low.c (linux_remove_process): Adjust.
8411 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
8412 * server.c (handle_query): Move code ...
8413 (handle_monitor_command): ... here. New function.
8414 * target.h (struct target_ops): New member.
8415 * thread-db.c (struct thread_db): New.
8416 (libthread_db_search_path): New variable.
8417 (thread_db_create_event, thread_db_enable_reporting)
8418 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
8419 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
8420 (try_thread_db_load_1, dladdr_to_soname): New functions.
8421 (try_thread_db_load, thread_db_load_search): New functions.
8422 (thread_db_init): Search for libthread_db.
8423 (thread_db_free): New function.
8424 (thread_db_handle_monitor_command): Likewise.
8425 * config.in: Regenerate.
8426 * configure: Regenerate.
8427
84282009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
8429
8430 * spu-low.c (spu_kill): Wait for inferior to terminate.
8431 Call clear_inferiors.
8432 (spu_detach): Call clear_inferiors.
8433
84342009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8435
8436 * aclocal.m4: Regenerate.
8437 * config.in: Likewise.
8438 * configure: Likewise.
8439
84402009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8441
8442 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
8443 (parse_spufs_run): New function.
8444 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
8445 (ppc_breakpoint_at): Handle SPU breakpoints.
8446
84472009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8448
8449 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
8450 (SPUFS_MAGIC): Define.
8451 (spu_enumerate_spu_ids): New function.
8452 (linux_qxfer_spu): New function.
8453 (linux_target_ops): Install linux_qxfer_spu.
8454
84552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8456
8457 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
8458 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
8459 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
8460 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
8461 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
8462 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
8463 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
8464 (init_registers_powerpc_cell32l): Add prototype.
8465 (init_registers_powerpc_cell64l): Likewise.
8466 (ppc_arch_setup): Detect Cell/B.E. architecture.
8467
84682009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8469
8470 * Makefile.in (datarootdir): New variable.
8471
84722009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8473
8474 * linux-low.c (linux_write_memory): Update debugging output.
8475 * Makefile.in (clean): Add new descriptions.
8476 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
8477 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
8478 * configure.srv: Add new files for arm*-*-linux*.
8479 * linux-arm-low.c: Add new declarations.
8480 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
8481 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
8482 (HWCAP_VFPv3D16): New.
8483 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
8484 instead of __IWMMXT__.
8485 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
8486 (arm_arch_setup): New.
8487 (target_regsets): Remove #ifdef. Add VFP regset.
8488 (the_low_target): Use arm_arch_setup.
8489
84902009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8491
8492 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
8493 the main thread again.
8494
84952009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
8496
8497 Adding Neutrino gdbserver.
8498 * configure: Regenerated.
8499 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
8500 * configure.srv (i[34567]86-*-nto*): New target.
8501 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
8502 * remote-utils.c [__QNX__]: Include sys/iomgr.h
8503 (nto_comctrl) [__QNX__]: New function.
8504 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
8505
85062009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
8507
8508 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
8509 srv_tgtobj.
8510
85112009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
8512 Pedro Alves <pedro@codesourcery.com>
8513
8514 * win32-i386-low.c (i386_get_thread_context): Handle systems that
8515 don't support CONTEXT_EXTENDED_REGISTERS.
8516 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
8517 (the_low_target): Install them.
8518 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
8519 failing with ERROR_PIPE_NOT_CONNECTED.
8520
85212009-06-30 Doug Evans <dje@google.com>
8522 Pierre Muller <muller@ics.u-strasbg.fr>
8523
8524 Add h/w watchpoint support to x86-linux, win32-i386.
8525 * Makefile.in (SFILES): Add i386-low.c
8526 (i386_low_h): Define.
8527 (i386-low.o): Add dependencies.
8528 (linux-x86-low.o): Add i386-low.h dependency.
8529 (win32-i386-low.o): Ditto.
8530 * i386-low.c: New file.
8531 * i386-low.h: New file.
8532 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
8533 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
8534 * linux-low.c (linux_add_process): Initialize arch_private.
8535 (linux_remove_process): Free arch_private.
8536 (add_lwp): Initialize arch_private.
8537 (delete_lwp): Free arch_private.
8538 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
8539 provided.
8540 * linux-low.h (process_info_private): New member arch_private.
8541 (lwp_info): New member arch_private.
8542 (linux_target_ops): New members new_process, new_thread,
8543 prepare_to_resume.
8544 (ptid_of): New macro.
8545 * linux-x86-low.c: Include stddef.h, i386-low.h.
8546 (arch_process_info): New struct.
8547 (arch_lwp_info): New struct.
8548 (x86_linux_dr_get, x86_linux_dr_set): New functions.
8549 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8550 (i386_dr_low_get_status): New function.
8551 (x86_insert_point, x86_remove_point): New functions.
8552 (x86_stopped_by_watchpoint): New function.
8553 (x86_stopped_data_address): New function.
8554 (x86_linux_new_process, x86_linux_new_thread): New functions.
8555 (x86_linux_prepare_to_resume): New function.
8556 (the_low_target): Add entries for insert_point, remove_point,
8557 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
8558 prepare_to_resume.
8559 * server.c (debug_hw_points): New global.
8560 (monitor_show_help): Document set debug-hw-points.
8561 (handle_query): Process "set debug-hw-points".
8562 * server.h (debug_hw_points): Declare.
8563 (paddress): Declare.
8564 * utils.c (NUMCELLS, CELLSIZE): New macros.
8565 (get_sell, xsnprintf, paddress): New functions.
8566 * win32-arm-low.c (the_low_target): Add entries for insert_point,
8567 remove_point, stopped_by_watchpoint, stopped_data_address.
8568 * win32-i386-low.c: Include i386-low.h.
8569 (debug_reg_state): Replaces dr.
8570 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8571 (i386_dr_low_get_status): New function.
8572 (i386_insert_point, i386_remove_point): New functions.
8573 (i386_stopped_by_watchpoint): New function.
8574 (i386_stopped_data_address): New function.
8575 (i386_initial_stuff): Update.
8576 (get_thread_context,set_thread_context,i386_thread_added): Update.
8577 (the_low_target): Add entries for insert_point,
8578 remove_point, stopped_by_watchpoint, stopped_data_address.
8579 * win32-low.c (win32_insert_watchpoint): New function.
8580 (win32_remove_watchpoint): New function.
8581 (win32_stopped_by_watchpoint): New function.
8582 (win32_stopped_data_address): New function.
8583 (win32_target_ops): Add entries for insert_watchpoint,
8584 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
8585 * win32-low.h (win32_target_ops): New members insert_point,
8586 remove_point, stopped_by_watchpoint, stopped_data_address.
8587
85882009-06-25 Pedro Alves <pedro@codesourcery.com>
8589
8590 * server.c (process_serial_event): Re-return unsupported, not
8591 error, if the type isn't recognized. Re-allow supporting only
8592 insert or remove packets. Also call require_running for
8593 breakpoints. Add missing break statement to default case. Tidy.
8594 * target.h (struct target_ops): Rename insert_watchpoint to
8595 insert_point, and remove_watchpoint to remove_point.
8596
8597 * linux-low.h (struct linux_target_ops): Likewise.
8598 * linux-low.c (linux_insert_watchpoint): Rename to ...
8599 (linux_insert_point): ... this. Adjust.
8600 (linux_remove_watchpoint): Rename to ...
8601 (linux_remove_point): ... this. Adjust.
8602 (linux_target_ops): Adjust.
8603 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
8604 (cris_insert_point): ... this.
8605 (cris_remove_watchpoint): Rename to ...
8606 (cris_remove_point): ... this.
8607 (the_low_target): Adjust.
8608
86092009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
8610
8611 * server.c (handle_v_kill): Pass signal_pid to
8612 kill_inferior if multi_process is zero.
8613
86142009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
8615
8616 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
8617 * target.h (target_ops): Comment for *_watchpoint to make it clear
8618 the functions can get types '0' and '1'.
8619
86202009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
8621
8622 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
8623 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
8624 * regcache.c (get_regcache): Likewise.
8625 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
8626 * win32-low.c (child_fetch_inferior_registers): Remove check for
8627 regno 0.
8628
86292009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
8630 Pedro Alves <pedro@codesourcery.com>
8631
8632 * target.h (struct target_ops) <supports_multi_process>: New
8633 callback.
8634 (target_supports_multi_process): New.
8635 * server.c (handle_query): Even if GDB reports support, only
8636 enable multi-process if the target also supports it. Report
8637 multi-process support only if the target backend supports it.
8638 * linux-low.c (linux_supports_multi_process): New function.
8639 (linux_target_ops): Install it as target_supports_multi_process
8640 callback.
8641
86422009-05-24 Doug Evans <dje@google.com>
8643
8644 Global renaming of find_thread_pid to find_thread_ptid.
8645 * server.h (find_thread_ptid): Renamed from find_thread_pid.
8646 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
8647 All callers updated.
8648
8649 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
8650 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
8651 directly.
8652
8653 * linux-low.c (get_stop_pc): Print pc if debug_threads.
8654 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
8655 (linux_resume_one_lwp): Ditto.
8656
86572009-05-23 Doug Evans <dje@google.com>
8658
8659 * linux-low.c (linux_resume_one_lwp): Change type of first arg
8660 from struct inferior_list_entry * to struct lwp_info *.
8661 All callers updated.
8662
86632009-05-13 Doug Evans <dje@google.com>
8664
8665 * linux-x86-low.c: Don't include assert.h.
8666 (x86_siginfo_fixup): Use fatal, not assert.
8667 (x86_arch_setup): Fix comment.
8668
86692009-05-12 Doug Evans <dje@google.com>
8670
8671 Biarch support for i386/amd64 gdbserver.
8672 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
8673 Add linux-x86-low.c.
8674 (linux-i386-low.o, linux-x86-64-low.o): Delete.
8675 (linux-x86-low.o): Add.
8676 * linux-x86-64-low.c: Delete.
8677 * linux-i386-low.c: Delete.
8678 * linux-x86-low.c: New file.
8679 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
8680 linux-x86-low.o.
8681 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
8682 linux-x86-low.o.
8683 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
8684 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
8685 (linux_child_pid_to_exec_file): New function.
8686 (elf_64_header_p, elf_64_file_p): New functions.
8687 (siginfo_fixup): New function.
8688 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
8689 give target a chance to convert layout.
8690 * linux-low.h (linux_target_ops): New member siginfo_fixup.
8691 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
8692
86932009-05-07 Doug Evans <dje@google.com>
8694
8695 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
8696 (regsets_store_inferior_registers): Ditto.
8697
86982009-05-06 Pedro Alves <pedro@codesourcery.com>
8699
8700 PR server/10048
8701
8702 * linux-low.c (must_set_ptrace_flags): Delete.
8703 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
8704 of the global.
8705 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
8706 `lwp->must_set_ptrace_flags' instead.
8707 (linux_wait_for_event_1): Set ptrace options here.
8708 (linux_wait_1): ... not here.
8709
87102009-04-30 Doug Evans <dje@google.com>
8711
8712 * inferiors.c (started_inferior_callback): New function.
8713 (attached_inferior_callback): New function.
8714 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
8715 * server.c (print_started_pid, print_attached_pid): New functions.
8716 (detach_or_kill_for_exit): New function.
8717 (main): Call it instead of for_each_inferior (kill_inferior_callback).
8718 * server.h (have_started_inferiors_p): Declare.
8719 (have_attached_inferiors_p): Declare.
8720
8721 * inferiors.c (remove_process): Fix memory leak, free process.
8722 * linux-low.c (linux_remove_process): New function.
8723 (linux_kill): Call it instead of remove_process.
8724 (linux_detach, linux_wait_1): Ditto.
8725
87262009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
8727
8728 * configure.srv: Add x86 Windows CE target.
8729
87302009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8731
8732 * inferiors.c (get_thread_process): Make global.
8733 * server.h (get_thread_process): Add prototype.
8734 * thread-db.c (find_one_thread): Use get_thread_process
8735 instead of current_process.
8736 (thread_db_get_tls_address): Do not crash if called when
8737 thread layer is not yet initialized.
8738
87392009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8740
8741 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8742 * spu-low.c (current_tid): Rename to ...
8743 (current_ptid): ... this.
8744 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8745 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8746 ptid_get_lwp (current_ptid) instead of current_tid.
8747 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8748 instead of current_tid. Use find_process_pid to verify pid
8749 argument is valid. Pass proper argument to remove_process.
8750 (spu_thread_alive): Compare current_ptid instead of current_tid.
8751 (spu_resume): Likewise.
8752
87532009-04-02 Pedro Alves <pedro@codesourcery.com>
8754
8755 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8756 variable.
8757
87582009-04-01 Pedro Alves <pedro@codesourcery.com>
8759
8760 Implement the multiprocess extensions, and add linux multiprocess
8761 support.
8762
8763 * server.h (ULONGEST): Declare.
8764 (struct ptid, ptid_t): New.
8765 (minus_one_ptid, null_ptid): Declare.
8766 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8767 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8768 (struct inferior_list_entry): Change `id' type from unsigned from
8769 to ptid_t.
8770 (struct sym_cache, struct breakpoint, struct
8771 process_info_private): Forward declare.
8772 (struct process_info): Declare.
8773 (current_process): Declare.
8774 (all_processes): Declare.
8775 (initialize_inferiors): Declare.
8776 (add_thread): Adjust to use ptid_t.
8777 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8778 (add_process, remove_process, find_thread_pid): Declare.
8779 (find_inferior_id): Adjust to use ptid_t.
8780 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8781 (multi_process): Declare.
8782 (push_event): Adjust to use ptid_t.
8783 (read_ptid, write_ptid): Declare.
8784 (prepare_resume_reply): Adjust to use ptid_t.
8785 (clear_symbol_cache): Declare.
8786 * inferiors.c (all_processes): New.
8787 (null_ptid, minus_one_ptid): New.
8788 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8789 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8790 (add_thread): Change unsigned long to ptid. Remove gdb_id
8791 parameter. Adjust.
8792 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8793 (gdb_id_to_thread): Rename to ...
8794 (find_thread_pid): ... this. Change unsigned long to ptid.
8795 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8796 (loaded_dll, pull_pid_from_list): Adjust.
8797 (add_process, remove_process, find_process_pid)
8798 (get_thread_process, current_process, initialize_inferiors): New.
8799 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8800 (struct target_waitstatus) <related_pid>: Ditto.
8801 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8802 return type to int.
8803 (struct target_ops) <join>: Add `pid' argument.
8804 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8805 (struct target_ops) <wait>: Add `ptid' field. Change return type
8806 to ptid.
8807 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8808 (mywait): Add `ptid' argument. Change return type to ptid_t.
8809 (target_pid_to_str): Declare.
8810 * target.c (set_desired_inferior): Adjust to use ptids.
8811 (mywait): Add new `ptid' argument. Adjust.
8812 (target_pid_to_str): New.
8813 * mem-break.h (free_all_breakpoints): Declare.
8814 * mem-break.c (breakpoints): Delelete.
8815 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8816 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8817 to use per-process breakpoint list.
8818 (free_all_breakpoints): New.
8819 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8820 (symbol_cache, all_symbols_looked_up): Delete.
8821 (hexchars): New.
8822 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8823 read_ptid): New.
8824 (prepare_resume_reply): Change ptid argument's type from unsigned
8825 long to ptid_t. Adjust. Implement W;process and X;process.
8826 (free_sym_cache, clear_symbol_cache): New.
8827 (look_up_one_symbol): Adjust to per-process symbol cache. *
8828 * server.c (cont_thread, general_thread, step_thread): Change type
8829 to ptid_t.
8830 (attached): Delete.
8831 (multi_process): New.
8832 (last_ptid): Change type to ptid_t.
8833 (struct vstop_notif) <ptid>: Change type to ptid_t.
8834 (queue_stop_reply, push_event): Change `ptid' argument's type to
8835 ptid_t.
8836 (discard_queued_stop_replies): Add `pid' argument.
8837 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8838 changes. Don't reference the `attached' global.
8839 (attach_inferior): Adjust to mywait interface changes.
8840 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8841 features. Handle and report "multiprocess+". Handle
8842 "qAttached:PID".
8843 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8844 changes.
8845 (handle_v_kill): New.
8846 (handle_v_stopped): Adjust to use target_pid_to_str.
8847 (handle_v_requests): Allow multiple attaches and runs when
8848 multiprocess extensions are in effect. Handle "vKill".
8849 (myresume): Adjust to use ptids.
8850 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8851 (handle_status): Adjust to discard_queued_stop_replies interface
8852 change.
8853 (first_thread_of, kill_inferior_callback)
8854 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8855 (main): Call initialize_inferiors. Adjust to use ptids, killing
8856 and detaching from all inferiors. Handle multiprocess packet
8857 variants.
8858 * linux-low.h: Include gdb_proc_service.h.
8859 (struct process_info_private): New.
8860 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
8861 <lwpid_of>: Use ptid_get_lwp.
8862 (get_lwp_thread): Adjust.
8863 (struct lwp_info): Add `dead' member.
8864 (find_lwp_pid): Declare.
8865 * linux-low.c (thread_db_active): Delete.
8866 (new_inferior): Adjust comment.
8867 (inferior_pid): Delete.
8868 (linux_add_process): New.
8869 (handle_extended_wait): Adjust.
8870 (add_lwp): Change unsigned long to ptid.
8871 (linux_create_inferior): Add process to processes table. Adjust
8872 to use ptids. Don't set new_inferior here.
8873 (linux_attach_lwp): Rename to ...
8874 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
8875 it. Adjust to use ptids.
8876 (linux_attach_lwp): New.
8877 (linux_attach): Add process to processes table. Don't set
8878 new_inferior here.
8879 (struct counter): New.
8880 (second_thread_of_pid_p, last_thread_of_process_p): New.
8881 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
8882 multiple processes.
8883 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
8884 processes. Remove process from process table.
8885 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
8886 to multiple processes.
8887 (any_thread_of): New.
8888 (linux_detach): Add `pid' argument, and handle it. Remove process
8889 from processes table.
8890 (linux_join): Add `pid' argument. Handle it.
8891 (linux_thread_alive): Change unsighed long argument to ptid_t.
8892 Consider dead lwps as not being alive.
8893 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
8894 threads we're not interested in.
8895 (same_lwp, find_lwp_pid): New.
8896 (linux_wait_for_lwp): Change `pid' argument's type from int to
8897 ptid_t. Adjust.
8898 (linux_wait_for_event): Rename to ...
8899 (linux_wait_for_event_1): ... this. Change `pid' argument's type
8900 from int to ptid_t. Adjust.
8901 (linux_wait_for_event): New.
8902 (linux_wait_1): Add `ptid' argument. Change return type to
8903 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
8904 that exit from the process table.
8905 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
8906 Adjust.
8907 (mark_lwp_dead): New.
8908 (wait_for_sigstop): Adjust to use ptids. If a process exits while
8909 stopping all threads, mark its main lwp as dead.
8910 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
8911 ptids.
8912 (fetch_register, usr_store_inferior_registers)
8913 (regsets_fetch_inferior_registers)
8914 (regsets_store_inferior_registers, linux_read_memory)
8915 (linux_write_memory): Inline `inferior_pid'.
8916 (linux_look_up_symbols): Adjust to use per-process
8917 `thread_db_active'.
8918 (linux_request_interrupt): Adjust to use ptids.
8919 (linux_read_auxv): Inline `inferior_pid'.
8920 (initialize_low): Don't reference thread_db_active.
8921 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
8922 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
8923 (ps_getpid): Return the pid of the current inferior.
8924 * thread-db.c (proc_handle, thread_agent): Delete.
8925 (thread_db_create_event, thread_db_enable_reporting): Adjust to
8926 per-process data.
8927 (find_one_thread): Change argument type to ptid_t. Adjust to
8928 per-process data.
8929 (maybe_attach_thread): Adjust to per-process data and ptids.
8930 (thread_db_find_new_threads): Ditto.
8931 (thread_db_init): Ditto.
8932 * spu-low.c (spu_create_inferior, spu_attach): Add process to
8933 processes table. Adjust to use ptids.
8934 (spu_kill, spu_detach): Adjust interface. Remove process from
8935 processes table.
8936 (spu_join, spu_thread_alive): Adjust interface.
8937 (spu_wait): Adjust interface. Remove process from processes
8938 table. Adjust to use ptids.
8939 * win32-low.c (current_inferior_tid): Delete.
8940 (current_inferior_ptid): New.
8941 (debug_event_ptid): New.
8942 (thread_rec): Take a ptid. Adjust.
8943 (child_add_thread): Add `pid' argument. Adjust to use ptids.
8944 (child_delete_thread): Ditto.
8945 (do_initial_child_stuff): Add `attached' argument. Add process to
8946 processes table.
8947 (child_fetch_inferior_registers, child_store_inferior_registers):
8948 Adjust.
8949 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
8950 (win32_attach): Pass 1 to do_initial_child_stuff.
8951 (win32_kill): Adjust interface. Remove process from processes
8952 table.
8953 (win32_detach): Ditto.
8954 (win32_join): Adjust interface.
8955 (win32_thread_alive): Take a ptid.
8956 (win32_resume): Adjust to use ptids.
8957 (get_child_debug_event): Ditto.
8958 (win32_wait): Adjust interface. Remove exiting process from
8959 processes table.
8960
89612009-04-01 Pedro Alves <pedro@codesourcery.com>
8962
8963 Non-stop mode support.
8964
8965 * server.h (non_stop): Declare.
8966 (gdb_client_data, handler_func): Declare.
8967 (delete_file_handler, add_file_handler, start_event_loop):
8968 Declare.
8969 (handle_serial_event, handle_target_event, push_event)
8970 (putpkt_notif): Declare.
8971 * target.h (enum resume_kind): New.
8972 (struct thread_resume): Replace `step' field by `kind' field.
8973 (TARGET_WNOHANG): Define.
8974 (struct target_ops) <wait>: Add `options' argument.
8975 <supports_non_stop, async, start_non_stop>: New fields.
8976 (target_supports_non_stop, target_async): New.
8977 (start_non_stop): Declare.
8978 (mywait): Add `options' argument.
8979 * target.c (mywait): Add `options' argument. Print child exit
8980 notifications here.
8981 (start_non_stop): New.
8982 * server.c (non_stop, own_buf, mem_buf): New globals.
8983 (struct vstop_notif): New.
8984 (notif_queue): New global.
8985 (queue_stop_reply, push_event, discard_queued_stop_replies)
8986 (send_next_stop_reply): New.
8987 (start_inferior): Adjust to use resume_kind. Adjust to mywait
8988 interface changes.
8989 (attach_inferior): In non-stop mode, don't wait for the target
8990 here.
8991 (handle_general_set): Handle QNonStop.
8992 (handle_query): When handling qC, return the current general
8993 thread, instead of the first thread of the list.
8994 (handle_query): If the backend supports non-stop mode, include
8995 QNonStop+ in the qSupported query response.
8996 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
8997 and non-stop mode.
8998 (handle_v_attach, handle_v_run): Handle non-stop mode.
8999 (handle_v_stopped): New.
9000 (handle_v_requests): Report support for vCont;t. Handle vStopped.
9001 (myresume): Adjust to use resume_kind. Handle non-stop.
9002 (queue_stop_reply_callback): New.
9003 (handle_status): Handle non-stop mode.
9004 (main): Clear non_stop flag on reconnection. Use the event-loop.
9005 Refactor serial protocol handling from here ...
9006 (process_serial_event): ... to this new function. When GDB
9007 selects any thread, select one here. In non-stop mode, wait until
9008 GDB acks all pending events before exiting.
9009 (handle_serial_event, handle_target_event): New.
9010 * remote-utils.c (remote_open): Install remote_desc in the event
9011 loop.
9012 (remote_close): Remove remote_desc from the event loop.
9013 (putpkt_binary): Rename to...
9014 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
9015 (putpkt_binary): New as wrapper around putpkt_binary_1.
9016 (putpkt_notif): New.
9017 (prepare_resume_reply): In non-stop mode, don't change the
9018 general_thread.
9019 * event-loop.c: New.
9020 * Makefile.in (OBJ): Add event-loop.o.
9021 (event-loop.o): New rule.
9022
9023 * linux-low.h (pid_of): Moved here.
9024 (lwpid_of): New.
9025 (get_lwp_thread): Use lwpid_of.
9026 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
9027 * linux-low.c (pid_of): Delete.
9028 (inferior_pid): Use lwpid_of.
9029 (linux_event_pipe): New.
9030 (target_is_async_p): New.
9031 (delete_lwp): New.
9032 (handle_extended_wait): Use lwpid_of.
9033 (add_lwp): Don't set lwpid field.
9034 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
9035 (linux_kill_one_lwp): If killing a running lwp, stop it first.
9036 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
9037 (linux_detach_one_lwp): If detaching from a running lwp, stop it
9038 first. Adjust to linux_wait_for_event interface changes. Use
9039 lwpid_of.
9040 (linux_detach): Don't delete the main lwp here.
9041 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
9042 (status_pending_p): Don't consider explicitly suspended lwps.
9043 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
9044 pointer. Add OPTIONS argument. Change return type to int. Use
9045 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
9046 (linux_wait_for_event): Take an integer pid instead of a lwp_info
9047 pointer. Add status pointer argument. Return a pid instead of a
9048 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
9049 changes. In non-stop mode, don't switch to a random thread.
9050 (linux_wait): Rename to...
9051 (linux_wait_1): ... this. Add target_options argument, and handle
9052 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
9053 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
9054 clean exit and signal exit code. Don't stop all threads in
9055 non-stop mode. In all-stop mode, only stop all threads when
9056 reporting a stop to GDB. Handle explicit thread stop requests.
9057 (async_file_flush, async_file_mark): New.
9058 (linux_wait): New.
9059 (send_sigstop): Use lwpid_of.
9060 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
9061 interface changes. In non-stop mode, don't switch to a random
9062 thread.
9063 (linux_resume_one_lwp): Use lwpid_of.
9064 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
9065 (linux_resume_one_thread): ... this. Handle resume_stop. In
9066 non-stop mode, don't look for pending flag in all threads.
9067 (resume_status_pending_p): Don't consider explicitly suspended
9068 threads.
9069 (my_waitpid): Reimplement. Emulate __WALL.
9070 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9071 Use lwpid_of.
9072 (sigchld_handler, linux_supports_non_stop, linux_async)
9073 (linux_start_non_stop): New.
9074 (linux_target_ops): Register linux_supports_non_stop, linux_async
9075 and linux_start_non_stop.
9076 (initialize_low): Install SIGCHLD handler.
9077 * thread-db.c (thread_db_create_event, find_one_thread)
9078 (thread_db_get_tls_address): Use lwpid_of.
9079 * win32-low.c (win32_detach): Adjust to use resume_kind.
9080 (win32_wait): Add `options' argument.
9081 * spu-low.c (spu_resume): Adjust to use resume_kind.
9082 (spu_wait): Add `options' argument.
9083
90842009-04-01 Pedro Alves <pedro@codesourcery.com>
9085
9086 Decouple target code from remote protocol.
9087
9088 * target.h (enum target_waitkind): New.
9089 (struct target_waitstatus): New.
9090 (struct target_ops) <wait>: Return an unsigned long. Take a
9091 target_waitstatus pointer instead of a char pointer.
9092 (mywait): Likewise.
9093 * target.c (mywait): Change prototype to return an unsigned long.
9094 Take a target_waitstatus pointer instead of a char pointer. Adjust.
9095 * server.h (thread_from_wait, old_thread_from_wait): Delete
9096 declarations.
9097 (prepare_resume_reply): Change prototype to take a
9098 target_waitstatus.
9099 * server.c (thread_from_wait, old_thread_from_wait): Delete.
9100 (last_status, last_ptid): New.
9101 (start_inferior): Remove "statusptr" argument. Adjust. Return a
9102 pid instead of a signal.
9103 (attach_inferior): Remove "status" and "signal" parameters.
9104 Adjust.
9105 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
9106 not as an address.
9107 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
9108 (handle_v_requests, myresume): Remove "status" and "signal"
9109 parameters. Adjust.
9110 (handle_status): New.
9111 (main): Delete local `status'. Adjust.
9112 * remote-utils.c: Include target.h.
9113 (prepare_resume_reply): Change prototype to take a
9114 target_waitstatus. Adjust.
9115
9116 * linux-low.c (linux_wait): Adjust to new target_ops->wait
9117 interface.
9118 * spu-low.c (spu_wait): Adjust.
9119 * win32-low.c (enum target_waitkind, struct target_waitstatus):
9120 Delete.
9121 (win32_wait): Adjust.
9122
91232009-04-01 Pedro Alves <pedro@codesourcery.com>
9124
9125 * target.h (struct thread_resume): Delete leave_stopped member.
9126 (struct target_ops): Add a `n' argument to the `resume' callback.
9127 * server.c (start_inferior): Adjust.
9128 (handle_v_cont, myresume): Adjust.
9129 * linux-low.c (check_removed_breakpoint): Adjust to resume
9130 interface change, and to removed leave_stopped field.
9131 (resume_ptr): Delete.
9132 (struct thread_resume_array): New.
9133 (linux_set_resume_request): Add new `arg' parameter. Adjust to
9134 resume interface change.
9135 (linux_continue_one_thread, linux_queue_one_thread)
9136 (resume_status_pending_p): Check if the resume field is NULL
9137 instead of checking the leave_stopped member.
9138 (linux_resume): Adjust to the target resume interface change.
9139 * spu-low.c (spu_resume): Adjust to the target resume interface
9140 change.
9141 * win32-low.c (win32_detach, win32_resume): Ditto.
9142
91432009-04-01 Pedro Alves <pedro@codesourcery.com>
9144
9145 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
9146 flag.
9147 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
9148 pending.
9149 (linux_continue_one_thread): Only preserve the stepping flag if
9150 there's a pending breakpoint.
9151
91522009-03-31 Pedro Alves <pedro@codesourcery.com>
9153
9154 * server.c (main): After the inferior having exited, call
9155 remote_close before exiting gdbserver.
9156
91572009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9158
9159 Fix size of FPSCR in Power 7 processors.
9160 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9161 (PPC_FEATURE_HAS_DFP): New #define.
9162 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
9163 size of the FPSCR.
9164
91652009-03-23 Pedro Alves <pedro@codesourcery.com>
9166
9167 * server.c (handle_query) Whitespace and formatting.
9168
91692009-03-22 Pedro Alves <pedro@codesourcery.com>
9170
9171 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
9172 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
9173 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
9174 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
9175 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
9176 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
9177 Makefile.in, configure.ac: Fix whitespace throughout.
9178 * configure: Regenerate.
9179
91802009-03-22 Pedro Alves <pedro@codesourcery.com>
9181
9182 * inferiors.c (find_inferior): Make it safe for the callback
9183 function to delete the currently iterated inferior.
9184
91852009-03-22 Pedro Alves <pedro@codesourcery.com>
9186
9187 * Makefile.in (linuw_low_h): Move higher.
9188 (thread-db.o): Depend on $(linux_low_h).
9189
91902009-03-17 Pedro Alves <pedro@codesourcery.com>
9191
9192 Rename "process" to "lwp" throughout.
9193
9194 * linux-low.c (all_processes): Rename to...
9195 (all_lwps): ... this.
9196 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
9197 (add_process): Rename to ...
9198 (add_lwp): ... this. Adjust.
9199 (linux_create_inferior): Adjust.
9200 (linux_attach_lwp): Adjust.
9201 (linux_attach): Adjust.
9202 (linux_kill_one_process): Rename to ...
9203 (linux_kill_one_lwp): ... this. Adjust.
9204 (linux_kill): Adjust.
9205 (linux_detach_one_process): Rename to ...
9206 (linux_detach_one_lwp): ... this. Adjust.
9207 (linux_detach): Adjust.
9208 (check_removed_breakpoint): Adjust.
9209 (status_pending_p): Adjust.
9210 (linux_wait_for_process): Rename to ...
9211 (linux_wait_for_lwp): ... this. Adjust.
9212 (linux_wait_for_event): Adjust.
9213 (send_sigstop): Adjust.
9214 (wait_for_sigstop): Adjust.
9215 (stop_all_processes): Rename to ...
9216 (stop_all_lwps): ... this.
9217 (linux_resume_one_process): Rename to ...
9218 (linux_resume_one_lwp): ... this. Adjust.
9219 (linux_set_resume_request, linux_continue_one_thread)
9220 (linux_queue_one_thread, resume_status_pending_p)
9221 (usr_store_inferior_registers, regsets_store_inferior_registers)
9222 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9223 Adjust.
9224 * linux-low.h (get_process): Rename to ...
9225 (get_lwp): ... this. Adjust.
9226 (get_thread_process): Rename to ...
9227 (get_thread_lwp): ... this. Adjust.
9228 (get_process_thread): Rename to ...
9229 (get_lwp_thread): ... this. Adjust.
9230 (struct process_info): Rename to ...
9231 (struct lwp_info): ... this.
9232 (all_processes): Rename to ...
9233 (all_lwps): ... this.
9234 * proc-service.c (ps_lgetregs): Adjust.
9235 * thread-db.c (thread_db_create_event, find_one_thread)
9236 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
9237
92382009-03-14 Pedro Alves <pedro@codesourcery.com>
9239
9240 * server.c (handle_query): Handle "qAttached".
9241
92422009-03-13 Nathan Sidwell <nathan@codesourcery.com>
9243
9244 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
9245 GPLv3, update license URL.
9246
92472009-03-01 Doug Evans <dje@google.com>
9248
9249 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
9250 (server_h): Add gdb_signals.h.
9251 (signals.o): Update.
9252 * server.h (target_signal_from_host,target_signal_to_host_p)
9253 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
9254
92552009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9256
9257 * remote-utils.c (getpkt): Also generate remote-debug
9258 information if noack_mode is set.
9259
92602009-02-06 Pedro Alves <pedro@codesourcery.com>
9261
9262 * server.c (handle_query): Report qXfer:siginfo:read and
9263 qXfer:siginfo:write as supported and handle them.
9264 * target.h (struct target_ops) <qxfer_siginfo>: New field.
9265 * linux-low.c (linux_xfer_siginfo): New.
9266 (linux_target_ops): Set it.
9267
92682009-01-26 Pedro Alves <pedro@codesourcery.com>
9269
9270 * server.c (gdbserver_usage): Mention --remote-debug.
9271 (main): Accept '--remote-debug' switch.
9272
92732009-01-18 Doug Evans <dje@google.com>
9274
9275 * regcache.c (new_register_cache): No need to check result of xcalloc.
9276 * server.c (handle_search_memory): Back out calls to xmalloc,
9277 result is checked and error is returned to user upon failure.
9278 (handle_query): Ditto. Add more checks for result of malloc.
9279 (handle_v_cont): Check result of malloc, report error back to
9280 user upon failure.
9281 (handle_v_run): Ditto. Call freeargv.
9282 * server.h (freeargv): Declare.
9283 * utils.c (freeargv): New fn.
9284
92852009-01-15 Doug Evans <dje@google.com>
9286
9287 * gdbreplay.c (perror_with_name): Make arg const char *.
9288 * server.h (target_signal_to_name): Make return type const char *.
9289 * thread-db.c (thread_db_err_str): Make return type const char *.
9290 * utils.c (perror_with_name): Make arg const char *.
9291
92922009-01-14 Pedro Alves <pedro@codesourcery.com>
9293
9294 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
9295 when handling a EXIT_PROCESS_DEBUG_EVENT.
9296
92972009-01-06 Joel Brobecker <brobecker@adacore.com>
9298
9299 * gdbreplay.c (gdbreplay_version): Update copyright year.
9300 * server.c (gdbserver_version): Likewise.
9301
93022009-01-05 Doug Evans <dje@google.com>
9303
9304 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
9305 (handle_extended_wait): Improve comment.
9306
93072008-12-13 Doug Evans <dje@google.com>
9308
9309 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
9310 * server.h (ATTR_MALLOC): New macro.
9311 (xmalloc,xcalloc,xstrdup): Declare.
9312 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
9313 * inferiors.c: Ditto.
9314 * linux-low.c: Ditto.
9315 * mem-break.c: Ditto.
9316 * regcache.c: Ditto.
9317 * remote-utils.c: Ditto.
9318 * server.c: Ditto.
9319 * target.c: Ditto.
9320 * win32-low.c: Ditto.
9321
93222008-12-12 Doug Evans <dje@google.com>
9323
9324 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
9325 in debugging printf.
9326
9327 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
9328
93292008-12-09 Doug Evans <dje@google.com>
9330
9331 * linux-low.h (struct process_info): Delete member tid, unused.
9332 * thread-db.c (find_one_thread): Update.
9333 (maybe_attach_thread): Update.
9334
93352008-12-02 Pedro Alves <pedro@codesourcery.com>
9336
9337 * target.h (struct target_ops): Add qxfer_osdata member.
9338 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
9339 and dirent.h.
9340 (linux_qxfer_osdata): New functions.
9341 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
9342 callback.
9343 * server.c (handle_query): Handle "qXfer:osdata:read:".
9344 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
9345 (buffer_xml_printf): New functions.
9346 * server.h (struct buffer): New.
9347 (buffer_grow_str, buffer_grow_str0): New macros.
9348 (buffer_grow, buffer_free, buffer_init, buffer_finish)
9349 (buffer_xml_printf): Declare.
9350
93512008-11-24 Doug Evans <dje@google.com>
9352
9353 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
9354
93552008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9356
9357 * server.c (handle_v_run): Always use the supplied argument list.
9358
93592008-11-19 Bob Wilson <bob.wilson@acm.org>
9360
9361 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
9362 (xtensa_regmap_table): Add entry for scompare1.
9363
93642008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9365
9366 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
9367 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
9368 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
9369 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
9370 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
9371 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
9372 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
9373 XML target descriptions.
9374 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
9375 when inferior is running on an ISA 2.05 or later processor. Add
9376 special case to return offset for full 64-bit slot of FPSCR when
9377 in 32-bits.
9378
93792008-11-14 Daniel Gutson <dgutson@codesourcery.com>
9380
9381 * Makefile.in (SFILES, clean): Added sparc64 files.
9382 (reg-sparc64.o, reg-sparc64.c): New.
9383 * configure.srv (sparc*-*-linux*): New configuration.
9384 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
9385 syscall arguments for SPARC.
9386 (regsets_store_inferior_registers): Likewise.
9387 * linux-sparc-low.c: New file.
9388
93892008-10-21 Doug Evans <dje@google.com>
9390
9391 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
9392 (READLINE_DIR,READLINE_DEP): Delete.
9393 (INTERNAL_CFLAGS): Update.
9394 (LINTFLAGS): Update.
9395
93962008-10-10 Pedro Alves <pedro@codesourcery.com>
9397
9398 * server.c (handle_v_run): If GDB didn't specify an argv, use the
9399 whole argv from the last run, not just argv[0].
9400
94012008-09-08 Pedro Alves <pedro@codesourcery.com>
9402
9403 * regcache.c (new_register_cache): Return NULL if the register
9404 cache size isn't known yet.
9405 (free_register_cache): Avoid dereferencing a NULL regcache.
9406
94072008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9408
9409 * configure.srv: Merge MIPS and MIPS64.
9410
94112008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
9412
9413 * Makefile.in (uninstall): Apply $(EXEEXT) too.
9414
94152008-08-18 Luis Machado <luisgpm@br.ibm.com>
9416
9417 * Makefile.in: Add required vsx dependencies.
9418
9419 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
9420 Declare init_registers_powerpc_vsx32l.
9421 Declare init_registers_powerpc_vsx64l.
9422 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
9423 (ppc_arch_setup): Check for VSX in hwcap.
9424 (ppc_fill_vsxregset): New function.
9425 (ppc_store_vsxregset): New function.
9426 Add new VSX entry in regset_info target_regsets.
9427
9428 * configure.srv: Add new VSX dependencies.
9429
94302008-08-12 Pedro Alves <pedro@codesourcery.com>
9431
9432 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
9433 (remote_open): Set or clear transport_is_reliable.
9434 (putpkt_binary): Don't expect acks in noack mode.
9435 (getpkt): Don't send ack/nac in noack mode.
9436 * server.c (handle_general_set): Handle QStartNoAckMode.
9437 (handle_query): If connected by tcp pass QStartNoAckMode+ in
9438 qSupported.
9439 (main): Reset noack_mode on every connection.
9440 * server.h (noack_mode): Declare.
9441
94422008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9443
9444 * Makefile.in (GDBREPLAY_OBS): New variable.
9445 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
9446
94472008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9448 Daniel Jacobowitz <dan@codesourcery.com>
9449
9450 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
9451 (usr_store_inferior_registers): Likewise.
9452 (regsets_store_inferior_registers): Likewise.
9453
94542008-07-31 Rolf Jansen <rj@surtec.com>
9455 Pedro Alves <pedro@codesourcery.com>
9456
9457 * configure.ac: Check for memmem declaration.
9458 * server.c [HAVE_MALLOC_H]: Include malloc.h.
9459 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
9460 (disable_packet_qfThreadInfo): Unconditionally compile.
9461 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
9462 * configure, config.in: Regenerate.
9463
94642008-07-28 Doug Kwan <dougkwan@google.com>
9465
9466 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
9467 (linux_write_memory): Remove declaration of errno.
9468
94692008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9470
9471 * linux-low.c (handle_extended_wait): Do not use "status"
9472 variable uninitialized.
9473
94742008-07-07 Pedro Alves <pedro@codesourcery.com>
9475
9476 * server.c (handle_v_attach): Inhibit reporting dll changes.
9477
94782008-06-27 Pedro Alves <pedro@codesourcery.com>
9479
9480 * remote-utils.c (prepare_resume_reply): If requested, don't
9481 output "thread:TID" in the T stop reply.
9482
9483 * server.c (disable_packet_vCont, disable_packet_Tthread)
9484 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
9485 (handle_query): If requested, disable support for qC, qfThreadInfo
9486 and qsThreadInfo.
9487 (handle_v_requests): If requested, disable support for vCont.
9488 (gdbserver_show_disableable): New.
9489 (main): Handle --disable-packet and --disable-packet=LIST.
9490
9491 * server.h (disable_packet_vCont, disable_packet_Tthread)
9492 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
9493
94942008-06-20 Carlos O'Donell <carlos@codesourcery.com>
9495
9496 * server.c (gdbserver_usage): Mention --version.
9497
94982008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
9499
9500 * Makefile.in (gdbreplay.o): New rule.
9501
95022008-06-06 Joseph Myers <joseph@codesourcery.com>
9503
9504 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
9505 message, not gdbserver.
9506
95072008-06-05 Vladimir Prus <vladimir@codesourcery.com>
9508 Nathan Sidwell <nathan@codesourcery.com>
9509 Joseph Myers <joseph@codesourcery.com>
9510
9511 * acinclude.m4: Include ../../config/acx.m4.
9512 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
9513 * configure, config.in: Regenerate.
9514 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
9515 * server.c (gdbserver_version): Print PKGVERSION.
9516 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
9517 (main): Adjust gdbserver_usage calls.
9518 * gdbreplay.c (version, host_name): Add declarations.
9519 (gdbreplay_version, gdbreplay_usage): New.
9520 (main): Accept --version and --help options.
9521
95222008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
9523
9524 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
9525 (arm_breakpoint_at): Handle Thumb.
9526 (the_low_target): Add comment.
9527
95282008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9529
9530 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
9531
95322008-05-09 Doug Evans <dje@google.com>
9533
9534 * server.h (decode_search_memory_packet): Declare.
9535 * remote-utils.c (decode_search_memory_packet): New fn.
9536 * server.c (handle_search_memory_1): New fn.
9537 (handle_search_memory): New fn.
9538 (handle_query): Process qSearch:memory packets.
9539
95402008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
9541
9542 * regcache.c (registers_length): Remove.
9543 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
9544 full register packet.
9545 * regcache.h (registers_length): Remove prototype.
9546 * server.h (PBUFSIZ): Define to 16384.
9547
95482008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
9549
9550 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
9551 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
9552 powerpc-64l.o, and powerpc-altivec64l.o.
9553 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
9554 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
9555 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
9556 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
9557 rs6000/power-linux.xml, and rs6000/power64-linux.xml
9558 to srv_xmlfiles.
9559
9560 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
9561 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
9562 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
9563 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
9564 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
9565 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
9566 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
9567 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
9568 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
9569 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
9570 (clean): Update.
9571
9572 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
9573 (init_registers_powerpc_32l): ... this new prototype.
9574 (init_registers_powerpc_32): Remove, replace by ...
9575 (init_registers_powerpc_altivec32l): ... this new prototype.
9576 (init_registers_powerpc_e500): Remove, replace by ...
9577 (init_registers_powerpc_e500l): ... this new prototype.
9578 (init_registers_ppc64): Remove, replace by ...
9579 (init_registers_powerpc_64l): ... this new prototype.
9580 (init_registers_powerpc_64): Remove, replace by ...
9581 (init_registers_powerpc_altivec64l): ... this new prototype.
9582 (ppc_num_regs): Set to 73.
9583 (PT_ORIG_R3, PT_TRAP): Define if necessary.
9584 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
9585 (ppc_cannot_store_register): Handle orig_r3 and trap.
9586 (ppc_arch_setup): Update init_registers_... calls.
9587 (ppc_fill_gregset): Handle orig_r3 and trap.
9588
9589 * inferiors.c (clear_inferiors): Reset current_inferior.
9590
95912008-04-23 Paolo Bonzini <bonzini@gnu.org>
9592
9593 * acinclude.m4: Add override.m4.
9594 * configure: Regenerate.
9595
95962008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9597
9598 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
9599 initial call to init_register_ppc64.
9600
96012008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9602
9603 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
9604 single powerpc*-*-linux* case.
9605 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
9606
96072008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9608
9609 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
9610 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
9611 from reg_xmlfiles.
9612 * linux-ppc-low.c: Include <elf.h>.
9613 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
9614 (ppc_hwcap): New global variable.
9615 (ppc_regmap): Remove __SPE__ #ifdef sections.
9616 (ppc_regmap_e500): New global variable.
9617 (ppc_cannot_store_register): Update __SPE__ special case.
9618 (ppc_get_hwcap): New function.
9619 (ppc_arch_setup): Use it to determine whether inferior supports
9620 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
9621 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
9622 Do not access registers if target does not support AltiVec.
9623 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
9624 Do not access registers if target does not support SPE.
9625 (target_regsets): Unconditionally include AltiVec and SPE regsets.
9626
96272008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9628
9629 * linux-low.c (disabled_regsets, num_regsets): New.
9630 (use_regsets_p): Delete.
9631 (linux_wait_for_process): Clear disabled_regsets.
9632 (regsets_fetch_inferior_registers): Check and set it.
9633 (regsets_store_inferior_registers): Likewise.
9634 (linux_fetch_registers, linux_store_registers): Do not use
9635 use_regsets_p.
9636 (initialize_low): Allocate disabled_regsets.
9637
96382008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
9639
9640 * Makefile.in (LIBOBJS): New.
9641 (OBS): Use LIBOBJS.
9642 (memmem.o): New rule.
9643 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
9644 * configure: Regenerated.
9645
96462008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
9647
9648 * server.c (handle_query): Never return "unsupported" for
9649 qXfer:features:read queries.
9650
96512008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
9652
9653 * server.c (get_features_xml): Fix inverted condition.
9654 (handle_query): Always support qXfer:feature:read.
9655
96562008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9657
9658 * server.c (wrapper_argv): New.
9659 (start_inferior): Handle wrapper_argv. If set, expect an extra
9660 trap.
9661 (gdbserver_usage): Document --wrapper.
9662 (main): Parse --wrapper.
9663
96642008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9665
9666 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
9667 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
9668 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
9669 (ppc_set_pc): Likewise.
9670 (ppc_arch_setup): New function.
9671 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
9672 of collect_register.
9673 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
9674
96752008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9676
9677 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
9678 instead of linux-ppc64-low.o.
9679 * linux-ppc64-low.c: Remove file.
9680 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
9681 (linux-ppc64-low.o): Remove rule.
9682
9683 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
9684 (init_registers_powerpc_64): Likewise.
9685 (ppc_regmap): Conditionally define depending on __powerpc64__.
9686 (ppc_cannot_store_register): Do not special-case "fpscr" when
9687 compiled on __powerpc64__.
9688 (ppc_collect_ptrace_register): New function.
9689 (ppc_supply_ptrace_register): New function.
9690 (ppc_breakpoint): Change type to "unsigned int".
9691 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
9692 (the_low_target): Conditionally provide initializers for the
9693 arch_setup member depending on __powerpc64__. Install
9694 collect_ptrace_register and supply_ptrace_register members.
9695
96962008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9697
9698 * regcache.h (gdbserver_xmltarget): Add extern declaration.
9699 * server.c (gdbserver_xmltarget): Define.
9700 (get_features_xml): Use it to replace "target.xml" and arch_string.
9701
9702 * configure.srv: Remove srv_xmltarget. Add XML files that were
9703 mentioned there to srv_xmlfiles instead. Remove conditional tests
9704 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
9705 srv_xmlfiles and srv_regobj to include all possible choices.
9706 * configure.ac (srv_xmltarget): Remove.
9707 (srv_xmlfiles): Do not add "target.xml".
9708 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
9709 checks for supplementary target information.
9710 * configure: Regenerate.
9711 * Makefile.in (XML_TARGET): Remove.
9712 (target.xml): Remove rule.
9713 (clean): Do not clean up target.xml.
9714 (.PRECIOUS): Do not mention target.xml.
9715
9716 * target.h (struct target_ops): Remove arch_string member.
9717 * linux-low.c (linux_arch_string): Remove.
9718 (linux_target_ops): Remove arch_string initializer.
9719 * linux-low.h (struct linux_target_ops): Remove arch_string member.
9720 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
9721 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
9722 * spu-low.c (spu_arch_string): Remove.
9723 (spu_target_ops): Remove arch_string initializer.
9724 * win32-low.c (win32_arch_string): Remove.
9725 (win32_target_ops): Remove arch_string initializer.
9726 * win32-low.h (struct win32_target_ops): Remove arch_string member.
9727 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
9728 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
9729
97302008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9731
9732 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
9733 by collect_ptrace_register and supply_ptrace_register hooks.
9734 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9735 instead of checking for the_low_target.left_pad_xfer.
9736 (usr_store_inferior_registers): Use collect_ptrace_register callback
9737 instead of checking for the_low_target.left_pad_xfer.
9738
9739 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9740 (s390_supply_ptrace_register): Likewise.
9741 (s390_fill_gregset): Call s390_collect_ptrace_register.
9742 (the_low_target): Update.
9743
9744 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9745 (ppc_supply_ptrace_register): Likewise.
9746 (the_low_target): Update.
9747
9748 * linux-i386-low.c (the_low_target): Update.
9749 * linux-x86-64-low.c (the_low_target): Update.
9750
97512008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9752
9753 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9754 reg-s390.o and reg-s390x.o.
9755
9756 * linux-low.c (new_inferior): New global variable.
9757 (linux_create_inferior, linux_attach): Set it.
9758 (linux_wait_for_process): Call the_low_target.arch_setup after the
9759 target has stopped for the first time.
9760 (initialize_low): Do not call the_low_target.arch_setup.
9761
9762 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9763 (s390_set_pc): Likewise.
9764 (s390_arch_setup): New function.
9765 (the_low_target): Use s390_arch_setup as arch_setup routine.
9766
9767 * regcache.c (realloc_register_cache): New function.
9768 (set_register_cache): Call it for each existing regcache.
9769
97702008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9771
9772 * server.h (init_registers): Remove prototype.
9773
9774 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9775 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9776 instead of init_registers ().
9777 * linux-arm-low.c (init_registers_arm): Add prototype.
9778 (init_registers_arm_with_iwmmxt): Likewise.
9779 (the_low_target): Add initializer for arch_setup field.
9780 * linux-cris-low.c (init_registers_cris): Add prototype.
9781 (the_low_target): Add initializer for arch_setup field.
9782 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9783 (the_low_target): Add initializer for arch_setup field.
9784 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9785 (the_low_target): Add initializer for arch_setup field.
9786 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9787 (the_low_target): Add initializer for arch_setup field.
9788 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9789 (the_low_target): Add initializer for arch_setup field.
9790 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9791 (the_low_target): Add initializer for arch_setup field.
9792 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9793 (init_registers_mips64_linux): Likewise.
9794 (the_low_target): Add initializer for arch_setup field.
9795 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9796 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9797 (the_low_target): Add initializer for arch_setup field.
9798 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9799 (init_registers_powerpc_64): Likewise.
9800 (the_low_target): Add initializer for arch_setup field.
9801 * linux-s390-low.c (init_registers_s390): Add prototype.
9802 (init_registers_s390x): Likewise.
9803 (the_low_target): Add initializer for arch_setup field.
9804 * linux-sh-low.c (init_registers_sh): Add prototype.
9805 (the_low_target): Add initializer for arch_setup field.
9806 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9807 (the_low_target): Add initializer for arch_setup field.
9808 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9809 (the_low_target): Add initializer for arch_setup field.
9810
9811 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9812 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9813 instead of init_registers ().
9814 * win32-arm-low.c (init_registers_arm): Add prototype.
9815 (the_low_target): Add initializer for arch_setup field.
9816 * win32-i386-low.c (init_registers_i386): Add prototype.
9817 (the_low_target): Add initializer for arch_setup field.
9818
9819 * spu-low.c (init_registers_spu): Add prototype.
9820 (initialize_low): Call initialie_registers_spu () instead of
9821 initialize_registers ().
9822
98232008-02-19 Pedro Alves <pedro@codesourcery.com>
9824
9825 * server.c (handle_v_requests): When handling the vRun and vAttach
9826 packets, if already debugging a process, don't kill it. Return an
9827 error instead.
9828
98292008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9830
9831 * server.c (handle_query): Correct length check.
9832
98332008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9834
9835 * win32-low.c (do_initial_child_stuff): Add process handle
9836 parameter. Set current_process_handle and current_process_id from the
9837 parameters. Clear globals.
9838 (win32_create_inferior): Don't set current_process_handle and
9839 current_process_id here. Instead pass them on the call to
9840 do_initial_child_stuff.
9841 (win32_attach): Likewise.
9842 (win32_clear_inferiors): New.
9843 (win32_kill): Don't close the current process handle or the
9844 current thread handle here. Instead call win32_clear_inferiors.
9845 (win32_detach): Don't open a new handle to the process. Call
9846 win32_clear_inferiors.
9847 (win32_join): Don't rely on current_process_handle; open a new
9848 handle using the process id.
9849 (win32_wait): Call win32_clear_inferiors when the inferior process
9850 has exited.
9851
98522008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9853
9854 * server.c (monitor_show_help): Add "exit".
9855
98562008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9857
9858 * Makefile.in (SFILES): Add linux-xtensa-low.c.
9859 (clean): Add reg-xtensa.c.
9860 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
9861 * configure.srv (xtensa*-*-linux*) New target.
9862 * linux-xtensa-low.c: New.
9863 * xtensa-xtregs.c: New.
9864
98652008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
9866
9867 * hostio.c: Don't include errno.h.
9868 (errno_to_fileio_errno): Move to hostio-errno.
9869 * hostio.c: (hostio_error): Remove the error parameter. Defer the
9870 error number outputting to the target->hostio_last_error callback.
9871 (hostio_packet_error): Use FILEIO_EINVAL directly.
9872 (handle_open, handle_pread, hostio_error, handle_unlink): Update
9873 calls to hostio_error.
9874 * hostio-errno.c: New.
9875 * server.h (hostio_last_error_from_errno): Declare.
9876 * target.h (target_ops): Add hostio_last_error member.
9877 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
9878 as hostio_last_error handler.
9879 * spu-low.c (spu_target_ops): Likewise.
9880 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
9881 (wince_hostio_last_error): New functions.
9882 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
9883 as hostio_last_error handler.
9884 (win32_target_ops) [!_WIN32_WCE]: Register
9885 hostio_last_error_from_errno as hostio_last_error handler.
9886 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
9887 (hostio-errno.o): New rule.
9888 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
9889 * configure.srv (srv_hostio_err_objs): New variable. Default to
9890 hostio-errno.o.
9891 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
9892 * configure: Regenerate.
9893
98942008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9895
9896 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
9897 (linux_kill, linux_detach): Clean up the process list.
9898 * remote-utils.c (remote_open): Improve port number parsing.
9899 (putpkt_binary, input_interrupt): Only send interrupts if the target
9900 is running.
9901 * server.c (extended_protocol): Make static.
9902 (attached): Define earlier.
9903 (exit_requested, response_needed, program_argv): New variables.
9904 (target_running): New.
9905 (start_inferior): Clear attached here.
9906 (attach_inferior): Set attached here.
9907 (require_running): Define.
9908 (handle_query): Use require_running and target_running. Implement
9909 "monitor exit".
9910 (handle_v_attach, handle_v_run): New.
9911 (handle_v_requests): Use require_running. Handle vAttach and vRun.
9912 (gdbserver_usage): Update.
9913 (main): Redo argument parsing. Handle --debug and --multi. Handle
9914 --attach along with other options or after the port. Save
9915 program_argv. Support no initial program. Resynchronize
9916 communication with GDB after an error. Handle "monitor exit".
9917 Use require_running and target_running. Always allow the extended
9918 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
9919 restart in extended mode.
9920 * README: Refer to the GDB manual. Update --attach usage.
9921
99222007-12-20 Andreas Schwab <schwab@suse.de>
9923
9924 * linux-low.c (STACK_SIZE): Define.
9925 (linux_tracefork_child): Use it. Use __clone2 on ia64.
9926 (linux_test_for_tracefork): Likewise.
9927
99282007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
9929
9930 * linux-low.c (linux_wait_for_event): Update messages. Do not
9931 reinsert auto-delete breakpoints.
9932 * mem-break.c (struct breakpoint): Change return type of handler to
9933 int.
9934 (set_breakpoint_at): Update handler type.
9935 (reinsert_breakpoint_handler): Return 1 instead of calling
9936 delete_breakpoint.
9937 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
9938 setting a new one.
9939 (check_breakpoints): Delete auto-delete breakpoints and return 2.
9940 * mem-break.h (set_breakpoint_at): Update handler type.
9941 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
9942 * win32-low.c (auto_delete_breakpoint): New.
9943 (get_child_debug_event): Use it.
9944
99452007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
9946
9947 * configure.ac: Check for pread and pwrite.
9948 * hostio.c (handle_pread): Fall back to lseek and read.
9949 (handle_pwrite): Fall back to lseek and write.
9950 * config.in, configure: Regenerated.
9951
99522007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
9953
9954 * server.c (myresume): Add own_buf argument.
9955 (main): Update calls.
9956
99572007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
9958
9959 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
9960 * remote-utils.c (remote_open): Do not call disable_async_io.
9961 (block_async_io): Delete.
9962 (unblock_async_io): Make static.
9963 (initialize_async_io): New.
9964 * server.c (handle_v_cont): Handle async I/O here.
9965 (myresume): Likewise. Move other common resume tasks here...
9966 (main): ... from here. Call initialize_async_io. Disable async
9967 I/O before the main loop.
9968 * server.h (initialize_async_io): Declare.
9969 (block_async_io, unblock_async_io): Delete prototypes.
9970 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
9971
99722007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
9973
9974 * remote-utils.c (readchar): Allow binary data in received messages.
9975
99762007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9977
9978 * win32-low.c (attaching): New global.
9979 (win32_create_inferior): Clear the `attaching' global.
9980 (win32_attach): Set the `attaching' global.
9981 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
9982 attaching. Only set a breakpoint at the entry point if not
9983 attaching.
9984
99852007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9986
9987 * server.c (main): Don't report dll events on the initial
9988 connection on attaches.
9989
99902007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9991
9992 * server.c (main): Relax numerical bases supported for the pid of
9993 the --attach command line argument.
9994
99952007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
9996
9997 * win32-low.c (win32_attach): Call OpenProcess before
9998 DebugActiveProcess, not after. Add last error output to error
9999 call.
10000
100012007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10002
10003 * win32-low.c (win32_get_thread_context)
10004 (win32_set_thread_context): New functions.
10005 (thread_rec): Use win32_get_thread_context.
10006 (continue_one_thread, win32_resume): Use win32_set_thread_context.
10007 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
10008 field.
10009
100102007-12-03 Leo Zayas
10011 Pedro Alves <pedro_alves@portugalmail.pt>
10012
10013 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
10014 global variables.
10015 (child_add_thread): Minor cleanup.
10016 (child_continue): Resume artificially suspended threads before
10017 calling ContinueDebugEvent.
10018 (suspend_one_thread): New.
10019 (fake_breakpoint_event): New.
10020 (get_child_debug_event): Change return type to int. Check here if
10021 gdb sent an interrupt request. If a soft interrupt was requested,
10022 fake a breakpoint event. Return 0 if there is no event to handle,
10023 and 1 otherwise.
10024 (win32_wait): Don't check here if gdb sent an interrupt request.
10025 Ensure there is a valid event to handle.
10026 (win32_request_interrupt): Add soft interruption method as last
10027 resort.
10028
100292007-12-03 Leo Zayas
10030 Pedro Alves <pedro_alves@portugalmail.pt>
10031
10032 * win32-low.h (win32_thread_info): Add descriptions to the
10033 structure members. Replace `suspend_count' counter by a
10034 `suspended' flag.
10035 * win32-low.c (thread_rec): Update condition of when to get the
10036 context from the inferior. Rely on ContextFlags being set if it
10037 has already been retrieved. Only suspend the inferior thread if
10038 we haven't already. Warn if that fails.
10039 (continue_one_thread): s/suspend_count/suspended/. Only call
10040 ResumeThread once. Warn if that fails.
10041
100422007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10043
10044 * win32-low.c (win32_wait): Don't read from the inferior when it
10045 has already exited.
10046
100472007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10048
10049 * Makefile.in (win32_low_h): New variable.
10050 (win32-low.o): Add dependency on $(win32_low_h).
10051 (win32-arm-low.o, win32-i386-low.o): New rules.
10052
100532007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10054
10055 * hostio.c: Correct copyright year.
10056
100572007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10058
10059 * Makefile.in (OBS): Add hostio.o.
10060 (hostio.o): New rule.
10061 * server.h (handle_vFile): Declare.
10062 * hostio.c: New file.
10063 * server.c (handle_v_requests): Take packet_len and new_packet_len
10064 for binary packets. Call handle_vFile.
10065 (main): Update call to handle_v_requests.
10066
100672007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10068
10069 * linux-low.c: Include <sched.h>.
10070
100712007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
10072
10073 * linux-low.c (linux_tracefork_grandchild): New.
10074 (linux_tracefork_child): Use clone.
10075 (linux_test_for_tracefork): Use clone; allocate and free a stack.
10076
100772007-10-31 Joel Brobecker <brobecker@adacore.com>
10078
10079 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
10080
100812007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
10082
10083 * linux-low.c (handle_extended_wait): Handle unexpected signals.
10084
100852007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10086
10087 * inferiors.c (change_inferior_id): Delete.
10088 (add_pid_to_list, pull_pid_from_list): New.
10089 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
10090 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
10091 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
10092 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
10093 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
10094 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
10095 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
10096 (using_threads): Always set to 1.
10097 (handle_extended_wait): New.
10098 (add_process): Do not set TID.
10099 (linux_create_inferior): Set must_set_ptrace_flags.
10100 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
10101 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
10102 (linux_thread_alive): Rename TID argument to LWPID.
10103 (linux_wait_for_process): Handle unknown processes. Do not use TID.
10104 (linux_wait_for_event): Do not use TID or check using_threads. Update
10105 call to dead_thread_notify. Call handle_extended_wait.
10106 (linux_create_inferior): Use PTRACE_SETOPTIONS.
10107 (send_sigstop): Delete sigstop_sent.
10108 (wait_for_sigstop): Avoid TID.
10109 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
10110 (linux_test_for_tracefork): New.
10111 (linux_lookup_signals): Use thread_db_active and
10112 linux_supports_tracefork_flag.
10113 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
10114 * linux-low.h (get_process_thread): Avoid TID.
10115 (struct process_ifo): Move thread_known and tid to the end. Remove
10116 sigstop_sent.
10117 (linux_attach_lwp, thread_db_init): Update prototypes.
10118 * server.h (change_inferior_id): Delete prototype.
10119 (add_pid_to_list, pull_pid_from_list): New prototypes.
10120 * thread-db.c (thread_db_use_events): New.
10121 (find_first_thread): Rename to...
10122 (find_one_thread): ...this. Update callers and messages. Do not
10123 call fatal. Check thread_db_use_events. Do not call
10124 change_inferior_id or new_thread_notify.
10125 (maybe_attach_thread): Update. Do not call new_thread_notify.
10126 (thread_db_init): Set thread_db_use_events. Check use_events.
10127 * utils.c (fatal, warning): Correct message prefix.
10128
101292007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10130
10131 * Makefile.in (clean): Remove new files.
10132 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
10133 (powerpc-64.o, powerpc-64.c): New rules.
10134 * configure.srv: Use alternate register sets for powerpc64-*-linux*
10135 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
10136 with SPE.
10137 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
10138 SPE targets.
10139 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
10140 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
10141 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
10142 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
10143 (target_regsets): Add AltiVec and SPE register sets.
10144 * configure.ac: Check for AltiVec and SPE.
10145 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
10146 (ppc_fill_vrregset, ppc_store_vrregset): New.
10147 (target_regsets): Add AltiVec register set.
10148 * configure: Regenerated.
10149
101502007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10151
10152 * linux-low.c (O_LARGEFILE): Define.
10153 (linux_read_memory): Use /proc/PID/mem.
10154 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
10155 * configure, config.in: Regenerated.
10156
101572007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10158
10159 * linux-low.c (linux_wait_for_event): Do not pass signals while
10160 single-stepping.
10161
101622007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10163
10164 * win32-low.c (create_process): New.
10165 (win32_create_inferior): Use create_process instead of
10166 CreateProcess. If create_process failed retry appending an ".exe"
10167 suffix. Store the GetLastError result immediatelly after
10168 create_process calls and use it on the call to error.
10169
101702007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10171
10172 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
10173
101742007-08-23 Joel Brobecker <brobecker@adacore.com>
10175
10176 * configure.ac: Switch license to GPLv3.
10177
101782007-08-01 Michael Snyder <msnyder@access-company.com>
10179
10180 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
10181
101822007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
10183
10184 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
10185 typedef.
10186 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
10187 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
10188 CloseToolhelp32Snapshot.
10189 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
10190 CloseToolhelp32Snapshot.
10191
101922007-07-27 Michael Snyder <michael.snyder@access-company.com>
10193
10194 * server.c (main): Check for inferior exit before main loop.
10195
101962007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
10197
10198 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
10199 instead of on tmp_desc.
10200
102012007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10202 Daniel Jacobowitz <dan@codesourcery.com>
10203
10204 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
10205 (add_thread): Minor cleanups.
10206 (clear_inferiors): Move lower in the file. Clear the DLL
10207 list.
10208 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
10209 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
10210 (xml_escape_text): New.
10211 * server.c (handle_query): Handle qXfer:libraries:read. Report it
10212 for qSupported.
10213 (handle_v_cont): Report errors.
10214 (gdbserver_version): Update.
10215 (main): Correct size of own_buf. Do not report initial DLL events.
10216 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
10217 (unloaded_dll, xml_escape_text): New.
10218 * win32-low.c (enum target_waitkind): Update comments.
10219 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
10220 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
10221 (win32_EnumProcessModules, win32_GetModuleInformation)
10222 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
10223 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
10224 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
10225 (win32_Module32First, win32_Module32Next, load_toolhelp)
10226 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
10227 (get_child_debug_event): Handle DLL events.
10228 (win32_wait): Likewise.
10229
102302007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10231
10232 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
10233 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
10234
102352007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10236
10237 * win32-low.c (handle_output_debug_string): Ignore event if not
10238 waiting.
10239
102402007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10241
10242 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
10243
102442007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
10245
10246 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
10247
102482007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10249
10250 * inferiors.c (change_inferior_id): Add comment.
10251 * linux-low.c (check_removed_breakpoint): Add an early
10252 prototype. Improve debug output.
10253 (linux_attach): Doc update.
10254 (linux_detach_one_process, linux_detach): Clean up before releasing
10255 each process.
10256 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
10257 * linux-low.h (struct process_info): Doc improvement.
10258 * mem-break.c (delete_all_breakpoints): New.
10259 * mem-break.h (delete_all_breakpoints): New prototype.
10260 * thread-db.c (find_first_thread): New.
10261 (thread_db_create_event): Call it instead of
10262 thread_db_find_new_threads. Clean up unused variables.
10263 (maybe_attach_thread): Remove first thread handling.
10264 (thread_db_find_new_threads): Use find_first_thread.
10265 (thread_db_get_tls_address): Likewise.
10266
102672007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10268
10269 * thread-db.c (thread_db_find_new_threads): Add prototype.
10270 (thread_db_create_event): Check for the main thread before adding
10271 a new thread.
10272 (maybe_attach_thread): Only enable event reporting if TID == 0.
10273 (thread_db_get_tls_address): Check for new threads.
10274
102752007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
10276
10277 * linux-low.c (linux_create_inferior): Try execv before execvp.
10278 * spu-low.c (spu_create_inferior): Likewise.
10279
102802007-06-13 Mike Frysinger <vapier@gentoo.org>
10281
10282 * linux-low.c (linux_create_inferior): Change execv to execvp.
10283 * spu-low.c (spu_create_inferior): Likewies.
10284
102852007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10286
10287 * Makefile.in (clean): Clean new files instead of deleted ones.
10288 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
10289 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
10290 rules.
10291 * configure.srv: Specify XML files and new regformats for MIPS and
10292 MIPS64 GNU/Linux.
10293 * linux-mips-low.c (mips_num_regs): Set to only used registers.
10294 (mips_regmap): Do not fetch $0. Remove unused registers. Add
10295 an entry for the restart register.
10296 (mips_cannot_fetch_register, mips_cannot_store_register)
10297 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
10298 register names to match the XML descriptions.
10299 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
10300 restart register instead of $0.
10301
103022007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10303 Markus Deuling <deuling@de.ibm.com>
10304
10305 * remote-utils.c (decode_xfer_write): New function.
10306 * server.h (decode_xfer_write): Add prototype.
10307 * server.c (handle_query): Add PACKET_LEN argument. Support
10308 qXfer:spu:read and qXfer:spu:write packets.
10309 (main): Pass packet_len to handle_query.
10310 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
10311 * target.h (target_ops): Add qxfer_spu.
10312
103132007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10314
10315 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
10316 accessing non-seekable spufs files.
10317
103182007-05-16 Markus Deuling <deuling@de.ibm.com>
10319
10320 * server.c (handle_query): Add reply for qC packet.
10321
103222007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10323 Leo Zayas <lerele@champenstudios@com>
10324
10325 * server.h (check_remote_input_interrupt_request): New function.
10326 * remote_utils.c (INVALID_DESCRIPTOR): New define.
10327 (remote_desc): Initialize with INVALID_DESCRIPTOR.
10328 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
10329 (check_remote_input_interrupt_request): New function.
10330 * server.h (check_remote_input_interrupt_request): Declare.
10331 * win32-low.c (winapi_DebugBreakProcess,
10332 winapi_GenerateConsoleCtrlEvent): New typedefs.
10333 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
10334 to 250 ms.
10335 (win32_wait): Check for remote interrupt request
10336 with check_remote_input_interrupt_request.
10337 (win32_request_interrupt): New function.
10338 (win32_target_op): Set request_interrupt to win32_request_interrupt.
10339
103402007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10341
10342 * win32-low.c (debug_registers_changed,
10343 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
10344 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
10345 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
10346 (thread_rec): Get context using the low target.
10347 (child_add_thread): Call thread_added on the low target,
10348 which does the same thing.
10349 (regptr): Delete.
10350 (do_initial_child_stuff): Remove debug registers references.
10351 Set context using the low target. Resume threads after
10352 setting the contexts.
10353 (child_continue): Remove dead variable. Remove debug
10354 registers references.
10355 (child_fetch_inferior_registers): Go through the low target.
10356 (do_child_store_inferior_registers): Remove.
10357 (child_store_inferior_registers): Go through the low target.
10358 (win32_resume): Remove debug registers references.
10359 Set context using the low target.
10360 (handle_exception): Change return type to void. Don't record
10361 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
10362 first chance exception.
10363 (get_child_debug_event): Change return type to void. Remove
10364 goto loop. Always return after waiting for debug event.
10365 (win32_wait): Convert to switch statement. Handle spurious
10366 events.
10367
10368 * win32-i386-low.c (debug_registers_changed,
10369 debug_registers_used): New.
10370 (initial_stuff): Rename to ...
10371 (i386_initial_stuff): ... this. Clear debug registers
10372 state variables.
10373 (store_debug_registers): Delete.
10374 (i386_get_thread_context): New.
10375 (load_debug_registers): Delete.
10376 (i386_set_thread_context): New.
10377 (i386_thread_added): New.
10378 (single_step): Rename to ...
10379 (i386_single_step): ... this.
10380 (do_fetch_inferior_registers): Rename to ...
10381 (i386_fetch_inferior_register): ... this.
10382 (i386_store_inferior_register): New.
10383 (the_low_target): Adapt to new interface.
10384
10385 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
10386 (arm_get_thread_context): New.
10387 (arm_set_thread_context): New.
10388 (regptr): New.
10389 (do_fetch_inferior_registers): Rename to ...
10390 (arm_fetch_inferior_register): ... this.
10391 (arm_store_inferior_register): New.
10392 (arm_wince_breakpoint): Reimplement as unsigned long.
10393 (arm_wince_breakpoint_len): Define.
10394 (the_low_target): Adapt to new interface.
10395
10396 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
10397 load_debug_registers. Add get_thread_context, set_thread_context,
10398 thread_added and store_inferior_register. Rename
10399 fetch_inferior_registers to fetch_inferior_register.
10400 (regptr): Remove declaration.
10401
104022007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10403
10404 * linux-low.c (linux_detach): Change return type to int. Return 0.
10405 * spu-low.c (spu_detach): Likewise.
10406
104072007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10408
10409 * target.h (target_ops): Change return type of detach to int.
10410 Add join.
10411 (join_inferior): New.
10412 * server.c (main): Don't skip detach support on mingw32.
10413 If the inferior doesn't support detaching return error.
10414 Call join_inferior instead of using waitpid.
10415 * linux-low.c (linux_join): New.
10416 (linux_target_op): Add linux_join.
10417 * spu-low.c (spu_join): New.
10418 (spu_target_ops): Add spu_join.
10419 * win32-low.c (win32_detach): Adapt to new interface.
10420 Reopen current_process_handle before detaching. Issue a child
10421 resume before detaching.
10422 (win32_join): New.
10423 (win32_target_op): Add win32_join.
10424
104252007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10426
10427 * win32-low.c (win32-attach): Fix return value.
10428 * target.h (target_ops): Describe ATTACH return values.
10429
104302007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10431
10432 * win32-low.c (GETPROCADDRESS): Define.
10433 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
10434 (winapi_DebugSetProcessKillOnExit): Likewise.
10435 (win32_create_inferior): Force usage of ansi CreateProcessA.
10436 (win32_attach): Use GETPROCADDRESS.
10437 (win32_detach): Likewise.
10438
104392007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10440
10441 * win32-low.c (win32_wait): Don't use WSTOPSIG.
10442
104432007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
10444
10445 * win32-low.c: Commit leftover changes from 2007-03-29.
10446
104472007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10448
10449 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
10450 fields short instead of int. Add explicit padding.
10451 (i387_cache_to_fsave): Remove unnecessary casts.
10452 (i387_fsave_to_cache): Doc fix.
10453 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
10454
104552007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10456
10457 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
10458 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
10459
104602007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10461
10462 * configure.srv (arm*-*-mingw32ce*): Move near the other
10463 arm targets.
10464
104652007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10466
10467 * configure.ac: Add errno checking.
10468 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
10469 sys/file.h and malloc.h.
10470 (AC_CHECK_DECLS): Add perror.
10471 (srv_mingwce): Handle.
10472 * configure.srv (i[34567]86-*-cygwin*): Add
10473 win32-i386-low.o to srv_tgtobj.
10474 (i[34567]86-*-mingw*): Likewise.
10475 (arm*-*-mingw32ce*): Add case.
10476 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10477 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
10478 [__MINGW32CE__] (strerror): New function.
10479 [__MINGW32CE__] (errno): Define to GetLastError.
10480 [__MINGW32CE__] (COUNTOF): New macro.
10481 (remote_open): Remove extra close call.
10482 * mem-break.c (delete_breakpoint_at): New function.
10483 * mem-break.h (delete_breakpoint_at): Declare.
10484 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10485 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
10486 [USE_WIN32API] (read, write): Add char* casts.
10487 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
10488 * server.h: Include wincecompat.h on Windows CE.
10489 [HAVE_ERRNO_H]: Check.
10490 (perror): Declare if not declared.
10491 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
10492 (perror_with_name): Remove errno declaration.
10493 * wincecompat.h: New.
10494 * wincecompat.c: New.
10495 * win32-low.h: New.
10496 * win32-arm-low.c: New.
10497 * win32-i386-low.c: New.
10498 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
10499 (OUTMSG2): Make it safe.
10500 (_T): New macro.
10501 (COUNTOF): New macro.
10502 (NUM_REGS): Get it from the low target.
10503 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
10504 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
10505 (thread_rec): Let low target handle debug registers.
10506 (child_add_thread): Likewise.
10507 (child_init_thread_list): Likewise.
10508 (continue_one_thread): Likewise.
10509 (regptr): New.
10510 (do_child_fetch_inferior_registers): Move to ...
10511 * win32-i386-low.c: ... here, and rename to ...
10512 (do_fetch_inferior_registers): ... this.
10513 * win32-low.c (child_fetch_inferior_registers):
10514 Go through the low target.
10515 (do_child_store_inferior_registers): Use regptr.
10516 (strwinerror): New function.
10517 (win32_create_inferior): Handle Windows CE.
10518 Use strwinerror instead of strerror on Windows error
10519 codes. Add program to the error output.
10520 Don't close the main thread handle on Windows CE.
10521 (win32_attach): Use coredll.dll on Windows CE.
10522 (win32_kill): Close current process and current
10523 thread handles.
10524 (win32_detach): Use coredll.dll on Windows CE.
10525 (win32_resume): Let low target handle debug registers, and
10526 step request.
10527 (handle_exception): Add/Remove initial breakpoint. Avoid
10528 non-existant WSTOPSIG on Windows CE.
10529 (win32_read_inferior_memory): Cast to remove warning.
10530 (win32_arch_string): Go through the low target.
10531 (initialize_low): Call set_breakpoint_data with the low
10532 target's breakpoint.
10533 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
10534 FOP_REGNUM, mappings): Move to ...
10535 * win32-i386-low.c: ... here.
10536 * win32-low.c (win32_thread_info): Move to ...
10537 * win32-low.h: ... here.
10538 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
10539 win32-arm-low.c and wincecompat.c.
10540 (all:): Add $EXEEXT.
10541 (install-only:): Likewise.
10542 (gdbserver:): Likewise.
10543 (gdbreplay:): Likewise.
10544 * config.in: Regenerate.
10545 * configure: Regenerate.
10546
105472007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10548
10549 * win32-low.c: Rename typedef thread_info to
10550 win32_thread_info throughout.
10551
105522007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10553
10554 * win32-i386-low.c: Rename to ...
10555 * win32-low.c: ... this.
10556 * configure.srv: Replace win32-i386-low.o with win32-low.o.
10557 * Makefile.in: Likewise.
10558
105592007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
10560
10561 * remote-utils.c (monitor_output): Constify msg parameter.
10562 * server.h (monitor_output): Likewise.
10563 * win32-i386-low.c (handle_output_debug_string): New.
10564 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
10565 handle_output_debug_string.
10566 (get_child_debug_event): Likewise.
10567
105682007-03-27 Mat Hostetter <mat@lcs.mit.edu>
10569
10570 * server.c (main): Correct strtoul check.
10571
105722007-03-27 Jon Ringle <jon@ringle.org>
10573
10574 * linux-low.c: Check __ARCH_HAS_MMU__ also.
10575
105762007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10577
10578 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10579
105802007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10581
10582 * terminal.h: Check HAVE_SGTTY_H.
10583
105842007-02-27 Mat Hostetter <mat@lcs.mit.edu>
10585
10586 * remote-utils.c (remote_open): Print out the assigned port number.
10587
105882007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10589
10590 * remote-utils.c (monitor_output): New function.
10591 * server.c (debug_threads): Define here.
10592 (monitor_show_help): New function.
10593 (handle_query): Handle qRcmd.
10594 (main): Do not handle 'd' packet.
10595 * server.h (debug_threads, remote_debug, monitor_output): Declare.
10596 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
10597 of debug_threads.
10598
105992007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10600
10601 * Makefile.in (EXEEXT): New.
10602 (clean): Use $(EXEEXT).
10603
106042007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10605
10606 * target.h (target_ops): Rename send_signal to request_interrupt,
10607 and remove enum target_signal parameter.
10608 * linux-low.c (linux_request_interrupt): Rename from
10609 linux_send_signal, and always send SIGINT.
10610 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
10611 and always send SIGINT.
10612 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
10613 of send_signal.
10614 (input_interrupt): Likewise.
10615
106162007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10617
10618 * server.c (get_features_xml): Check if target implemented
10619 arch_string.
10620 * win32-i386-low.c (win32_arch_string): New.
10621 (win32_target_ops): Add win32_arch_string as arch_string member.
10622
106232007-02-22 Markus Deuling <deuling@de.ibm.com>
10624
10625 * spu-low.c (spu_arch_string): New.
10626 (spu_target_ops): Add spu_arch_string.
10627
106282007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10629
10630 * remote-utils.c: Remove HAVE_TERMINAL_H check.
10631 * configure.ac: Do not check for terminal.h.
10632 * configure, config.in: Regenerated.
10633
106342007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10635
10636 * Makefile.in (OBS): Add $(XML_BUILTIN).
10637 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
10638 (clean): Update.
10639 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
10640 (arm-with-iwmmxt.c): New.
10641 * config.in, configure: Regenerate.
10642 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
10643 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
10644 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
10645 (arm*-*-linux*): Add iWMMXt and regset support.
10646 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
10647 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
10648 (arm_store_wmmxregset, target_regsets): New.
10649 * server.c (get_features_xml): Take annex argument. Check builtin
10650 XML documents.
10651 (handle_query): Handle multiple annexes.
10652
106532007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10654
10655 * remote-utils.c [USE_WIN32API] (read, write): Define.
10656 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
10657 write.
10658
106592007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10660
10661 * linux-i386-low.c (the_low_target): Set arch_string.
10662 * linux-x86-64-low.c (the_low_target): Likewise.
10663 * linux-low.c (linux_arch_string): New.
10664 (linux_target_ops): Add it.
10665 * linux-low.h (struct linux_target_ops): Add arch_string.
10666 * server.c (write_qxfer_response): Use const void * for DATA.
10667 (get_features_xml): New.
10668 (handle_query): Handle qXfer:features:read. Report it for qSupported.
10669 * target.h (struct target_ops): Add arch_string method.
10670
106712007-01-03 Denis Pilat <denis.pilat@st.com>
10672 Daniel Jacobowitz <dan@codesourcery.com>
10673
10674 * linux-low.c (linux_kill): Handle being called with no threads.
10675 * win32-i386-low.c (win32_kill): Likewise.
10676 (get_child_debug_event): Clear current_process_handle.
10677
106782006-12-30 Denis PILAT <denis.pilat@st.com>
10679 Daniel Jacobowitz <dan@codesourcery.com>
10680
10681 * remote-utils.c (remote_open): Check the type of specified
10682 serial port devices before opening them.
10683 * server.c (main): Kill the inferior if an error occurs during
10684 the first remote_open.
10685
106862006-12-05 Markus Deuling <deuling@de.ibm.com>
10687
10688 * README: Update supported targets.
10689
106902006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
10691
10692 * Makefile.in (clean): Remove reg-mips64.c.
10693 (reg-mips64.c, reg-mips64.o): New rules.
10694 * configure.srv: Handle mips64. Include regset support for mips.
10695 * linux-mips-low.c (union mips_register): New.
10696 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
10697 (mips_breakpoint, mips_breakpoint_at): Use int.
10698 (mips_collect_register, mips_supply_register)
10699 (mips_collect_register_32bit, mips_supply_register_32bit)
10700 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
10701 (mips_store_fpregset, target_regsets): New.
10702 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
10703
107042006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10705
10706 * configure.srv: Add target "spu*-*-*".
10707 * Makefile.in (clean): Remove reg-spu.c.
10708 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
10709 * spu-low.c: New file.
10710
107112006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10712
10713 * configure.ac: Correct td_thr_tls_get_addr test.
10714 * configure: Regenerated.
10715
107162006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10717
10718 * linux-low.c (linux_wait_for_event): Reformat. Use the
10719 pass_signals array.
10720 * remote-utils.c (decode_address_to_semicolon): New.
10721 * server.c (pass_signals, handle_general_set): New.
10722 (handle_query): Mention QPassSignals for qSupported.
10723 (main): Call handle_general_set.
10724 * server.h (pass_signals, decode_address_to_semicolon): New.
10725
107262006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
10727
10728 * server.c (handle_query): Correct error handling for read_auxv.
10729
107302005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10731
10732 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
10733 and srv_linux_thread_db to yes.
10734 * linux-s390-low.c (s390_fill_gregset): New function.
10735 (target_regsets): Define data structure.
10736
107372006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10738
10739 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10740 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10741 * config.in, configure: Regenerated.
10742 * inferiors.c (gdb_id_to_thread): New function.
10743 (gdb_id_to_thread_id): Use it.
10744 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10745 * linux-low.h (struct process_info): Add th member.
10746 (thread_db_get_tls_address): New prototype.
10747 * remote-utils.c (decode_address): Make non-static.
10748 * server.c (handle_query): Handle qGetTLSAddr.
10749 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10750 * target.h (struct target_ops): Add get_tls_address.
10751 * thread-db.c (maybe_attach_thread): Save the thread handle.
10752 (thread_db_get_tls_address): New.
10753
107542006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10755
10756 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10757 (linux_resume_one_process): Take a siginfo_t *. Update all
10758 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10759 (struct pending_signals): Add a siginfo_t.
10760 (linux_wait_for_process): Always set last_status.
10761 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10762 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10763 * linux-low.h (struct process_info): Add last_status.
10764
107652006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10766
10767 * remote-utils.c (try_rle): New function.
10768 (putpkt_binary): Use it.
10769
107702006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10771
10772 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10773 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10774 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10775 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10776 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10777 point registers.
10778
107792006-08-08 Richard Sandiford <richard@codesourcery.com>
10780
10781 * server.c (terminal_fd): New variable.
10782 (old_foreground_pgrp): Likewise.
10783 (restore_old_foreground_pgrp): New function.
10784 (start_inferior): Record the terminal file descriptor in terminal_fd
10785 and its original foreground group in old_foreground_pgrp. Register
10786 restore_old_foreground_pgrp with atexit().
10787
107882006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10789
10790 * server.c (handle_query): Correct qPart to qXfer.
10791
107922006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10793
10794 * configure.ac: Check for more headers which are missing on
10795 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10796 * configure.srv: Add Cygwin and mingw32.
10797 * remote-utils.c: Don't include headers unconditionally which
10798 are missing on mingw32. Include <winsock.h> for mingw32.
10799 (remote_open): Adjust for mingw32 support. Flush
10800 standard error after writing to it.
10801 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10802 (unblock_async_io, enable_async_io, disable_async_io)
10803 (readchar, getpkt): Update for Winsock support.
10804 (prepare_resume_reply): Expect a protocol signal number.
10805 * server.c: Disable <sys/wait.h> on mingw32.
10806 (start_inferior): Adjust for mingw32 support. Flush
10807 standard error after writing to it.
10808 (attach_inferior): Likewise. Use protocol signal
10809 numbers.
10810 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10811 and names.
10812 * win32-i386-low.c: New file.
10813 * Makefile.in (XM_CLIBS): Set.
10814 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10815 (win32-i386-low.o): New dependency rule.
10816 * linux-low.c (linux_wait): Use target signal numbers.
10817 * target.h (struct target_ops): Doc fix.
10818 * server.h (target_signal_to_name): New prototype.
10819 * gdbreplay.c: Don't include headers unconditionally which
10820 are missing on mingw32. Include <winsock.h> for mingw32.
10821 (remote_close, remote_open): Adjust for Winsock support.
10822 * configure, config.in: Regenerated.
10823
108242006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10825
10826 * server.c (decode_xfer_read, write_qxfer_response): New.
10827 (handle_query): Take a packet length argument. Handle
10828 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10829 the qSupported response.
10830 (main): Update call to handle_query.
10831
108322006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10835 (putpkt_binary): Renamed from putpkt and adjusted for binary
10836 data.
10837 (putpkt): New wrapper for putpkt_binary.
10838 (readchar): Don't mask off the high bit.
10839 (decode_X_packet): New function.
10840 * server.c (main): Call putpkt_binary if a handler sets the packet
10841 length. Save the length of the incoming packet. Handle 'X'.
10842 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10843
108442006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10845
10846 * server.c (handle_query): Handle qSupported.
10847
108482006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10849
10850 * remote-utils.c (all_symbols_looked_up): New variable.
10851 (look_up_one_symbol): Check it.
10852 * server.h (look_up_one_symbol): New declaration.
10853 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10854
108552006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10856
10857 * Makefile.in (linux-arm-low.o): Update dependencies.
10858 * linux-arm-low.c: Include "gdb_proc_service.h".
10859 (PTRACE_GET_THREAD_AREA): Define.
10860 (ps_get_thread_area): New function.
10861
108622006-05-09 Nathan Sidwell <nathan@codesourcery.com>
10863
10864 * configure.srv (m68k*-*-uclinux*): New target.
10865 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
10866 (linux_resume_one_process): Remove extraneous cast.
10867 (linux_read_offsets): New.
10868 (linux_target_op): Add linux_read_offsets on mmuless systems.
10869 * server.c (handle_query): Add qOffsets logic.
10870 * target.h (struct target_ops): Add read_offsets.
10871
108722006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10873
10874 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
10875 (PTRACE_GET_THREAD_AREA): Define.
10876 (ps_get_thread_area): New function.
10877 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
10878 (linux-x86-64-low.o): Update.
10879
108802006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10881
10882 * configure.ac: Remove checks for prfpregset_t.
10883 * gdb_proc_service.h: New file.
10884 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
10885 new "gdb_proc_service.h".
10886 * proc-service.c: Likewise.
10887 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
10888 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
10889 * Makefile.in (gdb_proc_service_h): Updated.
10890 * configure, config.in: Regenerated.
10891
108922006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10893
10894 * remote-utils.c (prepare_resume_reply): Move declaration
10895 of gdb_id_from_wait to the top of the block.
10896
108972006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
10898
10899 * linux-low.c (regsets_store_inferior_registers): Read the regset
10900 from the target before filling it.
10901
109022006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10903
10904 * server.c (attach_inferior): Return SIGTRAP for a successful
10905 attach.
10906
109072006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10908
10909 * Makefile.in (OBS): Add version.o.
10910 (STAGESTUFF): Delete.
10911 (version.o): Add dependencies.
10912 (version.c): Replace rule.
10913 (clean): Remove version.c.
10914 * server.c (gdbserver_version): New.
10915 (gdbserver_usage): Use printf.
10916 (main): Handle --version and --help.
10917 * server.h (version, host_name): Add declarations.
10918
109192005-12-23 Eli Zaretskii <eliz@gnu.org>
10920
10921 * linux-arm-low.c:
10922 * linux-arm-low.c:
10923 * inferiors.c:
10924 * i387-fp.h:
10925 * i387-fp.c:
10926 * gdbreplay.c:
10927 * regcache.c:
10928 * proc-service.c:
10929 * mem-break.h:
10930 * mem-break.c:
10931 * linux-x86-64-low.c:
10932 * linux-sh-low.c:
10933 * linux-s390-low.c:
10934 * linux-ppc64-low.c:
10935 * linux-ppc-low.c:
10936 * linux-mips-low.c:
10937 * linux-m68k-low.c:
10938 * linux-m32r-low.c:
10939 * linux-low.h:
10940 * linux-low.c:
10941 * linux-ia64-low.c:
10942 * linux-i386-low.c:
10943 * linux-crisv32-low.c:
10944 * thread-db.c:
10945 * terminal.h:
10946 * target.h:
10947 * target.c:
10948 * server.h:
10949 * server.c:
10950 * remote-utils.c:
10951 * regcache.h:
10952 * utils.c:
10953 * Makefile.in:
10954 * configure.ac:
10955 * gdbserver.1: Add (C) after Copyright. Update the FSF
10956 address.
10957
109582005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
10959
10960 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
10961 (arm_breakpoint_at): Recognize both breakpoints.
10962 (the_low_target): Use the correct breakpoint instruction.
10963
109642005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10965
10966 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
10967 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
10968 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
10969 (the_low_target): Update.
10970
109712005-10-25 Andreas Schwab <schwab@suse.de>
10972
10973 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
10974
10975 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
10976 (ia64_num_regs): Reduce to 462.
10977
109782005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10979
10980 * acinclude.m4: Correct quoting.
10981 * aclocal.m4: Regenerated.
10982
10983 Suggested by SZOKOVACS Robert <szo@ies.hu>:
10984 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
10985 (thread_db_init): Call thread_db_err_str.
10986 * configure.ac: Check for TD_VERSION.
10987 * config.in, configure: Regenerated.
10988
109892005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10990
10991 * server.h (error, fatal, warning): Add ATTR_FORMAT.
10992
109932005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
10994
10995 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
10996 is not available. Define HAVE_PTRACE_GETREGS if it is.
10997 * config.in, configure: Regenerated.
10998 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
10999 * linux-i386-low.c, linux-m68k-low.c: Update to use
11000 HAVE_PTRACE_GETREGS.
11001 * linux-low.c (regsets_fetch_inferior_registers)
11002 (regsets_store_inferior_registers): Only return 0 if we processed
11003 GENERAL_REGS.
11004 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
11005 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
11006
110072005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11008
11009 * inferiors.c (struct thread_info): Add gdb_id.
11010 (add_thread): Add gdb_id argument.
11011 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
11012 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
11013 calls to add_thread.
11014 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
11015 * server.c (handle_query): Use thread_to_gdb_id.
11016 (handle_v_cont, main): Use gdb_id_to_thread_id.
11017 * server.h (add_thread): Update prototype.
11018 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
11019 prototypes.
11020
110212005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11022
11023 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
11024 left-padded registers.
11025 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
11026 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
11027
110282005-07-01 Steve Ellcey <sje@cup.hp.com>
11029
11030 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
11031 * configure: Regenerate.
11032 * config.in: Regenerate.
11033 * server.h (NEED_DECLARATION_STRERROR):
11034 Replace with !HAVE_DECL_STRERROR.
11035
110362005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
11037
11038 * linux-low.c (linux_wait, linux_send_signal): Don't test
11039 an unsigned long variable for > 0 if it could be MAX_ULONG.
11040 * server.c (myresume): Likewise.
11041 * target.c (set_desired_inferior): Likewise.
11042
110432005-06-13 Mark Kettenis <kettenis@gnu.org>
11044
11045 * configure.ac: Simplify and improve check for socklen_t.
11046 * configure, config.in: Regenerate.
11047
110482005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11049
11050 * acconfig.h: Remove.
11051 * configure.ac: Add a test for socklen_t. Use three-argument
11052 AC_DEFINE throughout.
11053 * config.in: Regenerated using autoheader 2.59.
11054 * configure: Regenerated.
11055
11056 * gdbreplay.c (socklen_t): Provide a default.
11057 (remote_open): Use socklen_t.
11058 * remote-utils.c (socklen_t): Provide a default.
11059 (remote_open): Use socklen_t.
11060 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
11061 unsigned char.
11062
11063 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
11064 char for buffers.
11065 * linux-low.c (linux_read_memory, linux_write_memory)
11066 (linux_read_auxv): Likewise.
11067 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
11068 (check_mem_write): Likewise.
11069 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
11070 Likewise.
11071 * regcache.c (struct inferior_rgcache_data, registers_to_string)
11072 (registers_from_string, register_data): Likewise.
11073 * server.c (handle_query, main): Likewise.
11074 * server.h (convert_ascii_to_int, convert_int_to_ascii)
11075 (decode_M_packet): Likewise.
11076 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
11077 * target.h (struct target_ops): Update read_memory, write_memory,
11078 and read_auxv.
11079 (read_inferior_memory, write_inferior_memory): Update.
11080 * linux-low.h (struct linux_target_ops): Change type of breakpoint
11081 to unsigned char *.
11082 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
11083 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
11084 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
11085 linux-s390-low.c, linux-sh-low.c: Update for changes in
11086 read_inferior_memory and the_low_target->breakpoint.
11087
110882005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
11089
11090 * Makefile.in (SFILES): Add linux-ppc64-low.c.
11091 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
11092 * configure.srv: Add powerpc64-*-linux*.
11093 * linux-ppc64-low.c: New file.
11094
110952005-05-23 Orjan Friberg <orjanf@axis.com>
11096
11097 * linux-cris-low.c: New file with support for CRIS.
11098 * linux-crisv32-low.c: Ditto for CRISv32.
11099 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
11100 (clean): Add reg-cris.c and reg-crisv32.c.
11101 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
11102 reg-crisv32.o, and reg-crisv32.c to make rules.
11103 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
11104 recognized targets.
11105
111062005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
11107
11108 * linux-low.c (fetch_register): Ensure buffer size is a multiple
11109 of sizeof (PTRACE_XFER_TYPE).
11110 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
11111
111122005-05-12 Orjan Friberg <orjanf@axis.com>
11113
11114 * target.h (struct target_ops): Add insert_watchpoint,
11115 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
11116 pointers for hardware watchpoint support.
11117 * linux-low.h (struct linux_target_ops): Ditto.
11118 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
11119 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
11120 to linux_target_ops.
11121 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
11122 reply packet.
11123 * server.c (main): Recognize 'Z' and 'z' packets.
11124
111252005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
11126
11127 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
11128 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
11129 (the_low_target): Add new members.
11130
111312005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11132
11133 * proc-service.c (ps_lgetregs): Search all_processes instead of
11134 all_threads.
11135
111362005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11137
11138 * server.c (start_inferior): Change return type to int.
11139 (attach_inferior): Change sigptr to int *.
11140 (handle_v_cont, handle_v_requests): Change signal to int *.
11141 (main): Change signal to int.
11142
111432005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
11144
11145 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
11146 * configure.srv: Add m32r*-*-linux*.
11147 * linux-m32r-low.c: New file.
11148
111492005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
11150
11151 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
11152
111532005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11154
11155 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
11156 Take unsigned long arguments for PIDs.
11157 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
11158 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
11159 (wait_for_sigstop, linux_resume_one_process)
11160 (regsets_fetch_inferior_registers, linux_send_signal)
11161 (linux_read_auxv): Likewise. Update the types of variables holding
11162 PIDs. Update format string specifiers.
11163 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
11164 * remote-utils.c (prepare_resume_reply): Likewise.
11165 * server.c (cont_thread, general_thread, step_thread)
11166 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
11167 unsigned long.
11168 (handle_query): Update format specifiers.
11169 (handle_v_cont, main): Use strtoul for thread IDs.
11170 * server.h (struct inferior_list_entry): Use unsigned long for ID.
11171 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
11172 (general_thread, step_thread, thread_from_wait)
11173 (old_thread_from_wait): Update.
11174 * target.h (struct thread_resume): Use unsigned long for THREAD.
11175 (struct target_ops): Use unsigned long for arguments to attach and
11176 thread_alive.
11177
111782005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
11179
11180 * acinclude.m4: Include bfd/bfd.m4 directly.
11181 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
11182 <agriffis@toolchain.org>.
11183 * aclocal.m4, configure: Regenerated.
11184
111852005-01-07 Andrew Cagney <cagney@gnu.org>
11186
11187 * configure.ac: Rename configure.in, require autoconf 2.59.
11188 * configure: Re-generate.
11189
111902004-12-08 Daniel Jacobowitz <dan@debian.org>
11191
11192 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
11193 LIBS when finished.
11194 * aclocal.m4: Regenerated.
11195 * configure: Regenerated.
11196
111972004-11-21 Andreas Schwab <schwab@suse.de>
11198
11199 * linux-m68k-low.c (m68k_num_gregs): Define.
11200 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
11201 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
11202 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
11203 (m68k_breakpoint_at): New. Add to the_low_target.
11204
11205 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
11206 srv_linux_thread_db to yes.
11207
112082004-10-20 Joel Brobecker <brobecker@gnat.com>
11209
11210 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
11211 (ARCH_SET_FS): Likewise.
11212 (ARCH_GET_FS): Likewise.
11213 (ARCH_GET_GS): Likewise.
11214
112152004-10-16 Daniel Jacobowitz <dan@debian.org>
11216
11217 * linux-i386-low.c (ps_get_thread_area): New.
11218 * linux-x86-64-low.c (ps_get_thread_area): New.
11219 * linux-low.c: Include <sys/syscall.h>.
11220 (linux_kill_one_process): Don't kill the first thread here.
11221 (linux_kill): Kill the first thread here.
11222 (kill_lwp): New function.
11223 (send_sigstop, linux_send_signal): Use it.
11224 * proc-service.c: Clean up #ifdefs.
11225 (fpregset_info): Delete.
11226 (ps_lgetregs): Update and enable implementation.
11227 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
11228 implementations.
11229 * remote-utils.c (struct sym_cache, symbol_cache): New.
11230 (input_interrupt): Print a clearer message.
11231 (async_io_enabled): New variable.
11232 (enable_async_io, disable_async_io): Use it. Update comments.
11233 (look_up_one_symbol): Use the symbol cache.
11234 * thread-db.c (thread_db_look_up_symbols): New function.
11235 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
11236
112372004-10-16 Daniel Jacobowitz <dan@debian.org>
11238
11239 * configure.in: Test for -rdynamic.
11240 * configure: Regenerated.
11241 * Makefile (INTERNAL_LDFLAGS): New.
11242 (gdbserver, gdbreplay): Use it.
11243
112442004-09-02 Andrew Cagney <cagney@gnu.org>
11245
11246 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
11247
112482004-03-23 Daniel Jacobowitz <drow@mvista.com>
11249
11250 * linux-low.c (linux_wait): Clear all_processes list also.
11251
112522004-03-12 Daniel Jacobowitz <drow@mvista.com>
11253
11254 * linux-low.c: Include <errno.h>. Remove extern declaration of
11255 errno.
11256
112572004-03-12 Daniel Jacobowitz <drow@mvista.com>
11258
11259 * gdbreplay.c, server.h, utils.c: Update copyright years.
11260
112612004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11262
11263 * server.c (main): Print child status or termination signal from
11264 variable 'signal', not 'sig'.
11265
112662004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11267
11268 * linux-low.c (linux_read_memory): Change return type to
11269 int. Check for and return error from ptrace().
11270 * target.c (read_inferior_memory): Change return type to int. Pass
11271 back return status from the_target->read_memory().
11272 * target.h (struct target_ops): Adapt *read_memory() prototype.
11273 Update comment.
11274 (read_inferior_memory): Adapt prototype.
11275 * server.c (main): Return an error packet if
11276 read_inferior_memory() returns an error.
11277
112782004-03-04 Daniel Jacobowitz <drow@mvista.com>
11279
11280 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
11281 Unify with other clean targets.
11282
112832004-02-29 Daniel Jacobowitz <drow@mvista.com>
11284
11285 * server.c (handle_v_cont): Call set_desired_inferior.
11286
112872004-02-29 Daniel Jacobowitz <drow@mvista.com>
11288
11289 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
11290
112912004-02-29 Daniel Jacobowitz <drow@mvista.com>
11292
11293 * linux-low.c (linux_wait): Unblock async I/O.
11294 (linux_resume): Block and enable async I/O.
11295 * remote-utils.c (block_async_io, unblock_async_io): New functions.
11296 * server.h (block_async_io, unblock_async_io): Add prototypes.
11297
112982004-02-29 Daniel Jacobowitz <drow@mvista.com>
11299
11300 * remote-utils.c (remote_open): Print a status notice after
11301 opening a TCP port.
11302 * server.c (attach_inferior): Print a status notice after
11303 attaching.
11304
113052004-02-29 Daniel Jacobowitz <drow@mvista.com>
11306
11307 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
11308
113092004-02-26 Daniel Jacobowitz <drow@mvista.com>
11310
11311 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
11312 error packet.
11313 * server.c, target.h: Update copyright years.
11314
113152004-02-25 Roland McGrath <roland@redhat.com>
11316
11317 * target.h (struct target_ops): New member `read_auxv'.
11318 * server.c (handle_query): Handle qPart:auxv:read: query using that.
11319 * linux-low.c (linux_read_auxv): New function.
11320 (linux_target_ops): Initialize `read_auxv' member to that.
11321
113222004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11323
11324 Committed by Jim Blandy <jimb@redhat.com>.
11325
11326 * linux-s390-low.c (s390_num_regs): Update.
11327 (s390_regmap): Remove control registers. Use __s390x__ predefine
11328 instead of GPR_SIZE to distiguish s390 and s390x targets.
11329
113302004-01-31 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * linux-low.c: Update copyright year.
11333 (check_removed_breakpoint): Clear pending_is_breakpoint.
11334 (linux_set_resume_request, linux_queue_one_thread)
11335 (resume_status_pending_p): New functions.
11336 (linux_continue_one_thread): Use process->resume.
11337 (linux_resume): Only resume threads if there are no pending events.
11338 * linux-low.h (struct process_info): Add resume request
11339 pointer.
11340
113412004-01-30 Daniel Jacobowitz <drow@mvista.com>
11342
11343 * regcache.c (new_register_cache): Clear the allocated register
11344 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11345
113462003-10-13 Daniel Jacobowitz <drow@mvista.com>
11347
11348 * linux-low.c (linux_resume): Take a struct thread_resume *
11349 argument.
11350 (linux_wait): Update call.
11351 (resume_ptr): New static variable.
11352 (linux_continue_one_thread): Renamed from
11353 linux_continue_one_process. Use resume_ptr.
11354 (linux_resume): Use linux_continue_one_thread.
11355 * server.c (handle_v_cont, handle_v_requests): New functions.
11356 (myresume): New function.
11357 (main): Handle 'v' case.
11358 * target.h (struct thread_resume): New type.
11359 (struct target_ops): Change argument of "resume" to struct
11360 thread_resume *.
11361 (myresume): Delete macro.
11362
113632003-08-08 H.J. Lu <hongjiu.lu@intel.com>
11364
11365 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
11366 (uninstall): Support DESTDIR.
11367
11368Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
11369
11370 * configure.srv: Add xscale*linux copy of arm*linux entry.
11371
113722003-07-24 Daniel Jacobowitz <drow@mvista.com>
11373
11374 * linux-arm-low.c (arm_reinsert_addr): New function.
11375 (the_low_target): Add arm_reinsert_addr.
11376
113772003-07-08 Mark Kettenis <kettenis@gnu.org>
11378
11379 * mem-break.c: Remove whitespace at end of file.
11380
113812003-06-28 Daniel Jacobowitz <drow@mvista.com>
11382
11383 * configure.in: Check whether we need to prototype strerror.
11384 * server.h: Optionally prototype strerror.
11385 * gdbreplay.c (perror_with_name): Use strerror.
11386 * linux-low.c (linux_attach_lwp): Use strerror.
11387 * utils.c (perror_with_name): Use strerror.
11388 * config.in, configure: Regenerated.
11389
113902003-06-28 Daniel Jacobowitz <drow@mvista.com>
11391
11392 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
11393 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
11394
113952003-06-20 Daniel Jacobowitz <drow@mvista.com>
11396
11397 * Makefile.in (SFILES): Update.
11398 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
11399 low-sun3.c: Remove files.
11400
114012003-06-17 Daniel Jacobowitz <drow@mvista.com>
11402
11403 * linux-low.c: Move comment to linux_thread_alive where it belonged.
11404 (linux_detach_one_process, linux_detach): New functions.
11405 (linux_target_ops): Add linux_detach.
11406 * server.c (main): Handle 'D' packet.
11407 * target.h (struct target_ops): Add "detach" member.
11408 (detach_inferior): Define.
11409
114102003-06-13 Mark Kettenis <kettenis@gnu.org>
11411
11412 From Kelley Cook <kelleycook@wideopenwest.com>:
11413 * configure.srv: Accept i[34567]86 variants.
11414
114152003-06-05 Daniel Jacobowitz <drow@mvista.com>
11416
11417 * linux-low.c (linux_wait_for_event): Correct comment typos.
11418 (linux_resume_one_process): Call check_removed_breakpoint.
11419 (linux_send_signal): New function.
11420 (linux_target_ops): Add linux_send_signal.
11421 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
11422 of kill.
11423 * target.h (struct target_ops): Add send_signal.
11424
114252003-05-29 Jim Blandy <jimb@redhat.com>
11426
11427 * linux-low.c (usr_store_inferior_registers): Transfer buf in
11428 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
11429 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
11430 away part of the register's value.
11431
114322003-03-26 Daniel Jacobowitz <drow@mvista.com>
11433
11434 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
11435 (linux_wait_for_event, linux_init_signals): Likewise.
11436
114372003-03-17 Daniel Jacobowitz <drow@mvista.com>
11438
11439 * configure.in: Check for stdlib.h.
11440 * configure: Regenerated.
11441 * config.in: Regenerated.
11442
114432003-01-04 Andreas Schwab <schwab@suse.de>
11444
11445 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
11446
114472003-01-02 Andrew Cagney <ac131313@redhat.com>
11448
11449 * Makefile.in: Remove obsolete code.
11450
114512002-11-20 Daniel Jacobowitz <drow@mvista.com>
11452
11453 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
11454 defined(PT_FPR0_HI).
11455
114562002-11-17 Stuart Hughes <seh@zee2.com>
11457
11458 * linux-arm-low.c (arm_num_regs): Increase.
11459 (arm_regmap): Include status register.
11460
114612002-11-17 Daniel Jacobowitz <drow@mvista.com>
11462
11463 * linux-low.c (register_addr): Remove incorrect -1 check.
11464
114652002-08-29 Daniel Jacobowitz <drow@mvista.com>
11466
11467 * linux-low.c (linux_create_inferior): Call setpgid. Return
11468 the new PID.
11469 (unstopped_p, linux_signal_pid): Remove.
11470 (linux_target_ops): Remove linux_signal_pid.
11471 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
11472 global instead of target method.
11473 * target.h (struct target_ops): Remove signal_pid. Update comment
11474 for create_inferior.
11475 * server.c (signal_pid): New variable.
11476 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
11477 gdbserver. Set the child to be the foreground process group.
11478 (attach_inferior): Set signal_pid.
11479
114802002-08-23 Daniel Jacobowitz <drow@mvista.com>
11481
11482 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
11483
114842002-08-20 Jim Blandy <jimb@redhat.com>
11485
11486 * Makefile.in (LDFLAGS): Allow the configure script to establish a
11487 default for this.
11488
114892002-08-01 Andrew Cagney <cagney@redhat.com>
11490
11491 * Makefile.in: Make chill references obsolete.
11492
114932002-07-24 Kevin Buettner <kevinb@redhat.com>
11494
11495 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
11496 * configure: Regenerate.
11497 * config.in: Regenerate.
11498
114992002-07-09 David O'Brien <obrien@FreeBSD.org>
11500
11501 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
11502 (perror_with_name, remote_close, remote_open, expect, play): Static.
11503
115042002-07-04 Michal Ludvig <mludvig@suse.cz>
11505
11506 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
11507 byte offsets instead of an array of indexes.
11508 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
11509
115102002-06-13 Daniel Jacobowitz <drow@mvista.com>
11511
11512 * regcache.c: Add comment.
11513
115142002-06-11 Daniel Jacobowitz <drow@mvista.com>
11515
11516 * thread-db.c: New file.
11517 * proc-service.c: New file.
11518 * acinclude.m4: New file.
11519 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
11520 proc-service.o, and thread-db.o.
11521 (linux-low.o): Add USE_THREAD_DB.
11522 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
11523 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
11524 * aclocal.m4: Regenerated.
11525 * config.in: Regenerated.
11526 * configure: Regenerated.
11527 * configure.in: Check for proc_service.h, sys/procfs.h,
11528 thread_db.h, and linux/elf.h headrs.
11529 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
11530 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
11531 Check for -lthread_db and thread support.
11532 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
11533 PowerPC, and SuperH.
11534 * i387-fp.c: Constify arguments.
11535 * i387-fp.h: Likewise.
11536 * inferiors.c: (struct thread_info): Renamed from
11537 `struct inferior_info'. Remove PID member. Use generic inferior
11538 list header. All uses updated.
11539 (inferiors, signal_pid): Removed.
11540 (all_threads): New variable.
11541 (get_thread): Define.
11542 (add_inferior_to_list): New function.
11543 (for_each_inferior): New function.
11544 (change_inferior_id): New function.
11545 (add_inferior): Removed.
11546 (remove_inferior): New function.
11547 (add_thread): New function.
11548 (free_one_thread): New function.
11549 (remove_thread): New function.
11550 (clear_inferiors): Use for_each_inferior and free_one_thread.
11551 (find_inferior): New function.
11552 (find_inferior_id): New function.
11553 (inferior_target_data): Update argument type.
11554 (set_inferior_target_data): Likewise.
11555 (inferior_regcache_data): Likewise.
11556 (set_inferior_regcache_data): Likewise.
11557 * linux-low.c (linux_bp_reinsert): Remove.
11558 (all_processes, stopping_threads, using_thrads)
11559 (struct pending_signals, debug_threads, pid_of): New.
11560 (inferior_pid): Replace with macro.
11561 (struct inferior_linux_data): Remove.
11562 (get_stop_pc, add_process): New functions.
11563 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
11564 Use add_process and add_thread.
11565 (linux_attach_lwp): New function, based on old linux_attach. Use
11566 add_process and add_thread. Set stop_expected for new threads.
11567 (linux_attach): New function.
11568 (linux_kill_one_process): New function.
11569 (linux_kill): Kill all LWPs.
11570 (linux_thread_alive): Use find_inferior_id.
11571 (check_removed_breakpoints, status_pending_p): New functions.
11572 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
11573 Update. Use WNOHANG. Wait for cloned processes also. Update process
11574 struct for the found process.
11575 (linux_wait_for_event): New function.
11576 (linux_wait): Use it. Support LWPs.
11577 (send_sigstop, wait_for_sigstop, stop_all_processes)
11578 (linux_resume_one_process, linux_continue_one_process): New functions.
11579 (linux_resume): Support LWPs.
11580 (REGISTER_RAW_SIZE): Remove.
11581 (fetch_register): Use register_size instead. Call supply_register.
11582 (usr_store_inferior_registers): Likewise. Call collect_register.
11583 Fix recursive case.
11584 (regsets_fetch_inferior_registers): Improve error message.
11585 (regsets_store_inferior_registers): Add debugging.
11586 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
11587 (unstopped_p, linux_signal_pid): New functions.
11588 (linux_target_ops): Add linux_signal_pid.
11589 (linux_init_signals): New function.
11590 (initialize_low): Call it. Initialize using_threads.
11591 * regcache.c (inferior_regcache_data): Add valid
11592 flag.
11593 (get_regcache): Fetch registers lazily. Add fetch argument
11594 and update all callers.
11595 (regcache_invalidate_one, regcache_invalidate): New
11596 functions.
11597 (new_register_cache): Renamed from create_register_cache.
11598 Return the new regcache.
11599 (free_register_cache): Change argument to a void *.
11600 (registers_to_string, registers_from_string): Call get_regcache
11601 with fetch flag set.
11602 (register_data): Make static. Pass fetch flag to get_regcache.
11603 (supply_register): Call get_regcache with fetch flag clear.
11604 (collect_register): Call get_regcache with fetch flag set.
11605 (collect_register_as_string): New function.
11606 * regcache.h: Update.
11607 * remote-utils.c (putpkt): Flush after debug output and use
11608 stderr.
11609 Handle input interrupts while waiting for an ACK.
11610 (input_interrupt): Use signal_pid method.
11611 (getpkt): Flush after debug output and use stderr.
11612 (outreg): Use collect_register_as_string.
11613 (new_thread_notify, dead_thread_notify): New functions.
11614 (prepare_resume_reply): Check using_threads. Set thread_from_wait
11615 and general_thread.
11616 (look_up_one_symbol): Flush after debug output.
11617 * server.c (step_thread, server_waiting): New variables.
11618 (start_inferior): Don't use signal_pid. Update call to mywait.
11619 (attach_inferior): Update call to mywait.
11620 (handle_query): Handle qfThreadInfo and qsThreadInfo.
11621 (main): Don't fetch/store registers explicitly. Use
11622 set_desired_inferior. Support proposed ``Hs'' packet. Update
11623 calls to mywait.
11624 * server.h: Update.
11625 (struct inferior_list, struct_inferior_list_entry): New.
11626 * target.c (set_desired_inferior): New.
11627 (write_inferior_memory): Constify.
11628 (mywait): New function.
11629 * target.h: Update.
11630 (struct target_ops): New signal_pid method.
11631 (mywait): Removed macro, added prototype.
11632
11633 * linux-low.h (regset_func): Removed.
11634 (regset_fill_func, regset_store_func): New.
11635 (enum regset_type): New.
11636 (struct regset_info): Add type field. Use new operation types.
11637 (struct linux_target_ops): stop_pc renamed to get_pc.
11638 Add decr_pc_after_break and breakpoint_at.
11639 (get_process, get_thread_proess, get_process_thread)
11640 (strut process_info, all_processes, linux_attach_lwp)
11641 (thread_db_init): New.
11642
11643 * linux-arm-low.c (arm_get_pc, arm_set_pc,
11644 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
11645 (the_low_target): Add new members.
11646 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
11647 (i386_store_fpxregset): Constify.
11648 (target_regsets): Add new kind identifier.
11649 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
11650 (i386_set_pc): Add debugging.
11651 (i386_breakpoint_at): New function.
11652 (the_low_target): Add new members.
11653 * linux-mips-low.c (mips_get_pc, mips_set_pc)
11654 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
11655 (mips_breakpoint_at): New.
11656 (the_low_target): Add new members.
11657 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
11658 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
11659 (the_low_target): Add new members.
11660 * linux-sh-low.c (sh_get_pc, sh_set_pc)
11661 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
11662 (the_low_target): Add new members.
11663 * linux-x86-64-low.c (target_regsets): Add new kind
11664 identifier.
11665
116662002-05-15 Daniel Jacobowitz <drow@mvista.com>
11667
11668 From Martin Pool <mbp@samba.org>:
11669 * server.c (gdbserver_usage): New function.
11670 (main): Call it.
11671
116722002-05-14 Daniel Jacobowitz <drow@mvista.com>
11673
11674 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
11675 stop_at -> stop_pc.
11676
116772002-05-04 Andrew Cagney <ac131313@redhat.com>
11678
11679 * Makefile.in: Remove obsolete code.
11680
116812002-04-24 Michal Ludvig <mludvig@suse.cz>
11682
11683 * linux-low.c (regsets_fetch_inferior_registers),
11684 (regsets_store_inferior_registers): Removed cast to int from
11685 ptrace() calls.
11686 * regcache.h: Added declaration of struct inferior_info.
11687
116882002-04-20 Daniel Jacobowitz <drow@mvista.com>
11689
11690 * inferiors.c (struct inferior_info): Add regcache_data.
11691 (add_inferior): Call create_register_cache.
11692 (clear_inferiors): Call free_register_cache.
11693 (inferior_regcache_data, set_inferior_regcache_data): New functions.
11694 * regcache.c (struct inferior_regcache_data): New.
11695 (registers): Remove.
11696 (get_regcache): New function.
11697 (create_register_cache, free_register_cache): New functions.
11698 (set_register_cache): Don't initialize the register cache here.
11699 (registers_to_string, registers_from_string, register_data): Call
11700 get_regcache.
11701 * regcache.h: Add prototypes.
11702 * server.h: Likewise.
11703
117042002-04-20 Daniel Jacobowitz <drow@mvista.com>
11705
11706 * mem-break.c: New file.
11707 * mem-break.h: New file.
11708 * Makefile.in: Add mem-break.o rule; update server.h
11709 dependencies.
11710 * inferiors.c (struct inferior_info): Add target_data
11711 member.
11712 (clear_inferiors): Free target_data member if set.
11713 (inferior_target_data, set_inferior_target_data): New functions.
11714 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
11715 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
11716 * linux-low.c (linux_bp_reinsert): New variable.
11717 (struct inferior_linux_data): New.
11718 (linux_create_inferior): Use set_inferior_target_data.
11719 (linux_attach): Likewise. Call add_inferior.
11720 (linux_wait_for_one_inferior): New function.
11721 (linux_wait): Call it.
11722 (linux_write_memory): Add const.
11723 (initialize_low): Call set_breakpoint_data.
11724 * linux-low.h (struct linux_target_ops): Add breakpoint
11725 handling members.
11726 * server.c (attach_inferior): Remove extra add_inferior
11727 call.
11728 * server.h: Include mem-break.h. Update inferior.c
11729 prototypes.
11730 * target.c (read_inferior_memory)
11731 (write_inferior_memory): New functions.
11732 * target.h (read_inferior_memory)
11733 (write_inferior_memory): Change macros to prototypes.
11734 (struct target_ops): Update comments. Add const to write_memory
11735 definition.
11736
117372002-04-11 Daniel Jacobowitz <drow@mvista.com>
11738
11739 * linux-low.c (usr_store_inferior_registers): Support
11740 registers which are allowed to fail to store.
11741 * linux-low.h (linux_target_ops): Likewise.
11742 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11743 (ppc_cannot_store_register): FPSCR may not be storable.
11744
117452002-04-09 Daniel Jacobowitz <drow@mvista.com>
11746
11747 * server.h: Include <string.h> if HAVE_STRING_H.
11748 * ChangeLog: Correct paths in last ChangeLog entry.
11749
117502002-04-09 Daniel Jacobowitz <drow@mvista.com>
11751
11752 * linux-low.h: Remove obsolete prototypes.
11753 (struct linux_target_ops): New.
11754 (extern the_low_target): New.
11755 * linux-low.c (num_regs, regmap): Remove declarations.
11756 (register_addr): Use the_low_target explicitly.
11757 (fetch_register): Likewise.
11758 (usr_fetch_inferior_registers): Likewise.
11759 (usr_store_inferior_registers): Likewise.
11760 * linux-arm-low.c (num_regs): Remove.
11761 (arm_num_regs): Define.
11762 (arm_regmap): Renamed from regmap, made static.
11763 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11764 made static.
11765 (arm_cannot_store_register): Renamed from cannot_store_register,
11766 made static.
11767 (the_low_target): New.
11768 * linux-i386-low.c (num_regs): Remove.
11769 (i386_num_regs): Define.
11770 (i386_regmap): Renamed from regmap, made static.
11771 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11772 made static.
11773 (i386_cannot_store_register): Renamed from cannot_store_register,
11774 made static.
11775 (the_low_target): New.
11776 * linux-ia64-low.c (num_regs): Remove.
11777 (ia64_num_regs): Define.
11778 (ia64_regmap): Renamed from regmap, made static.
11779 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11780 made static.
11781 (ia64_cannot_store_register): Renamed from cannot_store_register,
11782 made static.
11783 (the_low_target): New.
11784 * linux-m68k-low.c (num_regs): Remove.
11785 (m68k_num_regs): Define.
11786 (m68k_regmap): Renamed from regmap, made static.
11787 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11788 made static.
11789 (m68k_cannot_store_register): Renamed from cannot_store_register,
11790 made static.
11791 (the_low_target): New.
11792 * linux-mips-low.c (num_regs): Remove.
11793 (mips_num_regs): Define.
11794 (mips_regmap): Renamed from regmap, made static.
11795 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11796 made static.
11797 (mips_cannot_store_register): Renamed from cannot_store_register,
11798 made static.
11799 (the_low_target): New.
11800 * linux-ppc-low.c (num_regs): Remove.
11801 (ppc_num_regs): Define.
11802 (ppc_regmap): Renamed from regmap, made static.
11803 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11804 made static.
11805 (ppc_cannot_store_register): Renamed from cannot_store_register,
11806 made static.
11807 (the_low_target): New.
11808 * linux-s390-low.c (num_regs): Remove.
11809 (s390_num_regs): Define.
11810 (s390_regmap): Renamed from regmap, made static.
11811 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11812 made static.
11813 (s390_cannot_store_register): Renamed from cannot_store_register,
11814 made static.
11815 (the_low_target): New.
11816 * linux-sh-low.c (num_regs): Remove.
11817 (sh_num_regs): Define.
11818 (sh_regmap): Renamed from regmap, made static.
11819 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11820 made static.
11821 (sh_cannot_store_register): Renamed from cannot_store_register,
11822 made static.
11823 (the_low_target): New.
11824 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11825 (the_low_target): New.
11826
118272002-04-09 Daniel Jacobowitz <drow@mvista.com>
11828
11829 * Makefile.in: Add stamp-h target.
11830 * configure.in: Create stamp-h.
11831 * configure: Regenerated.
11832
118332002-04-09 Daniel Jacobowitz <drow@mvista.com>
11834
11835 * inferiors.c: New file.
11836 * target.c: New file.
11837 * target.h: New file.
11838 * Makefile.in: Add target.o and inferiors.o. Update
11839 dependencies.
11840 * linux-low.c (inferior_pid): New static variable,
11841 moved from server.c.
11842 (linux_create_inferior): Renamed from create_inferior.
11843 Call add_inferior. Return 0 on success instead of a PID.
11844 (linux_attach): Renamed from myattach.
11845 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11846 (linux_thread_alive): Renamed from mythread_alive.
11847 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11848 child dies.
11849 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11850 (regsets_store_inferior_registers): Correct error message.
11851 Add missing ``return 0''.
11852 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11853 (linux_store_registers): Renamed from store_inferior_registers.
11854 (linux_read_memory): Renamed from read_inferior_memory.
11855 (linux_write_memory): Renamed from write_inferior_memory.
11856 (linux_target_ops): New structure.
11857 (initialize_low): Call set_target_ops ().
11858 * remote-utils.c (unhexify): New function.
11859 (hexify): New function.
11860 (input_interrupt): Send signals to ``signal_pid''.
11861 * server.c (inferior_pid): Remove.
11862 (start_inferior): Update create_inferior call.
11863 (attach_inferior): Call add_inferior.
11864 (handle_query): New function.
11865 (main): Call handle_query for `q' packets.
11866 * server.h: Include "target.h". Remove obsolete prototypes.
11867 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
11868
118692002-04-09 Daniel Jacobowitz <drow@mvista.com>
11870
11871 * Makefile.in: Add WARN_CFLAGS. Update configury
11872 dependencies.
11873 * configure.in: Check for <string.h>
11874 * configure: Regenerate.
11875 * config.in: Regenerate.
11876 * gdbreplay.c: Include needed system headers.
11877 (remote_open): Remove strchr prototype.
11878 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
11879 * regcache.c (supply_register): Change buf argument to const void *.
11880 (supply_register_by_name): Likewise.
11881 (collect_register): Change buf argument to void *.
11882 (collect_register_by_name): Likewise.
11883 * regcache.h: Add missing prototypes.
11884 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
11885 * server.c (handle_query): New function.
11886 (attached): New static variable, moved out of main.
11887 (main): Quiet longjmp clobber warnings.
11888 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
11889 * utils.c (error): Remove NORETURN.
11890 (fatal): Likewise.
This page took 0.066769 seconds and 4 git commands to generate.