]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
Fix assertion failure in linux-thread-db
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
ab290430
PA
12015-08-27 Pedro Alves <palves@redhat.com>
2
3 * proc-service.c (ps_pdwrite): Return PS_ERR/PS_OK explicily.
4
8d749320
SM
52015-08-26 Simon Marchi <simon.marchi@ericsson.com>
6
7 * ax.c (gdb_parse_agent_expr): Likewise.
8 (compile_bytecodes): Likewise.
9 * dll.c (loaded_dll): Likewise.
10 * event-loop.c (append_callback_event): Likewise.
11 (create_file_handler): Likewise.
12 (create_file_event): Likewise.
13 * hostio.c (handle_open): Likewise.
14 * inferiors.c (add_thread): Likewise.
15 (add_process): Likewise.
16 * linux-aarch64-low.c (aarch64_linux_new_process): Likewise.
17 * linux-arm-low.c (arm_new_process): Likewise.
18 (arm_new_thread): Likewise.
19 * linux-low.c (add_to_pid_list): Likewise.
20 (linux_add_process): Likewise.
21 (handle_extended_wait): Likewise.
22 (add_lwp): Likewise.
23 (enqueue_one_deferred_signal): Likewise.
24 (enqueue_pending_signal): Likewise.
25 (linux_resume_one_lwp_throw): Likewise.
26 (linux_resume_one_thread): Likewise.
27 (linux_read_memory): Likewise.
28 (linux_write_memory): Likewise.
29 * linux-mips-low.c (mips_linux_new_process): Likewise.
30 (mips_linux_new_thread): Likewise.
31 (mips_add_watchpoint): Likewise.
32 * linux-x86-low.c (initialize_low_arch): Likewise.
33 * lynx-low.c (lynx_add_process): Likewise.
34 * mem-break.c (set_raw_breakpoint_at): Likewise.
35 (set_breakpoint): Likewise.
36 (add_condition_to_breakpoint): Likewise.
37 (add_commands_to_breakpoint): Likewise.
38 (clone_agent_expr): Likewise.
39 (clone_one_breakpoint): Likewise.
40 * regcache.c (new_register_cache): Likewise.
41 * remote-utils.c (look_up_one_symbol): Likewise.
42 * server.c (queue_stop_reply): Likewise.
43 (start_inferior): Likewise.
44 (queue_stop_reply_callback): Likewise.
45 (handle_target_event): Likewise.
46 * spu-low.c (fetch_ppc_memory): Likewise.
47 (store_ppc_memory): Likewise.
48 * target.c (set_target_ops): Likewise.
49 * thread-db.c (thread_db_load_search): Likewise.
50 (try_thread_db_load_1): Likewise.
51 * tracepoint.c (add_tracepoint): Likewise.
52 (add_tracepoint_action): Likewise.
53 (create_trace_state_variable): Likewise.
54 (cmd_qtdpsrc): Likewise.
55 (cmd_qtro): Likewise.
56 (add_while_stepping_state): Likewise.
57 * win32-low.c (child_add_thread): Likewise.
58 (get_image_name): Likewise.
59
ed8b7b42
YQ
602015-08-25 Yao Qi <yao.qi@linaro.org>
61
62 * linux-aarch64-low.c (aarch64_linux_new_thread): Remove.
63
db3cb7cb
YQ
642015-08-25 Yao Qi <yao.qi@linaro.org>
65
66 * Makefile.in (aarch64-linux.o): New rule.
67 * configure.srv (aarch64*-*-linux*): Append aarch64-linux.o to
68 srv_tgtobj.
69 * linux-aarch64-low.c: Include nat/aarch64-linux.h.
70 (aarch64_init_debug_reg_state): Make it extern.
71 (aarch64_linux_prepare_to_resume): Remove.
72
f6011a1c
YQ
732015-08-25 Yao Qi <yao.qi@linaro.org>
74
75 * linux-aarch64-low.c (aarch64_linux_prepare_to_resume): Use
76 lwp_arch_private_info and ptid_of_lwp.
77
88e2cf7e
YQ
782015-08-25 Yao Qi <yao.qi@linaro.org>
79
80 * linux-aarch64-low.c (aarch64_get_debug_reg_state): Add argument pid.
81 Find proc_info by find_process_pid. All callers updated.
82
5e35436e
YQ
832015-08-25 Yao Qi <yao.qi@linaro.org>
84
85 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
86 Remove.
87 (debug_reg_change_callback): Remove.
88 (aarch64_notify_debug_reg_change): Remove.
89
4a8a7965
YQ
902015-08-25 Yao Qi <yao.qi@linaro.org>
91
92 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
93 Call current_lwp_ptid.
94
32a271ee
YQ
952015-08-25 Yao Qi <yao.qi@linaro.org>
96
97 * linux-aarch64-low.c (debug_reg_change_callback): Use
98 debug_printf.
99
0d51c8d7
YQ
1002015-08-25 Yao Qi <yao.qi@linaro.org>
101
102 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
103
31a43dd5
YQ
1042015-08-25 Yao Qi <yao.qi@linaro.org>
105
106 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
107
8ee52567
YQ
1082015-08-25 Yao Qi <yao.qi@linaro.org>
109
110 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
111 the code.
112
ff3f0f45
YQ
1132015-08-25 Yao Qi <yao.qi@linaro.org>
114
115 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
116 Remove.
117 (debug_reg_change_callback): Remove argument entry and add argument
118 lwp. Remove local variable thread. Don't print thread id in the
119 debugging output. Don't check whether pid of thread equals to pid.
120 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
121 iterate_over_lwps instead find_inferior.
122
3d40fbb5
PA
1232015-08-24 Pedro Alves <palves@redhat.com>
124
125 * inferiors.c (get_first_process): New function.
126 * inferiors.h (get_first_process): New declaration.
127 * remote-utils.c (read_ptid): Default to the first process in the
128 list, instead of to the current thread's process.
129
438e1e42
PA
1302015-08-24 Pedro Alves <palves@redhat.com>
131
132 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
133 * event-loop.c: Likewise.
134 * remote-utils.c: Likewise.
135 * tracepoint.c: Likewise.
136
a8c6d4fc
PA
1372015-08-24 Pedro Alves <palves@redhat.com>
138
139 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
140 ptid_get_lwp.
141
99b0bb12
PA
1422015-08-21 Pedro Alves <palves@redhat.com>
143
144 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
145 instead of literal 1.
146
f8904751
PA
1472015-08-21 Pedro Alves <palves@redhat.com>
148
149 * tdesc.c (default_description): Explicitly zero-initialize.
150
465a859e
PA
1512015-08-21 Pedro Alves <palves@redhat.com>
152
153 PR gdb/18749
154 * inferiors.c (remove_thread): Discard any pending stop reply for
155 this thread.
156 * server.c (remove_all_on_match_pid): Rename to ...
157 (remove_all_on_match_ptid): ... this. Work with a filter ptid
158 instead of a pid.
159 (discard_queued_stop_replies): Change parameter to a ptid. Now
160 extern.
161 (handle_v_kill, kill_inferior_callback, captured_main)
162 (process_serial_event): Adjust.
163 * server.h (discard_queued_stop_replies): Declare.
164
f0db101d
PA
1652015-08-21 Pedro Alves <palves@redhat.com>
166
167 * linux-low.c (wait_for_sigstop): Always switch to no thread
168 selected if the previously current thread dies.
169 * lynx-low.c (lynx_request_interrupt): Use the first thread's
170 process instead of the current thread's.
171 * remote-utils.c (input_interrupt): Don't check if there's no
172 current thread.
173 * server.c (gdb_read_memory, gdb_write_memory): If setting the
174 current thread to the general thread fails, error out.
175 (handle_qxfer_auxv, handle_qxfer_libraries)
176 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
177 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
178 (handle_query): Check if there's a thread selected instead of
179 checking whether there's any thread in the thread list.
180 (handle_qxfer_threads, handle_qxfer_btrace)
181 (handle_qxfer_btrace_conf): Don't error out early if there's no
182 thread in the thread list.
183 (handle_v_cont, myresume): Don't set the current thread to the
184 continue thread.
185 (process_serial_event) <Hg handling>: Also set thread_id if the
186 previous general thread is still alive.
187 (process_serial_event) <g/G handling>: If setting the current
188 thread to the general thread fails, error out.
189 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
190 thread's lwp instead of the current thread's.
191 * target.c (set_desired_thread): If the desired thread was not
192 found, leave the current thread pointing to NULL. Return an int
193 (boolean) indicating success.
194 * target.h (set_desired_thread): Change return type to int.
195
40045d91
MF
1962015-08-20 Max Filippov <jcmvbkbc@gmail.com>
197
198 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
199 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
200 #includes.
201 (ps_get_thread_area): New function.
202
45face3b
GB
2032015-08-19 Gary Benson <gbenson@redhat.com>
204
205 * hostio.c (handle_pread): Do not attempt to read more data
206 than hostio_reply_with_data can fit in a packet.
207
16d5f642
JB
2082015-08-18 Joel Brobecker <brobecker@adacore.com>
209
210 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
211
a738da3a
MF
2122015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
213
214 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
215
33ebda9d
PA
2162015-08-06 Pedro Alves <palves@redhat.com>
217
218 * tracepoint.c (expr_eval_result): Now an int.
219
a44892be
PA
2202015-08-06 Pedro Alves <palves@redhat.com>
221
222 * gdbthread.h (struct regcache): Forward declare.
223 (struct thread_info) <regcache_data>: Now a struct regcache
224 pointer.
225 * inferiors.c (inferior_regcache_data)
226 (set_inferior_regcache_data): Now work with struct regcache
227 pointers.
228 * inferiors.h (struct regcache): Forward declare.
229 (inferior_regcache_data, set_inferior_regcache_data): Now work
230 with struct regcache pointers.
231 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
232 (free_register_cache_thread): Remove struct regcache pointer
233 casts.
234
608a1e46
PA
2352015-08-06 Pedro Alves <palves@redhat.com>
236
237 * server.c (captured_main): On error, print the exception message
238 to stderr, and if run_once is set, throw a quit.
239
f0ce0d3a
PA
2402015-08-06 Pedro Alves <palves@redhat.com>
241
242 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
243 the current thread.
244
bf47e248
PA
2452015-08-06 Pedro Alves <palves@redhat.com>
246
247 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
248 reading beyond the passed in buffer length.
249
b6b9ffcc
PL
2502015-08-06 Pierre Langlois <pierre.langlois@arm.com>
251
252 * tracepoint.c (symbol_list) <required>: Remove.
253
863d01bd
PA
2542015-08-06 Pedro Alves <palves@redhat.com>
255
256 * linux-low.c (handle_extended_wait): Set the fork child's suspend
257 count if stopping and suspending threads.
258 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
259 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
260 (linux_detach): Complete an ongoing step-over.
261 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
262 throughout.
263 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
264 (linux_wait_1): If passing a signal to the inferior after
265 finishing a step-over, unsuspend and re-resume all lwps. If we
266 see a single-step event but the thread should be continuing, don't
267 pass the trap to gdb.
268 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
269 internal_error instead of gdb_assert.
270 (enqueue_pending_signal): New function.
271 (check_ptrace_stopped_lwp_gone): Add debug output.
272 (start_step_over): Use internal_error instead of gdb_assert.
273 (complete_ongoing_step_over): New function.
274 (linux_resume_one_thread): Don't resume a suspended thread.
275 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
276 it stepping.
277
00db26fa
PA
2782015-08-06 Pedro Alves <palves@redhat.com>
279
280 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
281 (linux_thread_alive): Use lwp_is_marked_dead.
282 (extended_event_reported): Delete.
283 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
284 instead of extended_event_reported.
285 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
286 as well.
287 (lwp_is_marked_dead): New function.
288 (lwp_running): Use lwp_is_marked_dead.
289 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
290 comment.
291
ad071a30
PA
2922015-08-06 Pedro Alves <palves@redhat.com>
293
294 * linux-low.c (linux_wait_1): Move fork event output out of the
295 !report_to_gdb check. Pass event_child->waitstatus to
296 target_waitstatus_to_string instead of ourstatus.
297
524b57e6
YQ
2982015-08-04 Yao Qi <yao.qi@linaro.org>
299
300 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
301 if current_thread is 32 bit.
302
6085d6f6
YQ
3032015-08-04 Yao Qi <yao.qi@linaro.org>
304
305 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
306 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
307 * server.c (extended_protocol): Remove "static".
308 * server.h (extended_protocol): Declare it.
309
8a7e4587
YQ
3102015-08-04 Yao Qi <yao.qi@linaro.org>
311
312 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
313 both aarch64 and aarch32.
314 (aarch64_set_pc): Likewise.
315
3b53ae99
YQ
3162015-08-04 Yao Qi <yao.qi@linaro.org>
317
318 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
319 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
320 arm-with-neon.xml to srv_xmlfiles.
321 * linux-aarch64-low.c: Include linux-aarch32-low.h.
322 (is_64bit_tdesc): New function.
323 (aarch64_linux_read_description): New function.
324 (aarch64_arch_setup): Call aarch64_linux_read_description.
325 (regs_info): Rename to regs_info_aarch64.
326 (aarch64_regs_info): Return right regs_info.
327 (initialize_low_arch): Call initialize_low_arch_aarch32.
328
bd9e6534
YQ
3292015-08-04 Yao Qi <yao.qi@linaro.org>
330
331 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
332 * linux-aarch32-low.c: New file.
333 * linux-aarch32-low.h: New file.
334 * linux-arm-low.c (arm_fill_gregset): Move it to
335 linux-aarch32-low.c.
336 (arm_store_gregset): Likewise.
337 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
338 (arm_store_vfpregset): Call arm_store_vfpregset_num.
339 (arm_arch_setup): Check if PTRACE_GETREGSET works.
340 (regs_info): Rename to regs_info_arm.
341 (arm_regs_info): Return regs_info_aarch32 if
342 have_ptrace_getregset is 1 and target description is
343 arm_with_neon or arm_with_vfpv3.
344 (initialize_low_arch): Don't call init_registers_arm_with_neon.
345 Call initialize_low_arch_aarch32 instead.
346
ded48a5e
YQ
3472015-08-04 Yao Qi <yao.qi@linaro.org>
348
349 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
350 * linux-low.c: ... here.
351 * linux-low.h (have_ptrace_getregset): Declare it.
352
96e9210f
PA
3532015-08-04 Pedro Alves <palves@redhat.com>
354
355 * thread-db.c (struct thread_db): Use new typedefs.
356 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
357 CHK calls.
358 (disable_thread_event_reporting): Cast result of dlsym to
359 destination function pointer type.
360 (thread_db_mourn): Use td_ta_delete_ftype.
361
af60a1ef
SL
3622015-08-03 Sandra Loosemore <sandra@codesourcery.com>
363
364 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
365 arch variant.
366 (CDX_BREAKPOINT): Define for R2.
367 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
368 (the_low_target): Add comments.
369
e8b41681
YQ
3702015-07-30 Yao Qi <yao.qi@linaro.org>
371
372 * linux-arm-low.c (arm_hwcap): Remove it.
373 (arm_read_description): New local variable arm_hwcap. Don't
374 set arm_hwcap to zero.
375
89abb039
YQ
3762015-07-30 Yao Qi <yao.qi@linaro.org>
377
378 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
379 Use regcache->tdesc instead.
380 (arm_store_wmmxregset): Likewise.
381 (arm_fill_vfpregset): Likewise.
382 (arm_store_vfpregset): Likewise.
383
deca266c
YQ
3842015-07-30 Yao Qi <yao.qi@linaro.org>
385
386 * linux-arm-low.c: Include arch/arm.h.
387 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
388 (arm_store_gregset): Likewise.
389
aa58a496
SM
3902015-07-29 Simon Marchi <simon.marchi@ericsson.com>
391
392 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
393 ptrace's 4th parameter.
394
50904b25
YQ
3952015-07-27 Yao Qi <yao.qi@linaro.org>
396
397 * configure.srv (case aarch64*-*-linux*): Don't set
398 srv_linux_usrregs.
399
5826e159
PA
4002015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
401
402 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
403 sys/ptrace.h.
404 * linux-arm-low.c: Likewise.
405 * linux-cris-low.c: Likewise.
406 * linux-crisv32-low.c: Likewise.
407 * linux-low.c: Likewise.
408 * linux-m68k-low.c: Likewise.
409 * linux-mips-low.c: Likewise.
410 * linux-nios2-low.c: Likewise.
411 * linux-s390-low.c: Likewise.
412 * linux-sparc-low.c: Likewise.
413 * linux-tic6x-low.c: Likewise.
414 * linux-tile-low.c: Likewise.
415 * linux-x86-low.c: Likewise.
416
54019719
PA
4172015-07-24 Pedro Alves <palves@redhat.com>
418
419 * config.in: Regenerate.
420 * configure: Regenerate.
421
eb7aa561
PA
4222015-07-24 Pedro Alves <palves@redhat.com>
423
424 * acinclude.m4: Include ../ptrace.m4.
425 * configure.ac: Call GDB_AC_PTRACE.
426 * config.in, configure: Regenerate.
427
55d7b841
YQ
4282015-07-24 Yao Qi <yao.qi@linaro.org>
429
430 * linux-low.c (linux_create_inferior): Remove setting to
431 proc->priv->new_inferior.
432 (linux_attach): Likewise.
433 (linux_low_filter_event): Likewise.
434 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
435
c06cbd92
YQ
4362015-07-24 Yao Qi <yao.qi@linaro.org>
437
438 * linux-low.c (linux_arch_setup): New function.
439 (linux_low_filter_event): If proc->tdesc is NULL and
440 proc->attached is true, call the_low_target.arch_setup.
441 Otherwise, keep status pending, and return.
442 (linux_resume_one_lwp_throw): Don't call get_pc if
443 thread->while_stepping isn't NULL. Don't call
444 get_thread_regcache if proc->tdesc is NULL.
445 (need_step_over_p): Return 0 if proc->tdesc is NULL.
446 (linux_target_ops): Install arch_setup.
447 * server.c (start_inferior): Call the_target->arch_setup.
448 * target.h (struct target_ops) <arch_setup>: New field.
449 (target_arch_setup): New marco.
450 * lynx-low.c (lynx_target_ops): Update.
451 * nto-low.c (nto_target_ops): Update.
452 * spu-low.c (spu_target_ops): Update.
453 * win32-low.c (win32_target_ops): Update.
454
5ae3ebba
YQ
4552015-07-24 Yao Qi <yao.qi@linaro.org>
456
457 * linux-low.c (linux_add_process): Don't set
458 proc->priv->new_inferior.
459 (linux_create_inferior): Set proc->priv->new_inferior to 1.
460 (linux_attach): Likewise.
461
eb97750b
YQ
4622015-07-24 Yao Qi <yao.qi@linaro.org>
463
464 * server.c (start_inferior): Code refactor.
465
51aee833
YQ
4662015-07-24 Yao Qi <yao.qi@linaro.org>
467
468 * server.c (process_serial_event): Set general_thread.
469
af1b22f3
YQ
4702015-07-21 Yao Qi <yao.qi@linaro.org>
471
472 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
473 aarch64_linux_get_debug_reg_capacity.
474
554717a3
YQ
4752015-07-17 Yao Qi <yao.qi@linaro.org>
476
477 * Makefile.in (aarch64-linux-hw-point.o): New rule.
478 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
479 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
480 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
481 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
482 (AARCH64_HWP_ALIGNMENT): Likewise.
483 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
484 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
485 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
486 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
487 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
488 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
489 (struct aarch64_debug_reg_state): Likewise.
490 (struct arch_lwp_info): Likewise.
491 (aarch64_align_watchpoint): Likewise.
492 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
493 (aarch64_watchpoint_length): Likewise.
494 (aarch64_point_encode_ctrl_reg): Likewise
495 (aarch64_point_is_aligned): Likewise.
496 (aarch64_align_watchpoint): Likewise.
497 (aarch64_linux_set_debug_regs):
498 (aarch64_dr_state_insert_one_point): Likewise.
499 (aarch64_dr_state_remove_one_point): Likewise.
500 (aarch64_handle_breakpoint): Likewise.
501 (aarch64_handle_aligned_watchpoint): Likewise.
502 (aarch64_handle_unaligned_watchpoint): Likewise.
503 (aarch64_handle_watchpoint): Likewise.
504
c67ca4de
YQ
5052015-07-17 Yao Qi <yao.qi@linaro.org>
506
507 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
508 and don't aarch64_get_debug_reg_state. All callers update.
509 (aarch64_handle_aligned_watchpoint): Likewise.
510 (aarch64_handle_unaligned_watchpoint): Likewise.
511 (aarch64_handle_watchpoint): Likewise.
512 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
513 (aarch64_remove_point): Likewise.
514
25abf979
YQ
5152015-07-17 Yao Qi <yao.qi@linaro.org>
516
517 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
518 debug_printf.
519 (aarch64_handle_unaligned_watchpoint): Likewise.
520
db1ff28b
JK
5212015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
522
523 Revert the previous 3 commits:
524 Move gdb_regex* to common/
525 Move linux_find_memory_regions_full & co.
526 gdbserver build-id attribute generator
527
700ca40f
JK
5282015-07-15 Aleksandar Ristovski <aristovski@qnx.com
529 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 gdbserver build-id attribute generator.
532 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
533 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
534 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
535 (find_phdr): New.
536 (get_dynamic): Use find_pdhr to traverse program headers.
537 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
538 (compare_mapping_entry_range, struct find_memory_region_callback_data)
539 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
540 (get_hex_build_id): New.
541 (linux_qxfer_libraries_svr4): Add optional build-id attribute
542 to reply XML document.
543
9904185c
JK
5442015-07-15 Aleksandar Ristovski <aristovski@qnx.com
545 Jan Kratochvil <jan.kratochvil@redhat.com>
546
547 * target.c: Include target/target-utils.h and fcntl.h.
548 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
549 (target_fileio_read_stralloc): New functions.
550
6e5b4429
JK
5512015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * Makefile.in (OBS): Add gdb_regex.o.
554 (gdb_regex.o): New.
555 * config.in: Rebuilt.
556 * configure: Rebuilt.
557
ddc98fbf
JK
5582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
559 Jan Kratochvil <jan.kratochvil@redhat.com>
560
561 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
562 * Makefile.in (OBS): Add target-utils.o.
563 (linux-maps.o, target-utils.o): New.
564 * configure.srv (srv_linux_obj): Add linux-maps.o.
565
e57bb7a0
PL
5662015-07-15 Pierre Langlois <pierre.langlois@arm.com>
567
568 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
569 function, return 1.
570 (the_low_target): Install it.
571
586b02a9
PA
5722015-07-14 Pedro Alves <palves@redhat.com>
573
574 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
575 Instead, ignore ECHILD, and throw an error for other errnos.
576
58c1b36c
PA
5772015-07-10 Pedro Alves <palves@redhat.com>
578
579 * event-loop.c (struct callback_event) <data>: Change type to
580 gdb_client_data instance instead of gdb_client_data pointer.
581 (append_callback_event): Adjust.
582
421530db
PL
5832015-07-10 Pierre Langlois <pierre.langlois@arm.com>
584
585 * linux-aarch64-low.c: Add comments for each linux_target_ops
586 method. Remove comments already covered in target_ops and
587 linux_target_ops definitions.
588 (the_low_target): Add comments for each unimplemented method.
589
c2d65f38
YQ
5902015-07-09 Yao Qi <yao.qi@linaro.org>
591
592 * linux-aarch64-low.c (aarch64_regmap): Remove.
593 (aarch64_usrregs_info): Remove.
594 (regs_info): Set field usrregs to NULL.
595
b20a6524
MM
5962015-07-02 Markus Metzger <markus.t.metzger@intel.com>
597
598 * linux-low.c: Include "rsp-low.h"
599 (linux_low_encode_pt_config, linux_low_encode_raw): New.
600 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
601 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
602 (handle_btrace_enable_pt): New.
603 (handle_btrace_general_set): Support "pt".
604 (handle_btrace_conf_general_set): Support "pt:size".
605
96c97461
PL
6062015-06-29 Pierre Langlois <pierre.langlois@arm.com>
607
608 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
609 Z_PACKET_SW_BP.
610
37d66942
PL
6112015-06-29 Pierre Langlois <pierre.langlois@arm.com>
612
613 * linux-aarch64-low.c: Remove comment about endianness.
614 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
615 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
616 memcmp.
617
dc06243f
GB
6182015-06-24 Gary Benson <gbenson@redhat.com>
619
620 * linux-i386-ipa.c (stdint.h): Do not include.
621 * lynx-i386-low.c (stdint.h): Likewise.
622 * lynx-ppc-low.c (stdint.h): Likewise.
623 * mem-break.c (stdint.h): Likewise.
624 * thread-db.c (stdint.h): Likewise.
625 * tracepoint.c (stdint.h): Likewise.
626 * win32-low.c (stdint.h): Likewise.
627
124e13d9
SM
6282015-06-18 Simon Marchi <simon.marchi@ericsson.com>
629
630 * server.c (write_qxfer_response): Update call to
631 remote_escape_output.
632
909c2cda
JK
6332015-06-15 Aleksandar Ristovski <aristovski@qnx.com
634 Jan Kratochvil <jan.kratochvil@redhat.com>
635
636 Merge multiple hex conversions.
637 * gdbreplay.c (tohex): Rename to 'fromhex'.
638 (logchar): Use fromhex.
639
24c05f46
JK
6402015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
641
642 * server.c (handle_qxfer_libraries): Set `version' attribute for
643 <library-list>.
644
14d2069a
GB
6452015-06-10 Gary Benson <gbenson@redhat.com>
646
647 * target.h (struct target_ops) <multifs_open>: New field.
648 <multifs_unlink>: Likewise.
649 <multifs_readlink>: Likewise.
650 * linux-low.c (nat/linux-namespaces.h): New include.
651 (linux_target_ops): Initialize the_target->multifs_open,
652 the_target->multifs_unlink and the_target->multifs_readlink.
653 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
654 * hostio.c (hostio_fs_pid): New static variable.
655 (hostio_handle_new_gdb_connection): New function.
656 (handle_setfs): Likewise.
657 (handle_open): Use the_target->multifs_open as appropriate.
658 (handle_unlink): Use the_target->multifs_unlink as appropriate.
659 (handle_readlink): Use the_target->multifs_readlink as
660 appropriate.
661 (handle_vFile): Handle vFile:setfs packets.
662 * server.c (handle_query): Call hostio_handle_new_gdb_connection
663 after target_handle_new_gdb_connection.
664
4b8b5e72
GB
6652015-06-10 Gary Benson <gbenson@redhat.com>
666
667 * configure.ac (AC_CHECK_FUNCS): Add setns.
668 * config.in: Regenerate.
669 * configure: Likewise.
670 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
671 (linux-namespaces.o): New rule.
672 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
673
3ac2e371
GB
6742015-06-09 Gary Benson <gbenson@redhat.com>
675
676 * hostio.c (handle_open): Process mode argument with
677 fileio_to_host_mode.
678
ca9b78ce
YQ
6792015-06-01 Yao Qi <yao.qi@linaro.org>
680
681 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
682 * linux-x86-low.c: Likewise.
683
bfacd19d
DB
6842015-05-28 Don Breazeal <donb@codesourcery.com>
685
686 * linux-low.c (handle_extended_wait): Initialize
687 thread_info.last_resume_kind for new fork children.
688
452003ef
PA
6892015-05-15 Pedro Alves <palves@redhat.com>
690
691 * target.h (target_handle_new_gdb_connection): Rewrite using if
692 wrapped in do/while.
693
1041a03c
JB
6942015-05-14 Joel Brobecker <brobecker@adacore.com>
695
696 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
697 * configure, config.in: Regenerate.
698 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
699 Declare typedef.
700
c269dbdb
DB
7012015-05-12 Don Breazeal <donb@codesourcery.com>
702
703 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
704 PTRACE_EVENT_VFORK_DONE.
705 (linux_low_ptrace_options, extended_event_reported): Add vfork
706 events.
707 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
708 and "vforkdone" for RSP 'T' Stop Reply Packet.
709 * server.h (report_vfork_events): Declare
710 global variable.
711
3a8a0396
DB
7122015-05-12 Don Breazeal <donb@codesourcery.com>
713
714 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
715 (the_low_target) <new_fork>: Initialize new member.
716 * linux-arm-low.c (arm_new_fork): New function.
717 (the_low_target) <new_fork>: Initialize new member.
718 * linux-low.c (handle_extended_wait): Call new target function
719 new_fork.
720 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
721 * linux-mips-low.c (mips_add_watchpoint): New function
722 extracted from mips_insert_point.
723 (the_low_target) <new_fork>: Initialize new member.
724 (mips_linux_new_fork): New function.
725 (mips_insert_point): Call mips_add_watchpoint.
726 * linux-x86-low.c (x86_linux_new_fork): New function.
727 (the_low_target) <new_fork>: Initialize new member.
728
de0d863e
DB
7292015-05-12 Don Breazeal <donb@codesourcery.com>
730
731 * linux-low.c (handle_extended_wait): Implement return value,
732 rename argument 'event_child' to 'event_lwp', handle
733 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
734 (linux_low_ptrace_options): New function.
735 (linux_low_filter_event): Call linux_low_ptrace_options,
736 use different argument fo linux_enable_event_reporting,
737 use return value from handle_extended_wait.
738 (extended_event_reported): New function.
739 (linux_wait_1): Call extended_event_reported and set
740 status to report fork events.
741 (linux_write_memory): Add pid to debug message.
742 (reset_lwp_ptrace_options_callback): New function.
743 (linux_handle_new_gdb_connection): New function.
744 (linux_target_ops): Initialize new structure member.
745 * linux-low.h (struct lwp_info) <waitstatus>: New member.
746 * lynx-low.c: Initialize new structure member.
747 * remote-utils.c (prepare_resume_reply): Implement stop reason
748 "fork" for "T" stop message.
749 * server.c (handle_query): Call handle_new_gdb_connection.
750 * server.h (report_fork_events): Declare global flag.
751 * target.h (struct target_ops) <handle_new_gdb_connection>:
752 New member.
753 (target_handle_new_gdb_connection): New macro.
754 * win32-low.c: Initialize new structure member.
755
ddcbc397
DB
7562015-05-12 Don Breazeal <donb@codesourcery.com>
757
758 * mem-break.c (APPEND_TO_LIST): Define macro.
759 (clone_agent_expr): New function.
760 (clone_one_breakpoint): New function.
761 (clone_all_breakpoints): New function.
762 * mem-break.h: Declare new functions.
763
89245bc0
DB
7642015-05-12 Don Breazeal <donb@codesourcery.com>
765
766 * linux-low.c (linux_supports_fork_events): New function.
767 (linux_supports_vfork_events): New function.
768 (linux_target_ops): Initialize new structure members.
769 (initialize_low): Call linux_check_ptrace_features.
770 * lynx-low.c (lynx_target_ops): Initialize new structure
771 members.
772 * server.c (report_fork_events, report_vfork_events):
773 New global flags.
774 (handle_query): Add new features to qSupported packet and
775 response.
776 (captured_main): Initialize new global variables.
777 * target.h (struct target_ops) <supports_fork_events>:
778 New member.
779 <supports_vfork_events>: New member.
780 (target_supports_fork_events): New macro.
781 (target_supports_vfork_events): New macro.
782 * win32-low.c (win32_target_ops): Initialize new structure
783 members.
784
835205d0
GB
7852015-05-12 Gary Benson <gbenson@redhat.com>
786
787 * server.c (handle_qxfer_exec_file): Use current process
788 if annex is empty.
789
21e94bd9
SL
7902015-05-08 Sandra Loosemore <sandra@codesourcery.com>
791
792 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
793 Remove HAVE_PTRACE_GETREGS conditionals.
794 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
795 instead of PTRACE_GETREGS and PTRACE_SETREGS.
796
45614f15
YQ
7972015-05-08 Yao Qi <yao.qi@linaro.org>
798
799 * linux-low.c (linux_supports_conditional_breakpoints): New
800 function.
801 (linux_target_ops): Install new target method.
802 * lynx-low.c (lynx_target_ops): Install NULL hook for
803 supports_conditional_breakpoints.
804 * nto-low.c (nto_target_ops): Likewise.
805 * spu-low.c (spu_target_ops): Likewise.
806 * win32-low.c (win32_target_ops): Likewise.
807 * server.c (handle_query): Check
808 target_supports_conditional_breakpoints.
809 * target.h (struct target_ops) <supports_conditional_breakpoints>:
810 New field.
811 (target_supports_conditional_breakpoints): New macro.
812
80ad801e
PA
8132015-05-06 Pedro Alves <palves@redhat.com>
814
815 PR server/18081
816 * server.c (start_inferior): If the process exits, mourn it.
817
819843c7
GB
8182015-04-21 Gary Benson <gbenson@redhat.com>
819
820 * hostio.c (fileio_open_flags_to_host): Factored out to
821 fileio_to_host_openflags in common/fileio.c. Single use
822 updated.
823
a2d5a9d7
MF
8242015-04-17 Max Filippov <jcmvbkbc@gmail.com>
825
826 * linux-xtensa-low.c (xtensa_fill_gregset)
827 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
828 XCHAL_HAVE_LOOP.
829
deb44829
MF
8302015-04-17 Max Filippov <jcmvbkbc@gmail.com>
831
832 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
833 (regs_info): Replace usrregs pointer with NULL.
834
e57f1de3
GB
8352015-04-17 Gary Benson <gbenson@redhat.com>
836
837 * target.h (struct target_ops) <pid_to_exec_file>: New field.
838 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
839 * server.c (handle_qxfer_exec_file): New function.
840 (qxfer_packets): Add exec-file entry.
841 (handle_query): Report qXfer:exec-file:read as supported packet.
842
62828379
RN
8432015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
844
845 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
846
b88bb450
GB
8472015-04-09 Gary Benson <gbenson@redhat.com>
848
849 * hostio-errno.c (errno_to_fileio_error): Remove function.
850 Update caller to use remote_fileio_to_fio_error.
851
c8f4bfdd
YQ
8522015-04-09 Yao Qi <yao.qi@linaro.org>
853
854 * linux-low.c (linux_insert_point): Call
855 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
856 (linux_remove_point): Call remove_memory_breakpoint if type is
857 raw_bkpt_type_sw.
858 * linux-x86-low.c (x86_insert_point): Don't call
859 insert_memory_breakpoint.
860 (x86_remove_point): Don't call remove_memory_breakpoint.
861
41f98f02
PA
8622015-04-01 Pedro Alves <palves@redhat.com>
863 Cleber Rosa <crosa@redhat.com>
864
865 * server.c (gdbserver_usage): Reorganize and extend the usage
866 message.
867
2bf6fb9d
PA
8682015-03-24 Pedro Alves <palves@redhat.com>
869
870 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
871 output. Also dump TRAP_TRACE.
872 (linux_low_filter_event): In debug output, distinguish a
873 resume_stop SIGSTOP from a delayed SIGSTOP.
874
369f6daa
GB
8752015-03-24 Gary Benson <gbenson@redhat.com>
876
877 * linux-x86-low.c (x86_linux_new_thread): Moved to
878 nat/x86-linux.c.
879 (x86_linux_prepare_to_resume): Likewise.
880
8e5d4070
GB
8812015-03-24 Gary Benson <gbenson@redhat.com>
882
883 * Makefile.in (x86-linux-dregs.o): New rule.
884 * configure.srv: Add x86-linux-dregs.o to relevant targets.
885 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
886 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
887 (x86_linux_dr_get): Likewise.
888 (x86_linux_dr_set): Likewise.
889 (update_debug_registers_callback): Likewise.
890 (x86_linux_dr_set_addr): Likewise.
891 (x86_linux_dr_get_addr): Likewise.
892 (x86_linux_dr_set_control): Likewise.
893 (x86_linux_dr_get_control): Likewise.
894 (x86_linux_dr_get_status): Likewise.
895 (x86_linux_update_debug_registers): Likewise.
896
2b95d440
GB
8972015-03-24 Gary Benson <gbenson@redhat.com>
898
899 * linux-x86-low.c (x86_linux_update_debug_registers):
900 New function, factored out from...
901 (x86_linux_prepare_to_resume): ...this.
902
14b0bc68
GB
9032015-03-24 Gary Benson <gbenson@redhat.com>
904
905 * linux-x86-low.c (x86_linux_dr_get): Update comments.
906 (x86_linux_dr_set): Likewise.
907 (update_debug_registers_callback): Likewise.
908 (x86_linux_dr_set_addr): Likewise.
909 (x86_linux_dr_get_addr): Likewise.
910 (x86_linux_dr_set_control): Likewise.
911 (x86_linux_dr_get_control): Likewise.
912 (x86_linux_dr_get_status): Likewise.
913 (x86_linux_prepare_to_resume): Likewise.
914
5dfe6ca8
GB
9152015-03-24 Gary Benson <gbenson@redhat.com>
916
917 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
918 Use perror_with_name. Pass string through gettext.
919 (x86_linux_dr_set): Likewise.
920
d33472ad
GB
9212015-03-24 Gary Benson <gbenson@redhat.com>
922
923 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
924 (x86_linux_dr_set_addr): ...this.
925 (x86_dr_low_get_addr): Rename to...
926 (x86_linux_dr_get_addr): ...this.
927 (x86_dr_low_set_control): Rename to...
928 (x86_linux_dr_set_control): ...this.
929 (x86_dr_low_get_control): Rename to...
930 (x86_linux_dr_get_control): ...this.
931 (x86_dr_low_get_status): Rename to...
932 (x86_linux_dr_get_status): ...this.
933 (x86_dr_low): Update with new function names.
934
4b134ca1
GB
9352015-03-24 Gary Benson <gbenson@redhat.com>
936
937 * Makefile.in (x86-linux.o): New rule.
938 * configure.srv: Add x86-linux.o to relevant targets.
939 * linux-low.c (lwp_set_arch_private_info): New function.
940 (lwp_arch_private_info): Likewise.
941 * linux-x86-low.c: Include nat/x86-linux.h.
942 (arch_lwp_info): Removed structure.
943 (update_debug_registers_callback):
944 Use lwp_set_debug_registers_changed.
945 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
946 and lwp_set_debug_registers_changed.
947 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
948
34c703da
GB
9492015-03-24 Gary Benson <gbenson@redhat.com>
950
951 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
952 * linux-arm-low.c (arm_new_thread): Likewise.
953 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
954 * linux-mips-low.c (mips_linux_new_thread): Likewise.
955 * linux-x86-low.c (x86_linux_new_thread): Likewise.
956 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
957
cff068da
GB
9582015-03-24 Gary Benson <gbenson@redhat.com>
959
960 * linux-low.c (ptid_of_lwp): New function.
961 (lwp_is_stopped): Likewise.
962 (lwp_stop_reason): Likewise.
963 * linux-x86-low.c (update_debug_registers_callback):
964 Use lwp_is_stopped.
965 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
966 lwp_stop_reason.
967
b2f7c7e8
GB
9682015-03-24 Gary Benson <gbenson@redhat.com>
969
970 * linux-low.h (linux_stop_lwp): Remove declaration.
971
6d4ee8c6
GB
9722015-03-24 Gary Benson <gbenson@redhat.com>
973
974 * linux-low.h: Include nat/linux-nat.h.
975 * linux-low.c (iterate_over_lwps_args): New structure.
976 (iterate_over_lwps_filter): New function.
977 (iterate_over_lwps): Likewise.
978 * linux-x86-low.c (update_debug_registers_callback):
979 Update signature to what iterate_over_lwps expects.
980 Remove PID check that iterate_over_lwps now performs.
981 (x86_dr_low_set_addr): Use iterate_over_lwps.
982 (x86_dr_low_set_control): Likewise.
983
70a0bb6b
GB
9842015-03-24 Gary Benson <gbenson@redhat.com>
985
986 * linux-x86-low.c (x86_debug_reg_state): New function.
987 (x86_linux_prepare_to_resume): Use the above.
988
7b669087
GB
9892015-03-24 Gary Benson <gbenson@redhat.com>
990
991 * linux-low.c (current_lwp_ptid): New function.
992 * linux-x86-low.c: Include nat/linux-nat.h.
993 (x86_dr_low_get_addr): Use current_lwp_ptid.
994 (x86_dr_low_get_control): Likewise.
995 (x86_dr_low_get_status): Likewise.
996
eef49a3d
PA
9972015-03-20 Pedro Alves <palves@redhat.com>
998
999 * tracepoint.c (cmd_qtstatus): Make "str" const.
1000
b2333d22
PA
10012015-03-20 Pedro Alves <palves@redhat.com>
1002
1003 * server.c (handle_general_set): Make "req_str" const.
1004
23f238d3
PA
10052015-03-19 Pedro Alves <palves@redhat.com>
1006
1007 * linux-low.c (linux_resume_one_lwp): Rename to ...
1008 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
1009 instead call perror_with_name.
1010 (check_ptrace_stopped_lwp_gone): New function.
1011 (linux_resume_one_lwp): Reimplement as wrapper around
1012 linux_resume_one_lwp_throw that swallows errors if the LWP is
1013 gone.
1014
91baf43f
PA
10152015-03-19 Pedro Alves <palves@redhat.com>
1016
1017 * linux-low.c (count_events_callback, select_event_lwp_callback):
1018 No longer check whether the thread has resume_stop as last resume
1019 kind.
1020
8bf3b159
PA
10212015-03-19 Pedro Alves <palves@redhat.com>
1022
1023 * linux-low.c (count_events_callback, select_event_lwp_callback):
1024 Use the lwp's status_pending_p field, not the thread's.
1025
b90fc188
PA
10262015-03-19 Pedro Alves <palves@redhat.com>
1027
1028 * linux-low.c (select_event_lwp_callback): Update comments to
1029 no longer mention SIGTRAP.
1030
464b0089
GB
10312015-03-18 Gary Benson <gbenson@redhat.com>
1032
1033 * server.c (handle_query): Do not report vFile:fstat as supported.
1034
aa9e327f
GB
10352015-03-11 Gary Benson <gbenson@redhat.com>
1036
1037 * hostio.c (sys/types.h): New include.
1038 (sys/stat.h): Likewise.
1039 (common-remote-fileio.h): Likewise.
1040 (handle_fstat): New function.
1041 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 1042
791c0056
GB
10432015-03-11 Gary Benson <gbenson@redhat.com>
1044
1045 * configure.ac (AC_CHECK_MEMBERS): Add checks for
1046 struct stat.st_blocks and struct stat.st_blksize.
1047 * configure: Regenerate.
1048 * config.in: Likewise.
1049 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
1050 (OBS): Add common-remote-fileio.o.
1051 (common-remote-fileio.o): New rule.
1052
9a9df970
PA
10532015-03-09 Pedro Alves <palves@redhat.com>
1054
1055 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
1056 'struct sockaddr' pointer in 'accept' call.
1057
9eb1356e
PA
10582015-03-09 Pedro Alves <palves@redhat.com>
1059
1060 Revert:
1061 2015-03-07 Pedro Alves <palves@redhat.com>
1062 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1063 or <winsock2.h> here. Instead include "gdb_socket.h".
1064 (remote_open): Use union gdb_sockaddr_u.
1065 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1066 or <winsock2.h> here. Instead include "gdb_socket.h".
1067 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1068 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1069 or <sys/un.h>.
1070 (init_named_socket, gdb_agent_helper_thread): Use union
1071 gdb_sockaddr_u.
1072
aac331e4
PA
10732015-03-07 Pedro Alves <palves@redhat.com>
1074
1075 * configure.ac (build_warnings): Move
1076 -Wdeclaration-after-statement to the C-specific set.
1077 * configure: Regenerate.
1078
366c75fc
PA
10792015-03-07 Pedro Alves <palves@redhat.com>
1080
1081 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1082 or <winsock2.h> here. Instead include "gdb_socket.h".
1083 (remote_open): Use union gdb_sockaddr_u.
1084 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1085 or <winsock2.h> here. Instead include "gdb_socket.h".
1086 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1087 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1088 or <sys/un.h>.
1089 (init_named_socket, gdb_agent_helper_thread): Use union
1090 gdb_sockaddr_u.
1091
492d29ea
PA
10922015-03-07 Pedro Alves <palves@redhat.com>
1093
1094 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
1095 instead.
1096
60a191ed
YQ
10972015-03-06 Yao Qi <yao.qi@linaro.org>
1098
1099 * linux-aarch64-low.c (aarch64_insert_point): Use
1100 show_debug_regs as a boolean.
1101 (aarch64_remove_point): Likewise.
1102
f5771b1d
PA
11032015-03-05 Pedro Alves <palves@redhat.com>
1104
1105 * lynx-low.c (lynx_target_ops): Install NULL hooks for
1106 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
1107 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
1108 * nto-low.c (nto_target_ops): Likewise.
1109 * spu-low.c (spu_target_ops): Likewise.
1110 * win32-low.c (win32_target_ops): Likewise.
1111
3e572f71
PA
11122015-03-04 Pedro Alves <palves@redhat.com>
1113
72f4393d 1114 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
3e572f71
PA
1115 Decide whether a breakpoint triggered based on the SIGTRAP's
1116 siginfo.si_code.
72f4393d
L
1117 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
1118 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3e572f71
PA
1119 (linux_low_filter_event): Check for breakpoints before checking
1120 watchpoints.
1121 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
1122 siginfo.si_code.
72f4393d
L
1123 (linux_stopped_by_sw_breakpoint)
1124 (linux_supports_stopped_by_sw_breakpoint)
1125 (linux_stopped_by_hw_breakpoint)
1126 (linux_supports_stopped_by_hw_breakpoint): New functions.
1127 (linux_target_ops): Install new target methods.
3e572f71 1128
1ec68e26
PA
11292015-03-04 Pedro Alves <palves@redhat.com>
1130
1131 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
1132 * server.c (swbreak_feature, hwbreak_feature): New globals.
1133 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
1134 (captured_main): Clear swbreak_feature and hwbreak_feature.
1135 * server.h (swbreak_feature, hwbreak_feature): Declare.
1136 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
1137 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
1138 supports_stopped_by_hw_breakpoint>: New fields.
1139 (target_supports_stopped_by_sw_breakpoint)
1140 (target_stopped_by_sw_breakpoint)
1141 (target_supports_stopped_by_hw_breakpoint)
1142 (target_stopped_by_hw_breakpoint): Declare.
1143
15c66dd6
PA
11442015-03-04 Pedro Alves <palves@redhat.com>
1145
1146 enum lwp_stop_reason -> enum target_stop_reason
1147 * linux-low.c (check_stopped_by_breakpoint): Adjust.
1148 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
1149 (linux_wait_1, stuck_in_jump_pad_callback)
1150 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
1151 (linux_stopped_by_watchpoint):
1152 * linux-low.h (enum lwp_stop_reason): Delete.
1153 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1154 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1155
98fc70d6
YQ
11562015-03-04 Yao Qi <yao.qi@linaro.org>
1157
1158 * Makefile.in (SFILES): Add linux-aarch64-low.c.
1159
dd2ac174
GB
11602015-03-03 Gary Benson <gbenson@redhat.com>
1161
1162 * hostio.c (handle_vFile): Fix prefix lengths.
1163
d68e53f4
MM
11642015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1165
1166 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
1167 ptr_bits.
1168
bf2d68ab
AA
11692015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1170
1171 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
1172 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
1173 (clean): Add "rm -f" for above C files.
1174 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
1175 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
1176 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
1177 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
1178 * linux-s390-low.c (HWCAP_S390_VX): New macro.
1179 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
1180 (init_registers_s390x_vx_linux64)
1181 (init_registers_s390x_tevx_linux64)
1182 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1183 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
1184 declarations.
1185 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
1186 (s390_store_vxrs_high): New functions.
1187 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
1188 NT_S390_VXRS_HIGH.
1189 (s390_arch_setup): Add logic for selecting one of the new target
1190 descriptions. Activate the new vector regsets if applicable.
1191 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
1192 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
1193 and init_registers_s390x_tevx_linux64.
1194
c966a859
PA
11952015-03-01 Pedro Alves <palves@redhat.com>
1196
1197 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
1198 parameter.
1199
4180215b
PA
12002015-02-27 Pedro Alves <palves@redhat.com>
1201
1202 * linux-x86-low.c (u_debugreg_offset): New function.
1203 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1204
749bab01
PA
12052015-02-27 Pedro Alves <palves@redhat.com>
1206
1207 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1208 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
1209 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1210 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1211 (ps_lsetfpregs, ps_getpid)
1212 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
1213 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
1214 (ps_lsetxregs, ps_plog): Declare.
1215
3c14e5a3
PA
12162015-02-27 Pedro Alves <palves@redhat.com>
1217
1218 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
1219 IP_AGENT_EXPORT_FUNC.
1220 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
1221 IP_AGENT_EXPORT_FUNC.
1222 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
1223 (IP_AGENT_EXPORT): Delete.
1224 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1225 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1226 (gdb_trampoline_buffer_error, collecting, gdb_collect)
1227 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
1228 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
1229 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
1230 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
1231 (traceframe_read_count, traceframe_write_count)
1232 (traceframes_created, trace_state_variables, get_raw_reg)
1233 (get_trace_state_variable_value, set_trace_state_variable_value)
1234 (ust_loaded, helper_thread_id, cmd_buf): Use
1235 IPA_SYM_EXPORTED_NAME.
1236 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
1237 (tracepoints) Use IP_AGENT_EXPORT_VAR.
1238 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
1239 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1240 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
1241 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
1242 EXTERN_C_PUSH/EXTERN_C_POP.
1243 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
1244 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
1245 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1246 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
1247 (traceframe_write_count, traceframe_read_count)
1248 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
1249 (about_to_request_buffer_space, get_trace_state_variable_value)
1250 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
1251 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
1252 EXTERN_C_PUSH/EXTERN_C_POP.
1253 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
1254 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
1255 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
1256 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1257 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1258 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1259 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
1260 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
1261 Define.
1262 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
1263 (IP_AGENT_EXPORT_VAR_DECL): Define.
1264 (tracing): Declare.
1265 (gdb_agent_get_raw_reg): Declare.
1266
fe978cb0
PA
12672015-02-27 Tom Tromey <tromey@redhat.com>
1268 Pedro Alves <palves@redhat.com>
1269
1270 Rename symbols whose names are reserved C++ keywords throughout.
1271
3bc3d82a
PA
12722015-02-27 Pedro Alves <palves@redhat.com>
1273
1274 * Makefile.in (COMPILER): New, get it from autoconf.
1275 (CXX): Get from autoconf instead.
1276 (COMPILE.pre): Use COMPILER.
1277 (CC-LD): Rename to ...
1278 (CC_LD): ... this. Use COMPILER.
1279 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
1280 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1281 * acinclude.m4: Include build-with-cxx.m4.
1282 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1283 Disable -Werror by default if building in C++ mode.
1284 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1285 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
1286 the C++ compiler. Save/restore CXXFLAGS too.
1287 * configure: Regenerate.
1288
07697489
PA
12892015-02-27 Pedro Alves <palves@redhat.com>
1290
1291 * acinclude.m4: Include libiberty.m4.
1292 * configure.ac: Call libiberty_INIT.
1293 * config.in, configure: Regenerate.
1294
9beb7c4e
PA
12952015-02-26 Pedro Alves <palves@redhat.com>
1296
1297 * linux-low.c (linux_wait_1): When incrementing the PC past a
1298 program breakpoint always use the_low_target.breakpoint_len as
1299 increment, rather than the maximum between that and
1300 the_low_target.decr_pc_after_break.
1301
8090aef2
PA
13022015-02-23 Pedro Alves <palves@redhat.com>
1303
1304 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
1305 thread was doing a step-over; always adjust the PC if
1306 we stepped over a permanent breakpoint.
1307 (linux_wait_1): If we stepped over breakpoint that was on top of a
1308 permanent breakpoint, manually advance the PC past it.
1309
bc9540e8
PA
13102015-02-23 Pedro Alves <palves@redhat.com>
1311
1312 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
1313 modes.
1314 (x86_fill_gregset, x86_store_gregset): Use it when handling
1315 $orig_eax.
1316
2db9a427
PA
13172015-02-20 Pedro Alves <palves@redhat.com>
1318
1319 * thread-db.c: Include "nat/linux-procfs.h".
1320 (thread_db_init): Skip listing new threads if the kernel supports
1321 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
1322
afa8d396
PA
13232015-02-20 Pedro Alves <palves@redhat.com>
1324
1325 * linux-low.c (status_pending_p_callback): Use ptid_match.
1326
c9587f88
AT
13272015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1328
1329 PR breakpoints/16812
1330 * linux-low.c (wstatus_maybe_breakpoint): Remove.
1331 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
1332 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
1333
b05ec7a5
AT
13342015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1335
1336 PR breakpoints/15956
1337 * tracepoint.c (cmd_qtinit): Add check for current_thread.
1338
d33501a5
MM
13392015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1340
1341 * linux-low.c (linux_low_btrace_conf): Print size.
1342 * server.c (handle_btrace_conf_general_set): New.
1343 (hanle_general_set): Call handle_btrace_conf_general_set.
1344 (handle_query): Report Qbtrace-conf:bts:size as supported.
1345
f4abbc16
MM
13462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1347
1348 * linux-low.c (linux_low_enable_btrace): Update parameters.
1349 (linux_low_btrace_conf): New.
1350 (linux_target_ops)<to_btrace_conf>: Initialize.
1351 * server.c (current_btrace_conf): New.
1352 (handle_btrace_enable): Rename to ...
1353 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
1354 to target_enable_btrace. Update comment. Update users.
1355 (handle_qxfer_btrace_conf): New.
1356 (qxfer_packets): Add btrace-conf entry.
1357 (handle_query): Report qXfer:btrace-conf:read as supported packet.
1358 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
1359 (target_ops)<read_btrace_conf>: New.
1360 (target_enable_btrace): Update parameters.
1361 (target_read_btrace_conf): New.
1362
043c3577
MM
13632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1364
1365 * server.c (handle_btrace_general_set): Remove call to
1366 target_supports_btrace.
1367 (supported_btrace_packets): New.
1368 (handle_query): Call supported_btrace_packets.
1369 * target.h: include btrace-common.h.
1370 (btrace_target_info): Removed.
1371 (supports_btrace, target_supports_btrace): Update parameters.
1372
734b0e4b
MM
13732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1374
1375 * Makefile.in (SFILES): Add common/btrace-common.c.
1376 (OBS): Add common/btrace-common.o.
1377 (btrace-common.o): Add build rules.
1378 * linux-low: Include btrace-common.h.
1379 (linux_low_read_btrace): Use struct btrace_data. Call
1380 btrace_data_init and btrace_data_fini.
1381
d6c146e9
PA
13822015-02-06 Pedro Alves <palves@redhat.com>
1383
1384 * thread-db.c (find_new_threads_callback): Add debug output.
1385
20ba1ce6
PA
13862015-02-04 Pedro Alves <palves@redhat.com>
1387
1388 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
1389 (resume_stopped_resumed_lwps): New function.
1390 (linux_wait_for_event_filtered): Use it.
1391
8cc73a39
SDJ
13922015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1393
1394 * Makefile.in (SFILES): Add linux-personality.c.
1395 (linux-personality.o): New rule.
1396 * configure.srv (srv_linux_obj): Add linux-personality.o to the
1397 list of objects to be built.
1398 * linux-low.c: Include nat/linux-personality.h.
1399 (linux_create_inferior): Remove code to disable address space
1400 randomization (moved to ../nat/linux-personality.c). Create
1401 cleanup to disable address space randomization.
1402
fb23d554
SDJ
14032015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1404
1405 * Makefile.in (posix-strerror.o): New rule.
1406 (mingw-strerror.o): Likewise.
1407 * configure: Regenerated.
1408 * configure.ac: Source file ../common/common.host. Initialize new
1409 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
1410
cdf43629
YQ
14112015-01-14 Yao Qi <yao@codesourcery.com>
1412
1413 * Makefile.in (SFILES): Add nat/ppc-linux.c.
1414 (ppc-linux.o): New rule.
1415 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
1416 * configure.ac: AC_CHECK_FUNCS(getauxval).
1417 * config.in: Re-generated.
1418 * configure: Re-generated.
1419 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
1420 ppc64_64bit_inferior_p
1421
514c5338
YQ
14222015-01-14 Yao Qi <yao@codesourcery.com>
1423
1424 * linux-ppc-low.c: Include "nat/ppc-linux.h".
1425 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
1426 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
1427 (PT_ORIG_R3, PT_TRAP): Likewise.
1428 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
1429 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
1430 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
1431
3368c1e5
JB
14322015-01-10 Joel Brobecker <brobecker@adacore.com>
1433
1434 * i387-fp.c (i387_cache_to_xsave): In look over
1435 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
1436 zmmh_low_space field by use of zmmh_high_space.
1437
582511be
PA
14382015-01-09 Pedro Alves <palves@redhat.com>
1439
1440 * linux-low.c (step_over_bkpt): Move higher up in the file.
1441 (handle_extended_wait): Don't store the stop_pc here.
1442 (get_stop_pc): Adjust comments and rename to ...
1443 (check_stopped_by_breakpoint): ... this. Record whether the LWP
1444 stopped for a software breakpoint or hardware breakpoint.
1445 (thread_still_has_status_pending_p): New function.
1446 (status_pending_p_callback): Use
1447 thread_still_has_status_pending_p. If the event is no longer
1448 interesting, resume the LWP.
1449 (handle_tracepoints): Add assert.
1450 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
1451 (wstatus_maybe_breakpoint): New function.
1452 (cancel_breakpoint): Delete function.
1453 (check_stopped_by_watchpoint): New function, factored out from
1454 linux_low_filter_event.
1455 (lp_status_maybe_breakpoint): Delete function.
1456 (linux_low_filter_event): Remove filter_ptid argument.
1457 Leave thread group exits pending here. Store the LWP's stop PC.
1458 Always leave events pending.
1459 (linux_wait_for_event_filtered): Pull all events out of the
1460 kernel, and leave them all pending.
1461 (count_events_callback, select_event_lwp_callback): Consider all
1462 events.
1463 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
1464 (select_event_lwp): Only give preference to the stepping LWP in
1465 all-stop mode. Adjust comments.
1466 (ignore_event): New function.
1467 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
1468 references to cancel_breakpoints. Adjust to renames. Also give
1469 equal priority to all LWPs that have had events in non-stop mode.
1470 If reporting a software breakpoint event, unadjust the LWP's PC.
1471 (linux_wait): If linux_wait_1 returned an ignored event, retry.
1472 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
1473 Adjust.
1474 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
1475 (resume_status_pending_p): Use thread_still_has_status_pending_p.
1476 (linux_stopped_by_watchpoint): Adjust.
1477 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
1478 * linux-low.h (enum lwp_stop_reason): New.
1479 (struct lwp_info) <stop_pc>: Adjust comment.
1480 <stopped_by_watchpoint>: Delete field.
1481 <stop_reason>: New field.
1482 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1483 * mem-break.c (software_breakpoint_inserted_here)
1484 (hardware_breakpoint_inserted_here): New function.
1485 * mem-break.h (software_breakpoint_inserted_here)
1486 (hardware_breakpoint_inserted_here): Declare.
1487 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
1488 (cancel_breakpoints): Delete.
1489 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
1490 (upload_fast_traceframes): Remove references to
1491 cancel_breakpoints.
1492
a33e3959
PA
14932015-01-09 Pedro Alves <palves@redhat.com>
1494
1495 * thread-db.c (find_new_threads_callback): Ignore thread if the
1496 kernel thread ID is -1.
1497
8784d563
PA
14982015-01-09 Pedro Alves <palves@redhat.com>
1499
1500 * linux-low.c (linux_attach_fail_reason_string): Move to
1501 nat/linux-ptrace.c, and rename.
1502 (linux_attach_lwp): Update comment.
1503 (attach_proc_task_lwp_callback): New function.
1504 (linux_attach): Adjust to rename and use
1505 linux_proc_attach_tgid_threads.
1506 (linux_attach_fail_reason_string): Delete declaration.
1507
76f2b779
JB
15082015-01-01 Joel Brobecker <brobecker@adacore.com>
1509
1510 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
1511 * server.c (gdbserver_version): Likewise.
1512
fafcc06a
SDJ
15132014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
1514
1515 * remote-utils.c: Include ctype.h.
1516 (input_interrupt): Explicitly handle the case when the char
1517 received is the NUL byte. Improve the printing of non-ASCII
1518 characters.
1519
beed38b8
JB
15202014-12-16 Joel Brobecker <brobecker@adacore.com>
1521
1522 * linux-low.c (linux_low_filter_event): Update call to
1523 linux_enable_event_reporting following the addition of
1524 a new parameter to that function.
1525
bf330350
CU
15262014-12-16 Catalin Udma <catalin.udma@freescale.com>
1527
1528 PR server/17457
1529 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
1530 (AARCH64_FPCR_REGNO): Likewise.
1531 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
1532 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
1533 (aarch64_store_fpregset): Likewise.
1534
5227d625
JB
15352014-12-15 Joel Brobecker <brobecker@adacore.com>
1536
1537 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
1538 Remove FIXME comment about assumption about N.
1539
f93b65a0
JB
15402014-12-13 Joel Brobecker <brobecker@adacore.com>
1541
1542 * configure.ac: If large-file support is disabled in GDBserver,
1543 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
1544 * configure: Regenerate.
1545
e5a9158d
AA
15462014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1547
1548 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
1549 warning upon ENODATA from ptrace.
1550 * linux-s390-low.c (s390_store_tdb): New.
1551 (s390_regsets): Add regset for NT_S390_TDB.
1552
feea5f36
AA
15532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1554
1555 * linux-low.c (regsets_store_inferior_registers): Skip regsets
1556 without a fill_function.
1557 * linux-s390-low.c (s390_fill_last_break): Remove.
1558 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
1559 (s390_arch_setup): Use regset's size instead of fill_function for
1560 loop end condition.
1561
098dbe61
AA
15622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1563
1564 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
1565 the regset's store function when ptrace returned an error.
1566 * regcache.c (get_thread_regcache): Invalidate register cache
1567 before fetching inferior's registers.
1568
28eef672
AA
15692014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1570
1571 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
1572 while-loop as for-loop.
1573 (regsets_store_inferior_registers): Likewise.
1574
bdca27a2
YQ
15752014-11-28 Yao Qi <yao@codesourcery.com>
1576
1577 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
1578 * config.in, configure: Re-generate.
1579 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
1580 is defined.
1581
9c232dda
YQ
15822014-11-21 Yao Qi <yao@codesourcery.com>
1583
1584 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
1585 (AC_CHECK_HEADERS): Remove malloc.h.
1586 * configure: Re-generated.
1587 * config.in: Re-generated.
1588 * server.h: Don't include alloca.h and malloc.h.
1589 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
1590 Don't include malloc.h.
1591
43968415
JB
15922014-11-17 Joel Brobecker <brobecker@adacore.com>
1593
1594 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
1595 corresponding ERRNO check in same block.
1596
40e91bc7
PA
15972014-11-12 Pedro Alves <palves@redhat.com>
1598
1599 * server.c (cont_thread): Update comment.
1600 (start_inferior, attach_inferior): No longer clear cont_thread.
1601 (handle_v_cont): No longer set cont_thread.
1602 (captured_main): Clear cont_thread each time a GDB connects.
1603
c2c118cf
PA
16042014-11-12 Pedro Alves <palves@redhat.com>
1605
1606 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
1607 thread, and don't resume all threads if the Hc thread has exited.
1608
78708b7c
PA
16092014-11-12 Pedro Alves <palves@redhat.com>
1610
1611 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
1612 the process group instead of to a specific LWP.
1613
a2abc7de
PA
16142014-10-15 Pedro Alves <palves@redhat.com>
1615
1616 PR server/17487
1617 * win32-arm-low.c (arm_set_thread_context): Remove current_event
1618 parameter.
1619 (arm_set_thread_context): Delete.
1620 (the_low_target): Adjust.
1621 * win32-i386-low.c (debug_registers_changed)
1622 (debug_registers_used): Delete.
1623 (update_debug_registers_callback): New function.
1624 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
1625 needing to update their debug registers.
1626 (win32_get_current_dr): New function.
1627 (x86_dr_low_get_addr, x86_dr_low_get_control)
1628 (x86_dr_low_get_status): Fetch the debug register from the thread
1629 record's context.
1630 (i386_initial_stuff): Adjust.
1631 (i386_get_thread_context): Remove current_event parameter. Don't
1632 clear debug_registers_changed nor copy DR values to
1633 debug_reg_state.
1634 (i386_set_thread_context): Delete.
1635 (i386_prepare_to_resume): New function.
1636 (i386_thread_added): Mark the thread as needing to update irs
1637 debug registers.
1638 (the_low_target): Remove i386_set_thread_context and install
1639 i386_prepare_to_resume.
1640 * win32-low.c (win32_get_thread_context): Adjust.
1641 (win32_set_thread_context): Use SetThreadContext
1642 directly.
1643 (win32_prepare_to_resume): New function.
1644 (win32_require_context): New function, factored out from ...
1645 (thread_rec): ... this.
1646 (continue_one_thread): Call win32_prepare_to_resume on each thread
1647 we're about to continue.
1648 (win32_resume): Call win32_prepare_to_resume on the event thread.
1649 * win32-low.h (struct win32_thread_info)
1650 <debug_registers_changed>: New field.
1651 (struct win32_target_ops): Change prototype of set_thread_context,
1652 delete set_thread_context and add prepare_to_resume.
1653 (win32_require_context): New declaration.
1654
a442d071
GB
16552014-10-08 Gary Benson <gbenson@redhat.com>
1656
1657 * server.h: Do not include common-exceptions.h.
1658
6f1947e8
GB
16592014-10-08 Gary Benson <gbenson@redhat.com>
1660
1661 * server.h: Do not include cleanups.h.
1662
63b434a4
JH
16632014-09-30 James Hogan <james.hogan@imgtec.com>
1664
1665 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
1666 mips64-dsp-linux.c.
1667
c4d9ceb6
YQ
16682014-09-23 Yao Qi <yao@codesourcery.com>
1669
1670 * linux-low.c (lp_status_maybe_breakpoint): New function.
1671 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
1672 (count_events_callback): Likewise.
1673 (select_event_lwp_callback): Likewise.
1674 (cancel_breakpoints_callback): Likewise.
1675
89a5711c
DB
16762014-09-19 Don Breazeal <donb@codesourcery.com>
1677
1678 * linux-low.c (handle_extended_wait): Call
1679 linux_ptrace_get_extended_event.
1680 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
1681 linux_is_extended_waitstatus.
1682
bffc0964
JB
16832014-09-16 Joel Brobecker <brobecker@adacore.com>
1684
1685 * Makefile.in (CPPFLAGS): Define.
1686 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
1687 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
1688
0bfdf32f
GB
16892014-09-16 Gary Benson <gbenson@redhat.com>
1690
1691 * inferiors.h (current_inferior): Renamed as...
1692 (current_thread): New variable. All uses updated.
1693 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
1694 (maybe_move_out_of_jump_pad): Likewise.
1695 (cancel_breakpoint): Likewise.
1696 (linux_low_filter_event): Likewise.
1697 (wait_for_sigstop): Likewise.
1698 (linux_resume_one_lwp): Likewise.
1699 (need_step_over_p): Likewise.
1700 (start_step_over): Likewise.
1701 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
1702 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
1703 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
1704 and save_inferior as saved_thread.
1705 * regcache.c (get_thread_regcache): Renamed saved_inferior as
1706 saved_thread.
1707 (regcache_invalidate_thread): Likewise.
1708 * remote-utils.c (prepare_resume_reply): Likewise.
1709 * thread-db.c (thread_db_get_tls_address): Likewise.
1710 (disable_thread_event_reporting): Likewise.
1711 (remove_thread_event_breakpoints): Likewise.
1712 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
1713 as saved_thread.
1714 * target.h (set_desired_inferior): Renamed as...
1715 (set_desired_thread): New declaration. All uses updated.
1716 * server.c (myresume): Updated comment to reference thread instead
1717 of inferior.
1718 (handle_serial_event): Likewise.
1719 (handle_target_event): Likewise.
1720
361c8ade
GB
17212014-09-12 Tom Tromey <tromey@redhat.com>
1722 Gary Benson <gbenson@redhat.com>
1723
1724 * regcache.h: Include common-regcache.h.
1725 (regcache_read_pc): Don't declare.
1726 * regcache.c (get_thread_regcache_for_ptid): New function.
1727
bd9269f7
GB
17282014-09-11 Tom Tromey <tromey@redhat.com>
1729 Gary Benson <gbenson@redhat.com>
1730
1731 * symbol.c: New file.
1732 * Makefile.in (SFILES): Add symbol.c.
1733 (OBS): Add symbol.o.
1734
f8c1d06b
GB
17352014-09-11 Gary Benson <gbenson@redhat.com>
1736
1737 * target.c (target_stop_ptid, target_continue_ptid): New
1738 functions.
1739
721ec300
GB
17402014-09-11 Tom Tromey <tromey@redhat.com>
1741 Gary Benson <gbenson@redhat.com>
1742
1743 * target.h: Include target/target.h.
1744 * target.c (target_read_memory, target_read_uint32)
1745 (target_write_memory): New functions.
1746
c5e92cca
GB
17472014-09-11 Gary Benson <gbenson@redhat.com>
1748
1749 * server.h (debug_hw_points): Don't declare.
1750 * server.c (debug_hw_points): Don't define. Replace all uses
1751 with show_debug_regs.
1752 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
1753 all uses with show_debug_regs.
1754
2e4bb98a
EBM
17552014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1756
1757 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
1758 endianness into account.
1759 (ppc_supply_ptrace_register): Likewise.
1760
ac740bc7
JH
17612014-09-03 James Hogan <james.hogan@imgtec.com>
1762
1763 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
1764 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
1765
97ea6506
GB
17662014-09-03 Gary Benson <gbenson@redhat.com>
1767
1768 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
1769 ALL_DEBUG_ADDRESS_REGISTERS.
1770
df7e5265
GB
17712014-09-02 Gary Benson <gbenson@redhat.com>
1772
1773 * i386-low.h: Renamed as...
1774 * x86-low.h: New file. All type, function and variable name
1775 prefixes changed from "i386_" to "x86_". All references updated.
1776 * i386-low.c: Renamed as...
1777 * x86-low.c: New file. All type, function and variable name
1778 prefixes changed from "i386_" to "x86_". All references updated.
1779
ed859da7
GB
17802014-09-02 Gary Benson <gbenson@redhat.com>
1781
1782 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
1783 (x86_linux_new_thread): Likewise.
1784
860789c7
GB
17852014-08-29 Gary Benson <gbenson@redhat.com>
1786
1787 * server.h (setjmp.h): Do not include.
1788 (toplevel): Do not declare.
1789 (common-exceptions.h): Include.
1790 (cleanups.h): Likewise.
1791 * server.c (toplevel): Do not define.
1792 (exit_code): New static global.
1793 (detach_or_kill_for_exit_cleanup): New function.
1794 (main): New function. Original main renamed to...
1795 (captured_main): New function.
1796 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
1797
ff55e1b5
GB
17982014-08-29 Gary Benson <gbenson@redhat.com>
1799
1800 * Makefile.in (SFILES): Add common/common-exceptions.c.
1801 (OBS): Add common-exceptions.o.
1802 (common-exceptions.o): New rule.
1803 * utils.c (prepare_to_throw_exception): New function.
1804
e9bcb658
GB
18052014-08-29 Gary Benson <gbenson@redhat.com>
1806
1807 * config.in: Regenerate.
1808 * configure: Likewise.
1809
e3180625
GB
18102014-08-29 Gary Benson <gbenson@redhat.com>
1811
1812 * Makefile.in (SFILES): Add common/cleanups.c.
1813 (OBS): cleanups.o.
1814 (cleanups.o): New rule.
1815
e3d6ba5d
GB
18162014-08-29 Gary Benson <gbenson@redhat.com>
1817
1818 * utils.c (internal_vwarning): New function.
1819
7096e886
GB
18202014-08-28 Gary Benson <gbenson@redhat.com>
1821
1822 * utils.h (fatal): Remove declaration.
1823 * utils.c (fatal): Remove function.
1824
14ce3192
GB
18252014-08-28 Gary Benson <gbenson@redhat.com>
1826
1827 * tracepoint.c (gdb_agent_init): Replace fatal with
1828 perror_with_name.
1829 (initialize_tracepoint): Likewise.
1830
50278d59
GB
18312014-08-28 Gary Benson <gbenson@redhat.com>
1832
1833 * remote-utils.c (remote_prepare): Replace fatal with error.
1834
aa96c426
GB
18352014-08-28 Gary Benson <gbenson@redhat.com>
1836
1837 * linux-low.c (linux_async): Replace fatal with warning.
1838 Tidy up and return.
1839 (linux_start_non_stop): Return -1 if linux_async failed.
1840
f7160e97
GB
18412014-08-28 Gary Benson <gbenson@redhat.com>
1842
1843 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1844 gdb_assert.
1845 (i386_dr_low_get_addr): Remove vague comment.
1846 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1847 gdb_assert.
1848
38e08fca
GB
18492014-08-28 Gary Benson <gbenson@redhat.com>
1850
1851 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1852 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1853 internal_error.
1854 (linux_resume_one_lwp): Likewise.
1855 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1856 gdb_assert.
1857 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1858 with internal_error.
1859 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1860 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1861 (find_register_by_name): Replace fatal with internal_error.
1862 (find_regno): Likewise.
1863 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1864 * thread-db.c (thread_db_create_event): Likewise.
1865 (thread_db_load_search): Likewise.
1866 (try_thread_db_load_1): Likewise.
1867 * tracepoint.c (get_jump_space_head): Replace fatal with
1868 internal_error.
1869 (claim_trampoline_space): Likewise.
1870 (have_fast_tracepoint_trampoline_buffer): Likewise.
1871 (cmd_qtstart): Likewise.
1872 (stop_tracing): Likewise.
1873 (fast_tracepoint_collecting): Likewise.
1874 (target_malloc): Likewise.
1875 (download_tracepoint): Likewise.
1876 (download_trace_state_variables): Replace check with gdb_assert.
1877 (upload_fast_traceframes): Replace fatal with internal_error.
1878
34abf635
GB
18792014-08-19 Tom Tromey <tromey@redhat.com>
1880 Gary Benson <gbenson@redhat.com>
1881
1882 * Makefile.in (SFILES): Add common/common-debug.c.
1883 (OBS): Add common-debug.o.
1884 (common-debug.o): New rule.
1885 * debug.h (debug_printf): Don't declare.
1886 * debug.c (debug_printf): Renamed and rewritten as...
1887 (debug_vprintf): New function.
1888
f6e94d78
GB
18892014-08-19 Gary Benson <gbenson@redhat.com>
1890
1891 * utils.h: Do not include print-utils.h.
1892
9239eeab
GB
18932014-08-19 Tom Tromey <tromey@redhat.com>
1894 Gary Benson <gbenson@redhat.com>
1895
1896 * server.h: Add static assertion.
1897 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1898
ef87c8bb
GB
18992014-08-19 Tom Tromey <tromey@redhat.com>
1900 Gary Benson <gbenson@redhat.com>
1901
1902 * Makefile.in (SFILES): Add common/errors.c.
1903 (OBS): Add errors.o.
1904 (IPA_OBS): Add errors-ipa.o.
1905 (errors.o): New rule.
1906 (errors-ipa.o): Likewise.
1907 * utils.h (perror_with_name, error, warning): Don't declare.
1908 * utils.c (warning): Renamed and rewritten as...
1909 (vwarning): New function.
1910 (error): Renamed and rewritten as...
1911 (verror): New function.
1912 (internal_error): Renamed and rewritten as...
1913 (internal_verror): New function.
1914
bb974a24
GB
19152014-08-07 Gary Benson <gbenson@redhat.com>
1916
1917 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1918 * configure: Regenerate.
1919 * config.in: Likewise.
1920 * server.h: Do not include errno.h.
1921 * event-loop.c: Likewise.
1922 * hostio-errno.c: Likewise.
1923 * linux-low.c: Likewise.
1924 * remote-utils.c: Likewise.
1925 * spu-low.c: Likewise.
1926 * utils.c: Likewise.
1927 * gdbreplay.c: Unconditionally include errno.h.
1928
6d3d12eb
GB
19292014-08-07 Gary Benson <gbenson@redhat.com>
1930
1931 * server.h: Do not include string.h.
1932 * event-loop.c: Likewise.
1933 * linux-low.c: Likewise.
1934 * regcache.c: Likewise.
1935 * remote-utils.c: Likewise.
1936 * spu-low.c: Likewise.
1937 * utils.c: Likewise.
1938
dccbb609
GB
19392014-08-07 Gary Benson <gbenson@redhat.com>
1940
1941 * server.h: Do not include gdb_assert.h.
1942
e76df0d0
GB
19432014-08-07 Gary Benson <gbenson@redhat.com>
1944
1945 * server.h: Do not include common-utils.h.
1946
4cb9c816
GB
19472014-08-07 Gary Benson <gbenson@redhat.com>
1948
1949 * server.h: Do not include ptid.h.
1950 * notif.h: Likewise.
1951
3995eeee
GB
19522014-08-07 Gary Benson <gbenson@redhat.com>
1953
1954 * server.h: Do not include gdb_locale.h.
1955
cb9f1a9b
GB
19562014-08-07 Gary Benson <gbenson@redhat.com>
1957
1958 * server.h: Do not include gdb/signals.h.
1959 * win32-low.c: Likewise.
1960
a5fceff8
GB
19612014-08-07 Gary Benson <gbenson@redhat.com>
1962
1963 * server.h: Do not include pathmax.h.
1964
b9391142
GB
19652014-08-07 Gary Benson <gbenson@redhat.com>
1966
1967 * server.h: Do not include libiberty.h.
1968 * linux-bfin-low.c: Likewise.
1969
0e443c87
GB
19702014-08-07 Gary Benson <gbenson@redhat.com>
1971
1972 * server.h: Do not include ansidecl.h.
1973
8ebb3f56
GB
19742014-08-07 Gary Benson <gbenson@redhat.com>
1975
1976 * linux-x86-low.c: Do not include stddef.h.
1977 * lynx-ppc-low.c: Likewise.
1978 * tracepoint.c: Likewise.
1979
8980bdf6
GB
19802014-08-07 Gary Benson <gbenson@redhat.com>
1981
1982 * server.h: Do not include stdarg.h.
1983 * nto-low.c: Likewise.
1984
d7096f71
GB
19852014-08-07 Gary Benson <gbenson@redhat.com>
1986
1987 * server.h: Do not include stdlib.h.
1988 * inferiors.c: Likewise.
1989 * linux-low.c: Likewise.
1990 * regcache.c: Likewise.
1991 * spu-low.c: Likewise.
1992 * tracepoint.c: Likewise.
1993 * utils.c: Likewise.
1994
d02f550d
GB
19952014-08-07 Gary Benson <gbenson@redhat.com>
1996
1997 * server.h: Do not include stdio.h.
1998 * linux-low.c: Likewise.
1999 * remote-utils.c: Likewise.
2000 * spu-low.c: Likewise.
2001 * utils.c: Likewise.
2002 * wincecompat.c: Likewise.
2003
87f6c4e3
GB
20042014-08-06 Gary Benson <gbenson@redhat.com>
2005
2006 * regcache.c (init_register_cache): Move conditionals inside if.
2007
7089dca4
GB
20082014-08-06 Gary Benson <gbenson@redhat.com>
2009
2010 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
2011
462f517e
GB
20122014-07-31 Gary Benson <gbenson@redhat.com>
2013
2014 * ax.h: Do not include server.h.
2015 * gdbthread.h: Likewise.
2016 * lynx-low.h: Likewise.
2017 * notif.h: Likewise.
2018
976411d6
GB
20192014-07-30 Gary Benson <gbenson@redhat.com>
2020
2021 * server.h: Include common-defs.h.
2022 Do not include config.h or build-gnulib-gdbserver/config.h.
2023
d41f6d8e
GB
20242014-07-30 Gary Benson <gbenson@redhat.com>
2025
2026 * hostio-errno.c: Move server.h to top of includes list.
2027 * inferiors.c: Likewise.
2028 * linux-x86-low.c: Likewise.
2029 * notif.c: Include server.h.
2030
314c6a35
TT
20312014-07-24 Tom Tromey <tromey@redhat.com>
2032 Gary Benson <gbenson@redhat.com>
2033
2034 * server.h (CORE_ADDR): Now unsigned.
2035
69ff6be5
PA
20362014-07-16 Pedro Alves <palves@redhat.com>
2037
2038 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
2039
ce9e3fe7
PA
20402014-07-15 Pedro Alves <palves@redhat.com>
2041
2042 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
2043 copy.
2044
e76126e8
PA
20452014-07-11 Pedro Alves <palves@redhat.com>
2046
2047 * linux-low.c (kill_wait_lwp): New function, based on
2048 kill_one_lwp_callback, but use my_waitpid directly.
2049 (kill_one_lwp_callback, linux_kill): Use it.
2050
8e9db26e
PA
20512014-06-23 Pedro Alves <palves@redhat.com>
2052
2053 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
2054 before setting DR0..DR3.
2055
698b3e08
GB
20562014-06-20 Gary Benson <gbenson@redhat.com>
2057
2058 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
2059 * configure: Regenerated.
2060 * config.in: Likewise.
2061
125f8a3d
GB
20622014-06-20 Gary Benson <gbenson@redhat.com>
2063
2064 * Makefile.in (SFILES): Update locations for files moved
2065 from common to nat.
2066 (object file files): Reordered.
2067
42995dbd
GB
20682014-06-20 Gary Benson <gbenson@redhat.com>
2069
2070 * i386-low.h (i386_dr_low_can_set_addr): Removed.
2071 (i386_dr_low_set_addr): Likewise.
2072 (i386_dr_low_get_addr): Likewise.
2073 (i386_dr_low_can_set_control): Likewise.
2074 (i386_dr_low_set_control): Likewise.
2075 (i386_dr_low_get_control): Likewise.
2076 (i386_dr_low_get_status): Likewise.
2077 (i386_get_debug_register_length): Likewise.
2078 * linux-x86-low.c (i386_dr_low_set_addr):
2079 Changed signature. Made static.
2080 (i386_dr_low_get_addr): Likewise.
2081 (i386_dr_low_set_control): Likewise.
2082 (i386_dr_low_get_control): Likewise.
2083 (i386_dr_low_get_status): Likewise.
2084 (i386_dr_low): New global variable.
2085 * win32-i386-low.c (i386_dr_low_set_addr):
2086 Changed signature. Made static.
2087 (i386_dr_low_get_addr): Likewise.
2088 (i386_dr_low_set_control): Likewise.
2089 (i386_dr_low_get_control): Likewise.
2090 (i386_dr_low_get_status): Likewise.
2091 (i386_dr_low): New global variable.
2092
e1d2394b
MS
20932014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
2094
2095 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
2096 * Makefile.in (AR, AR_FLAGS): Define.
2097 * configure: Regenerate.
2098
3a8ee006
GB
20992014-06-19 Gary Benson <gbenson@redhat.com>
2100
2101 * Makefile.in (i386-dregs.o): New rule.
2102 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
2103 * i386-low.c (target.h): Remove include.
2104 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
2105 (DR_CONTROL_SHIFT): Likewise.
2106 (DR_CONTROL_SIZE): Likewise.
2107 (DR_RW_EXECUTE): Likewise.
2108 (DR_RW_WRITE): Likewise.
2109 (DR_RW_READ): Likewise.
2110 (DR_RW_IORW): Likewise.
2111 (DR_LEN_1): Likewise.
2112 (DR_LEN_2): Likewise.
2113 (DR_LEN_4): Likewise.
2114 (DR_LEN_8): Likewise.
2115 (DR_LOCAL_ENABLE_SHIFT): Likewise.
2116 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
2117 (DR_ENABLE_SIZE): Likewise.
2118 (DR_LOCAL_SLOWDOWN): Likewise.
2119 (DR_GLOBAL_SLOWDOWN): Likewise.
2120 (DR_CONTROL_RESERVED): Likewise.
2121 (I386_DR_CONTROL_MASK): Likewise.
2122 (I386_DR_VACANT): Likewise.
2123 (I386_DR_LOCAL_ENABLE): Likewise.
2124 (I386_DR_GLOBAL_ENABLE): Likewise.
2125 (I386_DR_DISABLE): Likewise.
2126 (I386_DR_SET_RW_LEN): Likewise.
2127 (I386_DR_GET_RW_LEN): Likewise.
2128 (I386_DR_WATCH_HIT): Likewise.
2129 (i386_wp_op_t): Likewise.
2130 (i386_show_dr): Likewise.
2131 (i386_length_and_rw_bits): Likewise.
2132 (i386_insert_aligned_watchpoint): Likewise.
2133 (i386_remove_aligned_watchpoint): Likewise.
2134 (i386_handle_nonaligned_watchpoint): Likewise.
2135 i386_update_inferior_debug_regs(): Likewise.
2136 (i386_dr_insert_watchpoint): Likewise.
2137 (i386_dr_remove_watchpoint): Likewise.
2138 (i386_dr_region_ok_for_watchpoint): Likewise.
2139 (i386_dr_stopped_data_address): Likewise.
2140 (i386_dr_stopped_by_watchpoint): Likewise.
2141
8f26655c
GB
21422014-06-19 Gary Benson <gbenson@redhat.com>
2143
2144 * i386-low.c (i386_dr_show): Renamed to
2145 i386_show_dr and made static. All uses updated.
2146 (i386_dr_length_and_rw_bits): Renamed to
2147 i386_length_and_rw_bits and made static.
2148 All uses updated.
2149 (i386_dr_insert_aligned_watchpoint): Renamed to
2150 i386_insert_aligned_watchpoint and made static.
2151 All uses updated.
2152 (i386_dr_remove_aligned_watchpoint): Renamed to
2153 i386_remove_aligned_watchpoint and made static.
2154 All uses updated.
2155 (i386_dr_update_inferior_debug_regs): Renamed to
2156 i386_update_inferior_debug_regs and made static.
2157 All uses updated.
2158
b9228891
GB
21592014-06-18 Gary Benson <gbenson@redhat.com>
2160
5171def3
GB
2161 * i386-low.h (i386_dr_low_can_set_addr): New macro.
2162 (i386_dr_low_can_set_control): Likewise.
2163 (i386_get_debug_register_length): Likewise.
2164 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
2165 (i386_dr_low_can_set_control): Likewise.
2166 (i386_get_debug_register_length): Likewise.
2167
21682014-06-17 Gary Benson <gbenson@redhat.com>
2169
b9228891
GB
2170 * i386-low.h (i386-dregs.h): New include.
2171 (DR_FIRSTADDR): Now in i386-dregs.h.
2172 (DR_LASTADDR): Likewise.
2173 (DR_NADDR): Likewise.
2174 (DR_STATUS): Likewise.
2175 (DR_CONTROL): Likewise.
2176 (i386_debug_reg_state): Likewise.
2177 (i386_dr_insert_watchpoint): Likewise.
2178 (i386_dr_remove_watchpoint): Likewise.
2179 (i386_dr_region_ok_for_watchpoint): Likewise.
2180 (i386_dr_stopped_data_address): Likewise.
2181 (i386_dr_stopped_by_watchpoint): Likewise.
2182 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
2183
4be83cc2
GB
21842014-06-18 Gary Benson <gbenson@redhat.com>
2185
2186 * i386-low.h (i386_low_insert_watchpoint): Renamed to
2187 i386_dr_insert_watchpoint.
2188 (i386_low_remove_watchpoint): Renamed to
2189 i386_dr_remove_watchpoint.
2190 (i386_low_region_ok_for_watchpoint): Renamed to
2191 i386_dr_region_ok_for_watchpoint.
2192 (i386_low_stopped_data_address): Renamed to
2193 i386_dr_stopped_data_address.
2194 (i386_low_stopped_by_watchpoint): Renamed to
2195 i386_dr_stopped_by_watchpoint.
2196 * i386-low.c (i386_show_dr): Renamed to
2197 i386_dr_show and made nonstatic. All uses updated.
2198 (i386_length_and_rw_bits): Renamed to
2199 i386_dr_length_and_rw_bits and made nonstatic.
2200 All uses updated.
2201 (i386_insert_aligned_watchpoint): Renamed to
2202 i386_dr_insert_aligned_watchpoint and made nonstatic.
2203 All uses updated.
2204 (i386_remove_aligned_watchpoint): Renamed to
2205 i386_dr_remove_aligned_watchpoint and made nonstatic.
2206 All uses updated.
2207 (i386_update_inferior_debug_regs): Renamed to
2208 i386_dr_update_inferior_debug_regs and made nonstatic.
2209 All uses updated.
2210 (i386_low_insert_watchpoint): Renamed to
2211 i386_dr_insert_watchpoint. All uses updated.
2212 (i386_low_remove_watchpoint): Renamed to
2213 i386_dr_remove_watchpoint. All uses updated.
2214 (i386_low_region_ok_for_watchpoint): Renamed to
2215 i386_dr_region_ok_for_watchpoint. All uses updated.
2216 (i386_low_stopped_data_address): Renamed to
2217 i386_dr_stopped_data_address. All uses updated.
2218 (i386_low_stopped_by_watchpoint): Renamed to
2219 i386_dr_stopped_by_watchpoint. All uses updated.
2220
131aa0d4
GB
22212014-06-18 Gary Benson <gbenson@redhat.com>
2222
2223 * i386-low.c (i386_dr_low_can_set_addr): New macro.
2224 (i386_dr_low_can_set_control): Likewise.
2225 (i386_insert_aligned_watchpoint): New check.
2226
d9305f7f
GB
22272014-06-18 Gary Benson <gbenson@redhat.com>
2228
2229 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
2230 Renamed to state.
2231
e927c9fc
GB
22322014-06-18 Gary Benson <gbenson@redhat.com>
2233
2234 * i386-low.c (i386_length_and_rw_bits): Use internal_error
2235 instead of fatal and error.
2236 (i386_handle_nonaligned_watchpoint): Likewise.
2237
1b6d4134
GB
22382014-06-18 Gary Benson <gbenson@redhat.com>
2239
2240 * i386-low.c (i386_get_debug_register_length): New macro.
2241 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
2242 (i386_show_dr): Use debug_printf instead of fprintf. Use
2243 phex to format values.
2244
6e62758f
GB
22452014-06-18 Gary Benson <gbenson@redhat.com>
2246
2247 * i386-low.h: Comment changes.
2248 * i386-low.c: Likewise.
2249
fc6e2f03
GB
22502014-06-18 Gary Benson <gbenson@redhat.com>
2251
2252 * i386-low.c: Whitespace changes.
2253
f9d1eeed
TT
22542014-06-12 Tom Tromey <tromey@redhat.com>
2255
2256 * utils.c (freeargv): Remove.
2257
0b04e523
TT
22582014-06-12 Tom Tromey <tromey@redhat.com>
2259
2260 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
2261 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
2262 (parse_debug_format_options): Likewise.
2263 (gdbserver_usage): Likewise.
2264 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
2265 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
2266 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
2267 against libiberty.
2268 ($(LIBGNU)): Depend on libiberty.
2269 (all-lib): Recurse into all subdirs.
2270 (install-only): Invoke "install" target in subdirs.
2271 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
2272 targets.
2273 * configure: Rebuild.
2274 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
2275 for vasprintf, vsnprintf, or gettimeofday.
2276 * configure.srv: Don't add safe-ctype.o or lbasename.o to
2277 srv_tgtobj.
2278
270c9937
JB
22792014-06-05 Joel Brobecker <brobecker@adacore.com>
2280
2281 * development.sh: Delete.
2282 * Makefile.in (config.status): Adjust dependency on development.sh.
2283 * configure.ac: Adjust development.sh source call.
2284 * configure: Regenerate.
2285
0a261ed8
PA
22862014-06-02 Pedro Alves <palves@redhat.com>
2287
2288 * ax.c (gdb_free_agent_expr): New function.
2289 * ax.h (gdb_free_agent_expr): New declaration.
2290 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
2291 list.
2292 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
2293 static.
2294 (clear_breakpoint_conditions_and_commands): New function.
2295 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
2296 (clear_breakpoint_conditions_and_commands): New declaration.
2297
e9dae05e
RR
22982014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2299
2300 * linux-aarch64-low.c (asm/ptrace.h): Include.
2301
5876f503
JK
23022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 Fix TLS access for -static -pthread.
2305 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
2306 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
2307 (thread_db_load_search, try_thread_db_load_1): Initialize it.
2308
802e8e6d
PA
23092014-05-20 Pedro Alves <palves@redhat.com>
2310
2311 * linux-aarch64-low.c (aarch64_insert_point)
2312 (aarch64_remove_point): No longer check whether the type is
2313 supported here. Adjust to new interface.
2314 (the_low_target): Install aarch64_supports_z_point_type as
2315 supports_z_point_type method.
2316 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
2317 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
2318 instead of a Z packet char. Adjust.
2319 (arm_supports_z_point_type): New function.
2320 (arm_insert_point, arm_remove_point): Adjust to new interface.
2321 (the_low_target): Install arm_supports_z_point_type.
2322 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
2323 (cris_insert_point, cris_remove_point): Adjust to new interface.
2324 Don't check whether the type is supported here.
2325 (the_low_target): Install cris_supports_z_point_type.
2326 * linux-low.c (linux_supports_z_point_type): New function.
2327 (linux_insert_point, linux_remove_point): Adjust to new interface.
2328 * linux-low.h (struct linux_target_ops) <insert_point,
2329 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
2330 raw_breakpoint pointer parameter.
2331 <supports_z_point_type>: New method.
2332 * linux-mips-low.c (mips_supports_z_point_type): New function.
2333 (mips_insert_point, mips_remove_point): Adjust to new interface.
2334 Use mips_supports_z_point_type.
2335 (the_low_target): Install mips_supports_z_point_type.
2336 * linux-ppc-low.c (the_low_target): Install NULL as
2337 supports_z_point_type method.
2338 * linux-s390-low.c (the_low_target): Install NULL as
2339 supports_z_point_type method.
2340 * linux-sparc-low.c (the_low_target): Install NULL as
2341 supports_z_point_type method.
2342 * linux-x86-low.c (x86_supports_z_point_type): New function.
2343 (x86_insert_point): Adjust to new insert_point interface. Use
2344 insert_memory_breakpoint. Adjust to new
2345 i386_low_insert_watchpoint interface.
2346 (x86_remove_point): Adjust to remove_point interface. Use
2347 remove_memory_breakpoint. Adjust to new
2348 i386_low_remove_watchpoint interface.
2349 (the_low_target): Install x86_supports_z_point_type.
2350 * lynx-low.c (lynx_target_ops): Install NULL as
2351 supports_z_point_type callback.
2352 * nto-low.c (nto_supports_z_point_type): New.
2353 (nto_insert_point, nto_remove_point): Adjust to new interface.
2354 (nto_target_ops): Install nto_supports_z_point_type.
2355 * mem-break.c: Adjust intro comment.
2356 (struct raw_breakpoint) <raw_type, size>: New fields.
2357 <inserted>: Update comment.
2358 <shlib_disabled>: Delete field.
2359 (enum bkpt_type) <gdb_breakpoint>: Delete value.
2360 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
2361 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
2362 (raw_bkpt_type_to_target_hw_bp_type): New function.
2363 (find_enabled_raw_code_breakpoint_at): New function.
2364 (find_raw_breakpoint_at): New type and size parameters. Use them.
2365 (insert_memory_breakpoint): New function, based off
2366 set_raw_breakpoint_at.
2367 (remove_memory_breakpoint): New function.
2368 (set_raw_breakpoint_at): Reimplement.
2369 (set_breakpoint): New, based on set_breakpoint_at.
2370 (set_breakpoint_at): Reimplement.
2371 (delete_raw_breakpoint): Go through the_target->remove_point
2372 instead of assuming memory breakpoints.
2373 (find_gdb_breakpoint_at): Delete.
2374 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
2375 (find_gdb_breakpoint): New function.
2376 (set_gdb_breakpoint_at): Delete.
2377 (z_type_supported): New function.
2378 (set_gdb_breakpoint_1): New function, loosely based off
2379 set_gdb_breakpoint_at.
2380 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
2381 (delete_gdb_breakpoint_at): Delete.
2382 (delete_gdb_breakpoint_1): New function, loosely based off
2383 delete_gdb_breakpoint_at.
2384 (delete_gdb_breakpoint): New function.
2385 (clear_gdb_breakpoint_conditions): Rename to ...
2386 (clear_breakpoint_conditions): ... this. Don't handle a NULL
2387 breakpoint.
2388 (add_condition_to_breakpoint): Make static.
2389 (add_breakpoint_condition): Take a struct breakpoint pointer
2390 instead of an address. Adjust.
2391 (gdb_condition_true_at_breakpoint): Rename to ...
2392 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
2393 z_type parameter.
2394 (gdb_condition_true_at_breakpoint): Reimplement.
2395 (add_breakpoint_commands): Take a struct breakpoint pointer
2396 instead of an address. Adjust.
2397 (gdb_no_commands_at_breakpoint): Rename to ...
2398 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
2399 parameter. Return true if no breakpoint was found. Change debug
2400 output.
2401 (gdb_no_commands_at_breakpoint): Reimplement.
2402 (run_breakpoint_commands): Rename to ...
2403 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
2404 and change return type to boolean.
2405 (run_breakpoint_commands): New function.
2406 (gdb_breakpoint_here): Also check for Z1 breakpoints.
2407 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
2408 breakpoint. Go through the_target->remove_point instead of
2409 assuming memory breakpoint.
2410 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
2411 software and hardware breakpoints.
2412 (reinsert_raw_breakpoint): Go through the_target->insert_point
2413 instead of assuming memory breakpoint.
2414 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
2415 software and hardware breakpoints.
2416 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
2417 Check both software and hardware breakpoints.
2418 (validate_inserted_breakpoint): Assert the breakpoint is a
2419 software breakpoint. Set the inserted flag to -1 instead of
2420 setting shlib_disabled.
2421 (delete_disabled_breakpoints): Adjust.
2422 (validate_breakpoints): Only validate software breakpoints.
2423 Adjust to inserted flag change.
2424 (check_mem_read, check_mem_write): Skip breakpoint types other
2425 than software breakpoints. Adjust to inserted flag change.
2426 * mem-break.h (enum raw_bkpt_type): New enum.
2427 (raw_breakpoint, struct process_info): Forward declare.
2428 (Z_packet_to_target_hw_bp_type): Delete declaration.
2429 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
2430 (set_gdb_breakpoint, delete_gdb_breakpoint)
2431 (clear_breakpoint_conditions): New declarations.
2432 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
2433 (breakpoint_inserted_here): Update comment.
2434 (add_breakpoint_condition, add_breakpoint_commands): Replace
2435 address parameter with a breakpoint pointer parameter.
2436 (gdb_breakpoint_here): Update comment.
2437 (delete_gdb_breakpoint_at): Delete.
2438 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
2439 * server.c (process_point_options): Take a struct breakpoint
2440 pointer instead of an address. Adjust.
2441 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
2442 delete_gdb_breakpoint.
2443 * spu-low.c (spu_target_ops): Install NULL as
2444 supports_z_point_type method.
2445 * target.h: Include mem-break.h.
2446 (struct target_ops) <prepare_to_access_memory>: Update comment.
2447 <supports_z_point_type>: New field.
2448 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2449 instead of a char. Also take a raw breakpoint pointer.
2450 * win32-arm-low.c (the_low_target): Install NULL as
2451 supports_z_point_type.
2452 * win32-i386-low.c (i386_supports_z_point_type): New function.
2453 (i386_insert_point, i386_remove_point): Adjust to new interface.
2454 (the_low_target): Install i386_supports_z_point_type.
2455 * win32-low.c (win32_supports_z_point_type): New function.
2456 (win32_insert_point, win32_remove_point): Adjust to new interface.
2457 (win32_target_ops): Install win32_supports_z_point_type.
2458 * win32-low.h (struct win32_target_ops):
2459 <supports_z_point_type>: New method.
2460 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2461 instead of a char. Also take a raw breakpoint pointer.
2462
932539e3
PA
24632014-05-20 Pedro Alves <palves@redhat.com>
2464
2465 * mem-break.h: Include break-common.h.
2466 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2467 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
2468 (Z_packet_to_target_hw_bp_type): New declaration.
2469 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
2470 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
2471 (Z_PACKET_ACCESS_WP): Delete macros.
2472 (Z_packet_to_hw_type): Delete function.
2473 * i386-low.h: Don't include break-common.h here.
2474 (Z_packet_to_hw_type): Delete declaration.
2475 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
2476 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2477 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
2478 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2479 * linux-aarch64-low.c: Don't include break-common.h here.
2480 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2481 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
2482 (Z_packet_to_target_hw_bp_type): Delete function.
2483 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
2484 function.
2485 (mips_insert_point, mips_remove_point): Use
2486 Z_packet_to_target_hw_bp_type.
2487
4ff0d3d8
PA
24882014-05-20 Pedro Alves <palves@redhat.com>
2489
2490 * linux-aarch64-low.c: Include break-common.h.
2491 (enum target_point_type): Delete.
2492 (Z_packet_to_point_type): Rename to ...
2493 (Z_packet_to_target_hw_bp_type): ... this, and return a
2494 target_hw_bp_type instead.
2495 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
2496 instead of an enum target_point_type.
2497 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
2498 breakpoint type.
2499 (aarch64_dr_state_insert_one_point)
2500 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
2501 (aarch64_handle_aligned_watchpoint)
2502 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
2503 Take an enum target_hw_bp_type instead of an enum
2504 target_point_type.
2505 (aarch64_supports_z_point_type): New function.
2506 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
2507 use Z_packet_to_target_hw_bp_type.
2508
786dc519
JB
25092014-05-20 Joel Brobecker <brobecker@adacore.com>
2510
2511 * configure.ac: Only use -Werror by default when DEVELOPMENT
2512 is true.
2513 * configure: Regenerate.
2514
9e0aa64f
JK
25152014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2516
2517 Fix gdbserver qGetTLSAddr for x86_64 -m32.
2518 * linux-x86-low.c (X86_64_USER_REGS): New.
2519 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
2520
2b577b92
YQ
25212014-04-28 Yao Qi <yao@codesourcery.com>
2522
2523 * Makefile.in (i386-avx512.c): Fix the typo of generated file
2524 name.
2525
94611da2
PA
25262014-04-25 Pedro Alves <palves@redhat.com>
2527
2528 PR server/16255
2529 * linux-low.c (linux_attach_fail_reason_string): New function.
2530 (linux_attach_lwp): Delete.
2531 (linux_attach_lwp_1): Rename to ...
2532 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
2533 argument. Remove "initial" parameter. Return int instead of
2534 void. Don't error or warn here.
2535 (linux_attach): Adjust to call linux_attach_lwp. Call error on
2536 failure to attach to the tgid. Call warning when failing to
2537 attach to an lwp.
2538 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
2539 argument. Remove "initial" parameter. Return int instead of
2540 void. Don't error or warn here.
2541 (linux_attach_fail_reason_string): New declaration.
2542 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
2543 interface change. Use linux_attach_fail_reason_string.
2544
01f9f808
MS
25452014-04-24 Michael Sturm <michael.sturm@mintel.com>
2546 Walfred Tedeschi <walfred.tedeschi@intel.com>
2547
2548 * Makefile.in: Added rules to handle new files
2549 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
2550 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
2551 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
2552 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
2553 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
2554 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
2555 x32-avx512-linux.o.
2556 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
2557 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
2558 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
2559 i386/x32-avx512.xml.
2560 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
2561 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
2562 i386/x32-avx512-linux.xml.
2563 * i387-fp.c (num_avx512_k_registers): New constant for number
2564 of K registers.
2565 (num_avx512_zmmh_low_registers): New constant for number of
2566 lower ZMM registers (0-15).
2567 (num_avx512_zmmh_high_registers): New constant for number of
2568 higher ZMM registers (16-31).
2569 (num_avx512_ymmh_registers): New contant for number of higher
2570 YMM registers (ymm16-31 added by avx521 on x86_64).
2571 (num_avx512_xmm_registers): New constant for number of higher
2572 XMM registers (xmm16-31 added by AVX512 on x86_64).
2573 (struct i387_xsave): Add space for AVX512 registers.
2574 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
2575 Add code to handle AVX512 registers.
2576 (i387_xsave_to_cache): Add code to handle AVX512 registers.
2577 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
2578 prototypei from generated file.
2579 (tdesc_amd64_avx512_linux): Likewise.
2580 (init_registers_x32_avx512_linux): Likewise.
2581 (tdesc_x32_avx512_linux): Likewise.
2582 (init_registers_i386_avx512_linux): Likewise.
2583 (tdesc_i386_avx512_linux): Likewise.
2584 (x86_64_regmap): Add AVX512 registers.
2585 (x86_linux_read_description): Add code to handle AVX512 XSTATE
2586 mask.
2587 (initialize_low_arch): Add code to initialize AVX512 registers.
2588
51aa91f9
PA
25892014-04-23 Pedro Alves <palves@redhat.com>
2590
2591 * mem-break.c (find_gdb_breakpoint_at): Make static.
2592 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
2593
a4165e94
PA
25942014-04-23 Pedro Alves <palves@redhat.com>
2595
2596 * i386-low.c: Don't include break-common.h here.
2597 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2598 prototype to take target_hw_bp_type as argument instead of a Z
2599 packet char.
2600 * i386-low.h: Include break-common.h here.
2601 (Z_packet_to_hw_type): Declare.
2602 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2603 prototypes.
2604 * linux-x86-low.c (x86_insert_point): Convert the packet number to
2605 a target_hw_bp_type before calling i386_low_insert_watchpoint.
2606 (x86_remove_point): Convert the packet number to a
2607 target_hw_bp_type before calling i386_low_remove_watchpoint.
2608 * win32-i386-low.c (i386_insert_point): Convert the packet number
2609 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
2610 (i386_remove_point): Convert the packet number to a
2611 target_hw_bp_type before calling i386_low_remove_watchpoint.
2612
b8acf843
PA
26132014-04-23 Pedro Alves <palves@redhat.com>
2614
2615 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
2616
d708bcd1
PA
26172014-04-10 Pedro Alves <palves@redhat.com>
2618
2619 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
2620 Check if the condition or command is NULL before checking if the
2621 breakpoint is known. On success, return true.
2622 * mem-break.h (add_breakpoint_condition): Document return.
2623 (add_breakpoint_commands): Add describing comment.
2624 * server.c (skip_to_semicolon): New function.
2625 (process_point_options): Use it.
2626
2eec7d5b
PA
26272014-04-09 Pedro Alves <palves@redhat.com>
2628
2629 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
2630 to lwpid_of.
2631
fa96cb38
PA
26322014-02-27 Pedro Alves <palves@redhat.com>
2633
2634 PR 12702
2635 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
2636 macros.
2637 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
2638 output.
2639 (last_thread_of_process_p): Take a PID argument instead of a
2640 thread pointer.
2641 (linux_wait_for_lwp): Delete.
2642 (num_lwps, check_zombie_leaders, not_stopped_callback): New
2643 functions.
2644 (linux_low_filter_event): New function, party factored out from
2645 linux_wait_for_event.
2646 (linux_wait_for_event): Rename to ...
2647 (linux_wait_for_event_filtered): ... this. Add new filter ptid
2648 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
2649 sigsuspend. Check for zombie leaders.
2650 (linux_wait_for_event): Reimplement as wrapper around
2651 linux_wait_for_event_filtered.
2652 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
2653 a normal or signal exit is seen, it's the whole process exiting.
2654 (wait_for_sigstop): No longer a for_each_inferior callback.
2655 Rewrite on top of linux_wait_for_event_filtered.
2656 (stop_all_lwps): Call wait_for_sigstop directly.
2657 * server.c (resume, handle_target_event): Handle
2658 TARGET_WAITKIND_NO_RESUMED.
2659
d763de10
JB
26602014-02-26 Joel Brobecker <brobecker@adacore.com>
2661
2662 * win32-low.c (psapi_get_dll_name,
2663 * win32_CreateToolhelp32Snapshot): Delete.
2664 (win32_CreateToolhelp32Snapshot, win32_Module32First)
2665 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
2666 Delete.
2667 (handle_load_dll): Add function description.
2668 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
2669
850a0f76
JB
26702014-02-26 Joel Brobecker <brobecker@adacore.com>
2671
2672 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
2673 Add comment.
2674 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
2675 base address when calling win32_add_one_solib.
2676 (handle_load_dll): Delete local variable load_addr.
2677 Remove 0x1000 offset applied to DLL base address when calling
2678 win32_add_one_solib.
2679 (handle_unload_dll): Add comment.
2680
f25b3fc3
JB
26812014-02-26 Joel Brobecker <brobecker@adacore.com>
2682
2683 * win32-low.c (win32_add_all_dlls): Renames
2684 win32_ensure_ntdll_loaded. Rewrite function documentation.
2685 Adjust implementation to always load all DLLs.
2686 Add 0x1000 offset to DLL base address when calling
2687 win32_add_one_solib.
2688 (child_initialization_done): New static global.
2689 (do_initial_child_stuff): Set child_initialization_done to
2690 zero during child initialization, and 1 after. Replace call
2691 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
2692 Add comment.
2693 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
2694 (handle_unload_dll): Add function documentation.
2695 (get_child_debug_event): Ignore load and unload DLL events
2696 during child initialization.
2697
d86d4aaf
DE
26982014-02-20 Doug Evans <dje@google.com>
2699
3bc32da3 2700 Remove global all_lwps.
d86d4aaf
DE
2701 * inferiors.h (ptid_of): Move here from linux-low.h.
2702 (pid_of, lwpid_of): Ditto.
2703 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
2704 parameter is a struct thread_info * now.
2705 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
2706 directly. Pass &all_threads to find_inferior instead of &all_lwps.
2707 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
2708 directly.
2709 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
2710 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
2711 * linux-arm-low.c (update_registers_callback): Update, "entry"
2712 parameter is a struct thread_info * now.
2713 Fetch lwpid from current_inferior directly.
2714 (arm_insert_point): Pass &all_threads to find_inferior instead of
2715 &all_lwps.
2716 (arm_remove_point): Ditto.
2717 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
2718 (arm_prepare_to_resume): Fetch pid from thread.
2719 (arm_read_description): Fetch lwpid from current_inferior directly.
2720 * linux-low.c (all_lwps): Delete.
2721 (delete_lwp): Delete call to remove_inferior.
2722 (handle_extended_wait): Fetch lwpid from thread.
2723 (add_lwp): Don't set lwp->entry.id. Remove call to
2724 add_inferior_to_list.
2725 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
2726 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
2727 (kill_one_lwp_callback): Ditto.
2728 (linux_kill): Don't dereference NULL pointer.
2729 Fetch ptid,lwpid from thread.
2730 (get_detach_signal): Fetch ptid from thread.
2731 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
2732 Simplify call to regcache_invalidate_thread.
2733 (delete_lwp_callback): Update, "entry" parameter is a
2734 struct thread_info * now. Fetch pid from thread.
2735 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
2736 (status_pending_p_callback): Update, "entry" parameter is a
2737 struct thread_info * now. Fetch ptid from thread.
2738 (find_lwp_pid): Update, "entry" parameter is a
2739 struct thread_info * now.
2740 (linux_wait_for_lwp): Fetch pid from thread.
2741 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
2742 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
2743 (enqueue_one_deferred_signal): Fetch lwpid from thread.
2744 (dequeue_one_deferred_signal): Ditto.
2745 (cancel_breakpoint): Fetch ptid from current_inferior.
2746 (linux_wait_for_event): Pass &all_threads to find_inferior,
2747 not &all_lwps. Fetch ptid, lwpid from thread.
2748 (count_events_callback): Update, "entry" parameter is a
2749 struct thread_info * now.
2750 (select_singlestep_lwp_callback): Ditto.
2751 (select_event_lwp_callback): Ditto.
2752 (cancel_breakpoints_callback): Ditto.
2753 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
2754 not &all_lwps.
2755 (select_event_lwp): Ditto. Fetch ptid from event_thread.
2756 (unsuspend_one_lwp): Update, "entry" parameter is a
2757 struct thread_info * now.
2758 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
2759 not &all_lwps.
2760 (linux_stabilize_threads): Ditto. And for for_each_inferior.
2761 Fetch lwpid from thread, not lwp.
2762 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
2763 Pass &all_threads to find_inferior, not &all_lwps.
2764 (send_sigstop): Fetch lwpid from thread, not lwp.
2765 (send_sigstop_callback): Update, "entry" parameter is a
2766 struct thread_info * now.
2767 (suspend_and_send_sigstop_callback): Ditto.
2768 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
2769 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
2770 struct thread_info * now.
2771 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
2772 from thread, lwp.
2773 (lwp_running): Update, "entry" parameter is a
2774 struct thread_info * now.
2775 (stop_all_lwps): Fetch ptid from thread.
2776 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
2777 (linux_resume_one_lwp): Fetch lwpid from thread.
2778 (linux_set_resume_request): Update, "entry" parameter is a
2779 struct thread_info * now. Fetch pid, lwpid from thread.
2780 (resume_status_pending_p): Update, "entry" parameter is a
2781 struct thread_info * now.
2782 (need_step_over_p): Ditto. Fetch lwpid from thread.
2783 (start_step_over): Fetch lwpid from thread.
2784 (linux_resume_one_thread): Update, "entry" parameter is a
2785 struct thread_info * now. Fetch lwpid from thread.
2786 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
2787 (proceed_one_lwp): Update, "entry" parameter is a
2788 struct thread_info * now. Fetch lwpid from thread.
2789 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
2790 struct thread_info * now.
2791 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
2792 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
2793 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
2794 directly.
2795 (regsets_store_inferior_registers): Ditto.
2796 (fetch_register, store_register): Ditto.
2797 (linux_read_memory, linux_write_memory): Ditto.
2798 (linux_request_interrupt): Ditto.
2799 (linux_read_auxv): Ditto.
2800 (linux_xfer_siginfo): Ditto.
2801 (linux_qxfer_spu): Ditto.
2802 (linux_qxfer_libraries_svr4): Ditto.
2803 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
2804 moved to inferiors.h.
2805 (get_lwp): Delete.
2806 (get_thread_lwp): Update.
2807 (struct lwp_info): Delete member "entry". Simplify comment for
2808 member "thread".
2809 (all_lwps): Delete.
2810 * linux-mips-low.c (mips_read_description): Fetch lwpid from
2811 current_inferior directly.
2812 (update_watch_registers_callback): Update, "entry" parameter is a
2813 struct thread_info * now. Fetch pid from thread.
2814 (mips_linux_prepare_to_resume): Fetch ptid from thread.
2815 (mips_insert_point): Fetch lwpid from current_inferior.
2816 Pass &all_threads to find_inferior, not &all_lwps.
2817 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2818 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2819 directly.
2820 (mips_stopped_data_address): Ditto.
2821 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2822 directly.
2823 * linux-tile-low.c (tile_arch_setup): Ditto.
2824 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2825 (update_debug_registers_callback): Update, "entry" parameter is a
2826 struct thread_info * now. Fetch pid from thread.
2827 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2828 Pass &all_threads to find_inferior, not &all_lwps.
2829 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2830 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2831 Pass &all_threads to find_inferior, not &all_lwps.
2832 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2833 (i386_dr_low_get_status): Ditto.
2834 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2835 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2836 (x86_linux_read_description): Ditto.
2837 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2838
3b8361aa
DE
28392014-02-20 Doug Evans <dje@google.com>
2840
2841 * inferiors.c (get_first_inferior): Fix buglet.
2842
f7667f0d
DE
28432014-02-19 Doug Evans <dje@google.com>
2844
2845 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2846 * inferiors.c (add_thread): Change result type to struct thread_info *.
2847 All callers updated.
2848 (add_lwp): Call add_thread here instead of in callers.
2849 All callers updated.
2850 * linux-low.h (get_lwp_thread): Rewrite.
2851 (struct lwp_info): New member "thread".
2852
b3312d80
DE
28532014-02-19 Doug Evans <dje@google.com>
2854
2855 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2856 All callers updated.
2857
ecc6f45c
DE
28582014-02-19 Doug Evans <dje@google.com>
2859
2860 * inferiors.c (add_thread): Fix whitespace.
2861
649ebbca
DE
28622014-02-19 Doug Evans <dje@google.com>
2863
2864 * dll.c (clear_dlls): Replace accessing list implemention details
2865 with API function.
2866 * gdbthread.h (get_first_thread): Declare.
2867 * inferiors.c (for_each_inferior_with_data): New function.
2868 (get_first_thread): New function.
2869 (find_thread_ptid): Simplify.
2870 (get_first_inferior): New function.
2871 (clear_list): Delete.
2872 (one_inferior_p): New function.
2873 (clear_inferior_list): New function.
2874 (clear_inferiors): Update.
2875 * inferiors.h (for_each_inferior_with_data): Declare.
2876 (clear_inferior_list): Declare.
2877 (one_inferior_p): Declare.
2878 (get_first_inferior): Declare.
2879 * linux-low.c (linux_wait_for_event): Replace accessing list
2880 implemention details with API function.
2881 * server.c (target_running): Ditto.
2882 (accumulate_file_name_length): New function.
2883 (emit_dll_description): New function.
2884 (handle_qxfer_libraries): Replace accessing list implemention
2885 details with API function.
2886 (handle_qxfer_threads_worker): New function.
2887 (handle_qxfer_threads_proper): Replace accessing list implemention
2888 details with API function.
2889 (handle_query): Ditto.
2890 (visit_actioned_threads_callback_ftype): New typedef.
2891 (visit_actioned_threads_data): New struct.
2892 (visit_actioned_threads): Rewrite to be find_inferior callback.
2893 (resume): Call find_inferior.
2894 (handle_status): Replace accessing list implemention
2895 details with API function.
2896 (process_serial_event): Replace accessing list implemention details
2897 with API function.
2898 * target.c (set_desired_inferior): Replace accessing list implemention
2899 details with API function.
2900 * tracepoint.c (same_process_p): New function.
2901 (gdb_agent_about_to_close): Replace accessing list implemention
2902 details with API function.
2903 * win32-low.c (child_delete_thread): Replace accessing list
2904 implemention details with API function.
2905 (match_dll_by_basename): New function.
2906 (dll_is_loaded_by_basename): New function.
2907 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2908 details call to dll_is_loaded_by_basename.
2909
80894984
DE
29102014-02-19 Doug Evans <dje@google.com>
2911
2912 * dll.h (struct dll_info): Add comment.
2913 * gdbthread.h (struct thread_info): Add comment.
2914 (current_ptid): Simplify.
2915 * inferiors.c (add_process): Update.
2916 (remove_process): Update.
2917 * inferiors.h (struct process_info): Rename member "head" to "entry".
2918 * linux-low.c (delete_lwp): Update.
2919 (add_lwp): Update.
2920 (last_thread_of_process_p): Update.
2921 (kill_one_lwp_callback, linux_kill): Update.
2922 (status_pending_p_callback): Update.
2923 (wait_for_sigstop): Update. Simplify read of ptid.
2924 (start_step_over): Update.
2925 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2926 (get_lwp_thread): Update.
2927 (struct lwp_info): Rename member "head" to "entry".
2928 * regcache.h (inferior_list_entry): Delete.
2929 * server.c (kill_inferior_callback): Update.
2930 (detach_or_kill_inferior_callback): Update.
2931 (print_started_pid): Update.
2932 (print_attached_pid): Update.
2933 (process_serial_event): Simplify read of ptid.
2934 * thread-db.c (thread_db_create_event): Update.
2935 (thread_db_get_tls_address): Update.
2936 * win32-low.c (current_inferior_ptid): Simplify.
2937
46917d26
TT
29382014-02-19 Tom Tromey <tromey@redhat.com>
2939
2940 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2941 argument.
2942 (target_supports_btrace): Update.
2943
0759a81e
YQ
29442014-02-14 Yao Qi <yao@codesourcery.com>
2945
2946 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
2947 (rsp-low-ipa.o): New target.
2948
a7191e8b
TT
29492014-02-12 Tom Tromey <tromey@redhat.com>
2950
2951 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
2952 convert_ascii_to_int.
2953 * regcache.c (registers_to_string): Likewise.
2954 * remote-utils.c (decode_M_packet): Likewise.
2955 * server.c (process_serial_event): Likewise.
2956
ff0e980e
TT
29572014-02-12 Tom Tromey <tromey@redhat.com>
2958
2959 * server.c (handle_query, handle_v_run): Use hex2bin, not
2960 unhexify.
2961 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
2962
e9371aff
TT
29632014-02-12 Tom Tromey <tromey@redhat.com>
2964
2965 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
2966 convert_int_to_ascii.
2967 * regcache.c (registers_to_string, collect_register_as_string):
2968 Likewise.
2969 * remote-utils.c (look_up_one_symbol, relocate_instruction):
2970 Likewise.
2971 * server.c (process_serial_event): Likewise.
2972 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
2973 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
2974
971dc0b8
TT
29752014-02-12 Tom Tromey <tromey@redhat.com>
2976
2977 * remote-utils.c (look_up_one_symbol, monitor_output): Use
2978 bin2hex, not hexify.
2979 * tracepoint.c (cmd_qtstatus): Likewise.
2980
0a822afb
TT
29812014-02-12 Tom Tromey <tromey@redhat.com>
2982
2983 * remote-utils.c (monitor_output): Pass explicit length to
2984 hexify.
2985
9c3d6531
TT
29862014-02-12 Tom Tromey <tromey@redhat.com>
2987
2988 * tracepoint.c: Include rsp-low.h.
2989 * server.c: Include rsp-low.h.
2990 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
2991 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
2992 declare.
2993 * remote-utils.c: Include rsp-low.h.
2994 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
2995 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
2996 (convert_int_to_ascii, convert_ascii_to_int): Move to
2997 common/rsp-low.c.
2998 * regcache.c: Include rsp-low.h.
2999 * ax.c: Include rsp-low.h.
3000 * Makefile.in (SFILES): Add common/rsp-low.c.
3001 (OBS): Add rsp-low.o.
3002 (rsp-low.o): New target.
3003
01fd3ea5
TT
30042014-02-12 Tom Tromey <tromey@redhat.com>
3005
3006 * utils.h (pulongest, plongest, phex_nz): Don't declare.
3007 Include print-utils.h.
3008 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
3009 (plongest, thirty_two, phex_nz): Remove.
3010 * Makefile.in (SFILES): Add common/print-utils.c.
3011 (OBS): Add print-utils.o.
3012 (print-utils-ipa.o): New target.
3013 (print-utils.o): New target.
3014 (IPA_OBJS): Add print-utils-ipa.o.
3015
e99dc820
TT
30162014-02-06 Tom Tromey <tromey@redhat.com>
3017
3018 * Makefile.in (SFILES): Fix indentation.
3019
ee1e2d4f
DE
30202014-02-05 Doug Evans <dje@google.com>
3021
3022 * linux-low.c (linux_wait_for_event): Improve comment.
3023 (linux_wait_1): Keep current_inferior in sync with event_child.
3024
f5a02773
DE
30252014-01-22 Doug Evans <dje@google.com>
3026
3027 * gdbthread.h (gdb_id_to_thread): Delete, unused.
3028
87ce2a04
DE
30292014-01-22 Doug Evans <dje@google.com>
3030
3031 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
3032 * configure: Regenerate.
3033 * config.in: Regenerate.
3034 * Makefile.in (SFILES): Add debug.c.
3035 (OBS): Add debug.o.
3036 * debug.c: New file.
3037 * debug.h: New file.
3038 * linux-aarch64-low.c (*): Update all debugging printfs to use
3039 debug_printf instead of fprintf.
3040 * linux-arm-low.c (*): Ditto.
3041 * linux-cris-low.c (*): Ditto.
3042 * linux-crisv32-low.c (*): Ditto.
3043 * linux-m32r-low.c (*): Ditto.
3044 * linux-sparc-low.c (*): Ditto.
3045 * linux-x86.c (*): Ditto.
3046 * linux-low.c (*): Ditto.
3047 (linux_wait_1): Add calls to debug_enter, debug_exit.
3048 (linux_wait): Remove redundant debugging printf.
3049 (stop_all_lwps): Add calls to debug_enter, debug_exit.
3050 (linux_resume, unstop_all_lwps): Ditto.
3051 * mem-break.c (*): Update all debugging printfs to use
3052 debug_printf instead of fprintf.
3053 * remote-utils.c (*): Ditto.
3054 * thread-db.c (*): Ditto.
3055 * server.c #include <ctype.h>, "gdb_vecs.h".
3056 (debug_threads): Moved to debug.c.
3057 (*): Update all debugging printfs to use debug_printf instead of
3058 fprintf.
3059 (start_inferior): Replace call to fflush with call to debug_flush.
3060 (monitor_show_help): Mention set debug-format.
3061 (parse_debug_format_options): New function.
3062 (handle_monitor_command): Handle "monitor set debug-format".
3063 (gdbserver_usage): Mention --debug-format.
3064 (main): Parse --debug-format.
3065 * server.h (debug_threads): Declaration moved to debug.h.
3066 #include "debug.h".
3067 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
3068 trace_debug_1 that uses debug_printf.
3069 (tracepoint_look_up_symbols): Update all debugging printfs to use
3070 debug_printf instead of fprintf.
3071
e671835b
BS
30722014-01-20 Baruch Siach <baruch@tkos.co.il>
3073
3074 * linux-xtensa-low.c: Include asm/ptrace.h instead of
3075 sys/ptrace.h.
3076
b5737fa9
PA
30772014-01-17 Pedro Alves <palves@redhat.com>
3078
ea38d2a9 3079 PR build/16445
c7faa97a
PA
3080 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
3081 defined after including gdb_proc_service.h.
b5737fa9 3082
40ed484e
DE
30832014-01-16 Doug Evans <dje@google.com>
3084
3085 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
3086 (match_dll): Use it.
3087
969c39fb
MM
30882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3089
3090 * target.h (target_ops) <read_btrace>: Change parameters and
3091 return type to allow error reporting.
3092 * server.c (handle_qxfer_btrace): Support delta reads. Pass
3093 trace reading errors on.
3094 * linux-low.c (linux_low_read_btrace): Pass trace reading
3095 errors on.
3096 (linux_low_disable_btrace): New.
3097
ab7f45ba
DE
30982014-01-15 Doug Evans <dje@google.com>
3099
3100 * inferiors.c (thread_id_to_gdb_id): Delete.
3101 * inferiors.h (thread_id_to_gdb_id): Delete.
3102
66af0f44
EZ
31032014-01-13 Eli Zaretskii <eliz@gnu.org>
3104
3105 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
3106 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
3107 versions.
3108
9939e131
PA
31092014-01-08 Pedro Alves <palves@redhat.com>
3110
3111 * server.c (handle_status): Don't discard previous queued stop
3112 replies or thread's pending status here.
3113 (main) <disconnection>: Do it here instead.
3114
b7ea362b
PA
31152014-01-08 Pedro Alves <palves@redhat.com>
3116
3117 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
3118 * server.c (visit_actioned_threads, handle_pending_status): New
3119 function.
3120 (handle_v_cont): Factor out parts to ...
3121 (resume): ... this new function. If in all-stop, and a thread
3122 being resumed has a pending status, report it without actually
3123 resuming.
3124 (myresume): Adjust to use the new 'resume' function.
3125 (clear_pending_status_callback, set_pending_status_callback)
3126 (find_status_pending_thread_callback): New functions.
3127 (handle_status): Handle the case of multiple threads having
3128 interesting statuses to report. Report threads' real last signal
3129 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
3130 with an interesting thread to report the status for, instead of
3131 always reporting the status of the first thread.
3132
28498c42
JB
31332014-01-01 Joel Brobecker <brobecker@adacore.com>
3134
3135 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
3136 * gdbreplay.c (gdbreplay_version): Likewise.
3137
f45c82da
YZ
31382013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
3139
3140 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
3141 iov.iov_len with the real length in use.
3142
379a5e2d
JB
31432013-12-13 Joel Brobecker <brobecker@adacore.com>
3144
3145 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
3146 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
3147 for all targets that use win32-low.c.
3148 * win32-low.c (win32_ensure_ntdll_loaded): New function.
3149 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
3150
4210d83e
PA
31512013-12-13 Pedro Alves <palves@redhat.com>
3152
3153 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
3154 if equal to TARGET_WAITKIND_LOADED.
3155 * win32-low.c (cached_status): New static global.
3156 (win32_wait): Add declaration.
3157 (do_initial_child_stuff): Flush all initial pending debug events
3158 up to the initial breakpoint.
3159 (win32_wait): If CACHED_STATUS was set, return that instead
3160 of doing a real wait. Remove the code resuming the execution
3161 of the inferior after receiving a TARGET_WAITKIND_LOADED event
3162 during the initial phase. Also remove the code changing
3163 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
3164 TARGET_WAITKIND_STOPPED.
3165
e7f0d979
YQ
31662013-12-11 Yao Qi <yao@codesourcery.com>
3167
3168 * notif.c (handle_notif_ack): Return 0 if no notification
3169 matches.
3170
ebcf782c
DE
31712013-11-20 Doug Evans <dje@google.com>
3172
3173 * linux-low.c (linux_set_resume_request): Fix comment.
3174
20ad9378
DE
31752013-11-20 Doug Evans <dje@google.com>
3176
3177 * linux-low.c (resume_status_pending_p): Tweak comment.
3178
a196ebeb
WT
31792013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
3180
3181 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
3182 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
3183 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
3184 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
3185 (srv_amd64_regobj): Add amd64-mpx.o.
3186 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
3187 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
3188 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
3189 * i387-fp.c (num_pl_bnd_register) Added constant.
3190 (num_pl_bnd_cfg_registers) Added constant.
3191 (struct i387_xsave) Added reserved area and MPX fields.
3192 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
3193 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
3194 function.
3195 (tdesc_i386_mpx_linux): Add MPX amd64 target.
3196 (init_registers_amd64_mpx_linux): Declare new function.
3197 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
3198 (x86_64_regmap): Add MPX registers.
3199 (x86_linux_read_description): Add MPX case.
3200 (initialize_low_arch): Initialize MPX targets.
3201
0080a2f6
TT
32022013-11-18 Tom Tromey <tromey@redhat.com>
3203
3204 * configure: Rebuild.
3205 * configure.ac: Don't check for stdlib.h.
3206 * gdbreplay.c: Unconditionally include stdlib.h.
3207
2978b111
TT
32082013-11-18 Tom Tromey <tromey@redhat.com>
3209
3210 * config.in: Rebuild.
3211 * configure: Rebuild.
3212 * configure.ac: Don't use AC_HEADER_DIRENT.
3213
a3d08894
TT
32142013-11-18 Tom Tromey <tromey@redhat.com>
3215
3216 * server.h: Don't check HAVE_STRING_H.
3217 * gdbreplay.c: Don't check HAVE_STRING_H.
3218 * configure: Rebuild.
3219
0a5dd17d
TT
32202013-11-18 Tom Tromey <tromey@redhat.com>
3221
3222 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
3223 LIBGNU.
3224
1bd2f0ba
TT
32252013-11-08 Tom Tromey <tromey@redhat.com>
3226
3227 * configure, config.in: Rebuild.
3228 * configure.ac: Remove unused configury.
3229
3266f10b
TT
32302013-11-08 Tom Tromey <tromey@redhat.com>
3231
3232 * acinclude.m4: Include common.m4, codeset.m4.
3233 * configure, config.in: Rebuild.
3234 * configure.ac: Use GDB_AC_COMMON.
3235
6682d959
AA
32362013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237
3238 * linux-s390-low.c (HWCAP_S390_TE): New define.
3239 (s390_arch_setup): Consider the TE field in the HWCAP for
3240 determining 'have_regset_tdb'.
3241
fd0a4d76
SDJ
32422013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
3243
3244 PR gdb/16014
3245 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
3246 call to sizeof.
3247
1a3d890b
PA
32482013-10-02 Pedro Alves <palves@redhat.com>
3249
3250 * server.c (process_serial_event): Don't output "GDBserver
3251 exiting" if GDB is connected through stdio.
3252 * target.c (mywait): Likewise, be silent if GDB is connected
3253 through stdio.
3254
97ad4581
JB
32552013-10-01 Joel Brobecker <brobecker@adacore.com>
3256
3257 * lynx-low.c (lynx_add_threads_after_attach): New function.
3258 (lynx_attach): Remove call to add_thread. Add call to
3259 lynx_add_threads_after_attach instead.
3260
5b4e221c
MF
32612013-09-28 Mike Frysinger <vapier@gentoo.org>
3262
3263 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
3264 * config.in, configure: Regenerated.
3265
ee47b2f8
YQ
32662013-09-18 Yao Qi <yao@codesourcery.com>
3267
3268 PR server/15959
3269 * server.c (start_inferior): Clear 'resume_info'.
3270
d6707650 32712013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3272
d6707650
JW
3273 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
3274 for each register.
3275
9243dd0e 32762013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3277
9243dd0e
JW
3278 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
3279 linux-tile-low.o to srv_tgtobj.
3280
c623a6ef
WN
32812013-09-16 Will Newton <will.newton@linaro.org>
3282
3283 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
3284 out regs.
3285
fb71d39e
PA
32862013-09-06 Pedro Alves <palves@redhat.com>
3287
3288 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
3289 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
3290 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
3291 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
3292 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
3293 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
3294
8e7e9910
PA
32952013-09-06 Pedro Alves <palves@redhat.com>
3296
3297 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
3298 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
3299
7c3a12ca
PA
33002013-09-06 Pedro Alves <palves@redhat.com>
3301
3302 * linux-amd64-ipa.c: Include tracepoint.h.
3303 * linux-i386-ipa.c: Include tracepoint.h.
3304
8eb3d7b6
RW
33052013-09-06 Ricard Wanderlof <ricardw@axis.com>
3306
3307 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
3308 (ps_get_thread_area): New function.
3309
eddddb9d
RW
33102013-09-06 Ricard Wanderlof <ricardw@axis.com>
3311
3312 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
3313 (initialize_low_arch): Call init_registers_crisv32 rather than
3314 init_register_crisv32.
3315
533b0600
PA
33162013-09-05 Pedro Alves <palves@redhat.com>
3317
3318 * server.h (handle_vFile, hostio_last_error_from_errno): Move
3319 to ...
3320 * hostio.h: ... this new file.
3321 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
3322 win32-low.c: Include hostio.h.
3323
0ce3d3b5
PA
33242013-09-05 Pedro Alves <palves@redhat.com>
3325
3326 * server.h (gdb_client_data, handler_func, callback_handler_func)
3327 (delete_file_handler, add_file_handler, append_callback_event)
3328 (delete_callback_event, start_event_loop, initialize_event_loop):
3329 Move to event-loop.h and include it.
3330 * event-loop.h: New file.
3331
799cdc37
PA
33322013-09-05 Pedro Alves <palves@redhat.com>
3333
3334 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
3335 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
3336 (loaded_dll, unloaded_dll): Move to ...
3337 * dll.h: ... this new file.
3338 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
3339
6a6bbd9d
PA
33402013-09-05 Pedro Alves <palves@redhat.com>
3341
3342 * server.h (current_process, get_thread_process, all_processes)
3343 (add_inferior_to_list, for_each_inferior, current_inferior)
3344 (remove_inferior, add_process, remove_process, find_process_pid)
3345 (have_started_inferiors_p, have_attached_inferiors_p)
3346 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
3347 (clear_inferiors, find_inferior, find_inferior_id)
3348 (inferior_target_data, set_inferior_target_data)
3349 (inferior_regcache_data, set_inferior_regcache_data): Move to
3350 inferiors.h, and include it.
3351 * inferiors.h: New file.
3352
f699aaba
PA
33532013-09-05 Pedro Alves <palves@redhat.com>
3354
3355 * server.h (struct emit_ops, current_insn_ptr, emit_error):
3356 Move ...
72f4393d 3357 * ax.h: ... here.
f699aaba 3358
c144c7a0
PA
33592013-09-05 Pedro Alves <palves@redhat.com>
3360
3361 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
3362 tracepoint.h.
3363 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
3364 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
3365 (handle_tracepoint_general_set, handle_tracepoint_query)
3366 (tracepoint_finished_step, tracepoint_was_hit)
3367 (release_while_stepping_state_list, current_traceframe)
3368 (in_readonly_region, traceframe_read_mem)
3369 (fetch_traceframe_registers, traceframe_read_sdata)
3370 (traceframe_read_info, struct fast_tpoint_collect_status)
3371 (fast_tracepoint_collecting, force_unlock_trace_buffer)
3372 (handle_tracepoit_bkpts, initialize_low_tracepoint)
3373 (supply_fast_tracepoint_registers)
3374 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
3375 (ipa_tdesc, claim_trampoline_space)
3376 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
3377 (agent_mem_read, agent_get_trace_state_variable_value)
3378 (agent_set_trace_state_variable_value, agent_tsv_read)
3379 (agent_mem_read_string, get_raw_reg_func_addr)
3380 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
3381 * tracepoint.h: ... this new file.
3382
ff42e6ab
PA
33832013-09-05 Pedro Alves <palves@redhat.com>
3384
3385 * server.h (perror_with_name, error, fatal, warning, paddress)
3386 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
3387 include it.
3388 * utils.h: New file.
3389
541af0f4
PA
33902013-09-05 Pedro Alves <palves@redhat.com>
3391
3392 * server.h (remote_debug, noack_mode, transport_is_reliable)
3393 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
3394 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
3395 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
3396 (write_enn, initialize_async_io, enable_async_io)
3397 (disable_async_io, check_remote_input_interrupt_request)
3398 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
3399 (dead_thread_notify, prepare_resume_reply)
3400 (decode_address_to_semicolon, decode_address, decode_m_packet)
3401 (decode_M_packet, decode_X_packet, decode_xfer_write)
3402 (decode_search_memory_packet, unhexify, hexify)
3403 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
3404 (look_up_one_symbol, relocate_instruction)
3405 (monitor_output): Move to remote-utils.h, and include it.
3406 * remote-utils.h: New file.
3407
eebdf26b
PA
34082013-09-05 Pedro Alves <palves@redhat.com>
3409
3410 * server.h (_): Delete.
3411
3aafd2ff
PA
34122013-09-02 Pedro Alves <palves@redhat.com>
3413
3414 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
3415 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
3416 allocated.
3417 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
3418
cee83bcb
PM
34192013-09-02 Pierre Muller <muller@sourceware.org>
3420
3421 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
3422 or WriteProcessMemory complete successfully and handle
3423 ERROR_PARTIAL_COPY error.
3424
9a13b2fa
PA
34252013-09-02 Pedro Alves <palves@redhat.com>
3426
3427 * server.c (gdb_read_memory): Return -1 on traceframe memory read
3428 error instead of EIO.
3429
602e3198
JK
34302013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3431
3432 PR server/15604
3433 * linux-low.c: Include filestuff.h.
3434 (linux_create_inferior) <pid == 0>: Call close_most_fds.
3435 * lynx-low.c: Include filestuff.h.
3436 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
3437 * server.c: Include filestuff.h.
3438 (main): Call notice_open_fds.
3439 * spu-low.c: Include filestuff.h.
3440 (spu_create_inferior) <pid == 0>: Call close_most_fds.
3441
96d7229d
LM
34422013-08-22 Luis Machado <lgustavo@codesourcery.com>
3443
3444 * Makefile.in: Explain why ../target and ../nat are not
3445 listed as include file search paths.
3446 (linux-waitpid.o): New object file rule.
3447 * configure.srv (srv_native_linux_obj): New variable.
3448 Replace all occurrences of linux native object files with
3449 $srv_native_linux_obj.
3450 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3451 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
3452 (linux_enable_event_reporting): Remove declaration.
3453 (my_waitpid): Moved to common/linux-waitpid.c.
3454 (linux_wait_for_event): Pass ptid when calling
3455 linux_enable_event_reporting.
3456 (linux_supports_tracefork_flag): Remove.
3457 (linux_enable_event_reporting): Likewise.
3458 (linux_tracefork_grandchild): Remove.
3459 (STACK_SIZE): Moved to common/linux-ptrace.c.
3460 (linux_tracefork_child): Remove.
3461 (linux_test_for_tracefork): Remove.
3462 (linux_look_up_symbols): Call linux_supports_traceclone.
3463 (initialize_low): Remove call to linux_test_for_tracefork.
3464 * linux-low.h (PTRACE_TYPE_ARG3): Move to
3465 common/linux-ptrace.h.
3466 (PTRACE_TYPE_ARG4): Likewise.
3467 Include linux-ptrace.h.
3468
32940073
PA
34692013-08-21 Pedro Alves <palves@redhat.com>
3470
3471 * config.in: Renegerate.
3472
33b60d58 34732013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 3474
33b60d58
LM
3475 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
3476 (SFILES): Remove $(srcdir)/common/target-common.c and
3477 add $(srcdir)/target/waitstatus.c.
3478 (OBS): Remove target-common.o and add waitstatus.o.
3479 (server_h): Remove $(srcdir)/../common/target-common.h and
3480 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
3481 and $(srcdir)/../target/waitstatus.h.
3482 (target-common.o): Remove.
3483 (waitstatus.o): New target object file.
3484 * target.h: Do not include target-common.h and
3485 include target/resume.h, target/wait.h and
3486 target/waitstatus.h.
3487
b8e1b30e
LM
34882013-08-13 Luis Machado <lgustavo@codesourcery.com>
3489
3490 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3491 to PTRACE_TYPE_ARG3.
3492 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3493 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
3494 PTRACE_TYPE_ARG4.
3495 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
3496 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
3497
7a60ad40
YQ
34982013-07-27 Jie Zhang <jie@codesourcery.com>
3499 Daniel Jacobowitz <dan@codesourcery.com>
3500 Yao Qi <yao@codesourcery.com>
3501
3502 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
3503 (mips-linux-watch.o): New rule.
3504 (mips_linux_watch_h): New variable.
3505 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
3506 srv_tgtobj.
3507 * linux-mips-low.c: Include mips-linux-watch.h.
3508 (struct arch_process_info, struct arch_lwp_info): New.
3509 (update_watch_registers_callback): New function.
3510 (mips_linux_new_process, mips_linux_new_thread) New functions.
3511 (mips_linux_prepare_to_resume, mips_insert_point): New
3512 functions.
3513 (mips_remove_point, mips_stopped_by_watchpoint): New
3514 functions.
3515 (rsp_bp_type_to_target_hw_bp_type): New function.
3516 (mips_stopped_data_address): New function.
3517 (the_low_target): Add watchpoint support functions.
3518
de6f69ad
YQ
35192013-07-27 Yao Qi <yao@codesourcery.com>
3520
3521 * i386-low.c: Include break-common.h.
3522 (enum target_hw_bp_type): Remove.
3523
3360c0bf
LM
35242013-07-24 Luis Machado <lgustavo@codesourcery.com>
3525
3526 * Makefile.in (SFILES): /common/target-common.c.
3527 (OBS): Add target-common.o.
3528 (server_h): Add $(srcdir)/../common/target-common.h.
3529 (target-common.o): New target.
3530 * server.c (queue_stop_reply_callback): Free
3531 status string after use.
3532 * target.c (target_waitstatus_to_string): Remove.
3533 * target.h: Include target-common.h.
3534 (resume_kind): Likewise.
3535 (target_waitkind): Likewise.
3536 (target_waitstatus): Likewise.
3537 (TARGET_WNOHANG): Likewise.
3538
bd885420
YQ
35392013-07-04 Yao Qi <yao@codesourcery.com>
3540
3541 * Makefile.in (host_alias): Use @host_noncanonical@.
3542 (target_alias): Use @target_noncanonical@.
3543 * configure.ac: Use ACX_NONCANONICAL_TARGET and
3544 ACX_NONCANONICAL_HOST.
3545 * configure: Regenerated.
3546
3547 Revert:
3548 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3549
3550 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3551 * configure: Rebuild.
3552 * Makefile.in (version_host, version_target): Get from configure.
3553 (version.c): Use $(version_host) and $(version_target).
3554
17ef446e
PA
35552013-07-03 Pedro Alves <palves@redhat.com>
3556
3557 * Makefile.in (config.status): Depend on development.sh.
3558 * acinclude.m4: Include libmcheck.m4.
3559 * configure: Regenerate.
3560
7a9a7487
MG
35612013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3562
3563 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
3564 attribute inside the parentheses.
3565 (winapi_DebugSetProcessKillOnExit): Ditto.
3566 (winapi_DebugBreakProcess): Ditto.
3567 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 3568
49b64de6
MG
35692013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3570
3571 * notif.h (notif_event): Add a dummy member to avoid compiler
3572 errors.
3573
d5749ee7
PA
35742013-07-01 Pedro Alves <palves@redhat.com>
3575
3576 * hostio.c (HOSTIO_PATH_MAX): Define.
3577 (require_filename, handle_open, handle_unlink, handle_readlink):
3578 Use it.
3579
d8d2a3ee
PA
35802013-07-01 Pedro Alves <palves@redhat.com>
3581
3582 * server.h: Include "pathmax.h".
3583 * linux-low.c: Don't include sys/param.h.
3584 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
3585 MAXPATHLEN.
3586 * win32-low.c: Don't include sys/param.h.
3587 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
3588
bc7dea8d
PA
35892013-07-01 Pedro Alves <palves@redhat.com>
3590
3591 * event-loop.c: Don't check HAVE_UNISTD_H before including
3592 <unistd.h>.
3593 * gdbreplay.c: Likewise.
3594 * remote-utils.c: Likewise.
3595 * server.c: Likewise.
3596 * configure.ac: Don't check for unistd.h.
3597 * configure: Regenerate.
3598
d6c2da54
TT
35992013-06-28 Tom Tromey <tromey@redhat.com>
3600
3601 * Makefile.in (version.c): Use version.in, not
3602 common/version.in.
3603
257b6bec
MG
36042013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3605
3606 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3607 * configure: Rebuild.
3608 * Makefile.in (version_host, version_target): Get from configure.
3609 (version.c): Use $(version_host) and $(version_target).
3610
86ebe149
DK
36112013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3612
3613 Fix trace-status to output user name without trailing colon.
3614 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
3615
f30aa5af
DK
36162013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3617
3618 Fix trace-status to output proper start-time and stop-time.
3619 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
3620 output start time and stop time in hex as gdb expects.
3621
28a93511
YQ
36222013-06-26 Pedro Alves <pedro@codesourcery.com>
3623
3624 * tracepoint.c (build_traceframe_info_xml): Output trace state
3625 variables present in the trace buffer.
3626
01208463
TT
36272013-06-24 Tom Tromey <tromey@redhat.com>
3628
3629 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3630 create-version.sh.
3631 (version.o): Remove.
3632 * gdbreplay.c: Include version.h.
3633 (version, host_name): Don't declare.
3634 * server.h: Include version.h.
3635 (version, host_name): Don't declare.
3636
760256f9
PA
36372013-06-12 Pedro Alves <palves@redhat.com>
3638
3639 * linux-x86-low.c (linux_is_elf64): Delete global.
3640 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
3641 with local linux_pid_exe_is_elf_64_file use.
3642
030031ee
PA
36432013-06-11 Pedro Alves <palves@redhat.com>
3644
3645 * linux-low.c (regset_disabled, disable_regset): New functions.
3646 (regsets_fetch_inferior_registers)
3647 (regsets_store_inferior_registers): Use them.
3648 (initialize_regsets_info); Don't allocate the disabled_regsets
3649 array here.
3650 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
3651 comment.
3652
5da6eb0a
PA
36532013-06-11 Pedro Alves <palves@redhat.com>
3654
3655 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
3656 xmalloc.
3657
7e5aaa09
PA
36582013-06-11 Pedro Alves <palves@redhat.com>
3659
3660 * linux-x86-low.c (initialize_low_arch): Call
3661 init_registers_x32_avx_linux.
3662
d878444c
JK
36632013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3664
3665 Fix compatibility with Android Bionic.
3666 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
3667 it is not empty.
3668
3aee8918
PA
36692013-06-07 Pedro Alves <palves@redhat.com>
3670
5f2b57b5 3671 PR server/14823
3aee8918
PA
3672 * Makefile.in (OBS): Add tdesc.o.
3673 (IPA_OBJS): Add tdesc-ipa.o.
3674 (tdesc-ipa.o): New rule.
3675 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
3676 interface.
3677 * linux-low.c (new_inferior): Delete.
3678 (disabled_regsets, num_regsets): Delete.
3679 (linux_add_process): Adjust to set the new per-process
3680 new_inferior flag.
3681 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
3682 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
3683 was a stop. When calling arch_setup, switch the current inferior
3684 to the thread that got an event.
3685 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
3686 (regsets_fetch_inferior_registers)
3687 (regsets_store_inferior_registers): New regsets_info parameter.
3688 Adjust to use it.
3689 (linux_register_in_regsets): New regs_info parameter. Adjust to
3690 use it.
3691 (register_addr, fetch_register, store_register): New usrregs_info
3692 parameter. Adjust to use it.
3693 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
3694 parameter regs_info. Adjust to use it.
3695 (linux_fetch_registers): Get the current inferior's regs_info, and
3696 adjust to use it.
3697 (linux_store_registers): Ditto.
3698 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
3699 (initialize_low): Don't initialize the target_regsets here. Call
3700 initialize_low_arch.
3701 * linux-low.h (target_regsets): Delete declaration.
3702 (struct regsets_info): New.
3703 (struct usrregs_info): New.
3704 (struct regs_info): New.
3705 (struct process_info_private) <new_inferior>: New field.
3706 (struct linux_target_ops): Delete the num_regs, regmap, and
3707 regset_bitmap fields. New field regs_info.
3708 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
3709 * i387-fp.c (num_xmm_registers): Delete.
3710 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
3711 calls to new interface.
3712 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
3713 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
3714 Infer the number of xmm registers from the regcache's target
3715 description.
3716 * i387-fp.h (num_xmm_registers): Delete.
3717 * inferiors.c (add_thread): Don't install the thread's regcache
3718 here.
3719 * proc-service.c (gregset_info): Fetch the current inferior's
3720 regs_info. Adjust to use it.
3721 * regcache.c: Include tdesc.h.
3722 (register_bytes, reg_defs, num_registers)
3723 (gdbserver_expedite_regs): Delete.
3724 (get_thread_regcache): If the thread doesn't have a regcache yet,
3725 create one, instead of aborting gdbserver.
3726 (regcache_invalidate_one): Rename to ...
3727 (regcache_invalidate_thread): ... this.
3728 (regcache_invalidate_one): New.
3729 (regcache_invalidate): Only invalidate registers of the current
3730 process.
3731 (init_register_cache): Add target_desc parameter, and use it.
3732 (new_register_cache): Ditto. Assert the target description has a
3733 non zero registers_size.
3734 (regcache_cpy): Add assertions. Adjust.
3735 (realloc_register_cache, set_register_cache): Delete.
3736 (registers_to_string, registers_from_string): Adjust.
3737 (find_register_by_name, find_regno, find_register_by_number)
3738 (register_cache_size): Add target_desc parameter, and use it.
3739 (free_register_cache_thread, free_register_cache_thread_one)
3740 (regcache_release, register_cache_size): New.
3741 (register_size): Add target_desc parameter, and use it.
3742 (register_data, supply_register, supply_register_zeroed)
3743 (supply_regblock, supply_register_by_name, collect_register)
3744 (collect_register_as_string, collect_register_by_name): Adjust.
3745 * regcache.h (struct target_desc): Forward declare.
3746 (struct regcache) <tdesc>: New field.
3747 (init_register_cache, new_register_cache): Add target_desc
3748 parameter.
3749 (regcache_invalidate_thread): Declare.
3750 (regcache_invalidate_one): Delete declaration.
3751 (regcache_release): Declare.
3752 (find_register_by_number, register_cache_size, register_size)
3753 (find_regno): Add target_desc parameter.
3754 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
3755 declarations.
3756 * remote-utils.c: Include tdesc.h.
3757 (outreg, prepare_resume_reply): Adjust.
3758 * server.c: Include tdesc.h.
3759 (gdbserver_xmltarget): Delete declaration.
3760 (get_features_xml, process_serial_event): Adjust.
3761 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
3762 declare.
3763 (struct process_info) <tdesc>: New field.
3764 (ipa_tdesc): Declare.
3765 * tdesc.c: New file.
3766 * tdesc.h: New file.
3767 * tracepoint.c: Include tdesc.h.
3768 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
3769 (get_context_regcache): Adjust to pass ipa_tdesc down.
3770 (do_action_at_tracepoint): Adjust to get the register cache size
3771 from the context regcache's description.
3772 (traceframe_walk_blocks): Adjust to get the register cache size
3773 from the current trace frame's description.
3774 (traceframe_get_pc): Adjust to get current trace frame's
3775 description and pass it down.
3776 (gdb_collect): Adjust to get the register cache size from the
3777 IPA's description.
3778 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
3779 (gdbserver_xmltarget): Delete.
3780 (initialize_low_tracepoint): Set the ipa's target description.
3781 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
3782 (initialize_low_tracepoint): Set the ipa's target description.
3783 * linux-x86-low.c: Include tdesc.h.
3784 [__x86_64__] (is_64bit_tdesc): New.
3785 (ps_get_thread_area, x86_get_thread_area): Use it.
3786 (i386_cannot_store_register): Rename to ...
3787 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
3788 (i386_cannot_fetch_register): Rename to ...
3789 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
3790 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
3791 to new interface.
3792 (target_regsets): Rename to ...
3793 (x86_regsets): ... this.
3794 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
3795 interface.
3796 (x86_siginfo_fixup): Use is_64bit_tdesc.
3797 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
3798 (tdesc_x32_avx_linux, tdesc_x32_linux)
3799 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
3800 Declare.
3801 (x86_linux_update_xmltarget): Delete.
3802 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
3803 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
3804 (AMD64_LINUX_USER64_CS): New.
3805 (x86_linux_read_description): New, based on
3806 x86_linux_update_xmltarget.
3807 (same_process_callback): New.
3808 (x86_arch_setup_process_callback): New.
3809 (x86_linux_update_xmltarget): New.
3810 (x86_regsets_info): New.
3811 (amd64_linux_regs_info): New.
3812 (i386_linux_usrregs_info): New.
3813 (i386_linux_regs_info): New.
3814 (x86_linux_regs_info): New.
3815 (x86_arch_setup): Reimplement.
3816 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3817 (x86_emit_ops): Ditto.
3818 (the_low_target): Adjust. Install x86_linux_regs_info,
3819 x86_cannot_fetch_register, and x86_cannot_store_register.
3820 (initialize_low_arch): New.
3821 * linux-ia64-low.c (tdesc_ia64): Declare.
3822 (ia64_fetch_register): Adjust.
3823 (ia64_usrregs_info, regs_info): New globals.
3824 (ia64_regs_info): New function.
3825 (the_low_target): Adjust.
3826 (initialize_low_arch): New function.
3827 * linux-sparc-low.c (tdesc_sparc64): Declare.
3828 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3829 Adjust.
3830 (sparc_arch_setup): New function.
3831 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3832 (the_low_target): Adjust.
3833 (initialize_low_arch): New function.
3834 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3835 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3836 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3837 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3838 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3839 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3840 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3841 (tdesc_powerpc_isa205_vsx64l): Declare.
3842 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3843 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3844 (ppc_set_pc, ppc_get_hwcap): Adjust.
3845 (ppc_usrregs_info): Forward declare.
3846 (!__powerpc64__) ppc_regmap_adjusted: New global.
3847 (ppc_arch_setup): Adjust to the current process'es target
3848 description.
3849 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3850 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3851 (ppc_store_evrregset): Adjust.
3852 (target_regsets): Rename to ...
3853 (ppc_regsets): ... this, and make static.
3854 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3855 (ppc_regs_info): New function.
3856 (the_low_target): Adjust.
3857 (initialize_low_arch): New function.
3858 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3859 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3860 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3861 (tdesc_s390x_linux64v2): Declare.
3862 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3863 (s390_fill_gregset, s390_store_last_break): Adjust.
3864 (target_regsets): Rename to ...
3865 (s390_regsets): ... this, and make static.
3866 (s390_get_pc, s390_set_pc): Adjust.
3867 (s390_get_hwcap): New target_desc parameter, and use it.
3868 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3869 (s390_arch_setup): Adjust to set the current process'es target
3870 description. Don't adjust the regmap.
3871 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3872 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3873 (regs_info_3264): New globals.
3874 (s390_regs_info): New function.
3875 (the_low_target): Adjust.
3876 (initialize_low_arch): New function.
3877 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3878 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3879 [__mips64] (init_registers_mips_linux)
3880 (init_registers_mips_dsp_linux): Delete defines.
3881 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3882 (have_dsp): New global.
3883 (mips_read_description): New, based on mips_arch_setup.
3884 (mips_arch_setup): Reimplement.
3885 (get_usrregs_info): New function.
3886 (mips_cannot_fetch_register, mips_cannot_store_register)
3887 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3888 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3889 (target_regsets): Rename to ...
3890 (mips_regsets): ... this, and make static.
3891 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3892 (dsp_regs_info, regs_info): New globals.
3893 (mips_regs_info): New function.
3894 (the_low_target): Adjust.
3895 (initialize_low_arch): New function.
3896 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3897 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3898 Declare.
3899 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3900 (arm_read_description): New, with bits factored from
3901 arm_arch_setup.
3902 (arm_arch_setup): Reimplement.
3903 (target_regsets): Rename to ...
3904 (arm_regsets): ... this, and make static.
3905 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3906 (arm_regs_info): New function.
3907 (the_low_target): Adjust.
3908 (initialize_low_arch): New function.
3909 * linux-m68k-low.c (tdesc_m68k): Declare.
3910 (target_regsets): Rename to ...
3911 (m68k_regsets): ... this, and make static.
3912 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3913 (m68k_regs_info): New function.
3914 (m68k_arch_setup): New function.
3915 (the_low_target): Adjust.
3916 (initialize_low_arch): New function.
3917 * linux-sh-low.c (tdesc_sharch): Declare.
3918 (target_regsets): Rename to ...
3919 (sh_regsets): ... this, and make static.
3920 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3921 (sh_regs_info, sh_arch_setup): New functions.
3922 (the_low_target): Adjust.
3923 (initialize_low_arch): New function.
3924 * linux-bfin-low.c (tdesc_bfin): Declare.
3925 (bfin_arch_setup): New function.
3926 (bfin_usrregs_info, regs_info): New globals.
3927 (bfin_regs_info): New function.
3928 (the_low_target): Adjust.
3929 (initialize_low_arch): New function.
3930 * linux-cris-low.c (tdesc_cris): Declare.
3931 (cris_arch_setup): New function.
3932 (cris_usrregs_info, regs_info): New globals.
3933 (cris_regs_info): New function.
3934 (the_low_target): Adjust.
3935 (initialize_low_arch): New function.
3936 * linux-cris-low.c (tdesc_crisv32): Declare.
3937 (cris_arch_setup): New function.
3938 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3939 (cris_regs_info): New function.
3940 (the_low_target): Adjust.
3941 (initialize_low_arch): New function.
3942 * linux-m32r-low.c (tdesc_m32r): Declare.
3943 (m32r_arch_setup): New function.
3944 (m32r_usrregs_info, regs_info): New globals.
3945 (m32r_regs_info): Adjust.
3946 (initialize_low_arch): New function.
3947 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
3948 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
3949 (tic6x_usrregs_info): Forward declare.
3950 (tic6x_read_description): New function, based on ...
3951 (tic6x_arch_setup): ... this. Reimplement.
3952 (target_regsets): Rename to ...
3953 (tic6x_regsets): ... this, and make static.
3954 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
3955 (tic6x_regs_info): New function.
3956 (the_low_target): Adjust.
3957 (initialize_low_arch): New function.
3958 * linux-xtensa-low.c (tdesc_xtensa): Declare.
3959 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
3960 (target_regsets): Rename to ...
3961 (xtensa_regsets): ... this, and make static.
3962 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
3963 globals.
3964 (xtensa_arch_setup, xtensa_regs_info): New functions.
3965 (the_low_target): Adjust.
3966 (initialize_low_arch): New function.
3967 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
3968 (nios2_arch_setup): Set the current process'es tdesc.
3969 (target_regsets): Rename to ...
3970 (nios2_regsets): ... this.
3971 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
3972 (nios2_regs_info): New function.
3973 (the_low_target): Adjust.
3974 (initialize_low_arch): New function.
a261b8f5
PA
3975 * linux-aarch64-low.c (tdesc_aarch64): Declare.
3976 (aarch64_arch_setup): Set the current process'es tdesc.
3977 (target_regsets): Rename to ...
3978 (aarch64_regsets): ... this.
3979 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
3980 (aarch64_regs_info): New function.
3981 (the_low_target): Adjust.
3982 (initialize_low_arch): New function.
3aee8918
PA
3983 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
3984 globals.
3985 (target_regsets): Rename to ...
3986 (tile_regsets): ... this.
3987 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
3988 (tile_regs_info): New function.
3989 (tile_arch_setup): Set the current process'es tdesc.
3990 (the_low_target): Adjust.
3991 (initialize_low_arch): New function.
3992 * spu-low.c (tdesc_spu): Declare.
3993 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
3994 * win32-arm-low.c (tdesc_arm): Declare.
3995 (arm_arch_setup): New function.
3996 (the_low_target): Install arm_arch_setup instead of
3997 init_registers_arm.
3998 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
3999 (init_windows_x86): Rename to ...
4000 (i386_arch_setup): ... this. Set `win32_tdesc'.
4001 (the_low_target): Adjust.
4002 * win32-low.c (win32_tdesc): New global.
4003 (child_add_thread): Don't create the thread cache here.
4004 (do_initial_child_stuff): Set the new process'es tdesc.
4005 * win32-low.h (struct target_desc): Forward declare.
4006 (win32_tdesc): Declare.
4007 * lynx-i386-low.c (tdesc_i386): Declare global.
4008 (lynx_i386_arch_setup): Set `lynx_tdesc'.
4009 * lynx-low.c (lynx_tdesc): New global.
4010 (lynx_add_process): Set the new process'es tdesc.
4011 * lynx-low.h (struct target_desc): Forward declare.
4012 (lynx_tdesc): Declare global.
4013 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
4014 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
4015 * nto-low.c (nto_tdesc): New global.
4016 (do_attach): Set the new process'es tdesc.
4017 * nto-low.h (struct target_desc): Forward declare.
4018 (nto_tdesc): Declare.
4019 * nto-x86-low.c (tdesc_i386): Declare.
4020 (nto_x86_arch_setup): Set `nto_tdesc'.
4021
b1fbec62
GB
40222013-06-04 Gary Benson <gbenson@redhat.com>
4023
4024 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
4025 to qSupported response when appropriate.
4026 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
4027 with nonzero-length annex.
4028 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
4029 arguments supplied in annex.
4030
d1ec4ce7
DE
40312013-05-31 Doug Evans <dje@google.com>
4032
ac44adcb 4033 PR server/15594
d1ec4ce7
DE
4034 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
4035 64 bits in 64-cross-32 environment.
4036
9b25f2d3
PA
40372013-05-28 Pedro Alves <palves@redhat.com>
4038
4039 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
4040 (aarch64-without-fpu.c): Delete rule.
4041 * configure.srv (aarch64*-*-linux*): Remove references to
4042 aarch64-without-fpu.o and aarch64-without-fpu.xml.
4043 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
4044 declaration.
4045
6740dc9c
PA
40462013-05-24 Pedro Alves <palves@redhat.com>
4047
4048 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
4049 instead of strchr/decode_address. Error if the range isn't split
4050 with a ','. Don't assume there's be a ':' in the action.
4051
c2d6af84
PA
40522013-05-23 Yao Qi <yao@codesourcery.com>
4053 Pedro Alves <palves@redhat.com>
4054
4055 * linux-low.c (lwp_in_step_range): New function.
4056 (linux_wait_1): If the thread was range stepping and stopped
4057 outside the stepping range, report the stop to GDB. Otherwise,
4058 continue stepping. Add range stepping debug output.
4059 (linux_set_resume_request): Copy the step range from the resume
4060 request to the lwp.
4061 (linux_supports_range_stepping): New.
4062 (linux_target_ops) <supports_range_stepping>: Set to
4063 linux_supports_range_stepping.
4064 * linux-low.h (struct linux_target_ops)
4065 <supports_range_stepping>: New field.
4066 (struct lwp_info) <step_range_start, step_range_end>: New fields.
4067 * linux-x86-low.c (x86_supports_range_stepping): New.
4068 (the_low_target) <supports_range_stepping>: Set to
4069 x86_supports_range_stepping.
4070 * server.c (handle_v_cont): Handle 'r' action.
4071 (handle_v_requests): Append ";r" if the target supports range
4072 stepping.
4073 * target.h (struct thread_resume) <step_range_start,
4074 step_range_end>: New fields.
4075 (struct target_ops) <supports_range_stepping>:
4076 New field.
4077 (target_supports_range_stepping): New macro.
4078
58794e1a
JB
40792013-05-17 Joel Brobecker <brobecker@adacore.com>
4080
4081 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
4082 confusion in comment.
4083
d631c5a7
JB
40842013-05-17 Joel Brobecker <brobecker@adacore.com>
4085
4086 * lynx-low.c (struct process_info_private): New type.
4087 (lynx_add_process): New function.
4088 (lynx_create_inferior, lynx_attach): Replace calls to
4089 add_process by calls to lynx_add_process.
4090 (lynx_resume): If PTID is null, then try using
4091 current_process()->private->last_wait_event_ptid.
4092 Add comments.
4093 (lynx_clear_inferiors): Delete. The contents of that function
4094 has been inlined in lynx_mourn;
4095 (lynx_wait_1): Save the ptid in the process's private data.
4096 (lynx_mourn): Free the process' private data. Replace call
4097 to lynx_clear_inferiors by call to clear_inferiors.
4098
96f7a20f
YQ
40992013-05-17 Yao Qi <yao@codesourcery.com>
4100
4101 * i386-low.c (i386_length_and_rw_bits): Move the comment to
4102 the right place.
4103
db0dfaa0
LM
41042013-05-16 Luis Machado <lgustavo@codesourcery.com>
4105
4106 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
4107 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
4108 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
4109 PT_TEXT_END_ADDR guards. Update comments.
4110 (linux_target_op) <read_offsets>: Conditionally define to
4111 linux_read_offsets if the target is UCLIBC and if it defines
4112 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
4113
68f5f838
SL
41142013-05-06 Sandra Loosemore <sandra@codesourcery.com>
4115 Andrew Jenner <andrew@codesourcery.com>
4116
4117 * Makefile.in (SFILES): Add linux-nios2-low.c.
4118 (clean): Add action to delete nios2-linux.c.
4119 (nios2-linux.c): New rule.
4120 * configure.srv: Add nios2*-*-linux*.
4121 * linux-nios2-low.c: New.
4122
1ebff1fd
HAQ
41232013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
4124
4125 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
4126
f6150862
HZ
41272013-04-25 Hui Zhu <hui@codesourcery.com>
4128
4129 PR gdb/15186
f6150862
HZ
4130 * ax.c (ax_printf): Add fflush.
4131
614c279d
TT
41322013-04-22 Tom Tromey <tromey@redhat.com>
4133
4134 * Makefile.in (SFILES): Add filestuff.c.
4135 (OBS): Add filestuff.o.
4136 (filestuff.o): New target.
4137 * config.in, configure: Rebuild.
4138 * configure.ac: Check for fdwalk, pipe2.
4139
7d4e5717
PA
41402013-04-17 Pedro Alves <palves@redhat.com>
4141
4142 * configure.ac (USE_THREAD_DB): Delete variable.
4143 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
4144 Don't AC_SUBST USE_THREAD_DB.
4145 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
4146 * config.in, configure: Regenerate.
4147
d5c93e41
PA
41482013-04-16 Pedro Alves <palves@redhat.com>
4149
4150 * linux-low.h (struct lwp_info) <thread_known>: Move under
4151 the USE_THREAD_DB #ifdef.
4152
04f5fe89
PA
41532013-04-16 Pedro Alves <palves@redhat.com>
4154
4155 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
4156 (linux-low.o): Delete rule.
4157 * linux-low.h: Always include "gdb_thread_db.h" instead of
4158 conditionally including thread_db.h.
4159 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
4160 HAVE_THREAD_DB_H.
4161
480b27bf
JK
41622013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 * Makefile.in (install-only): Fix make install regression.
4165
43662968
JK
41662013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4169 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
4170 installation.
4171 * gdbserver.1: Remove.
4172
3e74e146
PA
41732013-03-22 Pedro Alves <palves@redhat.com>
4174
4175 * linux-low.c (handle_extended_wait): Don't call
4176 linux_enable_event_reporting.
4177
a8347a2a
TT
41782013-03-15 Tony Theodore <tonyt@logyst.com>
4179
4180 PR build/9098:
4181 * Makefile.in (SHELL): Use @SHELL@.
4182
eeb56fa7
SDJ
41832013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4184
4185 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
4186 compiler warning.
4187
4fa7e2ff
JB
41882013-03-13 Joel Brobecker <brobecker@adacore.com>
4189
4190 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
4191 Remove extraneous NULL element.
4192
8ddb1965
YQ
41932013-03-13 Yao Qi <yao@codesourcery.com>
4194
4195 * tracepoint.c (traceframe_read_tsv): Look for the last matched
4196 'V' block in trace frame.
4197
9accd112
MM
41982013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4199
4200 * target.h (struct target_ops): Add btrace ops.
4201 (target_supports_btrace): New macro.
4202 (target_enable_btrace): New macro.
4203 (target_disable_btrace): New macro.
4204 (target_read_btrace): New macro.
4205 * gdbthread.h (struct thread_info): Add btrace field.
4206 * server.c: Include btrace-common.h.
4207 (handle_btrace_general_set): New function.
4208 (handle_btrace_enable): New function.
4209 (handle_btrace_disable): New function.
4210 (handle_general_set): Call handle_btrace_general_set.
4211 (handle_qxfer_btrace): New function.
4212 (struct qxfer qxfer_packets[]): Add btrace entry.
4213 * inferiors.c (remove_thread): Disable btrace.
4214 * linux-low: Include linux-btrace.h.
4215 (linux_low_enable_btrace): New function.
4216 (linux_low_read_btrace): New function.
4217 (linux_target_ops): Add btrace ops.
4218 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
4219 Add srv_linux_btrace=yes.
4220 (x86_64-*-linux*): Add linux-btrace.o.
4221 Add srv_linux_btrace=yes.
4222 * configure.ac: Define HAVE_LINUX_BTRACE.
4223 * config.in: Regenerated.
4224 * configure: Regenerated.
4225
5cc22e4c
MM
42262013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4227
4228 * server.c (handle_qxfer): Preserve error message if -3 is
4229 returned.
4230 (qxfer): Document the -3 return value.
4231
7c97f91e
MM
42322013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4233
4234 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
4235 (linux_btrace_h): New variable.
4236 (linux-btrace.o): New rule.
4237
be9a119c 42382013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4239 Hafiz Abid Qadeer <abidh@codesourcery.com>
4240
4241 * tracepoint.c (trace_buffer_size): New global.
4242 (DEFAULT_TRACE_BUFFER_SIZE): New define.
4243 (init_trace_buffer): Change to one-argument function. Allocate
4244 trace buffer memory.
4245 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
4246 handle QTBuffer:size packet.
4247 (cmd_bigqtbuffer_size): New function.
4248 (initialize_tracepoint): Call init_trace_buffer with
4249 DEFAULT_TRACE_BUFFER_SIZE.
4250 * server.c (handle_query): Add QTBuffer:size in the
4251 supported packets.
4252
e64f7499
YQ
42532013-03-07 Yao Qi <yao@codesourcery.com>
4254
4255 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
4256 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
4257 of -1.
4258 (cmd_qtsp): Adjust condition. Do post increment.
4259 Set cur_action and cur_step_action back to 0.
4260
f0ae6fc3
PA
42612013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
4262
4263 PR server/15236
4264 * linux-low.c (linux_write_memory): Return early success if LEN is
4265 zero.
4266
b5b0b0af
CV
42672013-03-05 Corinna Vinschen <vinschen@redhat.de>
4268
334ad4a8 4269 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 4270
589bc927
TT
42712013-02-28 Tom Tromey <tromey@redhat.com>
4272
4273 * configure.ac: Invoke AC_SYS_LARGEFILE.
4274 * configure, config.in: Rebuild.
4275
dfe07582
CV
42762013-02-28 Corinna Vinschen <vinschen@redhat.com>
4277
4278 * win32-low.c: Throughout, fix format strings and casts of
4279 printf-like functions to avoid type related warnings on all
4280 platforms.
4281 (get_child_debug_event): Print dwDebugEventCode as hex since
4282 that's how it's usually documented.
4283
736cd585
YQ
42842013-02-28 Yao Qi <yao@codesourcery.com>
4285
4286 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
4287 pulongest.
4288
e1f58301
JW
42892013-02-27 Jiong Wang <jiwang@tilera.com>
4290
4291 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
4292 (reg-tilegx32.c): New rule.
4293 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
4294 * linux-tile-low.c (tile_arch_setup): New function. Invoke
4295 different register info initializer according to elf class.
4296 (init_registers_tilgx32): New function. The tilegx32 register info
4297 initializer.
4298 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
4299 (tile_store_gregset): Likewise.
4300
d171ca78
YQ
43012013-02-27 Yao Qi <yao@codesourcery.com>
4302
4303 * server.c (process_point_options): Print debug message when
4304 debug_threads is true.
4305
282bbdf3
YQ
43062013-02-26 Yao Qi <yao@codesourcery.com>
4307
4308 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
4309
aca22551
PA
43102013-02-19 Pedro Alves <palves@redhat.com>
4311 Kai Tietz <ktietz@redhat.com>
4312
4313 PR gdb/15161
4314
4315 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
4316 instead of strtoul to extract address from packet.
4317 (process_serial_event) <'z'>: Likewise.
4318
4f3cee1c
YQ
43192013-02-18 Yao Qi <yao@codesourcery.com>
4320
4321 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
4322
8e1d55a3
PA
43232013-02-14 Pedro Alves <palves@redhat.com>
4324
4325 Plug memory leak.
4326
4327 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
4328 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
4329
458820da
PA
43302013-02-14 Pedro Alves <palves@redhat.com>
4331
4332 * tracepoint.c (cmd_qtdpsrc): Use savestring.
4333
baea0dae
PA
43342013-02-14 Pedro Alves <palves@redhat.com>
4335
4336 * tracepoint.c (save_string): Delete.
4337 (add_tracepoint_action): Use savestring instead of save_string.
4338
0b1afbb3
PA
43392013-02-12 Pedro Alves <palves@redhat.com>
4340
4341 * linux-xtensa-low.c: Ditto.
4342 * xtensa-xtregs.c: Ditto.
4343
8a4ac37e
PA
43442013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4345
4346 * thread-db.c (thread_db_get_tls_address): NULL pointer check
4347 thread_db.
4348
148de6bb
MS
43492013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4350
4351 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
4352 aarch64_num_wp_regs and aarch64_num_bp_regs to
4353 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
4354
55fac6e0
MS
43552013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4356
4357 * linux-aarch64-low.c (ps_get_thread_area): Replace
4358 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
4359
176eb98c
MS
43602013-02-04 Jim MacArthur <jim.macarthur@arm.com>
4361 Marcus Shawcroft <marcus.shawcroft@arm.com>
4362 Nigel Stephens <nigel.stephens@arm.com>
4363 Yufeng Zhang <yufeng.zhang@arm.com>
4364
4365 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
4366 (aarch64.c, aarch64-without-fpu.c): New targets.
4367 * configure.srv (aarch64*-*-linux*): New.
4368 * linux-aarch64-low.c: New file.
4369
56f7af9c
MS
43702013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
4371
43aaf8b6 4372 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
4373 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
4374 (dequeue_one_deferred_signal, linux_resume_one_thread)
4375 (fetch_register, linux_write_memory, linux_enable_event_reporting)
4376 (linux_tracefork_grandchild, linux_test_for_tracefork)
4377 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
4378 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
4379 where the argument is 0.
4380
60f662b0
YQ
43812013-01-25 Yao Qi <yao@codesourcery.com>
4382
4383 * event-loop.c: Include "queue.h".
4384 (gdb_event_p): New typedef.
4385 (struct gdb_event) <next_event>: Remove.
4386 (event_queue): Change to QUEUE(gdb_event_p).
4387 (async_queue_event): Remove.
4388 (gdb_event_xfree): New.
4389 (initialize_event_loop): New.
4390 (process_event): Use API from QUEUE.
4391 (wait_for_event): Likewise.
4392 * server.c (main): Call initialize_event_loop.
4393 * server.h (initialize_event_loop): Declare.
4394
5ae4861a
YQ
43952013-01-18 Yao Qi <yao@codesourcery.com>
4396
4397 * ax.h (struct eval_agent_expr_context): New.
4398 (gdb_eval_agent_expr): Update declaration.
4399 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
4400 TFRAME. Add new argument CTX.
4401 * server.h (struct eval_agent_expr_context): Declare.
4402 (agent_mem_read, agent_tsv_read): Update declaration.
4403 (agent_mem_read_string): Likewise.
4404 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
4405 (add_traceframe_block): Add new argument TPOINT.
4406 Increase TPOINT->traceframe_usage.
4407 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
4408 eval_tracepoint_agent_expr.
4409 (condition_true_at_tracepoint): Likewise.
4410 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
4411 (agent_mem_read_string, agent_tsv_read): Likewise.
4412
85e00e85
YQ
44132013-01-16 Yao Qi <yao@codesourcery.com>
4414
4415 * linux-low.c (linux_resume_one_lwp): Don't check
4416 'lwp->bp_reinsert != 0'.
4417
4039cf45
JB
44182013-01-07 Joel Brobecker <brobecker@adacore.com>
4419 Pedro Alves <palves@redhat.com>
4420
4421 * lynx-low.c (ptrace_request_to_str): Define a temporary
4422 macro and use it to simplify this function's implementation.
4423
9044dee2
JB
44242013-01-07 Joel Brobecker <brobecker@adacore.com>
4425
4426 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
4427 sets errno.
4428
e6352c8f
JB
44292013-01-07 Joel Brobecker <brobecker@adacore.com>
4430
4431 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
4432
50681a27
JB
44332013-01-07 Joel Brobecker <brobecker@adacore.com>
4434
4435 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
4436
3f6e77ef
JB
44372013-01-07 Joel Brobecker <brobecker@adacore.com>
4438
4439 * lynx-low.c (lynx_resume): Use the resume_info parameter
4440 to determine the ptid for the lynx_ptrace call, unless
4441 it is equal to minus_one_ptid, in which case we use the
4442 ptid of the current_inferior.
4443 (lynx_wait_1): After having received a thread create/exit
4444 event, resume the inferior's execution using the signaling
4445 thread's ptid, rather than the old ptid.
4446
7fda33ae
JB
44472013-01-07 Joel Brobecker <brobecker@adacore.com>
4448
4449 * lynx-low.c (lynx_resume): Delete variable ret.
4450
b9786c74
JB
44512013-01-01 Joel Brobecker <brobecker@adacore.com>
4452
4453 * gdbreplay.c (gdbreplay_version): Update copyright year.
4454 * server.c (gdbserver_version): Likewise.
4455
8b93d60f
JB
44562012-12-17 Joel Brobecker <brobecker@adacore.com>
4457
4458 * lynx-low.c (lynx_wait_1): Add debug trace before adding
4459 new thread.
4460
037335a7
JB
44612012-12-17 Joel Brobecker <brobecker@adacore.com>
4462
4463 * lynx-low.c (ptrace_request_to_str): Add handling for
4464 PTRACE_GETTRACESIG.
4465
52d4cbd8
JB
44662012-12-17 Joel Brobecker <brobecker@adacore.com>
4467
4468 * lynx-low.c (lynx_attach): Delete variable new_process.
4469
ab8f6ca9
JB
44702012-12-17 Joel Brobecker <brobecker@adacore.com>
4471
4472 * lynx-low.c (lynx_create_inferior): Delete variable
4473 new_process.
4474
78cbc024
JB
44752012-12-17 Joel Brobecker <brobecker@adacore.com>
4476
4477 * lynx-low.c (ptrace_request_to_str): Do not handle
4478 PTRACE_GETTHREADLIST if this macro does not exist.
4479
14a00470
YQ
44802012-12-15 Yao Qi <yao@codesourcery.com>
4481
4482 * Makefile.in (OBS): Add notif.o.
4483 * notif.c, notif.h: New.
4484 * server.c: Include "notif.h".
4485 (struct vstop_notif) <next>: Remove.
4486 <base>: New field.
4487 (queue_stop_reply): Update.
4488 (push_event, send_next_stop_reply): Remove.
4489 (discard_queued_stop_replies): Update.
4490 (notif_stop): New variable.
4491 (handle_v_stopped): Remove.
4492 (handle_v_requests): Don't call handle_v_stopped. Call
4493 handle_ack_notif instead.
4494 (queue_stop_reply_callback): Call notif_event_enque instead
4495 of queue_stop_reply.
4496 (handle_status): Don't call send_next_stop_reply, call
4497 notif_write_event instead.
4498 (kill_inferior_callback): Likewise.
4499 (detach_or_kill_inferior_callback): Likewise.
4500 (main): Call initialize_notif.
4501 (process_serial_event): Call QUEUE_is_empty.
4502 (handle_target_event): Call notif_push instead of push event.
4503 * server.h (push_event): Remove declaration.
4504
61c125b9
TT
45052012-12-10 Tom Tromey <tromey@redhat.com>
4506
4507 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
4508 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
4509 macros.
4510 (.c.o): Rewrite.
4511 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
4512 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
4513 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
4514 (amd64-linux-ipa.o, ax.o): Rewrite.
4515 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
4516 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
4517 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
4518 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
4519 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
4520 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
4521 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
4522 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
4523 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
4524 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
4525 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
4526 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
4527 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
4528 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
4529 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
4530 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
4531 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
4532 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
4533 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
4534 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
4535 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
4536 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
4537 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
4538 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
4539 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
4540 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
4541 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
4542 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
4543 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
4544 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
4545 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
4546 (reg-tilegx.o): Remove.
4547 (all_object_files): New macro.
4548 Include .deps files.
4549 * aclocal.m4, configure: Rebuild.
4550 * acinclude.m4: Include depstand.m4, lead-dot.m4.
4551 * configure.ac: Invoke ZW_CREATE_DEPDIR,
4552 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
4553
e90e9ad9
TT
45542012-12-05 Tom Tromey <tromey@redhat.com>
4555
4556 PR gdb/14917:
4557 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
4558
02d403bf 45592012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
4560
4561 * configure.ac: Check for linux/perf_event.h.
4562 * config.in: Regenerated.
4563 * configure: Regenerated.
4564
0270a750
PA
45652012-11-26 Maxime Villard <rustyBSD@gmx.fr>
4566
4567 * hostio.c (handle_readlink): Decrease buffer size
4568 parameter passed to readlink by one byte.
4569
8c29b58e
YQ
45702012-11-26 Yao Qi <yao@codesourcery.com>
4571
4572 * configure.ac (build_warnings): Append '-Wempty-body'.
4573 * configure: Regenerated.
4574 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
4575 body.
4576
8bdce1ff
PM
45772012-11-15 Pierre Muller <muller@sourceware.org>
4578
4579 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
4580 * config.in: Regenerate.
4581 * configure: Regenerate.
4582 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
4583 Use "gdb_wait.h" header instead of <sys/wait.h> header.
4584 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4585 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
4586 header.
4587 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
4588 instead of <sys/wait.h> header.
4589 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4590
02d403bf 45912012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
4592
4593 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
4594 (various make rules): Remove -DGDBSERVER
4595
fbd5db48
YQ
45962012-11-09 Yao Qi <yao@codesourcery.com>
4597
4598 * spu-low.c (current_ptid): Move it to ..
4599 * gdbthread.h: ... here. New.
4600 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
4601 * server.c (myresume, process_serial_event): Likewise.
4602 * thread-db.c (thread_db_find_new_threads): Likewise.
4603 * tracepoint.c (run_inferior_command): Likewise.
4604
b3dc46ff
AB
46052012-10-01 Andrew Burgess <aburgess@broadcom.com>
4606
4607 * server.c (handle_search_memory_1): Include access length in
4608 warning message.
4609
07c04788
HPN
46102012-09-05 Michael Brandt <michael.brandt@axis.com>
4611
4612 * linux-crisv32-low.c: Fix compile errors.
4613
918d227b
YQ
46142012-09-04 Yao Qi <yao@codesourcery.com>
4615
4616 * tracepoint.c (cmd_qtsv): Adjust debug message.
4617 Don't check CUR_TPOINT.
4618
18c1b81a
YQ
46192012-08-28 Yao Qi <yao@codesourcery.com>
4620
4621 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
4622 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
4623 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
4624 Remove declarations of xmalloc, xreallloc, xstrdup and
4625 freeargv.
4626 * Makefile.in (libiberty_h): New.
4627 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
4628 (linux-bfin-low.o): Append dependency 'libiberty.h'.
4629
dc82f37b
YQ
46302012-08-23 Yao Qi <yao@codesourcery.com>
4631
4632 * server.h: Remove declaration of 'xsnprintf'.
4633
406b1477
KS
46342012-08-22 Keith Seitz <keiths@redhat.com>
4635
4636 * server.h: Include build-gnulib-gbserver/config.h.
4637 * gdbreplay.c: Likewise.
4638
e6712ff1
DE
46392012-08-08 Doug Evans <dje@google.com>
4640
4641 * Makefile.in (SFILES): Add gdb_vecs.c.
4642 (OBS): Add gdb_vecs.o.
4643 (gdb_vecs_h, host_defs_h): New variables.
4644 (thread-db.o): Add $(gdb_vecs_h) dependency.
4645 (gdb_vecs.o): New rule.
4646 * thread-db.c: #include "gdb_vecs.h".
4647 (thread_db_load_search): Use a vector to iterate over path elements.
4648 Handle text appearing after "$pdir".
4649
4650 * configure.ac: Add check for strstr.
4651 * config.in: Regenerate.
4652 * configure: Regenerate.
4653
7c3270ae
UW
46542012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
4655
4656 * hostio.c (handle_pread): If pread fails, fall back to attempting
4657 lseek/read.
4658 (handle_pwrite): Likewise for pwrite.
4659
b62e2b27
UW
46602012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4661
4662 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
4663 between unsupported TYPE and unimplementable ADDR/LEN combination.
4664 (arm_insert_point): Act on new return value.
4665
78a99e91
PA
46662012-07-31 Pedro Alves <palves@redhat.com>
4667
4668 * server.c (process_point_options): Only skip tokens if we find
4669 one that is unrecognized. Don't treat 'X' specially while
4670 skipping unrecognized tokens.
4671
fcf303ab
UW
46722012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4673
4674 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
4675 to 4-byte-align HW breakpoint addresses for Thumb.
4676
7255706c
YQ
46772012-07-27 Yao Qi <yao@codesourcery.com>
4678
4679 PR remote/14161.
4680
4681 * server.h: Declare gdb_agent_about_to_close.
4682 * target.c (kill_inferior): Include "agent.h".
4683 New. Send command 'kill'.
4684 * target.h (kill_inferior): Removed macro.
4685 * tracepoint.c (gdb_agent_about_to_close): New.
4686 (gdb_agent_helper_thread): Handle command 'close'.
4687 Wait endlessly until the inferior stops.
4688 Install gdb_agent_remove_socket to atexit hook.
4689 (agent_socket_name): New static variable.
4690 (gdb_agent_socket_init): Replace local variable 'name' with
4691 'agent_socket_name'.
4692 (gdb_agent_remove_socket): New.
4693
5a3f286f
YQ
46942012-07-27 Yao Qi <yao@codesourcery.com>
4695
4696 * server.c (process_point_options): Stop at 'X' when parsing.
4697
961bd387
ME
46982012-07-19 Michael Eager <eager@eagercon.com>
4699
a261b8f5 4700 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
4701 to hw_execute.
4702 * linux-x86-low.c (x86_insert_point, x86_remove_point):
4703 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
4704 hardware breakpoint.
4705
aa7c7447
JK
47062012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * gdbserver/linux-low.c (initialize_low): Call
4709 linux_ptrace_init_warnings.
4710
7f216e7c
DE
47112012-07-02 Doug Evans <dje@google.com>
4712
4713 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
4714 pointer to int.
4715
d3ce09f5
SS
47162012-07-02 Stan Shebs <stan@codesourcery.com>
4717
4718 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
4719 (ax.o): Add it to build rule.
4720 (ax-ipa.o): Ditto.
4721 (OBS): Add format.o.
4722 (IPA_OBS): Add format.o.
4723 * server.c (handle_query): Claim support for breakpoint commands.
4724 (process_point_options): Add command case.
4725 (process_serial_event): Leave running if there are printfs in
4726 effect.
4727 * mem-break.h (any_persistent_commands): Declare.
4728 (add_breakpoint_commands): Declare.
4729 (gdb_no_commands_at_breakpoint): Declare.
4730 (run_breakpoint_commands): Declare.
4731 * mem-break.c (struct point_command_list): New struct.
4732 (struct breakpoint): New field command_list.
4733 (any_persistent_commands): New function.
4734 (add_commands_to_breakpoint): New function.
4735 (add_breakpoint_commands): New function.
4736 (gdb_no_commands_at_breakpoint): New function.
4737 (run_breakpoint_commands): New function.
4738 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
4739 locally.
4740 * ax.c: Include format.h.
4741 (ax_printf): New function.
4742 (gdb_eval_agent_expr): Add printf opcode.
4743
2f8f6aed
YQ
47442012-06-13 Yao Qi <yao@codesourcery.com>
4745
4746 * server.c (start_inferior): Remove duplicated writes to fields
4747 'last_resume_kind' and 'last_status' of 'current_inferior'.
4748
0c9070b3
YQ
47492012-06-12 Yao Qi <yao@codesourcery.com>
4750 Pedro Alves <palves@redhat.com>
4751
4752 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
4753 comment.
4754 * server.c (handle_v_cont): Extend comment.
4755
c52daf70
YQ
47562012-06-11 Yao Qi <yao@codesourcery.com>
4757
4758 * linux-low.c (linux_attach): Add 'static'.
4759
d38bbb0a
YQ
47602012-06-06 Yao Qi <yao@codesourcery.com>
4761
4762 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
4763
89dc0afd
JK
47642012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 Fix gcc -flto compilation warning.
4767 * server.c (main): Make variable multi_mode and attach volatile.
4768
75f62ce7
TJB
47692012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4770
4771 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
4772 if the platform doesn't know about it.
4773
65f479b6
PA
47742012-05-30 Jeff Kenton <jkenton@tilera.com>
4775
4776 * Makefile.in (SFILES): Add linux-tile-low.c.
4777 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
4778 * configure.srv: Handle tilegx-*-linux*.
4779 * linux-tile-low.c: New file.
4780
0c5bf5a9
JK
47812012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
4784
a493e3e2
PA
47852012-05-24 Pedro Alves <palves@redhat.com>
4786
4787 PR gdb/7205
4788
43aaf8b6 4789 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4790
2ea28649
PA
47912012-05-24 Pedro Alves <palves@redhat.com>
4792
4793 PR gdb/7205
4794
4795 Replace target_signal with gdb_signal throughout.
4796
8d409d16
MR
47972012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4798
4799 * linux-low.c (linux_store_registers): Avoid the copying sequence
4800 when no data has been retrieved by ptrace.
4801
23512c01
MGD
48022012-05-22 Will Deacon <will.deacon@arm.com>
4803
4804 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
4805 Include asm/ptrace.h.
4806 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
4807 already defined.
4808
4934b29e
MR
48092012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4810
4811 * linux-low.c (linux_store_registers): Don't re-retrieve data
4812 with ptrace that has already been obtained from /proc. Always
4813 copy any data retrieved with ptrace to the buffer supplied.
4814
bde24c0a
PA
48152012-05-11 Yao Qi <yao@codesourcery.com>
4816 Pedro Alves <palves@redhat.com>
4817
4818 * linux-low.c (enum stopping_threads_kind): New.
4819 (stopping_threads): Change type to `enum stopping_threads_kind'.
4820 (handle_extended_wait): If stopping and suspending threads, leave
4821 the new_lwp suspended too.
4822 (linux_wait_for_event): Adjust.
4823 (stop_all_lwps): Set `stopping_threads' to
4824 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4825 whether we're suspending threads or just stopping them. Assert no
4826 recursion happens.
4827
623b6bdf
YQ
48282012-04-29 Yao Qi <yao@codesourcery.com>
4829
4830 * server.h: Move some code to ...
4831 * gdbthread.h: ... here. New.
4832 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4833 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4834 (nto-low.o, win32-low.o): Likewise.
4835 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4836 * regcache.c, remote-utils.c, server.c: Likewise.
4837 * target.c, tracepoint.c, win32-low.c: Likewise.
4838
f15f9948
TJB
48392012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4840
4841 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4842 (PTRACE_ARG4_TYPE): Likewise.
4843 (PTRACE_XFER_TYPE): Likewise.
4844 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4845 ptrace to PTRACE_ARG3_TYPE.
4846 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4847 (PTRACE_ARG4_TYPE): Likewise.
4848 (PTRACE_XFER_TYPE): Likewise.
4849 (linux_detach_one_lwp): Cast fourth argument of
4850 ptrace to long then PTRACE_ARG4_TYPE.
4851 (regsets_fetch_inferior_registers): Cast third argument of
4852 ptrace to long then PTRACE_ARG3_TYPE.
4853 (regsets_store_inferior_registers): Likewise.
4854
38ea300a
PA
48552012-04-20 Pedro Alves <palves@redhat.com>
4856
4857 * configure: Regenerate.
4858
c971b7fa
PA
48592012-04-19 Pedro Alves <palves@redhat.com>
4860
43aaf8b6 4861 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 4862 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
4863 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4864 (all, install-only, uninstall, clean-info, all-lib, clean): No
4865 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4866 (maintainer-clean realclean distclean): Use subdir_do.
4867 (subdir_do): New.
4868 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 4869 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
4870 * acinclude.m4: Include acx_configure_dir.m4.
4871 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4872 calls. Call AC_PROG_RANLIB. Configure gnulib using
4873 ACX_CONFIGURE_DIR.
4874 (GNULIB): New.
4875 (GNULIB_STDINT_H): Adjust.
4876 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4877 * gdbreplay.c: Include build-gnulib/config.h.
4878 * server.h: Likewise.
4879 * aclocal.m4: Regenerate.
4880 * config.in: Regenerate.
4881 * configure: Regenerate.
c971b7fa 4882
809277f8
PA
48832012-04-19 Pedro Alves <palves@redhat.com>
4884
4885 * Makefile.in (LIBGNU, INCGNU): Adjust.
4886 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4887 (all, install-only, uninstall, clean-info, all-lib, clean)
4888 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4889 * configure.ac: Adjust AC_OUTPUT output.
4890 * aclocal.m4: Regenerate.
4891 * configure: Regenerate.
4892
fd9bb8b8
PA
48932012-04-19 Pedro Alves <palves@redhat.com>
4894
4895 * Makefile.in (generated_files): New.
4896 (server_h): Remove the explicit dependency on config.h, and depend
4897 on $generated_files.
4898
1c298c66
PA
48992012-04-19 Pedro Alves <palves@redhat.com>
4900
4901 * Makefile.in (INCGNU): Add -Ignulib.
4902
57c4b50b
PA
49032012-04-19 Pedro Alves <palves@redhat.com>
4904
4905 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4906 (INCGNU): ... this, and spell out -I here.
4907 (GNULIB_LIB): Rename to ...
4908 (LIBGNU): ... this.
4909 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4910
1030e047
PA
49112012-04-19 Pedro Alves <palves@redhat.com>
4912
4913 * config.in: Regenerate.
4914
447d4319
PA
49152012-04-19 Pedro Alves <palves@redhat.com>
4916
4917 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4918 * server.h (memmem): Remove declaration.
4919 * config.in: Regenerate.
4920 * configure: Regenerate.
4921
aad9eab9
YQ
49222012-04-19 Yao Qi <yao@codesourcery.com>
4923
4924 * Makefile.in (SFILES): Add common/vec.c.
4925 (OBS): Add vec.o.
4926 (vec.o): New rule.
4927
3e10640f
YQ
49282012-04-19 Yao Qi <yao@codesourcery.com>
4929
4930 * remote-utils.c (prepare_resume_reply): Replace with macro
4931 target_core_of_thread.
4932 * server.c (handle_qxfer_threads_proper): Likewise.
4933 * target.h (traget_core_of_thread): New macro.
4934
71622373
PA
49352012-04-18 Pedro Alves <palves@redhat.com>
4936
4937 * aclocal.m4: Regenerate.
4938 * configure: Regenerate.
4939
80d26939
YQ
49402012-04-16 Yao Qi <yao@codesourcery.com>
4941
4942 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
4943 duplicated on address.
4944
42476b70
YQ
49452012-04-16 Yao Qi <yao@codesourcery.com>
4946
4947 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
4948 (struct tracepoint_action_ops) <send>: New field.
4949 (m_tracepoint_action_send, r_tracepoint_action_send): New.
4950 (agent_expr_send, x_tracepoint_action_send): New.
4951 (l_tracepoint_action_send): New.
4952 (cmd_qtdp): Download and install tracepoint
4953 according to `use_agent'.
4954 (run_inferior_command): Add one more parameter `len'.
4955 Update callers.
4956 (tracepoint_send_agent): New.
4957 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
4958
7bc83639
YQ
49592012-04-16 Yao Qi <yao@codesourcery.com>
4960
4961 * tracepoint.c (download_tracepoints): Moved to ...
4962 (cmd_qtstart): ... here.
4963
5f18041e
YQ
49642012-04-14 Yao Qi <yao@codesourcery.com>
4965
4966 * tracepoint.c: Include inttypes.h.
4967 (struct collect_memory_action): Use sized types.
4968 (struct tracepoint): Likewise.
4969 (cmd_qtdp, stop_tracing): Update print specifiers.
4970 (cmd_qtp, response_tracepoint): Likewise.
4971 (collect_data_at_tracepoint): Likewise.
4972 (collect_data_at_step): Likewise.
4973
55a8c076
YQ
49742012-04-14 Yao Qi <yao@codesourcery.com>
4975
4976 Import gnulib module inttypes.
4977 * aclocal.m4, config.in, configure: Regenerated.
4978
dc750257
YQ
49792012-04-14 Yao Qi <yao@codesourcery.com>
4980
4981 * Makefile.in (maintainer-clean, realclean, distclean): Remove
4982 Makefile and config.status at last.
4983
0ab5faf9
YQ
49842012-04-13 Yao Qi <yao@codesourcery.com>
4985
4986 * tracepoint.c: Include stdint.h unconditionally.
4987
18f5fd81
TJB
49882012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4989
4990 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
4991 on BFD_HAVE_SYS_PROCFS_TYPE.
4992 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
4993 * configure: Regenerate.
4994 * config.in: Likewise.
4995
4d47af5c
L
49962012-04-13 H.J. Lu <hongjiu.lu@intel.com>
4997
4998 * Makefile.in (clean): Also remove x32.c x32-linux.c
4999 x32-avx.c x32-avx-linux.c.
5000 (x32.o): New target.
5001 (x32.c): Likewise.
5002 (x32-linux.o): Likewise.
5003 (x32-linux.c): Likewise.
5004 (x32-avx.o): Likewise.
5005 (x32-avx.c): Likewise.
5006 (x32-avx-linux.o): Likewise.
5007 (x32-avx-linux.c): Likewise.
5008
5009 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
5010 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
5011 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
5012 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
5013 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
5014 i386/x32-avx-linux.xml.
5015
5016 * linux-x86-low.c (init_registers_x32_linux): New prototype.
5017 (init_registers_x32_avx_linux): Likwise.
5018 (x86_linux_update_xmltarget): Call init_registers_x32_linux
5019 or init_registers_x32_avx_linux if linux_is_elf64 is false.
5020
ecedbe58
PA
50212012-04-13 Pedro Alves <palves@redhat.com>
5022
5023 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
5024 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
5025 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
5026 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
5027 the sub-make.
5028
c92b5177
L
50292012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5030
5031 * linux-x86-low.c (compat_x32_clock_t): New.
5032 (compat_x32_siginfo_t): Likewise.
5033 (compat_x32_siginfo_from_siginfo): Likewise.
5034 (siginfo_from_compat_x32_siginfo): Likewise.
5035 (linux_is_elf64): Likewise.
5036 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5037 and siginfo_from_compat_x32_siginfo for x32.
5038 (x86_arch_setup): Set linux_is_elf64.
5039
214d508e
L
50402012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5041
5042 PR gdb/13969
5043 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
5044 e_machine field.
5045 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
5046 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
5047 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
5048 compatible with process.
5049
c9a1864a
YQ
50502012-04-12 Yao Qi <yao@codesourcery.com>
5051
5052 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
5053 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
5054 (install-only, install-info, clean): Handle sub dir gnulib.
5055 (all-lib, am--refresh): New targets.
5056 (memmem.o): Remove target.
5057 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
5058 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
5059 (AC_REPLACE_FUNCS): Remove memmem.
5060 Invoke gl_INIT and AM_INIT_AUTOMAKE.
5061 (AC_OUTPUT): Generate Makefile in gnulib/.
5062 * aclocal.m4, config.in, configure: Regenerated.
5063
367ba2c2
MR
50642012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5065
5066 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
5067
9d236627
PA
50682012-04-05 Pedro Alves <palves@redhat.com>
5069
5070 -Werror=strict-aliasing
5071
5072 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
5073 pointer.
5074
111217b3
PA
50752012-04-04 Pedro Alves <palves@redhat.com>
5076
5077 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
5078 (sparc_store_gregset_from_stack, sparc_store_gregset)
5079 (sparc_breakpoint_at): Fix formatting.
5080
8365dcf5
TJB
50812012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5082
5083 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
5084 are available.
5085 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
5086 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
5087 * config.in: Regenerate.
5088 * configure: Likewise.
5089
689cc2ae
PA
50902012-03-29 Pedro Alves <palves@redhat.com>
5091
5092 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
5093 Correct ptrace arguments.
5094
c14dfd32
PA
50952012-03-28 Pedro Alves <palves@redhat.com>
5096
5097 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
5098 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
5099 (IA64_FR1_REGNUM): New defines.
5100 (ia64_fetch_register): New.
5101 (the_low_target): Install it.
5102 * linux-low.h (struct linux_target_ops) <fetch_register>: New
5103 field.
5104 * linux-low.c (linux_fetch_registers): Try the
5105 the_low_target.fetch_register hook first.
5106
5107 * linux-arm-low.c (the_low_target): Adjust.
5108 * linux-bfin-low.c (the_low_target): Adjust.
5109 * linux-cris-low.c (the_low_target): Adjust.
5110 * linux-crisv32-low.c (the_low_target): Adjust.
5111 * linux-m32r-low.c (the_low_target): Adjust.
5112 * linux-m68k-low.c (the_low_target): Adjust.
5113 * linux-mips-low.c (the_low_target): Adjust.
5114 * linux-ppc-low.c (the_low_target): Adjust.
5115 * linux-s390-low.c (the_low_target): Adjust.
5116 * linux-sh-low.c (the_low_target): Adjust.
5117 * linux-sparc-low.c (the_low_target): Adjust.
5118 * linux-tic6x-low.c (the_low_target): Adjust.
5119 * linux-x86-low.c (the_low_target): Adjust.
5120 * linux-xtensa-low.c (the_low_target): Adjust.
5121
63c88e13
PA
51222012-03-26 Pedro Alves <palves@redhat.com>
5123
5124 * server.c (handle_qxfer_libraries): Don't bail early if
5125 the_target->qxfer_libraries_svr4 is not NULL.
5126
fb723180
PA
51272012-03-26 Pedro Alves <palves@redhat.com>
5128
5129 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
5130
0afae3cf
PA
51312012-03-23 Pedro Alves <palves@redhat.com>
5132
5133 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
5134 "library-list-svr4" element's start tag when the the DSO list is
5135 empty.
5136
485f1ee4
PA
51372012-03-23 Pedro Alves <palves@redhat.com>
5138
5139 * linux-low.c (read_one_ptr): Read the inferior's pointer through
5140 a variable whose type size is the same as the inferior's pointer
5141 size.
5142
a5362b9a
TS
51432012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5144
5145 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
5146 struct siginfo.
5147 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
5148 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
5149 * linux-low.h: Include <signal.h>.
5150 (struct siginfo): Remove forward declaration.
5151 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
5152 struct siginfo.
5153
d226c142
MF
51542012-03-21 Mike Frysinger <vapier@gentoo.org>
5155
5156 * .gitignore: Ignore more files.
5157
122f36ef
PA
51582012-03-19 Pedro Alves <palves@redhat.com>
5159 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * server.c (cont_thread, general_thread): Add describing comments.
5162 (start_inferior): Clear `cont_thread'.
5163 (handle_v_cont): Don't set `cont_thread' if resuming all threads
5164 of a process.
5165
fc3e5175
YQ
51662012-03-15 Yao Qi <yao@codesourcery.com>
5167
5168 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
5169 handling to ...
5170 (cmd_qtdp): ... here.
5171
8d0d92cd
YQ
51722012-03-15 Yao Qi <yao@codesourcery.com>
5173
5174 * tracepoint.c (struct tracepoint_action_ops): New.
5175 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
5176 (m_tracepoint_action_download): New.
5177 (r_tracepoint_action_download): New.
5178 (x_tracepoint_action_download): New.
5179 (l_tracepoint_action_download): New.
5180 (add_tracepoint_action): Install `action->ops' according type.
5181 (download_tracepoint_1): Move code `download' function pointer
5182 of various tracepoint_action_ops.
5183
87b0bb13
JK
51842012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5185
5186 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
5187 linux_ptrace_attach_warnings.
5188
5f572dec
JK
51892012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 * Makefile.in (linux-ptrace.o): New.
5192 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
5193 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
5194 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
5195 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
5196 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
5197 of these targets.
5198 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
5199
f4647387
YQ
52002012-03-08 Yao Qi <yao@codesourcery.com>
5201 Pedro Alves <palves@redhat.com>
5202
5203 Fix PR server/13392.
5204 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
5205 offset of JMP insn.
5206 * tracepoint.c (remove_tracepoint): New.
5207 (cmd_qtdp): Call remove_tracepoint when failed to install.
5208
9b224c5e
PA
52092012-03-07 Pedro Alves <palves@redhat.com>
5210
5211 * linux-low.c (get_detach_signal): New.
5212 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
5213 Pass on pending signals to PTRACE_DETACH. Check the result of the
5214 ptrace call.
5215 * server.c (program_signals, program_signals_p): New.
5216 (handle_general_set): Handle QProgramSignals.
5217 * server.h (program_signals, program_signals_p): Declare.
5218
e237a7e2
JK
52192012-03-05 Pedro Alves <palves@redhat.com>
5220 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
5223 New comment why.
5224
5808517f
YQ
52252012-03-03 Yao Qi <yao@codesourcery.com>
5226
5227 * tracepoint.c (tracepoint_look_up_symbols): Update call to
5228 agent_look_up_symbols.
5229
58b4daa5
YQ
52302012-03-03 Yao Qi <yao@codesourcery.com>
5231
5232 * Makefile.in (linux-low.o): Keep dependence on agent.h.
5233 (linux-x86-low.o): Likewise.
5234 * server.h: Remove in_process_agent_loaded.
5235 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
5236 common/agent.c.
5237 Update callers.
5238
8ffcbaaf
YQ
52392012-03-03 Yao Qi <yao@codesourcery.com>
5240
5241 * tracepoint.c (gdb_agent_capability): New global.
5242 (in_process_agent_loaded_ust): Renamed to
5243 `in_process_agent_supports_ust'.
5244 Update callers.
5245 (in_process_agent_supports_ust): Call agent_capability_check.
5246 (clear_installed_tracepoints): Assert that agent supports
5247 agent.
5248
d1feda86
YQ
52492012-03-03 Yao Qi <yao@codesourcery.com>
5250
5251 * linux-low.c (linux_supports_agent): New.
5252 (linux_target_ops): Initialize field `supports_agent' with
5253 linux_supports_agent.
5254 * target.h (struct target_ops) <supports_agent>: New.
5255 (target_supports_agent): New macro.
5256 * server.c (handle_general_set): Handle packet 'QAgent'.
5257 (handle_query): Send `QAgent+'.
5258 * Makefile.in (server.o): Depends on agent.h.
5259
2fa291ac
YQ
52602012-03-03 Yao Qi <yao@codesourcery.com>
5261
5262 * Makefile.in (OBS): Add agent.o.
5263 Add new rule for agent.o.
5264 Track dependence of tracepoint.c on agent.h.
5265 * tracepoint.c (run_inferior_command_1):
5266 (run_inferior_command): Call agent_run_command.
5267 (gdb_ust_connect_sync_socket): Deleted. Move it to
5268 common/agent.c.
5269 (resume_thread, stop_thread): Likewise.
5270 (gdb_ust_socket_init): Renamed to ...
5271 (gdb_agent_socket_init): ... New.
5272 (gdb_ust_thread): Renamed to ...
5273 (gdb_agent_helper_thread): ... New.
5274 (gdb_ust_init): Move some code to ...
5275 (gdb_agent_init): ... here. New.
5276 [HAVE_UST]: Call gdb_ust_init.
5277 (initialize_tracepoint_ftlib): Call gdb_agent_init.
5278 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
5279 * config.in, configure: Regenerated.
5280
05044653
PA
52812012-03-02 Pedro Alves <palves@redhat.com>
5282
5283 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
5284 * linux-low.c (struct simple_pid_list): New.
5285 (stopped_pids): New a struct simple_pid_list pointer.
5286 (add_to_pid_list, pull_pid_from_list): New.
5287 (handle_extended_wait): Don't assume the first signal new children
5288 report is SIGSTOP. Adjust call to pull_pid_from_list.
5289 (linux_wait_for_lwp): Adjust.
5290
8d00225b
YQ
52912012-03-02 Yao Qi <yao@codesourcery.com>
5292
5293 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
5294 debug log.
5295
19560ba5
YQ
52962012-03-02 Yao Qi <yao@codesourcery.com>
5297
5298 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
5299 `stop_pc' and `tpoint'. Update caller.
5300
1faeff08
MR
53012012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5302
5303 * linux-low.h (linux_target_ops): Add regset_bitmap member.
5304 * linux-low.c (use_linux_regsets): New macro.
5305 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
5306 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
5307 (linux_register_in_regsets): New function.
5308 (usr_fetch_inferior_registers): Skip registers covered by
5309 regsets.
5310 (usr_store_inferior_registers): Likewise.
5311 (usr_fetch_inferior_registers): New macro.
5312 (usr_store_inferior_registers): Likewise.
5313 (linux_fetch_registers): Handle mixed regset/non-regset targets.
5314 (linux_store_registers): Likewise.
5315 * linux-mips-low.c (init_registers_mips_dsp_linux): New
5316 prototype.
5317 (init_registers_mips64_dsp_linux): Likewise.
5318 (init_registers_mips_linux): New macro.
5319 (init_registers_mips_dsp_linux): Likewise.
5320 (mips_dsp_num_regs): Likewise.
5321 (DSP_BASE, DSP_CONTROL): New fallback macros.
5322 (mips_base_regs): New macro.
5323 (mips_regmap): Use it. Fix the size.
5324 (mips_dsp_regmap): New variable.
5325 (mips_dsp_regset_bitmap): Likewise.
5326 (mips_arch_setup): New function.
5327 (mips_cannot_fetch_register): Use the_low_target.regmap rather
5328 than mips_regmap.
5329 (mips_cannot_store_register): Likewise.
5330 (the_low_target): Update .arch_setup, .num_regs and .regmap
5331 initializers. Add .regset_bitmap initializer.
5332 * linux-arm-low.c (the_low_target): Add .regset_bitmap
5333 initializer.
5334 * linux-bfin-low.c (the_low_target): Likewise.
5335 * linux-cris-low.c (the_low_target): Likewise.
5336 * linux-crisv32-low.c (the_low_target): Likewise.
5337 * linux-ia64-low.c (the_low_target): Likewise.
5338 * linux-m32r-low.c (the_low_target): Likewise.
5339 * linux-m68k-low.c (the_low_target): Likewise.
5340 * linux-ppc-low.c (the_low_target): Likewise.
5341 * linux-s390-low.c (the_low_target): Likewise.
5342 * linux-sh-low.c (the_low_target): Likewise.
5343 * linux-sparc-low.c (the_low_target): Likewise.
5344 * linux-tic6x-low.c (the_low_target): Likewise.
5345 * linux-x86-low.c (the_low_target): Likewise.
5346 * linux-xtensa-low.c (the_low_target): Likewise.
5347 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
5348 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
5349 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
5350 srv_xmlfiles.
5351 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
5352 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
5353
c03e6ccc
YQ
53542012-02-29 Yao Qi <yao@codesourcery.com>
5355 Pedro Alves <palves@redhat.com>
5356
5357 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
5358 `step_over_finished' is true.
5359
644cebc9
PA
53602012-02-27 Pedro Alves <palves@redhat.com>
5361
5362 * linux-low.c (pid_is_stopped): Delete, moved to common/.
5363 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
5364
c14d7ab2
PA
53652012-02-27 Pedro Alves <palves@redhat.com>
5366
5367 PR server/9684
5368 * linux-low.c (pid_is_stopped): New.
5369 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
5370
412c89dd
LM
53712012-02-25 Luis Machado <lgustavo@codesourcery.com>
5372
5373 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
5374 of conditions.
5375
b745defe
MR
53762012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5377
5378 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
5379
9f3a5c85
LM
53802012-02-24 Luis Machado <lgustavo@codesourcery>
5381
5382 * server.c (handle_query): Advertise support for target-side
5383 breakpoint condition evaluation.
5384 (process_point_options): New function.
5385 (process_serial_event): When inserting a breakpoint, check for
5386 a target-side condition that should be evaluated.
5387
5388 * mem-break.c: Include regcache.h and ax.h.
5389 (point_cond_list_t): New data structure.
5390 (breakpoint) <cond_list>: New field.
5391 (find_gdb_breakpoint_at): Make non-static.
5392 (delete_gdb_breakpoint_at): Clear any target-side
5393 conditions.
5394 (clear_gdb_breakpoint_conditions): New function.
5395 (add_condition_to_breakpoint): Likewise.
5396 (add_breakpoint_condition): Likewise.
5397 (gdb_condition_true_at_breakpoint): Likewise.
5398 (gdb_breakpoint_here): Return result directly instead
5399 of going through a local variable.
5400
5401 * mem-break.h (find_gdb_breakpoint_at): New prototype.
5402 (clear_gdb_breakpoint_conditions): Likewise.
5403 (add_breakpoint_condition): Likewise.
5404 (gdb_condition_true_at_breakpoint): Likewise.
5405
5406 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
5407 (need_step_over_p): Take target-side breakpoint condition into
5408 consideration.
5409
5e1dc496
LM
54102012-02-24 Luis Machado <lgustavo@codesourcery>
5411
5412 * server.h: Include tracepoint.h.
5413 (agent_mem_read, agent_get_trace_state_variable_value,
5414 agent_set_trace_state_variable_value,
5415 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
5416 get_set_tsv_func_addr): New prototypes.
5417
5418 * ax.h: New include file.
5419 * ax.c: New source file.
5420
5421 * tracepoint.c: Include ax.h.
5422 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
5423 agent_expr, eval_result_type): Move to ax.h.
5424 (parse_agent_expr): Rename to ...
5425 (gdb_parse_agent_expr): ... this, make it non-static and move
5426 to ax.h.
5427 (unparse_agent_expr) Rename to ...
5428 (gdb_unparse_agent_expr): ... this, make it non-static and move
5429 to ax.h.
5430 (eval_agent_expr): Rename to ...
5431 (eval_tracepoint_agent_expr): ... this.
5432 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
5433 forward declarations.
5434 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
5435 (agent_get_trace_state_variable_value): New function.
5436 (agent_set_trace_state_variable_value): New function.
5437 (cmd_qtdp): Call gdb_parse_agent_expr (...).
5438 (response_tracepoint): Call gdb_unparse_agent_expr (...).
5439 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
5440 (condition_true_at_tracepoint): Likewise.
5441 (parse_agent_expr): Rename to ...
5442 (gdb_parse_agent_expr): ... this and move to ax.c.
5443 (unparse_agent_expr): Rename to ...
5444 (gdb_unparse_agent_expr): ... this and move to ax.c.
5445 (gdb_agent_op_name): Move to ax.c.
5446 (eval_agent_expr): Rename to ...
5447 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
5448 and move to ax.c.
5449 (eval_tracepoint_agent_expr): New function.
5450 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 5451 non-static.
5e1dc496
LM
5452 (current_insn_ptr, emit_error, struct bytecode_address): Move to
5453 ax.c.
5454 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
5455 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
5456 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
5457 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
5458 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
5459 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
5460 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
5461 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
5462 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
5463 (compile_bytecodes): Remove forward declaration.
5464 (is_goto_target): Move to ax.c.
5465 (compile_bytecodes): Move to ax.c and call
5466 agent_get_trace_state_variable_value (...) and
5467 agent_set_trace_state_variable_value (...).
5468
5469 * Makefile.in: Update ax.c and IPA dependencies.
5470
277e4e52
PA
54712012-02-24 Pedro Alves <palves@redhat.com>
5472
5473 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
5474 (cmd_bigqtbuffer_circular): ... this. Only handle
5475 'QTBuffer:circular:'.
5476 (handle_tracepoint_general_set): Adjust.
5477
bf4c19f7
YQ
54782012-02-16 Yao Qi <yao@codesourcery.com>
5479
5480 * inferiors.c: Move code to ...
5481 * dll.c: .... here. New.
5482 * server.h: Declare clear_dlls.
5483 * Makefile.in (SFILES): Add dll.c.
5484 (OBS): Add dll.o
5485 (dll.o): New rule.
5486
d73f2619
YQ
54872012-02-11 Yao Qi <yao@codesourcery.com>
5488
5489 * server.c: (handle_monitor_command): Add a new parameter
5490 `own_buf'.
5491 (handle_query): Update caller.
5492
f8255c2a
JB
54932012-02-09 Joel Brobecker <brobecker@adacore.com>
5494
5495 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
5496 * configure, config.in: Regenerate.
5497 * hostio.c: Provide an alternate implementation if HAVE_READLINK
5498 is not defined.
5499
da84f473
PA
55002012-02-02 Pedro Alves <palves@redhat.com>
5501
5502 Try SIGKILL first, then PTRACE_KILL.
5503 * linux-low.c (linux_kill_one_lwp): New.
5504 (linux_kill_one_lwp): Rename to ...
5505 (kill_one_lwp_callback): ... this. Use the new
5506 linux_kill_one_lwp.
5507
e886a173
PA
55082012-02-02 Pedro Alves <palves@redhat.com>
5509
5510 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
5511 inferior.
5512
be07f1a2
PA
55132012-01-27 Pedro Alves <palves@redhat.com>
5514
5515 * linux-low.c (linux_child_pid_to_exec_file): Delete.
5516 (elf_64_file_p): Make static.
5517 (linux_pid_exe_is_elf_64_file): New.
5518 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
5519 Delete declarations.
5520 (linux_pid_exe_is_elf_64_file): Declare.
5521 * linux-x86-low.c (x86_arch_setup): Use
5522 linux_pid_exe_is_elf_64_file.
5523
d8301ad1
JK
55242012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * linux-low.c (linux_wait_for_event_1): Rename to ...
5527 (linux_wait_for_event): ... here and merge it with former
5528 linux_wait_for_event - new variable wait_ptid, use it.
5529 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
5530
01b17894
PA
55312012-01-23 Pedro Alves <palves@redhat.com>
5532
5533 * server.c (main): Avoid yet another case of infinite loop while
5534 detaching/killing after a longjmp.
5535
e825046f
JK
55362012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5537
5538 Code cleanup.
5539 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
5540
b9e7b9c3
UW
55412012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5542
5543 * hostio.c (handle_readlink): New function.
5544 (handle_vFile): Call it to handle "vFile:readlink" packets.
5545
901f9912
UW
55462012-01-20 Pedro Alves <palves@redhat.com>
5547 Ulrich Weigand <ulrich.weigand@linaro.org>
5548
5549 * server.c (handle_v_requests): Only support vAttach and vRun to
5550 start multiple processes when in extended protocol mode.
5551
fc1ab1a0
PA
55522012-01-17 Pedro Alves <palves@redhat.com>
5553
5554 * tracepoint.c (initialize_tracepoint): Use mmap instead of
5555 memalign plus mprotect to allocate the scratch buffer.
5556
7d5d4e98
PA
55572012-01-13 Pedro Alves <palves@redhat.com>
5558
5559 * server.c (attach_inferior): Clear `cont_thread'.
5560
f128d5e9
PA
55612012-01-13 Pedro Alves <palves@redhat.com>
5562
5563 * server.c (main): Avoid infinite loop while detaching/killing
5564 after a longjmp.
5565
06db92f0
DE
55662012-01-09 Doug Evans <dje@google.com>
5567
5568 * server.c (start_inferior): Set last_ptid in --wrapper case.
5569
32d92999
YQ
55702012-01-06 Yao Qi <yao@codesourcery.com>
5571
5572 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
5573 defined.
5574 [IN_PROCESS_AGENT] (debug_agent): New global variable.
5575
5e0a92a9
YQ
55762012-01-04 Yao Qi <yao@codesourcery.com>
5577
5578 * tracepoint.c (cmd_qtdp): Print debug message
5579 for static tracepoint.
5580
ae639e8c
YQ
55812012-01-04 Yao Qi <yao@codesourcery.com>
5582
5583 * tracepoint.c (trace_vdebug): Differentiate debug message
5584 between gdbserver and IPA.
5585
f72429c5
YQ
55862012-01-03 Yao Qi <yao@codesourcery.com>
5587
5588 * tracepoint.c (tracepoint_was_hit): Don't collect for
5589 static tracepoint.
5590
12c3e59c
JB
55912012-01-02 Joel Brobecker <brobecker@adacore.com>
5592
5593 * terminal.h: Reformat copyright header.
5594
67827812
JB
55952012-01-02 Joel Brobecker <brobecker@adacore.com>
5596
5597 * server.c (gdbserver_version): Update copyright year.
5598 * gdbreplay.c (gdbreplay_version): Likewise.
5599
3e52c33d
JK
56002011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * linux-low.c (linux_create_inferior): Put empty if clause for write.
5603
5604 Revert:
5605 2011-12-18 Hui Zhu <teawater@gmail.com>
5606 * linux-low.c (linux_create_inferior): Save return value to ret.
5607
66f1260e
HZ
56082011-12-18 Hui Zhu <teawater@gmail.com>
5609
5610 * linux-low.c (linux_create_inferior): Save return value to ret.
5611
e77616d7
DE
56122011-12-16 Doug Evans <dje@google.com>
5613
e7b06c57
DE
5614 * linux-low.c (linux_create_inferior): If stdio connection,
5615 redirect stdin from /dev/null, stdout to stderr.
5616 * remote-utils.c (remote_is_stdio): New static global.
5617 (remote_connection_is_stdio): New function.
5618 (remote_prepare): Handle stdio connection.
5619 (remote_open): Ditto.
5620 (remote_close): Don't close stdin for stdio connections.
5621 (read_prim,write_prim): New functions. Replace all calls to
5622 read/write to these.
5623 * server.c (main): Watch for "-" argument. Move call to
5624 remote_prepare before start_inferior.
5625 * server.h (STDIO_CONNECTION_NAME): New macro.
5626 (remote_connection_is_stdio): Declare.
5627
e77616d7
DE
5628 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
5629 in debugging output.
5630
82067193
YQ
56312011-12-15 Yao Qi <yao@codesourcery.com>
5632
5633 * tracepoint.c: Include sys/syscall.h.
5634 (gdb_ust_thread): Remove preprocessor conditional.
5635
82bfbe7e
PA
56362011-12-14 Pedro Alves <pedro@codesourcery.com>
5637
5638 * linux-low.c (linux_detach_one_lwp): Call
5639 the_low_target.prepare_to_resume before detaching.
5640
712c6575
YQ
56412011-12-14 Yao Qi <yao@codesourcery.com>
5642
5643 * tracepoint.c (gdb_ust_thread): Don't ignore return value
5644 of write.
5645
d54d1edf
YQ
56462011-12-14 Yao Qi <yao@codesourcery.com>
5647
5648 * i386-low.c (i386_low_stopped_data_address): Initialize local
5649 variable `control'.
5650
6210a125
PA
56512011-12-13 Pedro Alves <pedro@codesourcery.com>
5652
5653 PR remote/13492
5654
5655 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
5656 DR_CONTROL unless necessary. Extend comments.
5657 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
5658 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
5659
2ece8244
YQ
56602011-12-13 Yao Qi <yao@codesourcery.com>
5661
5662 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
5663 macros.
5664 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
5665
784867a5
JK
56662011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5667
5668 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
5669 Print new debug message for such case.
5670
6bf36717
JK
56712011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5672
5673 Fix overlapping memcpy.
5674 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
5675 the read_inferior_memory transfer.
5676 (delete_fast_tracepoint_jump): New variable buf. Use it for the
5677 write_inferior_memory transfer.
5678 (set_fast_tracepoint_jump): New variable buf. Use it for the
5679 read_inferior_memory and write_inferior_memory transfers.
5680 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
5681 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
5682 Use it for the write_inferior_memory transfer.
5683 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
5684 buffers.
5685
50275556
MR
56862011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5687
5688 * linux-low.c (fetch_register, store_register): Make code
5689 consistent, fix formatting.
5690
7325beb4
MR
56912011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5692
5693 * linux-low.c (usr_store_inferior_registers): Factor out code
5694 to handle individual registers into...
5695 (store_register): ... this new function.
5696
c642a434
UW
56972011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5698
5699 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
5700 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
5701 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
5702 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
5703 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
5704 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
5705 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
5706 (srv_xmlfiles): Add new XML files.
5707
5708 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
5709 and <sys/uio.h>.
5710 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
5711 (init_registers_s390_linux32v1): Add prototype.
5712 (init_registers_s390_linux32v2): Likewise.
5713 (init_registers_s390_linux64v1): Likewise.
5714 (init_registers_s390_linux64v2): Likewise.
5715 (init_registers_s390x_linux64v1): Likewise.
5716 (init_registers_s390x_linux64v2): Likewise.
5717 (s390_num_regs): Increment to 52.
5718 (s390_regmap): Add orig_r2 register.
5719 (s390_num_regs_3264): Increment to 68.
5720 (s390_regmap_3264): Add orig_r2 register.
5721 (s390_collect_ptrace_register): Handle orig_r2 register.
5722 (s390_supply_ptrace_register): Likewise.
5723 (s390_fill_last_break): New function.
5724 (s390_store_last_break): Likewise.
5725 (s390_fill_system_call): New function.
5726 (s390_store_system_call): Likewise.
5727 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
5728 register sets.
5729 (s390_check_regset): New function.
5730 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
5731 NT_S390_SYSTEM_CALL regsets and use appropriate description.
5732 Update target_regsets for available register sets.
5733
2268b414
JK
57342011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5735 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
5738 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
5739 New.
5740 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
5741 * linux-low.h (struct process_info_private): New member r_debug.
5742 * server.c (handle_qxfer_libraries): Call
5743 the_target->qxfer_libraries_svr4.
5744 (handle_qxfer_libraries_svr4): New function.
5745 (qxfer_packets): New entry "libraries-svr4".
5746 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
5747 * target.h (struct target_ops): New member qxfer_libraries_svr4.
5748 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
5749 PACKET_qXfer_libraries_svr4.
5750
d6db1fab
UW
57512011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5752
5753 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
5754 PSW address/mask between 8-byte and 16-byte formats.
5755 (s390_supply_ptrace_register): Likewise.
5756 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
5757 basic addressing mode bit.
5758
242f5f1c
SS
57592011-11-24 Stan Shebs <stan@codesourcery.com>
5760
5761 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
5762
f196051f
SS
57632011-11-17 Stan Shebs <stan@codesourcery.com>
5764
5765 * tracepoint.c (struct tracepoint): New field traceframe_usage.
5766 (tracing_start_time): New global.
5767 (tracing_stop_time): New global.
5768 (tracing_user_name): New global.
5769 (tracing_notes): New global.
5770 (tracing_stop_note): New global.
5771 (cmd_qtstart): Set traceframe_usage, start_time.
5772 (stop_tracing): Set stop_time.
5773 (cmd_qtstatus): Report additional status.
5774 (cmd_qtp): New function.
5775 (handle_tracepoint_query): Call it.
5776 (cmd_qtnotes): New function.
5777 (handle_tracepoint_general_set): Call it.
5778 (get_timestamp): Rename from tsv_get_timestamp.
5779
405f8e94
SS
57802011-11-14 Stan Shebs <stan@codesourcery.com>
5781 Kwok Cheung Yeung <kcy@codesourcery.com>
5782
5783 * linux-x86-low.c (small_jump_insn): New.
5784 (i386_install_fast_tracepoint_jump_pad): Add arguments for
5785 trampoline and error message, build a trampoline and issue a small
5786 jump instruction to it.
5787 (x86_install_fast_tracepoint_jump_pad): Add arguments for
5788 trampoline and error message.
5789 (x86_get_min_fast_tracepoint_insn_len): New.
5790 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
5791 * linux-low.h (struct linux_target_ops): Add arguments to
5792 install_fast_tracepoint_jump_pad operation, add new operation.
5793 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
5794 arguments.
5795 (linux_get_min_fast_tracepoint_insn_len): New function.
5796 (linux_target_op): Add new operation.
5797 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
5798 (gdb_trampoline_buffer_end): Ditto.
5799 (gdb_trampoline_buffer_error): Ditto.
5800 (struct ipa_sym_addresses): Add fields for new IPA variables.
5801 (symbol_list): Add entries for new IPA variables.
5802 (struct tracepoint): Add fields to hold the address range of the
5803 trampoline used by the tracepoint.
5804 (trampoline_buffer_head): New static variable.
5805 (trampoline_buffer_tail): Ditto.
5806 (claim_trampoline_space): New function.
5807 (have_fast_tracepoint_trampoline_buffer): New function.
5808 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
5809 structure.
5810 (install_fast_tracepoint): Ditto, also add error buffer argument.
5811 (cmd_qtminftpilen): New function.
5812 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
5813 (fast_tracepoint_from_trampoline_address): New function.
5814 (fast_tracepoint_collecting): Handle trampoline as part of jump
5815 pad space.
5816 (set_trampoline_buffer_space): New function.
5817 (initialize_tracepoint): Initialize new IPA variables.
5818 * target.h (struct target_ops): Add arguments to
5819 install_fast_tracepoint_jump_pad operation, add new
5820 get_min_fast_tracepoint_insn_len operation.
5821 (target_get_min_fast_tracepoint_insn_len): New.
5822 (install_fast_tracepoint_jump_pad): Add arguments.
5823 * server.h (IPA_BUFSIZ): Define.
5824 * linux-i386-ipa.c: Include extra header files.
5825 (initialize_fast_tracepoint_trampoline_buffer): New function.
5826 (initialize_low_tracepoint): Call it.
5827 * server.h (set_trampoline_buffer_space): Declare.
5828 (claim_trampoline_space): Ditto.
5829 (have_fast_tracepoint_trampoline_buffer): Ditto.
5830
1e4d1764
YQ
58312011-11-14 Yao Qi <yao@codesourcery.com>
5832
5833 * server.c (handle_query): Handle InstallInTrace for qSupported.
5834 * tracepoint.c (add_tracepoint): Sort list.
5835 (install_tracepoint, download_tracepoint): New.
5836 (cmd_qtdp): Call them to install and download tracepoints.
5837 (sort_tracepoints): Removed.
5838 (cmd_qtstart): Update.
5839
5c73ff4e
YQ
58402011-11-14 Yao Qi <yao@codesourcery.com>
5841
5842 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5843 * mem-break.h: Declare.
5844 * tracepoint.c (cmd_qtstart): Move some code to ...
5845 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5846 New.
5847 (download_tracepoints): Move some code to ...
5848 (download_tracepoint_1): ... here. New.
5849
86a30030
YQ
58502011-11-08 Yao Qi <yao@codesourcery.com>
5851
5852 * remote-utils.c (relocate_instruction): A comment fix.
5853
8d26e50c
JB
58542011-11-07 Joel Brobecker <brobecker@adacore.com>
5855
5856 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5857 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5858 dr_status_mirror and dr_control_mirror from debug_reg_state.
5859 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5860 (i386_initial_stuff): Remove use of deleted globals.
5861 (i386_get_thread_context, i386_set_thread_context,
5862 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5863 from debug_reg_state.
5864
a59306a3
YQ
58652011-11-05 Yao Qi <yao@codesourcery.com>
5866
5867 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5868 address as TPOINT's.
5869
3065dfb6
SS
58702011-11-02 Stan Shebs <stan@codesourcery.com>
5871
5872 * tracepoint.c (agent_mem_read_string): New function.
5873 (eval_agent_expr): Call it for tracenz.
5874 * server.c (handle_query): Report support for tracenz.
5875
fd0d8c7c
YQ
58762011-11-02 Yao Qi <yao@codesourcery.com>
5877
5878 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5879
609086b1
YQ
58802011-11-02 Yao Qi <yao@codesourcery.com>
5881
5882 * target.h: Fix a typo in comment.
5883
b9fd1791
PA
58842011-10-31 Pedro Alves <pedro@codesourcery.com>
5885
5886 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5887 clobber the breakpoints' shadows with fast tracepoint jumps.
5888 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5889 * target.c (write_inferior_memory): Also pass MYADDR down to
5890 check_mem_write.
5891
03583c20
UW
58922011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5893
5894 * configure.ac: Check support for personality routine.
5895 * configure: Regenerate.
5896 * config.in: Likewise.
5897 * linux-low.c: Include <sys/personality.h>.
5898 Define ADDR_NO_RANDOMIZE if necessary.
5899 (linux_create_inferior): Disable address space randomization when
5900 forking inferior, if requested.
5901 (linux_supports_disable_randomization): New function.
5902 (linux_target_ops): Install it.
5903 * server.h (disable_randomization): Declare.
5904 * server.c (disable_randomization): New global variable.
5905 (handle_general_set): Handle QDisableRandomization.
5906 (handle_query): Likewise for qSupported.
5907 (main): Support --disable-randomization and --no-disable-randomization
5908 command line arguments.
5909 * target.h (struct target_ops): Add supports_disable_randomization.
5910 (target_supports_disable_randomization): New macro.
5911
723b724b
MF
59122011-09-29 Mike Frysinger <vapier@gentoo.org>
5913
5914 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5915 ifdef check.
5916 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5917 [!PT_GETDSBT] (target_loadmap): New definition.
5918 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5919 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5920 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5921 and PT_GETDSBT to LINUX_LOADMAP.
5922 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5923 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5924
55329a5c 59252011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
5926
5927 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5928 (arm_linux_hwbp_cap): New static variable.
5929 (arm_linux_get_hwbp_cap): Replace by ...
5930 (arm_linux_init_hwbp_cap): ... this new function.
5931 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5932 (arm_linux_get_hw_watchpoint_count): Likewise.
5933 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5934 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5935 (arm_prepare_to_resume): Use perror_with_name instead of error.
5936
55329a5c 59372011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
5938
5939 * linux-arm-low.c: Include <signal.h>.
5940 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5941 (struct arm_linux_hwbp_cap): New data type.
5942 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
5943 (struct arm_linux_hw_breakpoint): New data type.
5944 (MAX_BPTS, MAX_WPTS): Define.
5945 (struct arch_process_info, struct arch_lwp_info): New data types.
5946 (arm_linux_get_hwbp_cap): New function.
5947 (arm_linux_get_hw_breakpoint_count): Likewise.
5948 (arm_linux_get_hw_watchpoint_count): Likewise.
5949 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5950 (arm_hwbp_control_initialize): Likewise.
5951 (arm_hwbp_control_is_enabled): Likewise.
5952 (arm_hwbp_control_is_initialized): Likewise.
5953 (arm_hwbp_control_disable): Likewise.
5954 (arm_linux_hw_breakpoint_equal): Likewise.
5955 (arm_linux_hw_point_initialize): Likewise.
5956 (struct update_registers_data): New data structure.
5957 (update_registers_callback: New function.
5958 (arm_insert_point): Likewise.
5959 (arm_remove_point): Likewise.
5960 (arm_stopped_by_watchpoint): Likewise.
5961 (arm_stopped_data_address): Likewise.
5962 (arm_new_process): Likewise.
5963 (arm_new_thread): Likewise.
5964 (arm_prepare_to_resume): Likewise.
5965 (the_low_target): Register arm_insert_point, arm_remove_point,
5966 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
5967 arm_new_thread, and arm_prepare_to_resume.
5968
6b9801d4
SS
59692011-09-15 Stan Shebs <stan@codesourcery.com>
5970
5971 * server.h (struct emit_ops): Add compare-goto fields.
5972 * tracepoint.c (gdb_agent_op_sizes): New table.
5973 (emit_eq_goto): New function.
5974 (emit_ne_goto): New function.
5975 (emit_lt_goto): New function.
5976 (emit_le_goto): New function.
5977 (emit_gt_goto): New function.
5978 (emit_ge_goto): New function.
5979 (is_goto_target): New function.
5980 (compile_bytecodes): Recognize special cases of compare-goto
5981 combinations and call specialized emitters for them.
5982 * linux-x86-low.c (amd64_emit_eq_goto): New function.
5983 (amd64_emit_ne_goto): New function.
5984 (amd64_emit_lt_goto): New function.
5985 (amd64_emit_le_goto): New function.
5986 (amd64_emit_gt_goto): New function.
5987 (amd64_emit_ge_goto): New function.
5988 (amd64_emit_ops): Add the new functions.
5989 (i386_emit_eq_goto): New function.
5990 (i386_emit_ne_goto): New function.
5991 (i386_emit_lt_goto): New function.
5992 (i386_emit_le_goto): New function.
5993 (i386_emit_gt_goto): New function.
5994 (i386_emit_ge_goto): New function.
5995 (i386_emit_ops): Add the new functions.
5996
bf15cbda
SS
59972011-09-08 Stan Shebs <stan@codesourcery.com>
5998
5999 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
6000 (i386_emit_epilogue): Restore %ebx.
6001
943ca1dd
JZ
60022011-08-31 Jie Zhang <jzhang918@gmail.com>
6003
6004 * server.c (step_thread): Remove definition.
6005 (process_serial_event): Don't handle Hs.
6006 * server.h (step_thread): Remove declaration.
6007 * target.c (set_desired_inferior): Remove use of step_thread.
6008
e3deef73
LM
60092011-08-24 Luis Machado <lgustavo@codesourcery.com>
6010
6011 * linux-low.c: Include linux-procfs.h.
6012 (linux_attach_lwp_1): Update comments.
6013 (linux_attach): Scan for existing threads when attaching to a
6014 process that is the tgid.
6015 * Makefile.in: Update dependencies.
6016
13da1c97
LM
60172011-08-24 Luis Machado <lgustavo@codesourcery.com>
6018
6019 * configure.srv: Add linux-procfs.o dependencies.
6020
881127c9
YQ
60212011-08-14 Yao Qi <yao@codesourcery.com>
6022
6023 * target.h (struct target_ops): Fix indent.
6024 * win32-low.c (win32_target_ops): Fix comment.
6025
58dbd541
YQ
60262011-08-14 Andrew Jenner <andrew@codesourcery.com>
6027 Yao Qi <yao@codesourcery.com>
6028
6029 * Makefile.in (clean): Remove tic6x-*.c files.
6030 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
6031 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
6032 (tic6x-c64xp-linux.c): Likewise.
6033 * configure.srv: Add support for tic6x-*-uclinux.
6034 * linux-tic6x-low.c: New.
6035 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
6036
78d85199
YQ
60372011-08-14 Andrew Stubbs <ams@codesourcery.com>
6038 Yao Qi <yao@codesourcery.com>
6039
6040 * target.h (struct target_ops): Add read_loadmap.
6041 * linux-low.c (struct target_loadseg): New type.
6042 (struct target_loadmap): New type.
6043 (linux_read_loadmap): New function.
6044 (linux_target_ops): Add linux_read_loadmap.
6045 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
6046 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
6047 to NULL.
78d85199 6048
a959a88d
EZ
60492011-08-05 Eli Zaretskii <eliz@gnu.org>
6050
6051 * win32-low.c: Include <stdint.h>.
6052
1ced966e
PA
60532011-07-22 Pedro Alves <pedro@codesourcery.com>
6054
6055 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
6056 to the inferior here.
6057 (i386_remove_aligned_watchpoint): Ditto.
6058 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
6059 fit part of the watchpoint in the debug registers.
6060 (i386_update_inferior_debug_regs): New.
6061 (i386_low_insert_watchpoint): Work on a local mirror of the debug
6062 registers, and only update the inferior on success.
6063 (i386_low_remove_watchpoint): Ditto.
6064
d26e3629
KY
60652011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
6066
6067 * linux-low.c (compare_ints, unique, list_threads, show_process,
6068 linux_core_of_thread): Delete.
6069 (linux_target_ops): Change linux_core_of_thread to
6070 linux_common_core_of_thread.
6071 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
6072 * utils.c (malloc_failure): Change type of argument.
6073 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
6074 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
6075 common/linux-osdata.c, common/ptid.c and common/buffer.c.
6076 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
6077 (IPA_OBJS): Add common-utils-ipa.o.
6078 (ptid_h, linux_osdata_h): New macros.
6079 (server_h): Add common/common-utils.h, common/xml-utils.h,
6080 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
6081 common/ptid.h.
6082 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
6083 ptid.o, buffer.o): New rules.
6084 (linux-low.o): Add common/linux-osdata.h as a dependency.
6085 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
6086 * configure.ac: Add AC_HEADER_DIRENT check.
6087 * config.in: Regenerate.
6088 * configure: Regenerate.
6089 * remote-utils.c (xml_escape_text): Delete.
6090 (buffer_grow, buffer_free, buffer_init, buffer_finish,
6091 buffer_xml_printf): Move to common/buffer.c.
6092 * server.c (main): Remove call to initialize_inferiors.
6093 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
6094 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
6095 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
6096 internal_error, gdb_assert, gdb_assert_fail): Delete.
6097 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
6098 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
6099 common/buffer.h.
6100 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
6101 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
6102 initialize_inferiors): Delete.
6103
2275a1a7
PA
61042011-07-20 Pedro Alves <pedro@codesourcery.com>
6105
6106 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
6107 symbol error.
6108
0a5b1e09
PA
61092011-05-31 Pedro Alves <pedro@codesourcery.com>
6110
6111 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
6112 assertion.
6113 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
6114
6938fd34
YQ
61152011-05-26 Yao Qi <yao@codesourcery.com>
6116
6117 * Makefile.in (thread-db.o): Track dependence to
6118 common/gdb_thread_db.h.
6119 * thread-db.c: include gdb_thread_db.h from right place.
6120
b481f9e0
TT
61212011-05-16 Adrian Cornish <gnu@bluedreamer.com>
6122
6123 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
6124 __FILE__ and __LINE__ to internal_error.
6125
98a5dd13
DE
61262011-05-13 Doug Evans <dje@google.com>
6127
6128 * thread-db.c (try_thread_db_load_from_sdir): New function.
6129 (try_thread_db_load_from_dir): New function.
6130 (thread_db_load_search): Handle $sdir, ignore $pdir.
6131 Remove trying of system directories if search of
6132 libthread-db-search-path fails, that is now done via $sdir.
6133
d248b706
KY
61342011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6135
6136 * server.c (handle_query): Add EnableDisableTracepoints to the list
6137 of supported features.
43aaf8b6 6138 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 6139 tracepoints.
43aaf8b6
PA
6140 (cmd_qtenable_disable): New.
6141 (cmd_qtstart): Install tracepoints even if disabled.
6142 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
6143 receiving a QTEnable or QTDisable packet.
6144 (gdb_collect): Skip data collection if fast tracepoint is disabled.
6145 (ust_marker_to_static_tracepoint): Do not ignore disabled static
6146 tracepoints.
6147 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 6148
84e578fb
DE
61492011-05-10 Doug Evans <dje@google.com>
6150
6151 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
6152
71f55dd8
DE
61532011-05-04 Doug Evans <dje@google.com>
6154
6155 * linux-low.c (linux_join): Skip process lookup.
6156 * spu-low.c (spu_join): Ditto.
6157 * server.c (join_inferiors_callback): Delete.
6158 (process_serial_event): For 'D' packet (detach) call join_inferior
6159 directly.
6160
4d393d60
JM
61612011-05-04 Joseph Myers <joseph@codesourcery.com>
6162
6163 * README: Don't mention xscale*-*-linux*.
6164 * configure.srv (xscale*-*-linux*): Don't handle target.
6165
b00ad6ff
NF
61662011-04-27 Nathan Froyd <froydnj@codesourcery.com>
6167
6168 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
6169 casting pointers.
6170 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
6171 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
6172 (i386_emit_void_call_2): Likewise.
6173
af96c192
YQ
61742011-04-26 Yao Qi <yao@codesourcery.com>
6175
43aaf8b6
PA
6176 * linux-low.c: Move common macros to linux-ptrace.h.
6177 Include linux-ptrace.h.
af96c192
YQ
6178 * Makefile.in (linux_ptrace_h): New.
6179 (linux-low.o): Depends on linux-ptrace.h.
6180
03f2bd59
JK
61812011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
6184 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
6185 (remote_prepare): New function with most of the TCP code from ...
6186 (remote_open): ... here. Detect PORT here unconditionally. Move also
6187 setting transport_is_reliable.
6188 * server.c (run_once): New variable.
6189 (gdbserver_usage): Document it.
6190 (main): Set run_once for `--once'. Call remote_prepare. Exit after
6191 the first run if RUN_ONCE.
6192 * server.h (run_once, remote_prepare): New declarations.
6193
7a9dd1b2
TT
61942011-04-19 Tom Tromey <tromey@redhat.com>
6195
6196 * win32-low.c (handle_load_dll): Remove duplicate "the".
6197
81239425
PM
61982011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6199
6200 Remove support for old Cygwin 1.5 versions.
6201 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
6202 function to avoid warning.
6203 (win32_add_one_solib): Use cygwin_conv_path function to avoid
6204 warning.
6205
9e0627f1
PM
62062011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6207
6208 * gdbserver/server.h (Macro _): Define it if not available.
6209
588eebee
MS
62102011-03-14 Michael Snyder <msnyder@vmware.com>
6211
348af9f7 6212 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 6213
43f70d4c
JB
62142011-03-10 Joel Brobecker <brobecker@adacore.com>
6215
6216 * Makefile.in (maintainer-clean realclean distclean): Remove
6217 "make ... subdir_do" command.
6218
348af9f7
MS
62192011-03-10 Michael Snyder <msnyder@vmware.com>
6220
6221 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
6222
6223 * server.c (handle_v_run): Free alloced buffer on early return.
6224
e637a4f5
YQ
62252011-03-09 Yao Qi <yao@codesourcery.com>
6226
6227 Revert:
6228 2011-03-04 Yao Qi <yao@codesourcery.com>
6229
6230 * Makefile.in: Remove GNU make feature --directory.
6231
6232 2011-03-05 Yao Qi <yao@codesourcery.com>
6233
6234 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6235 (subdir_do): New make target. Copied from gdb/Makefile.
6236 (maintainer-clean, realclean, distclean, clean): Call corresponding
6237 make targets in common/Makefile.
6238
6239 2011-02-11 Yao Qi <yao@codesourcery.com>
6240
6241 * configure.ac: Call AC_PROG_RANLIB.
6242 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6243 * configure: Regenerate.
6244
e6edda56
JK
62452011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6246
6247 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
6248
e5141119
JB
62492011-03-06 Yao Qi <yao@codesourcery.com>
6250
6251 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
6252
64794aa4
JB
62532011-03-05 Yao Qi <yao@codesourcery.com>
6254
6255 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6256 (subdir_do): New make target. Copied from gdb/Makefile.
6257 (maintainer-clean, realclean, distclean, clean): Call corresponding
6258 make targets in common/Makefile.
6259
7a762829
YQ
62602011-03-04 Yao Qi <yao@codesourcery.com>
6261
6262 * Makefile.in: Remove GNU make feature --directory.
6263
348af9f7
MS
62642011-03-04 Michael Snyder <msnyder@vmware.com>
6265
6266 * server.c (queue_stop_reply): Call xmalloc not malloc.
6267
62682011-03-02 Michael Snyder <msnyder@vmware.com>
6269
6270 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
6271
9f72fee2
MS
62722011-02-28 Michael Snyder <msnyder@vmware.com>
6273
588eebee
MS
6274 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6275 (cmd_qtframe): Ditto.
6276 (cmd_qtbuffer): Ditto.
6277 (cmd_bigqtbuffer): Ditto.
6278
9f72fee2
MS
6279 * utils.c (decimal2str): Initialize 'width' to nine, then
6280 don't mess with it.
6281
8040bd49
UW
62822011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6283
6284 * hostio.c (require_data): Free *data, not data.
6285
7e52cbd0
JK
62862011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 * hostio.c (require_data): Use free, not xfree.
6289
9130f83e
MS
62902011-02-27 Michael Snyder <msnyder@vmware.com>
6291
4b812f4e
MS
6292 * server.c (handle_query): Discard unused value.
6293
9130f83e
MS
6294 * hostio.c (require_data): Free malloc memory before returning
6295 error.
6296
69d37113
MS
62972011-02-26 Michael Snyder <msnyder@vmware.com>
6298
6299 * linux-low.c (list_threads): Call closedir for dirent.
6300
35f5825a
MS
63012011-02-27 Michael Snyder <msnyder@vmware.com>
6302
2a589cef
MS
6303 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
6304 a case statement falls through.
6305
0adea5f7
MS
6306 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
6307
35f5825a
MS
6308 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
6309 in comparison.
6310
238f1c74
MS
63112011-02-26 Michael Snyder <msnyder@vmware.com>
6312
6313 * utils.c (decimal2str): Eliminate dead code and dead param.
6314 (pulongest): Drop dead param from call to decimal2str.
6315 (plongest): Ditto.
6316
633ff500
JB
63172011-02-24 Joel Brobecker <brobecker@adacore.com>
6318
6319 Revert the following patch (not approved yet):
6320 2011-02-21 Hui Zhu <teawater@gmail.com>
6321 * tracepoint.c (tp_printf): New function.
6322 (eval_agent_expr): Handle gdb_agent_op_printf.
6323
f9c6ff72
HZ
63242011-02-21 Hui Zhu <teawater@gmail.com>
6325
6326 * tracepoint.c (tp_printf): New function.
6327 (eval_agent_expr): Handle gdb_agent_op_printf.
6328
94d5e490
TT
63292011-02-18 Tom Tromey <tromey@redhat.com>
6330
6331 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
6332 (tracepoint.o): Likewise.
6333 * tracepoint.c (enum gdb_agent_op): Use ax.def.
6334 (gdb_agent_op_names): Likewise.
6335
c7f96d2b
TT
63362011-02-18 Tom Tromey <tromey@redhat.com>
6337
6338 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
6339 gdb_agent_op_rot>: New constants.
6340 (gdb_agent_op_names): Add pick and roll.
6341 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
6342 cases.
6343
0feedb2c
JK
63442011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6345
6346 * aclocal.m4: Regenerated with aclocal-1.11.1.
6347
b3b9301e
PA
63482011-02-14 Pedro Alves <pedro@codesourcery.com>
6349
6350 * server.c (handle_qxfer_traceframe_info): New.
6351 (qxfer_packets): Register "traceframe-info".
6352 (handle_query): Report support for qXfer:traceframe-info:read+.
6353 * tracepoint.c (match_blocktype): New.
6354 (traceframe_find_block_type): Rename to ...
6355 (traceframe_walk_blocks): ... this. Add callback filter argument,
6356 and use it.
6357 (traceframe_find_block_type): New, reimplemented on top of
6358 traceframe_walk_blocks.
6359 (build_traceframe_info_xml): New.
6360 (traceframe_read_info): New.
6361 * server.h (traceframe_read_info): Declare.
6362
4f3e6fb7
YQ
63632011-02-11 Yao Qi <yao@codesourcery.com>
6364
6365 * configure.ac: Call AC_PROG_RANLIB.
6366 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6367 * configure: Regenerate.
6368
764880b7
PA
63692011-02-07 Pedro Alves <pedro@codesourcery.com>
6370
6371 * server.c (gdb_read_memory): Change return semantics to allow
6372 partial transfers.
6373 (handle_search_memory_1): Adjust.
6374 (process_serial_event) <'m' packet>: Handle partial transfers.
6375 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
6376
1c79eb8a
PA
63772011-01-28 Pedro Alves <pedro@codesourcery.com>
6378
6379 * regcache.c (init_register_cache): Initialize
6380 regcache->register_status.
6381 (free_register_cache): Release regcache->register_status.
6382 (regcache_cpy): Copy register_status.
6383 (registers_to_string): Print 'x's for unavailable registers.
6384 (supply_register): Mark the register's status valid or
6385 unavailable, depending on whether a buffer was passed in or not.
6386 (supply_register_zeroed): New.
6387 (supply_regblock): Mark the registers' status valid or
6388 unavailable, depending on whether a buffer was passed in or not.
6389 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
6390 (struct regcache): New `register_status' field.
6391 (supply_register_zeroed): Declare.
6392 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
6393 supply_register_zeroed, rather than passing a NULL buffer to
6394 supply_register.
6395 * tracepoint.c (fetch_traceframe_registers): Update comment.
6396
85724a0e
PA
63972011-01-28 Pedro Alves <pedro@codesourcery.com>
6398
6399 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
6400 buffer explicit.
6401
d08aafef
PA
64022011-01-25 Pedro Alves <pedro@codesourcery.com>
6403
6404 * server.h (decode_xfer_write): Change prototype.
6405 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
6406 and don't extract the annex here.
6407 * server.c (decode_xfer_read): Remove `annex' parameter,
6408 and don't extract the annex here.
6409 (decode_xfer): New.
6410 (struct qxfer): New.
6411 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
6412 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
6413 (handle_qxfer_statictrace): New functions, abstracted out from
6414 handle_query, and made to use the struct qxfer interface.
6415 (handle_threads_qxfer_proper): Rename to ...
6416 (handle_qxfer_threads_proper): ... this.
6417 (handle_threads_qxfer): Rename to ...
6418 (handle_qxfer_threads): ... this. Adjust.
6419 (qxfer_packets): New array.
6420 (handle_qxfer): New function.
6421 (handle_query): Use handle_qxfer.
6422
493e2a69
MS
64232011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6424
6425 * gdbreplay.c: Shorten lines of >= 80 columns.
6426 * linux-low.c: Ditto.
6427 * linux-ppc-low.c: Ditto.
6428 * linux-s390-low.c: Ditto.
6429 * linux-sparc-low.c: Ditto.
6430 * linux-x86-low.c: Ditto.
6431 * linux-xtensa-low.c: Ditto.
6432 * mem-break.c: Ditto.
6433 * nto-low.c: Ditto.
6434 * regcache.h: Ditto.
6435 * remote-utils.c: Ditto.
6436 * server.c: Ditto.
6437 * server.h: Ditto.
6438 * thread-db.c: Ditto.
6439 * tracepoint.c: Ditto.
6440 * utils.c: Ditto.
6441 * win32-low.h: Ditto.
6442
44944448
JB
64432011-01-05 Joel Brobecker <brobecker@adacore.com>
6444
6445 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
6446 update.
6447
71ce852c
JB
64482011-01-01 Joel Brobecker <brobecker@adacore.com>
6449
6450 * server.c (gdbserver_version): Update copyright year in version
6451 output.
6452 * gdbreplay.c (gdbreplay_version): Ditto.
6453
eb826dc6
MF
64542010-12-29 Jie Zhang <jie.zhang@analog.com>
6455
6456 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
6457 * linux-bfin-low.c: New file.
6458 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
6459 PT_DATA_ADDR for BFIN targets.
6460 * Makefile.in (SFILES): Add linux-bfin-low.c.
6461 (clean): Remove reg-bfin.c.
6462 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
6463 * README: Mention supported Blackfin targets.
6464
39ab222a
MF
64652010-12-23 Mike Frysinger <vapier@gentoo.org>
6466
6467 * .gitignore: New file.
6468
a1f2ce7d
MF
64692010-11-16 Mike Frysinger <vapier@gentoo.org>
6470
6471 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
6472
f474844c
JZ
64732010-10-22 Jie Zhang <jie@codesourcery.com>
6474
6475 * Makefile.in: Add FLAGS_TO_PASS variable.
6476 (install): Remove dependency of install-only and recursively
6477 invoke make for install-only.
6478
f1048712
DE
64792010-10-04 Doug Evans <dje@google.com>
6480
6481 * Makefile.in (uninstall): Use $(DESTDIR).
6482
b53a1623
PA
64832010-09-24 Pedro Alves <pedro@codesourcery.com>
6484
e6ee044d
PA
6485 PR gdb/11842
6486
b53a1623
PA
6487 * linux-x86-low.c (compat_siginfo_from_siginfo)
6488 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
6489 si_code is < 0. Check for si_code == SI_TIMER before checking for
6490 si_code < 0.
6491
fa1bd1e4
JB
64922010-09-13 Joel Brobecker <brobecker@adacore.com>
6493
6494 * lynx-i386-low.c: New file.
6495 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
6496
47fac8f8
JB
64972010-09-13 Joel Brobecker <brobecker@adacore.com>
6498
6499 * lynx-low.c (ptrace_request_to_str): Remove handling for
6500 request values that have been removed in LynxOS 5.x.
6501
1adfc54d
JB
65022010-09-13 Joel Brobecker <brobecker@adacore.com>
6503
6504 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
6505 <ptrace.h>
6506
c2a66c29
NS
65072010-09-09 Nathan Sidwell <nathan@codesourcery.com>
6508
6509 * configure.ac: Add --enable-inprocess-agent option.
6510 * configure: Rebuilt.
6511
32fcada3
YQ
65122010-09-06 Yao Qi <yao@codesourcery.com>
6513
6514 * linux-low.c (linux_kill): Remove unused variable.
6515 (linux_stabilize_threads): Likewise.
6516 * server.c (start_inferior): Likewise.
6517 (queue_stop_reply_callback): Likewise.
6518 * tracepoint.c (do_action_at_tracepoint): Likewise.
6519
0cccb683
YQ
65202010-09-06 Yao Qi <yao@codesourcery.com>
6521
6522 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
6523 on return.
6524
423ec54c
JK
65252010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6526
6527 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
6528
12ac6819
PA
65292010-09-06 Pedro Alves <pedro@codesourcery.com>
6530
6531 * Makefile.in (install-only): Replace $IPA_DEPFILES with
6532 "$(IPA_DEPFILES)".
6533
8ed54b31
JB
65342010-09-01 Joel Brobecker <brobecker@adacore.com>
6535
6536 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
6537 gdbserver/lynx-ppc-low.c: New files.
6538 * Makefile.in (lynx_low_h): New variable.
6539 (lynx-low.o, lynx-ppc-low.o): New rules.
6540 * configure.ac: On LynxOS, link with -lnetinet.
6541 * configure.srv: Add handling of powerpc-*-lynxos* targets.
6542 * configure: regenerate.
6543
bb0116a4
JB
65442010-09-01 Joel Brobecker <brobecker@adacore.com>
6545
6546 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
6547 * configure.ac: Add check for vasprintf and vsnprintf.
6548 * configure, config.in: Regenerate.
6549 * server.h (vasprintf, vsnprintf): Add conditional declarations.
6550
a778ab81 65512010-09-01 Joel Brobecker <brobecker@adacore.com>
6552
6553 * gdbreplay.c: Move include of alloca.h up, next to include of
6554 malloc.h.
6555 * server.h: Add include of malloc.h.
6556 * mem-break.c: Remove include of malloc.h.
6557 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
6558
8b034a19 65592010-09-01 Joel Brobecker <brobecker@adacore.com>
6560
6561 * Makefile.in (memmem.o): Build with -Wno-error.
6562
65632010-09-01 Joel Brobecker <brobecker@adacore.com>
6564
6565 * utils.c (xsnprintf): Make non-static.
6566 * server.h: Add xsnprintf declaration.
6567 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
6568 replace calls to snprintf by calls to xsnprintf throughout.
6569
65702010-09-01 Joel Brobecker <brobecker@adacore.com>
6571
6572 * configure.ac: Add configure check for alloca.
6573 * configure, config.in: Regenerate.
6574 * server.h: Include alloca.h if it exists.
6575 * gdbreplay.c: Include alloca.h if it exists.
6576
1a981360
PA
65772010-08-28 Pedro Alves <pedro@codesourcery.com>
6578
6579 * linux-low.c (__SIGRTMIN): Define if not already defined.
6580 (linux_create_inferior): Check for __ANDROID__ rather than
6581 __SIGRTMIN.
6582 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
6583 are already deferred.
6584 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
6585 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
6586 stopped and already has a pending signal to report.
6587 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
6588 a pending signal to report or is moving out of a jump pad.
6589 (linux_init_signals): Check for __ANDROID__ rather than
6590 __SIGRTMIN.
6591
b4d51a55
PA
65922010-08-28 Pedro Alves <pedro@codesourcery.com>
6593
6594 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
6595 debug_threads check. Avoid a linear search when not doing debug
6596 output.
6597
ec48365d
PA
65982010-08-27 Pedro Alves <pedro@codesourcery.com>
6599
6600 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
6601 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
6602 (struct file_handler) <fd>: Change type to gdb_fildes_t.
6603 (process_event): Change local fd's type to gdb_fildes_t.
6604 (create_file_handler): Adjust prototype.
6605 (delete_file_handler): Adjust prototype.
6606 (handle_file_event): Adjust prototype. Use pfildes.
6607 (create_file_event): Adjsut prototype.
6608 * remote-utils.c (remote_desc, listen_desc): Change type to
6609 gdb_fildes_t.
6610 * server.h: New gdb_fildes_t typedef.
6611 [USE_WIN32API]: Include winsock2.h.
6612 (delete_file_handler, add_file_handler): Adjust prototypes.
6613 (pfildes): Declare.
6614 * utils.c (pfildes): New.
6615
854d88f0
PA
66162010-08-27 Pedro Alves <pedro@codesourcery.com>
6617
6618 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6619 * configure: Regenerate.
6620
0146f85b
PA
66212010-08-27 Pedro Alves <pedro@codesourcery.com>
6622
6623 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
6624 (linux_done_accessing_memory): ... this.
6625 (linux_target_ops): Adjust.
6626 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
6627 * nto-low.c (nto_target_ops): Adjust comment.
6628 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
6629 * spu-low.c (spu_target_ops): Adjust comment.
6630 * target.h (target_ops): Rename unprepare_to_access_memory field
6631 to done_accessing_memory.
6632 (unprepare_to_access_memory): Rename to ...
6633 (done_accessing_memory): ... this.
6634
90d74c30
PA
66352010-08-26 Pedro Alves <pedro@codesourcery.com>
6636
6637 * linux-low.c (linux_prepare_to_access_memory): New.
6638 (linux_unprepare_to_access_memory): New.
6639 (linux_target_ops): Install them.
6640 * server.c (read_memory): Rename to ...
6641 (gdb_read_memory): ... this. Use
6642 prepare_to_access_memory/prepare_to_access_memory.
6643 (write_memory): Rename to ...
6644 (gdb_write_memory): ... this. Use
6645 prepare_to_access_memory/prepare_to_access_memory.
6646 (handle_search_memory_1): Adjust.
6647 (process_serial_event): Adjust.
6648 * target.h (struct target_ops): New fields
6649 prepare_to_access_memory and unprepare_to_access_memory.
6650 (prepare_to_access_memory, unprepare_to_access_memory): New.
6651 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
6652 prepare_to_access_memory/prepare_to_access_memory.
6653 * nto-low.c (nto_target_ops): Adjust.
6654 * spu-low.c (spu_target_ops): Adjust.
6655 * win32-low.c (win32_target_ops): Adjust.
6656
fd467969
PA
66572010-08-26 Pedro Alves <pedro@codesourcery.com>
6658
6659 * Makefile.in (WARN_CFLAGS): Get it from configure.
6660 (WERROR_CFLAGS): New.
6661 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
6662 * configure.ac: Introduce --enable-werror, which adds -Werror to
6663 the compiler command line. Enabled by default. Disable with
6664 --disable-werror. Add -Wdeclaration-after-statement
6665 Wpointer-arith and -Wformat-nonliteral to warning flags.
6666 * configure: Regenerate.
6667
331e2f5f
PA
66682010-08-26 Pedro Alves <pedro@codesourcery.com>
6669
6670 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
6671
e581f2b4
PA
66722010-08-26 Pedro Alves <pedro@codesourcery.com>
6673
6674 * gdbreplay.c (remote_error): New.
6675 (gdbchar): New.
6676 (expect): Use gdbchar. Check for error reading from GDB.
6677 Clarify sync error output.
6678 (play): Check for errors writing to GDB.
6679 * linux-low.c (sigchld_handler): Really ignore `write' errors.
6680 * remote-utils.c (getpkt): Check for errors writing to the remote
6681 descriptor.
6682
3c11dd79
PA
66832010-08-25 Pedro Alves <pedro@codesourcery.com>
6684
6685 * linux-low.c (linux_wait_1): Move non-debugging code out of
6686 `debug_threads' control.
6687
d20a8ad9
PA
66882010-08-25 Pedro Alves <pedro@codesourcery.com>
6689
6690 * linux-low.c (linux_wait_1): Don't set last_status here.
6691 * server.c (push_event, queue_stop_reply_callback): Assert we're
6692 not pushing a TARGET_WAITKIND_IGNORE event.
6693 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
6694 (myresume, handle_target_event): Set the thread's last_resume_kind
6695 and last_status from the target returned status.
6696
964e4306
PA
66972010-08-25 Pedro Alves <pedro@codesourcery.com>
6698
6699 PR threads/10729
6700
6701 * linux-x86-low.c (update_debug_registers_callback): New.
6702 (i386_dr_low_set_addr): Use it.
6703 (i386_dr_low_get_addr): New.
6704 (i386_dr_low_set_control): Use update_debug_registers_callback.
6705 (i386_dr_low_get_control): New.
6706 (i386_dr_low_get_status): Adjust.
6707 * linux-low.c (linux_stop_lwp): New.
6708 * linux-low.h (linux_stop_lwp): Declare.
6709
6710 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
6711 argument instead of a i386_debug_reg_state.
6712 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
6713 a i386_debug_reg_state.
6714 (i386_insert_aligned_watchpoint): Adjust.
6715 (i386_remove_aligned_watchpoint): Adjust.
6716 (i386_low_stopped_data_address): Read the debug registers from the
6717 inferior instead of from the mirrors.
6718 * i386-low.h (struct i386_debug_reg_state): Extend comment.
6719 (i386_dr_low_get_addr): Declare.
6720 (i386_dr_low_get_control): Declare.
6721 (i386_dr_low_get_status): Change prototype.
6722
6723 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
6724 (i386_dr_low_get_addr): New.
6725 (i386_dr_low_get_control): New.
6726 (i386_dr_low_get_status): Adjust prototype. Return
6727 dr_status_mirror.
6728 (i386_initial_stuff): Clear dr_status_mirror and
6729 dr_control_mirror.
6730 (i386_get_thread_context): Adjust.
6731 (i386_set_thread_context): Adjust.
6732 (i386_thread_added): Adjust.
6733
5f21a75b
PA
67342010-08-24 Pedro Alves <pedro@codesourcery.com>
6735
6736 * linux-low.h (linux_thread_area): Delete declaration.
6737
3e4c1235
TS
67382010-08-11 Thomas Schwinge <thomas@codesourcery.com>
6739
6740 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
6741 after its termination.
6742
1971b033
PA
67432010-08-09 Pedro Alves <pedro@codesourcery.com>
6744
6745 * linux-low.c (gdb_wants_lwp_stopped): Delete.
6746 (gdb_wants_all_stopped): Delete.
6747 (linux_wait_1): Don't call them.
6748 * server.c (handle_v_cont): Tag all threads as want-stopped.
6749 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
6750 stopped as "client-wants-stopped".
6751
310444ac
PA
67522010-07-31 Pedro Alves <pedro@codesourcery.com>
6753
6754 * Makefile.in (signals_h): New.
6755 (server_h): Depend on it.
6756 (server.o): Don't depend on $(signals_def).
6757 (signals.o): Depend on $(signals_def).
6758
a19cae16
JK
67592010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6760
6761 * Makefile.in (signals_def): New.
6762 (server_h): Append include/gdb/signals.h and signals_def.
6763 (server.o): Append signals_def.
6764
30d50328
JK
67652010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6766
6767 * server.c (handle_target_event): Use target_signal_to_host for
6768 resume_info.sig initialization.
6769 * target.h (struct thread_resume) <sig>: New comment.
6770
5c3216e2
OS
67712010-07-20 Ozkan Sezer <sezeroz@gmail.com>
6772
c6f46ca0
OS
6773 * server.c (handle_query): strcpy() the returned string from paddress()
6774 instead of sprintf().
5c3216e2
OS
6775 * utils.c (paddress): Return phex_nz().
6776
6bd31874
JB
67772010-07-07 Joel Brobecker <brobecker@adacore.com>
6778
6779 * server.c (handle_v_cont): Call mourn_inferior if process
6780 just exited.
6781 (myresume): Likewise.
6782
0fb4aa4b
PA
67832010-07-01 Pedro Alves <pedro@codesourcery.com>
6784
6785 Static tracepoints, and integration with UST.
6786
6787 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
6788 * mem-break.c (uninsert_all_breakpoints)
6789 (reinsert_all_breakpoints): New.
6790 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
6791 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
6792 (gdb_agent_ust_loaded, helper_thread_id)
6793 (gdb_agent_helper_thread_id): New macros.
6794 (struct ipa_sym_addresses): Add addr_ust_loaded,
6795 addr_helper_thread_id, addr_cmd_buf.
6796 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
6797 (in_process_agent_loaded_ust): New.
6798 (write_e_ust_not_loaded): New.
6799 (maybe_write_ipa_ust_not_loaded): New.
6800 (struct collect_static_trace_data_action): New.
6801 (enum tracepoint_type) <static_tracepoint>: New.
6802 (struct tracepoint) <handle>: Mention static tracepoints.
6803 (struct static_tracepoint_ctx): New.
6804 (CMD_BUF_SIZE): New.
6805 (add_tracepoint_action): Handle static tracepoint actions.
6806 (unprobe_marker_at): New.
6807 (clear_installed_tracepoints): Handle static tracepoints.
6808 (cmd_qtdp): Handle static tracepoints.
6809 (probe_marker_at): New.
6810 (cmd_qtstart): Handle static tracepoints.
6811 (response_tracepoint): Handle static tracepoints.
6812 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
6813 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
6814 (get_context_regcache): Handle static tracepoints.
6815 (do_action_at_tracepoint): Handle static tracepoint actions.
6816 (traceframe_find_block_type): Handle static trace data blocks.
6817 (traceframe_read_sdata): New.
6818 (download_tracepoints): Download static tracepoint actions.
6819 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6820 (GDB_PROBE_NAME): New.
6821 (ust_ops): New.
6822 (GET_UST_SYM): New.
6823 (USTF): New.
6824 (dlsym_ust): New.
6825 (ust_marker_to_static_tracepoint): New.
6826 (gdb_probe): New.
6827 (collect_ust_data_at_tracepoint): New.
6828 (gdb_ust_probe): New.
6829 (UNIX_PATH_MAX, SOCK_DIR): New.
6830 (gdb_ust_connect_sync_socket): New.
6831 (resume_thread, stop_thread): New.
6832 (run_inferior_command): New.
6833 (init_named_socket): New.
6834 (gdb_ust_socket_init): New.
6835 (cstr_to_hexstr): New.
6836 (next_st): New.
6837 (first_marker, next_marker): New.
6838 (response_ust_marker): New.
6839 (cmd_qtfstm, cmd_qtsstm): New.
6840 (unprobe_marker_at, probe_marker_at): New.
6841 (cmd_qtstmat, gdb_ust_thread): New.
6842 (gdb_ust_init): New.
6843 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6844 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6845 (ST_REGENTRY): New.
6846 (x86_64_st_collect_regmap): New.
6847 (X86_64_NUM_ST_COLLECT_GREGS): New.
6848 (AMD64_RIP_REGNUM): New.
6849 (supply_static_tracepoint_registers): New.
6850 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6851 (ST_REGENTRY): New.
6852 (i386_st_collect_regmap): New.
6853 (i386_NUM_ST_COLLECT_GREGS): New.
6854 (supply_static_tracepoint_registers): New.
6855 * server.c (handle_query): Handle qXfer:statictrace:read.
6856 <qSupported>: Report support for StaticTracepoints, and
6857 qXfer:statictrace:read features.
6858 * server.h (traceframe_read_sdata)
6859 (supply_static_tracepoint_registers): Declare.
6860 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6861 (unpack_varlen_hex): Include in IPA build.
6862 * Makefile.in (ustlibs, ustinc): New.
6863 (IPA_OBJS): Add remote-utils-ipa.o.
6864 ($(IPA_LIB)): Link -ldl and -lpthread.
6865 (UST_CFLAGS): New.
6866 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6867 * config.in, configure: Regenerate.
6868
9e4344e5
PA
68692010-06-20 Ian Lance Taylor <iant@google.com>
6870 Pedro Alves <pedro@codesourcery.com>
6871
6872 * linux-x86-low.c (always_true): Delete.
6873 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6874 trying to fool the compiler with always_true.
6875
c6beb2cb
PA
68762010-06-20 Pedro Alves <pedro@codesourcery.com>
6877
6878 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6879 conditions in gdbserver.
6880
d2ed6730
UW
68812010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6882
6883 * spu-low.c (spu_read_memory): Wrap around local store limit.
6884 (spu_write_memory): Likewise.
6885
4e29fb54
PA
68862010-06-15 Pedro Alves <pedro@codesourcery.com>
6887
6888 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6889 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6890 LONGEST uses.
6891 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6892 uses.
6893 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6894 uses with LONGEST uses.
6895
6a271cae
PA
68962010-06-14 Stan Shebs <stan@codesourcery.com>
6897 Pedro Alves <pedro@codesourcery.com>
6898
6899 Bytecode compiler.
6900
6901 * linux-x86-low.c: Include limits.h.
6902 (add_insns): New.
6903 (always_true): New.
6904 (EMIT_ASM): New.
6905 (EMIT_ASM32): New.
6906 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6907 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6908 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6909 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6910 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6911 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6912 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6913 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6914 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6915 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6916 (amd64_emit_void_call_2): New.
6917 (amd64_emit_ops): New.
6918 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6919 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6920 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6921 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6922 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6923 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6924 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6925 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6926 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6927 (i386_emit_stack_adjust, i386_emit_int_call_1)
6928 (i386_emit_void_call_2): New.
6929 (i386_emit_ops): New.
6930 (x86_emit_ops): New.
6931 (the_low_target): Install x86_emit_ops.
6932 * server.h (struct emit_ops): New.
6933 (get_raw_reg_func_addr): Declare.
6934 (current_insn_ptr, emit_error): Declare.
6935 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6936 (set_trace_state_variable_value): New defines.
6937 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6938 addr_get_trace_state_variable_value and
6939 addr_set_trace_state_variable_value.
6940 (symbol_list): New fields for get_raw_reg,
6941 get_trace_state_variable_value and set_trace_state_variable_value.
6942 (condfn): New typedef.
6943 (struct tracepoint): New field `compiled_cond'.
6944 (do_action_at_tracepoint): Clear compiled_cond.
6945 (get_trace_state_variable_value, set_trace_state_variable_value):
6946 Export in the IPA.
6947 (condition_true_at_tracepoint): If there's a compiled condition,
6948 run that.
6949 (current_insn_ptr, emit_error): New globals.
6950 (struct bytecode_address): New.
6951 (get_raw_reg_func_addr): New.
6952 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
6953 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
6954 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
6955 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
6956 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
6957 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
6958 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
6959 (compile_tracepoint_condition, compile_bytecodes): New.
6960 * target.h (emit_ops): Forward declare.
6961 (struct target_ops): New field emit_ops.
6962 (target_emit_ops): New.
6963 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
6964 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
6965 * linux-low.c (linux_emit_ops): New.
6966 (linux_target_ops): Install it.
6967 * linux-low.h (struct linux_target_ops): New field emit_ops.
6968
92b72907
UW
69692010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
6970
6971 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
6972 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
6973
fa593d66
PA
69742010-06-01 Pedro Alves <pedro@codesourcery.com>
6975 Stan Shebs <stan@codesourcery.com>
6976
6977 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
6978 (all): Depend on $(extra_libraries).
6979 (install-only): Install the IPA.
6980 (IPA_OBJS, IPA_LIB): New.
6981 (clean): Remove the IPA lib.
6982 (IPAGENT_CFLAGS): New.
6983 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
6984 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
6985 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
6986 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
6987 * configure.ac: Check for atomic builtins support in the compiler.
6988 (IPA_DEPFILES, extra_libraries): Define.
6989 * configure.srv (ipa_obj): Add description.
6990 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
6991 (i[34567]86-*-linux*): Set ipa_obj.
6992 (x86_64-*-linux*): Set ipa_obj.
6993 * linux-low.c (stabilizing_threads): New.
6994 (supports_fast_tracepoints): New.
6995 (linux_detach): Stabilize threads before detaching.
6996 (handle_tracepoints): Handle internal tracing breakpoints. Assert
6997 the lwp is either not stabilizing, or is moving out of a jump pad.
6998 (linux_fast_tracepoint_collecting): New.
6999 (maybe_move_out_of_jump_pad): New.
7000 (enqueue_one_deferred_signal): New.
7001 (dequeue_one_deferred_signal): New.
7002 (linux_wait_for_event_1): If moving out of a jump pad, defer
7003 pending signals to later.
7004 (linux_stabilize_threads): New.
7005 (linux_wait_1): Check if threads need moving out of jump pads, and
7006 do it if so.
7007 (stuck_in_jump_pad_callback): New.
7008 (move_out_of_jump_pad_callback): New.
7009 (lwp_running): New.
7010 (linux_resume_one_lwp): Handle moving out of jump pads.
7011 (linux_set_resume_request): Dequeue deferred signals.
7012 (need_step_over_p): Also step over fast tracepoint jumps.
7013 (start_step_over): Also uninsert fast tracepoint jumps.
7014 (finish_step_over): Also reinsert fast tracepoint jumps.
7015 (linux_install_fast_tracepoint_jump): New.
7016 (linux_target_ops): Install linux_stabilize_threads and
7017 linux_install_fast_tracepoint_jump_pad.
7018 * linux-low.h (linux_target_ops) <get_thread_area,
7019 install_fast_tracepoint_jump_pad>: New fields.
7020 (struct lwp_info) <collecting_fast_tracepoint,
7021 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
7022 (linux_get_thread_area): Declare.
7023 * linux-x86-low.c (jump_insn): New.
7024 (x86_get_thread_area): New.
7025 (append_insns): New.
7026 (push_opcode): New.
7027 (amd64_install_fast_tracepoint_jump_pad): New.
7028 (i386_install_fast_tracepoint_jump_pad): New.
7029 (x86_install_fast_tracepoint_jump_pad): New.
7030 (the_low_target): Install x86_get_thread_area and
7031 x86_install_fast_tracepoint_jump_pad.
7032 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
7033 (struct fast_tracepoint_jump): New.
7034 (fast_tracepoint_jump_insn): New.
7035 (fast_tracepoint_jump_shadow): New.
7036 (find_fast_tracepoint_jump_at): New.
7037 (fast_tracepoint_jump_here): New.
7038 (delete_fast_tracepoint_jump): New.
7039 (set_fast_tracepoint_jump): New.
7040 (uninsert_fast_tracepoint_jumps_at): New.
7041 (reinsert_fast_tracepoint_jumps_at): New.
7042 (set_breakpoint_at): Use write_inferior_memory.
7043 (uninsert_raw_breakpoint): Use write_inferior_memory.
7044 (check_mem_read): Mask out fast tracepoint jumps.
7045 (check_mem_write): Mask out fast tracepoint jumps.
7046 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
7047 (set_fast_tracepoint_jump): Declare.
7048 (delete_fast_tracepoint_jump)
7049 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
7050 (reinsert_fast_tracepoint_jumps_at): Declare.
7051 * regcache.c: Don't compile many functions when building the
7052 in-process agent library.
7053 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
7054 the register buffer in the heap.
7055 (free_register_cache): If the register buffer isn't owned by the
7056 regcache, don't free it.
7057 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
7058 pre-existing register caches.
7059 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
7060 type.
7061 (convert_ascii_to_int): : Constify `from' parameter type.
7062 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
7063 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
7064 the needed buffer in-place.
7065 (relocate_instruction): New.
7066 * server.c (handle_query) <qSymbols>: If the target supports
7067 tracepoints, give it a chance of looking up symbols. Report
7068 support for fast tracepoints.
7069 (handle_status): Stabilize threads.
7070 (process_serial_event): Adjust.
7071 * server.h (struct fast_tracepoint_jump): Forward declare.
7072 (struct process_info) <fast_tracepoint_jumps>: New field.
7073 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
7074 (decode_X_packet, decode_M_packet): Adjust.
7075 (relocate_instruction): Declare.
7076 (in_process_agent_loaded): Declare.
7077 (tracepoint_look_up_symbols): Declare.
7078 (struct fast_tpoint_collect_status): Declare.
7079 (fast_tracepoint_collecting): Declare.
7080 (force_unlock_trace_buffer): Declare.
7081 (handle_tracepoint_bkpts): Declare.
7082 (initialize_low_tracepoint)
7083 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
7084 * target.h (struct target_ops) <stabilize_threads,
7085 install_fast_tracepoint_jump_pad>: New fields.
7086 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
7087 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
7088 [HAVE_STDINT_H]: Include stdint.h.
7089 (trace_debug_1): Rename to ...
7090 (trace_vdebug): ... this.
7091 (trace_debug): Rename to ...
7092 (trace_debug_1): ... this. Add `level' parameter.
7093 (trace_debug): New.
7094 (ATTR_USED, ATTR_NOINLINE): New.
7095 (IP_AGENT_EXPORT): New.
7096 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
7097 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
7098 (about_to_request_buffer_space, trace_buffer_is_full)
7099 (stopping_tracepoint, expr_eval_result, error_tracepoint)
7100 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
7101 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
7102 (traceframe_write_count, traceframes_created)
7103 (trace_state_variables)
7104 New renaming defines.
7105 (struct ipa_sym_addresses): New.
7106 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
7107 (symbol_list): New.
7108 (ipa_sym_addrs): New.
7109 (all_tracepoint_symbols_looked_up): New.
7110 (in_process_agent_loaded): New.
7111 (write_e_ipa_not_loaded): New.
7112 (maybe_write_ipa_not_loaded): New.
7113 (tracepoint_look_up_symbols): New.
7114 (debug_threads) [IN_PROCESS_AGENT]: New.
7115 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
7116 (UNKNOWN_SIDE_EFFECTS): New.
7117 (stop_tracing): New.
7118 (flush_trace_buffer): New.
7119 (stop_tracing_bkpt): New.
7120 (flush_trace_buffer_bkpt): New.
7121 (read_inferior_integer): New.
7122 (read_inferior_uinteger): New.
7123 (read_inferior_data_pointer): New.
7124 (write_inferior_data_pointer): New.
7125 (write_inferior_integer): New.
7126 (write_inferior_uinteger): New.
7127 (struct collect_static_trace_data_action): Delete.
7128 (enum tracepoint_type): New.
7129 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
7130 <actions_str, step_actions, step_actions_str>: Only include in
7131 GDBserver.
fa593d66
PA
7132 <orig_size, obj_addr_on_target, adjusted_insn_addr>
7133 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
7134 (tracepoints): Use IP_AGENT_EXPORT.
7135 (last_tracepoint): Don't include in the IPA.
7136 (stopping_tracepoint): Use IP_AGENT_EXPORT.
7137 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
7138 (alloced_trace_state_variables): New.
7139 (trace_state_variables): Use IP_AGENT_EXPORT.
7140 (traceframe_t): Delete unused variable.
7141 (circular_trace_buffer): Don't include in the IPA.
7142 (trace_buffer_start): Delete.
7143 (struct trace_buffer_control): New.
7144 (trace_buffer_free): Delete.
7145 (struct ipa_trace_buffer_control): New.
7146 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
7147 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
7148 New.
7149 (trace_buffer_ctrl): New.
7150 (TRACE_BUFFER_CTRL_CURR): New.
7151 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
7152 Reimplement as macros.
7153 (trace_buffer_wrap): Delete.
7154 (traceframe_write_count, traceframe_read_count)
7155 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
7156 (struct tracepoint_hit_ctx) <type>: New field.
7157 (struct fast_tracepoint_ctx): New.
7158 (memory_barrier): New.
7159 (cmpxchg): New.
7160 (record_tracepoint_error): Update atomically in the IPA.
7161 (clear_inferior_trace_buffer): New.
7162 (about_to_request_buffer_space): New.
7163 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
7164 updating the same buffer.
7165 (add_tracepoint): Default the tracepoint's type to trap
7166 tracepoint, and orig_size to -1.
7167 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
7168 internal variables.
7169 (create_trace_state_variable): New parameter `gdb'. Handle it.
7170 (clear_installed_tracepoints): Clear fast tracepoint jumps.
7171 (cmd_qtdp): Handle fast tracepoints.
7172 (cmd_qtdv): Adjust.
7173 (max_jump_pad_size): New.
7174 (gdb_jump_pad_head): New.
7175 (get_jump_space_head): New.
7176 (claim_jump_space): New.
7177 (sort_tracepoints): New.
7178 (MAX_JUMP_SIZE): New.
7179 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
7180 IPA.
7181 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
7182 support. Upload fast traceframes, and delete internal IPA
7183 breakpoints.
7184 (stop_tracing_handler): New.
7185 (flush_trace_buffer_handler): New.
7186 (cmd_qtstop): Upload fast tracepoints.
7187 (response_tracepoint): Handle fast tracepoints.
7188 (tracepoint_finished_step): Upload fast traceframes. Set the
7189 tracepoint hit context's tracepoint type.
7190 (handle_tracepoint_bkpts): New.
7191 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
7192 type. Add comment about fast tracepoints.
7193 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
7194 non-existing action_str field.
7195 (get_context_regcache): Handle fast tracepoints.
7196 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
7197 to the regcache.
7198 (fast_tracepoint_from_jump_pad_address): New.
7199 (fast_tracepoint_from_ipa_tpoint_address): New.
7200 (collecting_t): New.
7201 (force_unlock_trace_buffer): New.
7202 (fast_tracepoint_collecting): New.
7203 (collecting): New.
7204 (gdb_collect): New.
7205 (write_inferior_data_ptr): New.
7206 (target_tp_heap): New.
7207 (target_malloc): New.
7208 (download_agent_expr): New.
7209 (UALIGN): New.
7210 (download_tracepoints): New.
7211 (download_trace_state_variables): New.
7212 (upload_fast_traceframes): New.
7213 (IPA_FIRST_TRACEFRAME): New.
7214 (IPA_NEXT_TRACEFRAME_1): New.
7215 (IPA_NEXT_TRACEFRAME): New.
7216 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
7217 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
7218 (gdb_jump_pad_buffer_end): New.
7219 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
7220 (initialize_tracepoint): Adjust.
7221 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
7222 buffer. Initialize the low module.
7223 * utils.c (PREFIX, TOOLNAME): New.
7224 (malloc_failure): Use PREFIX.
7225 (error): In the IPA, an error causes an exit.
7226 (fatal, warning): Use PREFIX.
7227 (internal_error): Use TOOLNAME.
7228 (NUMCELLS): Increase to 10.
7229 * configure, config.in: Regenerate.
7230
d149dd1d
PA
72312010-06-01 Pedro Alves <pedro@codesourcery.com>
7232
7233 * server.c (handle_query) <qSupported>: Do two passes over the
7234 qSupported string to avoid nesting strtok.
7235
f6528abd
JK
72362010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
7239 (CDEPS): New.
7240 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
7241 -Wl,--dynamic-list.
7242 * configure: Regenerate.
7243 * proc-service.list: New.
7244
ca2a87a0
JK
72452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7246
7247 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
7248 New comment.
7249
363a6e9f
OS
72502010-05-26 Ozkan Sezer <sezeroz@gmail.com>
7251
7252 * gdbreplay.c (remote_open): Check error return from socket() call by
7253 its equality to -1 not by it being negative.
7254 * remote-utils.c (remote_open): Likewise.
7255
d23b6cb1
PA
72562010-05-23 Pedro Alves <pedro@codesourcery.com>
7257
7258 * config.h: Regenerate.
7259
28d3cf85
MK
72602010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7261
7262 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
7263 doesn't provide PTRACE_GET_THREAD_AREA.
7264
fea36a59
MK
72652010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7266
7267 * linux-m68k-low.c: Include <asm/ptrace.h>
7268 (ps_get_thread_area): Implement.
7269
24b066ba
DE
72702010-05-03 Doug Evans <dje@google.com>
7271
7272 * event-loop.c (struct callback_event): New struct.
7273 (callback_list): New global.
7274 (append_callback_event, delete_callback_event): New functions.
7275 (process_callback): New function.
7276 (start_event_loop): Call it.
7277 * remote-utils.c (NOT_SCHEDULED): Define.
7278 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
7279 moved out of readchar.
7280 (readchar): Rewrite. Call reschedule before returning.
7281 (reset_readchar): New function.
7282 (remote_close): Call it.
7283 (process_remaining, reschedule): New functions.
7284 * server.h (callback_handler_func): New typedef.
7285 (append_callback_event, delete_callback_event): Declare.
7286
9836d6ea
PA
72872010-05-03 Pedro Alves <pedro@codesourcery.com>
7288
7289 * proc-service.c (ps_pglobal_lookup): Use
7290 thread_db_look_up_one_symbol.
7291 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
7292 parameter. Use it instead of all_symbols_looked_up.
7293 * server.h (struct process_info) <all_symbols_looked_up>: Delete
7294 field.
7295 (all_symbols_looked_up): Don't declare.
7296 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
7297 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
7298 field.
7299 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
7300 Set all_symbols_looked_up here.
7301 (thread_db_look_up_one_symbol): New.
7302 (thread_db_get_tls_address): Adjust.
7303 (thread_db_load_search, try_thread_db_load_1): Always allocate the
7304 thread_db object on the heap, and tentatively set it in the
7305 process structure.
7306 (thread_db_init): Don't set all_symbols_looked_up here.
7307 * linux-low.h (thread_db_look_up_one_symbol): Declare.
7308
7984d532
PA
73092010-05-03 Pedro Alves <pedro@codesourcery.com>
7310
7311 * linux-low.c (linux_kill, linux_detach): Adjust.
7312 (status_pending_p_callback): Remove redundant statement. Check
7313 for !TARGET_WAITIKIND_IGNORE, instead of
7314 TARGET_WAITKIND_STOPPED.
7315 (handle_tracepoints): Make sure LWP is locked. Adjust.
7316 (linux_wait_for_event_1): Adjust.
7317 (linux_cancel_breakpoints): New.
7318 (unsuspend_one_lwp): New.
7319 (unsuspend_all_lwps): New.
7320 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
7321 (send_sigstop_callback): Change return type to int, add new
7322 `except' parameter and handle it.
7323 (suspend_and_send_sigstop_callback): New.
7324 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
7325 pass them down. If SUSPEND, also increment the lwp's suspend
7326 count.
7327 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
7328 (need_step_over_p): Don't consider suspended LWPs.
7329 (start_step_over): Adjust.
7330 (proceed_one_lwp): Change return type to int, add new `except'
7331 parameter and handle it.
7332 (unsuspend_and_proceed_one_lwp): New.
7333 (proceed_all_lwps): Use find_inferior instead of
7334 for_each_inferior.
7335 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
7336 also decrement the suspend count of LWPs. Pass `except' down,
7337 instead of hacking its suspend count.
7338 (linux_pause_all): Add `freeze' parameter. Adjust.
7339 (linux_unpause_all): New.
7340 (linux_target_ops): Install linux_unpause_all.
7341 * server.c (handle_status): Adjust.
7342 * target.h (struct target_ops): New fields `unpause_all' and
7343 `cancel_breakpoints'. Add new parameter to `pause_all'.
7344 (pause_all): Add new `freeze' parameter.
7345 (unpause_all): New.
7346 (cancel_breakpoints): New.
7347 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
7348 cancel breakpoints.
7349 (cmd_qtstart): Pause threads.
7350 (stop_tracing): Pause threads, and cancel breakpoints.
7351 * win32-low.c (win32_target_ops): Adjust.
7352
e471f25b
PA
73532010-05-03 Pedro Alves <pedro@codesourcery.com>
7354
7355 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
7356 the inferior right away from here...
7357 (linux_wait_1): ... to here, and adjust to check the thread's
7358 last_resume_kind instead of the lwp's step or stop_expected flags.
7359
1915ef4f
PA
73602010-05-02 Pedro Alves <pedro@codesourcery.com>
7361
7362 * README: Use consistent `GDB' and `GDBserver' spellings.
7363
f9e39928
PA
73642010-05-02 Pedro Alves <pedro@codesourcery.com>
7365
7366 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
7367 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
7368 (linux_detach_one_lwp): Assume the lwp is stopped.
7369 (any_thread_of): Delete.
7370 (linux_detach): Stop all lwps here. Don't blindly delete all
7371 breakpoints.
7372 (delete_lwp_callback): New.
7373 (linux_mourn): Delete all lwps of the process that is gone.
7374 (linux_wait_1): Don't delete the last lwp of the process here.
7375 * mem-break.h (mark_breakpoints_out): Declare.
7376 * mem-break.c (mark_breakpoints_out): New.
7377 (free_all_breakpoints): Use it.
7378 * server.c (handle_target_event): If the process is gone, mark
7379 breakpoints out.
7380 * thread-db.c (struct thread_db) <create_bp>: New field.
7381 (thread_db_enable_reporting): Fix prototype. Store a thread event
7382 breakpoint reference in the thread_db struct.
7383 (thread_db_load_search): Clear the thread_db object.
7384 (try_thread_db_load_1): Ditto.
7385 (switch_to_process): New.
7386 (disable_thread_event_reporting): Use it.
7387 (remove_thread_event_breakpoints): New.
7388 (thread_db_detach, thread_db_mourn): Use it.
7389
1e7fc18c
PA
73902010-05-01 Pedro Alves <pedro@codesourcery.com>
7391
7392 * linux-low.c (linux_enable_event_reporting): New.
7393 (linux_wait_for_event_1, handle_extended_wait): Use it.
7394
02fc4de7
PA
73952010-04-30 Pedro Alves <pedro@codesourcery.com>
7396
7397 * linux-low.c (linux_kill_one_lwp, linux_kill)
7398 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
7399 (send_sigstop): Take an lwp_info as parameter instead. Queue a
7400 SIGSTOP even if the LWP is stopped.
7401 (send_sigstop_callback): New.
7402 (stop_all_lwps): Use send_sigstop_callback instead.
7403 (linux_resume_one_thread): Adjust.
7404 (proceed_one_lwp): Still proceed an LWP that the client has
7405 requested to stop, if we haven't reported it as stopped yet. Make
7406 sure that LWPs the client want stopped, have a pending SIGSTOP.
7407
bc3b5632
DE
74082010-04-26 Doug Evans <dje@google.com>
7409
ae1ada35
DE
7410 * server.c (handle_general_set): Make static.
7411
bc3b5632
DE
7412 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
7413 Print received char after testing for error/eof instead of before.
7414 (input_interrupt): Tweak comment.
7415
65730243
DE
74162010-04-23 Doug Evans <dje@google.com>
7417
7418 * server.c (start_inferior): Print inferior argv if --debug.
7419
a8ae7dc0
AR
74202010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
7421
7422 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
7423 * nto-x86-low.c: Include server.h
7424
1c07cc19
PM
74252010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
7426
7427 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
7428 be consistent with other sources of this directory.
7429 (init_registers_amd64): Correct name of source file of this function
7430 in the comment.
7431
e0a61e09
PM
74322010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7433
7434 * configure.srv (x86_64-*-mingw*): New configuration for Windows
7435 64-bit executables.
7436
54709339
PM
74372010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7438
7439 * win32-i386-low.c: Add 64-bit support.
7440 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
7441 (init_registers_amd64): Declare.
7442 (mappings): Add 64-bit version of array.
7443 (init_windows_x86): New function.
7444 (the_low_target): Change init_arch field to init_windows_x86.
7445
e8f0053d
PM
74462010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7447
7448 * win32-low.c: Adapt to support also 64-bit architecture.
7449 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
7450 (get_image_name): Use SIZE_T type for local variable `done'.
7451 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
7452 (toolhelp_get_dll_name): Idem.
7453 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
7454 Use uintptr_t typecast to avoid warning.
7455 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
7456 (handle_exception): Use phex_nz to avoid warning.
7457 (win32_wait): Remove unused local variable `process'.
7458
c481e77e
PM
74592010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7460
7461 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
7462 `amd64-avx.o'.
7463
12ea4b69
PM
74642010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
7465
7466 * configure.ac: Use `ws2_32' library for srv_mingw.
7467 * configure: Regenerate.
7468 * gdbreplay.c: Include winsock2.h instead of winsock.h.
7469 * remote-utils.c: Likewise.
7470
f6d1620c
L
74712010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7472
7473 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
7474 if __x86_64__ is defined.
7475
8e642873
PM
74762010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7477
7478 * configure: Regenerate.
7479
711e434b
PM
74802010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7481
7482 * server.c (handle_query): Handle 'qGetTIBAddr' query.
7483 * target.h (target_ops): New get_tib_address field.
7484 * win32-low.h (win32_thread_info): Add thread_local_base field.
7485 * win32-low.c (child_add_thread): Add tlb argument.
7486 Set thread_local_base field to TLB.
7487 (get_child_debug_event): Adapt to child_add_thread change.
7488 (win32_get_tib_address): New function.
7489 (win32_target_ops): Set get_tib_address field to
7490 win32_get_tib_address.
7491 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
7492
505106cd
PA
74932010-04-12 Pedro Alves <pedro@codesourcery.com>
7494
505106cd
PA
7495 * linux-low.c (linux_mourn): Also remove the process.
7496 * server.c (handle_target_event): Don't remove the process here.
7497 * nto-low.c (nto_mourn): New.
7498 (nto_target_ops): Install it.
7499 * spu-low.c (spu_mourn): New.
7500 (spu_target_ops): Install it.
7501 * win32-low.c (win32_mourn): New.
7502 (win32_target_ops): Install it.
7503
e8470a06
PA
75042010-04-12 Pedro Alves <pedro@codesourcery.com>
7505
7506 * server.h (buffer_xml_printf): Remove redundant `;'.
7507
45ba0d02
PA
75082010-04-12 Pedro Alves <pedro@codesourcery.com>
7509
7510 * regcache.c (set_register_cache): Invalidate regcaches before
7511 changing the register cache layout.
7512 (regcache_invalidate_one): Allow a NULL regcache.
7513 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
7514 regcaches before changing the register cache layout or the target
7515 regsets.
7516
59e04013
L
75172010-04-12 H.J. Lu <hongjiu.lu@intel.com>
7518
7519 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
7520 variable warning on Linux/x86-64.
7521
8336d594
PA
75222010-04-11 Pedro Alves <pedro@codesourcery.com>
7523
7524 GDBserver disconnected tracing support.
7525
7526 * linux-low.c (linux_remove_process): Delete.
7527 (add_lwp): Don't set last_resume_kind here.
7528 (linux_kill): Use `mourn'.
7529 (linux_detach): Use `thread_db_detach', and `mourn'.
7530 (linux_mourn): New.
7531 (linux_attach_lwp_1): Adjust comment.
7532 (linux_attach): last_resume_kind moved the thread_info; adjust.
7533 (status_pending_p_callback): Adjust.
7534 (linux_wait_for_event_1): Adjust.
7535 (count_events_callback, select_singlestep_lwp_callback)
7536 (select_event_lwp_callback, cancel_breakpoints_callback)
7537 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
7538 (proceed_one_lwp): Adjust.
7539 (linux_async): Add debug output.
7540 (linux_thread_stopped): New.
7541 (linux_pause_all): New.
7542 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
7543 linux_pause_all.
7544 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
7545 (thread_db_free): Delete declaration.
7546 (thread_db_detach, thread_db_mourn): Declare.
7547 * thread-db.c (thread_db_init): Use thread_db_mourn.
7548 (thread_db_free): Delete, split in two.
7549 (disable_thread_event_reporting): New.
7550 (thread_db_detach): New.
7551 (thread_db_mourn): New.
7552
7553 * server.h (struct thread_info) <last_resume_kind>: New field.
7554 <attached>: Add comment.
7555 <gdb_detached>: New field.
7556 (handler_func): Change return type to int.
7557 (handle_serial_event, handle_target_event): Ditto.
7558 (gdb_connected): Declare.
7559 (tracing): Delete.
7560 (disconnected_tracing): Declare.
7561 (stop_tracing): Declare.
7562
7563 * server.c (handle_query) <qSupported>: Report support for
7564 disconnected tracing.
7565 (queue_stop_reply_callback): Account for running threads.
7566 (gdb_wants_thread_stopped): New.
7567 (gdb_wants_all_threads_stopped): New.
7568 (gdb_reattached_process): New.
7569 (handle_status): Clear the `gdb_detached' flag of all processes.
7570 In all-stop, stop all threads.
7571 (main): Be sure to leave tfind mode. Handle disconnected tracing.
7572 (process_serial_event): If the remote connection breaks, or if an
7573 exit was forced with "monitor exit", force an event loop exit.
7574 Handle disconnected tracing on detach.
7575 (handle_serial_event): Adjust.
7576 (handle_target_event): If GDB isn't connected, forward events back
7577 to the inferior, unless the last process exited, in which case,
7578 exit gdbserver. Adjust interface.
7579
7580 * remote-utils.c (remote_open): Don't block in accept. Instead
7581 register an event loop source on the listen socket file
7582 descriptor. Refactor bits into ...
7583 (listen_desc): ... this new global.
7584 (gdb_connected): ... this new function.
7585 (enable_async_notification): ... this new function.
7586 (handle_accept_event): ... this new function.
7587 (remote_close): Clear remote_desc.
7588
7589 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
7590
7591 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
7592 New fields.
7593 (mourn_inferior): Define.
7594 (target_process_qsupported): Avoid the dangling else problem.
7595 (thread_stopped): Define.
7596 (pause_all): Define.
7597 (target_waitstatus_to_string): Declare.
7598 * target.c (target_waitstatus_to_string): New.
7599
7600 * tracepoint.c (tracing): Make extern.
7601 (disconnected_tracing): New.
7602 (stop_tracing): Make extern. Handle tracing stops due to GDB
7603 disconnecting.
7604 (cmd_qtdisconnected): New.
7605 (cmd_qtstatus): Report disconnected tracing status in trace reply.
7606 (handle_tracepoint_general_set): Handle QTDisconnected.
7607
7608 * event-loop.c (event_handler_func): Change return type to int.
7609 (process_event): Bail out if the event handler wants the event
7610 loop to stop.
7611 (handle_file_event): Ditto.
7612 (start_event_loop): Bail out if the event handler wants the event
7613 loop to stop.
7614
7615 * nto-low.c (nto_target_ops): Adjust.
7616 * spu-low.c (spu_wait): Don't remove the process here.
7617 (spu_target_ops): Adjust.
7618 * win32-low.c (win32_wait): Don't remove the process here.
7619 (win32_target_ops): Adjust.
7620
5d267c4c
PA
76212010-04-11 Pedro Alves <pedro@codesourcery.com>
7622
7623 * regcache.c (realloc_register_cache): Invalidate inferior's
7624 regcache before recreating it.
7625
623ccd72
PA
76262010-04-09 Pedro Alves <pedro@codesourcery.com>
7627
7628 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
7629
219f2f23
PA
76302010-04-09 Stan Shebs <stan@codesourcery.com>
7631 Pedro Alves <pedro@codesourcery.com>
7632
7633 * server.h (LONGEST): New.
7634 (struct thread_info) <while_stepping>: New field.
7635 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
7636 Declare.
7637 (initialize_tracepoint, handle_tracepoint_general_set)
7638 (handle_tracepoint_query, tracepoint_finished_step)
7639 (tracepoint_was_hit, release_while_stepping_state_list):
7640 (current_traceframe): Declare.
7641 * server.c (handle_general_set): Handle tracepoint packets.
7642 (read_memory): New.
7643 (write_memory): New.
7644 (handle_search_memory_1): Use read_memory.
7645 (handle_query): Report support for conditional tracepoints, trace
7646 state variables, and tracepoint sources. Handle tracepoint
7647 queries.
7648 (main): Initialize the tracepoints module.
7649 (process_serial_event): Handle traceframe reads/writes.
7650
7651 * linux-low.c (handle_tracepoints): New.
7652 (linux_wait_1): Call it.
7653 (linux_resume_one_lwp): Handle while-stepping.
7654 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
7655 (linux_target_ops): Install them.
7656 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
7657 New field.
7658 * linux-x86-low.c (x86_supports_tracepoints): New.
7659 (the_low_target). Install it.
7660
7661 * mem-break.h (delete_breakpoint): Declare.
7662 * mem-break.c (delete_breakpoint): Make external.
7663
7664 * target.h (struct target_ops): Add `supports_tracepoints',
7665 `read_pc', and `write_pc' fields.
7666 (target_supports_tracepoints): Define.
7667 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
7668 (phex_nz): New.
7669
7670 * regcache.h (struct regcache) <registers_owned>: New field.
7671 (init_register_cache, regcache_cpy): Declare.
7672 (regcache_read_pc, regcache_write_pc): Declare.
7673 (register_cache_size): Declare.
7674 (supply_regblock): Declare.
7675 * regcache.c (init_register_cache): New.
7676 (new_register_cache): Use it.
7677 (regcache_cpy): New.
7678 (register_cache_size): New.
7679 (supply_regblock): New.
7680 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 7681
219f2f23
PA
7682 * tracepoint.c: New.
7683
7684 * Makefile.in (OBS): Add tracepoint.o.
7685 (tracepoint.o): New rule.
7686
3a13a53b
L
76872010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7688
7689 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
7690 (i386-mmx.o): New.
7691 (i386-mmx.c): Likewise.
7692 (i386-mmx-linux.o): Likewise.
7693 (i386-mmx-linux.c): Likewise.
7694
7695 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
7696 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
7697 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
7698 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
7699
7700 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
7701 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
7702 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
7703
1570b33e
L
77042010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7705
7706 * Makefile.in (clean): Updated.
7707 (i386-avx.o): New.
7708 (i386-avx.c): Likewise.
7709 (i386-avx-linux.o): Likewise.
7710 (i386-avx-linux.c): Likewise.
7711 (amd64-avx.o): Likewise.
7712 (amd64-avx.c): Likewise.
7713 (amd64-avx-linux.o): Likewise.
7714 (amd64-avx-linux.c): Likewise.
7715
7716 * configure.srv (srv_i386_regobj): Add i386-avx.o.
7717 (srv_i386_linux_regobj): Add i386-avx-linux.o.
7718 (srv_amd64_regobj): Add amd64-avx.o.
7719 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
7720 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
7721 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
7722 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
7723 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
7724 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
7725 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
7726
7727 * i387-fp.c: Include "i386-xstate.h".
7728 (i387_xsave): New.
7729 (i387_cache_to_xsave): Likewise.
7730 (i387_xsave_to_cache): Likewise.
7731 (x86_xcr0): Likewise.
7732
7733 * i387-fp.h (i387_cache_to_xsave): Likewise.
7734 (i387_xsave_to_cache): Likewise.
7735 (x86_xcr0): Likewise.
7736
7737 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
7738 * linux-crisv32-low.c (target_regsets): Likewise.
7739 * linux-m68k-low.c (target_regsets): Likewise.
7740 * linux-mips-low.c (target_regsets): Likewise.
7741 * linux-ppc-low.c (target_regsets): Likewise.
7742 * linux-s390-low.c (target_regsets): Likewise.
7743 * linux-sh-low.c (target_regsets): Likewise.
7744 * linux-sparc-low.c (target_regsets): Likewise.
7745 * linux-xtensa-low.c (target_regsets): Likewise.
7746
7747 * linux-low.c: Include <sys/uio.h>.
7748 (regsets_fetch_inferior_registers): Support nt_type.
7749 (regsets_store_inferior_registers): Likewise.
7750 (linux_process_qsupported): New.
7751 (linux_target_ops): Add linux_process_qsupported.
7752
7753 * linux-low.h (regset_info): Add nt_type.
7754 (linux_target_ops): Add process_qsupported.
7755
7756 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
7757 and <sys/uio.h>.
7758 (init_registers_i386_avx_linux): New.
7759 (init_registers_amd64_avx_linux): Likewise.
7760 (xmltarget_i386_linux_no_xml): Likewise.
7761 (xmltarget_amd64_linux_no_xml): Likewise.
7762 (PTRACE_GETREGSET): Likewise.
7763 (PTRACE_SETREGSET): Likewise.
7764 (x86_fill_xstateregset): Likewise.
7765 (x86_store_xstateregset): Likewise.
7766 (use_xml): Likewise.
7767 (x86_linux_update_xmltarget): Likewise.
7768 (x86_linux_process_qsupported): Likewise.
7769 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
7770 (x86_arch_setup): Don't call init_registers_amd64_linux nor
7771 init_registers_i386_linux here. Call
7772 x86_linux_update_xmltarget.
7773 (the_low_target): Add x86_linux_process_qsupported.
7774
7775 * server.c (handle_query): Call target_process_qsupported.
7776
7777 * target.h (target_ops): Add process_qsupported.
7778 (target_process_qsupported): New.
7779
fc7238bb
PA
77802010-04-03 Pedro Alves <pedro@codesourcery.com>
7781
7782 * inferiors.c (add_thread): Set last_status kind to
7783 TARGET_WAITKIND_IGNORE.
7784 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
7785 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
7786 (linux_wait_1): Move `thread' local definition to block that uses
7787 it. Don't NULL initialize `event_child'.
7788 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
7789 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
7790 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
7791
bdabb078
PA
77922010-04-01 Pedro Alves <pedro@codesourcery.com>
7793
7794 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
7795 an extended waitstatus, or by a watchpoint.
7796 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
7797 thread was stepping or has been stopped by a watchpoint.
7798
d3bbe7a0
PA
77992010-04-01 Pedro Alves <pedro@codesourcery.com>
7800
7801 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
7802 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
7803 of another, then delete the previous, and validate all
7804 breakpoints.
7805 (validate_inserted_breakpoint): New.
7806 (delete_disabled_breakpoints): New.
7807 (validate_breakpoints): New.
7808 (check_mem_read): Validate breakpoints before trusting their
7809 shadow. Delete disabled breakpoints.
7810 (check_mem_write): Validate breakpoints before trusting they
7811 should be inserted. Delete disabled breakpoints.
7812 * mem-break.h (validate_breakpoints):
7813 * server.c (handle_query): Validate breakpoints when we see a
7814 qSymbol query.
7815
8b07ae33
PA
78162010-04-01 Pedro Alves <pedro@codesourcery.com>
7817
7818 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7819 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7820 if we could tell there's a GDB breakpoint at stop_pc.
7821 (need_step_over_p): Don't do a step over if we find a GDB
7822 breakpoint at the resume PC.
7823
7824 * mem-break.c (struct raw_breakpoint): New.
7825 (enum bkpt_type): New type `gdb_breakpoint'.
7826 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7827 fields. New field `raw'.
7828 (find_raw_breakpoint_at): New.
7829 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7830 breakpoint instead.
7831 (set_breakpoint_at): Adjust.
7832 (delete_raw_breakpoint): New.
7833 (release_breakpoint): New.
7834 (delete_breakpoint): Rename to...
7835 (delete_breakpoint_1): ... this. Add proc parameter. Use
7836 release_breakpoint. Return ENOENT.
7837 (delete_breakpoint): Reimplement.
7838 (find_breakpoint_at): Delete.
7839 (find_gdb_breakpoint_at): New.
7840 (delete_breakpoint_at): Delete.
7841 (set_gdb_breakpoint_at): New.
7842 (delete_gdb_breakpoint_at): New.
7843 (gdb_breakpoint_here): New.
7844 (set_reinsert_breakpoint): Use release_breakpoint.
7845 (uninsert_breakpoint): Rename to ...
7846 (uninsert_raw_breakpoint): ... this.
7847 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7848 (reinsert_raw_breakpoint): Change parameter type to
7849 raw_breakpoint.
7850 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7851 instead.
7852 (check_breakpoints): Adjust. Use release_breakpoint.
7853 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7854 (breakpoint_inserted_here): Ditto.
7855 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7856 Don't trust the breakpoint's shadow if it is not inserted.
7857 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7858 (delete_all_breakpoints): Adjust.
7859 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7860 use delete_breakpoint_1.
7861
7862 * mem-break.h (breakpoints_supported): Delete declaration.
7863 (set_gdb_breakpoint_at): Declare.
7864 (gdb_breakpoint_here): Declare.
7865 (delete_breakpoint_at): Delete.
7866 (delete_gdb_breakpoint_at): Declare.
7867
7868 * server.h (struct raw_breakpoint): Forward declare.
7869 (struct process_info): New field `raw_breakpoints'.
7870
7871 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7872 breakpoints.
7873
6bf5e0ba
PA
78742010-03-24 Pedro Alves <pedro@codesourcery.com>
7875
7876 * linux-low.c (status_pending_p_callback): Fix comment.
7877 (linux_wait_for_event_1): Move most of the internal breakpoint
7878 handling from here...
7879 (linux_wait_1): ... to here.
7880 (count_events_callback): New.
7881 (select_singlestep_lwp_callback): New.
7882 (select_event_lwp_callback): New.
7883 (cancel_breakpoints_callback): New.
7884 (select_event_lwp): New.
7885 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7886 priority to all LWPs that have had events that should be reported
7887 to the client. Cancel breakpoints when about to reporting the
7888 event to the client, not while stopping lwps. No longer cancel
7889 finished single-steps here.
7890 (cancel_finished_single_step): Delete.
7891 (cancel_finished_single_steps): Delete.
7892
414a389f
PA
78932010-03-24 Pedro Alves <pedro@codesourcery.com>
7894
7895 * mem-break.c (enum bkpt_type): New.
7896 (struct breakpoint): New field `type'.
7897 (set_breakpoint_at): Change return type to struct breakpoint
7898 pointer. Set type to `other_breakpoint' by default.
7899 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7900 in the breakpoint list.
7901 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7902 (reinsert_breakpoint): Rename to ...
7903 (reinsert_raw_breakpoint): ... this.
7904 (reinsert_breakpoints_at): Adjust.
7905 * mem-break.h (struct breakpoint): Declare.
7906 (set_breakpoint_at): Change return type to struct breakpoint
7907 pointer.
7908
2280c721
PA
79092010-03-24 Pedro Alves <pedro@codesourcery.com>
7910
7911 * server.c (handle_query): Assign, not compare.
7912
d50171e4
PA
79132010-03-24 Pedro Alves <pedro@codesourcery.com>
7914
7915 Teach linux gdbserver to step-over-breakpoints.
7916
7917 * linux-low.c (can_hardware_single_step): New.
7918 (supports_breakpoints): New.
7919 (handle_extended_wait): If stopping threads, read the stop pc of
7920 the new cloned LWP.
7921 (get_pc): New.
7922 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7923 low target doesn't support retrieving the PC.
7924 (add_lwp): Set last_resume_kind to resume_continue.
7925 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7926 (linux_attach): Don't clear stop_expected. Set the lwp's
7927 last_resume_kind to resume_stop.
7928 (linux_detach_one_lwp): Don't check for removed breakpoints.
7929 (check_removed_breakpoint): Delete.
7930 (status_pending_p): Rename to ...
7931 (status_pending_p_callback): ... this. Don't check for removed
7932 breakpoints. Don't consider threads that are stopped from GDB's
7933 perspective.
7934 (linux_wait_for_lwp): Always read the stop_pc here.
7935 (cancel_breakpoint): New.
7936 (step_over_bkpt): New global.
7937 (linux_wait_for_event_1): Implement stepping over breakpoints.
7938 (gdb_wants_lwp_stopped): New.
7939 (gdb_wants_all_stopped): New.
7940 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7941 single-step traps here. Store the thread's last reported target
7942 wait status.
7943 (send_sigstop): Don't clear stop_expected. Always set it,
7944 instead.
7945 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
7946 (cancel_finished_single_step): New.
7947 (cancel_finished_single_steps): New.
7948 (wait_for_sigstop): Don't cancel finished single-step traps here.
7949 (linux_resume_one_lwp): Don't check for removed breakpoints.
7950 Don't set `step' on non-hardware step archs.
7951 (linux_set_resume_request): Ignore resume_stop requests if already
7952 stopping or stopped. Set the lwp's last_resume_kind.
7953 (resume_status_pending_p): Don't check for removed breakpoints.
7954 (need_step_over_p): New.
7955 (start_step_over): New.
7956 (finish_step_over): New.
7957 (linux_resume_one_thread): Always queue a sigstop for resume_stop
7958 requests. Clear the thread's last reported target waitstatus.
7959 Don't use the `suspended' flag. Don't consider pending breakpoints.
7960 (linux_resume): Start a step-over if necessary.
7961 (proceed_one_lwp): New.
7962 (proceed_all_lwps): New.
7963 (unstop_all_lwps): New.
7964 * linux-low.h (struct lwp_info): Rewrite comment for the
7965 `suspended' flag. Add the `stop_pc' field. Delete the
7966 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
7967 Add `'last_resume_kind' and `need_step_over' fields.
7968 * inferiors.c (struct thread_info): Delete, moved elsewhere.
7969 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
7970 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
7971 (set_raw_breakpoint_at): New.
7972 (set_breakpoint_at): Rewrite to use it.
7973 (reinsert_breakpoint_handler): Delete.
7974 (set_reinsert_breakpoint): New.
7975 (reinsert_breakpoint_by_bp): Delete.
7976 (delete_reinsert_breakpoints): New.
7977 (uninsert_breakpoint): Rewrite.
7978 (uninsert_breakpoints_at): New.
7979 (reinsert_breakpoint): Rewrite.
7980 (reinsert_breakpoints_at): New.
7981 (check_breakpoints): Rewrite.
7982 (breakpoint_here): New.
7983 (breakpoint_inserted_here): New.
7984 (check_mem_read): Adjust.
7985 * mem-break.h (breakpoints_supported, breakpoint_here)
7986 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
7987 (reinsert_breakpoint_by_bp): Delete declaration.
7988 (delete_reinsert_breakpoints): Declare.
7989 (reinsert_breakpoint): Delete declaration.
7990 (reinsert_breakpoints_at): Declare.
7991 (uninsert_breakpoint): Delete declaration.
7992 (uninsert_breakpoints_at): Declare.
7993 (check_breakpoints): Adjust prototype.
7994 * server.h: Adjust include order.
7995 (struct thread_info): Declare here. Add a `last_status' field.
7996
30ba68cb
MS
79972010-03-23 Michael Snyder <msnyder@vmware.com>
7998
7999 * server.c (crc32): New function.
8000 (handle_query): Add handling for 'qCRC:' request.
8001
b9a881c2
PA
80022010-03-23 Pedro Alves <pedro@codesourcery.com>
8003
8004 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
8005 lwp had been stopped by a watchpoint.
8006
e92d13d5
PA
80072010-03-16 Pedro Alves <pedro@codesourcery.com>
8008
8009 * server.h (internal_error): Declare.
8010 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
8011 * utils.c (internal_error): New function.
8012
64daa791
AS
80132010-03-15 Andreas Schwab <schwab@redhat.com>
8014
8015 * configure.srv: Fix typo setting srv_regobj.
8016
f52cd8cd
PA
80172010-03-15 Pedro Alves <pedro@codesourcery.com>
8018
8019 * linux-low.c (fetch_register): Avoid passing a non string literal
8020 format to `error'.
8021 (usr_store_inferior_registers): Ditto.
8022
93ae6fdc
PA
80232010-03-14 Pedro Alves <pedro@codesourcery.com>
8024
8025 * linux-low.c (linux_write_memory): Bail out early if peeking
8026 memory failed.
8027
c3adc08c
PA
80282010-03-14 Pedro Alves <pedro@codesourcery.com>
8029
8030 * linux-low.h (struct lwp_info): New fields
8031 `stopped_by_watchpoint' and `stopped_data_address'.
8032 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
8033 here, and cache them in the lwp object.
8034 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
8035 directly.
8036 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
8037 field.
8038 (linux_stopped_by_watchpoint): Rewrite.
8039 (linux_stopped_data_address): Rewrite.
8040
bce522a2
PA
80412010-03-06 Simo Melenius <simo.melenius@iki.fi>
8042
8043 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
8044 switching the current inferior, not before.
8045
90884b2b
L
80462010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8047
8048 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
8049 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
8050 i386-linux.c and amd64-linux.c.
8051 (reg-i386.o): Removed.
8052 (reg-i386.c): Likewise.
8053 (reg-i386-linux.o): Likewise.
8054 (reg-i386-linux.c): Likewise.
8055 (reg-x86-64.o): Likewise.
8056 (reg-x86-64.c): Likewise.
8057 (reg-x86-64-linux.o): Likewise.
8058 (reg-x86-64-linux.c): Likewise.
8059 (i386.o): New.
8060 (i386.c): Likewise.
8061 (i386-linux.o): Likewise.
8062 (i386-linux.c): Likewise.
8063 (amd64.o): Likewise.
8064 (amd64.c): Likewise.
8065 (amd64-linux.o): Likewise.
8066 (amd64-linux.c): Likewise.
8067
8068 * configure.srv (srv_i386_regobj): New.
8069 (srv_i386_linux_regobj): Likewise.
8070 (srv_amd64_regobj): Likewise.
8071 (srv_amd64_linux_regobj): Likewise.
8072 (srv_i386_32bit_xmlfiles): Likewise.
8073 (srv_i386_64bit_xmlfiles): Likewise.
8074 (srv_i386_xmlfiles): Likewise.
8075 (srv_amd64_xmlfiles): Likewise.
8076 (srv_i386_linux_xmlfiles): Likewise.
8077 (srv_amd64_linux_xmlfiles): Likewise.
8078 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
8079 srv_xmlfiles to $srv_i386_xmlfiles.
8080 (i[34567]86-*-mingw32ce*): Likewise.
8081 (i[34567]86-*-mingw*): Likewise.
8082 (i[34567]86-*-nto*): Likewise.
8083 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
8084 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
8085 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
8086 (x86_64-*-linux*): Likewise.
8087
8088 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
8089 (init_registers_amd64_linux): New.
8090 (x86_arch_setup): Replace init_registers_x86_64_linux with
8091 init_registers_amd64_linux.
8092
193f13e6
MK
80932010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
8094
8095 * configure.ac: Check for libdl. If it is not available link against
8096 static libthread_db.
8097 * configure: Regenerate.
8098
85d721b8
PA
80992010-02-22 Pedro Alves <pedro@codesourcery.com>
8100
8101 PR9605
8102
8103 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
8104 handing a read watchpoint.
8105 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
8106
6076632b
DE
81072010-02-12 Doug Evans <dje@google.com>
8108
8109 * linux-low.c (linux_supports_tracefork_flag): Document.
8110 (linux_look_up_symbols): Add comment.
8111
3327ccf7
L
81122010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8113
8114 * regcache.c (supply_register): Clear regcache if buf is NULL.
8115
0718675c 81162010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 8117 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
8118
8119 * inferiors.c (find_inferior): Add function documentation.
8120 (unloaded_dll): Handle the case where the unloaded dll has not
8121 been previously registered in the dll list.
8122
177321bd
DJ
81232010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8124
8125 * linux-arm-low.c (thumb_breakpoint_len): Delete.
8126 (thumb2_breakpoint): New.
8127 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
8128
2b009048
DJ
81292010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8130
8131 * linux-low.c (get_stop_pc): Check for SIGTRAP.
8132 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
8133 breakpoints.
8134
3be029c7
PA
81352010-01-21 Pedro Alves <pedro@codesourcery.com>
8136
8137 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
8138
18f5de3b
JK
81392010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 * linux-s390-low.c (s390_collect_ptrace_register)
8142 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
8143
3743bb4f
DE
81442010-01-21 Doug Evans <dje@google.com>
8145
14ce3065
DE
8146 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
8147 (PTRACE_ARG4_TYPE): New macro.
8148 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
8149 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
8150 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
8151 (usr_store_inferior_registers): Ditto.
8152 (linux_read_memory, linux_write_memory): Ditto.
8153 (linux_test_for_tracefork): Ditto.
8154
3743bb4f
DE
8155 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
8156 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
8157
8b315be5
PA
81582010-01-21 Pedro Alves <pedro@codesourcery.com>
8159
8160 * proc-service.c (ps_lgetregs): Don't refetch registers from the
8161 target.
8162
85492558
PA
81632010-01-21 Pedro Alves <pedro@codesourcery.com>
8164
8165 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
8166 prototype to take a regcache. Adjust.
8167
442ea881
PA
81682010-01-20 Pedro Alves <pedro@codesourcery.com>
8169
8170 * regcache.h (struct thread_info): Forward declare.
8171 (struct regcache): New.
8172 (new_register_cache): Adjust prototype.
8173 (get_thread_regcache): Declare.
8174 (free_register_cache): Adjust prototype.
8175 (registers_to_string, registers_from_string): Ditto.
8176 (supply_register, supply_register_by_name, collect_register)
8177 (collect_register_as_string, collect_register_by_name): Ditto.
8178 * regcache.c (struct inferior_regcache_data): Delete.
8179 (get_regcache): Rename to ...
8180 (get_thread_regcache): ... this. Adjust. Switch inferior before
8181 fetching registers.
8182 (regcache_invalidate_one): Adjust.
8183 (regcache_invalidate): Fix prototype.
8184 (new_register_cache): Return the new register cache.
8185 (free_register_cache): Change prototype.
8186 (realloc_register_cache): Adjust.
8187 (registers_to_string): Change prototype to take a regcache. Adjust.
8188 (registers_from_string): Ditto.
8189 (register_data): Ditto.
8190 (supply_register): Ditto.
8191 (supply_register_by_name): Ditto.
8192 (collect_register): Ditto.
8193 (collect_register_as_string): Ditto.
8194 (collect_register_by_name): Ditto.
8195 * server.c (process_serial_event): Adjust.
8196 * linux-low.h (regset_fill_func, regset_store_func): Change
8197 prototype.
8198 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
8199 Change prototype.
8200 * linux-low.c (get_stop_pc): Adjust.
8201 (check_removed_breakpoint): Adjust.
8202 (linux_wait_for_event): Adjust.
8203 (linux_resume_one_lwp): Adjust.
8204 (fetch_register): Add regcache parameter. Adjust.
8205 (usr_store_inferior_registers): Ditto.
8206 (regsets_fetch_inferior_registers): Ditto.
8207 (regsets_store_inferior_registers): Ditto.
8208 (linux_fetch_registers, linux_store_registers): Ditto.
8209 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
8210 regcache. Adjust.
43aaf8b6
PA
8211 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
8212 Ditto.
442ea881
PA
8213 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
8214 prototype to take a regcache.
8215 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
8216 * remote-utils.c (convert_ascii_to_int, outreg)
8217 (prepare_resume_reply): Change prototype to take a regcache.
8218 Adjust.
8219 * target.h (struct target_ops) <fetch_registers, store_registers>:
8220 Change prototype to take a regcache.
8221 (fetch_inferior_registers, store_inferior_registers): Change
8222 prototype to take a regcache. Adjust.
8223 * proc-service.c (ps_lgetregs): Adjust.
8224 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
8225 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
8226 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
8227 take a regcache. Adjust.
8228 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
8229 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
8230 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
8231 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
8232 * linux-cris-low.c (cris_get_pc, cris_set_pc)
8233 (cris_cannot_fetch_register):
8234 (cris_breakpoint_at): Change prototype to take a regcache.
8235 Adjust.
8236 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
8237 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
8238 to take a regcache. Adjust.
8239 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
8240 Adjust.
8241 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
8242 take a regcache. Adjust.
8243 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
8244 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
8245 (m68k_set_pc): Change prototype to take a regcache. Adjust.
8246 * linux-mips-low.c (mips_get_pc):
8247 (mips_set_pc): Change prototype to take a regcache. Adjust.
8248 (mips_reinsert_addr): Adjust.
8249 (mips_collect_register): Change prototype to take a regcache.
8250 Adjust.
8251 (mips_supply_register):
8252 (mips_collect_register_32bit, mips_supply_register_32bit)
8253 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
8254 (mips_store_fpregset): Ditto.
43aaf8b6
PA
8255 * linux-ppc-low.c (ppc_supply_ptrace_register)
8256 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
8257 (parse_spufs_run): Adjust.
8258 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
8259 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
8260 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
8261 take a regcache. Adjust.
8262 * linux-s390-low.c (s390_collect_ptrace_register)
8263 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
8264 (s390_set_pc): Change prototype to take a regcache. Adjust.
8265 (s390_arch_setup): Adjust.
8266 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
8267 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
8268 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
8269 (sparc_fill_gregset, sparc_store_gregset_from_stack)
8270 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
8271 regcache. Adjust.
8272 (sparc_breakpoint_at): Adjust.
8273 * linux-xtensa-low.c (xtensa_fill_gregset):
8274 (xtensa_store_gregset):
8275 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
8276 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
8277 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
8278 prototype to take a regcache. Adjust.
8279 * win32-arm-low.c (arm_fetch_inferior_register)
8280 (arm_store_inferior_register): Change prototype to take a
8281 regcache. Adjust.
8282 * win32-i386-low.c (i386_fetch_inferior_register)
8283 (i386_store_inferior_register): Change prototype to take a
8284 regcache. Adjust.
8285 * win32-low.c (child_fetch_inferior_registers)
8286 (child_store_inferior_registers): Change prototype to take a
8287 regcache. Adjust.
8288 (win32_wait): Adjust.
8289 (win32_fetch_inferior_registers): Change prototype to take a
8290 regcache. Adjust.
8291 (win32_store_inferior_registers): Adjust.
8292 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
8293 store_inferior_register>: Change prototype to take a regcache.
8294
60c3d7b0
DE
82952010-01-20 Doug Evans <dje@google.com>
8296
8297 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
8298 #ifdef.
8299 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 8300 (W_STOPCODE): Provide definition if missing.
60c3d7b0 8301
dc146f7c
VP
83022010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8303
8304 * linux-low.c (linux_core_of_thread): New.
8305 (compare_ints, show_process, list_threads): New.
8306 (linux_qxfer_osdata): Report threads and cores.
8307 (linux_target_op): Register linux_core_of_thread.
8308 * remote-utils.c (prepare_resume_reply): Report the core.
8309 (buffer_xml_printf): Support %d specifier.
8310 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
8311 New.
8312 (handle_query): Handle qXfer:threads. Announce availability
8313 thereof.
8314 * target.h (struct target_ops): New field core_of_thread.
8315
7803799a
UW
83162010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8317
8318 * Makefile.in (clean): Remove new generated files.
8319 (reg-s390.o, reg-s390.c): Remove rules.
8320 (reg-s390x.o, reg-s390x.c): Likewise.
8321 (s390-linux32.o, s390-linux32.c): Add rules.
8322 (s390-linux64.o, s390-linux64.c): Likewise.
8323 (s390x-linux64.o, s390x-linux64.c): Likewise.
8324 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
8325 * linux-s390-low.c: Include <elf.h>.
8326 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8327 (init_registers_s390): Remove prototype.
8328 (init_registers_s390x): Likewise.
8329 (init_registers_s390_linux32): Add prototype.
8330 (init_registers_s390_linux64): Likewise.
8331 (init_registers_s390x_linux64): Likewise.
8332 (s390_num_regs_3264): New define.
8333 (s390_regmap_3264): New global variable.
8334 (s390_cannot_fetch_register): Remove obsolete check.
8335 (s390_cannot_store_register): Likewise.
8336 (s390_collect_ptrace_register): Handle upper/lower register halves.
8337 (s390_supply_ptrace_register): Likewise.
8338 (s390_fill_gregset): Update to register number changes.
8339 (s390_get_hwcap): New routine.
8340 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
8341 Install appropriate regmap and register set.
8342
6e7ffa39
JB
83432010-01-01 Joel Brobecker <brobecker@adacore.com>
8344
8345 * server.c (gdbserver_version): Update copyright year to 2010.
8346 * gdbreplay.c (gdbreplay_version): Likewise.
8347
957f3f49
DE
83482009-12-28 Doug Evans <dje@google.com>
8349
8350 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
8351 elf/external.h. Include <elf.h> instead but only if necessary.
8352
ca5c370d
PA
83532009-12-28 Pedro Alves <pedro@codesourcery.com>
8354
8355 * linux-low.c (linux_remove_process): Remove `detaching'
8356 parameter. Don't release/detach from thread_db here.
8357 (linux_kill): Release/detach from thread_db here, ...
8358 (linux_detach): ... and here, before actually detaching.
8359 (linux_wait_1): ... and here, when a process exits.
8360 * thread-db.c (any_thread_of): New.
8361 (thread_db_free): Switch the current inferior to a thread of the
8362 passed in process.
8363
4ee62156
DE
83642009-12-21 Doug Evans <dje@google.com>
8365
d90e6a88
DE
8366 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
8367
c5f62d5f
DE
8368 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
8369 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
8370 warning ifndef __NR_tkill. Move setting of errno there too.
8371 Delete unnecessary resetting of errno after syscall.
8372 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
8373
10e86dd7
DE
8374 * configure.ac: Check for dladdr.
8375 * config.in: Regenerate.
8376 * configure: Regenerate.
8377 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
8378 (try_thread_db_load): Update.
8379
4ee62156
DE
8380 * linux-low.c (my_waitpid): Delete unnecessary prototype.
8381
00f515da
DE
83822009-12-18 Doug Evans <dje@google.com>
8383
e9464885
DE
8384 * event-loop.c: Include unistd.h if it exists.
8385
07d4f67e
DE
8386 * linux-low.c (my_waitpid): Move definition away from being in
8387 between linux_tracefork_child/linux_test_for_tracefork.
8388
00f515da
DE
8389 * gdb_proc_service.h (psaddr_t): Fix type.
8390 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
8391 signature to match glibc.
8392
1de1badb
DE
83932009-12-16 Doug Evans <dje@google.com>
8394
8395 * linux-low.c (linux_read_memory): Fix argument to read.
8396
aeeb81d1
PA
83972009-11-26 Pedro Alves <pedro@codesourcery.com>
8398
8399 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
8400 events, don't leave current_inferior pointing at null.
8401
10357975
PA
84022009-11-26 Pedro Alves <pedro@codesourcery.com>
8403
8404 * win32-low.c (LOG): Delete.
8405 (OUTMSG): Output to stderr.
8406 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
8407 on compile time LOG macro.
8408 (win32_wait): Fix debug output.
8409
cf6e3471
PA
84102009-11-26 Pedro Alves <pedro@codesourcery.com>
8411
8412 * win32-low.c (win32_add_one_solib): If the dll name is
8413 "ntdll.dll", prepend the system directory to the dll path.
8414
0c85e18e
MK
84152009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
8416
8417 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
8418
9ac544ce 84192009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 8420 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
8421
8422 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
8423 * configure.ac: Check for __mcoldfire__ and set
8424 gdb_cv_m68k_is_coldfire.
8425 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
8426 reg-cf.o and reg-m68k.o.
8427 * configure: Regenerated.
8428
fd7dd3e6
PA
84292009-11-16 Pedro Alves <pedro@codesourcery.com>
8430
8431 * linux-low.c (linux_remove_process): Add `detaching' parameter.
8432 Pass it to thread_db_free.
8433 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
8434 proper `detaching' argument to linux_remove_process.
8435 * linux-low.h (thread_db_free): Add `detaching' parameter.
8436 * thread-db.c (thread_db_init): Pass false as `detaching' argument
8437 to thread_db_free.
8438 (thread_db_free): Add `detaching' parameter. Only
8439 call td_ta_clear_event if detaching from process.
8440
75aa492e
MK
84412009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
8442
8443 * thread-db.c (thread_db_free): Fix typo.
8444
21e1bee4
PP
84452009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8446
8447 PR gdb/10838
8448 * thread-db.c (thread_db_free): Call td_ta_clear_event.
8449
8838b45e
NS
84502009-11-03 Nathan Sidwell <nathan@codesourcery.com>
8451
8452 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
8453 with an i686 compiler.
8454 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
8455 needed.
8456 * configure: Rebuilt.
8457
8a35fb51
SL
84582009-10-29 Sandra Loosemore <sandra@codesourcery.com>
8459
8460 PR gdb/10783
8461
8462 * server.c (handle_search_memory_1): Correct read_addr initialization
8463 in loop for searching subsequent chunks.
8464
96f15937
PP
84652009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
8466
8467 * configure.ac: New --with-libthread-db option.
8468 * thread-db.c: Allow direct dependence on libthread_db.
8469 (thread_db_free): Adjust.
8470 * config.in: Regenerate.
8471 * configure: Likewise.
889bf7c5 8472
5f7d1694
PP
84732009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
8474
8475 PR gdb/10757
8476 * thread-db.c (attach_thread): New function.
8477 (maybe_attach_thread): Return success/failure.
8478 (find_new_threads_callback): Adjust.
889bf7c5
PA
8479 (thread_db_find_new_threads): Loop until no new threads.
8480
88e3b899
PA
84812009-10-13 Pedro Alves <pedro@codesourcery.com>
8482
8483 * proc-service.c (ps_lgetregs): Formatting.
8484
cdbfd419
PP
84852009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8486
8487 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
8488 * configure.ac: Adjust.
8489 * linux-low.h (struct process_info_private): Move members to struct
8490 thread_db.
8491 (thread_db_free, thread_db_handle_monitor_command): New prototype.
8492 * linux-low.c (linux_remove_process): Adjust.
8493 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
8494 * server.c (handle_query): Move code ...
8495 (handle_monitor_command): ... here. New function.
8496 * target.h (struct target_ops): New member.
8497 * thread-db.c (struct thread_db): New.
8498 (libthread_db_search_path): New variable.
8499 (thread_db_create_event, thread_db_enable_reporting)
8500 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
8501 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
8502 (try_thread_db_load_1, dladdr_to_soname): New functions.
8503 (try_thread_db_load, thread_db_load_search): New functions.
8504 (thread_db_init): Search for libthread_db.
8505 (thread_db_free): New function.
8506 (thread_db_handle_monitor_command): Likewise.
8507 * config.in: Regenerate.
8508 * configure: Regenerate.
889bf7c5 8509
4168d2d6
UW
85102009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
8511
8512 * spu-low.c (spu_kill): Wait for inferior to terminate.
8513 Call clear_inferiors.
8514 (spu_detach): Call clear_inferiors.
8515
81ecdfbb
RW
85162009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8517
8518 * aclocal.m4: Regenerate.
8519 * config.in: Likewise.
8520 * configure: Likewise.
8521
0b9ff2c0
UW
85222009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8523
8524 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
8525 (parse_spufs_run): New function.
8526 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
8527 (ppc_breakpoint_at): Handle SPU breakpoints.
8528
efcbbd14
UW
85292009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8530
8531 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
8532 (SPUFS_MAGIC): Define.
8533 (spu_enumerate_spu_ids): New function.
8534 (linux_qxfer_spu): New function.
8535 (linux_target_ops): Install linux_qxfer_spu.
8536
f4d9bade
UW
85372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8538
8539 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
8540 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
8541 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
8542 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
8543 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
8544 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
8545 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
8546 (init_registers_powerpc_cell32l): Add prototype.
8547 (init_registers_powerpc_cell64l): Likewise.
8548 (ppc_arch_setup): Detect Cell/B.E. architecture.
8549
96e946ca
RW
85502009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8551
8552 * Makefile.in (datarootdir): New variable.
8553
58d6951d
DJ
85542009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8555
8556 * linux-low.c (linux_write_memory): Update debugging output.
8557 * Makefile.in (clean): Add new descriptions.
8558 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
8559 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
8560 * configure.srv: Add new files for arm*-*-linux*.
8561 * linux-arm-low.c: Add new declarations.
8562 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
8563 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
8564 (HWCAP_VFPv3D16): New.
8565 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
8566 instead of __IWMMXT__.
8567 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
8568 (arm_arch_setup): New.
8569 (target_regsets): Remove #ifdef. Add VFP regset.
8570 (the_low_target): Use arm_arch_setup.
8571
12b42a12
DJ
85722009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8573
8574 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
8575 the main thread again.
8576
ac8c974e
AR
85772009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
8578
8579 Adding Neutrino gdbserver.
8580 * configure: Regenerated.
8581 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
8582 * configure.srv (i[34567]86-*-nto*): New target.
8583 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
8584 * remote-utils.c [__QNX__]: Include sys/iomgr.h
8585 (nto_comctrl) [__QNX__]: New function.
8586 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
8587
4424e0c3 85882009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
8589
8590 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
8591 srv_tgtobj.
8592
912cf4ba
PA
85932009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
8594 Pedro Alves <pedro@codesourcery.com>
8595
8596 * win32-i386-low.c (i386_get_thread_context): Handle systems that
8597 don't support CONTEXT_EXTENDED_REGISTERS.
8598 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
8599 (the_low_target): Install them.
8600 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
8601 failing with ERROR_PIPE_NOT_CONNECTED.
8602
aa5ca48f
DE
86032009-06-30 Doug Evans <dje@google.com>
8604 Pierre Muller <muller@ics.u-strasbg.fr>
8605
8606 Add h/w watchpoint support to x86-linux, win32-i386.
8607 * Makefile.in (SFILES): Add i386-low.c
8608 (i386_low_h): Define.
8609 (i386-low.o): Add dependencies.
8610 (linux-x86-low.o): Add i386-low.h dependency.
8611 (win32-i386-low.o): Ditto.
8612 * i386-low.c: New file.
8613 * i386-low.h: New file.
8614 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
8615 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
8616 * linux-low.c (linux_add_process): Initialize arch_private.
8617 (linux_remove_process): Free arch_private.
8618 (add_lwp): Initialize arch_private.
8619 (delete_lwp): Free arch_private.
8620 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
8621 provided.
8622 * linux-low.h (process_info_private): New member arch_private.
8623 (lwp_info): New member arch_private.
8624 (linux_target_ops): New members new_process, new_thread,
8625 prepare_to_resume.
8626 (ptid_of): New macro.
8627 * linux-x86-low.c: Include stddef.h, i386-low.h.
8628 (arch_process_info): New struct.
8629 (arch_lwp_info): New struct.
8630 (x86_linux_dr_get, x86_linux_dr_set): New functions.
8631 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8632 (i386_dr_low_get_status): New function.
8633 (x86_insert_point, x86_remove_point): New functions.
8634 (x86_stopped_by_watchpoint): New function.
8635 (x86_stopped_data_address): New function.
8636 (x86_linux_new_process, x86_linux_new_thread): New functions.
8637 (x86_linux_prepare_to_resume): New function.
8638 (the_low_target): Add entries for insert_point, remove_point,
8639 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
8640 prepare_to_resume.
8641 * server.c (debug_hw_points): New global.
8642 (monitor_show_help): Document set debug-hw-points.
8643 (handle_query): Process "set debug-hw-points".
8644 * server.h (debug_hw_points): Declare.
8645 (paddress): Declare.
8646 * utils.c (NUMCELLS, CELLSIZE): New macros.
8647 (get_sell, xsnprintf, paddress): New functions.
8648 * win32-arm-low.c (the_low_target): Add entries for insert_point,
8649 remove_point, stopped_by_watchpoint, stopped_data_address.
8650 * win32-i386-low.c: Include i386-low.h.
8651 (debug_reg_state): Replaces dr.
8652 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8653 (i386_dr_low_get_status): New function.
8654 (i386_insert_point, i386_remove_point): New functions.
8655 (i386_stopped_by_watchpoint): New function.
8656 (i386_stopped_data_address): New function.
8657 (i386_initial_stuff): Update.
8658 (get_thread_context,set_thread_context,i386_thread_added): Update.
8659 (the_low_target): Add entries for insert_point,
8660 remove_point, stopped_by_watchpoint, stopped_data_address.
8661 * win32-low.c (win32_insert_watchpoint): New function.
8662 (win32_remove_watchpoint): New function.
8663 (win32_stopped_by_watchpoint): New function.
8664 (win32_stopped_data_address): New function.
8665 (win32_target_ops): Add entries for insert_watchpoint,
8666 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
8667 * win32-low.h (win32_target_ops): New members insert_point,
8668 remove_point, stopped_by_watchpoint, stopped_data_address.
8669
d993e290
PA
86702009-06-25 Pedro Alves <pedro@codesourcery.com>
8671
8672 * server.c (process_serial_event): Re-return unsupported, not
8673 error, if the type isn't recognized. Re-allow supporting only
8674 insert or remove packets. Also call require_running for
8675 breakpoints. Add missing break statement to default case. Tidy.
8676 * target.h (struct target_ops): Rename insert_watchpoint to
8677 insert_point, and remove_watchpoint to remove_point.
8678
8679 * linux-low.h (struct linux_target_ops): Likewise.
8680 * linux-low.c (linux_insert_watchpoint): Rename to ...
8681 (linux_insert_point): ... this. Adjust.
8682 (linux_remove_watchpoint): Rename to ...
8683 (linux_remove_point): ... this. Adjust.
8684 (linux_target_ops): Adjust.
8685 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
8686 (cris_insert_point): ... this.
8687 (cris_remove_watchpoint): Rename to ...
8688 (cris_remove_point): ... this.
8689 (the_low_target): Adjust.
8690
0f54c268
PM
86912009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
8692
8693 * server.c (handle_v_kill): Pass signal_pid to
8694 kill_inferior if multi_process is zero.
8695
c6314022
AR
86962009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
8697
8698 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
8699 * target.h (target_ops): Comment for *_watchpoint to make it clear
8700 the functions can get types '0' and '1'.
8701
4463ce24
AR
87022009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
8703
8704 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
8705 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
8706 * regcache.c (get_regcache): Likewise.
8707 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
8708 * win32-low.c (child_fetch_inferior_registers): Remove check for
8709 regno 0.
8710
cf8fd78b
PA
87112009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
8712 Pedro Alves <pedro@codesourcery.com>
8713
8714 * target.h (struct target_ops) <supports_multi_process>: New
8715 callback.
8716 (target_supports_multi_process): New.
8717 * server.c (handle_query): Even if GDB reports support, only
8718 enable multi-process if the target also supports it. Report
8719 multi-process support only if the target backend supports it.
8720 * linux-low.c (linux_supports_multi_process): New function.
8721 (linux_target_ops): Install it as target_supports_multi_process
8722 callback.
8723
47c0c975
DE
87242009-05-24 Doug Evans <dje@google.com>
8725
e09875d4
DE
8726 Global renaming of find_thread_pid to find_thread_ptid.
8727 * server.h (find_thread_ptid): Renamed from find_thread_pid.
8728 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
8729 All callers updated.
8730
e27d73f6
DE
8731 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
8732 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
8733 directly.
8734
47c0c975
DE
8735 * linux-low.c (get_stop_pc): Print pc if debug_threads.
8736 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
8737 (linux_resume_one_lwp): Ditto.
8738
2acc282a
DE
87392009-05-23 Doug Evans <dje@google.com>
8740
8741 * linux-low.c (linux_resume_one_lwp): Change type of first arg
8742 from struct inferior_list_entry * to struct lwp_info *.
8743 All callers updated.
8744
9f1036c1
DE
87452009-05-13 Doug Evans <dje@google.com>
8746
8747 * linux-x86-low.c: Don't include assert.h.
8748 (x86_siginfo_fixup): Use fatal, not assert.
8749 (x86_arch_setup): Fix comment.
8750
d0722149
DE
87512009-05-12 Doug Evans <dje@google.com>
8752
8753 Biarch support for i386/amd64 gdbserver.
8754 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
8755 Add linux-x86-low.c.
8756 (linux-i386-low.o, linux-x86-64-low.o): Delete.
8757 (linux-x86-low.o): Add.
8758 * linux-x86-64-low.c: Delete.
8759 * linux-i386-low.c: Delete.
8760 * linux-x86-low.c: New file.
8761 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
8762 linux-x86-low.o.
8763 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
8764 linux-x86-low.o.
8765 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
8766 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
8767 (linux_child_pid_to_exec_file): New function.
8768 (elf_64_header_p, elf_64_file_p): New functions.
8769 (siginfo_fixup): New function.
8770 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
8771 give target a chance to convert layout.
8772 * linux-low.h (linux_target_ops): New member siginfo_fixup.
8773 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
8774
fdeb2a12
DE
87752009-05-07 Doug Evans <dje@google.com>
8776
8777 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
8778 (regsets_store_inferior_registers): Ditto.
8779
a6dbe5df
PA
87802009-05-06 Pedro Alves <pedro@codesourcery.com>
8781
8782 PR server/10048
8783
8784 * linux-low.c (must_set_ptrace_flags): Delete.
8785 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
8786 of the global.
8787 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
8788 `lwp->must_set_ptrace_flags' instead.
ba42693b 8789 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
8790 (linux_wait_1): ... not here.
8791
5091eb23
DE
87922009-04-30 Doug Evans <dje@google.com>
8793
9f767825
DE
8794 * inferiors.c (started_inferior_callback): New function.
8795 (attached_inferior_callback): New function.
8796 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
8797 * server.c (print_started_pid, print_attached_pid): New functions.
8798 (detach_or_kill_for_exit): New function.
8799 (main): Call it instead of for_each_inferior (kill_inferior_callback).
8800 * server.h (have_started_inferiors_p): Declare.
8801 (have_attached_inferiors_p): Declare.
8802
5091eb23
DE
8803 * inferiors.c (remove_process): Fix memory leak, free process.
8804 * linux-low.c (linux_remove_process): New function.
8805 (linux_kill): Call it instead of remove_process.
8806 (linux_detach, linux_wait_1): Ditto.
8807
155c8968
PA
88082009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
8809
8810 * configure.srv: Add x86 Windows CE target.
8811
7fe519cb
UW
88122009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8813
8814 * inferiors.c (get_thread_process): Make global.
8815 * server.h (get_thread_process): Add prototype.
8816 * thread-db.c (find_one_thread): Use get_thread_process
8817 instead of current_process.
8818 (thread_db_get_tls_address): Do not crash if called when
8819 thread layer is not yet initialized.
8820
5472f405
UW
88212009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8822
8823 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8824 * spu-low.c (current_tid): Rename to ...
8825 (current_ptid): ... this.
8826 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8827 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8828 ptid_get_lwp (current_ptid) instead of current_tid.
8829 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8830 instead of current_tid. Use find_process_pid to verify pid
8831 argument is valid. Pass proper argument to remove_process.
8832 (spu_thread_alive): Compare current_ptid instead of current_tid.
8833 (spu_resume): Likewise.
8834
55ac2b99
PA
88352009-04-02 Pedro Alves <pedro@codesourcery.com>
8836
8837 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8838 variable.
8839
95954743
PA
88402009-04-01 Pedro Alves <pedro@codesourcery.com>
8841
8842 Implement the multiprocess extensions, and add linux multiprocess
8843 support.
8844
8845 * server.h (ULONGEST): Declare.
8846 (struct ptid, ptid_t): New.
8847 (minus_one_ptid, null_ptid): Declare.
8848 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8849 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8850 (struct inferior_list_entry): Change `id' type from unsigned from
8851 to ptid_t.
8852 (struct sym_cache, struct breakpoint, struct
8853 process_info_private): Forward declare.
8854 (struct process_info): Declare.
8855 (current_process): Declare.
8856 (all_processes): Declare.
8857 (initialize_inferiors): Declare.
8858 (add_thread): Adjust to use ptid_t.
8859 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8860 (add_process, remove_process, find_thread_pid): Declare.
8861 (find_inferior_id): Adjust to use ptid_t.
8862 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8863 (multi_process): Declare.
8864 (push_event): Adjust to use ptid_t.
8865 (read_ptid, write_ptid): Declare.
8866 (prepare_resume_reply): Adjust to use ptid_t.
8867 (clear_symbol_cache): Declare.
8868 * inferiors.c (all_processes): New.
8869 (null_ptid, minus_one_ptid): New.
8870 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8871 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8872 (add_thread): Change unsigned long to ptid. Remove gdb_id
8873 parameter. Adjust.
8874 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8875 (gdb_id_to_thread): Rename to ...
8876 (find_thread_pid): ... this. Change unsigned long to ptid.
8877 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8878 (loaded_dll, pull_pid_from_list): Adjust.
8879 (add_process, remove_process, find_process_pid)
8880 (get_thread_process, current_process, initialize_inferiors): New.
8881 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8882 (struct target_waitstatus) <related_pid>: Ditto.
8883 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8884 return type to int.
8885 (struct target_ops) <join>: Add `pid' argument.
8886 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8887 (struct target_ops) <wait>: Add `ptid' field. Change return type
8888 to ptid.
8889 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8890 (mywait): Add `ptid' argument. Change return type to ptid_t.
8891 (target_pid_to_str): Declare.
8892 * target.c (set_desired_inferior): Adjust to use ptids.
8893 (mywait): Add new `ptid' argument. Adjust.
8894 (target_pid_to_str): New.
8895 * mem-break.h (free_all_breakpoints): Declare.
8896 * mem-break.c (breakpoints): Delelete.
8897 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8898 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8899 to use per-process breakpoint list.
8900 (free_all_breakpoints): New.
8901 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8902 (symbol_cache, all_symbols_looked_up): Delete.
8903 (hexchars): New.
8904 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8905 read_ptid): New.
8906 (prepare_resume_reply): Change ptid argument's type from unsigned
8907 long to ptid_t. Adjust. Implement W;process and X;process.
8908 (free_sym_cache, clear_symbol_cache): New.
8909 (look_up_one_symbol): Adjust to per-process symbol cache. *
8910 * server.c (cont_thread, general_thread, step_thread): Change type
8911 to ptid_t.
8912 (attached): Delete.
8913 (multi_process): New.
8914 (last_ptid): Change type to ptid_t.
8915 (struct vstop_notif) <ptid>: Change type to ptid_t.
8916 (queue_stop_reply, push_event): Change `ptid' argument's type to
8917 ptid_t.
8918 (discard_queued_stop_replies): Add `pid' argument.
8919 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8920 changes. Don't reference the `attached' global.
8921 (attach_inferior): Adjust to mywait interface changes.
8922 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8923 features. Handle and report "multiprocess+". Handle
8924 "qAttached:PID".
8925 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8926 changes.
8927 (handle_v_kill): New.
8928 (handle_v_stopped): Adjust to use target_pid_to_str.
8929 (handle_v_requests): Allow multiple attaches and runs when
8930 multiprocess extensions are in effect. Handle "vKill".
8931 (myresume): Adjust to use ptids.
8932 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8933 (handle_status): Adjust to discard_queued_stop_replies interface
8934 change.
8935 (first_thread_of, kill_inferior_callback)
8936 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8937 (main): Call initialize_inferiors. Adjust to use ptids, killing
8938 and detaching from all inferiors. Handle multiprocess packet
8939 variants.
8940 * linux-low.h: Include gdb_proc_service.h.
8941 (struct process_info_private): New.
8942 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
8943 <lwpid_of>: Use ptid_get_lwp.
8944 (get_lwp_thread): Adjust.
8945 (struct lwp_info): Add `dead' member.
8946 (find_lwp_pid): Declare.
8947 * linux-low.c (thread_db_active): Delete.
8948 (new_inferior): Adjust comment.
8949 (inferior_pid): Delete.
8950 (linux_add_process): New.
8951 (handle_extended_wait): Adjust.
8952 (add_lwp): Change unsigned long to ptid.
8953 (linux_create_inferior): Add process to processes table. Adjust
8954 to use ptids. Don't set new_inferior here.
8955 (linux_attach_lwp): Rename to ...
8956 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
8957 it. Adjust to use ptids.
8958 (linux_attach_lwp): New.
8959 (linux_attach): Add process to processes table. Don't set
8960 new_inferior here.
8961 (struct counter): New.
8962 (second_thread_of_pid_p, last_thread_of_process_p): New.
8963 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
8964 multiple processes.
8965 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
8966 processes. Remove process from process table.
8967 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
8968 to multiple processes.
8969 (any_thread_of): New.
8970 (linux_detach): Add `pid' argument, and handle it. Remove process
8971 from processes table.
8972 (linux_join): Add `pid' argument. Handle it.
8973 (linux_thread_alive): Change unsighed long argument to ptid_t.
8974 Consider dead lwps as not being alive.
8975 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
8976 threads we're not interested in.
8977 (same_lwp, find_lwp_pid): New.
8978 (linux_wait_for_lwp): Change `pid' argument's type from int to
8979 ptid_t. Adjust.
8980 (linux_wait_for_event): Rename to ...
8981 (linux_wait_for_event_1): ... this. Change `pid' argument's type
8982 from int to ptid_t. Adjust.
8983 (linux_wait_for_event): New.
8984 (linux_wait_1): Add `ptid' argument. Change return type to
8985 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
8986 that exit from the process table.
8987 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
8988 Adjust.
8989 (mark_lwp_dead): New.
8990 (wait_for_sigstop): Adjust to use ptids. If a process exits while
8991 stopping all threads, mark its main lwp as dead.
8992 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
8993 ptids.
8994 (fetch_register, usr_store_inferior_registers)
8995 (regsets_fetch_inferior_registers)
8996 (regsets_store_inferior_registers, linux_read_memory)
8997 (linux_write_memory): Inline `inferior_pid'.
8998 (linux_look_up_symbols): Adjust to use per-process
8999 `thread_db_active'.
9000 (linux_request_interrupt): Adjust to use ptids.
9001 (linux_read_auxv): Inline `inferior_pid'.
9002 (initialize_low): Don't reference thread_db_active.
9003 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
9004 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
9005 (ps_getpid): Return the pid of the current inferior.
9006 * thread-db.c (proc_handle, thread_agent): Delete.
9007 (thread_db_create_event, thread_db_enable_reporting): Adjust to
9008 per-process data.
9009 (find_one_thread): Change argument type to ptid_t. Adjust to
9010 per-process data.
9011 (maybe_attach_thread): Adjust to per-process data and ptids.
9012 (thread_db_find_new_threads): Ditto.
9013 (thread_db_init): Ditto.
9014 * spu-low.c (spu_create_inferior, spu_attach): Add process to
9015 processes table. Adjust to use ptids.
9016 (spu_kill, spu_detach): Adjust interface. Remove process from
9017 processes table.
9018 (spu_join, spu_thread_alive): Adjust interface.
9019 (spu_wait): Adjust interface. Remove process from processes
9020 table. Adjust to use ptids.
9021 * win32-low.c (current_inferior_tid): Delete.
9022 (current_inferior_ptid): New.
9023 (debug_event_ptid): New.
9024 (thread_rec): Take a ptid. Adjust.
9025 (child_add_thread): Add `pid' argument. Adjust to use ptids.
9026 (child_delete_thread): Ditto.
9027 (do_initial_child_stuff): Add `attached' argument. Add process to
9028 processes table.
9029 (child_fetch_inferior_registers, child_store_inferior_registers):
9030 Adjust.
9031 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
9032 (win32_attach): Pass 1 to do_initial_child_stuff.
9033 (win32_kill): Adjust interface. Remove process from processes
9034 table.
9035 (win32_detach): Ditto.
9036 (win32_join): Adjust interface.
9037 (win32_thread_alive): Take a ptid.
9038 (win32_resume): Adjust to use ptids.
9039 (get_child_debug_event): Ditto.
9040 (win32_wait): Adjust interface. Remove exiting process from
9041 processes table.
9042
bd99dc85
PA
90432009-04-01 Pedro Alves <pedro@codesourcery.com>
9044
9045 Non-stop mode support.
9046
9047 * server.h (non_stop): Declare.
9048 (gdb_client_data, handler_func): Declare.
9049 (delete_file_handler, add_file_handler, start_event_loop):
9050 Declare.
9051 (handle_serial_event, handle_target_event, push_event)
9052 (putpkt_notif): Declare.
9053 * target.h (enum resume_kind): New.
9054 (struct thread_resume): Replace `step' field by `kind' field.
9055 (TARGET_WNOHANG): Define.
9056 (struct target_ops) <wait>: Add `options' argument.
9057 <supports_non_stop, async, start_non_stop>: New fields.
9058 (target_supports_non_stop, target_async): New.
9059 (start_non_stop): Declare.
9060 (mywait): Add `options' argument.
9061 * target.c (mywait): Add `options' argument. Print child exit
9062 notifications here.
9063 (start_non_stop): New.
9064 * server.c (non_stop, own_buf, mem_buf): New globals.
9065 (struct vstop_notif): New.
9066 (notif_queue): New global.
9067 (queue_stop_reply, push_event, discard_queued_stop_replies)
9068 (send_next_stop_reply): New.
9069 (start_inferior): Adjust to use resume_kind. Adjust to mywait
9070 interface changes.
9071 (attach_inferior): In non-stop mode, don't wait for the target
9072 here.
9073 (handle_general_set): Handle QNonStop.
9074 (handle_query): When handling qC, return the current general
9075 thread, instead of the first thread of the list.
9076 (handle_query): If the backend supports non-stop mode, include
9077 QNonStop+ in the qSupported query response.
9078 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
9079 and non-stop mode.
9080 (handle_v_attach, handle_v_run): Handle non-stop mode.
9081 (handle_v_stopped): New.
9082 (handle_v_requests): Report support for vCont;t. Handle vStopped.
9083 (myresume): Adjust to use resume_kind. Handle non-stop.
9084 (queue_stop_reply_callback): New.
9085 (handle_status): Handle non-stop mode.
9086 (main): Clear non_stop flag on reconnection. Use the event-loop.
9087 Refactor serial protocol handling from here ...
9088 (process_serial_event): ... to this new function. When GDB
9089 selects any thread, select one here. In non-stop mode, wait until
9090 GDB acks all pending events before exiting.
9091 (handle_serial_event, handle_target_event): New.
9092 * remote-utils.c (remote_open): Install remote_desc in the event
9093 loop.
9094 (remote_close): Remove remote_desc from the event loop.
9095 (putpkt_binary): Rename to...
9096 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
9097 (putpkt_binary): New as wrapper around putpkt_binary_1.
9098 (putpkt_notif): New.
9099 (prepare_resume_reply): In non-stop mode, don't change the
9100 general_thread.
9101 * event-loop.c: New.
9102 * Makefile.in (OBJ): Add event-loop.o.
9103 (event-loop.o): New rule.
9104
9105 * linux-low.h (pid_of): Moved here.
9106 (lwpid_of): New.
9107 (get_lwp_thread): Use lwpid_of.
9108 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
9109 * linux-low.c (pid_of): Delete.
9110 (inferior_pid): Use lwpid_of.
9111 (linux_event_pipe): New.
9112 (target_is_async_p): New.
9113 (delete_lwp): New.
9114 (handle_extended_wait): Use lwpid_of.
9115 (add_lwp): Don't set lwpid field.
9116 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
9117 (linux_kill_one_lwp): If killing a running lwp, stop it first.
9118 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
9119 (linux_detach_one_lwp): If detaching from a running lwp, stop it
9120 first. Adjust to linux_wait_for_event interface changes. Use
9121 lwpid_of.
9122 (linux_detach): Don't delete the main lwp here.
9123 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
9124 (status_pending_p): Don't consider explicitly suspended lwps.
9125 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
9126 pointer. Add OPTIONS argument. Change return type to int. Use
9127 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
9128 (linux_wait_for_event): Take an integer pid instead of a lwp_info
9129 pointer. Add status pointer argument. Return a pid instead of a
9130 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
9131 changes. In non-stop mode, don't switch to a random thread.
9132 (linux_wait): Rename to...
9133 (linux_wait_1): ... this. Add target_options argument, and handle
9134 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
9135 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
9136 clean exit and signal exit code. Don't stop all threads in
9137 non-stop mode. In all-stop mode, only stop all threads when
9138 reporting a stop to GDB. Handle explicit thread stop requests.
9139 (async_file_flush, async_file_mark): New.
9140 (linux_wait): New.
9141 (send_sigstop): Use lwpid_of.
9142 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
9143 interface changes. In non-stop mode, don't switch to a random
9144 thread.
9145 (linux_resume_one_lwp): Use lwpid_of.
9146 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
9147 (linux_resume_one_thread): ... this. Handle resume_stop. In
9148 non-stop mode, don't look for pending flag in all threads.
9149 (resume_status_pending_p): Don't consider explicitly suspended
9150 threads.
9151 (my_waitpid): Reimplement. Emulate __WALL.
9152 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9153 Use lwpid_of.
9154 (sigchld_handler, linux_supports_non_stop, linux_async)
9155 (linux_start_non_stop): New.
9156 (linux_target_ops): Register linux_supports_non_stop, linux_async
9157 and linux_start_non_stop.
9158 (initialize_low): Install SIGCHLD handler.
9159 * thread-db.c (thread_db_create_event, find_one_thread)
9160 (thread_db_get_tls_address): Use lwpid_of.
9161 * win32-low.c (win32_detach): Adjust to use resume_kind.
9162 (win32_wait): Add `options' argument.
9163 * spu-low.c (spu_resume): Adjust to use resume_kind.
9164 (spu_wait): Add `options' argument.
9165
5b1c542e
PA
91662009-04-01 Pedro Alves <pedro@codesourcery.com>
9167
9168 Decouple target code from remote protocol.
9169
9170 * target.h (enum target_waitkind): New.
9171 (struct target_waitstatus): New.
9172 (struct target_ops) <wait>: Return an unsigned long. Take a
9173 target_waitstatus pointer instead of a char pointer.
9174 (mywait): Likewise.
9175 * target.c (mywait): Change prototype to return an unsigned long.
9176 Take a target_waitstatus pointer instead of a char pointer. Adjust.
9177 * server.h (thread_from_wait, old_thread_from_wait): Delete
9178 declarations.
9179 (prepare_resume_reply): Change prototype to take a
9180 target_waitstatus.
9181 * server.c (thread_from_wait, old_thread_from_wait): Delete.
9182 (last_status, last_ptid): New.
9183 (start_inferior): Remove "statusptr" argument. Adjust. Return a
9184 pid instead of a signal.
9185 (attach_inferior): Remove "status" and "signal" parameters.
9186 Adjust.
9187 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
9188 not as an address.
9189 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
9190 (handle_v_requests, myresume): Remove "status" and "signal"
9191 parameters. Adjust.
9192 (handle_status): New.
9193 (main): Delete local `status'. Adjust.
9194 * remote-utils.c: Include target.h.
9195 (prepare_resume_reply): Change prototype to take a
9196 target_waitstatus. Adjust.
9197
9198 * linux-low.c (linux_wait): Adjust to new target_ops->wait
9199 interface.
9200 * spu-low.c (spu_wait): Adjust.
9201 * win32-low.c (enum target_waitkind, struct target_waitstatus):
9202 Delete.
9203 (win32_wait): Adjust.
9204
2bd7c093
PA
92052009-04-01 Pedro Alves <pedro@codesourcery.com>
9206
9207 * target.h (struct thread_resume): Delete leave_stopped member.
9208 (struct target_ops): Add a `n' argument to the `resume' callback.
9209 * server.c (start_inferior): Adjust.
9210 (handle_v_cont, myresume): Adjust.
9211 * linux-low.c (check_removed_breakpoint): Adjust to resume
9212 interface change, and to removed leave_stopped field.
9213 (resume_ptr): Delete.
9214 (struct thread_resume_array): New.
9215 (linux_set_resume_request): Add new `arg' parameter. Adjust to
9216 resume interface change.
9217 (linux_continue_one_thread, linux_queue_one_thread)
9218 (resume_status_pending_p): Check if the resume field is NULL
9219 instead of checking the leave_stopped member.
9220 (linux_resume): Adjust to the target resume interface change.
9221 * spu-low.c (spu_resume): Adjust to the target resume interface
9222 change.
9223 * win32-low.c (win32_detach, win32_resume): Ditto.
9224
c35fafde
PA
92252009-04-01 Pedro Alves <pedro@codesourcery.com>
9226
9227 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
9228 flag.
9229 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
9230 pending.
9231 (linux_continue_one_thread): Only preserve the stepping flag if
9232 there's a pending breakpoint.
9233
0a59d50b
PA
92342009-03-31 Pedro Alves <pedro@codesourcery.com>
9235
9236 * server.c (main): After the inferior having exited, call
9237 remote_close before exiting gdbserver.
9238
f04c6d38
TJB
92392009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9240
9241 Fix size of FPSCR in Power 7 processors.
9242 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9243 (PPC_FEATURE_HAS_DFP): New #define.
9244 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
9245 size of the FPSCR.
9246
78e5cee6
PA
92472009-03-23 Pedro Alves <pedro@codesourcery.com>
9248
9249 * server.c (handle_query) Whitespace and formatting.
9250
1b3f6016
PA
92512009-03-22 Pedro Alves <pedro@codesourcery.com>
9252
9253 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
9254 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
9255 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
9256 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
9257 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
9258 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
9259 Makefile.in, configure.ac: Fix whitespace throughout.
9260 * configure: Regenerate.
9261
a07b2135
PA
92622009-03-22 Pedro Alves <pedro@codesourcery.com>
9263
9264 * inferiors.c (find_inferior): Make it safe for the callback
9265 function to delete the currently iterated inferior.
9266
67cc2626
PA
92672009-03-22 Pedro Alves <pedro@codesourcery.com>
9268
9269 * Makefile.in (linuw_low_h): Move higher.
9270 (thread-db.o): Depend on $(linux_low_h).
9271
54a0b537
PA
92722009-03-17 Pedro Alves <pedro@codesourcery.com>
9273
9274 Rename "process" to "lwp" throughout.
9275
9276 * linux-low.c (all_processes): Rename to...
9277 (all_lwps): ... this.
9278 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
9279 (add_process): Rename to ...
9280 (add_lwp): ... this. Adjust.
9281 (linux_create_inferior): Adjust.
9282 (linux_attach_lwp): Adjust.
9283 (linux_attach): Adjust.
9284 (linux_kill_one_process): Rename to ...
9285 (linux_kill_one_lwp): ... this. Adjust.
9286 (linux_kill): Adjust.
9287 (linux_detach_one_process): Rename to ...
9288 (linux_detach_one_lwp): ... this. Adjust.
9289 (linux_detach): Adjust.
9290 (check_removed_breakpoint): Adjust.
9291 (status_pending_p): Adjust.
9292 (linux_wait_for_process): Rename to ...
9293 (linux_wait_for_lwp): ... this. Adjust.
9294 (linux_wait_for_event): Adjust.
9295 (send_sigstop): Adjust.
9296 (wait_for_sigstop): Adjust.
9297 (stop_all_processes): Rename to ...
9298 (stop_all_lwps): ... this.
9299 (linux_resume_one_process): Rename to ...
9300 (linux_resume_one_lwp): ... this. Adjust.
9301 (linux_set_resume_request, linux_continue_one_thread)
9302 (linux_queue_one_thread, resume_status_pending_p)
9303 (usr_store_inferior_registers, regsets_store_inferior_registers)
9304 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9305 Adjust.
9306 * linux-low.h (get_process): Rename to ...
9307 (get_lwp): ... this. Adjust.
9308 (get_thread_process): Rename to ...
9309 (get_thread_lwp): ... this. Adjust.
9310 (get_process_thread): Rename to ...
9311 (get_lwp_thread): ... this. Adjust.
9312 (struct process_info): Rename to ...
9313 (struct lwp_info): ... this.
9314 (all_processes): Rename to ...
9315 (all_lwps): ... this.
9316 * proc-service.c (ps_lgetregs): Adjust.
9317 * thread-db.c (thread_db_create_event, find_one_thread)
9318 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
9319
0b16c5cf
PA
93202009-03-14 Pedro Alves <pedro@codesourcery.com>
9321
9322 * server.c (handle_query): Handle "qAttached".
9323
32de4b9d
NS
93242009-03-13 Nathan Sidwell <nathan@codesourcery.com>
9325
9326 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
9327 GPLv3, update license URL.
9328
2aecd87f
DE
93292009-03-01 Doug Evans <dje@google.com>
9330
93efd302 9331 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
9332 (server_h): Add gdb_signals.h.
9333 (signals.o): Update.
9334 * server.h (target_signal_from_host,target_signal_to_host_p)
9335 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
9336
86b1f9c5
PM
93372009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9338
9339 * remote-utils.c (getpkt): Also generate remote-debug
9340 information if noack_mode is set.
9341
4aa995e1
PA
93422009-02-06 Pedro Alves <pedro@codesourcery.com>
9343
9344 * server.c (handle_query): Report qXfer:siginfo:read and
9345 qXfer:siginfo:write as supported and handle them.
9346 * target.h (struct target_ops) <qxfer_siginfo>: New field.
9347 * linux-low.c (linux_xfer_siginfo): New.
9348 (linux_target_ops): Set it.
9349
62709adf
PA
93502009-01-26 Pedro Alves <pedro@codesourcery.com>
9351
9352 * server.c (gdbserver_usage): Mention --remote-debug.
9353 (main): Accept '--remote-debug' switch.
9354
aef93bd7
DE
93552009-01-18 Doug Evans <dje@google.com>
9356
9357 * regcache.c (new_register_cache): No need to check result of xcalloc.
9358 * server.c (handle_search_memory): Back out calls to xmalloc,
9359 result is checked and error is returned to user upon failure.
9360 (handle_query): Ditto. Add more checks for result of malloc.
9361 (handle_v_cont): Check result of malloc, report error back to
9362 user upon failure.
9363 (handle_v_run): Ditto. Call freeargv.
9364 * server.h (freeargv): Declare.
9365 * utils.c (freeargv): New fn.
9366
54363045
DE
93672009-01-15 Doug Evans <dje@google.com>
9368
f626972c
DE
9369 * gdbreplay.c (perror_with_name): Make arg const char *.
9370 * server.h (target_signal_to_name): Make return type const char *.
0842e787 9371 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 9372 * utils.c (perror_with_name): Make arg const char *.
54363045 9373
18aae699
PA
93742009-01-14 Pedro Alves <pedro@codesourcery.com>
9375
9376 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
9377 when handling a EXIT_PROCESS_DEBUG_EVENT.
9378
ff703abe
JB
93792009-01-06 Joel Brobecker <brobecker@adacore.com>
9380
9381 * gdbreplay.c (gdbreplay_version): Update copyright year.
9382 * server.c (gdbserver_version): Likewise.
9383
f21cc1a2 93842009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
9385
9386 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 9387 (handle_extended_wait): Improve comment.
0e21c1ec 9388
bca929d3
DE
93892008-12-13 Doug Evans <dje@google.com>
9390
9391 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
9392 * server.h (ATTR_MALLOC): New macro.
9393 (xmalloc,xcalloc,xstrdup): Declare.
9394 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
9395 * inferiors.c: Ditto.
9396 * linux-low.c: Ditto.
9397 * mem-break.c: Ditto.
9398 * regcache.c: Ditto.
9399 * remote-utils.c: Ditto.
9400 * server.c: Ditto.
9401 * target.c: Ditto.
9402 * win32-low.c: Ditto.
9403
97438e3f
DE
94042008-12-12 Doug Evans <dje@google.com>
9405
896c7fbb
DE
9406 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
9407 in debugging printf.
9408
97438e3f
DE
9409 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
9410
e3b886f8
DE
94112008-12-09 Doug Evans <dje@google.com>
9412
9413 * linux-low.h (struct process_info): Delete member tid, unused.
9414 * thread-db.c (find_one_thread): Update.
9415 (maybe_attach_thread): Update.
9416
07e059b5
VP
94172008-12-02 Pedro Alves <pedro@codesourcery.com>
9418
889bf7c5
PA
9419 * target.h (struct target_ops): Add qxfer_osdata member.
9420 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
9421 and dirent.h.
9422 (linux_qxfer_osdata): New functions.
9423 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
9424 callback.
9425 * server.c (handle_query): Handle "qXfer:osdata:read:".
9426 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
9427 (buffer_xml_printf): New functions.
9428 * server.h (struct buffer): New.
9429 (buffer_grow_str, buffer_grow_str0): New macros.
9430 (buffer_grow, buffer_free, buffer_init, buffer_finish)
9431 (buffer_xml_printf): Declare.
07e059b5 9432
4cab47ab
DE
94332008-11-24 Doug Evans <dje@google.com>
9434
9435 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
9436
f142445f
DJ
94372008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9438
9439 * server.c (handle_v_run): Always use the supplied argument list.
9440
d0107bb6 94412008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 9442
d0107bb6
BW
9443 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
9444 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 9445
2c4ad781
TJB
94462008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9447
9448 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
9449 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
9450 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
9451 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
9452 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
9453 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
9454 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
9455 XML target descriptions.
9456 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
9457 when inferior is running on an ISA 2.05 or later processor. Add
9458 special case to return offset for full 64-bit slot of FPSCR when
9459 in 32-bits.
9460
dfb64f85
DJ
94612008-11-14 Daniel Gutson <dgutson@codesourcery.com>
9462
9463 * Makefile.in (SFILES, clean): Added sparc64 files.
9464 (reg-sparc64.o, reg-sparc64.c): New.
9465 * configure.srv (sparc*-*-linux*): New configuration.
9466 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
9467 syscall arguments for SPARC.
9468 (regsets_store_inferior_registers): Likewise.
9469 * linux-sparc-low.c: New file.
9470
66b6e1dd
DE
94712008-10-21 Doug Evans <dje@google.com>
9472
9473 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
9474 (READLINE_DIR,READLINE_DEP): Delete.
9475 (INTERNAL_CFLAGS): Update.
9476 (LINTFLAGS): Update.
9477
9b710a42
PA
94782008-10-10 Pedro Alves <pedro@codesourcery.com>
9479
9480 * server.c (handle_v_run): If GDB didn't specify an argv, use the
9481 whole argv from the last run, not just argv[0].
9482
5822d809
PA
94832008-09-08 Pedro Alves <pedro@codesourcery.com>
9484
9485 * regcache.c (new_register_cache): Return NULL if the register
9486 cache size isn't known yet.
9487 (free_register_cache): Avoid dereferencing a NULL regcache.
9488
74aac56f
DJ
94892008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9490
9491 * configure.srv: Merge MIPS and MIPS64.
9492
400b20f5
MR
94932008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
9494
9495 * Makefile.in (uninstall): Apply $(EXEEXT) too.
9496
677c5bb1
LM
94972008-08-18 Luis Machado <luisgpm@br.ibm.com>
9498
9499 * Makefile.in: Add required vsx dependencies.
9500
9501 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
9502 Declare init_registers_powerpc_vsx32l.
9503 Declare init_registers_powerpc_vsx64l.
9504 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
9505 (ppc_arch_setup): Check for VSX in hwcap.
9506 (ppc_fill_vsxregset): New function.
9507 (ppc_store_vsxregset): New function.
9508 Add new VSX entry in regset_info target_regsets.
9509
9510 * configure.srv: Add new VSX dependencies.
9511
a6f3e723
SL
95122008-08-12 Pedro Alves <pedro@codesourcery.com>
9513
9514 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
9515 (remote_open): Set or clear transport_is_reliable.
9516 (putpkt_binary): Don't expect acks in noack mode.
9517 (getpkt): Don't send ack/nac in noack mode.
9518 * server.c (handle_general_set): Handle QStartNoAckMode.
9519 (handle_query): If connected by tcp pass QStartNoAckMode+ in
9520 qSupported.
9521 (main): Reset noack_mode on every connection.
9522 * server.h (noack_mode): Declare.
9523
a417dc56
RW
95242008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9525
9526 * Makefile.in (GDBREPLAY_OBS): New variable.
9527 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
9528
3221518c
UW
95292008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9530 Daniel Jacobowitz <dan@codesourcery.com>
9531
9532 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
9533 (usr_store_inferior_registers): Likewise.
9534 (regsets_store_inferior_registers): Likewise.
9535
ec56be1b
PA
95362008-07-31 Rolf Jansen <rj@surtec.com>
9537 Pedro Alves <pedro@codesourcery.com>
9538
9539 * configure.ac: Check for memmem declaration.
9540 * server.c [HAVE_MALLOC_H]: Include malloc.h.
9541 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
9542 (disable_packet_qfThreadInfo): Unconditionally compile.
9543 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
9544 * configure, config.in: Regenerate.
9545
2fe5e3ff
DE
95462008-07-28 Doug Kwan <dougkwan@google.com>
9547
9548 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
9549 (linux_write_memory): Remove declaration of errno.
9550
836acd6d
UW
95512008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9552
9553 * linux-low.c (handle_extended_wait): Do not use "status"
9554 variable uninitialized.
9555
aeba519e
PA
95562008-07-07 Pedro Alves <pedro@codesourcery.com>
9557
9558 * server.c (handle_v_attach): Inhibit reporting dll changes.
9559
db42f210
PA
95602008-06-27 Pedro Alves <pedro@codesourcery.com>
9561
9562 * remote-utils.c (prepare_resume_reply): If requested, don't
9563 output "thread:TID" in the T stop reply.
9564
9565 * server.c (disable_packet_vCont, disable_packet_Tthread)
9566 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
9567 (handle_query): If requested, disable support for qC, qfThreadInfo
9568 and qsThreadInfo.
9569 (handle_v_requests): If requested, disable support for vCont.
9570 (gdbserver_show_disableable): New.
9571 (main): Handle --disable-packet and --disable-packet=LIST.
9572
9573 * server.h (disable_packet_vCont, disable_packet_Tthread)
9574 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
9575
8e4c5421
CD
95762008-06-20 Carlos O'Donell <carlos@codesourcery.com>
9577
9578 * server.c (gdbserver_usage): Mention --version.
9579
6e23a804
DJ
95802008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * Makefile.in (gdbreplay.o): New rule.
9583
90aa6a40
JM
95842008-06-06 Joseph Myers <joseph@codesourcery.com>
9585
9586 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
9587 message, not gdbserver.
9588
c16158bc 95892008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
9590 Nathan Sidwell <nathan@codesourcery.com>
9591 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
9592
9593 * acinclude.m4: Include ../../config/acx.m4.
9594 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
9595 * configure, config.in: Regenerate.
9596 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
9597 * server.c (gdbserver_version): Print PKGVERSION.
9598 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
9599 (main): Adjust gdbserver_usage calls.
9600 * gdbreplay.c (version, host_name): Add declarations.
9601 (gdbreplay_version, gdbreplay_usage): New.
9602 (main): Accept --version and --help options.
9603
aeb75bf5
DJ
96042008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
9605
9606 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
9607 (arm_breakpoint_at): Handle Thumb.
9608 (the_low_target): Add comment.
9609
76b233dd
UW
96102008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9611
9612 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
9613
08388c79
DE
96142008-05-09 Doug Evans <dje@google.com>
9615
a3c83fae
DE
9616 * server.h (decode_search_memory_packet): Declare.
9617 * remote-utils.c (decode_search_memory_packet): New fn.
9618 * server.c (handle_search_memory_1): New fn.
08388c79
DE
9619 (handle_search_memory): New fn.
9620 (handle_query): Process qSearch:memory packets.
9621
bb9c3d36
UW
96222008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
9623
9624 * regcache.c (registers_length): Remove.
9625 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
9626 full register packet.
9627 * regcache.h (registers_length): Remove prototype.
9628 * server.h (PBUFSIZ): Define to 16384.
9629
7284e1be
UW
96302008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
9631
9632 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
9633 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
9634 powerpc-64l.o, and powerpc-altivec64l.o.
9635 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
9636 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
9637 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
9638 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
9639 rs6000/power-linux.xml, and rs6000/power64-linux.xml
9640 to srv_xmlfiles.
9641
9642 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
9643 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
9644 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
9645 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
9646 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
9647 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
9648 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
9649 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
9650 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
9651 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
9652 (clean): Update.
9653
9654 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
9655 (init_registers_powerpc_32l): ... this new prototype.
9656 (init_registers_powerpc_32): Remove, replace by ...
9657 (init_registers_powerpc_altivec32l): ... this new prototype.
9658 (init_registers_powerpc_e500): Remove, replace by ...
9659 (init_registers_powerpc_e500l): ... this new prototype.
9660 (init_registers_ppc64): Remove, replace by ...
9661 (init_registers_powerpc_64l): ... this new prototype.
9662 (init_registers_powerpc_64): Remove, replace by ...
9663 (init_registers_powerpc_altivec64l): ... this new prototype.
9664 (ppc_num_regs): Set to 73.
9665 (PT_ORIG_R3, PT_TRAP): Define if necessary.
9666 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
9667 (ppc_cannot_store_register): Handle orig_r3 and trap.
9668 (ppc_arch_setup): Update init_registers_... calls.
9669 (ppc_fill_gregset): Handle orig_r3 and trap.
9670
9671 * inferiors.c (clear_inferiors): Reset current_inferior.
9672
fdc59709
PB
96732008-04-23 Paolo Bonzini <bonzini@gnu.org>
9674
889bf7c5
PA
9675 * acinclude.m4: Add override.m4.
9676 * configure: Regenerate.
fdc59709 9677
c9b2f845
UW
96782008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9679
9680 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
9681 initial call to init_register_ppc64.
9682
550512b8
UW
96832008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9684
43aaf8b6
PA
9685 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
9686 single powerpc*-*-linux* case.
550512b8
UW
9687 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
9688
b6430ec3
UW
96892008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9690
9691 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 9692 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
9693 from reg_xmlfiles.
9694 * linux-ppc-low.c: Include <elf.h>.
9695 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
9696 (ppc_hwcap): New global variable.
9697 (ppc_regmap): Remove __SPE__ #ifdef sections.
9698 (ppc_regmap_e500): New global variable.
9699 (ppc_cannot_store_register): Update __SPE__ special case.
9700 (ppc_get_hwcap): New function.
9701 (ppc_arch_setup): Use it to determine whether inferior supports
9702 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
9703 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
9704 Do not access registers if target does not support AltiVec.
9705 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
9706 Do not access registers if target does not support SPE.
9707 (target_regsets): Unconditionally include AltiVec and SPE regsets.
9708
52fa2412
UW
97092008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9710
9711 * linux-low.c (disabled_regsets, num_regsets): New.
9712 (use_regsets_p): Delete.
9713 (linux_wait_for_process): Clear disabled_regsets.
9714 (regsets_fetch_inferior_registers): Check and set it.
9715 (regsets_store_inferior_registers): Likewise.
9716 (linux_fetch_registers, linux_store_registers): Do not use
9717 use_regsets_p.
9718 (initialize_low): Allocate disabled_regsets.
9719
e28b3332
DJ
97202008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
9721
9722 * Makefile.in (LIBOBJS): New.
9723 (OBS): Use LIBOBJS.
9724 (memmem.o): New rule.
9725 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
9726 * configure: Regenerated.
9727
4536995d
UW
97282008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
9729
9730 * server.c (handle_query): Never return "unsupported" for
9731 qXfer:features:read queries.
9732
221c031f
UW
97332008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
9734
9735 * server.c (get_features_xml): Fix inverted condition.
9736 (handle_query): Always support qXfer:feature:read.
9737
ccd213ac
DJ
97382008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9739
9740 * server.c (wrapper_argv): New.
9741 (start_inferior): Handle wrapper_argv. If set, expect an extra
9742 trap.
9743 (gdbserver_usage): Document --wrapper.
9744 (main): Parse --wrapper.
9745
6fe305f7
UW
97462008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9747
9748 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
9749 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
9750 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
9751 (ppc_set_pc): Likewise.
9752 (ppc_arch_setup): New function.
9753 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
9754 of collect_register.
889bf7c5 9755 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 9756
5b0a002e
UW
97572008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9758
9759 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
9760 instead of linux-ppc64-low.o.
9761 * linux-ppc64-low.c: Remove file.
9762 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
9763 (linux-ppc64-low.o): Remove rule.
9764
9765 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
9766 (init_registers_powerpc_64): Likewise.
9767 (ppc_regmap): Conditionally define depending on __powerpc64__.
9768 (ppc_cannot_store_register): Do not special-case "fpscr" when
9769 compiled on __powerpc64__.
9770 (ppc_collect_ptrace_register): New function.
9771 (ppc_supply_ptrace_register): New function.
9772 (ppc_breakpoint): Change type to "unsigned int".
9773 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
9774 (the_low_target): Conditionally provide initializers for the
889bf7c5 9775 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
9776 collect_ptrace_register and supply_ptrace_register members.
9777
9b4b61c8
UW
97782008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9779
9780 * regcache.h (gdbserver_xmltarget): Add extern declaration.
9781 * server.c (gdbserver_xmltarget): Define.
9782 (get_features_xml): Use it to replace "target.xml" and arch_string.
9783
9784 * configure.srv: Remove srv_xmltarget. Add XML files that were
9785 mentioned there to srv_xmlfiles instead. Remove conditional tests
9786 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
9787 srv_xmlfiles and srv_regobj to include all possible choices.
9788 * configure.ac (srv_xmltarget): Remove.
9789 (srv_xmlfiles): Do not add "target.xml".
9790 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
9791 checks for supplementary target information.
9792 * configure: Regenerate.
9793 * Makefile.in (XML_TARGET): Remove.
9794 (target.xml): Remove rule.
9795 (clean): Do not clean up target.xml.
9796 (.PRECIOUS): Do not mention target.xml.
9797
9798 * target.h (struct target_ops): Remove arch_string member.
9799 * linux-low.c (linux_arch_string): Remove.
9800 (linux_target_ops): Remove arch_string initializer.
9801 * linux-low.h (struct linux_target_ops): Remove arch_string member.
9802 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
9803 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
9804 * spu-low.c (spu_arch_string): Remove.
9805 (spu_target_ops): Remove arch_string initializer.
9806 * win32-low.c (win32_arch_string): Remove.
9807 (win32_target_ops): Remove arch_string initializer.
9808 * win32-low.h (struct win32_target_ops): Remove arch_string member.
9809 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
9810 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
9811
ee1a7ae4
UW
98122008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9813
9814 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
9815 by collect_ptrace_register and supply_ptrace_register hooks.
9816 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9817 instead of checking for the_low_target.left_pad_xfer.
9818 (usr_store_inferior_registers): Use collect_ptrace_register callback
9819 instead of checking for the_low_target.left_pad_xfer.
9820
9821 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9822 (s390_supply_ptrace_register): Likewise.
9823 (s390_fill_gregset): Call s390_collect_ptrace_register.
9824 (the_low_target): Update.
9825
9826 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9827 (ppc_supply_ptrace_register): Likewise.
9828 (the_low_target): Update.
9829
9830 * linux-i386-low.c (the_low_target): Update.
9831 * linux-x86-64-low.c (the_low_target): Update.
9832
d61ddec4
UW
98332008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9834
9835 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9836 reg-s390.o and reg-s390x.o.
9837
9838 * linux-low.c (new_inferior): New global variable.
9839 (linux_create_inferior, linux_attach): Set it.
9840 (linux_wait_for_process): Call the_low_target.arch_setup after the
9841 target has stopped for the first time.
9842 (initialize_low): Do not call the_low_target.arch_setup.
9843
9844 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9845 (s390_set_pc): Likewise.
9846 (s390_arch_setup): New function.
9847 (the_low_target): Use s390_arch_setup as arch_setup routine.
9848
9849 * regcache.c (realloc_register_cache): New function.
9850 (set_register_cache): Call it for each existing regcache.
9851
d05b4ac3
UW
98522008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9853
9854 * server.h (init_registers): Remove prototype.
9855
9856 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9857 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9858 instead of init_registers ().
9859 * linux-arm-low.c (init_registers_arm): Add prototype.
9860 (init_registers_arm_with_iwmmxt): Likewise.
9861 (the_low_target): Add initializer for arch_setup field.
9862 * linux-cris-low.c (init_registers_cris): Add prototype.
9863 (the_low_target): Add initializer for arch_setup field.
9864 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9865 (the_low_target): Add initializer for arch_setup field.
9866 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9867 (the_low_target): Add initializer for arch_setup field.
9868 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9869 (the_low_target): Add initializer for arch_setup field.
9870 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9871 (the_low_target): Add initializer for arch_setup field.
9872 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9873 (the_low_target): Add initializer for arch_setup field.
9874 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9875 (init_registers_mips64_linux): Likewise.
9876 (the_low_target): Add initializer for arch_setup field.
9877 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9878 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9879 (the_low_target): Add initializer for arch_setup field.
9880 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9881 (init_registers_powerpc_64): Likewise.
9882 (the_low_target): Add initializer for arch_setup field.
9883 * linux-s390-low.c (init_registers_s390): Add prototype.
9884 (init_registers_s390x): Likewise.
9885 (the_low_target): Add initializer for arch_setup field.
9886 * linux-sh-low.c (init_registers_sh): Add prototype.
9887 (the_low_target): Add initializer for arch_setup field.
9888 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9889 (the_low_target): Add initializer for arch_setup field.
9890 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9891 (the_low_target): Add initializer for arch_setup field.
9892
9893 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9894 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9895 instead of init_registers ().
9896 * win32-arm-low.c (init_registers_arm): Add prototype.
9897 (the_low_target): Add initializer for arch_setup field.
9898 * win32-i386-low.c (init_registers_i386): Add prototype.
9899 (the_low_target): Add initializer for arch_setup field.
9900
9901 * spu-low.c (init_registers_spu): Add prototype.
9902 (initialize_low): Call initialie_registers_spu () instead of
9903 initialize_registers ().
9904
fd96d250
PA
99052008-02-19 Pedro Alves <pedro@codesourcery.com>
9906
9907 * server.c (handle_v_requests): When handling the vRun and vAttach
9908 packets, if already debugging a process, don't kill it. Return an
9909 error instead.
9910
d41b6bb4
DJ
99112008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9912
9913 * server.c (handle_query): Correct length check.
9914
5ac588cf
PA
99152008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9916
9917 * win32-low.c (do_initial_child_stuff): Add process handle
9918 parameter. Set current_process_handle and current_process_id from the
9919 parameters. Clear globals.
9920 (win32_create_inferior): Don't set current_process_handle and
9921 current_process_id here. Instead pass them on the call to
9922 do_initial_child_stuff.
9923 (win32_attach): Likewise.
9924 (win32_clear_inferiors): New.
9925 (win32_kill): Don't close the current process handle or the
9926 current thread handle here. Instead call win32_clear_inferiors.
9927 (win32_detach): Don't open a new handle to the process. Call
9928 win32_clear_inferiors.
9929 (win32_join): Don't rely on current_process_handle; open a new
9930 handle using the process id.
9931 (win32_wait): Call win32_clear_inferiors when the inferior process
9932 has exited.
9933
ecd7ecbc
DJ
99342008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9935
9936 * server.c (monitor_show_help): Add "exit".
9937
1525d545
MG
99382008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9939
ecd7ecbc 9940 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
9941 (clean): Add reg-xtensa.c.
9942 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
9943 * configure.srv (xtensa*-*-linux*) New target.
9944 * linux-xtensa-low.c: New.
9945 * xtensa-xtregs.c: New.
1525d545 9946
59a016f0
PA
99472008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
9948
9949 * hostio.c: Don't include errno.h.
9950 (errno_to_fileio_errno): Move to hostio-errno.
9951 * hostio.c: (hostio_error): Remove the error parameter. Defer the
9952 error number outputting to the target->hostio_last_error callback.
9953 (hostio_packet_error): Use FILEIO_EINVAL directly.
9954 (handle_open, handle_pread, hostio_error, handle_unlink): Update
9955 calls to hostio_error.
9956 * hostio-errno.c: New.
9957 * server.h (hostio_last_error_from_errno): Declare.
9958 * target.h (target_ops): Add hostio_last_error member.
9959 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
9960 as hostio_last_error handler.
889bf7c5 9961 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
9962 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
9963 (wince_hostio_last_error): New functions.
9964 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
9965 as hostio_last_error handler.
9966 (win32_target_ops) [!_WIN32_WCE]: Register
9967 hostio_last_error_from_errno as hostio_last_error handler.
9968 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
9969 (hostio-errno.o): New rule.
9970 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
9971 * configure.srv (srv_hostio_err_objs): New variable. Default to
9972 hostio-errno.o.
9973 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
9974 * configure: Regenerate.
9975
2d717e4f
DJ
99762008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9977
9978 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
9979 (linux_kill, linux_detach): Clean up the process list.
9980 * remote-utils.c (remote_open): Improve port number parsing.
9981 (putpkt_binary, input_interrupt): Only send interrupts if the target
9982 is running.
9983 * server.c (extended_protocol): Make static.
9984 (attached): Define earlier.
9985 (exit_requested, response_needed, program_argv): New variables.
9986 (target_running): New.
9987 (start_inferior): Clear attached here.
9988 (attach_inferior): Set attached here.
9989 (require_running): Define.
9990 (handle_query): Use require_running and target_running. Implement
9991 "monitor exit".
9992 (handle_v_attach, handle_v_run): New.
9993 (handle_v_requests): Use require_running. Handle vAttach and vRun.
9994 (gdbserver_usage): Update.
9995 (main): Redo argument parsing. Handle --debug and --multi. Handle
9996 --attach along with other options or after the port. Save
9997 program_argv. Support no initial program. Resynchronize
9998 communication with GDB after an error. Handle "monitor exit".
9999 Use require_running and target_running. Always allow the extended
10000 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
10001 restart in extended mode.
10002 * README: Refer to the GDB manual. Update --attach usage.
10003
7407e2de
AS
100042007-12-20 Andreas Schwab <schwab@suse.de>
10005
10006 * linux-low.c (STACK_SIZE): Define.
10007 (linux_tracefork_child): Use it. Use __clone2 on ia64.
10008 (linux_test_for_tracefork): Likewise.
10009
b65d95c5
DJ
100102007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
10011
10012 * linux-low.c (linux_wait_for_event): Update messages. Do not
10013 reinsert auto-delete breakpoints.
10014 * mem-break.c (struct breakpoint): Change return type of handler to
10015 int.
10016 (set_breakpoint_at): Update handler type.
10017 (reinsert_breakpoint_handler): Return 1 instead of calling
10018 delete_breakpoint.
10019 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
10020 setting a new one.
10021 (check_breakpoints): Delete auto-delete breakpoints and return 2.
10022 * mem-break.h (set_breakpoint_at): Update handler type.
10023 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
10024 * win32-low.c (auto_delete_breakpoint): New.
10025 (get_child_debug_event): Use it.
10026
4e799345
DJ
100272007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
10028
10029 * configure.ac: Check for pread and pwrite.
10030 * hostio.c (handle_pread): Fall back to lseek and read.
10031 (handle_pwrite): Fall back to lseek and write.
10032 * config.in, configure: Regenerated.
10033
27524b67
DJ
100342007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
10035
10036 * server.c (myresume): Add own_buf argument.
10037 (main): Update calls.
10038
a20d5e98
DJ
100392007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
10040
10041 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
10042 * remote-utils.c (remote_open): Do not call disable_async_io.
10043 (block_async_io): Delete.
10044 (unblock_async_io): Make static.
10045 (initialize_async_io): New.
10046 * server.c (handle_v_cont): Handle async I/O here.
10047 (myresume): Likewise. Move other common resume tasks here...
10048 (main): ... from here. Call initialize_async_io. Disable async
10049 I/O before the main loop.
10050 * server.h (initialize_async_io): Declare.
10051 (block_async_io, unblock_async_io): Delete prototypes.
10052 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
10053
b79d787e
DJ
100542007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
10055
10056 * remote-utils.c (readchar): Allow binary data in received messages.
10057
d97903b2
PA
100582007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10059
10060 * win32-low.c (attaching): New global.
10061 (win32_create_inferior): Clear the `attaching' global.
10062 (win32_attach): Set the `attaching' global.
10063 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
10064 attaching. Only set a breakpoint at the entry point if not
10065 attaching.
10066
311de423
PA
100672007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10068
10069 * server.c (main): Don't report dll events on the initial
10070 connection on attaches.
10071
6c2d16d2
PA
100722007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10073
10074 * server.c (main): Relax numerical bases supported for the pid of
10075 the --attach command line argument.
10076
5ca906e6
PA
100772007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10078
10079 * win32-low.c (win32_attach): Call OpenProcess before
10080 DebugActiveProcess, not after. Add last error output to error
10081 call.
10082
9c6c8194
PA
100832007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10084
10085 * win32-low.c (win32_get_thread_context)
10086 (win32_set_thread_context): New functions.
10087 (thread_rec): Use win32_get_thread_context.
10088 (continue_one_thread, win32_resume): Use win32_set_thread_context.
10089 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
10090 field.
10091
4d5d1aaa
PA
100922007-12-03 Leo Zayas
10093 Pedro Alves <pedro_alves@portugalmail.pt>
10094
10095 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
10096 global variables.
10097 (child_add_thread): Minor cleanup.
10098 (child_continue): Resume artificially suspended threads before
10099 calling ContinueDebugEvent.
10100 (suspend_one_thread): New.
10101 (fake_breakpoint_event): New.
10102 (get_child_debug_event): Change return type to int. Check here if
10103 gdb sent an interrupt request. If a soft interrupt was requested,
10104 fake a breakpoint event. Return 0 if there is no event to handle,
10105 and 1 otherwise.
10106 (win32_wait): Don't check here if gdb sent an interrupt request.
10107 Ensure there is a valid event to handle.
10108 (win32_request_interrupt): Add soft interruption method as last
10109 resort.
10110
c436e841
PA
101112007-12-03 Leo Zayas
10112 Pedro Alves <pedro_alves@portugalmail.pt>
10113
10114 * win32-low.h (win32_thread_info): Add descriptions to the
10115 structure members. Replace `suspend_count' counter by a
10116 `suspended' flag.
10117 * win32-low.c (thread_rec): Update condition of when to get the
10118 context from the inferior. Rely on ContextFlags being set if it
10119 has already been retrieved. Only suspend the inferior thread if
10120 we haven't already. Warn if that fails.
10121 (continue_one_thread): s/suspend_count/suspended/. Only call
10122 ResumeThread once. Warn if that fails.
10123
e7b5fa67
PA
101242007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10125
10126 * win32-low.c (win32_wait): Don't read from the inferior when it
10127 has already exited.
10128
a385171d
PA
101292007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10130
10131 * Makefile.in (win32_low_h): New variable.
10132 (win32-low.o): Add dependency on $(win32_low_h).
10133 (win32-arm-low.o, win32-i386-low.o): New rules.
10134
f80c84b3
DJ
101352007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10136
10137 * hostio.c: Correct copyright year.
10138
a6b151f1
DJ
101392007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10140
10141 * Makefile.in (OBS): Add hostio.o.
10142 (hostio.o): New rule.
10143 * server.h (handle_vFile): Declare.
10144 * hostio.c: New file.
10145 * server.c (handle_v_requests): Take packet_len and new_packet_len
10146 for binary packets. Call handle_vFile.
10147 (main): Update call to handle_v_requests.
10148
f9387fc3
DJ
101492007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10150
10151 * linux-low.c: Include <sched.h>.
10152
51c2684e
DJ
101532007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
10154
10155 * linux-low.c (linux_tracefork_grandchild): New.
10156 (linux_tracefork_child): Use clone.
10157 (linux_test_for_tracefork): Use clone; allocate and free a stack.
10158
75f83163
JB
101592007-10-31 Joel Brobecker <brobecker@adacore.com>
10160
10161 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
10162
da5898ce
DJ
101632007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
10164
10165 * linux-low.c (handle_extended_wait): Handle unexpected signals.
10166
24a09b5f
DJ
101672007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10168
10169 * inferiors.c (change_inferior_id): Delete.
10170 (add_pid_to_list, pull_pid_from_list): New.
10171 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
10172 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
10173 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
10174 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
10175 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
10176 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
10177 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
10178 (using_threads): Always set to 1.
10179 (handle_extended_wait): New.
10180 (add_process): Do not set TID.
10181 (linux_create_inferior): Set must_set_ptrace_flags.
10182 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
10183 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
10184 (linux_thread_alive): Rename TID argument to LWPID.
10185 (linux_wait_for_process): Handle unknown processes. Do not use TID.
10186 (linux_wait_for_event): Do not use TID or check using_threads. Update
10187 call to dead_thread_notify. Call handle_extended_wait.
10188 (linux_create_inferior): Use PTRACE_SETOPTIONS.
10189 (send_sigstop): Delete sigstop_sent.
10190 (wait_for_sigstop): Avoid TID.
10191 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
10192 (linux_test_for_tracefork): New.
10193 (linux_lookup_signals): Use thread_db_active and
10194 linux_supports_tracefork_flag.
10195 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
10196 * linux-low.h (get_process_thread): Avoid TID.
10197 (struct process_ifo): Move thread_known and tid to the end. Remove
10198 sigstop_sent.
10199 (linux_attach_lwp, thread_db_init): Update prototypes.
10200 * server.h (change_inferior_id): Delete prototype.
10201 (add_pid_to_list, pull_pid_from_list): New prototypes.
10202 * thread-db.c (thread_db_use_events): New.
10203 (find_first_thread): Rename to...
10204 (find_one_thread): ...this. Update callers and messages. Do not
10205 call fatal. Check thread_db_use_events. Do not call
10206 change_inferior_id or new_thread_notify.
10207 (maybe_attach_thread): Update. Do not call new_thread_notify.
10208 (thread_db_init): Set thread_db_use_events. Check use_events.
10209 * utils.c (fatal, warning): Correct message prefix.
10210
30ed0a8f
DJ
102112007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10212
10213 * Makefile.in (clean): Remove new files.
10214 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
10215 (powerpc-64.o, powerpc-64.c): New rules.
10216 * configure.srv: Use alternate register sets for powerpc64-*-linux*
10217 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
10218 with SPE.
10219 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
10220 SPE targets.
10221 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
10222 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
10223 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
10224 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
10225 (target_regsets): Add AltiVec and SPE register sets.
10226 * configure.ac: Check for AltiVec and SPE.
10227 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
10228 (ppc_fill_vrregset, ppc_store_vrregset): New.
10229 (target_regsets): Add AltiVec register set.
10230 * configure: Regenerated.
10231
fd462a61
DJ
102322007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10233
10234 * linux-low.c (O_LARGEFILE): Define.
10235 (linux_read_memory): Use /proc/PID/mem.
10236 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
10237 * configure, config.in: Regenerated.
10238
69f223ed
DJ
102392007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10240
10241 * linux-low.c (linux_wait_for_event): Do not pass signals while
10242 single-stepping.
10243
aec18585
PA
102442007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10245
10246 * win32-low.c (create_process): New.
10247 (win32_create_inferior): Use create_process instead of
10248 CreateProcess. If create_process failed retry appending an ".exe"
10249 suffix. Store the GetLastError result immediatelly after
10250 create_process calls and use it on the call to error.
10251
34d86ddd
PA
102522007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10253
10254 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
10255
5a0e3bd0
JB
102562007-08-23 Joel Brobecker <brobecker@adacore.com>
10257
10258 * configure.ac: Switch license to GPLv3.
10259
f88c79e6
MS
102602007-08-01 Michael Snyder <msnyder@access-company.com>
10261
10262 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
10263
6b3d9b83
PA
102642007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
10265
10266 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
10267 typedef.
10268 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
10269 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
10270 CloseToolhelp32Snapshot.
10271 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
10272 CloseToolhelp32Snapshot.
10273
c588c53c
MS
102742007-07-27 Michael Snyder <michael.snyder@access-company.com>
10275
10276 * server.c (main): Check for inferior exit before main loop.
10277
aa0403d9
PA
102782007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
10279
10280 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
10281 instead of on tmp_desc.
10282
255e7678
DJ
102832007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10284 Daniel Jacobowitz <dan@codesourcery.com>
10285
10286 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
10287 (add_thread): Minor cleanups.
10288 (clear_inferiors): Move lower in the file. Clear the DLL
10289 list.
10290 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
10291 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
10292 (xml_escape_text): New.
10293 * server.c (handle_query): Handle qXfer:libraries:read. Report it
10294 for qSupported.
10295 (handle_v_cont): Report errors.
10296 (gdbserver_version): Update.
10297 (main): Correct size of own_buf. Do not report initial DLL events.
10298 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
10299 (unloaded_dll, xml_escape_text): New.
10300 * win32-low.c (enum target_waitkind): Update comments.
10301 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
10302 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
10303 (win32_EnumProcessModules, win32_GetModuleInformation)
10304 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
10305 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
10306 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
10307 (win32_Module32First, win32_Module32Next, load_toolhelp)
10308 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
10309 (get_child_debug_event): Handle DLL events.
10310 (win32_wait): Likewise.
10311
0d37add9
DJ
103122007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10313
10314 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
10315 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
10316
45e2715e
PA
103172007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10318
10319 * win32-low.c (handle_output_debug_string): Ignore event if not
10320 waiting.
10321
c5674cf1
PA
103222007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10323
10324 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
10325
2bbe3cc1
DJ
103262007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
10327
10328 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
10329
ae13219e
DJ
103302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10331
10332 * inferiors.c (change_inferior_id): Add comment.
10333 * linux-low.c (check_removed_breakpoint): Add an early
10334 prototype. Improve debug output.
10335 (linux_attach): Doc update.
10336 (linux_detach_one_process, linux_detach): Clean up before releasing
10337 each process.
10338 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
10339 * linux-low.h (struct process_info): Doc improvement.
10340 * mem-break.c (delete_all_breakpoints): New.
10341 * mem-break.h (delete_all_breakpoints): New prototype.
10342 * thread-db.c (find_first_thread): New.
10343 (thread_db_create_event): Call it instead of
10344 thread_db_find_new_threads. Clean up unused variables.
10345 (maybe_attach_thread): Remove first thread handling.
10346 (thread_db_find_new_threads): Use find_first_thread.
10347 (thread_db_get_tls_address): Likewise.
10348
4105de34
DJ
103492007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10350
10351 * thread-db.c (thread_db_find_new_threads): Add prototype.
10352 (thread_db_create_event): Check for the main thread before adding
10353 a new thread.
10354 (maybe_attach_thread): Only enable event reporting if TID == 0.
10355 (thread_db_get_tls_address): Check for new threads.
10356
2b876972
DJ
103572007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
10358
10359 * linux-low.c (linux_create_inferior): Try execv before execvp.
10360 * spu-low.c (spu_create_inferior): Likewise.
10361
7a245884
DJ
103622007-06-13 Mike Frysinger <vapier@gentoo.org>
10363
10364 * linux-low.c (linux_create_inferior): Change execv to execvp.
10365 * spu-low.c (spu_create_inferior): Likewies.
10366
117ce543
DJ
103672007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10368
10369 * Makefile.in (clean): Clean new files instead of deleted ones.
10370 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
10371 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
10372 rules.
10373 * configure.srv: Specify XML files and new regformats for MIPS and
10374 MIPS64 GNU/Linux.
10375 * linux-mips-low.c (mips_num_regs): Set to only used registers.
10376 (mips_regmap): Do not fetch $0. Remove unused registers. Add
10377 an entry for the restart register.
10378 (mips_cannot_fetch_register, mips_cannot_store_register)
10379 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
10380 register names to match the XML descriptions.
10381 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
10382 restart register instead of $0.
10383
0e7f50da
UW
103842007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10385 Markus Deuling <deuling@de.ibm.com>
10386
10387 * remote-utils.c (decode_xfer_write): New function.
10388 * server.h (decode_xfer_write): Add prototype.
10389 * server.c (handle_query): Add PACKET_LEN argument. Support
10390 qXfer:spu:read and qXfer:spu:write packets.
10391 (main): Pass packet_len to handle_query.
10392 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
10393 * target.h (target_ops): Add qxfer_spu.
10394
374c1d38
UW
103952007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10396
10397 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
10398 accessing non-seekable spufs files.
10399
bb63802a
UW
104002007-05-16 Markus Deuling <deuling@de.ibm.com>
10401
889bf7c5 10402 * server.c (handle_query): Add reply for qC packet.
bb63802a 10403
7390519e
PA
104042007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10405 Leo Zayas <lerele@champenstudios@com>
10406
10407 * server.h (check_remote_input_interrupt_request): New function.
10408 * remote_utils.c (INVALID_DESCRIPTOR): New define.
10409 (remote_desc): Initialize with INVALID_DESCRIPTOR.
10410 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
10411 (check_remote_input_interrupt_request): New function.
10412 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 10413 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
10414 winapi_GenerateConsoleCtrlEvent): New typedefs.
10415 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
10416 to 250 ms.
10417 (win32_wait): Check for remote interrupt request
10418 with check_remote_input_interrupt_request.
10419 (win32_request_interrupt): New function.
10420 (win32_target_op): Set request_interrupt to win32_request_interrupt.
10421
34b34921
PA
104222007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10423
10424 * win32-low.c (debug_registers_changed,
10425 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
10426 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
10427 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
10428 (thread_rec): Get context using the low target.
10429 (child_add_thread): Call thread_added on the low target,
10430 which does the same thing.
10431 (regptr): Delete.
10432 (do_initial_child_stuff): Remove debug registers references.
10433 Set context using the low target. Resume threads after
10434 setting the contexts.
10435 (child_continue): Remove dead variable. Remove debug
10436 registers references.
10437 (child_fetch_inferior_registers): Go through the low target.
10438 (do_child_store_inferior_registers): Remove.
10439 (child_store_inferior_registers): Go through the low target.
10440 (win32_resume): Remove debug registers references.
10441 Set context using the low target.
10442 (handle_exception): Change return type to void. Don't record
10443 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
10444 first chance exception.
889bf7c5 10445 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
10446 goto loop. Always return after waiting for debug event.
10447 (win32_wait): Convert to switch statement. Handle spurious
10448 events.
10449
10450 * win32-i386-low.c (debug_registers_changed,
10451 debug_registers_used): New.
10452 (initial_stuff): Rename to ...
10453 (i386_initial_stuff): ... this. Clear debug registers
10454 state variables.
10455 (store_debug_registers): Delete.
10456 (i386_get_thread_context): New.
10457 (load_debug_registers): Delete.
10458 (i386_set_thread_context): New.
10459 (i386_thread_added): New.
10460 (single_step): Rename to ...
10461 (i386_single_step): ... this.
10462 (do_fetch_inferior_registers): Rename to ...
10463 (i386_fetch_inferior_register): ... this.
10464 (i386_store_inferior_register): New.
10465 (the_low_target): Adapt to new interface.
10466
10467 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
10468 (arm_get_thread_context): New.
10469 (arm_set_thread_context): New.
10470 (regptr): New.
10471 (do_fetch_inferior_registers): Rename to ...
10472 (arm_fetch_inferior_register): ... this.
10473 (arm_store_inferior_register): New.
10474 (arm_wince_breakpoint): Reimplement as unsigned long.
10475 (arm_wince_breakpoint_len): Define.
10476 (the_low_target): Adapt to new interface.
10477
10478 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
10479 load_debug_registers. Add get_thread_context, set_thread_context,
10480 thread_added and store_inferior_register. Rename
10481 fetch_inferior_registers to fetch_inferior_register.
10482 (regptr): Remove declaration.
10483
dd6953e1
PA
104842007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10485
10486 * linux-low.c (linux_detach): Change return type to int. Return 0.
10487 * spu-low.c (spu_detach): Likewise.
10488
444d6139
PA
104892007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10490
10491 * target.h (target_ops): Change return type of detach to int.
10492 Add join.
10493 (join_inferior): New.
10494 * server.c (main): Don't skip detach support on mingw32.
10495 If the inferior doesn't support detaching return error.
10496 Call join_inferior instead of using waitpid.
10497 * linux-low.c (linux_join): New.
10498 (linux_target_op): Add linux_join.
10499 * spu-low.c (spu_join): New.
10500 (spu_target_ops): Add spu_join.
10501 * win32-low.c (win32_detach): Adapt to new interface.
10502 Reopen current_process_handle before detaching. Issue a child
10503 resume before detaching.
10504 (win32_join): New.
10505 (win32_target_op): Add win32_join.
10506
1d5315fe
PA
105072007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10508
10509 * win32-low.c (win32-attach): Fix return value.
10510 * target.h (target_ops): Describe ATTACH return values.
10511
bf914831
PA
105122007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10513
10514 * win32-low.c (GETPROCADDRESS): Define.
10515 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
10516 (winapi_DebugSetProcessKillOnExit): Likewise.
10517 (win32_create_inferior): Force usage of ansi CreateProcessA.
10518 (win32_attach): Use GETPROCADDRESS.
10519 (win32_detach): Likewise.
10520
f72f3e60
PA
105212007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10522
10523 * win32-low.c (win32_wait): Don't use WSTOPSIG.
10524
ed50f18f
PA
105252007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
10526
10527 * win32-low.c: Commit leftover changes from 2007-03-29.
10528
0c2ead7e
DJ
105292007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10530
10531 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
10532 fields short instead of int. Add explicit padding.
10533 (i387_cache_to_fsave): Remove unnecessary casts.
10534 (i387_fsave_to_cache): Doc fix.
10535 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
10536
73725ff3
DJ
105372007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10538
10539 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
10540 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
10541
d99f33d8
PA
105422007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10543
10544 * configure.srv (arm*-*-mingw32ce*): Move near the other
10545 arm targets.
10546
68070c10
PA
105472007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10548
2482afc6 10549 * configure.ac: Add errno checking.
68070c10
PA
10550 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
10551 sys/file.h and malloc.h.
10552 (AC_CHECK_DECLS): Add perror.
10553 (srv_mingwce): Handle.
2482afc6 10554 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
10555 win32-i386-low.o to srv_tgtobj.
10556 (i[34567]86-*-mingw*): Likewise.
10557 (arm*-*-mingw32ce*): Add case.
10558 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10559 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
10560 [__MINGW32CE__] (strerror): New function.
10561 [__MINGW32CE__] (errno): Define to GetLastError.
10562 [__MINGW32CE__] (COUNTOF): New macro.
10563 (remote_open): Remove extra close call.
10564 * mem-break.c (delete_breakpoint_at): New function.
10565 * mem-break.h (delete_breakpoint_at): Declare.
10566 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10567 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
10568 [USE_WIN32API] (read, write): Add char* casts.
10569 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
10570 * server.h: Include wincecompat.h on Windows CE.
10571 [HAVE_ERRNO_H]: Check.
10572 (perror): Declare if not declared.
10573 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
10574 (perror_with_name): Remove errno declaration.
10575 * wincecompat.h: New.
10576 * wincecompat.c: New.
10577 * win32-low.h: New.
10578 * win32-arm-low.c: New.
10579 * win32-i386-low.c: New.
10580 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
10581 (OUTMSG2): Make it safe.
10582 (_T): New macro.
10583 (COUNTOF): New macro.
10584 (NUM_REGS): Get it from the low target.
10585 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
10586 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
10587 (thread_rec): Let low target handle debug registers.
10588 (child_add_thread): Likewise.
10589 (child_init_thread_list): Likewise.
10590 (continue_one_thread): Likewise.
10591 (regptr): New.
10592 (do_child_fetch_inferior_registers): Move to ...
10593 * win32-i386-low.c: ... here, and rename to ...
10594 (do_fetch_inferior_registers): ... this.
889bf7c5 10595 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
10596 Go through the low target.
10597 (do_child_store_inferior_registers): Use regptr.
10598 (strwinerror): New function.
10599 (win32_create_inferior): Handle Windows CE.
10600 Use strwinerror instead of strerror on Windows error
10601 codes. Add program to the error output.
10602 Don't close the main thread handle on Windows CE.
10603 (win32_attach): Use coredll.dll on Windows CE.
10604 (win32_kill): Close current process and current
10605 thread handles.
10606 (win32_detach): Use coredll.dll on Windows CE.
10607 (win32_resume): Let low target handle debug registers, and
10608 step request.
10609 (handle_exception): Add/Remove initial breakpoint. Avoid
10610 non-existant WSTOPSIG on Windows CE.
10611 (win32_read_inferior_memory): Cast to remove warning.
10612 (win32_arch_string): Go through the low target.
10613 (initialize_low): Call set_breakpoint_data with the low
10614 target's breakpoint.
10615 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
10616 FOP_REGNUM, mappings): Move to ...
10617 * win32-i386-low.c: ... here.
10618 * win32-low.c (win32_thread_info): Move to ...
10619 * win32-low.h: ... here.
10620 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
10621 win32-arm-low.c and wincecompat.c.
10622 (all:): Add $EXEEXT.
10623 (install-only:): Likewise.
10624 (gdbserver:): Likewise.
10625 (gdbreplay:): Likewise.
10626 * config.in: Regenerate.
10627 * configure: Regenerate.
10628
41093d81
PA
106292007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10630
10631 * win32-low.c: Rename typedef thread_info to
10632 win32_thread_info throughout.
10633
544afa54
PA
106342007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10635
10636 * win32-i386-low.c: Rename to ...
10637 * win32-low.c: ... this.
10638 * configure.srv: Replace win32-i386-low.o with win32-low.o.
10639 * Makefile.in: Likewise.
10640
bce7165d
PA
106412007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
10642
10643 * remote-utils.c (monitor_output): Constify msg parameter.
10644 * server.h (monitor_output): Likewise.
10645 * win32-i386-low.c (handle_output_debug_string): New.
10646 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
10647 handle_output_debug_string.
10648 (get_child_debug_event): Likewise.
10649
506c7aa0
DJ
106502007-03-27 Mat Hostetter <mat@lcs.mit.edu>
10651
10652 * server.c (main): Correct strtoul check.
10653
42c81e2a
DJ
106542007-03-27 Jon Ringle <jon@ringle.org>
10655
10656 * linux-low.c: Check __ARCH_HAS_MMU__ also.
10657
9453113a
DJ
106582007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10659
10660 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10661
64a69107
DJ
106622007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10663
10664 * terminal.h: Check HAVE_SGTTY_H.
10665
106662007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
10667
10668 * remote-utils.c (remote_open): Print out the assigned port number.
10669
c74d0ad8
DJ
106702007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10671
10672 * remote-utils.c (monitor_output): New function.
10673 * server.c (debug_threads): Define here.
10674 (monitor_show_help): New function.
10675 (handle_query): Handle qRcmd.
10676 (main): Do not handle 'd' packet.
10677 * server.h (debug_threads, remote_debug, monitor_output): Declare.
10678 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
10679 of debug_threads.
10680
de7c3b4a
PA
106812007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10682
10683 * Makefile.in (EXEEXT): New.
10684 (clean): Use $(EXEEXT).
10685
ef57601b
PA
106862007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10687
10688 * target.h (target_ops): Rename send_signal to request_interrupt,
10689 and remove enum target_signal parameter.
10690 * linux-low.c (linux_request_interrupt): Rename from
10691 linux_send_signal, and always send SIGINT.
10692 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
10693 and always send SIGINT.
10694 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
10695 of send_signal.
10696 (input_interrupt): Likewise.
10697
820f2bda
PA
106982007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10699
10700 * server.c (get_features_xml): Check if target implemented
10701 arch_string.
10702 * win32-i386-low.c (win32_arch_string): New.
10703 (win32_target_ops): Add win32_arch_string as arch_string member.
10704
ab39bf24
UW
107052007-02-22 Markus Deuling <deuling@de.ibm.com>
10706
10707 * spu-low.c (spu_arch_string): New.
10708 (spu_target_ops): Add spu_arch_string.
10709
61ff6e04
DJ
107102007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10711
10712 * remote-utils.c: Remove HAVE_TERMINAL_H check.
10713 * configure.ac: Do not check for terminal.h.
10714 * configure, config.in: Regenerated.
10715
fb1e4ffc
DJ
107162007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10717
10718 * Makefile.in (OBS): Add $(XML_BUILTIN).
10719 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
10720 (clean): Update.
10721 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
10722 (arm-with-iwmmxt.c): New.
10723 * config.in, configure: Regenerate.
10724 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
10725 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
10726 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
10727 (arm*-*-linux*): Add iWMMXt and regset support.
10728 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
10729 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
10730 (arm_store_wmmxregset, target_regsets): New.
10731 * server.c (get_features_xml): Take annex argument. Check builtin
10732 XML documents.
10733 (handle_query): Handle multiple annexes.
10734
0f48aa01
DJ
107352007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10736
10737 * remote-utils.c [USE_WIN32API] (read, write): Define.
10738 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
10739 write.
10740
23181151
DJ
107412007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10742
10743 * linux-i386-low.c (the_low_target): Set arch_string.
10744 * linux-x86-64-low.c (the_low_target): Likewise.
10745 * linux-low.c (linux_arch_string): New.
10746 (linux_target_ops): Add it.
10747 * linux-low.h (struct linux_target_ops): Add arch_string.
10748 * server.c (write_qxfer_response): Use const void * for DATA.
10749 (get_features_xml): New.
10750 (handle_query): Handle qXfer:features:read. Report it for qSupported.
10751 * target.h (struct target_ops): Add arch_string method.
10752
9d606399
DJ
107532007-01-03 Denis Pilat <denis.pilat@st.com>
10754 Daniel Jacobowitz <dan@codesourcery.com>
10755
10756 * linux-low.c (linux_kill): Handle being called with no threads.
10757 * win32-i386-low.c (win32_kill): Likewise.
10758 (get_child_debug_event): Clear current_process_handle.
10759
107602006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
10761 Daniel Jacobowitz <dan@codesourcery.com>
10762
10763 * remote-utils.c (remote_open): Check the type of specified
10764 serial port devices before opening them.
10765 * server.c (main): Kill the inferior if an error occurs during
10766 the first remote_open.
10767
a5e13d24
DJ
107682006-12-05 Markus Deuling <deuling@de.ibm.com>
10769
10770 * README: Update supported targets.
10771
186947f7
DJ
107722006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
10773
10774 * Makefile.in (clean): Remove reg-mips64.c.
10775 (reg-mips64.c, reg-mips64.o): New rules.
10776 * configure.srv: Handle mips64. Include regset support for mips.
10777 * linux-mips-low.c (union mips_register): New.
10778 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
10779 (mips_breakpoint, mips_breakpoint_at): Use int.
10780 (mips_collect_register, mips_supply_register)
10781 (mips_collect_register_32bit, mips_supply_register_32bit)
10782 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
10783 (mips_store_fpregset, target_regsets): New.
10784 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
10785
a13e2c95
UW
107862006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10787
10788 * configure.srv: Add target "spu*-*-*".
10789 * Makefile.in (clean): Remove reg-spu.c.
10790 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
10791 * spu-low.c: New file.
10792
cb7283db
DJ
107932006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10794
10795 * configure.ac: Correct td_thr_tls_get_addr test.
10796 * configure: Regenerated.
10797
89be2091
DJ
107982006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10799
10800 * linux-low.c (linux_wait_for_event): Reformat. Use the
10801 pass_signals array.
10802 * remote-utils.c (decode_address_to_semicolon): New.
10803 * server.c (pass_signals, handle_general_set): New.
10804 (handle_query): Mention QPassSignals for qSupported.
10805 (main): Call handle_general_set.
10806 * server.h (pass_signals, decode_address_to_semicolon): New.
10807
000ef4f0
DJ
108082006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
10809
10810 * server.c (handle_query): Correct error handling for read_auxv.
10811
b7149293
UW
108122005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10813
10814 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
10815 and srv_linux_thread_db to yes.
10816 * linux-s390-low.c (s390_fill_gregset): New function.
10817 (target_regsets): Define data structure.
10818
dae5f5cf
DJ
108192006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10820
10821 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10822 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10823 * config.in, configure: Regenerated.
10824 * inferiors.c (gdb_id_to_thread): New function.
10825 (gdb_id_to_thread_id): Use it.
10826 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10827 * linux-low.h (struct process_info): Add th member.
10828 (thread_db_get_tls_address): New prototype.
10829 * remote-utils.c (decode_address): Make non-static.
10830 * server.c (handle_query): Handle qGetTLSAddr.
10831 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10832 * target.h (struct target_ops): Add get_tls_address.
10833 * thread-db.c (maybe_attach_thread): Save the thread handle.
10834 (thread_db_get_tls_address): New.
10835
32ca6d61
DJ
108362006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10837
10838 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10839 (linux_resume_one_process): Take a siginfo_t *. Update all
10840 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10841 (struct pending_signals): Add a siginfo_t.
10842 (linux_wait_for_process): Always set last_status.
10843 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10844 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10845 * linux-low.h (struct process_info): Add last_status.
10846
5ffff7c1
DJ
108472006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10848
10849 * remote-utils.c (try_rle): New function.
10850 (putpkt_binary): Use it.
10851
8695c747
DJ
108522006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10853
10854 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10855 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10856 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10857 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10858 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10859 point registers.
10860
290fadea
RS
108612006-08-08 Richard Sandiford <richard@codesourcery.com>
10862
10863 * server.c (terminal_fd): New variable.
10864 (old_foreground_pgrp): Likewise.
10865 (restore_old_foreground_pgrp): New function.
10866 (start_inferior): Record the terminal file descriptor in terminal_fd
10867 and its original foreground group in old_foreground_pgrp. Register
10868 restore_old_foreground_pgrp with atexit().
10869
9f2e1e63
DJ
108702006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10871
10872 * server.c (handle_query): Correct qPart to qXfer.
10873
b80864fb
DJ
108742006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10875
10876 * configure.ac: Check for more headers which are missing on
10877 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10878 * configure.srv: Add Cygwin and mingw32.
10879 * remote-utils.c: Don't include headers unconditionally which
10880 are missing on mingw32. Include <winsock.h> for mingw32.
10881 (remote_open): Adjust for mingw32 support. Flush
10882 standard error after writing to it.
10883 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10884 (unblock_async_io, enable_async_io, disable_async_io)
10885 (readchar, getpkt): Update for Winsock support.
10886 (prepare_resume_reply): Expect a protocol signal number.
10887 * server.c: Disable <sys/wait.h> on mingw32.
10888 (start_inferior): Adjust for mingw32 support. Flush
10889 standard error after writing to it.
10890 (attach_inferior): Likewise. Use protocol signal
10891 numbers.
10892 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10893 and names.
10894 * win32-i386-low.c: New file.
10895 * Makefile.in (XM_CLIBS): Set.
10896 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10897 (win32-i386-low.o): New dependency rule.
10898 * linux-low.c (linux_wait): Use target signal numbers.
10899 * target.h (struct target_ops): Doc fix.
10900 * server.h (target_signal_to_name): New prototype.
10901 * gdbreplay.c: Don't include headers unconditionally which
10902 are missing on mingw32. Include <winsock.h> for mingw32.
10903 (remote_close, remote_open): Adjust for Winsock support.
10904 * configure, config.in: Regenerated.
10905
0876f84a
DJ
109062006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10907
10908 * server.c (decode_xfer_read, write_qxfer_response): New.
10909 (handle_query): Take a packet length argument. Handle
10910 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10911 the qSupported response.
10912 (main): Update call to handle_query.
10913
01f9e8fa
DJ
109142006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10915
10916 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10917 (putpkt_binary): Renamed from putpkt and adjusted for binary
10918 data.
10919 (putpkt): New wrapper for putpkt_binary.
10920 (readchar): Don't mask off the high bit.
10921 (decode_X_packet): New function.
10922 * server.c (main): Call putpkt_binary if a handler sets the packet
10923 length. Save the length of the incoming packet. Handle 'X'.
10924 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10925
be2a5f71
DJ
109262006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10927
10928 * server.c (handle_query): Handle qSupported.
10929
ea025f5f
DJ
109302006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10931
10932 * remote-utils.c (all_symbols_looked_up): New variable.
10933 (look_up_one_symbol): Check it.
10934 * server.h (look_up_one_symbol): New declaration.
10935 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10936
9308fc88
DJ
109372006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10938
10939 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 10940 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
10941 (PTRACE_GET_THREAD_AREA): Define.
10942 (ps_get_thread_area): New function.
10943
52fb6437
NS
109442006-05-09 Nathan Sidwell <nathan@codesourcery.com>
10945
10946 * configure.srv (m68k*-*-uclinux*): New target.
10947 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
10948 (linux_resume_one_process): Remove extraneous cast.
10949 (linux_read_offsets): New.
10950 (linux_target_op): Add linux_read_offsets on mmuless systems.
10951 * server.c (handle_query): Add qOffsets logic.
10952 * target.h (struct target_ops): Add read_offsets.
10953
21b0f40c
DJ
109542006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10955
10956 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
10957 (PTRACE_GET_THREAD_AREA): Define.
10958 (ps_get_thread_area): New function.
10959 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
10960 (linux-x86-64-low.o): Update.
10961
0050a760
DJ
109622006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
10963
10964 * configure.ac: Remove checks for prfpregset_t.
10965 * gdb_proc_service.h: New file.
10966 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
10967 new "gdb_proc_service.h".
10968 * proc-service.c: Likewise.
10969 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
10970 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
10971 * Makefile.in (gdb_proc_service_h): Updated.
10972 * configure, config.in: Regenerated.
10973
b92a518e
DJ
109742006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10975
10976 * remote-utils.c (prepare_resume_reply): Move declaration
10977 of gdb_id_from_wait to the top of the block.
10978
545587ee
DJ
109792006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
10980
10981 * linux-low.c (regsets_store_inferior_registers): Read the regset
10982 from the target before filling it.
10983
9db87ebd
DJ
109842006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10985
10986 * server.c (attach_inferior): Return SIGTRAP for a successful
10987 attach.
10988
dd24457d
DJ
109892006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
10990
10991 * Makefile.in (OBS): Add version.o.
10992 (STAGESTUFF): Delete.
10993 (version.o): Add dependencies.
10994 (version.c): Replace rule.
10995 (clean): Remove version.c.
10996 * server.c (gdbserver_version): New.
10997 (gdbserver_usage): Use printf.
10998 (main): Handle --version and --help.
10999 * server.h (version, host_name): Add declarations.
11000
6f0f660e
EZ
110012005-12-23 Eli Zaretskii <eliz@gnu.org>
11002
889bf7c5
PA
11003 * linux-arm-low.c:
11004 * linux-arm-low.c:
11005 * inferiors.c:
11006 * i387-fp.h:
11007 * i387-fp.c:
11008 * gdbreplay.c:
11009 * regcache.c:
11010 * proc-service.c:
11011 * mem-break.h:
11012 * mem-break.c:
11013 * linux-x86-64-low.c:
11014 * linux-sh-low.c:
11015 * linux-s390-low.c:
11016 * linux-ppc64-low.c:
11017 * linux-ppc-low.c:
11018 * linux-mips-low.c:
11019 * linux-m68k-low.c:
11020 * linux-m32r-low.c:
11021 * linux-low.h:
11022 * linux-low.c:
11023 * linux-ia64-low.c:
11024 * linux-i386-low.c:
11025 * linux-crisv32-low.c:
11026 * thread-db.c:
11027 * terminal.h:
11028 * target.h:
11029 * target.c:
11030 * server.h:
11031 * server.c:
11032 * remote-utils.c:
11033 * regcache.h:
11034 * utils.c:
11035 * Makefile.in:
11036 * configure.ac:
6f0f660e
EZ
11037 * gdbserver.1: Add (C) after Copyright. Update the FSF
11038 address.
11039
9d1fb177
DJ
110402005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11041
11042 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
11043 (arm_breakpoint_at): Recognize both breakpoints.
11044 (the_low_target): Use the correct breakpoint instruction.
11045
011a70c2
DJ
110462005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11047
11048 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
11049 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
11050 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
11051 (the_low_target): Update.
11052
7fb85e41
AS
110532005-10-25 Andreas Schwab <schwab@suse.de>
11054
11055 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
11056
11057 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
11058 (ia64_num_regs): Reduce to 462.
11059
3db0444b
DJ
110602005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11061
11062 * acinclude.m4: Correct quoting.
11063 * aclocal.m4: Regenerated.
11064
11065 Suggested by SZOKOVACS Robert <szo@ies.hu>:
11066 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
11067 (thread_db_init): Call thread_db_err_str.
11068 * configure.ac: Check for TD_VERSION.
11069 * config.in, configure: Regenerated.
11070
bee0189a
DJ
110712005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11072
11073 * server.h (error, fatal, warning): Add ATTR_FORMAT.
11074
e9d25b98
DJ
110752005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11076
11077 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
11078 is not available. Define HAVE_PTRACE_GETREGS if it is.
11079 * config.in, configure: Regenerated.
11080 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
11081 * linux-i386-low.c, linux-m68k-low.c: Update to use
11082 HAVE_PTRACE_GETREGS.
11083 * linux-low.c (regsets_fetch_inferior_registers)
11084 (regsets_store_inferior_registers): Only return 0 if we processed
11085 GENERAL_REGS.
11086 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
11087 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
11088
a06660f7
DJ
110892005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11090
11091 * inferiors.c (struct thread_info): Add gdb_id.
11092 (add_thread): Add gdb_id argument.
11093 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
11094 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
11095 calls to add_thread.
11096 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
11097 * server.c (handle_query): Use thread_to_gdb_id.
11098 (handle_v_cont, main): Use gdb_id_to_thread_id.
11099 * server.h (add_thread): Update prototype.
11100 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
11101 prototypes.
11102
5a1f5858
DJ
111032005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11104
11105 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
11106 left-padded registers.
11107 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
11108 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
11109
e122f1f5
SE
111102005-07-01 Steve Ellcey <sje@cup.hp.com>
11111
11112 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
11113 * configure: Regenerate.
11114 * config.in: Regenerate.
11115 * server.h (NEED_DECLARATION_STRERROR):
11116 Replace with !HAVE_DECL_STRERROR.
11117
d592fa2f
DJ
111182005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
11119
11120 * linux-low.c (linux_wait, linux_send_signal): Don't test
11121 an unsigned long variable for > 0 if it could be MAX_ULONG.
11122 * server.c (myresume): Likewise.
11123 * target.c (set_desired_inferior): Likewise.
11124
ccbd4912
MK
111252005-06-13 Mark Kettenis <kettenis@gnu.org>
11126
11127 * configure.ac: Simplify and improve check for socklen_t.
11128 * configure, config.in: Regenerate.
11129
f450004a
DJ
111302005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11131
11132 * acconfig.h: Remove.
11133 * configure.ac: Add a test for socklen_t. Use three-argument
11134 AC_DEFINE throughout.
11135 * config.in: Regenerated using autoheader 2.59.
11136 * configure: Regenerated.
11137
11138 * gdbreplay.c (socklen_t): Provide a default.
11139 (remote_open): Use socklen_t.
11140 * remote-utils.c (socklen_t): Provide a default.
11141 (remote_open): Use socklen_t.
11142 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
11143 unsigned char.
11144
11145 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
11146 char for buffers.
11147 * linux-low.c (linux_read_memory, linux_write_memory)
11148 (linux_read_auxv): Likewise.
11149 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
11150 (check_mem_write): Likewise.
11151 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
11152 Likewise.
11153 * regcache.c (struct inferior_rgcache_data, registers_to_string)
11154 (registers_from_string, register_data): Likewise.
11155 * server.c (handle_query, main): Likewise.
11156 * server.h (convert_ascii_to_int, convert_int_to_ascii)
11157 (decode_M_packet): Likewise.
11158 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
11159 * target.h (struct target_ops): Update read_memory, write_memory,
11160 and read_auxv.
11161 (read_inferior_memory, write_inferior_memory): Update.
11162 * linux-low.h (struct linux_target_ops): Change type of breakpoint
11163 to unsigned char *.
11164 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
11165 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
11166 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
11167 linux-s390-low.c, linux-sh-low.c: Update for changes in
11168 read_inferior_memory and the_low_target->breakpoint.
11169
eee84df1
DJ
111702005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
11171
11172 * Makefile.in (SFILES): Add linux-ppc64-low.c.
11173 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
11174 * configure.srv: Add powerpc64-*-linux*.
11175 * linux-ppc64-low.c: New file.
11176
45b134e5
OF
111772005-05-23 Orjan Friberg <orjanf@axis.com>
11178
11179 * linux-cris-low.c: New file with support for CRIS.
11180 * linux-crisv32-low.c: Ditto for CRISv32.
11181 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
11182 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 11183 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
11184 reg-crisv32.o, and reg-crisv32.c to make rules.
11185 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
11186 recognized targets.
11187
48d93c75
UW
111882005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
11189
11190 * linux-low.c (fetch_register): Ensure buffer size is a multiple
11191 of sizeof (PTRACE_XFER_TYPE).
11192 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
11193
e013ee27
OF
111942005-05-12 Orjan Friberg <orjanf@axis.com>
11195
889bf7c5 11196 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
11197 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
11198 pointers for hardware watchpoint support.
11199 * linux-low.h (struct linux_target_ops): Ditto.
11200 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
11201 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
11202 to linux_target_ops.
11203 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
11204 reply packet.
11205 * server.c (main): Recognize 'Z' and 'z' packets.
11206
b0ded00b
UW
112072005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
11208
11209 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
11210 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
11211 (the_low_target): Add new members.
11212
8643e2ad
DJ
112132005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11214
11215 * proc-service.c (ps_lgetregs): Search all_processes instead of
11216 all_threads.
11217
fc620387
DJ
112182005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11219
11220 * server.c (start_inferior): Change return type to int.
11221 (attach_inferior): Change sigptr to int *.
11222 (handle_v_cont, handle_v_requests): Change signal to int *.
11223 (main): Change signal to int.
11224
112252005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
11226
11227 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
11228 * configure.srv: Add m32r*-*-linux*.
11229 * linux-m32r-low.c: New file.
11230
e0e76420
DJ
112312005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
11232
11233 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
11234
a1928bad
DJ
112352005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11236
11237 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
11238 Take unsigned long arguments for PIDs.
11239 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
11240 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
11241 (wait_for_sigstop, linux_resume_one_process)
11242 (regsets_fetch_inferior_registers, linux_send_signal)
11243 (linux_read_auxv): Likewise. Update the types of variables holding
11244 PIDs. Update format string specifiers.
11245 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
11246 * remote-utils.c (prepare_resume_reply): Likewise.
11247 * server.c (cont_thread, general_thread, step_thread)
11248 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
11249 unsigned long.
11250 (handle_query): Update format specifiers.
11251 (handle_v_cont, main): Use strtoul for thread IDs.
11252 * server.h (struct inferior_list_entry): Use unsigned long for ID.
11253 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
11254 (general_thread, step_thread, thread_from_wait)
11255 (old_thread_from_wait): Update.
11256 * target.h (struct thread_resume): Use unsigned long for THREAD.
11257 (struct target_ops): Use unsigned long for arguments to attach and
11258 thread_alive.
11259
dcdb98d2
DJ
112602005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
11261
11262 * acinclude.m4: Include bfd/bfd.m4 directly.
11263 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
11264 <agriffis@toolchain.org>.
11265 * aclocal.m4, configure: Regenerated.
11266
bec39cab
AC
112672005-01-07 Andrew Cagney <cagney@gnu.org>
11268
11269 * configure.ac: Rename configure.in, require autoconf 2.59.
11270 * configure: Re-generate.
11271
434c4c77
DJ
112722004-12-08 Daniel Jacobowitz <dan@debian.org>
11273
11274 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
11275 LIBS when finished.
11276 * aclocal.m4: Regenerated.
11277 * configure: Regenerated.
11278
db1d3e1b
AS
112792004-11-21 Andreas Schwab <schwab@suse.de>
11280
11281 * linux-m68k-low.c (m68k_num_gregs): Define.
11282 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
11283 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
11284 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
11285 (m68k_breakpoint_at): New. Add to the_low_target.
11286
11287 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
11288 srv_linux_thread_db to yes.
11289
43360365
JB
112902004-10-20 Joel Brobecker <brobecker@gnat.com>
11291
11292 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
11293 (ARCH_SET_FS): Likewise.
11294 (ARCH_GET_FS): Likewise.
11295 (ARCH_GET_GS): Likewise.
11296
fd500816
DJ
112972004-10-16 Daniel Jacobowitz <dan@debian.org>
11298
11299 * linux-i386-low.c (ps_get_thread_area): New.
11300 * linux-x86-64-low.c (ps_get_thread_area): New.
11301 * linux-low.c: Include <sys/syscall.h>.
11302 (linux_kill_one_process): Don't kill the first thread here.
11303 (linux_kill): Kill the first thread here.
11304 (kill_lwp): New function.
11305 (send_sigstop, linux_send_signal): Use it.
11306 * proc-service.c: Clean up #ifdefs.
11307 (fpregset_info): Delete.
11308 (ps_lgetregs): Update and enable implementation.
11309 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
11310 implementations.
11311 * remote-utils.c (struct sym_cache, symbol_cache): New.
11312 (input_interrupt): Print a clearer message.
11313 (async_io_enabled): New variable.
11314 (enable_async_io, disable_async_io): Use it. Update comments.
11315 (look_up_one_symbol): Use the symbol cache.
11316 * thread-db.c (thread_db_look_up_symbols): New function.
11317 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
11318
f6de3c42
DJ
113192004-10-16 Daniel Jacobowitz <dan@debian.org>
11320
11321 * configure.in: Test for -rdynamic.
11322 * configure: Regenerated.
11323 * Makefile (INTERNAL_LDFLAGS): New.
11324 (gdbserver, gdbreplay): Use it.
11325
2c0fc042
AC
113262004-09-02 Andrew Cagney <cagney@gnu.org>
11327
11328 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
11329
075b3282
DJ
113302004-03-23 Daniel Jacobowitz <drow@mvista.com>
11331
11332 * linux-low.c (linux_wait): Clear all_processes list also.
11333
fa6a77dc
DJ
113342004-03-12 Daniel Jacobowitz <drow@mvista.com>
11335
11336 * linux-low.c: Include <errno.h>. Remove extern declaration of
11337 errno.
11338
6d782a97
DJ
113392004-03-12 Daniel Jacobowitz <drow@mvista.com>
11340
11341 * gdbreplay.c, server.h, utils.c: Update copyright years.
11342
3a7fb99b
DJ
113432004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11344
11345 * server.c (main): Print child status or termination signal from
11346 variable 'signal', not 'sig'.
11347
c3e735a6
DJ
113482004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11349
11350 * linux-low.c (linux_read_memory): Change return type to
11351 int. Check for and return error from ptrace().
11352 * target.c (read_inferior_memory): Change return type to int. Pass
11353 back return status from the_target->read_memory().
11354 * target.h (struct target_ops): Adapt *read_memory() prototype.
11355 Update comment.
11356 (read_inferior_memory): Adapt prototype.
11357 * server.c (main): Return an error packet if
11358 read_inferior_memory() returns an error.
11359
a59d1c82
DJ
113602004-03-04 Daniel Jacobowitz <drow@mvista.com>
11361
11362 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
11363 Unify with other clean targets.
11364
dc3f8883
DJ
113652004-02-29 Daniel Jacobowitz <drow@mvista.com>
11366
11367 * server.c (handle_v_cont): Call set_desired_inferior.
11368
89a208da
DJ
113692004-02-29 Daniel Jacobowitz <drow@mvista.com>
11370
11371 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
11372
62ea82f5
DJ
113732004-02-29 Daniel Jacobowitz <drow@mvista.com>
11374
11375 * linux-low.c (linux_wait): Unblock async I/O.
11376 (linux_resume): Block and enable async I/O.
11377 * remote-utils.c (block_async_io, unblock_async_io): New functions.
11378 * server.h (block_async_io, unblock_async_io): Add prototypes.
11379
6910d122
DJ
113802004-02-29 Daniel Jacobowitz <drow@mvista.com>
11381
11382 * remote-utils.c (remote_open): Print a status notice after
11383 opening a TCP port.
11384 * server.c (attach_inferior): Print a status notice after
11385 attaching.
11386
113872004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
11388
11389 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
11390
c89dc5d4
DJ
113912004-02-26 Daniel Jacobowitz <drow@mvista.com>
11392
11393 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
11394 error packet.
11395 * server.c, target.h: Update copyright years.
11396
4b8dad4a
RM
113972004-02-25 Roland McGrath <roland@redhat.com>
11398
11399 * target.h (struct target_ops): New member `read_auxv'.
11400 * server.c (handle_query): Handle qPart:auxv:read: query using that.
11401 * linux-low.c (linux_read_auxv): New function.
11402 (linux_target_ops): Initialize `read_auxv' member to that.
11403
d7446758
JB
114042004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11405
11406 Committed by Jim Blandy <jimb@redhat.com>.
11407
11408 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 11409 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
11410 instead of GPR_SIZE to distiguish s390 and s390x targets.
11411
5544ad89
DJ
114122004-01-31 Daniel Jacobowitz <drow@mvista.com>
11413
11414 * linux-low.c: Update copyright year.
11415 (check_removed_breakpoint): Clear pending_is_breakpoint.
11416 (linux_set_resume_request, linux_queue_one_thread)
11417 (resume_status_pending_p): New functions.
11418 (linux_continue_one_thread): Use process->resume.
11419 (linux_resume): Only resume threads if there are no pending events.
11420 * linux-low.h (struct process_info): Add resume request
11421 pointer.
11422
2a68b70e
DJ
114232004-01-30 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * regcache.c (new_register_cache): Clear the allocated register
11426 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11427
64386c31
DJ
114282003-10-13 Daniel Jacobowitz <drow@mvista.com>
11429
11430 * linux-low.c (linux_resume): Take a struct thread_resume *
11431 argument.
11432 (linux_wait): Update call.
11433 (resume_ptr): New static variable.
11434 (linux_continue_one_thread): Renamed from
11435 linux_continue_one_process. Use resume_ptr.
11436 (linux_resume): Use linux_continue_one_thread.
11437 * server.c (handle_v_cont, handle_v_requests): New functions.
11438 (myresume): New function.
11439 (main): Handle 'v' case.
11440 * target.h (struct thread_resume): New type.
11441 (struct target_ops): Change argument of "resume" to struct
11442 thread_resume *.
11443 (myresume): Delete macro.
11444
c938e9b0
L
114452003-08-08 H.J. Lu <hongjiu.lu@intel.com>
11446
11447 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
11448 (uninstall): Support DESTDIR.
11449
7f313d07
BC
11450Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
11451
11452 * configure.srv: Add xscale*linux copy of arm*linux entry.
11453
3b2fc2ea
DJ
114542003-07-24 Daniel Jacobowitz <drow@mvista.com>
11455
11456 * linux-arm-low.c (arm_reinsert_addr): New function.
11457 (the_low_target): Add arm_reinsert_addr.
11458
1c0a559e
MK
114592003-07-08 Mark Kettenis <kettenis@gnu.org>
11460
11461 * mem-break.c: Remove whitespace at end of file.
11462
43d5792c
DJ
114632003-06-28 Daniel Jacobowitz <drow@mvista.com>
11464
11465 * configure.in: Check whether we need to prototype strerror.
11466 * server.h: Optionally prototype strerror.
11467 * gdbreplay.c (perror_with_name): Use strerror.
11468 * linux-low.c (linux_attach_lwp): Use strerror.
11469 * utils.c (perror_with_name): Use strerror.
11470 * config.in, configure: Regenerated.
11471
c8a86edf
DJ
114722003-06-28 Daniel Jacobowitz <drow@mvista.com>
11473
11474 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
11475 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
11476
73d37363
DJ
114772003-06-20 Daniel Jacobowitz <drow@mvista.com>
11478
11479 * Makefile.in (SFILES): Update.
11480 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
11481 low-sun3.c: Remove files.
11482
6ad8ae5c
DJ
114832003-06-17 Daniel Jacobowitz <drow@mvista.com>
11484
11485 * linux-low.c: Move comment to linux_thread_alive where it belonged.
11486 (linux_detach_one_process, linux_detach): New functions.
11487 (linux_target_ops): Add linux_detach.
11488 * server.c (main): Handle 'D' packet.
11489 * target.h (struct target_ops): Add "detach" member.
11490 (detach_inferior): Define.
11491
1581182a
MK
114922003-06-13 Mark Kettenis <kettenis@gnu.org>
11493
11494 From Kelley Cook <kelleycook@wideopenwest.com>:
11495 * configure.srv: Accept i[34567]86 variants.
11496
e5379b03
DJ
114972003-06-05 Daniel Jacobowitz <drow@mvista.com>
11498
11499 * linux-low.c (linux_wait_for_event): Correct comment typos.
11500 (linux_resume_one_process): Call check_removed_breakpoint.
11501 (linux_send_signal): New function.
11502 (linux_target_ops): Add linux_send_signal.
11503 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
11504 of kill.
11505 * target.h (struct target_ops): Add send_signal.
11506
2ff29de4
JB
115072003-05-29 Jim Blandy <jimb@redhat.com>
11508
11509 * linux-low.c (usr_store_inferior_registers): Transfer buf in
11510 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
11511 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
11512 away part of the register's value.
11513
254787d4
DJ
115142003-03-26 Daniel Jacobowitz <drow@mvista.com>
11515
11516 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
11517 (linux_wait_for_event, linux_init_signals): Likewise.
11518
94e10508
DJ
115192003-03-17 Daniel Jacobowitz <drow@mvista.com>
11520
11521 * configure.in: Check for stdlib.h.
11522 * configure: Regenerated.
11523 * config.in: Regenerated.
11524
4c0711e0
DJ
115252003-01-04 Andreas Schwab <schwab@suse.de>
11526
11527 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
11528
ef66e766
AC
115292003-01-02 Andrew Cagney <ac131313@redhat.com>
11530
11531 * Makefile.in: Remove obsolete code.
11532
a1358604
DJ
115332002-11-20 Daniel Jacobowitz <drow@mvista.com>
11534
11535 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
11536 defined(PT_FPR0_HI).
11537
23ce3b1c
DJ
115382002-11-17 Stuart Hughes <seh@zee2.com>
11539
11540 * linux-arm-low.c (arm_num_regs): Increase.
11541 (arm_regmap): Include status register.
11542
115432002-11-17 Daniel Jacobowitz <drow@mvista.com>
11544
11545 * linux-low.c (register_addr): Remove incorrect -1 check.
11546
a9fa9f7d
DJ
115472002-08-29 Daniel Jacobowitz <drow@mvista.com>
11548
11549 * linux-low.c (linux_create_inferior): Call setpgid. Return
11550 the new PID.
11551 (unstopped_p, linux_signal_pid): Remove.
11552 (linux_target_ops): Remove linux_signal_pid.
11553 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
11554 global instead of target method.
11555 * target.h (struct target_ops): Remove signal_pid. Update comment
11556 for create_inferior.
11557 * server.c (signal_pid): New variable.
11558 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 11559 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
11560 (attach_inferior): Set signal_pid.
11561
17574093
DJ
115622002-08-23 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
11565
115662002-08-20 Jim Blandy <jimb@redhat.com>
11567
11568 * Makefile.in (LDFLAGS): Allow the configure script to establish a
11569 default for this.
11570
115712002-08-01 Andrew Cagney <cagney@redhat.com>
11572
11573 * Makefile.in: Make chill references obsolete.
11574
115752002-07-24 Kevin Buettner <kevinb@redhat.com>
11576
11577 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
11578 * configure: Regenerate.
11579 * config.in: Regenerate.
11580
115812002-07-09 David O'Brien <obrien@FreeBSD.org>
11582
11583 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
11584 (perror_with_name, remote_close, remote_open, expect, play): Static.
11585
115862002-07-04 Michal Ludvig <mludvig@suse.cz>
11587
4b8dad4a 11588 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
11589 byte offsets instead of an array of indexes.
11590 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
11591
115922002-06-13 Daniel Jacobowitz <drow@mvista.com>
11593
11594 * regcache.c: Add comment.
11595
115962002-06-11 Daniel Jacobowitz <drow@mvista.com>
11597
11598 * thread-db.c: New file.
11599 * proc-service.c: New file.
11600 * acinclude.m4: New file.
11601 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
11602 proc-service.o, and thread-db.o.
11603 (linux-low.o): Add USE_THREAD_DB.
11604 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
11605 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
11606 * aclocal.m4: Regenerated.
11607 * config.in: Regenerated.
11608 * configure: Regenerated.
11609 * configure.in: Check for proc_service.h, sys/procfs.h,
11610 thread_db.h, and linux/elf.h headrs.
11611 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
11612 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
11613 Check for -lthread_db and thread support.
11614 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
11615 PowerPC, and SuperH.
11616 * i387-fp.c: Constify arguments.
11617 * i387-fp.h: Likewise.
11618 * inferiors.c: (struct thread_info): Renamed from
11619 `struct inferior_info'. Remove PID member. Use generic inferior
11620 list header. All uses updated.
11621 (inferiors, signal_pid): Removed.
11622 (all_threads): New variable.
11623 (get_thread): Define.
11624 (add_inferior_to_list): New function.
11625 (for_each_inferior): New function.
11626 (change_inferior_id): New function.
11627 (add_inferior): Removed.
11628 (remove_inferior): New function.
11629 (add_thread): New function.
11630 (free_one_thread): New function.
11631 (remove_thread): New function.
11632 (clear_inferiors): Use for_each_inferior and free_one_thread.
11633 (find_inferior): New function.
11634 (find_inferior_id): New function.
11635 (inferior_target_data): Update argument type.
11636 (set_inferior_target_data): Likewise.
11637 (inferior_regcache_data): Likewise.
11638 (set_inferior_regcache_data): Likewise.
11639 * linux-low.c (linux_bp_reinsert): Remove.
11640 (all_processes, stopping_threads, using_thrads)
11641 (struct pending_signals, debug_threads, pid_of): New.
11642 (inferior_pid): Replace with macro.
11643 (struct inferior_linux_data): Remove.
11644 (get_stop_pc, add_process): New functions.
11645 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
11646 Use add_process and add_thread.
11647 (linux_attach_lwp): New function, based on old linux_attach. Use
11648 add_process and add_thread. Set stop_expected for new threads.
11649 (linux_attach): New function.
11650 (linux_kill_one_process): New function.
11651 (linux_kill): Kill all LWPs.
11652 (linux_thread_alive): Use find_inferior_id.
11653 (check_removed_breakpoints, status_pending_p): New functions.
11654 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
11655 Update. Use WNOHANG. Wait for cloned processes also. Update process
11656 struct for the found process.
11657 (linux_wait_for_event): New function.
11658 (linux_wait): Use it. Support LWPs.
11659 (send_sigstop, wait_for_sigstop, stop_all_processes)
11660 (linux_resume_one_process, linux_continue_one_process): New functions.
11661 (linux_resume): Support LWPs.
11662 (REGISTER_RAW_SIZE): Remove.
11663 (fetch_register): Use register_size instead. Call supply_register.
11664 (usr_store_inferior_registers): Likewise. Call collect_register.
11665 Fix recursive case.
11666 (regsets_fetch_inferior_registers): Improve error message.
11667 (regsets_store_inferior_registers): Add debugging.
11668 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
11669 (unstopped_p, linux_signal_pid): New functions.
11670 (linux_target_ops): Add linux_signal_pid.
11671 (linux_init_signals): New function.
11672 (initialize_low): Call it. Initialize using_threads.
11673 * regcache.c (inferior_regcache_data): Add valid
11674 flag.
11675 (get_regcache): Fetch registers lazily. Add fetch argument
11676 and update all callers.
11677 (regcache_invalidate_one, regcache_invalidate): New
11678 functions.
11679 (new_register_cache): Renamed from create_register_cache.
11680 Return the new regcache.
11681 (free_register_cache): Change argument to a void *.
11682 (registers_to_string, registers_from_string): Call get_regcache
11683 with fetch flag set.
11684 (register_data): Make static. Pass fetch flag to get_regcache.
11685 (supply_register): Call get_regcache with fetch flag clear.
11686 (collect_register): Call get_regcache with fetch flag set.
11687 (collect_register_as_string): New function.
11688 * regcache.h: Update.
11689 * remote-utils.c (putpkt): Flush after debug output and use
11690 stderr.
11691 Handle input interrupts while waiting for an ACK.
11692 (input_interrupt): Use signal_pid method.
11693 (getpkt): Flush after debug output and use stderr.
11694 (outreg): Use collect_register_as_string.
11695 (new_thread_notify, dead_thread_notify): New functions.
11696 (prepare_resume_reply): Check using_threads. Set thread_from_wait
11697 and general_thread.
11698 (look_up_one_symbol): Flush after debug output.
11699 * server.c (step_thread, server_waiting): New variables.
11700 (start_inferior): Don't use signal_pid. Update call to mywait.
11701 (attach_inferior): Update call to mywait.
11702 (handle_query): Handle qfThreadInfo and qsThreadInfo.
11703 (main): Don't fetch/store registers explicitly. Use
11704 set_desired_inferior. Support proposed ``Hs'' packet. Update
11705 calls to mywait.
11706 * server.h: Update.
11707 (struct inferior_list, struct_inferior_list_entry): New.
11708 * target.c (set_desired_inferior): New.
11709 (write_inferior_memory): Constify.
11710 (mywait): New function.
11711 * target.h: Update.
11712 (struct target_ops): New signal_pid method.
11713 (mywait): Removed macro, added prototype.
11714
11715 * linux-low.h (regset_func): Removed.
11716 (regset_fill_func, regset_store_func): New.
11717 (enum regset_type): New.
11718 (struct regset_info): Add type field. Use new operation types.
11719 (struct linux_target_ops): stop_pc renamed to get_pc.
11720 Add decr_pc_after_break and breakpoint_at.
11721 (get_process, get_thread_proess, get_process_thread)
11722 (strut process_info, all_processes, linux_attach_lwp)
11723 (thread_db_init): New.
11724
11725 * linux-arm-low.c (arm_get_pc, arm_set_pc,
11726 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
11727 (the_low_target): Add new members.
11728 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
11729 (i386_store_fpxregset): Constify.
11730 (target_regsets): Add new kind identifier.
11731 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
11732 (i386_set_pc): Add debugging.
11733 (i386_breakpoint_at): New function.
11734 (the_low_target): Add new members.
11735 * linux-mips-low.c (mips_get_pc, mips_set_pc)
11736 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
11737 (mips_breakpoint_at): New.
11738 (the_low_target): Add new members.
11739 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
11740 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
11741 (the_low_target): Add new members.
11742 * linux-sh-low.c (sh_get_pc, sh_set_pc)
11743 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
11744 (the_low_target): Add new members.
11745 * linux-x86-64-low.c (target_regsets): Add new kind
11746 identifier.
11747
117482002-05-15 Daniel Jacobowitz <drow@mvista.com>
11749
11750 From Martin Pool <mbp@samba.org>:
11751 * server.c (gdbserver_usage): New function.
11752 (main): Call it.
11753
117542002-05-14 Daniel Jacobowitz <drow@mvista.com>
11755
11756 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
11757 stop_at -> stop_pc.
11758
117592002-05-04 Andrew Cagney <ac131313@redhat.com>
11760
11761 * Makefile.in: Remove obsolete code.
11762
117632002-04-24 Michal Ludvig <mludvig@suse.cz>
11764
11765 * linux-low.c (regsets_fetch_inferior_registers),
11766 (regsets_store_inferior_registers): Removed cast to int from
11767 ptrace() calls.
11768 * regcache.h: Added declaration of struct inferior_info.
11769
117702002-04-20 Daniel Jacobowitz <drow@mvista.com>
11771
11772 * inferiors.c (struct inferior_info): Add regcache_data.
11773 (add_inferior): Call create_register_cache.
11774 (clear_inferiors): Call free_register_cache.
11775 (inferior_regcache_data, set_inferior_regcache_data): New functions.
11776 * regcache.c (struct inferior_regcache_data): New.
11777 (registers): Remove.
11778 (get_regcache): New function.
11779 (create_register_cache, free_register_cache): New functions.
11780 (set_register_cache): Don't initialize the register cache here.
11781 (registers_to_string, registers_from_string, register_data): Call
11782 get_regcache.
11783 * regcache.h: Add prototypes.
11784 * server.h: Likewise.
11785
117862002-04-20 Daniel Jacobowitz <drow@mvista.com>
11787
11788 * mem-break.c: New file.
11789 * mem-break.h: New file.
11790 * Makefile.in: Add mem-break.o rule; update server.h
11791 dependencies.
11792 * inferiors.c (struct inferior_info): Add target_data
11793 member.
11794 (clear_inferiors): Free target_data member if set.
11795 (inferior_target_data, set_inferior_target_data): New functions.
11796 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
11797 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
11798 * linux-low.c (linux_bp_reinsert): New variable.
11799 (struct inferior_linux_data): New.
11800 (linux_create_inferior): Use set_inferior_target_data.
11801 (linux_attach): Likewise. Call add_inferior.
11802 (linux_wait_for_one_inferior): New function.
11803 (linux_wait): Call it.
11804 (linux_write_memory): Add const.
11805 (initialize_low): Call set_breakpoint_data.
11806 * linux-low.h (struct linux_target_ops): Add breakpoint
11807 handling members.
11808 * server.c (attach_inferior): Remove extra add_inferior
11809 call.
11810 * server.h: Include mem-break.h. Update inferior.c
11811 prototypes.
11812 * target.c (read_inferior_memory)
11813 (write_inferior_memory): New functions.
11814 * target.h (read_inferior_memory)
11815 (write_inferior_memory): Change macros to prototypes.
11816 (struct target_ops): Update comments. Add const to write_memory
11817 definition.
11818
118192002-04-11 Daniel Jacobowitz <drow@mvista.com>
11820
11821 * linux-low.c (usr_store_inferior_registers): Support
11822 registers which are allowed to fail to store.
11823 * linux-low.h (linux_target_ops): Likewise.
11824 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11825 (ppc_cannot_store_register): FPSCR may not be storable.
11826
118272002-04-09 Daniel Jacobowitz <drow@mvista.com>
11828
11829 * server.h: Include <string.h> if HAVE_STRING_H.
11830 * ChangeLog: Correct paths in last ChangeLog entry.
11831
118322002-04-09 Daniel Jacobowitz <drow@mvista.com>
11833
11834 * linux-low.h: Remove obsolete prototypes.
11835 (struct linux_target_ops): New.
11836 (extern the_low_target): New.
11837 * linux-low.c (num_regs, regmap): Remove declarations.
11838 (register_addr): Use the_low_target explicitly.
11839 (fetch_register): Likewise.
11840 (usr_fetch_inferior_registers): Likewise.
11841 (usr_store_inferior_registers): Likewise.
11842 * linux-arm-low.c (num_regs): Remove.
11843 (arm_num_regs): Define.
11844 (arm_regmap): Renamed from regmap, made static.
11845 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11846 made static.
11847 (arm_cannot_store_register): Renamed from cannot_store_register,
11848 made static.
11849 (the_low_target): New.
11850 * linux-i386-low.c (num_regs): Remove.
11851 (i386_num_regs): Define.
11852 (i386_regmap): Renamed from regmap, made static.
11853 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11854 made static.
11855 (i386_cannot_store_register): Renamed from cannot_store_register,
11856 made static.
11857 (the_low_target): New.
11858 * linux-ia64-low.c (num_regs): Remove.
11859 (ia64_num_regs): Define.
11860 (ia64_regmap): Renamed from regmap, made static.
11861 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11862 made static.
11863 (ia64_cannot_store_register): Renamed from cannot_store_register,
11864 made static.
11865 (the_low_target): New.
11866 * linux-m68k-low.c (num_regs): Remove.
11867 (m68k_num_regs): Define.
11868 (m68k_regmap): Renamed from regmap, made static.
11869 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11870 made static.
11871 (m68k_cannot_store_register): Renamed from cannot_store_register,
11872 made static.
11873 (the_low_target): New.
11874 * linux-mips-low.c (num_regs): Remove.
11875 (mips_num_regs): Define.
11876 (mips_regmap): Renamed from regmap, made static.
11877 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11878 made static.
11879 (mips_cannot_store_register): Renamed from cannot_store_register,
11880 made static.
11881 (the_low_target): New.
11882 * linux-ppc-low.c (num_regs): Remove.
11883 (ppc_num_regs): Define.
11884 (ppc_regmap): Renamed from regmap, made static.
11885 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11886 made static.
11887 (ppc_cannot_store_register): Renamed from cannot_store_register,
11888 made static.
11889 (the_low_target): New.
11890 * linux-s390-low.c (num_regs): Remove.
11891 (s390_num_regs): Define.
11892 (s390_regmap): Renamed from regmap, made static.
11893 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11894 made static.
11895 (s390_cannot_store_register): Renamed from cannot_store_register,
11896 made static.
11897 (the_low_target): New.
11898 * linux-sh-low.c (num_regs): Remove.
11899 (sh_num_regs): Define.
11900 (sh_regmap): Renamed from regmap, made static.
11901 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11902 made static.
11903 (sh_cannot_store_register): Renamed from cannot_store_register,
11904 made static.
11905 (the_low_target): New.
11906 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11907 (the_low_target): New.
11908
119092002-04-09 Daniel Jacobowitz <drow@mvista.com>
11910
11911 * Makefile.in: Add stamp-h target.
11912 * configure.in: Create stamp-h.
11913 * configure: Regenerated.
11914
119152002-04-09 Daniel Jacobowitz <drow@mvista.com>
11916
11917 * inferiors.c: New file.
11918 * target.c: New file.
11919 * target.h: New file.
11920 * Makefile.in: Add target.o and inferiors.o. Update
11921 dependencies.
11922 * linux-low.c (inferior_pid): New static variable,
11923 moved from server.c.
11924 (linux_create_inferior): Renamed from create_inferior.
11925 Call add_inferior. Return 0 on success instead of a PID.
11926 (linux_attach): Renamed from myattach.
11927 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11928 (linux_thread_alive): Renamed from mythread_alive.
11929 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11930 child dies.
11931 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11932 (regsets_store_inferior_registers): Correct error message.
11933 Add missing ``return 0''.
11934 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11935 (linux_store_registers): Renamed from store_inferior_registers.
11936 (linux_read_memory): Renamed from read_inferior_memory.
11937 (linux_write_memory): Renamed from write_inferior_memory.
11938 (linux_target_ops): New structure.
11939 (initialize_low): Call set_target_ops ().
11940 * remote-utils.c (unhexify): New function.
11941 (hexify): New function.
11942 (input_interrupt): Send signals to ``signal_pid''.
11943 * server.c (inferior_pid): Remove.
11944 (start_inferior): Update create_inferior call.
11945 (attach_inferior): Call add_inferior.
11946 (handle_query): New function.
11947 (main): Call handle_query for `q' packets.
11948 * server.h: Include "target.h". Remove obsolete prototypes.
11949 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
11950
119512002-04-09 Daniel Jacobowitz <drow@mvista.com>
11952
11953 * Makefile.in: Add WARN_CFLAGS. Update configury
11954 dependencies.
11955 * configure.in: Check for <string.h>
11956 * configure: Regenerate.
11957 * config.in: Regenerate.
11958 * gdbreplay.c: Include needed system headers.
11959 (remote_open): Remove strchr prototype.
11960 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
11961 * regcache.c (supply_register): Change buf argument to const void *.
11962 (supply_register_by_name): Likewise.
11963 (collect_register): Change buf argument to void *.
11964 (collect_register_by_name): Likewise.
11965 * regcache.h: Add missing prototypes.
11966 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
11967 * server.c (handle_query): New function.
11968 (attached): New static variable, moved out of main.
11969 (main): Quiet longjmp clobber warnings.
11970 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
11971 * utils.c (error): Remove NORETURN.
11972 (fatal): Likewise.