aarch64 multi-arch support (part 2): siginfo fixup
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
ade90bde
YQ
12015-09-15 Yao Qi <yao.qi@linaro.org>
2
3 * linux-aarch64-low.c (aarch64_linux_siginfo_fixup): New
4 function.
5 (struct linux_target_ops the_low_target): Install
6 aarch64_linux_siginfo_fixup.
7
94585166
DB
82015-09-11 Don Breazeal <donb@codesourcery.com>
9 Luis Machado <lgustavo@codesourcery.com>
10
11 * linux-low.c (linux_mourn): Static declaration.
12 (linux_arch_setup): Move in front of
13 handle_extended_wait.
14 (linux_arch_setup_thread): New function.
15 (handle_extended_wait): Handle exec events. Call
16 linux_arch_setup_thread. Make event_lwp argument a
17 pointer-to-a-pointer.
18 (check_zombie_leaders): Do not check stopped threads.
19 (linux_low_ptrace_options): Add PTRACE_O_TRACEEXEC.
20 (linux_low_filter_event): Add lwp and thread for exec'ing
21 non-leader thread if leader thread has been deleted.
22 Refactor code into linux_arch_setup_thread and call it.
23 Pass child lwp pointer by reference to handle_extended_wait.
24 (linux_wait_for_event_filtered): Update comment.
25 (linux_wait_1): Prevent clobbering exec event status.
26 (linux_supports_exec_events): New function.
27 (linux_target_ops) <supports_exec_events>: Initialize new member.
28 * lynx-low.c (lynx_target_ops) <supports_exec_events>: Initialize
29 new member.
30 * remote-utils.c (prepare_resume_reply): New stop reason 'exec'.
31 * server.c (report_exec_events): New global variable.
32 (handle_query): Handle qSupported query for exec-events feature.
33 (captured_main): Initialize report_exec_events.
34 * server.h (report_exec_events): Declare new global variable.
35 * target.h (struct target_ops) <supports_exec_events>: New
36 member.
37 (target_supports_exec_events): New macro.
38 * win32-low.c (win32_target_ops) <supports_exec_events>:
39 Initialize new member.
40
0568462b
MM
412015-09-09 Markus Metzger <markus.t.metzger@intel.com>
42
43 * linux-low.c (linux_low_enable_btrace): Remove.
44 (linux_target_ops): Replace linux_low_enable_btrace with
45 linux_enable_btrace.
46
39edd165
YQ
472015-09-03 Yao Qi <yao.qi@linaro.org>
48
49 * linux-aarch64-low.c (aarch64_insert_point): Call
50 aarch64_handle_watchpoint if aarch64_linux_region_ok_for_watchpoint
51 returns true.
52
1db33b5a
UW
532015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
54
55 * linux-low.c (check_stopped_by_breakpoint): Use
56 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
57
ab290430
PA
582015-08-27 Pedro Alves <palves@redhat.com>
59
60 * proc-service.c (ps_pdwrite): Return PS_ERR/PS_OK explicily.
61
8d749320
SM
622015-08-26 Simon Marchi <simon.marchi@ericsson.com>
63
6711b7f8
SM
64 * ax.c (gdb_parse_agent_expr): Replace xmalloc-family function with
65 the XNEW-family equivalent.
8d749320
SM
66 (compile_bytecodes): Likewise.
67 * dll.c (loaded_dll): Likewise.
68 * event-loop.c (append_callback_event): Likewise.
69 (create_file_handler): Likewise.
70 (create_file_event): Likewise.
71 * hostio.c (handle_open): Likewise.
72 * inferiors.c (add_thread): Likewise.
73 (add_process): Likewise.
74 * linux-aarch64-low.c (aarch64_linux_new_process): Likewise.
75 * linux-arm-low.c (arm_new_process): Likewise.
76 (arm_new_thread): Likewise.
77 * linux-low.c (add_to_pid_list): Likewise.
78 (linux_add_process): Likewise.
79 (handle_extended_wait): Likewise.
80 (add_lwp): Likewise.
81 (enqueue_one_deferred_signal): Likewise.
82 (enqueue_pending_signal): Likewise.
83 (linux_resume_one_lwp_throw): Likewise.
84 (linux_resume_one_thread): Likewise.
85 (linux_read_memory): Likewise.
86 (linux_write_memory): Likewise.
87 * linux-mips-low.c (mips_linux_new_process): Likewise.
88 (mips_linux_new_thread): Likewise.
89 (mips_add_watchpoint): Likewise.
90 * linux-x86-low.c (initialize_low_arch): Likewise.
91 * lynx-low.c (lynx_add_process): Likewise.
92 * mem-break.c (set_raw_breakpoint_at): Likewise.
93 (set_breakpoint): Likewise.
94 (add_condition_to_breakpoint): Likewise.
95 (add_commands_to_breakpoint): Likewise.
96 (clone_agent_expr): Likewise.
97 (clone_one_breakpoint): Likewise.
98 * regcache.c (new_register_cache): Likewise.
99 * remote-utils.c (look_up_one_symbol): Likewise.
100 * server.c (queue_stop_reply): Likewise.
101 (start_inferior): Likewise.
102 (queue_stop_reply_callback): Likewise.
103 (handle_target_event): Likewise.
104 * spu-low.c (fetch_ppc_memory): Likewise.
105 (store_ppc_memory): Likewise.
106 * target.c (set_target_ops): Likewise.
107 * thread-db.c (thread_db_load_search): Likewise.
108 (try_thread_db_load_1): Likewise.
109 * tracepoint.c (add_tracepoint): Likewise.
110 (add_tracepoint_action): Likewise.
111 (create_trace_state_variable): Likewise.
112 (cmd_qtdpsrc): Likewise.
113 (cmd_qtro): Likewise.
114 (add_while_stepping_state): Likewise.
115 * win32-low.c (child_add_thread): Likewise.
116 (get_image_name): Likewise.
117
ed8b7b42
YQ
1182015-08-25 Yao Qi <yao.qi@linaro.org>
119
120 * linux-aarch64-low.c (aarch64_linux_new_thread): Remove.
121
db3cb7cb
YQ
1222015-08-25 Yao Qi <yao.qi@linaro.org>
123
124 * Makefile.in (aarch64-linux.o): New rule.
125 * configure.srv (aarch64*-*-linux*): Append aarch64-linux.o to
126 srv_tgtobj.
127 * linux-aarch64-low.c: Include nat/aarch64-linux.h.
128 (aarch64_init_debug_reg_state): Make it extern.
129 (aarch64_linux_prepare_to_resume): Remove.
130
f6011a1c
YQ
1312015-08-25 Yao Qi <yao.qi@linaro.org>
132
133 * linux-aarch64-low.c (aarch64_linux_prepare_to_resume): Use
134 lwp_arch_private_info and ptid_of_lwp.
135
88e2cf7e
YQ
1362015-08-25 Yao Qi <yao.qi@linaro.org>
137
138 * linux-aarch64-low.c (aarch64_get_debug_reg_state): Add argument pid.
139 Find proc_info by find_process_pid. All callers updated.
140
5e35436e
YQ
1412015-08-25 Yao Qi <yao.qi@linaro.org>
142
143 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
144 Remove.
145 (debug_reg_change_callback): Remove.
146 (aarch64_notify_debug_reg_change): Remove.
147
4a8a7965
YQ
1482015-08-25 Yao Qi <yao.qi@linaro.org>
149
150 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
151 Call current_lwp_ptid.
152
32a271ee
YQ
1532015-08-25 Yao Qi <yao.qi@linaro.org>
154
155 * linux-aarch64-low.c (debug_reg_change_callback): Use
156 debug_printf.
157
0d51c8d7
YQ
1582015-08-25 Yao Qi <yao.qi@linaro.org>
159
160 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
161
31a43dd5
YQ
1622015-08-25 Yao Qi <yao.qi@linaro.org>
163
164 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
165
8ee52567
YQ
1662015-08-25 Yao Qi <yao.qi@linaro.org>
167
168 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
169 the code.
170
ff3f0f45
YQ
1712015-08-25 Yao Qi <yao.qi@linaro.org>
172
173 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
174 Remove.
175 (debug_reg_change_callback): Remove argument entry and add argument
176 lwp. Remove local variable thread. Don't print thread id in the
177 debugging output. Don't check whether pid of thread equals to pid.
178 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
179 iterate_over_lwps instead find_inferior.
180
3d40fbb5
PA
1812015-08-24 Pedro Alves <palves@redhat.com>
182
183 * inferiors.c (get_first_process): New function.
184 * inferiors.h (get_first_process): New declaration.
185 * remote-utils.c (read_ptid): Default to the first process in the
186 list, instead of to the current thread's process.
187
438e1e42
PA
1882015-08-24 Pedro Alves <palves@redhat.com>
189
190 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
191 * event-loop.c: Likewise.
192 * remote-utils.c: Likewise.
193 * tracepoint.c: Likewise.
194
a8c6d4fc
PA
1952015-08-24 Pedro Alves <palves@redhat.com>
196
197 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
198 ptid_get_lwp.
199
99b0bb12
PA
2002015-08-21 Pedro Alves <palves@redhat.com>
201
202 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
203 instead of literal 1.
204
f8904751
PA
2052015-08-21 Pedro Alves <palves@redhat.com>
206
207 * tdesc.c (default_description): Explicitly zero-initialize.
208
465a859e
PA
2092015-08-21 Pedro Alves <palves@redhat.com>
210
211 PR gdb/18749
212 * inferiors.c (remove_thread): Discard any pending stop reply for
213 this thread.
214 * server.c (remove_all_on_match_pid): Rename to ...
215 (remove_all_on_match_ptid): ... this. Work with a filter ptid
216 instead of a pid.
217 (discard_queued_stop_replies): Change parameter to a ptid. Now
218 extern.
219 (handle_v_kill, kill_inferior_callback, captured_main)
220 (process_serial_event): Adjust.
221 * server.h (discard_queued_stop_replies): Declare.
222
f0db101d
PA
2232015-08-21 Pedro Alves <palves@redhat.com>
224
225 * linux-low.c (wait_for_sigstop): Always switch to no thread
226 selected if the previously current thread dies.
227 * lynx-low.c (lynx_request_interrupt): Use the first thread's
228 process instead of the current thread's.
229 * remote-utils.c (input_interrupt): Don't check if there's no
230 current thread.
231 * server.c (gdb_read_memory, gdb_write_memory): If setting the
232 current thread to the general thread fails, error out.
233 (handle_qxfer_auxv, handle_qxfer_libraries)
234 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
235 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
236 (handle_query): Check if there's a thread selected instead of
237 checking whether there's any thread in the thread list.
238 (handle_qxfer_threads, handle_qxfer_btrace)
239 (handle_qxfer_btrace_conf): Don't error out early if there's no
240 thread in the thread list.
241 (handle_v_cont, myresume): Don't set the current thread to the
242 continue thread.
243 (process_serial_event) <Hg handling>: Also set thread_id if the
244 previous general thread is still alive.
245 (process_serial_event) <g/G handling>: If setting the current
246 thread to the general thread fails, error out.
247 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
248 thread's lwp instead of the current thread's.
249 * target.c (set_desired_thread): If the desired thread was not
250 found, leave the current thread pointing to NULL. Return an int
251 (boolean) indicating success.
252 * target.h (set_desired_thread): Change return type to int.
253
40045d91
MF
2542015-08-20 Max Filippov <jcmvbkbc@gmail.com>
255
256 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
257 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
258 #includes.
259 (ps_get_thread_area): New function.
260
45face3b
GB
2612015-08-19 Gary Benson <gbenson@redhat.com>
262
263 * hostio.c (handle_pread): Do not attempt to read more data
264 than hostio_reply_with_data can fit in a packet.
265
16d5f642
JB
2662015-08-18 Joel Brobecker <brobecker@adacore.com>
267
268 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
269
a738da3a
MF
2702015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
271
272 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
273
33ebda9d
PA
2742015-08-06 Pedro Alves <palves@redhat.com>
275
276 * tracepoint.c (expr_eval_result): Now an int.
277
a44892be
PA
2782015-08-06 Pedro Alves <palves@redhat.com>
279
280 * gdbthread.h (struct regcache): Forward declare.
281 (struct thread_info) <regcache_data>: Now a struct regcache
282 pointer.
283 * inferiors.c (inferior_regcache_data)
284 (set_inferior_regcache_data): Now work with struct regcache
285 pointers.
286 * inferiors.h (struct regcache): Forward declare.
287 (inferior_regcache_data, set_inferior_regcache_data): Now work
288 with struct regcache pointers.
289 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
290 (free_register_cache_thread): Remove struct regcache pointer
291 casts.
292
608a1e46
PA
2932015-08-06 Pedro Alves <palves@redhat.com>
294
295 * server.c (captured_main): On error, print the exception message
296 to stderr, and if run_once is set, throw a quit.
297
f0ce0d3a
PA
2982015-08-06 Pedro Alves <palves@redhat.com>
299
300 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
301 the current thread.
302
bf47e248
PA
3032015-08-06 Pedro Alves <palves@redhat.com>
304
305 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
306 reading beyond the passed in buffer length.
307
b6b9ffcc
PL
3082015-08-06 Pierre Langlois <pierre.langlois@arm.com>
309
310 * tracepoint.c (symbol_list) <required>: Remove.
311
863d01bd
PA
3122015-08-06 Pedro Alves <palves@redhat.com>
313
314 * linux-low.c (handle_extended_wait): Set the fork child's suspend
315 count if stopping and suspending threads.
316 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
317 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
318 (linux_detach): Complete an ongoing step-over.
319 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
320 throughout.
321 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
322 (linux_wait_1): If passing a signal to the inferior after
323 finishing a step-over, unsuspend and re-resume all lwps. If we
324 see a single-step event but the thread should be continuing, don't
325 pass the trap to gdb.
326 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
327 internal_error instead of gdb_assert.
328 (enqueue_pending_signal): New function.
329 (check_ptrace_stopped_lwp_gone): Add debug output.
330 (start_step_over): Use internal_error instead of gdb_assert.
331 (complete_ongoing_step_over): New function.
332 (linux_resume_one_thread): Don't resume a suspended thread.
333 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
334 it stepping.
335
00db26fa
PA
3362015-08-06 Pedro Alves <palves@redhat.com>
337
338 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
339 (linux_thread_alive): Use lwp_is_marked_dead.
340 (extended_event_reported): Delete.
341 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
342 instead of extended_event_reported.
343 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
344 as well.
345 (lwp_is_marked_dead): New function.
346 (lwp_running): Use lwp_is_marked_dead.
347 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
348 comment.
349
ad071a30
PA
3502015-08-06 Pedro Alves <palves@redhat.com>
351
352 * linux-low.c (linux_wait_1): Move fork event output out of the
353 !report_to_gdb check. Pass event_child->waitstatus to
354 target_waitstatus_to_string instead of ourstatus.
355
524b57e6
YQ
3562015-08-04 Yao Qi <yao.qi@linaro.org>
357
358 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
359 if current_thread is 32 bit.
360
6085d6f6
YQ
3612015-08-04 Yao Qi <yao.qi@linaro.org>
362
363 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
364 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
365 * server.c (extended_protocol): Remove "static".
366 * server.h (extended_protocol): Declare it.
367
8a7e4587
YQ
3682015-08-04 Yao Qi <yao.qi@linaro.org>
369
370 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
371 both aarch64 and aarch32.
372 (aarch64_set_pc): Likewise.
373
3b53ae99
YQ
3742015-08-04 Yao Qi <yao.qi@linaro.org>
375
376 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
377 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
378 arm-with-neon.xml to srv_xmlfiles.
379 * linux-aarch64-low.c: Include linux-aarch32-low.h.
380 (is_64bit_tdesc): New function.
381 (aarch64_linux_read_description): New function.
382 (aarch64_arch_setup): Call aarch64_linux_read_description.
383 (regs_info): Rename to regs_info_aarch64.
384 (aarch64_regs_info): Return right regs_info.
385 (initialize_low_arch): Call initialize_low_arch_aarch32.
386
bd9e6534
YQ
3872015-08-04 Yao Qi <yao.qi@linaro.org>
388
389 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
390 * linux-aarch32-low.c: New file.
391 * linux-aarch32-low.h: New file.
392 * linux-arm-low.c (arm_fill_gregset): Move it to
393 linux-aarch32-low.c.
394 (arm_store_gregset): Likewise.
395 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
396 (arm_store_vfpregset): Call arm_store_vfpregset_num.
397 (arm_arch_setup): Check if PTRACE_GETREGSET works.
398 (regs_info): Rename to regs_info_arm.
399 (arm_regs_info): Return regs_info_aarch32 if
400 have_ptrace_getregset is 1 and target description is
401 arm_with_neon or arm_with_vfpv3.
402 (initialize_low_arch): Don't call init_registers_arm_with_neon.
403 Call initialize_low_arch_aarch32 instead.
404
ded48a5e
YQ
4052015-08-04 Yao Qi <yao.qi@linaro.org>
406
407 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
408 * linux-low.c: ... here.
409 * linux-low.h (have_ptrace_getregset): Declare it.
410
96e9210f
PA
4112015-08-04 Pedro Alves <palves@redhat.com>
412
413 * thread-db.c (struct thread_db): Use new typedefs.
414 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
415 CHK calls.
416 (disable_thread_event_reporting): Cast result of dlsym to
417 destination function pointer type.
418 (thread_db_mourn): Use td_ta_delete_ftype.
419
af60a1ef
SL
4202015-08-03 Sandra Loosemore <sandra@codesourcery.com>
421
422 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
423 arch variant.
424 (CDX_BREAKPOINT): Define for R2.
425 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
426 (the_low_target): Add comments.
427
e8b41681
YQ
4282015-07-30 Yao Qi <yao.qi@linaro.org>
429
430 * linux-arm-low.c (arm_hwcap): Remove it.
431 (arm_read_description): New local variable arm_hwcap. Don't
432 set arm_hwcap to zero.
433
89abb039
YQ
4342015-07-30 Yao Qi <yao.qi@linaro.org>
435
436 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
437 Use regcache->tdesc instead.
438 (arm_store_wmmxregset): Likewise.
439 (arm_fill_vfpregset): Likewise.
440 (arm_store_vfpregset): Likewise.
441
deca266c
YQ
4422015-07-30 Yao Qi <yao.qi@linaro.org>
443
444 * linux-arm-low.c: Include arch/arm.h.
445 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
446 (arm_store_gregset): Likewise.
447
aa58a496
SM
4482015-07-29 Simon Marchi <simon.marchi@ericsson.com>
449
450 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
451 ptrace's 4th parameter.
452
50904b25
YQ
4532015-07-27 Yao Qi <yao.qi@linaro.org>
454
455 * configure.srv (case aarch64*-*-linux*): Don't set
456 srv_linux_usrregs.
457
5826e159
PA
4582015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
459
460 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
461 sys/ptrace.h.
462 * linux-arm-low.c: Likewise.
463 * linux-cris-low.c: Likewise.
464 * linux-crisv32-low.c: Likewise.
465 * linux-low.c: Likewise.
466 * linux-m68k-low.c: Likewise.
467 * linux-mips-low.c: Likewise.
468 * linux-nios2-low.c: Likewise.
469 * linux-s390-low.c: Likewise.
470 * linux-sparc-low.c: Likewise.
471 * linux-tic6x-low.c: Likewise.
472 * linux-tile-low.c: Likewise.
473 * linux-x86-low.c: Likewise.
474
54019719
PA
4752015-07-24 Pedro Alves <palves@redhat.com>
476
477 * config.in: Regenerate.
478 * configure: Regenerate.
479
eb7aa561
PA
4802015-07-24 Pedro Alves <palves@redhat.com>
481
482 * acinclude.m4: Include ../ptrace.m4.
483 * configure.ac: Call GDB_AC_PTRACE.
484 * config.in, configure: Regenerate.
485
55d7b841
YQ
4862015-07-24 Yao Qi <yao.qi@linaro.org>
487
488 * linux-low.c (linux_create_inferior): Remove setting to
489 proc->priv->new_inferior.
490 (linux_attach): Likewise.
491 (linux_low_filter_event): Likewise.
492 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
493
c06cbd92
YQ
4942015-07-24 Yao Qi <yao.qi@linaro.org>
495
496 * linux-low.c (linux_arch_setup): New function.
497 (linux_low_filter_event): If proc->tdesc is NULL and
498 proc->attached is true, call the_low_target.arch_setup.
499 Otherwise, keep status pending, and return.
500 (linux_resume_one_lwp_throw): Don't call get_pc if
501 thread->while_stepping isn't NULL. Don't call
502 get_thread_regcache if proc->tdesc is NULL.
503 (need_step_over_p): Return 0 if proc->tdesc is NULL.
504 (linux_target_ops): Install arch_setup.
505 * server.c (start_inferior): Call the_target->arch_setup.
506 * target.h (struct target_ops) <arch_setup>: New field.
507 (target_arch_setup): New marco.
508 * lynx-low.c (lynx_target_ops): Update.
509 * nto-low.c (nto_target_ops): Update.
510 * spu-low.c (spu_target_ops): Update.
511 * win32-low.c (win32_target_ops): Update.
512
5ae3ebba
YQ
5132015-07-24 Yao Qi <yao.qi@linaro.org>
514
515 * linux-low.c (linux_add_process): Don't set
516 proc->priv->new_inferior.
517 (linux_create_inferior): Set proc->priv->new_inferior to 1.
518 (linux_attach): Likewise.
519
eb97750b
YQ
5202015-07-24 Yao Qi <yao.qi@linaro.org>
521
522 * server.c (start_inferior): Code refactor.
523
51aee833
YQ
5242015-07-24 Yao Qi <yao.qi@linaro.org>
525
526 * server.c (process_serial_event): Set general_thread.
527
af1b22f3
YQ
5282015-07-21 Yao Qi <yao.qi@linaro.org>
529
530 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
531 aarch64_linux_get_debug_reg_capacity.
532
554717a3
YQ
5332015-07-17 Yao Qi <yao.qi@linaro.org>
534
535 * Makefile.in (aarch64-linux-hw-point.o): New rule.
536 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
537 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
538 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
539 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
540 (AARCH64_HWP_ALIGNMENT): Likewise.
541 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
542 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
543 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
544 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
545 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
546 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
547 (struct aarch64_debug_reg_state): Likewise.
548 (struct arch_lwp_info): Likewise.
549 (aarch64_align_watchpoint): Likewise.
550 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
551 (aarch64_watchpoint_length): Likewise.
552 (aarch64_point_encode_ctrl_reg): Likewise
553 (aarch64_point_is_aligned): Likewise.
554 (aarch64_align_watchpoint): Likewise.
555 (aarch64_linux_set_debug_regs):
556 (aarch64_dr_state_insert_one_point): Likewise.
557 (aarch64_dr_state_remove_one_point): Likewise.
558 (aarch64_handle_breakpoint): Likewise.
559 (aarch64_handle_aligned_watchpoint): Likewise.
560 (aarch64_handle_unaligned_watchpoint): Likewise.
561 (aarch64_handle_watchpoint): Likewise.
562
c67ca4de
YQ
5632015-07-17 Yao Qi <yao.qi@linaro.org>
564
565 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
566 and don't aarch64_get_debug_reg_state. All callers update.
567 (aarch64_handle_aligned_watchpoint): Likewise.
568 (aarch64_handle_unaligned_watchpoint): Likewise.
569 (aarch64_handle_watchpoint): Likewise.
570 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
571 (aarch64_remove_point): Likewise.
572
25abf979
YQ
5732015-07-17 Yao Qi <yao.qi@linaro.org>
574
575 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
576 debug_printf.
577 (aarch64_handle_unaligned_watchpoint): Likewise.
578
db1ff28b
JK
5792015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 Revert the previous 3 commits:
582 Move gdb_regex* to common/
583 Move linux_find_memory_regions_full & co.
584 gdbserver build-id attribute generator
585
700ca40f
JK
5862015-07-15 Aleksandar Ristovski <aristovski@qnx.com
587 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 gdbserver build-id attribute generator.
590 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
591 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
592 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
593 (find_phdr): New.
594 (get_dynamic): Use find_pdhr to traverse program headers.
595 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
596 (compare_mapping_entry_range, struct find_memory_region_callback_data)
597 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
598 (get_hex_build_id): New.
599 (linux_qxfer_libraries_svr4): Add optional build-id attribute
600 to reply XML document.
601
9904185c
JK
6022015-07-15 Aleksandar Ristovski <aristovski@qnx.com
603 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * target.c: Include target/target-utils.h and fcntl.h.
606 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
607 (target_fileio_read_stralloc): New functions.
608
6e5b4429
JK
6092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 * Makefile.in (OBS): Add gdb_regex.o.
612 (gdb_regex.o): New.
613 * config.in: Rebuilt.
614 * configure: Rebuilt.
615
ddc98fbf
JK
6162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
617 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
620 * Makefile.in (OBS): Add target-utils.o.
621 (linux-maps.o, target-utils.o): New.
622 * configure.srv (srv_linux_obj): Add linux-maps.o.
623
e57bb7a0
PL
6242015-07-15 Pierre Langlois <pierre.langlois@arm.com>
625
626 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
627 function, return 1.
628 (the_low_target): Install it.
629
586b02a9
PA
6302015-07-14 Pedro Alves <palves@redhat.com>
631
632 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
633 Instead, ignore ECHILD, and throw an error for other errnos.
634
58c1b36c
PA
6352015-07-10 Pedro Alves <palves@redhat.com>
636
637 * event-loop.c (struct callback_event) <data>: Change type to
638 gdb_client_data instance instead of gdb_client_data pointer.
639 (append_callback_event): Adjust.
640
421530db
PL
6412015-07-10 Pierre Langlois <pierre.langlois@arm.com>
642
643 * linux-aarch64-low.c: Add comments for each linux_target_ops
644 method. Remove comments already covered in target_ops and
645 linux_target_ops definitions.
646 (the_low_target): Add comments for each unimplemented method.
647
c2d65f38
YQ
6482015-07-09 Yao Qi <yao.qi@linaro.org>
649
650 * linux-aarch64-low.c (aarch64_regmap): Remove.
651 (aarch64_usrregs_info): Remove.
652 (regs_info): Set field usrregs to NULL.
653
b20a6524
MM
6542015-07-02 Markus Metzger <markus.t.metzger@intel.com>
655
656 * linux-low.c: Include "rsp-low.h"
657 (linux_low_encode_pt_config, linux_low_encode_raw): New.
658 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
659 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
660 (handle_btrace_enable_pt): New.
661 (handle_btrace_general_set): Support "pt".
662 (handle_btrace_conf_general_set): Support "pt:size".
663
96c97461
PL
6642015-06-29 Pierre Langlois <pierre.langlois@arm.com>
665
666 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
667 Z_PACKET_SW_BP.
668
37d66942
PL
6692015-06-29 Pierre Langlois <pierre.langlois@arm.com>
670
671 * linux-aarch64-low.c: Remove comment about endianness.
672 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
673 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
674 memcmp.
675
dc06243f
GB
6762015-06-24 Gary Benson <gbenson@redhat.com>
677
678 * linux-i386-ipa.c (stdint.h): Do not include.
679 * lynx-i386-low.c (stdint.h): Likewise.
680 * lynx-ppc-low.c (stdint.h): Likewise.
681 * mem-break.c (stdint.h): Likewise.
682 * thread-db.c (stdint.h): Likewise.
683 * tracepoint.c (stdint.h): Likewise.
684 * win32-low.c (stdint.h): Likewise.
685
124e13d9
SM
6862015-06-18 Simon Marchi <simon.marchi@ericsson.com>
687
688 * server.c (write_qxfer_response): Update call to
689 remote_escape_output.
690
909c2cda
JK
6912015-06-15 Aleksandar Ristovski <aristovski@qnx.com
692 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 Merge multiple hex conversions.
695 * gdbreplay.c (tohex): Rename to 'fromhex'.
696 (logchar): Use fromhex.
697
24c05f46
JK
6982015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
699
700 * server.c (handle_qxfer_libraries): Set `version' attribute for
701 <library-list>.
702
14d2069a
GB
7032015-06-10 Gary Benson <gbenson@redhat.com>
704
705 * target.h (struct target_ops) <multifs_open>: New field.
706 <multifs_unlink>: Likewise.
707 <multifs_readlink>: Likewise.
708 * linux-low.c (nat/linux-namespaces.h): New include.
709 (linux_target_ops): Initialize the_target->multifs_open,
710 the_target->multifs_unlink and the_target->multifs_readlink.
711 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
712 * hostio.c (hostio_fs_pid): New static variable.
713 (hostio_handle_new_gdb_connection): New function.
714 (handle_setfs): Likewise.
715 (handle_open): Use the_target->multifs_open as appropriate.
716 (handle_unlink): Use the_target->multifs_unlink as appropriate.
717 (handle_readlink): Use the_target->multifs_readlink as
718 appropriate.
719 (handle_vFile): Handle vFile:setfs packets.
720 * server.c (handle_query): Call hostio_handle_new_gdb_connection
721 after target_handle_new_gdb_connection.
722
4b8b5e72
GB
7232015-06-10 Gary Benson <gbenson@redhat.com>
724
725 * configure.ac (AC_CHECK_FUNCS): Add setns.
726 * config.in: Regenerate.
727 * configure: Likewise.
728 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
729 (linux-namespaces.o): New rule.
730 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
731
3ac2e371
GB
7322015-06-09 Gary Benson <gbenson@redhat.com>
733
734 * hostio.c (handle_open): Process mode argument with
735 fileio_to_host_mode.
736
ca9b78ce
YQ
7372015-06-01 Yao Qi <yao.qi@linaro.org>
738
739 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
740 * linux-x86-low.c: Likewise.
741
bfacd19d
DB
7422015-05-28 Don Breazeal <donb@codesourcery.com>
743
744 * linux-low.c (handle_extended_wait): Initialize
745 thread_info.last_resume_kind for new fork children.
746
452003ef
PA
7472015-05-15 Pedro Alves <palves@redhat.com>
748
749 * target.h (target_handle_new_gdb_connection): Rewrite using if
750 wrapped in do/while.
751
1041a03c
JB
7522015-05-14 Joel Brobecker <brobecker@adacore.com>
753
754 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
755 * configure, config.in: Regenerate.
756 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
757 Declare typedef.
758
c269dbdb
DB
7592015-05-12 Don Breazeal <donb@codesourcery.com>
760
761 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
762 PTRACE_EVENT_VFORK_DONE.
763 (linux_low_ptrace_options, extended_event_reported): Add vfork
764 events.
765 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
766 and "vforkdone" for RSP 'T' Stop Reply Packet.
767 * server.h (report_vfork_events): Declare
768 global variable.
769
3a8a0396
DB
7702015-05-12 Don Breazeal <donb@codesourcery.com>
771
772 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
773 (the_low_target) <new_fork>: Initialize new member.
774 * linux-arm-low.c (arm_new_fork): New function.
775 (the_low_target) <new_fork>: Initialize new member.
776 * linux-low.c (handle_extended_wait): Call new target function
777 new_fork.
778 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
779 * linux-mips-low.c (mips_add_watchpoint): New function
780 extracted from mips_insert_point.
781 (the_low_target) <new_fork>: Initialize new member.
782 (mips_linux_new_fork): New function.
783 (mips_insert_point): Call mips_add_watchpoint.
784 * linux-x86-low.c (x86_linux_new_fork): New function.
785 (the_low_target) <new_fork>: Initialize new member.
786
de0d863e
DB
7872015-05-12 Don Breazeal <donb@codesourcery.com>
788
789 * linux-low.c (handle_extended_wait): Implement return value,
790 rename argument 'event_child' to 'event_lwp', handle
791 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
792 (linux_low_ptrace_options): New function.
793 (linux_low_filter_event): Call linux_low_ptrace_options,
794 use different argument fo linux_enable_event_reporting,
795 use return value from handle_extended_wait.
796 (extended_event_reported): New function.
797 (linux_wait_1): Call extended_event_reported and set
798 status to report fork events.
799 (linux_write_memory): Add pid to debug message.
800 (reset_lwp_ptrace_options_callback): New function.
801 (linux_handle_new_gdb_connection): New function.
802 (linux_target_ops): Initialize new structure member.
803 * linux-low.h (struct lwp_info) <waitstatus>: New member.
804 * lynx-low.c: Initialize new structure member.
805 * remote-utils.c (prepare_resume_reply): Implement stop reason
806 "fork" for "T" stop message.
807 * server.c (handle_query): Call handle_new_gdb_connection.
808 * server.h (report_fork_events): Declare global flag.
809 * target.h (struct target_ops) <handle_new_gdb_connection>:
810 New member.
811 (target_handle_new_gdb_connection): New macro.
812 * win32-low.c: Initialize new structure member.
813
ddcbc397
DB
8142015-05-12 Don Breazeal <donb@codesourcery.com>
815
816 * mem-break.c (APPEND_TO_LIST): Define macro.
817 (clone_agent_expr): New function.
818 (clone_one_breakpoint): New function.
819 (clone_all_breakpoints): New function.
820 * mem-break.h: Declare new functions.
821
89245bc0
DB
8222015-05-12 Don Breazeal <donb@codesourcery.com>
823
824 * linux-low.c (linux_supports_fork_events): New function.
825 (linux_supports_vfork_events): New function.
826 (linux_target_ops): Initialize new structure members.
827 (initialize_low): Call linux_check_ptrace_features.
828 * lynx-low.c (lynx_target_ops): Initialize new structure
829 members.
830 * server.c (report_fork_events, report_vfork_events):
831 New global flags.
832 (handle_query): Add new features to qSupported packet and
833 response.
834 (captured_main): Initialize new global variables.
835 * target.h (struct target_ops) <supports_fork_events>:
836 New member.
837 <supports_vfork_events>: New member.
838 (target_supports_fork_events): New macro.
839 (target_supports_vfork_events): New macro.
840 * win32-low.c (win32_target_ops): Initialize new structure
841 members.
842
835205d0
GB
8432015-05-12 Gary Benson <gbenson@redhat.com>
844
845 * server.c (handle_qxfer_exec_file): Use current process
846 if annex is empty.
847
21e94bd9
SL
8482015-05-08 Sandra Loosemore <sandra@codesourcery.com>
849
850 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
851 Remove HAVE_PTRACE_GETREGS conditionals.
852 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
853 instead of PTRACE_GETREGS and PTRACE_SETREGS.
854
45614f15
YQ
8552015-05-08 Yao Qi <yao.qi@linaro.org>
856
857 * linux-low.c (linux_supports_conditional_breakpoints): New
858 function.
859 (linux_target_ops): Install new target method.
860 * lynx-low.c (lynx_target_ops): Install NULL hook for
861 supports_conditional_breakpoints.
862 * nto-low.c (nto_target_ops): Likewise.
863 * spu-low.c (spu_target_ops): Likewise.
864 * win32-low.c (win32_target_ops): Likewise.
865 * server.c (handle_query): Check
866 target_supports_conditional_breakpoints.
867 * target.h (struct target_ops) <supports_conditional_breakpoints>:
868 New field.
869 (target_supports_conditional_breakpoints): New macro.
870
80ad801e
PA
8712015-05-06 Pedro Alves <palves@redhat.com>
872
873 PR server/18081
874 * server.c (start_inferior): If the process exits, mourn it.
875
819843c7
GB
8762015-04-21 Gary Benson <gbenson@redhat.com>
877
878 * hostio.c (fileio_open_flags_to_host): Factored out to
879 fileio_to_host_openflags in common/fileio.c. Single use
880 updated.
881
a2d5a9d7
MF
8822015-04-17 Max Filippov <jcmvbkbc@gmail.com>
883
884 * linux-xtensa-low.c (xtensa_fill_gregset)
885 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
886 XCHAL_HAVE_LOOP.
887
deb44829
MF
8882015-04-17 Max Filippov <jcmvbkbc@gmail.com>
889
890 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
891 (regs_info): Replace usrregs pointer with NULL.
892
e57f1de3
GB
8932015-04-17 Gary Benson <gbenson@redhat.com>
894
895 * target.h (struct target_ops) <pid_to_exec_file>: New field.
896 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
897 * server.c (handle_qxfer_exec_file): New function.
898 (qxfer_packets): Add exec-file entry.
899 (handle_query): Report qXfer:exec-file:read as supported packet.
900
62828379
RN
9012015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
902
903 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
904
b88bb450
GB
9052015-04-09 Gary Benson <gbenson@redhat.com>
906
907 * hostio-errno.c (errno_to_fileio_error): Remove function.
908 Update caller to use remote_fileio_to_fio_error.
909
c8f4bfdd
YQ
9102015-04-09 Yao Qi <yao.qi@linaro.org>
911
912 * linux-low.c (linux_insert_point): Call
913 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
914 (linux_remove_point): Call remove_memory_breakpoint if type is
915 raw_bkpt_type_sw.
916 * linux-x86-low.c (x86_insert_point): Don't call
917 insert_memory_breakpoint.
918 (x86_remove_point): Don't call remove_memory_breakpoint.
919
41f98f02
PA
9202015-04-01 Pedro Alves <palves@redhat.com>
921 Cleber Rosa <crosa@redhat.com>
922
923 * server.c (gdbserver_usage): Reorganize and extend the usage
924 message.
925
2bf6fb9d
PA
9262015-03-24 Pedro Alves <palves@redhat.com>
927
928 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
929 output. Also dump TRAP_TRACE.
930 (linux_low_filter_event): In debug output, distinguish a
931 resume_stop SIGSTOP from a delayed SIGSTOP.
932
369f6daa
GB
9332015-03-24 Gary Benson <gbenson@redhat.com>
934
935 * linux-x86-low.c (x86_linux_new_thread): Moved to
936 nat/x86-linux.c.
937 (x86_linux_prepare_to_resume): Likewise.
938
8e5d4070
GB
9392015-03-24 Gary Benson <gbenson@redhat.com>
940
941 * Makefile.in (x86-linux-dregs.o): New rule.
942 * configure.srv: Add x86-linux-dregs.o to relevant targets.
943 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
944 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
945 (x86_linux_dr_get): Likewise.
946 (x86_linux_dr_set): Likewise.
947 (update_debug_registers_callback): Likewise.
948 (x86_linux_dr_set_addr): Likewise.
949 (x86_linux_dr_get_addr): Likewise.
950 (x86_linux_dr_set_control): Likewise.
951 (x86_linux_dr_get_control): Likewise.
952 (x86_linux_dr_get_status): Likewise.
953 (x86_linux_update_debug_registers): Likewise.
954
2b95d440
GB
9552015-03-24 Gary Benson <gbenson@redhat.com>
956
957 * linux-x86-low.c (x86_linux_update_debug_registers):
958 New function, factored out from...
959 (x86_linux_prepare_to_resume): ...this.
960
14b0bc68
GB
9612015-03-24 Gary Benson <gbenson@redhat.com>
962
963 * linux-x86-low.c (x86_linux_dr_get): Update comments.
964 (x86_linux_dr_set): Likewise.
965 (update_debug_registers_callback): Likewise.
966 (x86_linux_dr_set_addr): Likewise.
967 (x86_linux_dr_get_addr): Likewise.
968 (x86_linux_dr_set_control): Likewise.
969 (x86_linux_dr_get_control): Likewise.
970 (x86_linux_dr_get_status): Likewise.
971 (x86_linux_prepare_to_resume): Likewise.
972
5dfe6ca8
GB
9732015-03-24 Gary Benson <gbenson@redhat.com>
974
975 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
976 Use perror_with_name. Pass string through gettext.
977 (x86_linux_dr_set): Likewise.
978
d33472ad
GB
9792015-03-24 Gary Benson <gbenson@redhat.com>
980
981 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
982 (x86_linux_dr_set_addr): ...this.
983 (x86_dr_low_get_addr): Rename to...
984 (x86_linux_dr_get_addr): ...this.
985 (x86_dr_low_set_control): Rename to...
986 (x86_linux_dr_set_control): ...this.
987 (x86_dr_low_get_control): Rename to...
988 (x86_linux_dr_get_control): ...this.
989 (x86_dr_low_get_status): Rename to...
990 (x86_linux_dr_get_status): ...this.
991 (x86_dr_low): Update with new function names.
992
4b134ca1
GB
9932015-03-24 Gary Benson <gbenson@redhat.com>
994
995 * Makefile.in (x86-linux.o): New rule.
996 * configure.srv: Add x86-linux.o to relevant targets.
997 * linux-low.c (lwp_set_arch_private_info): New function.
998 (lwp_arch_private_info): Likewise.
999 * linux-x86-low.c: Include nat/x86-linux.h.
1000 (arch_lwp_info): Removed structure.
1001 (update_debug_registers_callback):
1002 Use lwp_set_debug_registers_changed.
1003 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
1004 and lwp_set_debug_registers_changed.
1005 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
1006
34c703da
GB
10072015-03-24 Gary Benson <gbenson@redhat.com>
1008
1009 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
1010 * linux-arm-low.c (arm_new_thread): Likewise.
1011 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
1012 * linux-mips-low.c (mips_linux_new_thread): Likewise.
1013 * linux-x86-low.c (x86_linux_new_thread): Likewise.
1014 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
1015
cff068da
GB
10162015-03-24 Gary Benson <gbenson@redhat.com>
1017
1018 * linux-low.c (ptid_of_lwp): New function.
1019 (lwp_is_stopped): Likewise.
1020 (lwp_stop_reason): Likewise.
1021 * linux-x86-low.c (update_debug_registers_callback):
1022 Use lwp_is_stopped.
1023 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
1024 lwp_stop_reason.
1025
b2f7c7e8
GB
10262015-03-24 Gary Benson <gbenson@redhat.com>
1027
1028 * linux-low.h (linux_stop_lwp): Remove declaration.
1029
6d4ee8c6
GB
10302015-03-24 Gary Benson <gbenson@redhat.com>
1031
1032 * linux-low.h: Include nat/linux-nat.h.
1033 * linux-low.c (iterate_over_lwps_args): New structure.
1034 (iterate_over_lwps_filter): New function.
1035 (iterate_over_lwps): Likewise.
1036 * linux-x86-low.c (update_debug_registers_callback):
1037 Update signature to what iterate_over_lwps expects.
1038 Remove PID check that iterate_over_lwps now performs.
1039 (x86_dr_low_set_addr): Use iterate_over_lwps.
1040 (x86_dr_low_set_control): Likewise.
1041
70a0bb6b
GB
10422015-03-24 Gary Benson <gbenson@redhat.com>
1043
1044 * linux-x86-low.c (x86_debug_reg_state): New function.
1045 (x86_linux_prepare_to_resume): Use the above.
1046
7b669087
GB
10472015-03-24 Gary Benson <gbenson@redhat.com>
1048
1049 * linux-low.c (current_lwp_ptid): New function.
1050 * linux-x86-low.c: Include nat/linux-nat.h.
1051 (x86_dr_low_get_addr): Use current_lwp_ptid.
1052 (x86_dr_low_get_control): Likewise.
1053 (x86_dr_low_get_status): Likewise.
1054
eef49a3d
PA
10552015-03-20 Pedro Alves <palves@redhat.com>
1056
1057 * tracepoint.c (cmd_qtstatus): Make "str" const.
1058
b2333d22
PA
10592015-03-20 Pedro Alves <palves@redhat.com>
1060
1061 * server.c (handle_general_set): Make "req_str" const.
1062
23f238d3
PA
10632015-03-19 Pedro Alves <palves@redhat.com>
1064
1065 * linux-low.c (linux_resume_one_lwp): Rename to ...
1066 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
1067 instead call perror_with_name.
1068 (check_ptrace_stopped_lwp_gone): New function.
1069 (linux_resume_one_lwp): Reimplement as wrapper around
1070 linux_resume_one_lwp_throw that swallows errors if the LWP is
1071 gone.
1072
91baf43f
PA
10732015-03-19 Pedro Alves <palves@redhat.com>
1074
1075 * linux-low.c (count_events_callback, select_event_lwp_callback):
1076 No longer check whether the thread has resume_stop as last resume
1077 kind.
1078
8bf3b159
PA
10792015-03-19 Pedro Alves <palves@redhat.com>
1080
1081 * linux-low.c (count_events_callback, select_event_lwp_callback):
1082 Use the lwp's status_pending_p field, not the thread's.
1083
b90fc188
PA
10842015-03-19 Pedro Alves <palves@redhat.com>
1085
1086 * linux-low.c (select_event_lwp_callback): Update comments to
1087 no longer mention SIGTRAP.
1088
464b0089
GB
10892015-03-18 Gary Benson <gbenson@redhat.com>
1090
1091 * server.c (handle_query): Do not report vFile:fstat as supported.
1092
aa9e327f
GB
10932015-03-11 Gary Benson <gbenson@redhat.com>
1094
1095 * hostio.c (sys/types.h): New include.
1096 (sys/stat.h): Likewise.
1097 (common-remote-fileio.h): Likewise.
1098 (handle_fstat): New function.
1099 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 1100
791c0056
GB
11012015-03-11 Gary Benson <gbenson@redhat.com>
1102
1103 * configure.ac (AC_CHECK_MEMBERS): Add checks for
1104 struct stat.st_blocks and struct stat.st_blksize.
1105 * configure: Regenerate.
1106 * config.in: Likewise.
1107 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
1108 (OBS): Add common-remote-fileio.o.
1109 (common-remote-fileio.o): New rule.
1110
9a9df970
PA
11112015-03-09 Pedro Alves <palves@redhat.com>
1112
1113 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
1114 'struct sockaddr' pointer in 'accept' call.
1115
9eb1356e
PA
11162015-03-09 Pedro Alves <palves@redhat.com>
1117
1118 Revert:
1119 2015-03-07 Pedro Alves <palves@redhat.com>
1120 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1121 or <winsock2.h> here. Instead include "gdb_socket.h".
1122 (remote_open): Use union gdb_sockaddr_u.
1123 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1124 or <winsock2.h> here. Instead include "gdb_socket.h".
1125 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1126 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1127 or <sys/un.h>.
1128 (init_named_socket, gdb_agent_helper_thread): Use union
1129 gdb_sockaddr_u.
1130
aac331e4
PA
11312015-03-07 Pedro Alves <palves@redhat.com>
1132
1133 * configure.ac (build_warnings): Move
1134 -Wdeclaration-after-statement to the C-specific set.
1135 * configure: Regenerate.
1136
366c75fc
PA
11372015-03-07 Pedro Alves <palves@redhat.com>
1138
1139 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
1140 or <winsock2.h> here. Instead include "gdb_socket.h".
1141 (remote_open): Use union gdb_sockaddr_u.
1142 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
1143 or <winsock2.h> here. Instead include "gdb_socket.h".
1144 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
1145 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
1146 or <sys/un.h>.
1147 (init_named_socket, gdb_agent_helper_thread): Use union
1148 gdb_sockaddr_u.
1149
492d29ea
PA
11502015-03-07 Pedro Alves <palves@redhat.com>
1151
1152 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
1153 instead.
1154
60a191ed
YQ
11552015-03-06 Yao Qi <yao.qi@linaro.org>
1156
1157 * linux-aarch64-low.c (aarch64_insert_point): Use
1158 show_debug_regs as a boolean.
1159 (aarch64_remove_point): Likewise.
1160
f5771b1d
PA
11612015-03-05 Pedro Alves <palves@redhat.com>
1162
1163 * lynx-low.c (lynx_target_ops): Install NULL hooks for
1164 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
1165 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
1166 * nto-low.c (nto_target_ops): Likewise.
1167 * spu-low.c (spu_target_ops): Likewise.
1168 * win32-low.c (win32_target_ops): Likewise.
1169
3e572f71
PA
11702015-03-04 Pedro Alves <palves@redhat.com>
1171
72f4393d 1172 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
3e572f71
PA
1173 Decide whether a breakpoint triggered based on the SIGTRAP's
1174 siginfo.si_code.
72f4393d
L
1175 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
1176 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3e572f71
PA
1177 (linux_low_filter_event): Check for breakpoints before checking
1178 watchpoints.
1179 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
1180 siginfo.si_code.
72f4393d
L
1181 (linux_stopped_by_sw_breakpoint)
1182 (linux_supports_stopped_by_sw_breakpoint)
1183 (linux_stopped_by_hw_breakpoint)
1184 (linux_supports_stopped_by_hw_breakpoint): New functions.
1185 (linux_target_ops): Install new target methods.
3e572f71 1186
1ec68e26
PA
11872015-03-04 Pedro Alves <palves@redhat.com>
1188
1189 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
1190 * server.c (swbreak_feature, hwbreak_feature): New globals.
1191 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
1192 (captured_main): Clear swbreak_feature and hwbreak_feature.
1193 * server.h (swbreak_feature, hwbreak_feature): Declare.
1194 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
1195 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
1196 supports_stopped_by_hw_breakpoint>: New fields.
1197 (target_supports_stopped_by_sw_breakpoint)
1198 (target_stopped_by_sw_breakpoint)
1199 (target_supports_stopped_by_hw_breakpoint)
1200 (target_stopped_by_hw_breakpoint): Declare.
1201
15c66dd6
PA
12022015-03-04 Pedro Alves <palves@redhat.com>
1203
1204 enum lwp_stop_reason -> enum target_stop_reason
1205 * linux-low.c (check_stopped_by_breakpoint): Adjust.
1206 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
1207 (linux_wait_1, stuck_in_jump_pad_callback)
1208 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
1209 (linux_stopped_by_watchpoint):
1210 * linux-low.h (enum lwp_stop_reason): Delete.
1211 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1212 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1213
98fc70d6
YQ
12142015-03-04 Yao Qi <yao.qi@linaro.org>
1215
1216 * Makefile.in (SFILES): Add linux-aarch64-low.c.
1217
dd2ac174
GB
12182015-03-03 Gary Benson <gbenson@redhat.com>
1219
1220 * hostio.c (handle_vFile): Fix prefix lengths.
1221
d68e53f4
MM
12222015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1223
1224 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
1225 ptr_bits.
1226
bf2d68ab
AA
12272015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1228
1229 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
1230 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
1231 (clean): Add "rm -f" for above C files.
1232 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
1233 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
1234 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
1235 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
1236 * linux-s390-low.c (HWCAP_S390_VX): New macro.
1237 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
1238 (init_registers_s390x_vx_linux64)
1239 (init_registers_s390x_tevx_linux64)
1240 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1241 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
1242 declarations.
1243 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
1244 (s390_store_vxrs_high): New functions.
1245 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
1246 NT_S390_VXRS_HIGH.
1247 (s390_arch_setup): Add logic for selecting one of the new target
1248 descriptions. Activate the new vector regsets if applicable.
1249 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
1250 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
1251 and init_registers_s390x_tevx_linux64.
1252
c966a859
PA
12532015-03-01 Pedro Alves <palves@redhat.com>
1254
1255 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
1256 parameter.
1257
4180215b
PA
12582015-02-27 Pedro Alves <palves@redhat.com>
1259
1260 * linux-x86-low.c (u_debugreg_offset): New function.
1261 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1262
749bab01
PA
12632015-02-27 Pedro Alves <palves@redhat.com>
1264
1265 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1266 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
1267 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
1268 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
1269 (ps_lsetfpregs, ps_getpid)
1270 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
1271 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
1272 (ps_lsetxregs, ps_plog): Declare.
1273
3c14e5a3
PA
12742015-02-27 Pedro Alves <palves@redhat.com>
1275
1276 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
1277 IP_AGENT_EXPORT_FUNC.
1278 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
1279 IP_AGENT_EXPORT_FUNC.
1280 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
1281 (IP_AGENT_EXPORT): Delete.
1282 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1283 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1284 (gdb_trampoline_buffer_error, collecting, gdb_collect)
1285 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
1286 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
1287 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
1288 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
1289 (traceframe_read_count, traceframe_write_count)
1290 (traceframes_created, trace_state_variables, get_raw_reg)
1291 (get_trace_state_variable_value, set_trace_state_variable_value)
1292 (ust_loaded, helper_thread_id, cmd_buf): Use
1293 IPA_SYM_EXPORTED_NAME.
1294 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
1295 (tracepoints) Use IP_AGENT_EXPORT_VAR.
1296 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
1297 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1298 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
1299 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
1300 EXTERN_C_PUSH/EXTERN_C_POP.
1301 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
1302 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
1303 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1304 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
1305 (traceframe_write_count, traceframe_read_count)
1306 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
1307 (about_to_request_buffer_space, get_trace_state_variable_value)
1308 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
1309 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
1310 EXTERN_C_PUSH/EXTERN_C_POP.
1311 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
1312 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
1313 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
1314 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
1315 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1316 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
1317 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
1318 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
1319 Define.
1320 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
1321 (IP_AGENT_EXPORT_VAR_DECL): Define.
1322 (tracing): Declare.
1323 (gdb_agent_get_raw_reg): Declare.
1324
fe978cb0
PA
13252015-02-27 Tom Tromey <tromey@redhat.com>
1326 Pedro Alves <palves@redhat.com>
1327
1328 Rename symbols whose names are reserved C++ keywords throughout.
1329
3bc3d82a
PA
13302015-02-27 Pedro Alves <palves@redhat.com>
1331
1332 * Makefile.in (COMPILER): New, get it from autoconf.
1333 (CXX): Get from autoconf instead.
1334 (COMPILE.pre): Use COMPILER.
1335 (CC-LD): Rename to ...
1336 (CC_LD): ... this. Use COMPILER.
1337 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
1338 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1339 * acinclude.m4: Include build-with-cxx.m4.
1340 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1341 Disable -Werror by default if building in C++ mode.
1342 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1343 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
1344 the C++ compiler. Save/restore CXXFLAGS too.
1345 * configure: Regenerate.
1346
07697489
PA
13472015-02-27 Pedro Alves <palves@redhat.com>
1348
1349 * acinclude.m4: Include libiberty.m4.
1350 * configure.ac: Call libiberty_INIT.
1351 * config.in, configure: Regenerate.
1352
9beb7c4e
PA
13532015-02-26 Pedro Alves <palves@redhat.com>
1354
1355 * linux-low.c (linux_wait_1): When incrementing the PC past a
1356 program breakpoint always use the_low_target.breakpoint_len as
1357 increment, rather than the maximum between that and
1358 the_low_target.decr_pc_after_break.
1359
8090aef2
PA
13602015-02-23 Pedro Alves <palves@redhat.com>
1361
1362 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
1363 thread was doing a step-over; always adjust the PC if
1364 we stepped over a permanent breakpoint.
1365 (linux_wait_1): If we stepped over breakpoint that was on top of a
1366 permanent breakpoint, manually advance the PC past it.
1367
bc9540e8
PA
13682015-02-23 Pedro Alves <palves@redhat.com>
1369
1370 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
1371 modes.
1372 (x86_fill_gregset, x86_store_gregset): Use it when handling
1373 $orig_eax.
1374
2db9a427
PA
13752015-02-20 Pedro Alves <palves@redhat.com>
1376
1377 * thread-db.c: Include "nat/linux-procfs.h".
1378 (thread_db_init): Skip listing new threads if the kernel supports
1379 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
1380
afa8d396
PA
13812015-02-20 Pedro Alves <palves@redhat.com>
1382
1383 * linux-low.c (status_pending_p_callback): Use ptid_match.
1384
c9587f88
AT
13852015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1386
1387 PR breakpoints/16812
1388 * linux-low.c (wstatus_maybe_breakpoint): Remove.
1389 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
1390 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
1391
b05ec7a5
AT
13922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1393
1394 PR breakpoints/15956
1395 * tracepoint.c (cmd_qtinit): Add check for current_thread.
1396
d33501a5
MM
13972015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1398
1399 * linux-low.c (linux_low_btrace_conf): Print size.
1400 * server.c (handle_btrace_conf_general_set): New.
1401 (hanle_general_set): Call handle_btrace_conf_general_set.
1402 (handle_query): Report Qbtrace-conf:bts:size as supported.
1403
f4abbc16
MM
14042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1405
1406 * linux-low.c (linux_low_enable_btrace): Update parameters.
1407 (linux_low_btrace_conf): New.
1408 (linux_target_ops)<to_btrace_conf>: Initialize.
1409 * server.c (current_btrace_conf): New.
1410 (handle_btrace_enable): Rename to ...
1411 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
1412 to target_enable_btrace. Update comment. Update users.
1413 (handle_qxfer_btrace_conf): New.
1414 (qxfer_packets): Add btrace-conf entry.
1415 (handle_query): Report qXfer:btrace-conf:read as supported packet.
1416 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
1417 (target_ops)<read_btrace_conf>: New.
1418 (target_enable_btrace): Update parameters.
1419 (target_read_btrace_conf): New.
1420
043c3577
MM
14212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1422
1423 * server.c (handle_btrace_general_set): Remove call to
1424 target_supports_btrace.
1425 (supported_btrace_packets): New.
1426 (handle_query): Call supported_btrace_packets.
1427 * target.h: include btrace-common.h.
1428 (btrace_target_info): Removed.
1429 (supports_btrace, target_supports_btrace): Update parameters.
1430
734b0e4b
MM
14312015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1432
1433 * Makefile.in (SFILES): Add common/btrace-common.c.
1434 (OBS): Add common/btrace-common.o.
1435 (btrace-common.o): Add build rules.
1436 * linux-low: Include btrace-common.h.
1437 (linux_low_read_btrace): Use struct btrace_data. Call
1438 btrace_data_init and btrace_data_fini.
1439
d6c146e9
PA
14402015-02-06 Pedro Alves <palves@redhat.com>
1441
1442 * thread-db.c (find_new_threads_callback): Add debug output.
1443
20ba1ce6
PA
14442015-02-04 Pedro Alves <palves@redhat.com>
1445
1446 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
1447 (resume_stopped_resumed_lwps): New function.
1448 (linux_wait_for_event_filtered): Use it.
1449
8cc73a39
SDJ
14502015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1451
1452 * Makefile.in (SFILES): Add linux-personality.c.
1453 (linux-personality.o): New rule.
1454 * configure.srv (srv_linux_obj): Add linux-personality.o to the
1455 list of objects to be built.
1456 * linux-low.c: Include nat/linux-personality.h.
1457 (linux_create_inferior): Remove code to disable address space
1458 randomization (moved to ../nat/linux-personality.c). Create
1459 cleanup to disable address space randomization.
1460
fb23d554
SDJ
14612015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
1462
1463 * Makefile.in (posix-strerror.o): New rule.
1464 (mingw-strerror.o): Likewise.
1465 * configure: Regenerated.
1466 * configure.ac: Source file ../common/common.host. Initialize new
1467 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
1468
cdf43629
YQ
14692015-01-14 Yao Qi <yao@codesourcery.com>
1470
1471 * Makefile.in (SFILES): Add nat/ppc-linux.c.
1472 (ppc-linux.o): New rule.
1473 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
1474 * configure.ac: AC_CHECK_FUNCS(getauxval).
1475 * config.in: Re-generated.
1476 * configure: Re-generated.
1477 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
1478 ppc64_64bit_inferior_p
1479
514c5338
YQ
14802015-01-14 Yao Qi <yao@codesourcery.com>
1481
1482 * linux-ppc-low.c: Include "nat/ppc-linux.h".
1483 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
1484 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
1485 (PT_ORIG_R3, PT_TRAP): Likewise.
1486 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
1487 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
1488 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
1489
3368c1e5
JB
14902015-01-10 Joel Brobecker <brobecker@adacore.com>
1491
1492 * i387-fp.c (i387_cache_to_xsave): In look over
1493 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
1494 zmmh_low_space field by use of zmmh_high_space.
1495
582511be
PA
14962015-01-09 Pedro Alves <palves@redhat.com>
1497
1498 * linux-low.c (step_over_bkpt): Move higher up in the file.
1499 (handle_extended_wait): Don't store the stop_pc here.
1500 (get_stop_pc): Adjust comments and rename to ...
1501 (check_stopped_by_breakpoint): ... this. Record whether the LWP
1502 stopped for a software breakpoint or hardware breakpoint.
1503 (thread_still_has_status_pending_p): New function.
1504 (status_pending_p_callback): Use
1505 thread_still_has_status_pending_p. If the event is no longer
1506 interesting, resume the LWP.
1507 (handle_tracepoints): Add assert.
1508 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
1509 (wstatus_maybe_breakpoint): New function.
1510 (cancel_breakpoint): Delete function.
1511 (check_stopped_by_watchpoint): New function, factored out from
1512 linux_low_filter_event.
1513 (lp_status_maybe_breakpoint): Delete function.
1514 (linux_low_filter_event): Remove filter_ptid argument.
1515 Leave thread group exits pending here. Store the LWP's stop PC.
1516 Always leave events pending.
1517 (linux_wait_for_event_filtered): Pull all events out of the
1518 kernel, and leave them all pending.
1519 (count_events_callback, select_event_lwp_callback): Consider all
1520 events.
1521 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
1522 (select_event_lwp): Only give preference to the stepping LWP in
1523 all-stop mode. Adjust comments.
1524 (ignore_event): New function.
1525 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
1526 references to cancel_breakpoints. Adjust to renames. Also give
1527 equal priority to all LWPs that have had events in non-stop mode.
1528 If reporting a software breakpoint event, unadjust the LWP's PC.
1529 (linux_wait): If linux_wait_1 returned an ignored event, retry.
1530 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
1531 Adjust.
1532 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
1533 (resume_status_pending_p): Use thread_still_has_status_pending_p.
1534 (linux_stopped_by_watchpoint): Adjust.
1535 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
1536 * linux-low.h (enum lwp_stop_reason): New.
1537 (struct lwp_info) <stop_pc>: Adjust comment.
1538 <stopped_by_watchpoint>: Delete field.
1539 <stop_reason>: New field.
1540 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
1541 * mem-break.c (software_breakpoint_inserted_here)
1542 (hardware_breakpoint_inserted_here): New function.
1543 * mem-break.h (software_breakpoint_inserted_here)
1544 (hardware_breakpoint_inserted_here): Declare.
1545 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
1546 (cancel_breakpoints): Delete.
1547 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
1548 (upload_fast_traceframes): Remove references to
1549 cancel_breakpoints.
1550
a33e3959
PA
15512015-01-09 Pedro Alves <palves@redhat.com>
1552
1553 * thread-db.c (find_new_threads_callback): Ignore thread if the
1554 kernel thread ID is -1.
1555
8784d563
PA
15562015-01-09 Pedro Alves <palves@redhat.com>
1557
1558 * linux-low.c (linux_attach_fail_reason_string): Move to
1559 nat/linux-ptrace.c, and rename.
1560 (linux_attach_lwp): Update comment.
1561 (attach_proc_task_lwp_callback): New function.
1562 (linux_attach): Adjust to rename and use
1563 linux_proc_attach_tgid_threads.
1564 (linux_attach_fail_reason_string): Delete declaration.
1565
76f2b779
JB
15662015-01-01 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
1569 * server.c (gdbserver_version): Likewise.
1570
fafcc06a
SDJ
15712014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
1572
1573 * remote-utils.c: Include ctype.h.
1574 (input_interrupt): Explicitly handle the case when the char
1575 received is the NUL byte. Improve the printing of non-ASCII
1576 characters.
1577
beed38b8
JB
15782014-12-16 Joel Brobecker <brobecker@adacore.com>
1579
1580 * linux-low.c (linux_low_filter_event): Update call to
1581 linux_enable_event_reporting following the addition of
1582 a new parameter to that function.
1583
bf330350
CU
15842014-12-16 Catalin Udma <catalin.udma@freescale.com>
1585
1586 PR server/17457
1587 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
1588 (AARCH64_FPCR_REGNO): Likewise.
1589 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
1590 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
1591 (aarch64_store_fpregset): Likewise.
1592
5227d625
JB
15932014-12-15 Joel Brobecker <brobecker@adacore.com>
1594
1595 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
1596 Remove FIXME comment about assumption about N.
1597
f93b65a0
JB
15982014-12-13 Joel Brobecker <brobecker@adacore.com>
1599
1600 * configure.ac: If large-file support is disabled in GDBserver,
1601 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
1602 * configure: Regenerate.
1603
e5a9158d
AA
16042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1605
1606 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
1607 warning upon ENODATA from ptrace.
1608 * linux-s390-low.c (s390_store_tdb): New.
1609 (s390_regsets): Add regset for NT_S390_TDB.
1610
feea5f36
AA
16112014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1612
1613 * linux-low.c (regsets_store_inferior_registers): Skip regsets
1614 without a fill_function.
1615 * linux-s390-low.c (s390_fill_last_break): Remove.
1616 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
1617 (s390_arch_setup): Use regset's size instead of fill_function for
1618 loop end condition.
1619
098dbe61
AA
16202014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1621
1622 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
1623 the regset's store function when ptrace returned an error.
1624 * regcache.c (get_thread_regcache): Invalidate register cache
1625 before fetching inferior's registers.
1626
28eef672
AA
16272014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1628
1629 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
1630 while-loop as for-loop.
1631 (regsets_store_inferior_registers): Likewise.
1632
bdca27a2
YQ
16332014-11-28 Yao Qi <yao@codesourcery.com>
1634
1635 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
1636 * config.in, configure: Re-generate.
1637 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
1638 is defined.
1639
9c232dda
YQ
16402014-11-21 Yao Qi <yao@codesourcery.com>
1641
1642 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
1643 (AC_CHECK_HEADERS): Remove malloc.h.
1644 * configure: Re-generated.
1645 * config.in: Re-generated.
1646 * server.h: Don't include alloca.h and malloc.h.
1647 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
1648 Don't include malloc.h.
1649
43968415
JB
16502014-11-17 Joel Brobecker <brobecker@adacore.com>
1651
1652 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
1653 corresponding ERRNO check in same block.
1654
40e91bc7
PA
16552014-11-12 Pedro Alves <palves@redhat.com>
1656
1657 * server.c (cont_thread): Update comment.
1658 (start_inferior, attach_inferior): No longer clear cont_thread.
1659 (handle_v_cont): No longer set cont_thread.
1660 (captured_main): Clear cont_thread each time a GDB connects.
1661
c2c118cf
PA
16622014-11-12 Pedro Alves <palves@redhat.com>
1663
1664 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
1665 thread, and don't resume all threads if the Hc thread has exited.
1666
78708b7c
PA
16672014-11-12 Pedro Alves <palves@redhat.com>
1668
1669 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
1670 the process group instead of to a specific LWP.
1671
a2abc7de
PA
16722014-10-15 Pedro Alves <palves@redhat.com>
1673
1674 PR server/17487
1675 * win32-arm-low.c (arm_set_thread_context): Remove current_event
1676 parameter.
1677 (arm_set_thread_context): Delete.
1678 (the_low_target): Adjust.
1679 * win32-i386-low.c (debug_registers_changed)
1680 (debug_registers_used): Delete.
1681 (update_debug_registers_callback): New function.
1682 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
1683 needing to update their debug registers.
1684 (win32_get_current_dr): New function.
1685 (x86_dr_low_get_addr, x86_dr_low_get_control)
1686 (x86_dr_low_get_status): Fetch the debug register from the thread
1687 record's context.
1688 (i386_initial_stuff): Adjust.
1689 (i386_get_thread_context): Remove current_event parameter. Don't
1690 clear debug_registers_changed nor copy DR values to
1691 debug_reg_state.
1692 (i386_set_thread_context): Delete.
1693 (i386_prepare_to_resume): New function.
1694 (i386_thread_added): Mark the thread as needing to update irs
1695 debug registers.
1696 (the_low_target): Remove i386_set_thread_context and install
1697 i386_prepare_to_resume.
1698 * win32-low.c (win32_get_thread_context): Adjust.
1699 (win32_set_thread_context): Use SetThreadContext
1700 directly.
1701 (win32_prepare_to_resume): New function.
1702 (win32_require_context): New function, factored out from ...
1703 (thread_rec): ... this.
1704 (continue_one_thread): Call win32_prepare_to_resume on each thread
1705 we're about to continue.
1706 (win32_resume): Call win32_prepare_to_resume on the event thread.
1707 * win32-low.h (struct win32_thread_info)
1708 <debug_registers_changed>: New field.
1709 (struct win32_target_ops): Change prototype of set_thread_context,
1710 delete set_thread_context and add prepare_to_resume.
1711 (win32_require_context): New declaration.
1712
a442d071
GB
17132014-10-08 Gary Benson <gbenson@redhat.com>
1714
1715 * server.h: Do not include common-exceptions.h.
1716
6f1947e8
GB
17172014-10-08 Gary Benson <gbenson@redhat.com>
1718
1719 * server.h: Do not include cleanups.h.
1720
63b434a4
JH
17212014-09-30 James Hogan <james.hogan@imgtec.com>
1722
1723 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
1724 mips64-dsp-linux.c.
1725
c4d9ceb6
YQ
17262014-09-23 Yao Qi <yao@codesourcery.com>
1727
1728 * linux-low.c (lp_status_maybe_breakpoint): New function.
1729 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
1730 (count_events_callback): Likewise.
1731 (select_event_lwp_callback): Likewise.
1732 (cancel_breakpoints_callback): Likewise.
1733
89a5711c
DB
17342014-09-19 Don Breazeal <donb@codesourcery.com>
1735
1736 * linux-low.c (handle_extended_wait): Call
1737 linux_ptrace_get_extended_event.
1738 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
1739 linux_is_extended_waitstatus.
1740
bffc0964
JB
17412014-09-16 Joel Brobecker <brobecker@adacore.com>
1742
1743 * Makefile.in (CPPFLAGS): Define.
1744 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
1745 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
1746
0bfdf32f
GB
17472014-09-16 Gary Benson <gbenson@redhat.com>
1748
1749 * inferiors.h (current_inferior): Renamed as...
1750 (current_thread): New variable. All uses updated.
1751 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
1752 (maybe_move_out_of_jump_pad): Likewise.
1753 (cancel_breakpoint): Likewise.
1754 (linux_low_filter_event): Likewise.
1755 (wait_for_sigstop): Likewise.
1756 (linux_resume_one_lwp): Likewise.
1757 (need_step_over_p): Likewise.
1758 (start_step_over): Likewise.
1759 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
1760 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
1761 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
1762 and save_inferior as saved_thread.
1763 * regcache.c (get_thread_regcache): Renamed saved_inferior as
1764 saved_thread.
1765 (regcache_invalidate_thread): Likewise.
1766 * remote-utils.c (prepare_resume_reply): Likewise.
1767 * thread-db.c (thread_db_get_tls_address): Likewise.
1768 (disable_thread_event_reporting): Likewise.
1769 (remove_thread_event_breakpoints): Likewise.
1770 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
1771 as saved_thread.
1772 * target.h (set_desired_inferior): Renamed as...
1773 (set_desired_thread): New declaration. All uses updated.
1774 * server.c (myresume): Updated comment to reference thread instead
1775 of inferior.
1776 (handle_serial_event): Likewise.
1777 (handle_target_event): Likewise.
1778
361c8ade
GB
17792014-09-12 Tom Tromey <tromey@redhat.com>
1780 Gary Benson <gbenson@redhat.com>
1781
1782 * regcache.h: Include common-regcache.h.
1783 (regcache_read_pc): Don't declare.
1784 * regcache.c (get_thread_regcache_for_ptid): New function.
1785
bd9269f7
GB
17862014-09-11 Tom Tromey <tromey@redhat.com>
1787 Gary Benson <gbenson@redhat.com>
1788
1789 * symbol.c: New file.
1790 * Makefile.in (SFILES): Add symbol.c.
1791 (OBS): Add symbol.o.
1792
f8c1d06b
GB
17932014-09-11 Gary Benson <gbenson@redhat.com>
1794
1795 * target.c (target_stop_ptid, target_continue_ptid): New
1796 functions.
1797
721ec300
GB
17982014-09-11 Tom Tromey <tromey@redhat.com>
1799 Gary Benson <gbenson@redhat.com>
1800
1801 * target.h: Include target/target.h.
1802 * target.c (target_read_memory, target_read_uint32)
1803 (target_write_memory): New functions.
1804
c5e92cca
GB
18052014-09-11 Gary Benson <gbenson@redhat.com>
1806
1807 * server.h (debug_hw_points): Don't declare.
1808 * server.c (debug_hw_points): Don't define. Replace all uses
1809 with show_debug_regs.
1810 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
1811 all uses with show_debug_regs.
1812
2e4bb98a
EBM
18132014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1814
1815 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
1816 endianness into account.
1817 (ppc_supply_ptrace_register): Likewise.
1818
ac740bc7
JH
18192014-09-03 James Hogan <james.hogan@imgtec.com>
1820
1821 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
1822 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
1823
97ea6506
GB
18242014-09-03 Gary Benson <gbenson@redhat.com>
1825
1826 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
1827 ALL_DEBUG_ADDRESS_REGISTERS.
1828
df7e5265
GB
18292014-09-02 Gary Benson <gbenson@redhat.com>
1830
1831 * i386-low.h: Renamed as...
1832 * x86-low.h: New file. All type, function and variable name
1833 prefixes changed from "i386_" to "x86_". All references updated.
1834 * i386-low.c: Renamed as...
1835 * x86-low.c: New file. All type, function and variable name
1836 prefixes changed from "i386_" to "x86_". All references updated.
1837
ed859da7
GB
18382014-09-02 Gary Benson <gbenson@redhat.com>
1839
1840 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
1841 (x86_linux_new_thread): Likewise.
1842
860789c7
GB
18432014-08-29 Gary Benson <gbenson@redhat.com>
1844
1845 * server.h (setjmp.h): Do not include.
1846 (toplevel): Do not declare.
1847 (common-exceptions.h): Include.
1848 (cleanups.h): Likewise.
1849 * server.c (toplevel): Do not define.
1850 (exit_code): New static global.
1851 (detach_or_kill_for_exit_cleanup): New function.
1852 (main): New function. Original main renamed to...
1853 (captured_main): New function.
1854 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
1855
ff55e1b5
GB
18562014-08-29 Gary Benson <gbenson@redhat.com>
1857
1858 * Makefile.in (SFILES): Add common/common-exceptions.c.
1859 (OBS): Add common-exceptions.o.
1860 (common-exceptions.o): New rule.
1861 * utils.c (prepare_to_throw_exception): New function.
1862
e9bcb658
GB
18632014-08-29 Gary Benson <gbenson@redhat.com>
1864
1865 * config.in: Regenerate.
1866 * configure: Likewise.
1867
e3180625
GB
18682014-08-29 Gary Benson <gbenson@redhat.com>
1869
1870 * Makefile.in (SFILES): Add common/cleanups.c.
1871 (OBS): cleanups.o.
1872 (cleanups.o): New rule.
1873
e3d6ba5d
GB
18742014-08-29 Gary Benson <gbenson@redhat.com>
1875
1876 * utils.c (internal_vwarning): New function.
1877
7096e886
GB
18782014-08-28 Gary Benson <gbenson@redhat.com>
1879
1880 * utils.h (fatal): Remove declaration.
1881 * utils.c (fatal): Remove function.
1882
14ce3192
GB
18832014-08-28 Gary Benson <gbenson@redhat.com>
1884
1885 * tracepoint.c (gdb_agent_init): Replace fatal with
1886 perror_with_name.
1887 (initialize_tracepoint): Likewise.
1888
50278d59
GB
18892014-08-28 Gary Benson <gbenson@redhat.com>
1890
1891 * remote-utils.c (remote_prepare): Replace fatal with error.
1892
aa96c426
GB
18932014-08-28 Gary Benson <gbenson@redhat.com>
1894
1895 * linux-low.c (linux_async): Replace fatal with warning.
1896 Tidy up and return.
1897 (linux_start_non_stop): Return -1 if linux_async failed.
1898
f7160e97
GB
18992014-08-28 Gary Benson <gbenson@redhat.com>
1900
1901 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
1902 gdb_assert.
1903 (i386_dr_low_get_addr): Remove vague comment.
1904 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
1905 gdb_assert.
1906
38e08fca
GB
19072014-08-28 Gary Benson <gbenson@redhat.com>
1908
1909 * inferiors.c (get_thread_process): Replace check with gdb_assert.
1910 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
1911 internal_error.
1912 (linux_resume_one_lwp): Likewise.
1913 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
1914 gdb_assert.
1915 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
1916 with internal_error.
1917 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
1918 (init_register_cache): Replace fatal with gdb_assert_not_reached.
1919 (find_register_by_name): Replace fatal with internal_error.
1920 (find_regno): Likewise.
1921 * tdesc.c (init_target_desc): Replace check with gdb_assert.
1922 * thread-db.c (thread_db_create_event): Likewise.
1923 (thread_db_load_search): Likewise.
1924 (try_thread_db_load_1): Likewise.
1925 * tracepoint.c (get_jump_space_head): Replace fatal with
1926 internal_error.
1927 (claim_trampoline_space): Likewise.
1928 (have_fast_tracepoint_trampoline_buffer): Likewise.
1929 (cmd_qtstart): Likewise.
1930 (stop_tracing): Likewise.
1931 (fast_tracepoint_collecting): Likewise.
1932 (target_malloc): Likewise.
1933 (download_tracepoint): Likewise.
1934 (download_trace_state_variables): Replace check with gdb_assert.
1935 (upload_fast_traceframes): Replace fatal with internal_error.
1936
34abf635
GB
19372014-08-19 Tom Tromey <tromey@redhat.com>
1938 Gary Benson <gbenson@redhat.com>
1939
1940 * Makefile.in (SFILES): Add common/common-debug.c.
1941 (OBS): Add common-debug.o.
1942 (common-debug.o): New rule.
1943 * debug.h (debug_printf): Don't declare.
1944 * debug.c (debug_printf): Renamed and rewritten as...
1945 (debug_vprintf): New function.
1946
f6e94d78
GB
19472014-08-19 Gary Benson <gbenson@redhat.com>
1948
1949 * utils.h: Do not include print-utils.h.
1950
9239eeab
GB
19512014-08-19 Tom Tromey <tromey@redhat.com>
1952 Gary Benson <gbenson@redhat.com>
1953
1954 * server.h: Add static assertion.
1955 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
1956
ef87c8bb
GB
19572014-08-19 Tom Tromey <tromey@redhat.com>
1958 Gary Benson <gbenson@redhat.com>
1959
1960 * Makefile.in (SFILES): Add common/errors.c.
1961 (OBS): Add errors.o.
1962 (IPA_OBS): Add errors-ipa.o.
1963 (errors.o): New rule.
1964 (errors-ipa.o): Likewise.
1965 * utils.h (perror_with_name, error, warning): Don't declare.
1966 * utils.c (warning): Renamed and rewritten as...
1967 (vwarning): New function.
1968 (error): Renamed and rewritten as...
1969 (verror): New function.
1970 (internal_error): Renamed and rewritten as...
1971 (internal_verror): New function.
1972
bb974a24
GB
19732014-08-07 Gary Benson <gbenson@redhat.com>
1974
1975 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
1976 * configure: Regenerate.
1977 * config.in: Likewise.
1978 * server.h: Do not include errno.h.
1979 * event-loop.c: Likewise.
1980 * hostio-errno.c: Likewise.
1981 * linux-low.c: Likewise.
1982 * remote-utils.c: Likewise.
1983 * spu-low.c: Likewise.
1984 * utils.c: Likewise.
1985 * gdbreplay.c: Unconditionally include errno.h.
1986
6d3d12eb
GB
19872014-08-07 Gary Benson <gbenson@redhat.com>
1988
1989 * server.h: Do not include string.h.
1990 * event-loop.c: Likewise.
1991 * linux-low.c: Likewise.
1992 * regcache.c: Likewise.
1993 * remote-utils.c: Likewise.
1994 * spu-low.c: Likewise.
1995 * utils.c: Likewise.
1996
dccbb609
GB
19972014-08-07 Gary Benson <gbenson@redhat.com>
1998
1999 * server.h: Do not include gdb_assert.h.
2000
e76df0d0
GB
20012014-08-07 Gary Benson <gbenson@redhat.com>
2002
2003 * server.h: Do not include common-utils.h.
2004
4cb9c816
GB
20052014-08-07 Gary Benson <gbenson@redhat.com>
2006
2007 * server.h: Do not include ptid.h.
2008 * notif.h: Likewise.
2009
3995eeee
GB
20102014-08-07 Gary Benson <gbenson@redhat.com>
2011
2012 * server.h: Do not include gdb_locale.h.
2013
cb9f1a9b
GB
20142014-08-07 Gary Benson <gbenson@redhat.com>
2015
2016 * server.h: Do not include gdb/signals.h.
2017 * win32-low.c: Likewise.
2018
a5fceff8
GB
20192014-08-07 Gary Benson <gbenson@redhat.com>
2020
2021 * server.h: Do not include pathmax.h.
2022
b9391142
GB
20232014-08-07 Gary Benson <gbenson@redhat.com>
2024
2025 * server.h: Do not include libiberty.h.
2026 * linux-bfin-low.c: Likewise.
2027
0e443c87
GB
20282014-08-07 Gary Benson <gbenson@redhat.com>
2029
2030 * server.h: Do not include ansidecl.h.
2031
8ebb3f56
GB
20322014-08-07 Gary Benson <gbenson@redhat.com>
2033
2034 * linux-x86-low.c: Do not include stddef.h.
2035 * lynx-ppc-low.c: Likewise.
2036 * tracepoint.c: Likewise.
2037
8980bdf6
GB
20382014-08-07 Gary Benson <gbenson@redhat.com>
2039
2040 * server.h: Do not include stdarg.h.
2041 * nto-low.c: Likewise.
2042
d7096f71
GB
20432014-08-07 Gary Benson <gbenson@redhat.com>
2044
2045 * server.h: Do not include stdlib.h.
2046 * inferiors.c: Likewise.
2047 * linux-low.c: Likewise.
2048 * regcache.c: Likewise.
2049 * spu-low.c: Likewise.
2050 * tracepoint.c: Likewise.
2051 * utils.c: Likewise.
2052
d02f550d
GB
20532014-08-07 Gary Benson <gbenson@redhat.com>
2054
2055 * server.h: Do not include stdio.h.
2056 * linux-low.c: Likewise.
2057 * remote-utils.c: Likewise.
2058 * spu-low.c: Likewise.
2059 * utils.c: Likewise.
2060 * wincecompat.c: Likewise.
2061
87f6c4e3
GB
20622014-08-06 Gary Benson <gbenson@redhat.com>
2063
2064 * regcache.c (init_register_cache): Move conditionals inside if.
2065
7089dca4
GB
20662014-08-06 Gary Benson <gbenson@redhat.com>
2067
2068 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
2069
462f517e
GB
20702014-07-31 Gary Benson <gbenson@redhat.com>
2071
2072 * ax.h: Do not include server.h.
2073 * gdbthread.h: Likewise.
2074 * lynx-low.h: Likewise.
2075 * notif.h: Likewise.
2076
976411d6
GB
20772014-07-30 Gary Benson <gbenson@redhat.com>
2078
2079 * server.h: Include common-defs.h.
2080 Do not include config.h or build-gnulib-gdbserver/config.h.
2081
d41f6d8e
GB
20822014-07-30 Gary Benson <gbenson@redhat.com>
2083
2084 * hostio-errno.c: Move server.h to top of includes list.
2085 * inferiors.c: Likewise.
2086 * linux-x86-low.c: Likewise.
2087 * notif.c: Include server.h.
2088
314c6a35
TT
20892014-07-24 Tom Tromey <tromey@redhat.com>
2090 Gary Benson <gbenson@redhat.com>
2091
2092 * server.h (CORE_ADDR): Now unsigned.
2093
69ff6be5
PA
20942014-07-16 Pedro Alves <palves@redhat.com>
2095
2096 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
2097
ce9e3fe7
PA
20982014-07-15 Pedro Alves <palves@redhat.com>
2099
2100 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
2101 copy.
2102
e76126e8
PA
21032014-07-11 Pedro Alves <palves@redhat.com>
2104
2105 * linux-low.c (kill_wait_lwp): New function, based on
2106 kill_one_lwp_callback, but use my_waitpid directly.
2107 (kill_one_lwp_callback, linux_kill): Use it.
2108
8e9db26e
PA
21092014-06-23 Pedro Alves <palves@redhat.com>
2110
2111 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
2112 before setting DR0..DR3.
2113
698b3e08
GB
21142014-06-20 Gary Benson <gbenson@redhat.com>
2115
2116 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
2117 * configure: Regenerated.
2118 * config.in: Likewise.
2119
125f8a3d
GB
21202014-06-20 Gary Benson <gbenson@redhat.com>
2121
2122 * Makefile.in (SFILES): Update locations for files moved
2123 from common to nat.
2124 (object file files): Reordered.
2125
42995dbd
GB
21262014-06-20 Gary Benson <gbenson@redhat.com>
2127
2128 * i386-low.h (i386_dr_low_can_set_addr): Removed.
2129 (i386_dr_low_set_addr): Likewise.
2130 (i386_dr_low_get_addr): Likewise.
2131 (i386_dr_low_can_set_control): Likewise.
2132 (i386_dr_low_set_control): Likewise.
2133 (i386_dr_low_get_control): Likewise.
2134 (i386_dr_low_get_status): Likewise.
2135 (i386_get_debug_register_length): Likewise.
2136 * linux-x86-low.c (i386_dr_low_set_addr):
2137 Changed signature. Made static.
2138 (i386_dr_low_get_addr): Likewise.
2139 (i386_dr_low_set_control): Likewise.
2140 (i386_dr_low_get_control): Likewise.
2141 (i386_dr_low_get_status): Likewise.
2142 (i386_dr_low): New global variable.
2143 * win32-i386-low.c (i386_dr_low_set_addr):
2144 Changed signature. Made static.
2145 (i386_dr_low_get_addr): Likewise.
2146 (i386_dr_low_set_control): Likewise.
2147 (i386_dr_low_get_control): Likewise.
2148 (i386_dr_low_get_status): Likewise.
2149 (i386_dr_low): New global variable.
2150
e1d2394b
MS
21512014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
2152
2153 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
2154 * Makefile.in (AR, AR_FLAGS): Define.
2155 * configure: Regenerate.
2156
3a8ee006
GB
21572014-06-19 Gary Benson <gbenson@redhat.com>
2158
2159 * Makefile.in (i386-dregs.o): New rule.
2160 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
2161 * i386-low.c (target.h): Remove include.
2162 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
2163 (DR_CONTROL_SHIFT): Likewise.
2164 (DR_CONTROL_SIZE): Likewise.
2165 (DR_RW_EXECUTE): Likewise.
2166 (DR_RW_WRITE): Likewise.
2167 (DR_RW_READ): Likewise.
2168 (DR_RW_IORW): Likewise.
2169 (DR_LEN_1): Likewise.
2170 (DR_LEN_2): Likewise.
2171 (DR_LEN_4): Likewise.
2172 (DR_LEN_8): Likewise.
2173 (DR_LOCAL_ENABLE_SHIFT): Likewise.
2174 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
2175 (DR_ENABLE_SIZE): Likewise.
2176 (DR_LOCAL_SLOWDOWN): Likewise.
2177 (DR_GLOBAL_SLOWDOWN): Likewise.
2178 (DR_CONTROL_RESERVED): Likewise.
2179 (I386_DR_CONTROL_MASK): Likewise.
2180 (I386_DR_VACANT): Likewise.
2181 (I386_DR_LOCAL_ENABLE): Likewise.
2182 (I386_DR_GLOBAL_ENABLE): Likewise.
2183 (I386_DR_DISABLE): Likewise.
2184 (I386_DR_SET_RW_LEN): Likewise.
2185 (I386_DR_GET_RW_LEN): Likewise.
2186 (I386_DR_WATCH_HIT): Likewise.
2187 (i386_wp_op_t): Likewise.
2188 (i386_show_dr): Likewise.
2189 (i386_length_and_rw_bits): Likewise.
2190 (i386_insert_aligned_watchpoint): Likewise.
2191 (i386_remove_aligned_watchpoint): Likewise.
2192 (i386_handle_nonaligned_watchpoint): Likewise.
2193 i386_update_inferior_debug_regs(): Likewise.
2194 (i386_dr_insert_watchpoint): Likewise.
2195 (i386_dr_remove_watchpoint): Likewise.
2196 (i386_dr_region_ok_for_watchpoint): Likewise.
2197 (i386_dr_stopped_data_address): Likewise.
2198 (i386_dr_stopped_by_watchpoint): Likewise.
2199
8f26655c
GB
22002014-06-19 Gary Benson <gbenson@redhat.com>
2201
2202 * i386-low.c (i386_dr_show): Renamed to
2203 i386_show_dr and made static. All uses updated.
2204 (i386_dr_length_and_rw_bits): Renamed to
2205 i386_length_and_rw_bits and made static.
2206 All uses updated.
2207 (i386_dr_insert_aligned_watchpoint): Renamed to
2208 i386_insert_aligned_watchpoint and made static.
2209 All uses updated.
2210 (i386_dr_remove_aligned_watchpoint): Renamed to
2211 i386_remove_aligned_watchpoint and made static.
2212 All uses updated.
2213 (i386_dr_update_inferior_debug_regs): Renamed to
2214 i386_update_inferior_debug_regs and made static.
2215 All uses updated.
2216
b9228891
GB
22172014-06-18 Gary Benson <gbenson@redhat.com>
2218
5171def3
GB
2219 * i386-low.h (i386_dr_low_can_set_addr): New macro.
2220 (i386_dr_low_can_set_control): Likewise.
2221 (i386_get_debug_register_length): Likewise.
2222 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
2223 (i386_dr_low_can_set_control): Likewise.
2224 (i386_get_debug_register_length): Likewise.
2225
22262014-06-17 Gary Benson <gbenson@redhat.com>
2227
b9228891
GB
2228 * i386-low.h (i386-dregs.h): New include.
2229 (DR_FIRSTADDR): Now in i386-dregs.h.
2230 (DR_LASTADDR): Likewise.
2231 (DR_NADDR): Likewise.
2232 (DR_STATUS): Likewise.
2233 (DR_CONTROL): Likewise.
2234 (i386_debug_reg_state): Likewise.
2235 (i386_dr_insert_watchpoint): Likewise.
2236 (i386_dr_remove_watchpoint): Likewise.
2237 (i386_dr_region_ok_for_watchpoint): Likewise.
2238 (i386_dr_stopped_data_address): Likewise.
2239 (i386_dr_stopped_by_watchpoint): Likewise.
2240 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
2241
4be83cc2
GB
22422014-06-18 Gary Benson <gbenson@redhat.com>
2243
2244 * i386-low.h (i386_low_insert_watchpoint): Renamed to
2245 i386_dr_insert_watchpoint.
2246 (i386_low_remove_watchpoint): Renamed to
2247 i386_dr_remove_watchpoint.
2248 (i386_low_region_ok_for_watchpoint): Renamed to
2249 i386_dr_region_ok_for_watchpoint.
2250 (i386_low_stopped_data_address): Renamed to
2251 i386_dr_stopped_data_address.
2252 (i386_low_stopped_by_watchpoint): Renamed to
2253 i386_dr_stopped_by_watchpoint.
2254 * i386-low.c (i386_show_dr): Renamed to
2255 i386_dr_show and made nonstatic. All uses updated.
2256 (i386_length_and_rw_bits): Renamed to
2257 i386_dr_length_and_rw_bits and made nonstatic.
2258 All uses updated.
2259 (i386_insert_aligned_watchpoint): Renamed to
2260 i386_dr_insert_aligned_watchpoint and made nonstatic.
2261 All uses updated.
2262 (i386_remove_aligned_watchpoint): Renamed to
2263 i386_dr_remove_aligned_watchpoint and made nonstatic.
2264 All uses updated.
2265 (i386_update_inferior_debug_regs): Renamed to
2266 i386_dr_update_inferior_debug_regs and made nonstatic.
2267 All uses updated.
2268 (i386_low_insert_watchpoint): Renamed to
2269 i386_dr_insert_watchpoint. All uses updated.
2270 (i386_low_remove_watchpoint): Renamed to
2271 i386_dr_remove_watchpoint. All uses updated.
2272 (i386_low_region_ok_for_watchpoint): Renamed to
2273 i386_dr_region_ok_for_watchpoint. All uses updated.
2274 (i386_low_stopped_data_address): Renamed to
2275 i386_dr_stopped_data_address. All uses updated.
2276 (i386_low_stopped_by_watchpoint): Renamed to
2277 i386_dr_stopped_by_watchpoint. All uses updated.
2278
131aa0d4
GB
22792014-06-18 Gary Benson <gbenson@redhat.com>
2280
2281 * i386-low.c (i386_dr_low_can_set_addr): New macro.
2282 (i386_dr_low_can_set_control): Likewise.
2283 (i386_insert_aligned_watchpoint): New check.
2284
d9305f7f
GB
22852014-06-18 Gary Benson <gbenson@redhat.com>
2286
2287 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
2288 Renamed to state.
2289
e927c9fc
GB
22902014-06-18 Gary Benson <gbenson@redhat.com>
2291
2292 * i386-low.c (i386_length_and_rw_bits): Use internal_error
2293 instead of fatal and error.
2294 (i386_handle_nonaligned_watchpoint): Likewise.
2295
1b6d4134
GB
22962014-06-18 Gary Benson <gbenson@redhat.com>
2297
2298 * i386-low.c (i386_get_debug_register_length): New macro.
2299 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
2300 (i386_show_dr): Use debug_printf instead of fprintf. Use
2301 phex to format values.
2302
6e62758f
GB
23032014-06-18 Gary Benson <gbenson@redhat.com>
2304
2305 * i386-low.h: Comment changes.
2306 * i386-low.c: Likewise.
2307
fc6e2f03
GB
23082014-06-18 Gary Benson <gbenson@redhat.com>
2309
2310 * i386-low.c: Whitespace changes.
2311
f9d1eeed
TT
23122014-06-12 Tom Tromey <tromey@redhat.com>
2313
2314 * utils.c (freeargv): Remove.
2315
0b04e523
TT
23162014-06-12 Tom Tromey <tromey@redhat.com>
2317
2318 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
2319 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
2320 (parse_debug_format_options): Likewise.
2321 (gdbserver_usage): Likewise.
2322 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
2323 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
2324 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
2325 against libiberty.
2326 ($(LIBGNU)): Depend on libiberty.
2327 (all-lib): Recurse into all subdirs.
2328 (install-only): Invoke "install" target in subdirs.
2329 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
2330 targets.
2331 * configure: Rebuild.
2332 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
2333 for vasprintf, vsnprintf, or gettimeofday.
2334 * configure.srv: Don't add safe-ctype.o or lbasename.o to
2335 srv_tgtobj.
2336
270c9937
JB
23372014-06-05 Joel Brobecker <brobecker@adacore.com>
2338
2339 * development.sh: Delete.
2340 * Makefile.in (config.status): Adjust dependency on development.sh.
2341 * configure.ac: Adjust development.sh source call.
2342 * configure: Regenerate.
2343
0a261ed8
PA
23442014-06-02 Pedro Alves <palves@redhat.com>
2345
2346 * ax.c (gdb_free_agent_expr): New function.
2347 * ax.h (gdb_free_agent_expr): New declaration.
2348 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
2349 list.
2350 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
2351 static.
2352 (clear_breakpoint_conditions_and_commands): New function.
2353 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
2354 (clear_breakpoint_conditions_and_commands): New declaration.
2355
e9dae05e
RR
23562014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2357
2358 * linux-aarch64-low.c (asm/ptrace.h): Include.
2359
5876f503
JK
23602014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 Fix TLS access for -static -pthread.
2363 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
2364 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
2365 (thread_db_load_search, try_thread_db_load_1): Initialize it.
2366
802e8e6d
PA
23672014-05-20 Pedro Alves <palves@redhat.com>
2368
2369 * linux-aarch64-low.c (aarch64_insert_point)
2370 (aarch64_remove_point): No longer check whether the type is
2371 supported here. Adjust to new interface.
2372 (the_low_target): Install aarch64_supports_z_point_type as
2373 supports_z_point_type method.
2374 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
2375 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
2376 instead of a Z packet char. Adjust.
2377 (arm_supports_z_point_type): New function.
2378 (arm_insert_point, arm_remove_point): Adjust to new interface.
2379 (the_low_target): Install arm_supports_z_point_type.
2380 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
2381 (cris_insert_point, cris_remove_point): Adjust to new interface.
2382 Don't check whether the type is supported here.
2383 (the_low_target): Install cris_supports_z_point_type.
2384 * linux-low.c (linux_supports_z_point_type): New function.
2385 (linux_insert_point, linux_remove_point): Adjust to new interface.
2386 * linux-low.h (struct linux_target_ops) <insert_point,
2387 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
2388 raw_breakpoint pointer parameter.
2389 <supports_z_point_type>: New method.
2390 * linux-mips-low.c (mips_supports_z_point_type): New function.
2391 (mips_insert_point, mips_remove_point): Adjust to new interface.
2392 Use mips_supports_z_point_type.
2393 (the_low_target): Install mips_supports_z_point_type.
2394 * linux-ppc-low.c (the_low_target): Install NULL as
2395 supports_z_point_type method.
2396 * linux-s390-low.c (the_low_target): Install NULL as
2397 supports_z_point_type method.
2398 * linux-sparc-low.c (the_low_target): Install NULL as
2399 supports_z_point_type method.
2400 * linux-x86-low.c (x86_supports_z_point_type): New function.
2401 (x86_insert_point): Adjust to new insert_point interface. Use
2402 insert_memory_breakpoint. Adjust to new
2403 i386_low_insert_watchpoint interface.
2404 (x86_remove_point): Adjust to remove_point interface. Use
2405 remove_memory_breakpoint. Adjust to new
2406 i386_low_remove_watchpoint interface.
2407 (the_low_target): Install x86_supports_z_point_type.
2408 * lynx-low.c (lynx_target_ops): Install NULL as
2409 supports_z_point_type callback.
2410 * nto-low.c (nto_supports_z_point_type): New.
2411 (nto_insert_point, nto_remove_point): Adjust to new interface.
2412 (nto_target_ops): Install nto_supports_z_point_type.
2413 * mem-break.c: Adjust intro comment.
2414 (struct raw_breakpoint) <raw_type, size>: New fields.
2415 <inserted>: Update comment.
2416 <shlib_disabled>: Delete field.
2417 (enum bkpt_type) <gdb_breakpoint>: Delete value.
2418 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
2419 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
2420 (raw_bkpt_type_to_target_hw_bp_type): New function.
2421 (find_enabled_raw_code_breakpoint_at): New function.
2422 (find_raw_breakpoint_at): New type and size parameters. Use them.
2423 (insert_memory_breakpoint): New function, based off
2424 set_raw_breakpoint_at.
2425 (remove_memory_breakpoint): New function.
2426 (set_raw_breakpoint_at): Reimplement.
2427 (set_breakpoint): New, based on set_breakpoint_at.
2428 (set_breakpoint_at): Reimplement.
2429 (delete_raw_breakpoint): Go through the_target->remove_point
2430 instead of assuming memory breakpoints.
2431 (find_gdb_breakpoint_at): Delete.
2432 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
2433 (find_gdb_breakpoint): New function.
2434 (set_gdb_breakpoint_at): Delete.
2435 (z_type_supported): New function.
2436 (set_gdb_breakpoint_1): New function, loosely based off
2437 set_gdb_breakpoint_at.
2438 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
2439 (delete_gdb_breakpoint_at): Delete.
2440 (delete_gdb_breakpoint_1): New function, loosely based off
2441 delete_gdb_breakpoint_at.
2442 (delete_gdb_breakpoint): New function.
2443 (clear_gdb_breakpoint_conditions): Rename to ...
2444 (clear_breakpoint_conditions): ... this. Don't handle a NULL
2445 breakpoint.
2446 (add_condition_to_breakpoint): Make static.
2447 (add_breakpoint_condition): Take a struct breakpoint pointer
2448 instead of an address. Adjust.
2449 (gdb_condition_true_at_breakpoint): Rename to ...
2450 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
2451 z_type parameter.
2452 (gdb_condition_true_at_breakpoint): Reimplement.
2453 (add_breakpoint_commands): Take a struct breakpoint pointer
2454 instead of an address. Adjust.
2455 (gdb_no_commands_at_breakpoint): Rename to ...
2456 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
2457 parameter. Return true if no breakpoint was found. Change debug
2458 output.
2459 (gdb_no_commands_at_breakpoint): Reimplement.
2460 (run_breakpoint_commands): Rename to ...
2461 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
2462 and change return type to boolean.
2463 (run_breakpoint_commands): New function.
2464 (gdb_breakpoint_here): Also check for Z1 breakpoints.
2465 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
2466 breakpoint. Go through the_target->remove_point instead of
2467 assuming memory breakpoint.
2468 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
2469 software and hardware breakpoints.
2470 (reinsert_raw_breakpoint): Go through the_target->insert_point
2471 instead of assuming memory breakpoint.
2472 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
2473 software and hardware breakpoints.
2474 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
2475 Check both software and hardware breakpoints.
2476 (validate_inserted_breakpoint): Assert the breakpoint is a
2477 software breakpoint. Set the inserted flag to -1 instead of
2478 setting shlib_disabled.
2479 (delete_disabled_breakpoints): Adjust.
2480 (validate_breakpoints): Only validate software breakpoints.
2481 Adjust to inserted flag change.
2482 (check_mem_read, check_mem_write): Skip breakpoint types other
2483 than software breakpoints. Adjust to inserted flag change.
2484 * mem-break.h (enum raw_bkpt_type): New enum.
2485 (raw_breakpoint, struct process_info): Forward declare.
2486 (Z_packet_to_target_hw_bp_type): Delete declaration.
2487 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
2488 (set_gdb_breakpoint, delete_gdb_breakpoint)
2489 (clear_breakpoint_conditions): New declarations.
2490 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
2491 (breakpoint_inserted_here): Update comment.
2492 (add_breakpoint_condition, add_breakpoint_commands): Replace
2493 address parameter with a breakpoint pointer parameter.
2494 (gdb_breakpoint_here): Update comment.
2495 (delete_gdb_breakpoint_at): Delete.
2496 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
2497 * server.c (process_point_options): Take a struct breakpoint
2498 pointer instead of an address. Adjust.
2499 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
2500 delete_gdb_breakpoint.
2501 * spu-low.c (spu_target_ops): Install NULL as
2502 supports_z_point_type method.
2503 * target.h: Include mem-break.h.
2504 (struct target_ops) <prepare_to_access_memory>: Update comment.
2505 <supports_z_point_type>: New field.
2506 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2507 instead of a char. Also take a raw breakpoint pointer.
2508 * win32-arm-low.c (the_low_target): Install NULL as
2509 supports_z_point_type.
2510 * win32-i386-low.c (i386_supports_z_point_type): New function.
2511 (i386_insert_point, i386_remove_point): Adjust to new interface.
2512 (the_low_target): Install i386_supports_z_point_type.
2513 * win32-low.c (win32_supports_z_point_type): New function.
2514 (win32_insert_point, win32_remove_point): Adjust to new interface.
2515 (win32_target_ops): Install win32_supports_z_point_type.
2516 * win32-low.h (struct win32_target_ops):
2517 <supports_z_point_type>: New method.
2518 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
2519 instead of a char. Also take a raw breakpoint pointer.
2520
932539e3
PA
25212014-05-20 Pedro Alves <palves@redhat.com>
2522
2523 * mem-break.h: Include break-common.h.
2524 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2525 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
2526 (Z_packet_to_target_hw_bp_type): New declaration.
2527 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
2528 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
2529 (Z_PACKET_ACCESS_WP): Delete macros.
2530 (Z_packet_to_hw_type): Delete function.
2531 * i386-low.h: Don't include break-common.h here.
2532 (Z_packet_to_hw_type): Delete declaration.
2533 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
2534 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2535 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
2536 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
2537 * linux-aarch64-low.c: Don't include break-common.h here.
2538 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
2539 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
2540 (Z_packet_to_target_hw_bp_type): Delete function.
2541 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
2542 function.
2543 (mips_insert_point, mips_remove_point): Use
2544 Z_packet_to_target_hw_bp_type.
2545
4ff0d3d8
PA
25462014-05-20 Pedro Alves <palves@redhat.com>
2547
2548 * linux-aarch64-low.c: Include break-common.h.
2549 (enum target_point_type): Delete.
2550 (Z_packet_to_point_type): Rename to ...
2551 (Z_packet_to_target_hw_bp_type): ... this, and return a
2552 target_hw_bp_type instead.
2553 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
2554 instead of an enum target_point_type.
2555 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
2556 breakpoint type.
2557 (aarch64_dr_state_insert_one_point)
2558 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
2559 (aarch64_handle_aligned_watchpoint)
2560 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
2561 Take an enum target_hw_bp_type instead of an enum
2562 target_point_type.
2563 (aarch64_supports_z_point_type): New function.
2564 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
2565 use Z_packet_to_target_hw_bp_type.
2566
786dc519
JB
25672014-05-20 Joel Brobecker <brobecker@adacore.com>
2568
2569 * configure.ac: Only use -Werror by default when DEVELOPMENT
2570 is true.
2571 * configure: Regenerate.
2572
9e0aa64f
JK
25732014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2574
2575 Fix gdbserver qGetTLSAddr for x86_64 -m32.
2576 * linux-x86-low.c (X86_64_USER_REGS): New.
2577 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
2578
2b577b92
YQ
25792014-04-28 Yao Qi <yao@codesourcery.com>
2580
2581 * Makefile.in (i386-avx512.c): Fix the typo of generated file
2582 name.
2583
94611da2
PA
25842014-04-25 Pedro Alves <palves@redhat.com>
2585
2586 PR server/16255
2587 * linux-low.c (linux_attach_fail_reason_string): New function.
2588 (linux_attach_lwp): Delete.
2589 (linux_attach_lwp_1): Rename to ...
2590 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
2591 argument. Remove "initial" parameter. Return int instead of
2592 void. Don't error or warn here.
2593 (linux_attach): Adjust to call linux_attach_lwp. Call error on
2594 failure to attach to the tgid. Call warning when failing to
2595 attach to an lwp.
2596 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
2597 argument. Remove "initial" parameter. Return int instead of
2598 void. Don't error or warn here.
2599 (linux_attach_fail_reason_string): New declaration.
2600 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
2601 interface change. Use linux_attach_fail_reason_string.
2602
01f9f808
MS
26032014-04-24 Michael Sturm <michael.sturm@mintel.com>
2604 Walfred Tedeschi <walfred.tedeschi@intel.com>
2605
2606 * Makefile.in: Added rules to handle new files
2607 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
2608 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
2609 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
2610 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
2611 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
2612 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
2613 x32-avx512-linux.o.
2614 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
2615 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
2616 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
2617 i386/x32-avx512.xml.
2618 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
2619 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
2620 i386/x32-avx512-linux.xml.
2621 * i387-fp.c (num_avx512_k_registers): New constant for number
2622 of K registers.
2623 (num_avx512_zmmh_low_registers): New constant for number of
2624 lower ZMM registers (0-15).
2625 (num_avx512_zmmh_high_registers): New constant for number of
2626 higher ZMM registers (16-31).
2627 (num_avx512_ymmh_registers): New contant for number of higher
2628 YMM registers (ymm16-31 added by avx521 on x86_64).
2629 (num_avx512_xmm_registers): New constant for number of higher
2630 XMM registers (xmm16-31 added by AVX512 on x86_64).
2631 (struct i387_xsave): Add space for AVX512 registers.
2632 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
2633 Add code to handle AVX512 registers.
2634 (i387_xsave_to_cache): Add code to handle AVX512 registers.
2635 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
2636 prototypei from generated file.
2637 (tdesc_amd64_avx512_linux): Likewise.
2638 (init_registers_x32_avx512_linux): Likewise.
2639 (tdesc_x32_avx512_linux): Likewise.
2640 (init_registers_i386_avx512_linux): Likewise.
2641 (tdesc_i386_avx512_linux): Likewise.
2642 (x86_64_regmap): Add AVX512 registers.
2643 (x86_linux_read_description): Add code to handle AVX512 XSTATE
2644 mask.
2645 (initialize_low_arch): Add code to initialize AVX512 registers.
2646
51aa91f9
PA
26472014-04-23 Pedro Alves <palves@redhat.com>
2648
2649 * mem-break.c (find_gdb_breakpoint_at): Make static.
2650 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
2651
a4165e94
PA
26522014-04-23 Pedro Alves <palves@redhat.com>
2653
2654 * i386-low.c: Don't include break-common.h here.
2655 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2656 prototype to take target_hw_bp_type as argument instead of a Z
2657 packet char.
2658 * i386-low.h: Include break-common.h here.
2659 (Z_packet_to_hw_type): Declare.
2660 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
2661 prototypes.
2662 * linux-x86-low.c (x86_insert_point): Convert the packet number to
2663 a target_hw_bp_type before calling i386_low_insert_watchpoint.
2664 (x86_remove_point): Convert the packet number to a
2665 target_hw_bp_type before calling i386_low_remove_watchpoint.
2666 * win32-i386-low.c (i386_insert_point): Convert the packet number
2667 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
2668 (i386_remove_point): Convert the packet number to a
2669 target_hw_bp_type before calling i386_low_remove_watchpoint.
2670
b8acf843
PA
26712014-04-23 Pedro Alves <palves@redhat.com>
2672
2673 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
2674
d708bcd1
PA
26752014-04-10 Pedro Alves <palves@redhat.com>
2676
2677 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
2678 Check if the condition or command is NULL before checking if the
2679 breakpoint is known. On success, return true.
2680 * mem-break.h (add_breakpoint_condition): Document return.
2681 (add_breakpoint_commands): Add describing comment.
2682 * server.c (skip_to_semicolon): New function.
2683 (process_point_options): Use it.
2684
2eec7d5b
PA
26852014-04-09 Pedro Alves <palves@redhat.com>
2686
2687 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
2688 to lwpid_of.
2689
fa96cb38
PA
26902014-02-27 Pedro Alves <palves@redhat.com>
2691
2692 PR 12702
2693 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
2694 macros.
2695 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
2696 output.
2697 (last_thread_of_process_p): Take a PID argument instead of a
2698 thread pointer.
2699 (linux_wait_for_lwp): Delete.
2700 (num_lwps, check_zombie_leaders, not_stopped_callback): New
2701 functions.
2702 (linux_low_filter_event): New function, party factored out from
2703 linux_wait_for_event.
2704 (linux_wait_for_event): Rename to ...
2705 (linux_wait_for_event_filtered): ... this. Add new filter ptid
2706 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
2707 sigsuspend. Check for zombie leaders.
2708 (linux_wait_for_event): Reimplement as wrapper around
2709 linux_wait_for_event_filtered.
2710 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
2711 a normal or signal exit is seen, it's the whole process exiting.
2712 (wait_for_sigstop): No longer a for_each_inferior callback.
2713 Rewrite on top of linux_wait_for_event_filtered.
2714 (stop_all_lwps): Call wait_for_sigstop directly.
2715 * server.c (resume, handle_target_event): Handle
2716 TARGET_WAITKIND_NO_RESUMED.
2717
d763de10
JB
27182014-02-26 Joel Brobecker <brobecker@adacore.com>
2719
2720 * win32-low.c (psapi_get_dll_name,
2721 * win32_CreateToolhelp32Snapshot): Delete.
2722 (win32_CreateToolhelp32Snapshot, win32_Module32First)
2723 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
2724 Delete.
2725 (handle_load_dll): Add function description.
2726 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
2727
850a0f76
JB
27282014-02-26 Joel Brobecker <brobecker@adacore.com>
2729
2730 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
2731 Add comment.
2732 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
2733 base address when calling win32_add_one_solib.
2734 (handle_load_dll): Delete local variable load_addr.
2735 Remove 0x1000 offset applied to DLL base address when calling
2736 win32_add_one_solib.
2737 (handle_unload_dll): Add comment.
2738
f25b3fc3
JB
27392014-02-26 Joel Brobecker <brobecker@adacore.com>
2740
2741 * win32-low.c (win32_add_all_dlls): Renames
2742 win32_ensure_ntdll_loaded. Rewrite function documentation.
2743 Adjust implementation to always load all DLLs.
2744 Add 0x1000 offset to DLL base address when calling
2745 win32_add_one_solib.
2746 (child_initialization_done): New static global.
2747 (do_initial_child_stuff): Set child_initialization_done to
2748 zero during child initialization, and 1 after. Replace call
2749 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
2750 Add comment.
2751 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
2752 (handle_unload_dll): Add function documentation.
2753 (get_child_debug_event): Ignore load and unload DLL events
2754 during child initialization.
2755
d86d4aaf
DE
27562014-02-20 Doug Evans <dje@google.com>
2757
3bc32da3 2758 Remove global all_lwps.
d86d4aaf
DE
2759 * inferiors.h (ptid_of): Move here from linux-low.h.
2760 (pid_of, lwpid_of): Ditto.
2761 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
2762 parameter is a struct thread_info * now.
2763 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
2764 directly. Pass &all_threads to find_inferior instead of &all_lwps.
2765 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
2766 directly.
2767 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
2768 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
2769 * linux-arm-low.c (update_registers_callback): Update, "entry"
2770 parameter is a struct thread_info * now.
2771 Fetch lwpid from current_inferior directly.
2772 (arm_insert_point): Pass &all_threads to find_inferior instead of
2773 &all_lwps.
2774 (arm_remove_point): Ditto.
2775 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
2776 (arm_prepare_to_resume): Fetch pid from thread.
2777 (arm_read_description): Fetch lwpid from current_inferior directly.
2778 * linux-low.c (all_lwps): Delete.
2779 (delete_lwp): Delete call to remove_inferior.
2780 (handle_extended_wait): Fetch lwpid from thread.
2781 (add_lwp): Don't set lwp->entry.id. Remove call to
2782 add_inferior_to_list.
2783 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
2784 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
2785 (kill_one_lwp_callback): Ditto.
2786 (linux_kill): Don't dereference NULL pointer.
2787 Fetch ptid,lwpid from thread.
2788 (get_detach_signal): Fetch ptid from thread.
2789 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
2790 Simplify call to regcache_invalidate_thread.
2791 (delete_lwp_callback): Update, "entry" parameter is a
2792 struct thread_info * now. Fetch pid from thread.
2793 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
2794 (status_pending_p_callback): Update, "entry" parameter is a
2795 struct thread_info * now. Fetch ptid from thread.
2796 (find_lwp_pid): Update, "entry" parameter is a
2797 struct thread_info * now.
2798 (linux_wait_for_lwp): Fetch pid from thread.
2799 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
2800 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
2801 (enqueue_one_deferred_signal): Fetch lwpid from thread.
2802 (dequeue_one_deferred_signal): Ditto.
2803 (cancel_breakpoint): Fetch ptid from current_inferior.
2804 (linux_wait_for_event): Pass &all_threads to find_inferior,
2805 not &all_lwps. Fetch ptid, lwpid from thread.
2806 (count_events_callback): Update, "entry" parameter is a
2807 struct thread_info * now.
2808 (select_singlestep_lwp_callback): Ditto.
2809 (select_event_lwp_callback): Ditto.
2810 (cancel_breakpoints_callback): Ditto.
2811 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
2812 not &all_lwps.
2813 (select_event_lwp): Ditto. Fetch ptid from event_thread.
2814 (unsuspend_one_lwp): Update, "entry" parameter is a
2815 struct thread_info * now.
2816 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
2817 not &all_lwps.
2818 (linux_stabilize_threads): Ditto. And for for_each_inferior.
2819 Fetch lwpid from thread, not lwp.
2820 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
2821 Pass &all_threads to find_inferior, not &all_lwps.
2822 (send_sigstop): Fetch lwpid from thread, not lwp.
2823 (send_sigstop_callback): Update, "entry" parameter is a
2824 struct thread_info * now.
2825 (suspend_and_send_sigstop_callback): Ditto.
2826 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
2827 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
2828 struct thread_info * now.
2829 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
2830 from thread, lwp.
2831 (lwp_running): Update, "entry" parameter is a
2832 struct thread_info * now.
2833 (stop_all_lwps): Fetch ptid from thread.
2834 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
2835 (linux_resume_one_lwp): Fetch lwpid from thread.
2836 (linux_set_resume_request): Update, "entry" parameter is a
2837 struct thread_info * now. Fetch pid, lwpid from thread.
2838 (resume_status_pending_p): Update, "entry" parameter is a
2839 struct thread_info * now.
2840 (need_step_over_p): Ditto. Fetch lwpid from thread.
2841 (start_step_over): Fetch lwpid from thread.
2842 (linux_resume_one_thread): Update, "entry" parameter is a
2843 struct thread_info * now. Fetch lwpid from thread.
2844 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
2845 (proceed_one_lwp): Update, "entry" parameter is a
2846 struct thread_info * now. Fetch lwpid from thread.
2847 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
2848 struct thread_info * now.
2849 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
2850 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
2851 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
2852 directly.
2853 (regsets_store_inferior_registers): Ditto.
2854 (fetch_register, store_register): Ditto.
2855 (linux_read_memory, linux_write_memory): Ditto.
2856 (linux_request_interrupt): Ditto.
2857 (linux_read_auxv): Ditto.
2858 (linux_xfer_siginfo): Ditto.
2859 (linux_qxfer_spu): Ditto.
2860 (linux_qxfer_libraries_svr4): Ditto.
2861 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
2862 moved to inferiors.h.
2863 (get_lwp): Delete.
2864 (get_thread_lwp): Update.
2865 (struct lwp_info): Delete member "entry". Simplify comment for
2866 member "thread".
2867 (all_lwps): Delete.
2868 * linux-mips-low.c (mips_read_description): Fetch lwpid from
2869 current_inferior directly.
2870 (update_watch_registers_callback): Update, "entry" parameter is a
2871 struct thread_info * now. Fetch pid from thread.
2872 (mips_linux_prepare_to_resume): Fetch ptid from thread.
2873 (mips_insert_point): Fetch lwpid from current_inferior.
2874 Pass &all_threads to find_inferior, not &all_lwps.
2875 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
2876 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
2877 directly.
2878 (mips_stopped_data_address): Ditto.
2879 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
2880 directly.
2881 * linux-tile-low.c (tile_arch_setup): Ditto.
2882 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
2883 (update_debug_registers_callback): Update, "entry" parameter is a
2884 struct thread_info * now. Fetch pid from thread.
2885 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
2886 Pass &all_threads to find_inferior, not &all_lwps.
2887 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
2888 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
2889 Pass &all_threads to find_inferior, not &all_lwps.
2890 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
2891 (i386_dr_low_get_status): Ditto.
2892 (x86_linux_prepare_to_resume): Fetch ptid from thread.
2893 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
2894 (x86_linux_read_description): Ditto.
2895 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
2896
3b8361aa
DE
28972014-02-20 Doug Evans <dje@google.com>
2898
2899 * inferiors.c (get_first_inferior): Fix buglet.
2900
f7667f0d
DE
29012014-02-19 Doug Evans <dje@google.com>
2902
2903 * gdbthread.h (add_thread): Change result type to struct thread_info *.
2904 * inferiors.c (add_thread): Change result type to struct thread_info *.
2905 All callers updated.
2906 (add_lwp): Call add_thread here instead of in callers.
2907 All callers updated.
2908 * linux-low.h (get_lwp_thread): Rewrite.
2909 (struct lwp_info): New member "thread".
2910
b3312d80
DE
29112014-02-19 Doug Evans <dje@google.com>
2912
2913 * linux-low.c (add_lwp): Change result to struct lwp_info *.
2914 All callers updated.
2915
ecc6f45c
DE
29162014-02-19 Doug Evans <dje@google.com>
2917
2918 * inferiors.c (add_thread): Fix whitespace.
2919
649ebbca
DE
29202014-02-19 Doug Evans <dje@google.com>
2921
2922 * dll.c (clear_dlls): Replace accessing list implemention details
2923 with API function.
2924 * gdbthread.h (get_first_thread): Declare.
2925 * inferiors.c (for_each_inferior_with_data): New function.
2926 (get_first_thread): New function.
2927 (find_thread_ptid): Simplify.
2928 (get_first_inferior): New function.
2929 (clear_list): Delete.
2930 (one_inferior_p): New function.
2931 (clear_inferior_list): New function.
2932 (clear_inferiors): Update.
2933 * inferiors.h (for_each_inferior_with_data): Declare.
2934 (clear_inferior_list): Declare.
2935 (one_inferior_p): Declare.
2936 (get_first_inferior): Declare.
2937 * linux-low.c (linux_wait_for_event): Replace accessing list
2938 implemention details with API function.
2939 * server.c (target_running): Ditto.
2940 (accumulate_file_name_length): New function.
2941 (emit_dll_description): New function.
2942 (handle_qxfer_libraries): Replace accessing list implemention
2943 details with API function.
2944 (handle_qxfer_threads_worker): New function.
2945 (handle_qxfer_threads_proper): Replace accessing list implemention
2946 details with API function.
2947 (handle_query): Ditto.
2948 (visit_actioned_threads_callback_ftype): New typedef.
2949 (visit_actioned_threads_data): New struct.
2950 (visit_actioned_threads): Rewrite to be find_inferior callback.
2951 (resume): Call find_inferior.
2952 (handle_status): Replace accessing list implemention
2953 details with API function.
2954 (process_serial_event): Replace accessing list implemention details
2955 with API function.
2956 * target.c (set_desired_inferior): Replace accessing list implemention
2957 details with API function.
2958 * tracepoint.c (same_process_p): New function.
2959 (gdb_agent_about_to_close): Replace accessing list implemention
2960 details with API function.
2961 * win32-low.c (child_delete_thread): Replace accessing list
2962 implemention details with API function.
2963 (match_dll_by_basename): New function.
2964 (dll_is_loaded_by_basename): New function.
2965 (win32_ensure_ntdll_loaded): Replace accessing list implemention
2966 details call to dll_is_loaded_by_basename.
2967
80894984
DE
29682014-02-19 Doug Evans <dje@google.com>
2969
2970 * dll.h (struct dll_info): Add comment.
2971 * gdbthread.h (struct thread_info): Add comment.
2972 (current_ptid): Simplify.
2973 * inferiors.c (add_process): Update.
2974 (remove_process): Update.
2975 * inferiors.h (struct process_info): Rename member "head" to "entry".
2976 * linux-low.c (delete_lwp): Update.
2977 (add_lwp): Update.
2978 (last_thread_of_process_p): Update.
2979 (kill_one_lwp_callback, linux_kill): Update.
2980 (status_pending_p_callback): Update.
2981 (wait_for_sigstop): Update. Simplify read of ptid.
2982 (start_step_over): Update.
2983 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
2984 (get_lwp_thread): Update.
2985 (struct lwp_info): Rename member "head" to "entry".
2986 * regcache.h (inferior_list_entry): Delete.
2987 * server.c (kill_inferior_callback): Update.
2988 (detach_or_kill_inferior_callback): Update.
2989 (print_started_pid): Update.
2990 (print_attached_pid): Update.
2991 (process_serial_event): Simplify read of ptid.
2992 * thread-db.c (thread_db_create_event): Update.
2993 (thread_db_get_tls_address): Update.
2994 * win32-low.c (current_inferior_ptid): Simplify.
2995
46917d26
TT
29962014-02-19 Tom Tromey <tromey@redhat.com>
2997
2998 * target.h (struct target_ops) <supports_btrace>: Add target_ops
2999 argument.
3000 (target_supports_btrace): Update.
3001
0759a81e
YQ
30022014-02-14 Yao Qi <yao@codesourcery.com>
3003
3004 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
3005 (rsp-low-ipa.o): New target.
3006
a7191e8b
TT
30072014-02-12 Tom Tromey <tromey@redhat.com>
3008
3009 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
3010 convert_ascii_to_int.
3011 * regcache.c (registers_to_string): Likewise.
3012 * remote-utils.c (decode_M_packet): Likewise.
3013 * server.c (process_serial_event): Likewise.
3014
ff0e980e
TT
30152014-02-12 Tom Tromey <tromey@redhat.com>
3016
3017 * server.c (handle_query, handle_v_run): Use hex2bin, not
3018 unhexify.
3019 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
3020
e9371aff
TT
30212014-02-12 Tom Tromey <tromey@redhat.com>
3022
3023 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
3024 convert_int_to_ascii.
3025 * regcache.c (registers_to_string, collect_register_as_string):
3026 Likewise.
3027 * remote-utils.c (look_up_one_symbol, relocate_instruction):
3028 Likewise.
3029 * server.c (process_serial_event): Likewise.
3030 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
3031 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
3032
971dc0b8
TT
30332014-02-12 Tom Tromey <tromey@redhat.com>
3034
3035 * remote-utils.c (look_up_one_symbol, monitor_output): Use
3036 bin2hex, not hexify.
3037 * tracepoint.c (cmd_qtstatus): Likewise.
3038
0a822afb
TT
30392014-02-12 Tom Tromey <tromey@redhat.com>
3040
3041 * remote-utils.c (monitor_output): Pass explicit length to
3042 hexify.
3043
9c3d6531
TT
30442014-02-12 Tom Tromey <tromey@redhat.com>
3045
3046 * tracepoint.c: Include rsp-low.h.
3047 * server.c: Include rsp-low.h.
3048 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
3049 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
3050 declare.
3051 * remote-utils.c: Include rsp-low.h.
3052 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
3053 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
3054 (convert_int_to_ascii, convert_ascii_to_int): Move to
3055 common/rsp-low.c.
3056 * regcache.c: Include rsp-low.h.
3057 * ax.c: Include rsp-low.h.
3058 * Makefile.in (SFILES): Add common/rsp-low.c.
3059 (OBS): Add rsp-low.o.
3060 (rsp-low.o): New target.
3061
01fd3ea5
TT
30622014-02-12 Tom Tromey <tromey@redhat.com>
3063
3064 * utils.h (pulongest, plongest, phex_nz): Don't declare.
3065 Include print-utils.h.
3066 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
3067 (plongest, thirty_two, phex_nz): Remove.
3068 * Makefile.in (SFILES): Add common/print-utils.c.
3069 (OBS): Add print-utils.o.
3070 (print-utils-ipa.o): New target.
3071 (print-utils.o): New target.
3072 (IPA_OBJS): Add print-utils-ipa.o.
3073
e99dc820
TT
30742014-02-06 Tom Tromey <tromey@redhat.com>
3075
3076 * Makefile.in (SFILES): Fix indentation.
3077
ee1e2d4f
DE
30782014-02-05 Doug Evans <dje@google.com>
3079
3080 * linux-low.c (linux_wait_for_event): Improve comment.
3081 (linux_wait_1): Keep current_inferior in sync with event_child.
3082
f5a02773
DE
30832014-01-22 Doug Evans <dje@google.com>
3084
3085 * gdbthread.h (gdb_id_to_thread): Delete, unused.
3086
87ce2a04
DE
30872014-01-22 Doug Evans <dje@google.com>
3088
3089 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
3090 * configure: Regenerate.
3091 * config.in: Regenerate.
3092 * Makefile.in (SFILES): Add debug.c.
3093 (OBS): Add debug.o.
3094 * debug.c: New file.
3095 * debug.h: New file.
3096 * linux-aarch64-low.c (*): Update all debugging printfs to use
3097 debug_printf instead of fprintf.
3098 * linux-arm-low.c (*): Ditto.
3099 * linux-cris-low.c (*): Ditto.
3100 * linux-crisv32-low.c (*): Ditto.
3101 * linux-m32r-low.c (*): Ditto.
3102 * linux-sparc-low.c (*): Ditto.
3103 * linux-x86.c (*): Ditto.
3104 * linux-low.c (*): Ditto.
3105 (linux_wait_1): Add calls to debug_enter, debug_exit.
3106 (linux_wait): Remove redundant debugging printf.
3107 (stop_all_lwps): Add calls to debug_enter, debug_exit.
3108 (linux_resume, unstop_all_lwps): Ditto.
3109 * mem-break.c (*): Update all debugging printfs to use
3110 debug_printf instead of fprintf.
3111 * remote-utils.c (*): Ditto.
3112 * thread-db.c (*): Ditto.
3113 * server.c #include <ctype.h>, "gdb_vecs.h".
3114 (debug_threads): Moved to debug.c.
3115 (*): Update all debugging printfs to use debug_printf instead of
3116 fprintf.
3117 (start_inferior): Replace call to fflush with call to debug_flush.
3118 (monitor_show_help): Mention set debug-format.
3119 (parse_debug_format_options): New function.
3120 (handle_monitor_command): Handle "monitor set debug-format".
3121 (gdbserver_usage): Mention --debug-format.
3122 (main): Parse --debug-format.
3123 * server.h (debug_threads): Declaration moved to debug.h.
3124 #include "debug.h".
3125 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
3126 trace_debug_1 that uses debug_printf.
3127 (tracepoint_look_up_symbols): Update all debugging printfs to use
3128 debug_printf instead of fprintf.
3129
e671835b
BS
31302014-01-20 Baruch Siach <baruch@tkos.co.il>
3131
3132 * linux-xtensa-low.c: Include asm/ptrace.h instead of
3133 sys/ptrace.h.
3134
b5737fa9
PA
31352014-01-17 Pedro Alves <palves@redhat.com>
3136
ea38d2a9 3137 PR build/16445
c7faa97a
PA
3138 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
3139 defined after including gdb_proc_service.h.
b5737fa9 3140
40ed484e
DE
31412014-01-16 Doug Evans <dje@google.com>
3142
3143 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
3144 (match_dll): Use it.
3145
969c39fb
MM
31462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
3147
3148 * target.h (target_ops) <read_btrace>: Change parameters and
3149 return type to allow error reporting.
3150 * server.c (handle_qxfer_btrace): Support delta reads. Pass
3151 trace reading errors on.
3152 * linux-low.c (linux_low_read_btrace): Pass trace reading
3153 errors on.
3154 (linux_low_disable_btrace): New.
3155
ab7f45ba
DE
31562014-01-15 Doug Evans <dje@google.com>
3157
3158 * inferiors.c (thread_id_to_gdb_id): Delete.
3159 * inferiors.h (thread_id_to_gdb_id): Delete.
3160
66af0f44
EZ
31612014-01-13 Eli Zaretskii <eliz@gnu.org>
3162
3163 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
3164 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
3165 versions.
3166
9939e131
PA
31672014-01-08 Pedro Alves <palves@redhat.com>
3168
3169 * server.c (handle_status): Don't discard previous queued stop
3170 replies or thread's pending status here.
3171 (main) <disconnection>: Do it here instead.
3172
b7ea362b
PA
31732014-01-08 Pedro Alves <palves@redhat.com>
3174
3175 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
3176 * server.c (visit_actioned_threads, handle_pending_status): New
3177 function.
3178 (handle_v_cont): Factor out parts to ...
3179 (resume): ... this new function. If in all-stop, and a thread
3180 being resumed has a pending status, report it without actually
3181 resuming.
3182 (myresume): Adjust to use the new 'resume' function.
3183 (clear_pending_status_callback, set_pending_status_callback)
3184 (find_status_pending_thread_callback): New functions.
3185 (handle_status): Handle the case of multiple threads having
3186 interesting statuses to report. Report threads' real last signal
3187 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
3188 with an interesting thread to report the status for, instead of
3189 always reporting the status of the first thread.
3190
28498c42
JB
31912014-01-01 Joel Brobecker <brobecker@adacore.com>
3192
3193 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
3194 * gdbreplay.c (gdbreplay_version): Likewise.
3195
f45c82da
YZ
31962013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
3197
3198 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
3199 iov.iov_len with the real length in use.
3200
379a5e2d
JB
32012013-12-13 Joel Brobecker <brobecker@adacore.com>
3202
3203 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
3204 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
3205 for all targets that use win32-low.c.
3206 * win32-low.c (win32_ensure_ntdll_loaded): New function.
3207 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
3208
4210d83e
PA
32092013-12-13 Pedro Alves <palves@redhat.com>
3210
3211 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
3212 if equal to TARGET_WAITKIND_LOADED.
3213 * win32-low.c (cached_status): New static global.
3214 (win32_wait): Add declaration.
3215 (do_initial_child_stuff): Flush all initial pending debug events
3216 up to the initial breakpoint.
3217 (win32_wait): If CACHED_STATUS was set, return that instead
3218 of doing a real wait. Remove the code resuming the execution
3219 of the inferior after receiving a TARGET_WAITKIND_LOADED event
3220 during the initial phase. Also remove the code changing
3221 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
3222 TARGET_WAITKIND_STOPPED.
3223
e7f0d979
YQ
32242013-12-11 Yao Qi <yao@codesourcery.com>
3225
3226 * notif.c (handle_notif_ack): Return 0 if no notification
3227 matches.
3228
ebcf782c
DE
32292013-11-20 Doug Evans <dje@google.com>
3230
3231 * linux-low.c (linux_set_resume_request): Fix comment.
3232
20ad9378
DE
32332013-11-20 Doug Evans <dje@google.com>
3234
3235 * linux-low.c (resume_status_pending_p): Tweak comment.
3236
a196ebeb
WT
32372013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
3238
3239 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
3240 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
3241 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
3242 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
3243 (srv_amd64_regobj): Add amd64-mpx.o.
3244 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
3245 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
3246 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
3247 * i387-fp.c (num_pl_bnd_register) Added constant.
3248 (num_pl_bnd_cfg_registers) Added constant.
3249 (struct i387_xsave) Added reserved area and MPX fields.
3250 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
3251 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
3252 function.
3253 (tdesc_i386_mpx_linux): Add MPX amd64 target.
3254 (init_registers_amd64_mpx_linux): Declare new function.
3255 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
3256 (x86_64_regmap): Add MPX registers.
3257 (x86_linux_read_description): Add MPX case.
3258 (initialize_low_arch): Initialize MPX targets.
3259
0080a2f6
TT
32602013-11-18 Tom Tromey <tromey@redhat.com>
3261
3262 * configure: Rebuild.
3263 * configure.ac: Don't check for stdlib.h.
3264 * gdbreplay.c: Unconditionally include stdlib.h.
3265
2978b111
TT
32662013-11-18 Tom Tromey <tromey@redhat.com>
3267
3268 * config.in: Rebuild.
3269 * configure: Rebuild.
3270 * configure.ac: Don't use AC_HEADER_DIRENT.
3271
a3d08894
TT
32722013-11-18 Tom Tromey <tromey@redhat.com>
3273
3274 * server.h: Don't check HAVE_STRING_H.
3275 * gdbreplay.c: Don't check HAVE_STRING_H.
3276 * configure: Rebuild.
3277
0a5dd17d
TT
32782013-11-18 Tom Tromey <tromey@redhat.com>
3279
3280 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
3281 LIBGNU.
3282
1bd2f0ba
TT
32832013-11-08 Tom Tromey <tromey@redhat.com>
3284
3285 * configure, config.in: Rebuild.
3286 * configure.ac: Remove unused configury.
3287
3266f10b
TT
32882013-11-08 Tom Tromey <tromey@redhat.com>
3289
3290 * acinclude.m4: Include common.m4, codeset.m4.
3291 * configure, config.in: Rebuild.
3292 * configure.ac: Use GDB_AC_COMMON.
3293
6682d959
AA
32942013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
3295
3296 * linux-s390-low.c (HWCAP_S390_TE): New define.
3297 (s390_arch_setup): Consider the TE field in the HWCAP for
3298 determining 'have_regset_tdb'.
3299
fd0a4d76
SDJ
33002013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
3301
3302 PR gdb/16014
3303 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
3304 call to sizeof.
3305
1a3d890b
PA
33062013-10-02 Pedro Alves <palves@redhat.com>
3307
3308 * server.c (process_serial_event): Don't output "GDBserver
3309 exiting" if GDB is connected through stdio.
3310 * target.c (mywait): Likewise, be silent if GDB is connected
3311 through stdio.
3312
97ad4581
JB
33132013-10-01 Joel Brobecker <brobecker@adacore.com>
3314
3315 * lynx-low.c (lynx_add_threads_after_attach): New function.
3316 (lynx_attach): Remove call to add_thread. Add call to
3317 lynx_add_threads_after_attach instead.
3318
5b4e221c
MF
33192013-09-28 Mike Frysinger <vapier@gentoo.org>
3320
3321 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
3322 * config.in, configure: Regenerated.
3323
ee47b2f8
YQ
33242013-09-18 Yao Qi <yao@codesourcery.com>
3325
3326 PR server/15959
3327 * server.c (start_inferior): Clear 'resume_info'.
3328
d6707650 33292013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3330
d6707650
JW
3331 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
3332 for each register.
3333
9243dd0e 33342013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 3335
9243dd0e
JW
3336 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
3337 linux-tile-low.o to srv_tgtobj.
3338
c623a6ef
WN
33392013-09-16 Will Newton <will.newton@linaro.org>
3340
3341 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
3342 out regs.
3343
fb71d39e
PA
33442013-09-06 Pedro Alves <palves@redhat.com>
3345
3346 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
3347 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
3348 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
3349 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
3350 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
3351 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
3352
8e7e9910
PA
33532013-09-06 Pedro Alves <palves@redhat.com>
3354
3355 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
3356 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
3357
7c3a12ca
PA
33582013-09-06 Pedro Alves <palves@redhat.com>
3359
3360 * linux-amd64-ipa.c: Include tracepoint.h.
3361 * linux-i386-ipa.c: Include tracepoint.h.
3362
8eb3d7b6
RW
33632013-09-06 Ricard Wanderlof <ricardw@axis.com>
3364
3365 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
3366 (ps_get_thread_area): New function.
3367
eddddb9d
RW
33682013-09-06 Ricard Wanderlof <ricardw@axis.com>
3369
3370 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
3371 (initialize_low_arch): Call init_registers_crisv32 rather than
3372 init_register_crisv32.
3373
533b0600
PA
33742013-09-05 Pedro Alves <palves@redhat.com>
3375
3376 * server.h (handle_vFile, hostio_last_error_from_errno): Move
3377 to ...
3378 * hostio.h: ... this new file.
3379 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
3380 win32-low.c: Include hostio.h.
3381
0ce3d3b5
PA
33822013-09-05 Pedro Alves <palves@redhat.com>
3383
3384 * server.h (gdb_client_data, handler_func, callback_handler_func)
3385 (delete_file_handler, add_file_handler, append_callback_event)
3386 (delete_callback_event, start_event_loop, initialize_event_loop):
3387 Move to event-loop.h and include it.
3388 * event-loop.h: New file.
3389
799cdc37
PA
33902013-09-05 Pedro Alves <palves@redhat.com>
3391
3392 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
3393 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
3394 (loaded_dll, unloaded_dll): Move to ...
3395 * dll.h: ... this new file.
3396 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
3397
6a6bbd9d
PA
33982013-09-05 Pedro Alves <palves@redhat.com>
3399
3400 * server.h (current_process, get_thread_process, all_processes)
3401 (add_inferior_to_list, for_each_inferior, current_inferior)
3402 (remove_inferior, add_process, remove_process, find_process_pid)
3403 (have_started_inferiors_p, have_attached_inferiors_p)
3404 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
3405 (clear_inferiors, find_inferior, find_inferior_id)
3406 (inferior_target_data, set_inferior_target_data)
3407 (inferior_regcache_data, set_inferior_regcache_data): Move to
3408 inferiors.h, and include it.
3409 * inferiors.h: New file.
3410
f699aaba
PA
34112013-09-05 Pedro Alves <palves@redhat.com>
3412
3413 * server.h (struct emit_ops, current_insn_ptr, emit_error):
3414 Move ...
72f4393d 3415 * ax.h: ... here.
f699aaba 3416
c144c7a0
PA
34172013-09-05 Pedro Alves <palves@redhat.com>
3418
3419 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
3420 tracepoint.h.
3421 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
3422 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
3423 (handle_tracepoint_general_set, handle_tracepoint_query)
3424 (tracepoint_finished_step, tracepoint_was_hit)
3425 (release_while_stepping_state_list, current_traceframe)
3426 (in_readonly_region, traceframe_read_mem)
3427 (fetch_traceframe_registers, traceframe_read_sdata)
3428 (traceframe_read_info, struct fast_tpoint_collect_status)
3429 (fast_tracepoint_collecting, force_unlock_trace_buffer)
3430 (handle_tracepoit_bkpts, initialize_low_tracepoint)
3431 (supply_fast_tracepoint_registers)
3432 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
3433 (ipa_tdesc, claim_trampoline_space)
3434 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
3435 (agent_mem_read, agent_get_trace_state_variable_value)
3436 (agent_set_trace_state_variable_value, agent_tsv_read)
3437 (agent_mem_read_string, get_raw_reg_func_addr)
3438 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
3439 * tracepoint.h: ... this new file.
3440
ff42e6ab
PA
34412013-09-05 Pedro Alves <palves@redhat.com>
3442
3443 * server.h (perror_with_name, error, fatal, warning, paddress)
3444 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
3445 include it.
3446 * utils.h: New file.
3447
541af0f4
PA
34482013-09-05 Pedro Alves <palves@redhat.com>
3449
3450 * server.h (remote_debug, noack_mode, transport_is_reliable)
3451 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
3452 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
3453 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
3454 (write_enn, initialize_async_io, enable_async_io)
3455 (disable_async_io, check_remote_input_interrupt_request)
3456 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
3457 (dead_thread_notify, prepare_resume_reply)
3458 (decode_address_to_semicolon, decode_address, decode_m_packet)
3459 (decode_M_packet, decode_X_packet, decode_xfer_write)
3460 (decode_search_memory_packet, unhexify, hexify)
3461 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
3462 (look_up_one_symbol, relocate_instruction)
3463 (monitor_output): Move to remote-utils.h, and include it.
3464 * remote-utils.h: New file.
3465
eebdf26b
PA
34662013-09-05 Pedro Alves <palves@redhat.com>
3467
3468 * server.h (_): Delete.
3469
3aafd2ff
PA
34702013-09-02 Pedro Alves <palves@redhat.com>
3471
3472 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
3473 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
3474 allocated.
3475 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
3476
cee83bcb
PM
34772013-09-02 Pierre Muller <muller@sourceware.org>
3478
3479 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
3480 or WriteProcessMemory complete successfully and handle
3481 ERROR_PARTIAL_COPY error.
3482
9a13b2fa
PA
34832013-09-02 Pedro Alves <palves@redhat.com>
3484
3485 * server.c (gdb_read_memory): Return -1 on traceframe memory read
3486 error instead of EIO.
3487
602e3198
JK
34882013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3489
3490 PR server/15604
3491 * linux-low.c: Include filestuff.h.
3492 (linux_create_inferior) <pid == 0>: Call close_most_fds.
3493 * lynx-low.c: Include filestuff.h.
3494 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
3495 * server.c: Include filestuff.h.
3496 (main): Call notice_open_fds.
3497 * spu-low.c: Include filestuff.h.
3498 (spu_create_inferior) <pid == 0>: Call close_most_fds.
3499
96d7229d
LM
35002013-08-22 Luis Machado <lgustavo@codesourcery.com>
3501
3502 * Makefile.in: Explain why ../target and ../nat are not
3503 listed as include file search paths.
3504 (linux-waitpid.o): New object file rule.
3505 * configure.srv (srv_native_linux_obj): New variable.
3506 Replace all occurrences of linux native object files with
3507 $srv_native_linux_obj.
3508 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
3509 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
3510 (linux_enable_event_reporting): Remove declaration.
3511 (my_waitpid): Moved to common/linux-waitpid.c.
3512 (linux_wait_for_event): Pass ptid when calling
3513 linux_enable_event_reporting.
3514 (linux_supports_tracefork_flag): Remove.
3515 (linux_enable_event_reporting): Likewise.
3516 (linux_tracefork_grandchild): Remove.
3517 (STACK_SIZE): Moved to common/linux-ptrace.c.
3518 (linux_tracefork_child): Remove.
3519 (linux_test_for_tracefork): Remove.
3520 (linux_look_up_symbols): Call linux_supports_traceclone.
3521 (initialize_low): Remove call to linux_test_for_tracefork.
3522 * linux-low.h (PTRACE_TYPE_ARG3): Move to
3523 common/linux-ptrace.h.
3524 (PTRACE_TYPE_ARG4): Likewise.
3525 Include linux-ptrace.h.
3526
32940073
PA
35272013-08-21 Pedro Alves <palves@redhat.com>
3528
3529 * config.in: Renegerate.
3530
33b60d58 35312013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 3532
33b60d58
LM
3533 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
3534 (SFILES): Remove $(srcdir)/common/target-common.c and
3535 add $(srcdir)/target/waitstatus.c.
3536 (OBS): Remove target-common.o and add waitstatus.o.
3537 (server_h): Remove $(srcdir)/../common/target-common.h and
3538 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
3539 and $(srcdir)/../target/waitstatus.h.
3540 (target-common.o): Remove.
3541 (waitstatus.o): New target object file.
3542 * target.h: Do not include target-common.h and
3543 include target/resume.h, target/wait.h and
3544 target/waitstatus.h.
3545
b8e1b30e
LM
35462013-08-13 Luis Machado <lgustavo@codesourcery.com>
3547
3548 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3549 to PTRACE_TYPE_ARG3.
3550 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
3551 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
3552 PTRACE_TYPE_ARG4.
3553 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
3554 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
3555
7a60ad40
YQ
35562013-07-27 Jie Zhang <jie@codesourcery.com>
3557 Daniel Jacobowitz <dan@codesourcery.com>
3558 Yao Qi <yao@codesourcery.com>
3559
3560 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
3561 (mips-linux-watch.o): New rule.
3562 (mips_linux_watch_h): New variable.
3563 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
3564 srv_tgtobj.
3565 * linux-mips-low.c: Include mips-linux-watch.h.
3566 (struct arch_process_info, struct arch_lwp_info): New.
3567 (update_watch_registers_callback): New function.
3568 (mips_linux_new_process, mips_linux_new_thread) New functions.
3569 (mips_linux_prepare_to_resume, mips_insert_point): New
3570 functions.
3571 (mips_remove_point, mips_stopped_by_watchpoint): New
3572 functions.
3573 (rsp_bp_type_to_target_hw_bp_type): New function.
3574 (mips_stopped_data_address): New function.
3575 (the_low_target): Add watchpoint support functions.
3576
de6f69ad
YQ
35772013-07-27 Yao Qi <yao@codesourcery.com>
3578
3579 * i386-low.c: Include break-common.h.
3580 (enum target_hw_bp_type): Remove.
3581
3360c0bf
LM
35822013-07-24 Luis Machado <lgustavo@codesourcery.com>
3583
3584 * Makefile.in (SFILES): /common/target-common.c.
3585 (OBS): Add target-common.o.
3586 (server_h): Add $(srcdir)/../common/target-common.h.
3587 (target-common.o): New target.
3588 * server.c (queue_stop_reply_callback): Free
3589 status string after use.
3590 * target.c (target_waitstatus_to_string): Remove.
3591 * target.h: Include target-common.h.
3592 (resume_kind): Likewise.
3593 (target_waitkind): Likewise.
3594 (target_waitstatus): Likewise.
3595 (TARGET_WNOHANG): Likewise.
3596
bd885420
YQ
35972013-07-04 Yao Qi <yao@codesourcery.com>
3598
3599 * Makefile.in (host_alias): Use @host_noncanonical@.
3600 (target_alias): Use @target_noncanonical@.
3601 * configure.ac: Use ACX_NONCANONICAL_TARGET and
3602 ACX_NONCANONICAL_HOST.
3603 * configure: Regenerated.
3604
3605 Revert:
3606 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3607
3608 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3609 * configure: Rebuild.
3610 * Makefile.in (version_host, version_target): Get from configure.
3611 (version.c): Use $(version_host) and $(version_target).
3612
17ef446e
PA
36132013-07-03 Pedro Alves <palves@redhat.com>
3614
3615 * Makefile.in (config.status): Depend on development.sh.
3616 * acinclude.m4: Include libmcheck.m4.
3617 * configure: Regenerate.
3618
7a9a7487
MG
36192013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3620
3621 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
3622 attribute inside the parentheses.
3623 (winapi_DebugSetProcessKillOnExit): Ditto.
3624 (winapi_DebugBreakProcess): Ditto.
3625 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 3626
49b64de6
MG
36272013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
3628
3629 * notif.h (notif_event): Add a dummy member to avoid compiler
3630 errors.
3631
d5749ee7
PA
36322013-07-01 Pedro Alves <palves@redhat.com>
3633
3634 * hostio.c (HOSTIO_PATH_MAX): Define.
3635 (require_filename, handle_open, handle_unlink, handle_readlink):
3636 Use it.
3637
d8d2a3ee
PA
36382013-07-01 Pedro Alves <palves@redhat.com>
3639
3640 * server.h: Include "pathmax.h".
3641 * linux-low.c: Don't include sys/param.h.
3642 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
3643 MAXPATHLEN.
3644 * win32-low.c: Don't include sys/param.h.
3645 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
3646
bc7dea8d
PA
36472013-07-01 Pedro Alves <palves@redhat.com>
3648
3649 * event-loop.c: Don't check HAVE_UNISTD_H before including
3650 <unistd.h>.
3651 * gdbreplay.c: Likewise.
3652 * remote-utils.c: Likewise.
3653 * server.c: Likewise.
3654 * configure.ac: Don't check for unistd.h.
3655 * configure: Regenerate.
3656
d6c2da54
TT
36572013-06-28 Tom Tromey <tromey@redhat.com>
3658
3659 * Makefile.in (version.c): Use version.in, not
3660 common/version.in.
3661
257b6bec
MG
36622013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
3663
3664 * configure.ac (version_host, version_target): Set and AC_SUBST them.
3665 * configure: Rebuild.
3666 * Makefile.in (version_host, version_target): Get from configure.
3667 (version.c): Use $(version_host) and $(version_target).
3668
86ebe149
DK
36692013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3670
3671 Fix trace-status to output user name without trailing colon.
3672 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
3673
f30aa5af
DK
36742013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
3675
3676 Fix trace-status to output proper start-time and stop-time.
3677 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
3678 output start time and stop time in hex as gdb expects.
3679
28a93511
YQ
36802013-06-26 Pedro Alves <pedro@codesourcery.com>
3681
3682 * tracepoint.c (build_traceframe_info_xml): Output trace state
3683 variables present in the trace buffer.
3684
01208463
TT
36852013-06-24 Tom Tromey <tromey@redhat.com>
3686
3687 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3688 create-version.sh.
3689 (version.o): Remove.
3690 * gdbreplay.c: Include version.h.
3691 (version, host_name): Don't declare.
3692 * server.h: Include version.h.
3693 (version, host_name): Don't declare.
3694
760256f9
PA
36952013-06-12 Pedro Alves <palves@redhat.com>
3696
3697 * linux-x86-low.c (linux_is_elf64): Delete global.
3698 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
3699 with local linux_pid_exe_is_elf_64_file use.
3700
030031ee
PA
37012013-06-11 Pedro Alves <palves@redhat.com>
3702
3703 * linux-low.c (regset_disabled, disable_regset): New functions.
3704 (regsets_fetch_inferior_registers)
3705 (regsets_store_inferior_registers): Use them.
3706 (initialize_regsets_info); Don't allocate the disabled_regsets
3707 array here.
3708 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
3709 comment.
3710
5da6eb0a
PA
37112013-06-11 Pedro Alves <palves@redhat.com>
3712
3713 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
3714 xmalloc.
3715
7e5aaa09
PA
37162013-06-11 Pedro Alves <palves@redhat.com>
3717
3718 * linux-x86-low.c (initialize_low_arch): Call
3719 init_registers_x32_avx_linux.
3720
d878444c
JK
37212013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3722
3723 Fix compatibility with Android Bionic.
3724 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
3725 it is not empty.
3726
3aee8918
PA
37272013-06-07 Pedro Alves <palves@redhat.com>
3728
5f2b57b5 3729 PR server/14823
3aee8918
PA
3730 * Makefile.in (OBS): Add tdesc.o.
3731 (IPA_OBJS): Add tdesc-ipa.o.
3732 (tdesc-ipa.o): New rule.
3733 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
3734 interface.
3735 * linux-low.c (new_inferior): Delete.
3736 (disabled_regsets, num_regsets): Delete.
3737 (linux_add_process): Adjust to set the new per-process
3738 new_inferior flag.
3739 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
3740 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
3741 was a stop. When calling arch_setup, switch the current inferior
3742 to the thread that got an event.
3743 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
3744 (regsets_fetch_inferior_registers)
3745 (regsets_store_inferior_registers): New regsets_info parameter.
3746 Adjust to use it.
3747 (linux_register_in_regsets): New regs_info parameter. Adjust to
3748 use it.
3749 (register_addr, fetch_register, store_register): New usrregs_info
3750 parameter. Adjust to use it.
3751 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
3752 parameter regs_info. Adjust to use it.
3753 (linux_fetch_registers): Get the current inferior's regs_info, and
3754 adjust to use it.
3755 (linux_store_registers): Ditto.
3756 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
3757 (initialize_low): Don't initialize the target_regsets here. Call
3758 initialize_low_arch.
3759 * linux-low.h (target_regsets): Delete declaration.
3760 (struct regsets_info): New.
3761 (struct usrregs_info): New.
3762 (struct regs_info): New.
3763 (struct process_info_private) <new_inferior>: New field.
3764 (struct linux_target_ops): Delete the num_regs, regmap, and
3765 regset_bitmap fields. New field regs_info.
3766 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
3767 * i387-fp.c (num_xmm_registers): Delete.
3768 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
3769 calls to new interface.
3770 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
3771 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
3772 Infer the number of xmm registers from the regcache's target
3773 description.
3774 * i387-fp.h (num_xmm_registers): Delete.
3775 * inferiors.c (add_thread): Don't install the thread's regcache
3776 here.
3777 * proc-service.c (gregset_info): Fetch the current inferior's
3778 regs_info. Adjust to use it.
3779 * regcache.c: Include tdesc.h.
3780 (register_bytes, reg_defs, num_registers)
3781 (gdbserver_expedite_regs): Delete.
3782 (get_thread_regcache): If the thread doesn't have a regcache yet,
3783 create one, instead of aborting gdbserver.
3784 (regcache_invalidate_one): Rename to ...
3785 (regcache_invalidate_thread): ... this.
3786 (regcache_invalidate_one): New.
3787 (regcache_invalidate): Only invalidate registers of the current
3788 process.
3789 (init_register_cache): Add target_desc parameter, and use it.
3790 (new_register_cache): Ditto. Assert the target description has a
3791 non zero registers_size.
3792 (regcache_cpy): Add assertions. Adjust.
3793 (realloc_register_cache, set_register_cache): Delete.
3794 (registers_to_string, registers_from_string): Adjust.
3795 (find_register_by_name, find_regno, find_register_by_number)
3796 (register_cache_size): Add target_desc parameter, and use it.
3797 (free_register_cache_thread, free_register_cache_thread_one)
3798 (regcache_release, register_cache_size): New.
3799 (register_size): Add target_desc parameter, and use it.
3800 (register_data, supply_register, supply_register_zeroed)
3801 (supply_regblock, supply_register_by_name, collect_register)
3802 (collect_register_as_string, collect_register_by_name): Adjust.
3803 * regcache.h (struct target_desc): Forward declare.
3804 (struct regcache) <tdesc>: New field.
3805 (init_register_cache, new_register_cache): Add target_desc
3806 parameter.
3807 (regcache_invalidate_thread): Declare.
3808 (regcache_invalidate_one): Delete declaration.
3809 (regcache_release): Declare.
3810 (find_register_by_number, register_cache_size, register_size)
3811 (find_regno): Add target_desc parameter.
3812 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
3813 declarations.
3814 * remote-utils.c: Include tdesc.h.
3815 (outreg, prepare_resume_reply): Adjust.
3816 * server.c: Include tdesc.h.
3817 (gdbserver_xmltarget): Delete declaration.
3818 (get_features_xml, process_serial_event): Adjust.
3819 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
3820 declare.
3821 (struct process_info) <tdesc>: New field.
3822 (ipa_tdesc): Declare.
3823 * tdesc.c: New file.
3824 * tdesc.h: New file.
3825 * tracepoint.c: Include tdesc.h.
3826 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
3827 (get_context_regcache): Adjust to pass ipa_tdesc down.
3828 (do_action_at_tracepoint): Adjust to get the register cache size
3829 from the context regcache's description.
3830 (traceframe_walk_blocks): Adjust to get the register cache size
3831 from the current trace frame's description.
3832 (traceframe_get_pc): Adjust to get current trace frame's
3833 description and pass it down.
3834 (gdb_collect): Adjust to get the register cache size from the
3835 IPA's description.
3836 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
3837 (gdbserver_xmltarget): Delete.
3838 (initialize_low_tracepoint): Set the ipa's target description.
3839 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
3840 (initialize_low_tracepoint): Set the ipa's target description.
3841 * linux-x86-low.c: Include tdesc.h.
3842 [__x86_64__] (is_64bit_tdesc): New.
3843 (ps_get_thread_area, x86_get_thread_area): Use it.
3844 (i386_cannot_store_register): Rename to ...
3845 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
3846 (i386_cannot_fetch_register): Rename to ...
3847 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
3848 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
3849 to new interface.
3850 (target_regsets): Rename to ...
3851 (x86_regsets): ... this.
3852 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
3853 interface.
3854 (x86_siginfo_fixup): Use is_64bit_tdesc.
3855 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
3856 (tdesc_x32_avx_linux, tdesc_x32_linux)
3857 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
3858 Declare.
3859 (x86_linux_update_xmltarget): Delete.
3860 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
3861 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
3862 (AMD64_LINUX_USER64_CS): New.
3863 (x86_linux_read_description): New, based on
3864 x86_linux_update_xmltarget.
3865 (same_process_callback): New.
3866 (x86_arch_setup_process_callback): New.
3867 (x86_linux_update_xmltarget): New.
3868 (x86_regsets_info): New.
3869 (amd64_linux_regs_info): New.
3870 (i386_linux_usrregs_info): New.
3871 (i386_linux_regs_info): New.
3872 (x86_linux_regs_info): New.
3873 (x86_arch_setup): Reimplement.
3874 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
3875 (x86_emit_ops): Ditto.
3876 (the_low_target): Adjust. Install x86_linux_regs_info,
3877 x86_cannot_fetch_register, and x86_cannot_store_register.
3878 (initialize_low_arch): New.
3879 * linux-ia64-low.c (tdesc_ia64): Declare.
3880 (ia64_fetch_register): Adjust.
3881 (ia64_usrregs_info, regs_info): New globals.
3882 (ia64_regs_info): New function.
3883 (the_low_target): Adjust.
3884 (initialize_low_arch): New function.
3885 * linux-sparc-low.c (tdesc_sparc64): Declare.
3886 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
3887 Adjust.
3888 (sparc_arch_setup): New function.
3889 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
3890 (the_low_target): Adjust.
3891 (initialize_low_arch): New function.
3892 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
3893 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
3894 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
3895 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
3896 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
3897 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
3898 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
3899 (tdesc_powerpc_isa205_vsx64l): Declare.
3900 (ppc_cannot_store_register, ppc_collect_ptrace_register)
3901 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
3902 (ppc_set_pc, ppc_get_hwcap): Adjust.
3903 (ppc_usrregs_info): Forward declare.
3904 (!__powerpc64__) ppc_regmap_adjusted: New global.
3905 (ppc_arch_setup): Adjust to the current process'es target
3906 description.
3907 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
3908 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
3909 (ppc_store_evrregset): Adjust.
3910 (target_regsets): Rename to ...
3911 (ppc_regsets): ... this, and make static.
3912 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
3913 (ppc_regs_info): New function.
3914 (the_low_target): Adjust.
3915 (initialize_low_arch): New function.
3916 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
3917 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
3918 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
3919 (tdesc_s390x_linux64v2): Declare.
3920 (s390_collect_ptrace_register, s390_supply_ptrace_register)
3921 (s390_fill_gregset, s390_store_last_break): Adjust.
3922 (target_regsets): Rename to ...
3923 (s390_regsets): ... this, and make static.
3924 (s390_get_pc, s390_set_pc): Adjust.
3925 (s390_get_hwcap): New target_desc parameter, and use it.
3926 [__s390x__] (have_hwcap_s390_high_gprs): New global.
3927 (s390_arch_setup): Adjust to set the current process'es target
3928 description. Don't adjust the regmap.
3929 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
3930 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
3931 (regs_info_3264): New globals.
3932 (s390_regs_info): New function.
3933 (the_low_target): Adjust.
3934 (initialize_low_arch): New function.
3935 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
3936 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
3937 [__mips64] (init_registers_mips_linux)
3938 (init_registers_mips_dsp_linux): Delete defines.
3939 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
3940 (have_dsp): New global.
3941 (mips_read_description): New, based on mips_arch_setup.
3942 (mips_arch_setup): Reimplement.
3943 (get_usrregs_info): New function.
3944 (mips_cannot_fetch_register, mips_cannot_store_register)
3945 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
3946 (mips_fill_fpregset, mips_store_fpregset): Adjust.
3947 (target_regsets): Rename to ...
3948 (mips_regsets): ... this, and make static.
3949 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
3950 (dsp_regs_info, regs_info): New globals.
3951 (mips_regs_info): New function.
3952 (the_low_target): Adjust.
3953 (initialize_low_arch): New function.
3954 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
3955 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
3956 Declare.
3957 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
3958 (arm_read_description): New, with bits factored from
3959 arm_arch_setup.
3960 (arm_arch_setup): Reimplement.
3961 (target_regsets): Rename to ...
3962 (arm_regsets): ... this, and make static.
3963 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
3964 (arm_regs_info): New function.
3965 (the_low_target): Adjust.
3966 (initialize_low_arch): New function.
3967 * linux-m68k-low.c (tdesc_m68k): Declare.
3968 (target_regsets): Rename to ...
3969 (m68k_regsets): ... this, and make static.
3970 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
3971 (m68k_regs_info): New function.
3972 (m68k_arch_setup): New function.
3973 (the_low_target): Adjust.
3974 (initialize_low_arch): New function.
3975 * linux-sh-low.c (tdesc_sharch): Declare.
3976 (target_regsets): Rename to ...
3977 (sh_regsets): ... this, and make static.
3978 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
3979 (sh_regs_info, sh_arch_setup): New functions.
3980 (the_low_target): Adjust.
3981 (initialize_low_arch): New function.
3982 * linux-bfin-low.c (tdesc_bfin): Declare.
3983 (bfin_arch_setup): New function.
3984 (bfin_usrregs_info, regs_info): New globals.
3985 (bfin_regs_info): New function.
3986 (the_low_target): Adjust.
3987 (initialize_low_arch): New function.
3988 * linux-cris-low.c (tdesc_cris): Declare.
3989 (cris_arch_setup): New function.
3990 (cris_usrregs_info, regs_info): New globals.
3991 (cris_regs_info): New function.
3992 (the_low_target): Adjust.
3993 (initialize_low_arch): New function.
3994 * linux-cris-low.c (tdesc_crisv32): Declare.
3995 (cris_arch_setup): New function.
3996 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
3997 (cris_regs_info): New function.
3998 (the_low_target): Adjust.
3999 (initialize_low_arch): New function.
4000 * linux-m32r-low.c (tdesc_m32r): Declare.
4001 (m32r_arch_setup): New function.
4002 (m32r_usrregs_info, regs_info): New globals.
4003 (m32r_regs_info): Adjust.
4004 (initialize_low_arch): New function.
4005 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
4006 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
4007 (tic6x_usrregs_info): Forward declare.
4008 (tic6x_read_description): New function, based on ...
4009 (tic6x_arch_setup): ... this. Reimplement.
4010 (target_regsets): Rename to ...
4011 (tic6x_regsets): ... this, and make static.
4012 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
4013 (tic6x_regs_info): New function.
4014 (the_low_target): Adjust.
4015 (initialize_low_arch): New function.
4016 * linux-xtensa-low.c (tdesc_xtensa): Declare.
4017 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
4018 (target_regsets): Rename to ...
4019 (xtensa_regsets): ... this, and make static.
4020 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
4021 globals.
4022 (xtensa_arch_setup, xtensa_regs_info): New functions.
4023 (the_low_target): Adjust.
4024 (initialize_low_arch): New function.
4025 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
4026 (nios2_arch_setup): Set the current process'es tdesc.
4027 (target_regsets): Rename to ...
4028 (nios2_regsets): ... this.
4029 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
4030 (nios2_regs_info): New function.
4031 (the_low_target): Adjust.
4032 (initialize_low_arch): New function.
a261b8f5
PA
4033 * linux-aarch64-low.c (tdesc_aarch64): Declare.
4034 (aarch64_arch_setup): Set the current process'es tdesc.
4035 (target_regsets): Rename to ...
4036 (aarch64_regsets): ... this.
4037 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
4038 (aarch64_regs_info): New function.
4039 (the_low_target): Adjust.
4040 (initialize_low_arch): New function.
3aee8918
PA
4041 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
4042 globals.
4043 (target_regsets): Rename to ...
4044 (tile_regsets): ... this.
4045 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
4046 (tile_regs_info): New function.
4047 (tile_arch_setup): Set the current process'es tdesc.
4048 (the_low_target): Adjust.
4049 (initialize_low_arch): New function.
4050 * spu-low.c (tdesc_spu): Declare.
4051 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
4052 * win32-arm-low.c (tdesc_arm): Declare.
4053 (arm_arch_setup): New function.
4054 (the_low_target): Install arm_arch_setup instead of
4055 init_registers_arm.
4056 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
4057 (init_windows_x86): Rename to ...
4058 (i386_arch_setup): ... this. Set `win32_tdesc'.
4059 (the_low_target): Adjust.
4060 * win32-low.c (win32_tdesc): New global.
4061 (child_add_thread): Don't create the thread cache here.
4062 (do_initial_child_stuff): Set the new process'es tdesc.
4063 * win32-low.h (struct target_desc): Forward declare.
4064 (win32_tdesc): Declare.
4065 * lynx-i386-low.c (tdesc_i386): Declare global.
4066 (lynx_i386_arch_setup): Set `lynx_tdesc'.
4067 * lynx-low.c (lynx_tdesc): New global.
4068 (lynx_add_process): Set the new process'es tdesc.
4069 * lynx-low.h (struct target_desc): Forward declare.
4070 (lynx_tdesc): Declare global.
4071 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
4072 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
4073 * nto-low.c (nto_tdesc): New global.
4074 (do_attach): Set the new process'es tdesc.
4075 * nto-low.h (struct target_desc): Forward declare.
4076 (nto_tdesc): Declare.
4077 * nto-x86-low.c (tdesc_i386): Declare.
4078 (nto_x86_arch_setup): Set `nto_tdesc'.
4079
b1fbec62
GB
40802013-06-04 Gary Benson <gbenson@redhat.com>
4081
4082 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
4083 to qSupported response when appropriate.
4084 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
4085 with nonzero-length annex.
4086 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
4087 arguments supplied in annex.
4088
d1ec4ce7
DE
40892013-05-31 Doug Evans <dje@google.com>
4090
ac44adcb 4091 PR server/15594
d1ec4ce7
DE
4092 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
4093 64 bits in 64-cross-32 environment.
4094
9b25f2d3
PA
40952013-05-28 Pedro Alves <palves@redhat.com>
4096
4097 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
4098 (aarch64-without-fpu.c): Delete rule.
4099 * configure.srv (aarch64*-*-linux*): Remove references to
4100 aarch64-without-fpu.o and aarch64-without-fpu.xml.
4101 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
4102 declaration.
4103
6740dc9c
PA
41042013-05-24 Pedro Alves <palves@redhat.com>
4105
4106 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
4107 instead of strchr/decode_address. Error if the range isn't split
4108 with a ','. Don't assume there's be a ':' in the action.
4109
c2d6af84
PA
41102013-05-23 Yao Qi <yao@codesourcery.com>
4111 Pedro Alves <palves@redhat.com>
4112
4113 * linux-low.c (lwp_in_step_range): New function.
4114 (linux_wait_1): If the thread was range stepping and stopped
4115 outside the stepping range, report the stop to GDB. Otherwise,
4116 continue stepping. Add range stepping debug output.
4117 (linux_set_resume_request): Copy the step range from the resume
4118 request to the lwp.
4119 (linux_supports_range_stepping): New.
4120 (linux_target_ops) <supports_range_stepping>: Set to
4121 linux_supports_range_stepping.
4122 * linux-low.h (struct linux_target_ops)
4123 <supports_range_stepping>: New field.
4124 (struct lwp_info) <step_range_start, step_range_end>: New fields.
4125 * linux-x86-low.c (x86_supports_range_stepping): New.
4126 (the_low_target) <supports_range_stepping>: Set to
4127 x86_supports_range_stepping.
4128 * server.c (handle_v_cont): Handle 'r' action.
4129 (handle_v_requests): Append ";r" if the target supports range
4130 stepping.
4131 * target.h (struct thread_resume) <step_range_start,
4132 step_range_end>: New fields.
4133 (struct target_ops) <supports_range_stepping>:
4134 New field.
4135 (target_supports_range_stepping): New macro.
4136
58794e1a
JB
41372013-05-17 Joel Brobecker <brobecker@adacore.com>
4138
4139 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
4140 confusion in comment.
4141
d631c5a7
JB
41422013-05-17 Joel Brobecker <brobecker@adacore.com>
4143
4144 * lynx-low.c (struct process_info_private): New type.
4145 (lynx_add_process): New function.
4146 (lynx_create_inferior, lynx_attach): Replace calls to
4147 add_process by calls to lynx_add_process.
4148 (lynx_resume): If PTID is null, then try using
4149 current_process()->private->last_wait_event_ptid.
4150 Add comments.
4151 (lynx_clear_inferiors): Delete. The contents of that function
4152 has been inlined in lynx_mourn;
4153 (lynx_wait_1): Save the ptid in the process's private data.
4154 (lynx_mourn): Free the process' private data. Replace call
4155 to lynx_clear_inferiors by call to clear_inferiors.
4156
96f7a20f
YQ
41572013-05-17 Yao Qi <yao@codesourcery.com>
4158
4159 * i386-low.c (i386_length_and_rw_bits): Move the comment to
4160 the right place.
4161
db0dfaa0
LM
41622013-05-16 Luis Machado <lgustavo@codesourcery.com>
4163
4164 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
4165 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
4166 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
4167 PT_TEXT_END_ADDR guards. Update comments.
4168 (linux_target_op) <read_offsets>: Conditionally define to
4169 linux_read_offsets if the target is UCLIBC and if it defines
4170 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
4171
68f5f838
SL
41722013-05-06 Sandra Loosemore <sandra@codesourcery.com>
4173 Andrew Jenner <andrew@codesourcery.com>
4174
4175 * Makefile.in (SFILES): Add linux-nios2-low.c.
4176 (clean): Add action to delete nios2-linux.c.
4177 (nios2-linux.c): New rule.
4178 * configure.srv: Add nios2*-*-linux*.
4179 * linux-nios2-low.c: New.
4180
1ebff1fd
HAQ
41812013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
4182
4183 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
4184
f6150862
HZ
41852013-04-25 Hui Zhu <hui@codesourcery.com>
4186
4187 PR gdb/15186
f6150862
HZ
4188 * ax.c (ax_printf): Add fflush.
4189
614c279d
TT
41902013-04-22 Tom Tromey <tromey@redhat.com>
4191
4192 * Makefile.in (SFILES): Add filestuff.c.
4193 (OBS): Add filestuff.o.
4194 (filestuff.o): New target.
4195 * config.in, configure: Rebuild.
4196 * configure.ac: Check for fdwalk, pipe2.
4197
7d4e5717
PA
41982013-04-17 Pedro Alves <palves@redhat.com>
4199
4200 * configure.ac (USE_THREAD_DB): Delete variable.
4201 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
4202 Don't AC_SUBST USE_THREAD_DB.
4203 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
4204 * config.in, configure: Regenerate.
4205
d5c93e41
PA
42062013-04-16 Pedro Alves <palves@redhat.com>
4207
4208 * linux-low.h (struct lwp_info) <thread_known>: Move under
4209 the USE_THREAD_DB #ifdef.
4210
04f5fe89
PA
42112013-04-16 Pedro Alves <palves@redhat.com>
4212
4213 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
4214 (linux-low.o): Delete rule.
4215 * linux-low.h: Always include "gdb_thread_db.h" instead of
4216 conditionally including thread_db.h.
4217 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
4218 HAVE_THREAD_DB_H.
4219
480b27bf
JK
42202013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4221
4222 * Makefile.in (install-only): Fix make install regression.
4223
43662968
JK
42242013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4227 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
4228 installation.
4229 * gdbserver.1: Remove.
4230
3e74e146
PA
42312013-03-22 Pedro Alves <palves@redhat.com>
4232
4233 * linux-low.c (handle_extended_wait): Don't call
4234 linux_enable_event_reporting.
4235
a8347a2a
TT
42362013-03-15 Tony Theodore <tonyt@logyst.com>
4237
4238 PR build/9098:
4239 * Makefile.in (SHELL): Use @SHELL@.
4240
eeb56fa7
SDJ
42412013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4242
4243 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
4244 compiler warning.
4245
4fa7e2ff
JB
42462013-03-13 Joel Brobecker <brobecker@adacore.com>
4247
4248 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
4249 Remove extraneous NULL element.
4250
8ddb1965
YQ
42512013-03-13 Yao Qi <yao@codesourcery.com>
4252
4253 * tracepoint.c (traceframe_read_tsv): Look for the last matched
4254 'V' block in trace frame.
4255
9accd112
MM
42562013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4257
4258 * target.h (struct target_ops): Add btrace ops.
4259 (target_supports_btrace): New macro.
4260 (target_enable_btrace): New macro.
4261 (target_disable_btrace): New macro.
4262 (target_read_btrace): New macro.
4263 * gdbthread.h (struct thread_info): Add btrace field.
4264 * server.c: Include btrace-common.h.
4265 (handle_btrace_general_set): New function.
4266 (handle_btrace_enable): New function.
4267 (handle_btrace_disable): New function.
4268 (handle_general_set): Call handle_btrace_general_set.
4269 (handle_qxfer_btrace): New function.
4270 (struct qxfer qxfer_packets[]): Add btrace entry.
4271 * inferiors.c (remove_thread): Disable btrace.
4272 * linux-low: Include linux-btrace.h.
4273 (linux_low_enable_btrace): New function.
4274 (linux_low_read_btrace): New function.
4275 (linux_target_ops): Add btrace ops.
4276 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
4277 Add srv_linux_btrace=yes.
4278 (x86_64-*-linux*): Add linux-btrace.o.
4279 Add srv_linux_btrace=yes.
4280 * configure.ac: Define HAVE_LINUX_BTRACE.
4281 * config.in: Regenerated.
4282 * configure: Regenerated.
4283
5cc22e4c
MM
42842013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4285
4286 * server.c (handle_qxfer): Preserve error message if -3 is
4287 returned.
4288 (qxfer): Document the -3 return value.
4289
7c97f91e
MM
42902013-03-11 Markus Metzger <markus.t.metzger@intel.com>
4291
4292 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
4293 (linux_btrace_h): New variable.
4294 (linux-btrace.o): New rule.
4295
be9a119c 42962013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
4297 Hafiz Abid Qadeer <abidh@codesourcery.com>
4298
4299 * tracepoint.c (trace_buffer_size): New global.
4300 (DEFAULT_TRACE_BUFFER_SIZE): New define.
4301 (init_trace_buffer): Change to one-argument function. Allocate
4302 trace buffer memory.
4303 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
4304 handle QTBuffer:size packet.
4305 (cmd_bigqtbuffer_size): New function.
4306 (initialize_tracepoint): Call init_trace_buffer with
4307 DEFAULT_TRACE_BUFFER_SIZE.
4308 * server.c (handle_query): Add QTBuffer:size in the
4309 supported packets.
4310
e64f7499
YQ
43112013-03-07 Yao Qi <yao@codesourcery.com>
4312
4313 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
4314 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
4315 of -1.
4316 (cmd_qtsp): Adjust condition. Do post increment.
4317 Set cur_action and cur_step_action back to 0.
4318
f0ae6fc3
PA
43192013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
4320
4321 PR server/15236
4322 * linux-low.c (linux_write_memory): Return early success if LEN is
4323 zero.
4324
b5b0b0af
CV
43252013-03-05 Corinna Vinschen <vinschen@redhat.de>
4326
334ad4a8 4327 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 4328
589bc927
TT
43292013-02-28 Tom Tromey <tromey@redhat.com>
4330
4331 * configure.ac: Invoke AC_SYS_LARGEFILE.
4332 * configure, config.in: Rebuild.
4333
dfe07582
CV
43342013-02-28 Corinna Vinschen <vinschen@redhat.com>
4335
4336 * win32-low.c: Throughout, fix format strings and casts of
4337 printf-like functions to avoid type related warnings on all
4338 platforms.
4339 (get_child_debug_event): Print dwDebugEventCode as hex since
4340 that's how it's usually documented.
4341
736cd585
YQ
43422013-02-28 Yao Qi <yao@codesourcery.com>
4343
4344 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
4345 pulongest.
4346
e1f58301
JW
43472013-02-27 Jiong Wang <jiwang@tilera.com>
4348
4349 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
4350 (reg-tilegx32.c): New rule.
4351 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
4352 * linux-tile-low.c (tile_arch_setup): New function. Invoke
4353 different register info initializer according to elf class.
4354 (init_registers_tilgx32): New function. The tilegx32 register info
4355 initializer.
4356 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
4357 (tile_store_gregset): Likewise.
4358
d171ca78
YQ
43592013-02-27 Yao Qi <yao@codesourcery.com>
4360
4361 * server.c (process_point_options): Print debug message when
4362 debug_threads is true.
4363
282bbdf3
YQ
43642013-02-26 Yao Qi <yao@codesourcery.com>
4365
4366 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
4367
aca22551
PA
43682013-02-19 Pedro Alves <palves@redhat.com>
4369 Kai Tietz <ktietz@redhat.com>
4370
4371 PR gdb/15161
4372
4373 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
4374 instead of strtoul to extract address from packet.
4375 (process_serial_event) <'z'>: Likewise.
4376
4f3cee1c
YQ
43772013-02-18 Yao Qi <yao@codesourcery.com>
4378
4379 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
4380
8e1d55a3
PA
43812013-02-14 Pedro Alves <palves@redhat.com>
4382
4383 Plug memory leak.
4384
4385 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
4386 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
4387
458820da
PA
43882013-02-14 Pedro Alves <palves@redhat.com>
4389
4390 * tracepoint.c (cmd_qtdpsrc): Use savestring.
4391
baea0dae
PA
43922013-02-14 Pedro Alves <palves@redhat.com>
4393
4394 * tracepoint.c (save_string): Delete.
4395 (add_tracepoint_action): Use savestring instead of save_string.
4396
0b1afbb3
PA
43972013-02-12 Pedro Alves <palves@redhat.com>
4398
4399 * linux-xtensa-low.c: Ditto.
4400 * xtensa-xtregs.c: Ditto.
4401
8a4ac37e
PA
44022013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4403
4404 * thread-db.c (thread_db_get_tls_address): NULL pointer check
4405 thread_db.
4406
148de6bb
MS
44072013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4408
4409 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
4410 aarch64_num_wp_regs and aarch64_num_bp_regs to
4411 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
4412
55fac6e0
MS
44132013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4414
4415 * linux-aarch64-low.c (ps_get_thread_area): Replace
4416 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
4417
176eb98c
MS
44182013-02-04 Jim MacArthur <jim.macarthur@arm.com>
4419 Marcus Shawcroft <marcus.shawcroft@arm.com>
4420 Nigel Stephens <nigel.stephens@arm.com>
4421 Yufeng Zhang <yufeng.zhang@arm.com>
4422
4423 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
4424 (aarch64.c, aarch64-without-fpu.c): New targets.
4425 * configure.srv (aarch64*-*-linux*): New.
4426 * linux-aarch64-low.c: New file.
4427
56f7af9c
MS
44282013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
4429
43aaf8b6 4430 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
4431 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
4432 (dequeue_one_deferred_signal, linux_resume_one_thread)
4433 (fetch_register, linux_write_memory, linux_enable_event_reporting)
4434 (linux_tracefork_grandchild, linux_test_for_tracefork)
4435 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
4436 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
4437 where the argument is 0.
4438
60f662b0
YQ
44392013-01-25 Yao Qi <yao@codesourcery.com>
4440
4441 * event-loop.c: Include "queue.h".
4442 (gdb_event_p): New typedef.
4443 (struct gdb_event) <next_event>: Remove.
4444 (event_queue): Change to QUEUE(gdb_event_p).
4445 (async_queue_event): Remove.
4446 (gdb_event_xfree): New.
4447 (initialize_event_loop): New.
4448 (process_event): Use API from QUEUE.
4449 (wait_for_event): Likewise.
4450 * server.c (main): Call initialize_event_loop.
4451 * server.h (initialize_event_loop): Declare.
4452
5ae4861a
YQ
44532013-01-18 Yao Qi <yao@codesourcery.com>
4454
4455 * ax.h (struct eval_agent_expr_context): New.
4456 (gdb_eval_agent_expr): Update declaration.
4457 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
4458 TFRAME. Add new argument CTX.
4459 * server.h (struct eval_agent_expr_context): Declare.
4460 (agent_mem_read, agent_tsv_read): Update declaration.
4461 (agent_mem_read_string): Likewise.
4462 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
4463 (add_traceframe_block): Add new argument TPOINT.
4464 Increase TPOINT->traceframe_usage.
4465 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
4466 eval_tracepoint_agent_expr.
4467 (condition_true_at_tracepoint): Likewise.
4468 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
4469 (agent_mem_read_string, agent_tsv_read): Likewise.
4470
85e00e85
YQ
44712013-01-16 Yao Qi <yao@codesourcery.com>
4472
4473 * linux-low.c (linux_resume_one_lwp): Don't check
4474 'lwp->bp_reinsert != 0'.
4475
4039cf45
JB
44762013-01-07 Joel Brobecker <brobecker@adacore.com>
4477 Pedro Alves <palves@redhat.com>
4478
4479 * lynx-low.c (ptrace_request_to_str): Define a temporary
4480 macro and use it to simplify this function's implementation.
4481
9044dee2
JB
44822013-01-07 Joel Brobecker <brobecker@adacore.com>
4483
4484 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
4485 sets errno.
4486
e6352c8f
JB
44872013-01-07 Joel Brobecker <brobecker@adacore.com>
4488
4489 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
4490
50681a27
JB
44912013-01-07 Joel Brobecker <brobecker@adacore.com>
4492
4493 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
4494
3f6e77ef
JB
44952013-01-07 Joel Brobecker <brobecker@adacore.com>
4496
4497 * lynx-low.c (lynx_resume): Use the resume_info parameter
4498 to determine the ptid for the lynx_ptrace call, unless
4499 it is equal to minus_one_ptid, in which case we use the
4500 ptid of the current_inferior.
4501 (lynx_wait_1): After having received a thread create/exit
4502 event, resume the inferior's execution using the signaling
4503 thread's ptid, rather than the old ptid.
4504
7fda33ae
JB
45052013-01-07 Joel Brobecker <brobecker@adacore.com>
4506
4507 * lynx-low.c (lynx_resume): Delete variable ret.
4508
b9786c74
JB
45092013-01-01 Joel Brobecker <brobecker@adacore.com>
4510
4511 * gdbreplay.c (gdbreplay_version): Update copyright year.
4512 * server.c (gdbserver_version): Likewise.
4513
8b93d60f
JB
45142012-12-17 Joel Brobecker <brobecker@adacore.com>
4515
4516 * lynx-low.c (lynx_wait_1): Add debug trace before adding
4517 new thread.
4518
037335a7
JB
45192012-12-17 Joel Brobecker <brobecker@adacore.com>
4520
4521 * lynx-low.c (ptrace_request_to_str): Add handling for
4522 PTRACE_GETTRACESIG.
4523
52d4cbd8
JB
45242012-12-17 Joel Brobecker <brobecker@adacore.com>
4525
4526 * lynx-low.c (lynx_attach): Delete variable new_process.
4527
ab8f6ca9
JB
45282012-12-17 Joel Brobecker <brobecker@adacore.com>
4529
4530 * lynx-low.c (lynx_create_inferior): Delete variable
4531 new_process.
4532
78cbc024
JB
45332012-12-17 Joel Brobecker <brobecker@adacore.com>
4534
4535 * lynx-low.c (ptrace_request_to_str): Do not handle
4536 PTRACE_GETTHREADLIST if this macro does not exist.
4537
14a00470
YQ
45382012-12-15 Yao Qi <yao@codesourcery.com>
4539
4540 * Makefile.in (OBS): Add notif.o.
4541 * notif.c, notif.h: New.
4542 * server.c: Include "notif.h".
4543 (struct vstop_notif) <next>: Remove.
4544 <base>: New field.
4545 (queue_stop_reply): Update.
4546 (push_event, send_next_stop_reply): Remove.
4547 (discard_queued_stop_replies): Update.
4548 (notif_stop): New variable.
4549 (handle_v_stopped): Remove.
4550 (handle_v_requests): Don't call handle_v_stopped. Call
4551 handle_ack_notif instead.
4552 (queue_stop_reply_callback): Call notif_event_enque instead
4553 of queue_stop_reply.
4554 (handle_status): Don't call send_next_stop_reply, call
4555 notif_write_event instead.
4556 (kill_inferior_callback): Likewise.
4557 (detach_or_kill_inferior_callback): Likewise.
4558 (main): Call initialize_notif.
4559 (process_serial_event): Call QUEUE_is_empty.
4560 (handle_target_event): Call notif_push instead of push event.
4561 * server.h (push_event): Remove declaration.
4562
61c125b9
TT
45632012-12-10 Tom Tromey <tromey@redhat.com>
4564
4565 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
4566 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
4567 macros.
4568 (.c.o): Rewrite.
4569 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
4570 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
4571 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
4572 (amd64-linux-ipa.o, ax.o): Rewrite.
4573 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
4574 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
4575 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
4576 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
4577 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
4578 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
4579 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
4580 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
4581 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
4582 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
4583 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
4584 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
4585 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
4586 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
4587 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
4588 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
4589 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
4590 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
4591 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
4592 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
4593 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
4594 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
4595 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
4596 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
4597 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
4598 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
4599 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
4600 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
4601 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
4602 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
4603 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
4604 (reg-tilegx.o): Remove.
4605 (all_object_files): New macro.
4606 Include .deps files.
4607 * aclocal.m4, configure: Rebuild.
4608 * acinclude.m4: Include depstand.m4, lead-dot.m4.
4609 * configure.ac: Invoke ZW_CREATE_DEPDIR,
4610 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
4611
e90e9ad9
TT
46122012-12-05 Tom Tromey <tromey@redhat.com>
4613
4614 PR gdb/14917:
4615 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
4616
02d403bf 46172012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
4618
4619 * configure.ac: Check for linux/perf_event.h.
4620 * config.in: Regenerated.
4621 * configure: Regenerated.
4622
0270a750
PA
46232012-11-26 Maxime Villard <rustyBSD@gmx.fr>
4624
4625 * hostio.c (handle_readlink): Decrease buffer size
4626 parameter passed to readlink by one byte.
4627
8c29b58e
YQ
46282012-11-26 Yao Qi <yao@codesourcery.com>
4629
4630 * configure.ac (build_warnings): Append '-Wempty-body'.
4631 * configure: Regenerated.
4632 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
4633 body.
4634
8bdce1ff
PM
46352012-11-15 Pierre Muller <muller@sourceware.org>
4636
4637 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
4638 * config.in: Regenerate.
4639 * configure: Regenerate.
4640 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
4641 Use "gdb_wait.h" header instead of <sys/wait.h> header.
4642 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4643 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
4644 header.
4645 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
4646 instead of <sys/wait.h> header.
4647 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
4648
02d403bf 46492012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
4650
4651 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
4652 (various make rules): Remove -DGDBSERVER
4653
fbd5db48
YQ
46542012-11-09 Yao Qi <yao@codesourcery.com>
4655
4656 * spu-low.c (current_ptid): Move it to ..
4657 * gdbthread.h: ... here. New.
4658 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
4659 * server.c (myresume, process_serial_event): Likewise.
4660 * thread-db.c (thread_db_find_new_threads): Likewise.
4661 * tracepoint.c (run_inferior_command): Likewise.
4662
b3dc46ff
AB
46632012-10-01 Andrew Burgess <aburgess@broadcom.com>
4664
4665 * server.c (handle_search_memory_1): Include access length in
4666 warning message.
4667
07c04788
HPN
46682012-09-05 Michael Brandt <michael.brandt@axis.com>
4669
4670 * linux-crisv32-low.c: Fix compile errors.
4671
918d227b
YQ
46722012-09-04 Yao Qi <yao@codesourcery.com>
4673
4674 * tracepoint.c (cmd_qtsv): Adjust debug message.
4675 Don't check CUR_TPOINT.
4676
18c1b81a
YQ
46772012-08-28 Yao Qi <yao@codesourcery.com>
4678
4679 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
4680 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
4681 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
4682 Remove declarations of xmalloc, xreallloc, xstrdup and
4683 freeargv.
4684 * Makefile.in (libiberty_h): New.
4685 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
4686 (linux-bfin-low.o): Append dependency 'libiberty.h'.
4687
dc82f37b
YQ
46882012-08-23 Yao Qi <yao@codesourcery.com>
4689
4690 * server.h: Remove declaration of 'xsnprintf'.
4691
406b1477
KS
46922012-08-22 Keith Seitz <keiths@redhat.com>
4693
4694 * server.h: Include build-gnulib-gbserver/config.h.
4695 * gdbreplay.c: Likewise.
4696
e6712ff1
DE
46972012-08-08 Doug Evans <dje@google.com>
4698
4699 * Makefile.in (SFILES): Add gdb_vecs.c.
4700 (OBS): Add gdb_vecs.o.
4701 (gdb_vecs_h, host_defs_h): New variables.
4702 (thread-db.o): Add $(gdb_vecs_h) dependency.
4703 (gdb_vecs.o): New rule.
4704 * thread-db.c: #include "gdb_vecs.h".
4705 (thread_db_load_search): Use a vector to iterate over path elements.
4706 Handle text appearing after "$pdir".
4707
4708 * configure.ac: Add check for strstr.
4709 * config.in: Regenerate.
4710 * configure: Regenerate.
4711
7c3270ae
UW
47122012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
4713
4714 * hostio.c (handle_pread): If pread fails, fall back to attempting
4715 lseek/read.
4716 (handle_pwrite): Likewise for pwrite.
4717
b62e2b27
UW
47182012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4719
4720 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
4721 between unsupported TYPE and unimplementable ADDR/LEN combination.
4722 (arm_insert_point): Act on new return value.
4723
78a99e91
PA
47242012-07-31 Pedro Alves <palves@redhat.com>
4725
4726 * server.c (process_point_options): Only skip tokens if we find
4727 one that is unrecognized. Don't treat 'X' specially while
4728 skipping unrecognized tokens.
4729
fcf303ab
UW
47302012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4731
4732 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
4733 to 4-byte-align HW breakpoint addresses for Thumb.
4734
7255706c
YQ
47352012-07-27 Yao Qi <yao@codesourcery.com>
4736
4737 PR remote/14161.
4738
4739 * server.h: Declare gdb_agent_about_to_close.
4740 * target.c (kill_inferior): Include "agent.h".
4741 New. Send command 'kill'.
4742 * target.h (kill_inferior): Removed macro.
4743 * tracepoint.c (gdb_agent_about_to_close): New.
4744 (gdb_agent_helper_thread): Handle command 'close'.
4745 Wait endlessly until the inferior stops.
4746 Install gdb_agent_remove_socket to atexit hook.
4747 (agent_socket_name): New static variable.
4748 (gdb_agent_socket_init): Replace local variable 'name' with
4749 'agent_socket_name'.
4750 (gdb_agent_remove_socket): New.
4751
5a3f286f
YQ
47522012-07-27 Yao Qi <yao@codesourcery.com>
4753
4754 * server.c (process_point_options): Stop at 'X' when parsing.
4755
961bd387
ME
47562012-07-19 Michael Eager <eager@eagercon.com>
4757
a261b8f5 4758 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
4759 to hw_execute.
4760 * linux-x86-low.c (x86_insert_point, x86_remove_point):
4761 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
4762 hardware breakpoint.
4763
aa7c7447
JK
47642012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4765
4766 * gdbserver/linux-low.c (initialize_low): Call
4767 linux_ptrace_init_warnings.
4768
7f216e7c
DE
47692012-07-02 Doug Evans <dje@google.com>
4770
4771 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
4772 pointer to int.
4773
d3ce09f5
SS
47742012-07-02 Stan Shebs <stan@codesourcery.com>
4775
4776 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
4777 (ax.o): Add it to build rule.
4778 (ax-ipa.o): Ditto.
4779 (OBS): Add format.o.
4780 (IPA_OBS): Add format.o.
4781 * server.c (handle_query): Claim support for breakpoint commands.
4782 (process_point_options): Add command case.
4783 (process_serial_event): Leave running if there are printfs in
4784 effect.
4785 * mem-break.h (any_persistent_commands): Declare.
4786 (add_breakpoint_commands): Declare.
4787 (gdb_no_commands_at_breakpoint): Declare.
4788 (run_breakpoint_commands): Declare.
4789 * mem-break.c (struct point_command_list): New struct.
4790 (struct breakpoint): New field command_list.
4791 (any_persistent_commands): New function.
4792 (add_commands_to_breakpoint): New function.
4793 (add_breakpoint_commands): New function.
4794 (gdb_no_commands_at_breakpoint): New function.
4795 (run_breakpoint_commands): New function.
4796 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
4797 locally.
4798 * ax.c: Include format.h.
4799 (ax_printf): New function.
4800 (gdb_eval_agent_expr): Add printf opcode.
4801
2f8f6aed
YQ
48022012-06-13 Yao Qi <yao@codesourcery.com>
4803
4804 * server.c (start_inferior): Remove duplicated writes to fields
4805 'last_resume_kind' and 'last_status' of 'current_inferior'.
4806
0c9070b3
YQ
48072012-06-12 Yao Qi <yao@codesourcery.com>
4808 Pedro Alves <palves@redhat.com>
4809
4810 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
4811 comment.
4812 * server.c (handle_v_cont): Extend comment.
4813
c52daf70
YQ
48142012-06-11 Yao Qi <yao@codesourcery.com>
4815
4816 * linux-low.c (linux_attach): Add 'static'.
4817
d38bbb0a
YQ
48182012-06-06 Yao Qi <yao@codesourcery.com>
4819
4820 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
4821
89dc0afd
JK
48222012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 Fix gcc -flto compilation warning.
4825 * server.c (main): Make variable multi_mode and attach volatile.
4826
75f62ce7
TJB
48272012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4828
4829 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
4830 if the platform doesn't know about it.
4831
65f479b6
PA
48322012-05-30 Jeff Kenton <jkenton@tilera.com>
4833
4834 * Makefile.in (SFILES): Add linux-tile-low.c.
4835 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
4836 * configure.srv: Handle tilegx-*-linux*.
4837 * linux-tile-low.c: New file.
4838
0c5bf5a9
JK
48392012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4840
4841 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
4842
a493e3e2
PA
48432012-05-24 Pedro Alves <palves@redhat.com>
4844
4845 PR gdb/7205
4846
43aaf8b6 4847 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4848
2ea28649
PA
48492012-05-24 Pedro Alves <palves@redhat.com>
4850
4851 PR gdb/7205
4852
4853 Replace target_signal with gdb_signal throughout.
4854
8d409d16
MR
48552012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
4856
4857 * linux-low.c (linux_store_registers): Avoid the copying sequence
4858 when no data has been retrieved by ptrace.
4859
23512c01
MGD
48602012-05-22 Will Deacon <will.deacon@arm.com>
4861
4862 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
4863 Include asm/ptrace.h.
4864 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
4865 already defined.
4866
4934b29e
MR
48672012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4868
4869 * linux-low.c (linux_store_registers): Don't re-retrieve data
4870 with ptrace that has already been obtained from /proc. Always
4871 copy any data retrieved with ptrace to the buffer supplied.
4872
bde24c0a
PA
48732012-05-11 Yao Qi <yao@codesourcery.com>
4874 Pedro Alves <palves@redhat.com>
4875
4876 * linux-low.c (enum stopping_threads_kind): New.
4877 (stopping_threads): Change type to `enum stopping_threads_kind'.
4878 (handle_extended_wait): If stopping and suspending threads, leave
4879 the new_lwp suspended too.
4880 (linux_wait_for_event): Adjust.
4881 (stop_all_lwps): Set `stopping_threads' to
4882 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
4883 whether we're suspending threads or just stopping them. Assert no
4884 recursion happens.
4885
623b6bdf
YQ
48862012-04-29 Yao Qi <yao@codesourcery.com>
4887
4888 * server.h: Move some code to ...
4889 * gdbthread.h: ... here. New.
4890 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
4891 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
4892 (nto-low.o, win32-low.o): Likewise.
4893 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
4894 * regcache.c, remote-utils.c, server.c: Likewise.
4895 * target.c, tracepoint.c, win32-low.c: Likewise.
4896
f15f9948
TJB
48972012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
4898
4899 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
4900 (PTRACE_ARG4_TYPE): Likewise.
4901 (PTRACE_XFER_TYPE): Likewise.
4902 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
4903 ptrace to PTRACE_ARG3_TYPE.
4904 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
4905 (PTRACE_ARG4_TYPE): Likewise.
4906 (PTRACE_XFER_TYPE): Likewise.
4907 (linux_detach_one_lwp): Cast fourth argument of
4908 ptrace to long then PTRACE_ARG4_TYPE.
4909 (regsets_fetch_inferior_registers): Cast third argument of
4910 ptrace to long then PTRACE_ARG3_TYPE.
4911 (regsets_store_inferior_registers): Likewise.
4912
38ea300a
PA
49132012-04-20 Pedro Alves <palves@redhat.com>
4914
4915 * configure: Regenerate.
4916
c971b7fa
PA
49172012-04-19 Pedro Alves <palves@redhat.com>
4918
43aaf8b6 4919 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 4920 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
4921 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
4922 (all, install-only, uninstall, clean-info, all-lib, clean): No
4923 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
4924 (maintainer-clean realclean distclean): Use subdir_do.
4925 (subdir_do): New.
4926 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 4927 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
4928 * acinclude.m4: Include acx_configure_dir.m4.
4929 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
4930 calls. Call AC_PROG_RANLIB. Configure gnulib using
4931 ACX_CONFIGURE_DIR.
4932 (GNULIB): New.
4933 (GNULIB_STDINT_H): Adjust.
4934 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
4935 * gdbreplay.c: Include build-gnulib/config.h.
4936 * server.h: Likewise.
4937 * aclocal.m4: Regenerate.
4938 * config.in: Regenerate.
4939 * configure: Regenerate.
c971b7fa 4940
809277f8
PA
49412012-04-19 Pedro Alves <palves@redhat.com>
4942
4943 * Makefile.in (LIBGNU, INCGNU): Adjust.
4944 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
4945 (all, install-only, uninstall, clean-info, all-lib, clean)
4946 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
4947 * configure.ac: Adjust AC_OUTPUT output.
4948 * aclocal.m4: Regenerate.
4949 * configure: Regenerate.
4950
fd9bb8b8
PA
49512012-04-19 Pedro Alves <palves@redhat.com>
4952
4953 * Makefile.in (generated_files): New.
4954 (server_h): Remove the explicit dependency on config.h, and depend
4955 on $generated_files.
4956
1c298c66
PA
49572012-04-19 Pedro Alves <palves@redhat.com>
4958
4959 * Makefile.in (INCGNU): Add -Ignulib.
4960
57c4b50b
PA
49612012-04-19 Pedro Alves <palves@redhat.com>
4962
4963 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
4964 (INCGNU): ... this, and spell out -I here.
4965 (GNULIB_LIB): Rename to ...
4966 (LIBGNU): ... this.
4967 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
4968
1030e047
PA
49692012-04-19 Pedro Alves <palves@redhat.com>
4970
4971 * config.in: Regenerate.
4972
447d4319
PA
49732012-04-19 Pedro Alves <palves@redhat.com>
4974
4975 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
4976 * server.h (memmem): Remove declaration.
4977 * config.in: Regenerate.
4978 * configure: Regenerate.
4979
aad9eab9
YQ
49802012-04-19 Yao Qi <yao@codesourcery.com>
4981
4982 * Makefile.in (SFILES): Add common/vec.c.
4983 (OBS): Add vec.o.
4984 (vec.o): New rule.
4985
3e10640f
YQ
49862012-04-19 Yao Qi <yao@codesourcery.com>
4987
4988 * remote-utils.c (prepare_resume_reply): Replace with macro
4989 target_core_of_thread.
4990 * server.c (handle_qxfer_threads_proper): Likewise.
4991 * target.h (traget_core_of_thread): New macro.
4992
71622373
PA
49932012-04-18 Pedro Alves <palves@redhat.com>
4994
4995 * aclocal.m4: Regenerate.
4996 * configure: Regenerate.
4997
80d26939
YQ
49982012-04-16 Yao Qi <yao@codesourcery.com>
4999
5000 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
5001 duplicated on address.
5002
42476b70
YQ
50032012-04-16 Yao Qi <yao@codesourcery.com>
5004
5005 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
5006 (struct tracepoint_action_ops) <send>: New field.
5007 (m_tracepoint_action_send, r_tracepoint_action_send): New.
5008 (agent_expr_send, x_tracepoint_action_send): New.
5009 (l_tracepoint_action_send): New.
5010 (cmd_qtdp): Download and install tracepoint
5011 according to `use_agent'.
5012 (run_inferior_command): Add one more parameter `len'.
5013 Update callers.
5014 (tracepoint_send_agent): New.
5015 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
5016
7bc83639
YQ
50172012-04-16 Yao Qi <yao@codesourcery.com>
5018
5019 * tracepoint.c (download_tracepoints): Moved to ...
5020 (cmd_qtstart): ... here.
5021
5f18041e
YQ
50222012-04-14 Yao Qi <yao@codesourcery.com>
5023
5024 * tracepoint.c: Include inttypes.h.
5025 (struct collect_memory_action): Use sized types.
5026 (struct tracepoint): Likewise.
5027 (cmd_qtdp, stop_tracing): Update print specifiers.
5028 (cmd_qtp, response_tracepoint): Likewise.
5029 (collect_data_at_tracepoint): Likewise.
5030 (collect_data_at_step): Likewise.
5031
55a8c076
YQ
50322012-04-14 Yao Qi <yao@codesourcery.com>
5033
5034 Import gnulib module inttypes.
5035 * aclocal.m4, config.in, configure: Regenerated.
5036
dc750257
YQ
50372012-04-14 Yao Qi <yao@codesourcery.com>
5038
5039 * Makefile.in (maintainer-clean, realclean, distclean): Remove
5040 Makefile and config.status at last.
5041
0ab5faf9
YQ
50422012-04-13 Yao Qi <yao@codesourcery.com>
5043
5044 * tracepoint.c: Include stdint.h unconditionally.
5045
18f5fd81
TJB
50462012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5047
5048 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
5049 on BFD_HAVE_SYS_PROCFS_TYPE.
5050 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
5051 * configure: Regenerate.
5052 * config.in: Likewise.
5053
4d47af5c
L
50542012-04-13 H.J. Lu <hongjiu.lu@intel.com>
5055
5056 * Makefile.in (clean): Also remove x32.c x32-linux.c
5057 x32-avx.c x32-avx-linux.c.
5058 (x32.o): New target.
5059 (x32.c): Likewise.
5060 (x32-linux.o): Likewise.
5061 (x32-linux.c): Likewise.
5062 (x32-avx.o): Likewise.
5063 (x32-avx.c): Likewise.
5064 (x32-avx-linux.o): Likewise.
5065 (x32-avx-linux.c): Likewise.
5066
5067 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
5068 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
5069 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
5070 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
5071 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
5072 i386/x32-avx-linux.xml.
5073
5074 * linux-x86-low.c (init_registers_x32_linux): New prototype.
5075 (init_registers_x32_avx_linux): Likwise.
5076 (x86_linux_update_xmltarget): Call init_registers_x32_linux
5077 or init_registers_x32_avx_linux if linux_is_elf64 is false.
5078
ecedbe58
PA
50792012-04-13 Pedro Alves <palves@redhat.com>
5080
5081 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
5082 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
5083 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
5084 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
5085 the sub-make.
5086
c92b5177
L
50872012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5088
5089 * linux-x86-low.c (compat_x32_clock_t): New.
5090 (compat_x32_siginfo_t): Likewise.
5091 (compat_x32_siginfo_from_siginfo): Likewise.
5092 (siginfo_from_compat_x32_siginfo): Likewise.
5093 (linux_is_elf64): Likewise.
5094 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5095 and siginfo_from_compat_x32_siginfo for x32.
5096 (x86_arch_setup): Set linux_is_elf64.
5097
214d508e
L
50982012-04-12 H.J. Lu <hongjiu.lu@intel.com>
5099
5100 PR gdb/13969
5101 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
5102 e_machine field.
5103 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
5104 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
5105 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
5106 compatible with process.
5107
c9a1864a
YQ
51082012-04-12 Yao Qi <yao@codesourcery.com>
5109
5110 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
5111 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
5112 (install-only, install-info, clean): Handle sub dir gnulib.
5113 (all-lib, am--refresh): New targets.
5114 (memmem.o): Remove target.
5115 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
5116 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
5117 (AC_REPLACE_FUNCS): Remove memmem.
5118 Invoke gl_INIT and AM_INIT_AUTOMAKE.
5119 (AC_OUTPUT): Generate Makefile in gnulib/.
5120 * aclocal.m4, config.in, configure: Regenerated.
5121
367ba2c2
MR
51222012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
5123
5124 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
5125
9d236627
PA
51262012-04-05 Pedro Alves <palves@redhat.com>
5127
5128 -Werror=strict-aliasing
5129
5130 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
5131 pointer.
5132
111217b3
PA
51332012-04-04 Pedro Alves <palves@redhat.com>
5134
5135 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
5136 (sparc_store_gregset_from_stack, sparc_store_gregset)
5137 (sparc_breakpoint_at): Fix formatting.
5138
8365dcf5
TJB
51392012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5140
5141 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
5142 are available.
5143 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
5144 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
5145 * config.in: Regenerate.
5146 * configure: Likewise.
5147
689cc2ae
PA
51482012-03-29 Pedro Alves <palves@redhat.com>
5149
5150 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
5151 Correct ptrace arguments.
5152
c14dfd32
PA
51532012-03-28 Pedro Alves <palves@redhat.com>
5154
5155 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
5156 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
5157 (IA64_FR1_REGNUM): New defines.
5158 (ia64_fetch_register): New.
5159 (the_low_target): Install it.
5160 * linux-low.h (struct linux_target_ops) <fetch_register>: New
5161 field.
5162 * linux-low.c (linux_fetch_registers): Try the
5163 the_low_target.fetch_register hook first.
5164
5165 * linux-arm-low.c (the_low_target): Adjust.
5166 * linux-bfin-low.c (the_low_target): Adjust.
5167 * linux-cris-low.c (the_low_target): Adjust.
5168 * linux-crisv32-low.c (the_low_target): Adjust.
5169 * linux-m32r-low.c (the_low_target): Adjust.
5170 * linux-m68k-low.c (the_low_target): Adjust.
5171 * linux-mips-low.c (the_low_target): Adjust.
5172 * linux-ppc-low.c (the_low_target): Adjust.
5173 * linux-s390-low.c (the_low_target): Adjust.
5174 * linux-sh-low.c (the_low_target): Adjust.
5175 * linux-sparc-low.c (the_low_target): Adjust.
5176 * linux-tic6x-low.c (the_low_target): Adjust.
5177 * linux-x86-low.c (the_low_target): Adjust.
5178 * linux-xtensa-low.c (the_low_target): Adjust.
5179
63c88e13
PA
51802012-03-26 Pedro Alves <palves@redhat.com>
5181
5182 * server.c (handle_qxfer_libraries): Don't bail early if
5183 the_target->qxfer_libraries_svr4 is not NULL.
5184
fb723180
PA
51852012-03-26 Pedro Alves <palves@redhat.com>
5186
5187 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
5188
0afae3cf
PA
51892012-03-23 Pedro Alves <palves@redhat.com>
5190
5191 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
5192 "library-list-svr4" element's start tag when the the DSO list is
5193 empty.
5194
485f1ee4
PA
51952012-03-23 Pedro Alves <palves@redhat.com>
5196
5197 * linux-low.c (read_one_ptr): Read the inferior's pointer through
5198 a variable whose type size is the same as the inferior's pointer
5199 size.
5200
a5362b9a
TS
52012012-03-21 Thomas Schwinge <thomas@codesourcery.com>
5202
5203 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
5204 struct siginfo.
5205 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
5206 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
5207 * linux-low.h: Include <signal.h>.
5208 (struct siginfo): Remove forward declaration.
5209 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
5210 struct siginfo.
5211
d226c142
MF
52122012-03-21 Mike Frysinger <vapier@gentoo.org>
5213
5214 * .gitignore: Ignore more files.
5215
122f36ef
PA
52162012-03-19 Pedro Alves <palves@redhat.com>
5217 Jan Kratochvil <jan.kratochvil@redhat.com>
5218
5219 * server.c (cont_thread, general_thread): Add describing comments.
5220 (start_inferior): Clear `cont_thread'.
5221 (handle_v_cont): Don't set `cont_thread' if resuming all threads
5222 of a process.
5223
fc3e5175
YQ
52242012-03-15 Yao Qi <yao@codesourcery.com>
5225
5226 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
5227 handling to ...
5228 (cmd_qtdp): ... here.
5229
8d0d92cd
YQ
52302012-03-15 Yao Qi <yao@codesourcery.com>
5231
5232 * tracepoint.c (struct tracepoint_action_ops): New.
5233 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
5234 (m_tracepoint_action_download): New.
5235 (r_tracepoint_action_download): New.
5236 (x_tracepoint_action_download): New.
5237 (l_tracepoint_action_download): New.
5238 (add_tracepoint_action): Install `action->ops' according type.
5239 (download_tracepoint_1): Move code `download' function pointer
5240 of various tracepoint_action_ops.
5241
87b0bb13
JK
52422012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5243
5244 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
5245 linux_ptrace_attach_warnings.
5246
5f572dec
JK
52472012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5248
5249 * Makefile.in (linux-ptrace.o): New.
5250 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
5251 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
5252 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
5253 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
5254 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
5255 of these targets.
5256 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
5257
f4647387
YQ
52582012-03-08 Yao Qi <yao@codesourcery.com>
5259 Pedro Alves <palves@redhat.com>
5260
5261 Fix PR server/13392.
5262 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
5263 offset of JMP insn.
5264 * tracepoint.c (remove_tracepoint): New.
5265 (cmd_qtdp): Call remove_tracepoint when failed to install.
5266
9b224c5e
PA
52672012-03-07 Pedro Alves <palves@redhat.com>
5268
5269 * linux-low.c (get_detach_signal): New.
5270 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
5271 Pass on pending signals to PTRACE_DETACH. Check the result of the
5272 ptrace call.
5273 * server.c (program_signals, program_signals_p): New.
5274 (handle_general_set): Handle QProgramSignals.
5275 * server.h (program_signals, program_signals_p): Declare.
5276
e237a7e2
JK
52772012-03-05 Pedro Alves <palves@redhat.com>
5278 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
5281 New comment why.
5282
5808517f
YQ
52832012-03-03 Yao Qi <yao@codesourcery.com>
5284
5285 * tracepoint.c (tracepoint_look_up_symbols): Update call to
5286 agent_look_up_symbols.
5287
58b4daa5
YQ
52882012-03-03 Yao Qi <yao@codesourcery.com>
5289
5290 * Makefile.in (linux-low.o): Keep dependence on agent.h.
5291 (linux-x86-low.o): Likewise.
5292 * server.h: Remove in_process_agent_loaded.
5293 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
5294 common/agent.c.
5295 Update callers.
5296
8ffcbaaf
YQ
52972012-03-03 Yao Qi <yao@codesourcery.com>
5298
5299 * tracepoint.c (gdb_agent_capability): New global.
5300 (in_process_agent_loaded_ust): Renamed to
5301 `in_process_agent_supports_ust'.
5302 Update callers.
5303 (in_process_agent_supports_ust): Call agent_capability_check.
5304 (clear_installed_tracepoints): Assert that agent supports
5305 agent.
5306
d1feda86
YQ
53072012-03-03 Yao Qi <yao@codesourcery.com>
5308
5309 * linux-low.c (linux_supports_agent): New.
5310 (linux_target_ops): Initialize field `supports_agent' with
5311 linux_supports_agent.
5312 * target.h (struct target_ops) <supports_agent>: New.
5313 (target_supports_agent): New macro.
5314 * server.c (handle_general_set): Handle packet 'QAgent'.
5315 (handle_query): Send `QAgent+'.
5316 * Makefile.in (server.o): Depends on agent.h.
5317
2fa291ac
YQ
53182012-03-03 Yao Qi <yao@codesourcery.com>
5319
5320 * Makefile.in (OBS): Add agent.o.
5321 Add new rule for agent.o.
5322 Track dependence of tracepoint.c on agent.h.
5323 * tracepoint.c (run_inferior_command_1):
5324 (run_inferior_command): Call agent_run_command.
5325 (gdb_ust_connect_sync_socket): Deleted. Move it to
5326 common/agent.c.
5327 (resume_thread, stop_thread): Likewise.
5328 (gdb_ust_socket_init): Renamed to ...
5329 (gdb_agent_socket_init): ... New.
5330 (gdb_ust_thread): Renamed to ...
5331 (gdb_agent_helper_thread): ... New.
5332 (gdb_ust_init): Move some code to ...
5333 (gdb_agent_init): ... here. New.
5334 [HAVE_UST]: Call gdb_ust_init.
5335 (initialize_tracepoint_ftlib): Call gdb_agent_init.
5336 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
5337 * config.in, configure: Regenerated.
5338
05044653
PA
53392012-03-02 Pedro Alves <palves@redhat.com>
5340
5341 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
5342 * linux-low.c (struct simple_pid_list): New.
5343 (stopped_pids): New a struct simple_pid_list pointer.
5344 (add_to_pid_list, pull_pid_from_list): New.
5345 (handle_extended_wait): Don't assume the first signal new children
5346 report is SIGSTOP. Adjust call to pull_pid_from_list.
5347 (linux_wait_for_lwp): Adjust.
5348
8d00225b
YQ
53492012-03-02 Yao Qi <yao@codesourcery.com>
5350
5351 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
5352 debug log.
5353
19560ba5
YQ
53542012-03-02 Yao Qi <yao@codesourcery.com>
5355
5356 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
5357 `stop_pc' and `tpoint'. Update caller.
5358
1faeff08
MR
53592012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
5360
5361 * linux-low.h (linux_target_ops): Add regset_bitmap member.
5362 * linux-low.c (use_linux_regsets): New macro.
5363 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
5364 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
5365 (linux_register_in_regsets): New function.
5366 (usr_fetch_inferior_registers): Skip registers covered by
5367 regsets.
5368 (usr_store_inferior_registers): Likewise.
5369 (usr_fetch_inferior_registers): New macro.
5370 (usr_store_inferior_registers): Likewise.
5371 (linux_fetch_registers): Handle mixed regset/non-regset targets.
5372 (linux_store_registers): Likewise.
5373 * linux-mips-low.c (init_registers_mips_dsp_linux): New
5374 prototype.
5375 (init_registers_mips64_dsp_linux): Likewise.
5376 (init_registers_mips_linux): New macro.
5377 (init_registers_mips_dsp_linux): Likewise.
5378 (mips_dsp_num_regs): Likewise.
5379 (DSP_BASE, DSP_CONTROL): New fallback macros.
5380 (mips_base_regs): New macro.
5381 (mips_regmap): Use it. Fix the size.
5382 (mips_dsp_regmap): New variable.
5383 (mips_dsp_regset_bitmap): Likewise.
5384 (mips_arch_setup): New function.
5385 (mips_cannot_fetch_register): Use the_low_target.regmap rather
5386 than mips_regmap.
5387 (mips_cannot_store_register): Likewise.
5388 (the_low_target): Update .arch_setup, .num_regs and .regmap
5389 initializers. Add .regset_bitmap initializer.
5390 * linux-arm-low.c (the_low_target): Add .regset_bitmap
5391 initializer.
5392 * linux-bfin-low.c (the_low_target): Likewise.
5393 * linux-cris-low.c (the_low_target): Likewise.
5394 * linux-crisv32-low.c (the_low_target): Likewise.
5395 * linux-ia64-low.c (the_low_target): Likewise.
5396 * linux-m32r-low.c (the_low_target): Likewise.
5397 * linux-m68k-low.c (the_low_target): Likewise.
5398 * linux-ppc-low.c (the_low_target): Likewise.
5399 * linux-s390-low.c (the_low_target): Likewise.
5400 * linux-sh-low.c (the_low_target): Likewise.
5401 * linux-sparc-low.c (the_low_target): Likewise.
5402 * linux-tic6x-low.c (the_low_target): Likewise.
5403 * linux-x86-low.c (the_low_target): Likewise.
5404 * linux-xtensa-low.c (the_low_target): Likewise.
5405 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
5406 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
5407 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
5408 srv_xmlfiles.
5409 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
5410 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
5411
c03e6ccc
YQ
54122012-02-29 Yao Qi <yao@codesourcery.com>
5413 Pedro Alves <palves@redhat.com>
5414
5415 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
5416 `step_over_finished' is true.
5417
644cebc9
PA
54182012-02-27 Pedro Alves <palves@redhat.com>
5419
5420 * linux-low.c (pid_is_stopped): Delete, moved to common/.
5421 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
5422
c14d7ab2
PA
54232012-02-27 Pedro Alves <palves@redhat.com>
5424
5425 PR server/9684
5426 * linux-low.c (pid_is_stopped): New.
5427 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
5428
412c89dd
LM
54292012-02-25 Luis Machado <lgustavo@codesourcery.com>
5430
5431 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
5432 of conditions.
5433
b745defe
MR
54342012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5435
5436 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
5437
9f3a5c85
LM
54382012-02-24 Luis Machado <lgustavo@codesourcery>
5439
5440 * server.c (handle_query): Advertise support for target-side
5441 breakpoint condition evaluation.
5442 (process_point_options): New function.
5443 (process_serial_event): When inserting a breakpoint, check for
5444 a target-side condition that should be evaluated.
5445
5446 * mem-break.c: Include regcache.h and ax.h.
5447 (point_cond_list_t): New data structure.
5448 (breakpoint) <cond_list>: New field.
5449 (find_gdb_breakpoint_at): Make non-static.
5450 (delete_gdb_breakpoint_at): Clear any target-side
5451 conditions.
5452 (clear_gdb_breakpoint_conditions): New function.
5453 (add_condition_to_breakpoint): Likewise.
5454 (add_breakpoint_condition): Likewise.
5455 (gdb_condition_true_at_breakpoint): Likewise.
5456 (gdb_breakpoint_here): Return result directly instead
5457 of going through a local variable.
5458
5459 * mem-break.h (find_gdb_breakpoint_at): New prototype.
5460 (clear_gdb_breakpoint_conditions): Likewise.
5461 (add_breakpoint_condition): Likewise.
5462 (gdb_condition_true_at_breakpoint): Likewise.
5463
5464 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
5465 (need_step_over_p): Take target-side breakpoint condition into
5466 consideration.
5467
5e1dc496
LM
54682012-02-24 Luis Machado <lgustavo@codesourcery>
5469
5470 * server.h: Include tracepoint.h.
5471 (agent_mem_read, agent_get_trace_state_variable_value,
5472 agent_set_trace_state_variable_value,
5473 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
5474 get_set_tsv_func_addr): New prototypes.
5475
5476 * ax.h: New include file.
5477 * ax.c: New source file.
5478
5479 * tracepoint.c: Include ax.h.
5480 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
5481 agent_expr, eval_result_type): Move to ax.h.
5482 (parse_agent_expr): Rename to ...
5483 (gdb_parse_agent_expr): ... this, make it non-static and move
5484 to ax.h.
5485 (unparse_agent_expr) Rename to ...
5486 (gdb_unparse_agent_expr): ... this, make it non-static and move
5487 to ax.h.
5488 (eval_agent_expr): Rename to ...
5489 (eval_tracepoint_agent_expr): ... this.
5490 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
5491 forward declarations.
5492 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
5493 (agent_get_trace_state_variable_value): New function.
5494 (agent_set_trace_state_variable_value): New function.
5495 (cmd_qtdp): Call gdb_parse_agent_expr (...).
5496 (response_tracepoint): Call gdb_unparse_agent_expr (...).
5497 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
5498 (condition_true_at_tracepoint): Likewise.
5499 (parse_agent_expr): Rename to ...
5500 (gdb_parse_agent_expr): ... this and move to ax.c.
5501 (unparse_agent_expr): Rename to ...
5502 (gdb_unparse_agent_expr): ... this and move to ax.c.
5503 (gdb_agent_op_name): Move to ax.c.
5504 (eval_agent_expr): Rename to ...
5505 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
5506 and move to ax.c.
5507 (eval_tracepoint_agent_expr): New function.
5508 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 5509 non-static.
5e1dc496
LM
5510 (current_insn_ptr, emit_error, struct bytecode_address): Move to
5511 ax.c.
5512 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
5513 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
5514 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
5515 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
5516 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
5517 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
5518 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
5519 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
5520 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
5521 (compile_bytecodes): Remove forward declaration.
5522 (is_goto_target): Move to ax.c.
5523 (compile_bytecodes): Move to ax.c and call
5524 agent_get_trace_state_variable_value (...) and
5525 agent_set_trace_state_variable_value (...).
5526
5527 * Makefile.in: Update ax.c and IPA dependencies.
5528
277e4e52
PA
55292012-02-24 Pedro Alves <palves@redhat.com>
5530
5531 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
5532 (cmd_bigqtbuffer_circular): ... this. Only handle
5533 'QTBuffer:circular:'.
5534 (handle_tracepoint_general_set): Adjust.
5535
bf4c19f7
YQ
55362012-02-16 Yao Qi <yao@codesourcery.com>
5537
5538 * inferiors.c: Move code to ...
5539 * dll.c: .... here. New.
5540 * server.h: Declare clear_dlls.
5541 * Makefile.in (SFILES): Add dll.c.
5542 (OBS): Add dll.o
5543 (dll.o): New rule.
5544
d73f2619
YQ
55452012-02-11 Yao Qi <yao@codesourcery.com>
5546
5547 * server.c: (handle_monitor_command): Add a new parameter
5548 `own_buf'.
5549 (handle_query): Update caller.
5550
f8255c2a
JB
55512012-02-09 Joel Brobecker <brobecker@adacore.com>
5552
5553 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
5554 * configure, config.in: Regenerate.
5555 * hostio.c: Provide an alternate implementation if HAVE_READLINK
5556 is not defined.
5557
da84f473
PA
55582012-02-02 Pedro Alves <palves@redhat.com>
5559
5560 Try SIGKILL first, then PTRACE_KILL.
5561 * linux-low.c (linux_kill_one_lwp): New.
5562 (linux_kill_one_lwp): Rename to ...
5563 (kill_one_lwp_callback): ... this. Use the new
5564 linux_kill_one_lwp.
5565
e886a173
PA
55662012-02-02 Pedro Alves <palves@redhat.com>
5567
5568 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
5569 inferior.
5570
be07f1a2
PA
55712012-01-27 Pedro Alves <palves@redhat.com>
5572
5573 * linux-low.c (linux_child_pid_to_exec_file): Delete.
5574 (elf_64_file_p): Make static.
5575 (linux_pid_exe_is_elf_64_file): New.
5576 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
5577 Delete declarations.
5578 (linux_pid_exe_is_elf_64_file): Declare.
5579 * linux-x86-low.c (x86_arch_setup): Use
5580 linux_pid_exe_is_elf_64_file.
5581
d8301ad1
JK
55822012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5583
5584 * linux-low.c (linux_wait_for_event_1): Rename to ...
5585 (linux_wait_for_event): ... here and merge it with former
5586 linux_wait_for_event - new variable wait_ptid, use it.
5587 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
5588
01b17894
PA
55892012-01-23 Pedro Alves <palves@redhat.com>
5590
5591 * server.c (main): Avoid yet another case of infinite loop while
5592 detaching/killing after a longjmp.
5593
e825046f
JK
55942012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 Code cleanup.
5597 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
5598
b9e7b9c3
UW
55992012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5600
5601 * hostio.c (handle_readlink): New function.
5602 (handle_vFile): Call it to handle "vFile:readlink" packets.
5603
901f9912
UW
56042012-01-20 Pedro Alves <palves@redhat.com>
5605 Ulrich Weigand <ulrich.weigand@linaro.org>
5606
5607 * server.c (handle_v_requests): Only support vAttach and vRun to
5608 start multiple processes when in extended protocol mode.
5609
fc1ab1a0
PA
56102012-01-17 Pedro Alves <palves@redhat.com>
5611
5612 * tracepoint.c (initialize_tracepoint): Use mmap instead of
5613 memalign plus mprotect to allocate the scratch buffer.
5614
7d5d4e98
PA
56152012-01-13 Pedro Alves <palves@redhat.com>
5616
5617 * server.c (attach_inferior): Clear `cont_thread'.
5618
f128d5e9
PA
56192012-01-13 Pedro Alves <palves@redhat.com>
5620
5621 * server.c (main): Avoid infinite loop while detaching/killing
5622 after a longjmp.
5623
06db92f0
DE
56242012-01-09 Doug Evans <dje@google.com>
5625
5626 * server.c (start_inferior): Set last_ptid in --wrapper case.
5627
32d92999
YQ
56282012-01-06 Yao Qi <yao@codesourcery.com>
5629
5630 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
5631 defined.
5632 [IN_PROCESS_AGENT] (debug_agent): New global variable.
5633
5e0a92a9
YQ
56342012-01-04 Yao Qi <yao@codesourcery.com>
5635
5636 * tracepoint.c (cmd_qtdp): Print debug message
5637 for static tracepoint.
5638
ae639e8c
YQ
56392012-01-04 Yao Qi <yao@codesourcery.com>
5640
5641 * tracepoint.c (trace_vdebug): Differentiate debug message
5642 between gdbserver and IPA.
5643
f72429c5
YQ
56442012-01-03 Yao Qi <yao@codesourcery.com>
5645
5646 * tracepoint.c (tracepoint_was_hit): Don't collect for
5647 static tracepoint.
5648
12c3e59c
JB
56492012-01-02 Joel Brobecker <brobecker@adacore.com>
5650
5651 * terminal.h: Reformat copyright header.
5652
67827812
JB
56532012-01-02 Joel Brobecker <brobecker@adacore.com>
5654
5655 * server.c (gdbserver_version): Update copyright year.
5656 * gdbreplay.c (gdbreplay_version): Likewise.
5657
3e52c33d
JK
56582011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5659
5660 * linux-low.c (linux_create_inferior): Put empty if clause for write.
5661
5662 Revert:
5663 2011-12-18 Hui Zhu <teawater@gmail.com>
5664 * linux-low.c (linux_create_inferior): Save return value to ret.
5665
66f1260e
HZ
56662011-12-18 Hui Zhu <teawater@gmail.com>
5667
5668 * linux-low.c (linux_create_inferior): Save return value to ret.
5669
e77616d7
DE
56702011-12-16 Doug Evans <dje@google.com>
5671
e7b06c57
DE
5672 * linux-low.c (linux_create_inferior): If stdio connection,
5673 redirect stdin from /dev/null, stdout to stderr.
5674 * remote-utils.c (remote_is_stdio): New static global.
5675 (remote_connection_is_stdio): New function.
5676 (remote_prepare): Handle stdio connection.
5677 (remote_open): Ditto.
5678 (remote_close): Don't close stdin for stdio connections.
5679 (read_prim,write_prim): New functions. Replace all calls to
5680 read/write to these.
5681 * server.c (main): Watch for "-" argument. Move call to
5682 remote_prepare before start_inferior.
5683 * server.h (STDIO_CONNECTION_NAME): New macro.
5684 (remote_connection_is_stdio): Declare.
5685
e77616d7
DE
5686 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
5687 in debugging output.
5688
82067193
YQ
56892011-12-15 Yao Qi <yao@codesourcery.com>
5690
5691 * tracepoint.c: Include sys/syscall.h.
5692 (gdb_ust_thread): Remove preprocessor conditional.
5693
82bfbe7e
PA
56942011-12-14 Pedro Alves <pedro@codesourcery.com>
5695
5696 * linux-low.c (linux_detach_one_lwp): Call
5697 the_low_target.prepare_to_resume before detaching.
5698
712c6575
YQ
56992011-12-14 Yao Qi <yao@codesourcery.com>
5700
5701 * tracepoint.c (gdb_ust_thread): Don't ignore return value
5702 of write.
5703
d54d1edf
YQ
57042011-12-14 Yao Qi <yao@codesourcery.com>
5705
5706 * i386-low.c (i386_low_stopped_data_address): Initialize local
5707 variable `control'.
5708
6210a125
PA
57092011-12-13 Pedro Alves <pedro@codesourcery.com>
5710
5711 PR remote/13492
5712
5713 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
5714 DR_CONTROL unless necessary. Extend comments.
5715 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
5716 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
5717
2ece8244
YQ
57182011-12-13 Yao Qi <yao@codesourcery.com>
5719
5720 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
5721 macros.
5722 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
5723
784867a5
JK
57242011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5725
5726 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
5727 Print new debug message for such case.
5728
6bf36717
JK
57292011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5730
5731 Fix overlapping memcpy.
5732 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
5733 the read_inferior_memory transfer.
5734 (delete_fast_tracepoint_jump): New variable buf. Use it for the
5735 write_inferior_memory transfer.
5736 (set_fast_tracepoint_jump): New variable buf. Use it for the
5737 read_inferior_memory and write_inferior_memory transfers.
5738 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
5739 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
5740 Use it for the write_inferior_memory transfer.
5741 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
5742 buffers.
5743
50275556
MR
57442011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5745
5746 * linux-low.c (fetch_register, store_register): Make code
5747 consistent, fix formatting.
5748
7325beb4
MR
57492011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
5750
5751 * linux-low.c (usr_store_inferior_registers): Factor out code
5752 to handle individual registers into...
5753 (store_register): ... this new function.
5754
c642a434
UW
57552011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5756
5757 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
5758 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
5759 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
5760 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
5761 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
5762 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
5763 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
5764 (srv_xmlfiles): Add new XML files.
5765
5766 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
5767 and <sys/uio.h>.
5768 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
5769 (init_registers_s390_linux32v1): Add prototype.
5770 (init_registers_s390_linux32v2): Likewise.
5771 (init_registers_s390_linux64v1): Likewise.
5772 (init_registers_s390_linux64v2): Likewise.
5773 (init_registers_s390x_linux64v1): Likewise.
5774 (init_registers_s390x_linux64v2): Likewise.
5775 (s390_num_regs): Increment to 52.
5776 (s390_regmap): Add orig_r2 register.
5777 (s390_num_regs_3264): Increment to 68.
5778 (s390_regmap_3264): Add orig_r2 register.
5779 (s390_collect_ptrace_register): Handle orig_r2 register.
5780 (s390_supply_ptrace_register): Likewise.
5781 (s390_fill_last_break): New function.
5782 (s390_store_last_break): Likewise.
5783 (s390_fill_system_call): New function.
5784 (s390_store_system_call): Likewise.
5785 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
5786 register sets.
5787 (s390_check_regset): New function.
5788 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
5789 NT_S390_SYSTEM_CALL regsets and use appropriate description.
5790 Update target_regsets for available register sets.
5791
2268b414
JK
57922011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
5793 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
5796 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
5797 New.
5798 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
5799 * linux-low.h (struct process_info_private): New member r_debug.
5800 * server.c (handle_qxfer_libraries): Call
5801 the_target->qxfer_libraries_svr4.
5802 (handle_qxfer_libraries_svr4): New function.
5803 (qxfer_packets): New entry "libraries-svr4".
5804 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
5805 * target.h (struct target_ops): New member qxfer_libraries_svr4.
5806 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
5807 PACKET_qXfer_libraries_svr4.
5808
d6db1fab
UW
58092011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5810
5811 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
5812 PSW address/mask between 8-byte and 16-byte formats.
5813 (s390_supply_ptrace_register): Likewise.
5814 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
5815 basic addressing mode bit.
5816
242f5f1c
SS
58172011-11-24 Stan Shebs <stan@codesourcery.com>
5818
5819 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
5820
f196051f
SS
58212011-11-17 Stan Shebs <stan@codesourcery.com>
5822
5823 * tracepoint.c (struct tracepoint): New field traceframe_usage.
5824 (tracing_start_time): New global.
5825 (tracing_stop_time): New global.
5826 (tracing_user_name): New global.
5827 (tracing_notes): New global.
5828 (tracing_stop_note): New global.
5829 (cmd_qtstart): Set traceframe_usage, start_time.
5830 (stop_tracing): Set stop_time.
5831 (cmd_qtstatus): Report additional status.
5832 (cmd_qtp): New function.
5833 (handle_tracepoint_query): Call it.
5834 (cmd_qtnotes): New function.
5835 (handle_tracepoint_general_set): Call it.
5836 (get_timestamp): Rename from tsv_get_timestamp.
5837
405f8e94
SS
58382011-11-14 Stan Shebs <stan@codesourcery.com>
5839 Kwok Cheung Yeung <kcy@codesourcery.com>
5840
5841 * linux-x86-low.c (small_jump_insn): New.
5842 (i386_install_fast_tracepoint_jump_pad): Add arguments for
5843 trampoline and error message, build a trampoline and issue a small
5844 jump instruction to it.
5845 (x86_install_fast_tracepoint_jump_pad): Add arguments for
5846 trampoline and error message.
5847 (x86_get_min_fast_tracepoint_insn_len): New.
5848 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
5849 * linux-low.h (struct linux_target_ops): Add arguments to
5850 install_fast_tracepoint_jump_pad operation, add new operation.
5851 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
5852 arguments.
5853 (linux_get_min_fast_tracepoint_insn_len): New function.
5854 (linux_target_op): Add new operation.
5855 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
5856 (gdb_trampoline_buffer_end): Ditto.
5857 (gdb_trampoline_buffer_error): Ditto.
5858 (struct ipa_sym_addresses): Add fields for new IPA variables.
5859 (symbol_list): Add entries for new IPA variables.
5860 (struct tracepoint): Add fields to hold the address range of the
5861 trampoline used by the tracepoint.
5862 (trampoline_buffer_head): New static variable.
5863 (trampoline_buffer_tail): Ditto.
5864 (claim_trampoline_space): New function.
5865 (have_fast_tracepoint_trampoline_buffer): New function.
5866 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
5867 structure.
5868 (install_fast_tracepoint): Ditto, also add error buffer argument.
5869 (cmd_qtminftpilen): New function.
5870 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
5871 (fast_tracepoint_from_trampoline_address): New function.
5872 (fast_tracepoint_collecting): Handle trampoline as part of jump
5873 pad space.
5874 (set_trampoline_buffer_space): New function.
5875 (initialize_tracepoint): Initialize new IPA variables.
5876 * target.h (struct target_ops): Add arguments to
5877 install_fast_tracepoint_jump_pad operation, add new
5878 get_min_fast_tracepoint_insn_len operation.
5879 (target_get_min_fast_tracepoint_insn_len): New.
5880 (install_fast_tracepoint_jump_pad): Add arguments.
5881 * server.h (IPA_BUFSIZ): Define.
5882 * linux-i386-ipa.c: Include extra header files.
5883 (initialize_fast_tracepoint_trampoline_buffer): New function.
5884 (initialize_low_tracepoint): Call it.
5885 * server.h (set_trampoline_buffer_space): Declare.
5886 (claim_trampoline_space): Ditto.
5887 (have_fast_tracepoint_trampoline_buffer): Ditto.
5888
1e4d1764
YQ
58892011-11-14 Yao Qi <yao@codesourcery.com>
5890
5891 * server.c (handle_query): Handle InstallInTrace for qSupported.
5892 * tracepoint.c (add_tracepoint): Sort list.
5893 (install_tracepoint, download_tracepoint): New.
5894 (cmd_qtdp): Call them to install and download tracepoints.
5895 (sort_tracepoints): Removed.
5896 (cmd_qtstart): Update.
5897
5c73ff4e
YQ
58982011-11-14 Yao Qi <yao@codesourcery.com>
5899
5900 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
5901 * mem-break.h: Declare.
5902 * tracepoint.c (cmd_qtstart): Move some code to ...
5903 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
5904 New.
5905 (download_tracepoints): Move some code to ...
5906 (download_tracepoint_1): ... here. New.
5907
86a30030
YQ
59082011-11-08 Yao Qi <yao@codesourcery.com>
5909
5910 * remote-utils.c (relocate_instruction): A comment fix.
5911
8d26e50c
JB
59122011-11-07 Joel Brobecker <brobecker@adacore.com>
5913
5914 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
5915 (i386_dr_low_get_control, i386_dr_low_get_status): Use
5916 dr_status_mirror and dr_control_mirror from debug_reg_state.
5917 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
5918 (i386_initial_stuff): Remove use of deleted globals.
5919 (i386_get_thread_context, i386_set_thread_context,
5920 i386_thread_added): Use dr_status_mirror and dr_control_mirror
5921 from debug_reg_state.
5922
a59306a3
YQ
59232011-11-05 Yao Qi <yao@codesourcery.com>
5924
5925 * tracepoint.c (gdb_collect): Loop over tracepoints of same
5926 address as TPOINT's.
5927
3065dfb6
SS
59282011-11-02 Stan Shebs <stan@codesourcery.com>
5929
5930 * tracepoint.c (agent_mem_read_string): New function.
5931 (eval_agent_expr): Call it for tracenz.
5932 * server.c (handle_query): Report support for tracenz.
5933
fd0d8c7c
YQ
59342011-11-02 Yao Qi <yao@codesourcery.com>
5935
5936 * tracepoint.c (cmd_qtstart): Remove unused local variables.
5937
609086b1
YQ
59382011-11-02 Yao Qi <yao@codesourcery.com>
5939
5940 * target.h: Fix a typo in comment.
5941
b9fd1791
PA
59422011-10-31 Pedro Alves <pedro@codesourcery.com>
5943
5944 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
5945 clobber the breakpoints' shadows with fast tracepoint jumps.
5946 * mem-break.h (check_mem_write): Add `myaddr' parameter.
5947 * target.c (write_inferior_memory): Also pass MYADDR down to
5948 check_mem_write.
5949
03583c20
UW
59502011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
5951
5952 * configure.ac: Check support for personality routine.
5953 * configure: Regenerate.
5954 * config.in: Likewise.
5955 * linux-low.c: Include <sys/personality.h>.
5956 Define ADDR_NO_RANDOMIZE if necessary.
5957 (linux_create_inferior): Disable address space randomization when
5958 forking inferior, if requested.
5959 (linux_supports_disable_randomization): New function.
5960 (linux_target_ops): Install it.
5961 * server.h (disable_randomization): Declare.
5962 * server.c (disable_randomization): New global variable.
5963 (handle_general_set): Handle QDisableRandomization.
5964 (handle_query): Likewise for qSupported.
5965 (main): Support --disable-randomization and --no-disable-randomization
5966 command line arguments.
5967 * target.h (struct target_ops): Add supports_disable_randomization.
5968 (target_supports_disable_randomization): New macro.
5969
723b724b
MF
59702011-09-29 Mike Frysinger <vapier@gentoo.org>
5971
5972 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
5973 ifdef check.
5974 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
5975 [!PT_GETDSBT] (target_loadmap): New definition.
5976 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
5977 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
5978 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
5979 and PT_GETDSBT to LINUX_LOADMAP.
5980 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
5981 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
5982
55329a5c 59832011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
5984
5985 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
5986 (arm_linux_hwbp_cap): New static variable.
5987 (arm_linux_get_hwbp_cap): Replace by ...
5988 (arm_linux_init_hwbp_cap): ... this new function.
5989 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
5990 (arm_linux_get_hw_watchpoint_count): Likewise.
5991 (arm_linux_get_hw_watchpoint_max_length): Likewise.
5992 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
5993 (arm_prepare_to_resume): Use perror_with_name instead of error.
5994
55329a5c 59952011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
5996
5997 * linux-arm-low.c: Include <signal.h>.
5998 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
5999 (struct arm_linux_hwbp_cap): New data type.
6000 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
6001 (struct arm_linux_hw_breakpoint): New data type.
6002 (MAX_BPTS, MAX_WPTS): Define.
6003 (struct arch_process_info, struct arch_lwp_info): New data types.
6004 (arm_linux_get_hwbp_cap): New function.
6005 (arm_linux_get_hw_breakpoint_count): Likewise.
6006 (arm_linux_get_hw_watchpoint_count): Likewise.
6007 (arm_linux_get_hw_watchpoint_max_length): Likewise.
6008 (arm_hwbp_control_initialize): Likewise.
6009 (arm_hwbp_control_is_enabled): Likewise.
6010 (arm_hwbp_control_is_initialized): Likewise.
6011 (arm_hwbp_control_disable): Likewise.
6012 (arm_linux_hw_breakpoint_equal): Likewise.
6013 (arm_linux_hw_point_initialize): Likewise.
6014 (struct update_registers_data): New data structure.
6015 (update_registers_callback: New function.
6016 (arm_insert_point): Likewise.
6017 (arm_remove_point): Likewise.
6018 (arm_stopped_by_watchpoint): Likewise.
6019 (arm_stopped_data_address): Likewise.
6020 (arm_new_process): Likewise.
6021 (arm_new_thread): Likewise.
6022 (arm_prepare_to_resume): Likewise.
6023 (the_low_target): Register arm_insert_point, arm_remove_point,
6024 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
6025 arm_new_thread, and arm_prepare_to_resume.
6026
6b9801d4
SS
60272011-09-15 Stan Shebs <stan@codesourcery.com>
6028
6029 * server.h (struct emit_ops): Add compare-goto fields.
6030 * tracepoint.c (gdb_agent_op_sizes): New table.
6031 (emit_eq_goto): New function.
6032 (emit_ne_goto): New function.
6033 (emit_lt_goto): New function.
6034 (emit_le_goto): New function.
6035 (emit_gt_goto): New function.
6036 (emit_ge_goto): New function.
6037 (is_goto_target): New function.
6038 (compile_bytecodes): Recognize special cases of compare-goto
6039 combinations and call specialized emitters for them.
6040 * linux-x86-low.c (amd64_emit_eq_goto): New function.
6041 (amd64_emit_ne_goto): New function.
6042 (amd64_emit_lt_goto): New function.
6043 (amd64_emit_le_goto): New function.
6044 (amd64_emit_gt_goto): New function.
6045 (amd64_emit_ge_goto): New function.
6046 (amd64_emit_ops): Add the new functions.
6047 (i386_emit_eq_goto): New function.
6048 (i386_emit_ne_goto): New function.
6049 (i386_emit_lt_goto): New function.
6050 (i386_emit_le_goto): New function.
6051 (i386_emit_gt_goto): New function.
6052 (i386_emit_ge_goto): New function.
6053 (i386_emit_ops): Add the new functions.
6054
bf15cbda
SS
60552011-09-08 Stan Shebs <stan@codesourcery.com>
6056
6057 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
6058 (i386_emit_epilogue): Restore %ebx.
6059
943ca1dd
JZ
60602011-08-31 Jie Zhang <jzhang918@gmail.com>
6061
6062 * server.c (step_thread): Remove definition.
6063 (process_serial_event): Don't handle Hs.
6064 * server.h (step_thread): Remove declaration.
6065 * target.c (set_desired_inferior): Remove use of step_thread.
6066
e3deef73
LM
60672011-08-24 Luis Machado <lgustavo@codesourcery.com>
6068
6069 * linux-low.c: Include linux-procfs.h.
6070 (linux_attach_lwp_1): Update comments.
6071 (linux_attach): Scan for existing threads when attaching to a
6072 process that is the tgid.
6073 * Makefile.in: Update dependencies.
6074
13da1c97
LM
60752011-08-24 Luis Machado <lgustavo@codesourcery.com>
6076
6077 * configure.srv: Add linux-procfs.o dependencies.
6078
881127c9
YQ
60792011-08-14 Yao Qi <yao@codesourcery.com>
6080
6081 * target.h (struct target_ops): Fix indent.
6082 * win32-low.c (win32_target_ops): Fix comment.
6083
58dbd541
YQ
60842011-08-14 Andrew Jenner <andrew@codesourcery.com>
6085 Yao Qi <yao@codesourcery.com>
6086
6087 * Makefile.in (clean): Remove tic6x-*.c files.
6088 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
6089 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
6090 (tic6x-c64xp-linux.c): Likewise.
6091 * configure.srv: Add support for tic6x-*-uclinux.
6092 * linux-tic6x-low.c: New.
6093 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
6094
78d85199
YQ
60952011-08-14 Andrew Stubbs <ams@codesourcery.com>
6096 Yao Qi <yao@codesourcery.com>
6097
6098 * target.h (struct target_ops): Add read_loadmap.
6099 * linux-low.c (struct target_loadseg): New type.
6100 (struct target_loadmap): New type.
6101 (linux_read_loadmap): New function.
6102 (linux_target_ops): Add linux_read_loadmap.
6103 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
6104 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
6105 to NULL.
78d85199 6106
a959a88d
EZ
61072011-08-05 Eli Zaretskii <eliz@gnu.org>
6108
6109 * win32-low.c: Include <stdint.h>.
6110
1ced966e
PA
61112011-07-22 Pedro Alves <pedro@codesourcery.com>
6112
6113 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
6114 to the inferior here.
6115 (i386_remove_aligned_watchpoint): Ditto.
6116 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
6117 fit part of the watchpoint in the debug registers.
6118 (i386_update_inferior_debug_regs): New.
6119 (i386_low_insert_watchpoint): Work on a local mirror of the debug
6120 registers, and only update the inferior on success.
6121 (i386_low_remove_watchpoint): Ditto.
6122
d26e3629
KY
61232011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
6124
6125 * linux-low.c (compare_ints, unique, list_threads, show_process,
6126 linux_core_of_thread): Delete.
6127 (linux_target_ops): Change linux_core_of_thread to
6128 linux_common_core_of_thread.
6129 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
6130 * utils.c (malloc_failure): Change type of argument.
6131 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
6132 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
6133 common/linux-osdata.c, common/ptid.c and common/buffer.c.
6134 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
6135 (IPA_OBJS): Add common-utils-ipa.o.
6136 (ptid_h, linux_osdata_h): New macros.
6137 (server_h): Add common/common-utils.h, common/xml-utils.h,
6138 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
6139 common/ptid.h.
6140 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
6141 ptid.o, buffer.o): New rules.
6142 (linux-low.o): Add common/linux-osdata.h as a dependency.
6143 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
6144 * configure.ac: Add AC_HEADER_DIRENT check.
6145 * config.in: Regenerate.
6146 * configure: Regenerate.
6147 * remote-utils.c (xml_escape_text): Delete.
6148 (buffer_grow, buffer_free, buffer_init, buffer_finish,
6149 buffer_xml_printf): Move to common/buffer.c.
6150 * server.c (main): Remove call to initialize_inferiors.
6151 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
6152 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
6153 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
6154 internal_error, gdb_assert, gdb_assert_fail): Delete.
6155 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
6156 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
6157 common/buffer.h.
6158 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
6159 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
6160 initialize_inferiors): Delete.
6161
2275a1a7
PA
61622011-07-20 Pedro Alves <pedro@codesourcery.com>
6163
6164 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
6165 symbol error.
6166
0a5b1e09
PA
61672011-05-31 Pedro Alves <pedro@codesourcery.com>
6168
6169 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
6170 assertion.
6171 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
6172
6938fd34
YQ
61732011-05-26 Yao Qi <yao@codesourcery.com>
6174
6175 * Makefile.in (thread-db.o): Track dependence to
6176 common/gdb_thread_db.h.
6177 * thread-db.c: include gdb_thread_db.h from right place.
6178
b481f9e0
TT
61792011-05-16 Adrian Cornish <gnu@bluedreamer.com>
6180
6181 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
6182 __FILE__ and __LINE__ to internal_error.
6183
98a5dd13
DE
61842011-05-13 Doug Evans <dje@google.com>
6185
6186 * thread-db.c (try_thread_db_load_from_sdir): New function.
6187 (try_thread_db_load_from_dir): New function.
6188 (thread_db_load_search): Handle $sdir, ignore $pdir.
6189 Remove trying of system directories if search of
6190 libthread-db-search-path fails, that is now done via $sdir.
6191
d248b706
KY
61922011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
6193
6194 * server.c (handle_query): Add EnableDisableTracepoints to the list
6195 of supported features.
43aaf8b6 6196 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 6197 tracepoints.
43aaf8b6
PA
6198 (cmd_qtenable_disable): New.
6199 (cmd_qtstart): Install tracepoints even if disabled.
6200 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
6201 receiving a QTEnable or QTDisable packet.
6202 (gdb_collect): Skip data collection if fast tracepoint is disabled.
6203 (ust_marker_to_static_tracepoint): Do not ignore disabled static
6204 tracepoints.
6205 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 6206
84e578fb
DE
62072011-05-10 Doug Evans <dje@google.com>
6208
6209 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
6210
71f55dd8
DE
62112011-05-04 Doug Evans <dje@google.com>
6212
6213 * linux-low.c (linux_join): Skip process lookup.
6214 * spu-low.c (spu_join): Ditto.
6215 * server.c (join_inferiors_callback): Delete.
6216 (process_serial_event): For 'D' packet (detach) call join_inferior
6217 directly.
6218
4d393d60
JM
62192011-05-04 Joseph Myers <joseph@codesourcery.com>
6220
6221 * README: Don't mention xscale*-*-linux*.
6222 * configure.srv (xscale*-*-linux*): Don't handle target.
6223
b00ad6ff
NF
62242011-04-27 Nathan Froyd <froydnj@codesourcery.com>
6225
6226 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
6227 casting pointers.
6228 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
6229 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
6230 (i386_emit_void_call_2): Likewise.
6231
af96c192
YQ
62322011-04-26 Yao Qi <yao@codesourcery.com>
6233
43aaf8b6
PA
6234 * linux-low.c: Move common macros to linux-ptrace.h.
6235 Include linux-ptrace.h.
af96c192
YQ
6236 * Makefile.in (linux_ptrace_h): New.
6237 (linux-low.o): Depends on linux-ptrace.h.
6238
03f2bd59
JK
62392011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
6242 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
6243 (remote_prepare): New function with most of the TCP code from ...
6244 (remote_open): ... here. Detect PORT here unconditionally. Move also
6245 setting transport_is_reliable.
6246 * server.c (run_once): New variable.
6247 (gdbserver_usage): Document it.
6248 (main): Set run_once for `--once'. Call remote_prepare. Exit after
6249 the first run if RUN_ONCE.
6250 * server.h (run_once, remote_prepare): New declarations.
6251
7a9dd1b2
TT
62522011-04-19 Tom Tromey <tromey@redhat.com>
6253
6254 * win32-low.c (handle_load_dll): Remove duplicate "the".
6255
81239425
PM
62562011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6257
6258 Remove support for old Cygwin 1.5 versions.
6259 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
6260 function to avoid warning.
6261 (win32_add_one_solib): Use cygwin_conv_path function to avoid
6262 warning.
6263
9e0627f1
PM
62642011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6265
6266 * gdbserver/server.h (Macro _): Define it if not available.
6267
588eebee
MS
62682011-03-14 Michael Snyder <msnyder@vmware.com>
6269
348af9f7 6270 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 6271
43f70d4c
JB
62722011-03-10 Joel Brobecker <brobecker@adacore.com>
6273
6274 * Makefile.in (maintainer-clean realclean distclean): Remove
6275 "make ... subdir_do" command.
6276
348af9f7
MS
62772011-03-10 Michael Snyder <msnyder@vmware.com>
6278
6279 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
6280
6281 * server.c (handle_v_run): Free alloced buffer on early return.
6282
e637a4f5
YQ
62832011-03-09 Yao Qi <yao@codesourcery.com>
6284
6285 Revert:
6286 2011-03-04 Yao Qi <yao@codesourcery.com>
6287
6288 * Makefile.in: Remove GNU make feature --directory.
6289
6290 2011-03-05 Yao Qi <yao@codesourcery.com>
6291
6292 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6293 (subdir_do): New make target. Copied from gdb/Makefile.
6294 (maintainer-clean, realclean, distclean, clean): Call corresponding
6295 make targets in common/Makefile.
6296
6297 2011-02-11 Yao Qi <yao@codesourcery.com>
6298
6299 * configure.ac: Call AC_PROG_RANLIB.
6300 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6301 * configure: Regenerate.
6302
e6edda56
JK
63032011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6304
6305 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
6306
e5141119
JB
63072011-03-06 Yao Qi <yao@codesourcery.com>
6308
6309 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
6310
64794aa4
JB
63112011-03-05 Yao Qi <yao@codesourcery.com>
6312
6313 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
6314 (subdir_do): New make target. Copied from gdb/Makefile.
6315 (maintainer-clean, realclean, distclean, clean): Call corresponding
6316 make targets in common/Makefile.
6317
7a762829
YQ
63182011-03-04 Yao Qi <yao@codesourcery.com>
6319
6320 * Makefile.in: Remove GNU make feature --directory.
6321
348af9f7
MS
63222011-03-04 Michael Snyder <msnyder@vmware.com>
6323
6324 * server.c (queue_stop_reply): Call xmalloc not malloc.
6325
63262011-03-02 Michael Snyder <msnyder@vmware.com>
6327
6328 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
6329
9f72fee2
MS
63302011-02-28 Michael Snyder <msnyder@vmware.com>
6331
588eebee
MS
6332 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6333 (cmd_qtframe): Ditto.
6334 (cmd_qtbuffer): Ditto.
6335 (cmd_bigqtbuffer): Ditto.
6336
9f72fee2
MS
6337 * utils.c (decimal2str): Initialize 'width' to nine, then
6338 don't mess with it.
6339
8040bd49
UW
63402011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6341
6342 * hostio.c (require_data): Free *data, not data.
6343
7e52cbd0
JK
63442011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6345
6346 * hostio.c (require_data): Use free, not xfree.
6347
9130f83e
MS
63482011-02-27 Michael Snyder <msnyder@vmware.com>
6349
4b812f4e
MS
6350 * server.c (handle_query): Discard unused value.
6351
9130f83e
MS
6352 * hostio.c (require_data): Free malloc memory before returning
6353 error.
6354
69d37113
MS
63552011-02-26 Michael Snyder <msnyder@vmware.com>
6356
6357 * linux-low.c (list_threads): Call closedir for dirent.
6358
35f5825a
MS
63592011-02-27 Michael Snyder <msnyder@vmware.com>
6360
2a589cef
MS
6361 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
6362 a case statement falls through.
6363
0adea5f7
MS
6364 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
6365
35f5825a
MS
6366 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
6367 in comparison.
6368
238f1c74
MS
63692011-02-26 Michael Snyder <msnyder@vmware.com>
6370
6371 * utils.c (decimal2str): Eliminate dead code and dead param.
6372 (pulongest): Drop dead param from call to decimal2str.
6373 (plongest): Ditto.
6374
633ff500
JB
63752011-02-24 Joel Brobecker <brobecker@adacore.com>
6376
6377 Revert the following patch (not approved yet):
6378 2011-02-21 Hui Zhu <teawater@gmail.com>
6379 * tracepoint.c (tp_printf): New function.
6380 (eval_agent_expr): Handle gdb_agent_op_printf.
6381
f9c6ff72
HZ
63822011-02-21 Hui Zhu <teawater@gmail.com>
6383
6384 * tracepoint.c (tp_printf): New function.
6385 (eval_agent_expr): Handle gdb_agent_op_printf.
6386
94d5e490
TT
63872011-02-18 Tom Tromey <tromey@redhat.com>
6388
6389 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
6390 (tracepoint.o): Likewise.
6391 * tracepoint.c (enum gdb_agent_op): Use ax.def.
6392 (gdb_agent_op_names): Likewise.
6393
c7f96d2b
TT
63942011-02-18 Tom Tromey <tromey@redhat.com>
6395
6396 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
6397 gdb_agent_op_rot>: New constants.
6398 (gdb_agent_op_names): Add pick and roll.
6399 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
6400 cases.
6401
0feedb2c
JK
64022011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * aclocal.m4: Regenerated with aclocal-1.11.1.
6405
b3b9301e
PA
64062011-02-14 Pedro Alves <pedro@codesourcery.com>
6407
6408 * server.c (handle_qxfer_traceframe_info): New.
6409 (qxfer_packets): Register "traceframe-info".
6410 (handle_query): Report support for qXfer:traceframe-info:read+.
6411 * tracepoint.c (match_blocktype): New.
6412 (traceframe_find_block_type): Rename to ...
6413 (traceframe_walk_blocks): ... this. Add callback filter argument,
6414 and use it.
6415 (traceframe_find_block_type): New, reimplemented on top of
6416 traceframe_walk_blocks.
6417 (build_traceframe_info_xml): New.
6418 (traceframe_read_info): New.
6419 * server.h (traceframe_read_info): Declare.
6420
4f3e6fb7
YQ
64212011-02-11 Yao Qi <yao@codesourcery.com>
6422
6423 * configure.ac: Call AC_PROG_RANLIB.
6424 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
6425 * configure: Regenerate.
6426
764880b7
PA
64272011-02-07 Pedro Alves <pedro@codesourcery.com>
6428
6429 * server.c (gdb_read_memory): Change return semantics to allow
6430 partial transfers.
6431 (handle_search_memory_1): Adjust.
6432 (process_serial_event) <'m' packet>: Handle partial transfers.
6433 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
6434
1c79eb8a
PA
64352011-01-28 Pedro Alves <pedro@codesourcery.com>
6436
6437 * regcache.c (init_register_cache): Initialize
6438 regcache->register_status.
6439 (free_register_cache): Release regcache->register_status.
6440 (regcache_cpy): Copy register_status.
6441 (registers_to_string): Print 'x's for unavailable registers.
6442 (supply_register): Mark the register's status valid or
6443 unavailable, depending on whether a buffer was passed in or not.
6444 (supply_register_zeroed): New.
6445 (supply_regblock): Mark the registers' status valid or
6446 unavailable, depending on whether a buffer was passed in or not.
6447 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
6448 (struct regcache): New `register_status' field.
6449 (supply_register_zeroed): Declare.
6450 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
6451 supply_register_zeroed, rather than passing a NULL buffer to
6452 supply_register.
6453 * tracepoint.c (fetch_traceframe_registers): Update comment.
6454
85724a0e
PA
64552011-01-28 Pedro Alves <pedro@codesourcery.com>
6456
6457 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
6458 buffer explicit.
6459
d08aafef
PA
64602011-01-25 Pedro Alves <pedro@codesourcery.com>
6461
6462 * server.h (decode_xfer_write): Change prototype.
6463 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
6464 and don't extract the annex here.
6465 * server.c (decode_xfer_read): Remove `annex' parameter,
6466 and don't extract the annex here.
6467 (decode_xfer): New.
6468 (struct qxfer): New.
6469 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
6470 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
6471 (handle_qxfer_statictrace): New functions, abstracted out from
6472 handle_query, and made to use the struct qxfer interface.
6473 (handle_threads_qxfer_proper): Rename to ...
6474 (handle_qxfer_threads_proper): ... this.
6475 (handle_threads_qxfer): Rename to ...
6476 (handle_qxfer_threads): ... this. Adjust.
6477 (qxfer_packets): New array.
6478 (handle_qxfer): New function.
6479 (handle_query): Use handle_qxfer.
6480
493e2a69
MS
64812011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6482
6483 * gdbreplay.c: Shorten lines of >= 80 columns.
6484 * linux-low.c: Ditto.
6485 * linux-ppc-low.c: Ditto.
6486 * linux-s390-low.c: Ditto.
6487 * linux-sparc-low.c: Ditto.
6488 * linux-x86-low.c: Ditto.
6489 * linux-xtensa-low.c: Ditto.
6490 * mem-break.c: Ditto.
6491 * nto-low.c: Ditto.
6492 * regcache.h: Ditto.
6493 * remote-utils.c: Ditto.
6494 * server.c: Ditto.
6495 * server.h: Ditto.
6496 * thread-db.c: Ditto.
6497 * tracepoint.c: Ditto.
6498 * utils.c: Ditto.
6499 * win32-low.h: Ditto.
6500
44944448
JB
65012011-01-05 Joel Brobecker <brobecker@adacore.com>
6502
6503 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
6504 update.
6505
71ce852c
JB
65062011-01-01 Joel Brobecker <brobecker@adacore.com>
6507
6508 * server.c (gdbserver_version): Update copyright year in version
6509 output.
6510 * gdbreplay.c (gdbreplay_version): Ditto.
6511
eb826dc6
MF
65122010-12-29 Jie Zhang <jie.zhang@analog.com>
6513
6514 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
6515 * linux-bfin-low.c: New file.
6516 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
6517 PT_DATA_ADDR for BFIN targets.
6518 * Makefile.in (SFILES): Add linux-bfin-low.c.
6519 (clean): Remove reg-bfin.c.
6520 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
6521 * README: Mention supported Blackfin targets.
6522
39ab222a
MF
65232010-12-23 Mike Frysinger <vapier@gentoo.org>
6524
6525 * .gitignore: New file.
6526
a1f2ce7d
MF
65272010-11-16 Mike Frysinger <vapier@gentoo.org>
6528
6529 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
6530
f474844c
JZ
65312010-10-22 Jie Zhang <jie@codesourcery.com>
6532
6533 * Makefile.in: Add FLAGS_TO_PASS variable.
6534 (install): Remove dependency of install-only and recursively
6535 invoke make for install-only.
6536
f1048712
DE
65372010-10-04 Doug Evans <dje@google.com>
6538
6539 * Makefile.in (uninstall): Use $(DESTDIR).
6540
b53a1623
PA
65412010-09-24 Pedro Alves <pedro@codesourcery.com>
6542
e6ee044d
PA
6543 PR gdb/11842
6544
b53a1623
PA
6545 * linux-x86-low.c (compat_siginfo_from_siginfo)
6546 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
6547 si_code is < 0. Check for si_code == SI_TIMER before checking for
6548 si_code < 0.
6549
fa1bd1e4
JB
65502010-09-13 Joel Brobecker <brobecker@adacore.com>
6551
6552 * lynx-i386-low.c: New file.
6553 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
6554
47fac8f8
JB
65552010-09-13 Joel Brobecker <brobecker@adacore.com>
6556
6557 * lynx-low.c (ptrace_request_to_str): Remove handling for
6558 request values that have been removed in LynxOS 5.x.
6559
1adfc54d
JB
65602010-09-13 Joel Brobecker <brobecker@adacore.com>
6561
6562 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
6563 <ptrace.h>
6564
c2a66c29
NS
65652010-09-09 Nathan Sidwell <nathan@codesourcery.com>
6566
6567 * configure.ac: Add --enable-inprocess-agent option.
6568 * configure: Rebuilt.
6569
32fcada3
YQ
65702010-09-06 Yao Qi <yao@codesourcery.com>
6571
6572 * linux-low.c (linux_kill): Remove unused variable.
6573 (linux_stabilize_threads): Likewise.
6574 * server.c (start_inferior): Likewise.
6575 (queue_stop_reply_callback): Likewise.
6576 * tracepoint.c (do_action_at_tracepoint): Likewise.
6577
0cccb683
YQ
65782010-09-06 Yao Qi <yao@codesourcery.com>
6579
6580 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
6581 on return.
6582
423ec54c
JK
65832010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
6586
12ac6819
PA
65872010-09-06 Pedro Alves <pedro@codesourcery.com>
6588
6589 * Makefile.in (install-only): Replace $IPA_DEPFILES with
6590 "$(IPA_DEPFILES)".
6591
8ed54b31
JB
65922010-09-01 Joel Brobecker <brobecker@adacore.com>
6593
6594 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
6595 gdbserver/lynx-ppc-low.c: New files.
6596 * Makefile.in (lynx_low_h): New variable.
6597 (lynx-low.o, lynx-ppc-low.o): New rules.
6598 * configure.ac: On LynxOS, link with -lnetinet.
6599 * configure.srv: Add handling of powerpc-*-lynxos* targets.
6600 * configure: regenerate.
6601
bb0116a4
JB
66022010-09-01 Joel Brobecker <brobecker@adacore.com>
6603
6604 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
6605 * configure.ac: Add check for vasprintf and vsnprintf.
6606 * configure, config.in: Regenerate.
6607 * server.h (vasprintf, vsnprintf): Add conditional declarations.
6608
a778ab81 66092010-09-01 Joel Brobecker <brobecker@adacore.com>
6610
6611 * gdbreplay.c: Move include of alloca.h up, next to include of
6612 malloc.h.
6613 * server.h: Add include of malloc.h.
6614 * mem-break.c: Remove include of malloc.h.
6615 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
6616
8b034a19 66172010-09-01 Joel Brobecker <brobecker@adacore.com>
6618
6619 * Makefile.in (memmem.o): Build with -Wno-error.
6620
66212010-09-01 Joel Brobecker <brobecker@adacore.com>
6622
6623 * utils.c (xsnprintf): Make non-static.
6624 * server.h: Add xsnprintf declaration.
6625 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
6626 replace calls to snprintf by calls to xsnprintf throughout.
6627
66282010-09-01 Joel Brobecker <brobecker@adacore.com>
6629
6630 * configure.ac: Add configure check for alloca.
6631 * configure, config.in: Regenerate.
6632 * server.h: Include alloca.h if it exists.
6633 * gdbreplay.c: Include alloca.h if it exists.
6634
1a981360
PA
66352010-08-28 Pedro Alves <pedro@codesourcery.com>
6636
6637 * linux-low.c (__SIGRTMIN): Define if not already defined.
6638 (linux_create_inferior): Check for __ANDROID__ rather than
6639 __SIGRTMIN.
6640 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
6641 are already deferred.
6642 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
6643 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
6644 stopped and already has a pending signal to report.
6645 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
6646 a pending signal to report or is moving out of a jump pad.
6647 (linux_init_signals): Check for __ANDROID__ rather than
6648 __SIGRTMIN.
6649
b4d51a55
PA
66502010-08-28 Pedro Alves <pedro@codesourcery.com>
6651
6652 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
6653 debug_threads check. Avoid a linear search when not doing debug
6654 output.
6655
ec48365d
PA
66562010-08-27 Pedro Alves <pedro@codesourcery.com>
6657
6658 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
6659 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
6660 (struct file_handler) <fd>: Change type to gdb_fildes_t.
6661 (process_event): Change local fd's type to gdb_fildes_t.
6662 (create_file_handler): Adjust prototype.
6663 (delete_file_handler): Adjust prototype.
6664 (handle_file_event): Adjust prototype. Use pfildes.
6665 (create_file_event): Adjsut prototype.
6666 * remote-utils.c (remote_desc, listen_desc): Change type to
6667 gdb_fildes_t.
6668 * server.h: New gdb_fildes_t typedef.
6669 [USE_WIN32API]: Include winsock2.h.
6670 (delete_file_handler, add_file_handler): Adjust prototypes.
6671 (pfildes): Declare.
6672 * utils.c (pfildes): New.
6673
854d88f0
PA
66742010-08-27 Pedro Alves <pedro@codesourcery.com>
6675
6676 * configure.ac (build_warnings): Add -Wno-char-subscripts.
6677 * configure: Regenerate.
6678
0146f85b
PA
66792010-08-27 Pedro Alves <pedro@codesourcery.com>
6680
6681 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
6682 (linux_done_accessing_memory): ... this.
6683 (linux_target_ops): Adjust.
6684 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
6685 * nto-low.c (nto_target_ops): Adjust comment.
6686 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
6687 * spu-low.c (spu_target_ops): Adjust comment.
6688 * target.h (target_ops): Rename unprepare_to_access_memory field
6689 to done_accessing_memory.
6690 (unprepare_to_access_memory): Rename to ...
6691 (done_accessing_memory): ... this.
6692
90d74c30
PA
66932010-08-26 Pedro Alves <pedro@codesourcery.com>
6694
6695 * linux-low.c (linux_prepare_to_access_memory): New.
6696 (linux_unprepare_to_access_memory): New.
6697 (linux_target_ops): Install them.
6698 * server.c (read_memory): Rename to ...
6699 (gdb_read_memory): ... this. Use
6700 prepare_to_access_memory/prepare_to_access_memory.
6701 (write_memory): Rename to ...
6702 (gdb_write_memory): ... this. Use
6703 prepare_to_access_memory/prepare_to_access_memory.
6704 (handle_search_memory_1): Adjust.
6705 (process_serial_event): Adjust.
6706 * target.h (struct target_ops): New fields
6707 prepare_to_access_memory and unprepare_to_access_memory.
6708 (prepare_to_access_memory, unprepare_to_access_memory): New.
6709 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
6710 prepare_to_access_memory/prepare_to_access_memory.
6711 * nto-low.c (nto_target_ops): Adjust.
6712 * spu-low.c (spu_target_ops): Adjust.
6713 * win32-low.c (win32_target_ops): Adjust.
6714
fd467969
PA
67152010-08-26 Pedro Alves <pedro@codesourcery.com>
6716
6717 * Makefile.in (WARN_CFLAGS): Get it from configure.
6718 (WERROR_CFLAGS): New.
6719 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
6720 * configure.ac: Introduce --enable-werror, which adds -Werror to
6721 the compiler command line. Enabled by default. Disable with
6722 --disable-werror. Add -Wdeclaration-after-statement
6723 Wpointer-arith and -Wformat-nonliteral to warning flags.
6724 * configure: Regenerate.
6725
331e2f5f
PA
67262010-08-26 Pedro Alves <pedro@codesourcery.com>
6727
6728 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
6729
e581f2b4
PA
67302010-08-26 Pedro Alves <pedro@codesourcery.com>
6731
6732 * gdbreplay.c (remote_error): New.
6733 (gdbchar): New.
6734 (expect): Use gdbchar. Check for error reading from GDB.
6735 Clarify sync error output.
6736 (play): Check for errors writing to GDB.
6737 * linux-low.c (sigchld_handler): Really ignore `write' errors.
6738 * remote-utils.c (getpkt): Check for errors writing to the remote
6739 descriptor.
6740
3c11dd79
PA
67412010-08-25 Pedro Alves <pedro@codesourcery.com>
6742
6743 * linux-low.c (linux_wait_1): Move non-debugging code out of
6744 `debug_threads' control.
6745
d20a8ad9
PA
67462010-08-25 Pedro Alves <pedro@codesourcery.com>
6747
6748 * linux-low.c (linux_wait_1): Don't set last_status here.
6749 * server.c (push_event, queue_stop_reply_callback): Assert we're
6750 not pushing a TARGET_WAITKIND_IGNORE event.
6751 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
6752 (myresume, handle_target_event): Set the thread's last_resume_kind
6753 and last_status from the target returned status.
6754
964e4306
PA
67552010-08-25 Pedro Alves <pedro@codesourcery.com>
6756
6757 PR threads/10729
6758
6759 * linux-x86-low.c (update_debug_registers_callback): New.
6760 (i386_dr_low_set_addr): Use it.
6761 (i386_dr_low_get_addr): New.
6762 (i386_dr_low_set_control): Use update_debug_registers_callback.
6763 (i386_dr_low_get_control): New.
6764 (i386_dr_low_get_status): Adjust.
6765 * linux-low.c (linux_stop_lwp): New.
6766 * linux-low.h (linux_stop_lwp): Declare.
6767
6768 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
6769 argument instead of a i386_debug_reg_state.
6770 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
6771 a i386_debug_reg_state.
6772 (i386_insert_aligned_watchpoint): Adjust.
6773 (i386_remove_aligned_watchpoint): Adjust.
6774 (i386_low_stopped_data_address): Read the debug registers from the
6775 inferior instead of from the mirrors.
6776 * i386-low.h (struct i386_debug_reg_state): Extend comment.
6777 (i386_dr_low_get_addr): Declare.
6778 (i386_dr_low_get_control): Declare.
6779 (i386_dr_low_get_status): Change prototype.
6780
6781 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
6782 (i386_dr_low_get_addr): New.
6783 (i386_dr_low_get_control): New.
6784 (i386_dr_low_get_status): Adjust prototype. Return
6785 dr_status_mirror.
6786 (i386_initial_stuff): Clear dr_status_mirror and
6787 dr_control_mirror.
6788 (i386_get_thread_context): Adjust.
6789 (i386_set_thread_context): Adjust.
6790 (i386_thread_added): Adjust.
6791
5f21a75b
PA
67922010-08-24 Pedro Alves <pedro@codesourcery.com>
6793
6794 * linux-low.h (linux_thread_area): Delete declaration.
6795
3e4c1235
TS
67962010-08-11 Thomas Schwinge <thomas@codesourcery.com>
6797
6798 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
6799 after its termination.
6800
1971b033
PA
68012010-08-09 Pedro Alves <pedro@codesourcery.com>
6802
6803 * linux-low.c (gdb_wants_lwp_stopped): Delete.
6804 (gdb_wants_all_stopped): Delete.
6805 (linux_wait_1): Don't call them.
6806 * server.c (handle_v_cont): Tag all threads as want-stopped.
6807 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
6808 stopped as "client-wants-stopped".
6809
310444ac
PA
68102010-07-31 Pedro Alves <pedro@codesourcery.com>
6811
6812 * Makefile.in (signals_h): New.
6813 (server_h): Depend on it.
6814 (server.o): Don't depend on $(signals_def).
6815 (signals.o): Depend on $(signals_def).
6816
a19cae16
JK
68172010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * Makefile.in (signals_def): New.
6820 (server_h): Append include/gdb/signals.h and signals_def.
6821 (server.o): Append signals_def.
6822
30d50328
JK
68232010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6824
6825 * server.c (handle_target_event): Use target_signal_to_host for
6826 resume_info.sig initialization.
6827 * target.h (struct thread_resume) <sig>: New comment.
6828
5c3216e2
OS
68292010-07-20 Ozkan Sezer <sezeroz@gmail.com>
6830
c6f46ca0
OS
6831 * server.c (handle_query): strcpy() the returned string from paddress()
6832 instead of sprintf().
5c3216e2
OS
6833 * utils.c (paddress): Return phex_nz().
6834
6bd31874
JB
68352010-07-07 Joel Brobecker <brobecker@adacore.com>
6836
6837 * server.c (handle_v_cont): Call mourn_inferior if process
6838 just exited.
6839 (myresume): Likewise.
6840
0fb4aa4b
PA
68412010-07-01 Pedro Alves <pedro@codesourcery.com>
6842
6843 Static tracepoints, and integration with UST.
6844
6845 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
6846 * mem-break.c (uninsert_all_breakpoints)
6847 (reinsert_all_breakpoints): New.
6848 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
6849 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
6850 (gdb_agent_ust_loaded, helper_thread_id)
6851 (gdb_agent_helper_thread_id): New macros.
6852 (struct ipa_sym_addresses): Add addr_ust_loaded,
6853 addr_helper_thread_id, addr_cmd_buf.
6854 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
6855 (in_process_agent_loaded_ust): New.
6856 (write_e_ust_not_loaded): New.
6857 (maybe_write_ipa_ust_not_loaded): New.
6858 (struct collect_static_trace_data_action): New.
6859 (enum tracepoint_type) <static_tracepoint>: New.
6860 (struct tracepoint) <handle>: Mention static tracepoints.
6861 (struct static_tracepoint_ctx): New.
6862 (CMD_BUF_SIZE): New.
6863 (add_tracepoint_action): Handle static tracepoint actions.
6864 (unprobe_marker_at): New.
6865 (clear_installed_tracepoints): Handle static tracepoints.
6866 (cmd_qtdp): Handle static tracepoints.
6867 (probe_marker_at): New.
6868 (cmd_qtstart): Handle static tracepoints.
6869 (response_tracepoint): Handle static tracepoints.
6870 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
6871 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
6872 (get_context_regcache): Handle static tracepoints.
6873 (do_action_at_tracepoint): Handle static tracepoint actions.
6874 (traceframe_find_block_type): Handle static trace data blocks.
6875 (traceframe_read_sdata): New.
6876 (download_tracepoints): Download static tracepoint actions.
6877 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
6878 (GDB_PROBE_NAME): New.
6879 (ust_ops): New.
6880 (GET_UST_SYM): New.
6881 (USTF): New.
6882 (dlsym_ust): New.
6883 (ust_marker_to_static_tracepoint): New.
6884 (gdb_probe): New.
6885 (collect_ust_data_at_tracepoint): New.
6886 (gdb_ust_probe): New.
6887 (UNIX_PATH_MAX, SOCK_DIR): New.
6888 (gdb_ust_connect_sync_socket): New.
6889 (resume_thread, stop_thread): New.
6890 (run_inferior_command): New.
6891 (init_named_socket): New.
6892 (gdb_ust_socket_init): New.
6893 (cstr_to_hexstr): New.
6894 (next_st): New.
6895 (first_marker, next_marker): New.
6896 (response_ust_marker): New.
6897 (cmd_qtfstm, cmd_qtsstm): New.
6898 (unprobe_marker_at, probe_marker_at): New.
6899 (cmd_qtstmat, gdb_ust_thread): New.
6900 (gdb_ust_init): New.
6901 (initialize_tracepoint_ftlib): Call gdb_ust_init.
6902 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
6903 (ST_REGENTRY): New.
6904 (x86_64_st_collect_regmap): New.
6905 (X86_64_NUM_ST_COLLECT_GREGS): New.
6906 (AMD64_RIP_REGNUM): New.
6907 (supply_static_tracepoint_registers): New.
6908 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
6909 (ST_REGENTRY): New.
6910 (i386_st_collect_regmap): New.
6911 (i386_NUM_ST_COLLECT_GREGS): New.
6912 (supply_static_tracepoint_registers): New.
6913 * server.c (handle_query): Handle qXfer:statictrace:read.
6914 <qSupported>: Report support for StaticTracepoints, and
6915 qXfer:statictrace:read features.
6916 * server.h (traceframe_read_sdata)
6917 (supply_static_tracepoint_registers): Declare.
6918 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
6919 (unpack_varlen_hex): Include in IPA build.
6920 * Makefile.in (ustlibs, ustinc): New.
6921 (IPA_OBJS): Add remote-utils-ipa.o.
6922 ($(IPA_LIB)): Link -ldl and -lpthread.
6923 (UST_CFLAGS): New.
6924 (IPAGENT_CFLAGS): Add UST_CFLAGS.
6925 * config.in, configure: Regenerate.
6926
9e4344e5
PA
69272010-06-20 Ian Lance Taylor <iant@google.com>
6928 Pedro Alves <pedro@codesourcery.com>
6929
6930 * linux-x86-low.c (always_true): Delete.
6931 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
6932 trying to fool the compiler with always_true.
6933
c6beb2cb
PA
69342010-06-20 Pedro Alves <pedro@codesourcery.com>
6935
6936 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
6937 conditions in gdbserver.
6938
d2ed6730
UW
69392010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
6940
6941 * spu-low.c (spu_read_memory): Wrap around local store limit.
6942 (spu_write_memory): Likewise.
6943
4e29fb54
PA
69442010-06-15 Pedro Alves <pedro@codesourcery.com>
6945
6946 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
6947 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
6948 LONGEST uses.
6949 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
6950 uses.
6951 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
6952 uses with LONGEST uses.
6953
6a271cae
PA
69542010-06-14 Stan Shebs <stan@codesourcery.com>
6955 Pedro Alves <pedro@codesourcery.com>
6956
6957 Bytecode compiler.
6958
6959 * linux-x86-low.c: Include limits.h.
6960 (add_insns): New.
6961 (always_true): New.
6962 (EMIT_ASM): New.
6963 (EMIT_ASM32): New.
6964 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
6965 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
6966 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
6967 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
6968 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
6969 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
6970 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
6971 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
6972 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
6973 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
6974 (amd64_emit_void_call_2): New.
6975 (amd64_emit_ops): New.
6976 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
6977 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
6978 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
6979 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
6980 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
6981 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
6982 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
6983 (i386_emit_call, i386_emit_reg, i386_emit_pop)
6984 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
6985 (i386_emit_stack_adjust, i386_emit_int_call_1)
6986 (i386_emit_void_call_2): New.
6987 (i386_emit_ops): New.
6988 (x86_emit_ops): New.
6989 (the_low_target): Install x86_emit_ops.
6990 * server.h (struct emit_ops): New.
6991 (get_raw_reg_func_addr): Declare.
6992 (current_insn_ptr, emit_error): Declare.
6993 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
6994 (set_trace_state_variable_value): New defines.
6995 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
6996 addr_get_trace_state_variable_value and
6997 addr_set_trace_state_variable_value.
6998 (symbol_list): New fields for get_raw_reg,
6999 get_trace_state_variable_value and set_trace_state_variable_value.
7000 (condfn): New typedef.
7001 (struct tracepoint): New field `compiled_cond'.
7002 (do_action_at_tracepoint): Clear compiled_cond.
7003 (get_trace_state_variable_value, set_trace_state_variable_value):
7004 Export in the IPA.
7005 (condition_true_at_tracepoint): If there's a compiled condition,
7006 run that.
7007 (current_insn_ptr, emit_error): New globals.
7008 (struct bytecode_address): New.
7009 (get_raw_reg_func_addr): New.
7010 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
7011 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
7012 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
7013 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
7014 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
7015 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
7016 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
7017 (compile_tracepoint_condition, compile_bytecodes): New.
7018 * target.h (emit_ops): Forward declare.
7019 (struct target_ops): New field emit_ops.
7020 (target_emit_ops): New.
7021 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
7022 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
7023 * linux-low.c (linux_emit_ops): New.
7024 (linux_target_ops): Install it.
7025 * linux-low.h (struct linux_target_ops): New field emit_ops.
7026
92b72907
UW
70272010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
7028
7029 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
7030 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
7031
fa593d66
PA
70322010-06-01 Pedro Alves <pedro@codesourcery.com>
7033 Stan Shebs <stan@codesourcery.com>
7034
7035 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
7036 (all): Depend on $(extra_libraries).
7037 (install-only): Install the IPA.
7038 (IPA_OBJS, IPA_LIB): New.
7039 (clean): Remove the IPA lib.
7040 (IPAGENT_CFLAGS): New.
7041 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
7042 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
7043 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
7044 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
7045 * configure.ac: Check for atomic builtins support in the compiler.
7046 (IPA_DEPFILES, extra_libraries): Define.
7047 * configure.srv (ipa_obj): Add description.
7048 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
7049 (i[34567]86-*-linux*): Set ipa_obj.
7050 (x86_64-*-linux*): Set ipa_obj.
7051 * linux-low.c (stabilizing_threads): New.
7052 (supports_fast_tracepoints): New.
7053 (linux_detach): Stabilize threads before detaching.
7054 (handle_tracepoints): Handle internal tracing breakpoints. Assert
7055 the lwp is either not stabilizing, or is moving out of a jump pad.
7056 (linux_fast_tracepoint_collecting): New.
7057 (maybe_move_out_of_jump_pad): New.
7058 (enqueue_one_deferred_signal): New.
7059 (dequeue_one_deferred_signal): New.
7060 (linux_wait_for_event_1): If moving out of a jump pad, defer
7061 pending signals to later.
7062 (linux_stabilize_threads): New.
7063 (linux_wait_1): Check if threads need moving out of jump pads, and
7064 do it if so.
7065 (stuck_in_jump_pad_callback): New.
7066 (move_out_of_jump_pad_callback): New.
7067 (lwp_running): New.
7068 (linux_resume_one_lwp): Handle moving out of jump pads.
7069 (linux_set_resume_request): Dequeue deferred signals.
7070 (need_step_over_p): Also step over fast tracepoint jumps.
7071 (start_step_over): Also uninsert fast tracepoint jumps.
7072 (finish_step_over): Also reinsert fast tracepoint jumps.
7073 (linux_install_fast_tracepoint_jump): New.
7074 (linux_target_ops): Install linux_stabilize_threads and
7075 linux_install_fast_tracepoint_jump_pad.
7076 * linux-low.h (linux_target_ops) <get_thread_area,
7077 install_fast_tracepoint_jump_pad>: New fields.
7078 (struct lwp_info) <collecting_fast_tracepoint,
7079 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
7080 (linux_get_thread_area): Declare.
7081 * linux-x86-low.c (jump_insn): New.
7082 (x86_get_thread_area): New.
7083 (append_insns): New.
7084 (push_opcode): New.
7085 (amd64_install_fast_tracepoint_jump_pad): New.
7086 (i386_install_fast_tracepoint_jump_pad): New.
7087 (x86_install_fast_tracepoint_jump_pad): New.
7088 (the_low_target): Install x86_get_thread_area and
7089 x86_install_fast_tracepoint_jump_pad.
7090 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
7091 (struct fast_tracepoint_jump): New.
7092 (fast_tracepoint_jump_insn): New.
7093 (fast_tracepoint_jump_shadow): New.
7094 (find_fast_tracepoint_jump_at): New.
7095 (fast_tracepoint_jump_here): New.
7096 (delete_fast_tracepoint_jump): New.
7097 (set_fast_tracepoint_jump): New.
7098 (uninsert_fast_tracepoint_jumps_at): New.
7099 (reinsert_fast_tracepoint_jumps_at): New.
7100 (set_breakpoint_at): Use write_inferior_memory.
7101 (uninsert_raw_breakpoint): Use write_inferior_memory.
7102 (check_mem_read): Mask out fast tracepoint jumps.
7103 (check_mem_write): Mask out fast tracepoint jumps.
7104 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
7105 (set_fast_tracepoint_jump): Declare.
7106 (delete_fast_tracepoint_jump)
7107 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
7108 (reinsert_fast_tracepoint_jumps_at): Declare.
7109 * regcache.c: Don't compile many functions when building the
7110 in-process agent library.
7111 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
7112 the register buffer in the heap.
7113 (free_register_cache): If the register buffer isn't owned by the
7114 regcache, don't free it.
7115 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
7116 pre-existing register caches.
7117 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
7118 type.
7119 (convert_ascii_to_int): : Constify `from' parameter type.
7120 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
7121 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
7122 the needed buffer in-place.
7123 (relocate_instruction): New.
7124 * server.c (handle_query) <qSymbols>: If the target supports
7125 tracepoints, give it a chance of looking up symbols. Report
7126 support for fast tracepoints.
7127 (handle_status): Stabilize threads.
7128 (process_serial_event): Adjust.
7129 * server.h (struct fast_tracepoint_jump): Forward declare.
7130 (struct process_info) <fast_tracepoint_jumps>: New field.
7131 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
7132 (decode_X_packet, decode_M_packet): Adjust.
7133 (relocate_instruction): Declare.
7134 (in_process_agent_loaded): Declare.
7135 (tracepoint_look_up_symbols): Declare.
7136 (struct fast_tpoint_collect_status): Declare.
7137 (fast_tracepoint_collecting): Declare.
7138 (force_unlock_trace_buffer): Declare.
7139 (handle_tracepoint_bkpts): Declare.
7140 (initialize_low_tracepoint)
7141 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
7142 * target.h (struct target_ops) <stabilize_threads,
7143 install_fast_tracepoint_jump_pad>: New fields.
7144 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
7145 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
7146 [HAVE_STDINT_H]: Include stdint.h.
7147 (trace_debug_1): Rename to ...
7148 (trace_vdebug): ... this.
7149 (trace_debug): Rename to ...
7150 (trace_debug_1): ... this. Add `level' parameter.
7151 (trace_debug): New.
7152 (ATTR_USED, ATTR_NOINLINE): New.
7153 (IP_AGENT_EXPORT): New.
7154 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
7155 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
7156 (about_to_request_buffer_space, trace_buffer_is_full)
7157 (stopping_tracepoint, expr_eval_result, error_tracepoint)
7158 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
7159 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
7160 (traceframe_write_count, traceframes_created)
7161 (trace_state_variables)
7162 New renaming defines.
7163 (struct ipa_sym_addresses): New.
7164 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
7165 (symbol_list): New.
7166 (ipa_sym_addrs): New.
7167 (all_tracepoint_symbols_looked_up): New.
7168 (in_process_agent_loaded): New.
7169 (write_e_ipa_not_loaded): New.
7170 (maybe_write_ipa_not_loaded): New.
7171 (tracepoint_look_up_symbols): New.
7172 (debug_threads) [IN_PROCESS_AGENT]: New.
7173 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
7174 (UNKNOWN_SIDE_EFFECTS): New.
7175 (stop_tracing): New.
7176 (flush_trace_buffer): New.
7177 (stop_tracing_bkpt): New.
7178 (flush_trace_buffer_bkpt): New.
7179 (read_inferior_integer): New.
7180 (read_inferior_uinteger): New.
7181 (read_inferior_data_pointer): New.
7182 (write_inferior_data_pointer): New.
7183 (write_inferior_integer): New.
7184 (write_inferior_uinteger): New.
7185 (struct collect_static_trace_data_action): Delete.
7186 (enum tracepoint_type): New.
7187 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
7188 <actions_str, step_actions, step_actions_str>: Only include in
7189 GDBserver.
fa593d66
PA
7190 <orig_size, obj_addr_on_target, adjusted_insn_addr>
7191 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
7192 (tracepoints): Use IP_AGENT_EXPORT.
7193 (last_tracepoint): Don't include in the IPA.
7194 (stopping_tracepoint): Use IP_AGENT_EXPORT.
7195 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
7196 (alloced_trace_state_variables): New.
7197 (trace_state_variables): Use IP_AGENT_EXPORT.
7198 (traceframe_t): Delete unused variable.
7199 (circular_trace_buffer): Don't include in the IPA.
7200 (trace_buffer_start): Delete.
7201 (struct trace_buffer_control): New.
7202 (trace_buffer_free): Delete.
7203 (struct ipa_trace_buffer_control): New.
7204 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
7205 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
7206 New.
7207 (trace_buffer_ctrl): New.
7208 (TRACE_BUFFER_CTRL_CURR): New.
7209 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
7210 Reimplement as macros.
7211 (trace_buffer_wrap): Delete.
7212 (traceframe_write_count, traceframe_read_count)
7213 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
7214 (struct tracepoint_hit_ctx) <type>: New field.
7215 (struct fast_tracepoint_ctx): New.
7216 (memory_barrier): New.
7217 (cmpxchg): New.
7218 (record_tracepoint_error): Update atomically in the IPA.
7219 (clear_inferior_trace_buffer): New.
7220 (about_to_request_buffer_space): New.
7221 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
7222 updating the same buffer.
7223 (add_tracepoint): Default the tracepoint's type to trap
7224 tracepoint, and orig_size to -1.
7225 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
7226 internal variables.
7227 (create_trace_state_variable): New parameter `gdb'. Handle it.
7228 (clear_installed_tracepoints): Clear fast tracepoint jumps.
7229 (cmd_qtdp): Handle fast tracepoints.
7230 (cmd_qtdv): Adjust.
7231 (max_jump_pad_size): New.
7232 (gdb_jump_pad_head): New.
7233 (get_jump_space_head): New.
7234 (claim_jump_space): New.
7235 (sort_tracepoints): New.
7236 (MAX_JUMP_SIZE): New.
7237 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
7238 IPA.
7239 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
7240 support. Upload fast traceframes, and delete internal IPA
7241 breakpoints.
7242 (stop_tracing_handler): New.
7243 (flush_trace_buffer_handler): New.
7244 (cmd_qtstop): Upload fast tracepoints.
7245 (response_tracepoint): Handle fast tracepoints.
7246 (tracepoint_finished_step): Upload fast traceframes. Set the
7247 tracepoint hit context's tracepoint type.
7248 (handle_tracepoint_bkpts): New.
7249 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
7250 type. Add comment about fast tracepoints.
7251 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
7252 non-existing action_str field.
7253 (get_context_regcache): Handle fast tracepoints.
7254 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
7255 to the regcache.
7256 (fast_tracepoint_from_jump_pad_address): New.
7257 (fast_tracepoint_from_ipa_tpoint_address): New.
7258 (collecting_t): New.
7259 (force_unlock_trace_buffer): New.
7260 (fast_tracepoint_collecting): New.
7261 (collecting): New.
7262 (gdb_collect): New.
7263 (write_inferior_data_ptr): New.
7264 (target_tp_heap): New.
7265 (target_malloc): New.
7266 (download_agent_expr): New.
7267 (UALIGN): New.
7268 (download_tracepoints): New.
7269 (download_trace_state_variables): New.
7270 (upload_fast_traceframes): New.
7271 (IPA_FIRST_TRACEFRAME): New.
7272 (IPA_NEXT_TRACEFRAME_1): New.
7273 (IPA_NEXT_TRACEFRAME): New.
7274 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
7275 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
7276 (gdb_jump_pad_buffer_end): New.
7277 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
7278 (initialize_tracepoint): Adjust.
7279 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
7280 buffer. Initialize the low module.
7281 * utils.c (PREFIX, TOOLNAME): New.
7282 (malloc_failure): Use PREFIX.
7283 (error): In the IPA, an error causes an exit.
7284 (fatal, warning): Use PREFIX.
7285 (internal_error): Use TOOLNAME.
7286 (NUMCELLS): Increase to 10.
7287 * configure, config.in: Regenerate.
7288
d149dd1d
PA
72892010-06-01 Pedro Alves <pedro@codesourcery.com>
7290
7291 * server.c (handle_query) <qSupported>: Do two passes over the
7292 qSupported string to avoid nesting strtok.
7293
f6528abd
JK
72942010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
7297 (CDEPS): New.
7298 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
7299 -Wl,--dynamic-list.
7300 * configure: Regenerate.
7301 * proc-service.list: New.
7302
ca2a87a0
JK
73032010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
7306 New comment.
7307
363a6e9f
OS
73082010-05-26 Ozkan Sezer <sezeroz@gmail.com>
7309
7310 * gdbreplay.c (remote_open): Check error return from socket() call by
7311 its equality to -1 not by it being negative.
7312 * remote-utils.c (remote_open): Likewise.
7313
d23b6cb1
PA
73142010-05-23 Pedro Alves <pedro@codesourcery.com>
7315
7316 * config.h: Regenerate.
7317
28d3cf85
MK
73182010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7319
7320 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
7321 doesn't provide PTRACE_GET_THREAD_AREA.
7322
fea36a59
MK
73232010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
7324
7325 * linux-m68k-low.c: Include <asm/ptrace.h>
7326 (ps_get_thread_area): Implement.
7327
24b066ba
DE
73282010-05-03 Doug Evans <dje@google.com>
7329
7330 * event-loop.c (struct callback_event): New struct.
7331 (callback_list): New global.
7332 (append_callback_event, delete_callback_event): New functions.
7333 (process_callback): New function.
7334 (start_event_loop): Call it.
7335 * remote-utils.c (NOT_SCHEDULED): Define.
7336 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
7337 moved out of readchar.
7338 (readchar): Rewrite. Call reschedule before returning.
7339 (reset_readchar): New function.
7340 (remote_close): Call it.
7341 (process_remaining, reschedule): New functions.
7342 * server.h (callback_handler_func): New typedef.
7343 (append_callback_event, delete_callback_event): Declare.
7344
9836d6ea
PA
73452010-05-03 Pedro Alves <pedro@codesourcery.com>
7346
7347 * proc-service.c (ps_pglobal_lookup): Use
7348 thread_db_look_up_one_symbol.
7349 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
7350 parameter. Use it instead of all_symbols_looked_up.
7351 * server.h (struct process_info) <all_symbols_looked_up>: Delete
7352 field.
7353 (all_symbols_looked_up): Don't declare.
7354 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
7355 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
7356 field.
7357 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
7358 Set all_symbols_looked_up here.
7359 (thread_db_look_up_one_symbol): New.
7360 (thread_db_get_tls_address): Adjust.
7361 (thread_db_load_search, try_thread_db_load_1): Always allocate the
7362 thread_db object on the heap, and tentatively set it in the
7363 process structure.
7364 (thread_db_init): Don't set all_symbols_looked_up here.
7365 * linux-low.h (thread_db_look_up_one_symbol): Declare.
7366
7984d532
PA
73672010-05-03 Pedro Alves <pedro@codesourcery.com>
7368
7369 * linux-low.c (linux_kill, linux_detach): Adjust.
7370 (status_pending_p_callback): Remove redundant statement. Check
7371 for !TARGET_WAITIKIND_IGNORE, instead of
7372 TARGET_WAITKIND_STOPPED.
7373 (handle_tracepoints): Make sure LWP is locked. Adjust.
7374 (linux_wait_for_event_1): Adjust.
7375 (linux_cancel_breakpoints): New.
7376 (unsuspend_one_lwp): New.
7377 (unsuspend_all_lwps): New.
7378 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
7379 (send_sigstop_callback): Change return type to int, add new
7380 `except' parameter and handle it.
7381 (suspend_and_send_sigstop_callback): New.
7382 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
7383 pass them down. If SUSPEND, also increment the lwp's suspend
7384 count.
7385 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
7386 (need_step_over_p): Don't consider suspended LWPs.
7387 (start_step_over): Adjust.
7388 (proceed_one_lwp): Change return type to int, add new `except'
7389 parameter and handle it.
7390 (unsuspend_and_proceed_one_lwp): New.
7391 (proceed_all_lwps): Use find_inferior instead of
7392 for_each_inferior.
7393 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
7394 also decrement the suspend count of LWPs. Pass `except' down,
7395 instead of hacking its suspend count.
7396 (linux_pause_all): Add `freeze' parameter. Adjust.
7397 (linux_unpause_all): New.
7398 (linux_target_ops): Install linux_unpause_all.
7399 * server.c (handle_status): Adjust.
7400 * target.h (struct target_ops): New fields `unpause_all' and
7401 `cancel_breakpoints'. Add new parameter to `pause_all'.
7402 (pause_all): Add new `freeze' parameter.
7403 (unpause_all): New.
7404 (cancel_breakpoints): New.
7405 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
7406 cancel breakpoints.
7407 (cmd_qtstart): Pause threads.
7408 (stop_tracing): Pause threads, and cancel breakpoints.
7409 * win32-low.c (win32_target_ops): Adjust.
7410
e471f25b
PA
74112010-05-03 Pedro Alves <pedro@codesourcery.com>
7412
7413 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
7414 the inferior right away from here...
7415 (linux_wait_1): ... to here, and adjust to check the thread's
7416 last_resume_kind instead of the lwp's step or stop_expected flags.
7417
1915ef4f
PA
74182010-05-02 Pedro Alves <pedro@codesourcery.com>
7419
7420 * README: Use consistent `GDB' and `GDBserver' spellings.
7421
f9e39928
PA
74222010-05-02 Pedro Alves <pedro@codesourcery.com>
7423
7424 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
7425 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
7426 (linux_detach_one_lwp): Assume the lwp is stopped.
7427 (any_thread_of): Delete.
7428 (linux_detach): Stop all lwps here. Don't blindly delete all
7429 breakpoints.
7430 (delete_lwp_callback): New.
7431 (linux_mourn): Delete all lwps of the process that is gone.
7432 (linux_wait_1): Don't delete the last lwp of the process here.
7433 * mem-break.h (mark_breakpoints_out): Declare.
7434 * mem-break.c (mark_breakpoints_out): New.
7435 (free_all_breakpoints): Use it.
7436 * server.c (handle_target_event): If the process is gone, mark
7437 breakpoints out.
7438 * thread-db.c (struct thread_db) <create_bp>: New field.
7439 (thread_db_enable_reporting): Fix prototype. Store a thread event
7440 breakpoint reference in the thread_db struct.
7441 (thread_db_load_search): Clear the thread_db object.
7442 (try_thread_db_load_1): Ditto.
7443 (switch_to_process): New.
7444 (disable_thread_event_reporting): Use it.
7445 (remove_thread_event_breakpoints): New.
7446 (thread_db_detach, thread_db_mourn): Use it.
7447
1e7fc18c
PA
74482010-05-01 Pedro Alves <pedro@codesourcery.com>
7449
7450 * linux-low.c (linux_enable_event_reporting): New.
7451 (linux_wait_for_event_1, handle_extended_wait): Use it.
7452
02fc4de7
PA
74532010-04-30 Pedro Alves <pedro@codesourcery.com>
7454
7455 * linux-low.c (linux_kill_one_lwp, linux_kill)
7456 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
7457 (send_sigstop): Take an lwp_info as parameter instead. Queue a
7458 SIGSTOP even if the LWP is stopped.
7459 (send_sigstop_callback): New.
7460 (stop_all_lwps): Use send_sigstop_callback instead.
7461 (linux_resume_one_thread): Adjust.
7462 (proceed_one_lwp): Still proceed an LWP that the client has
7463 requested to stop, if we haven't reported it as stopped yet. Make
7464 sure that LWPs the client want stopped, have a pending SIGSTOP.
7465
bc3b5632
DE
74662010-04-26 Doug Evans <dje@google.com>
7467
ae1ada35
DE
7468 * server.c (handle_general_set): Make static.
7469
bc3b5632
DE
7470 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
7471 Print received char after testing for error/eof instead of before.
7472 (input_interrupt): Tweak comment.
7473
65730243
DE
74742010-04-23 Doug Evans <dje@google.com>
7475
7476 * server.c (start_inferior): Print inferior argv if --debug.
7477
a8ae7dc0
AR
74782010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
7479
7480 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
7481 * nto-x86-low.c: Include server.h
7482
1c07cc19
PM
74832010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
7484
7485 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
7486 be consistent with other sources of this directory.
7487 (init_registers_amd64): Correct name of source file of this function
7488 in the comment.
7489
e0a61e09
PM
74902010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7491
7492 * configure.srv (x86_64-*-mingw*): New configuration for Windows
7493 64-bit executables.
7494
54709339
PM
74952010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7496
7497 * win32-i386-low.c: Add 64-bit support.
7498 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
7499 (init_registers_amd64): Declare.
7500 (mappings): Add 64-bit version of array.
7501 (init_windows_x86): New function.
7502 (the_low_target): Change init_arch field to init_windows_x86.
7503
e8f0053d
PM
75042010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7505
7506 * win32-low.c: Adapt to support also 64-bit architecture.
7507 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
7508 (get_image_name): Use SIZE_T type for local variable `done'.
7509 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
7510 (toolhelp_get_dll_name): Idem.
7511 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
7512 Use uintptr_t typecast to avoid warning.
7513 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
7514 (handle_exception): Use phex_nz to avoid warning.
7515 (win32_wait): Remove unused local variable `process'.
7516
c481e77e
PM
75172010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
7518
7519 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
7520 `amd64-avx.o'.
7521
12ea4b69
PM
75222010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
7523
7524 * configure.ac: Use `ws2_32' library for srv_mingw.
7525 * configure: Regenerate.
7526 * gdbreplay.c: Include winsock2.h instead of winsock.h.
7527 * remote-utils.c: Likewise.
7528
f6d1620c
L
75292010-04-17 H.J. Lu <hongjiu.lu@intel.com>
7530
7531 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
7532 if __x86_64__ is defined.
7533
8e642873
PM
75342010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7535
7536 * configure: Regenerate.
7537
711e434b
PM
75382010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
7539
7540 * server.c (handle_query): Handle 'qGetTIBAddr' query.
7541 * target.h (target_ops): New get_tib_address field.
7542 * win32-low.h (win32_thread_info): Add thread_local_base field.
7543 * win32-low.c (child_add_thread): Add tlb argument.
7544 Set thread_local_base field to TLB.
7545 (get_child_debug_event): Adapt to child_add_thread change.
7546 (win32_get_tib_address): New function.
7547 (win32_target_ops): Set get_tib_address field to
7548 win32_get_tib_address.
7549 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
7550
505106cd
PA
75512010-04-12 Pedro Alves <pedro@codesourcery.com>
7552
505106cd
PA
7553 * linux-low.c (linux_mourn): Also remove the process.
7554 * server.c (handle_target_event): Don't remove the process here.
7555 * nto-low.c (nto_mourn): New.
7556 (nto_target_ops): Install it.
7557 * spu-low.c (spu_mourn): New.
7558 (spu_target_ops): Install it.
7559 * win32-low.c (win32_mourn): New.
7560 (win32_target_ops): Install it.
7561
e8470a06
PA
75622010-04-12 Pedro Alves <pedro@codesourcery.com>
7563
7564 * server.h (buffer_xml_printf): Remove redundant `;'.
7565
45ba0d02
PA
75662010-04-12 Pedro Alves <pedro@codesourcery.com>
7567
7568 * regcache.c (set_register_cache): Invalidate regcaches before
7569 changing the register cache layout.
7570 (regcache_invalidate_one): Allow a NULL regcache.
7571 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
7572 regcaches before changing the register cache layout or the target
7573 regsets.
7574
59e04013
L
75752010-04-12 H.J. Lu <hongjiu.lu@intel.com>
7576
7577 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
7578 variable warning on Linux/x86-64.
7579
8336d594
PA
75802010-04-11 Pedro Alves <pedro@codesourcery.com>
7581
7582 GDBserver disconnected tracing support.
7583
7584 * linux-low.c (linux_remove_process): Delete.
7585 (add_lwp): Don't set last_resume_kind here.
7586 (linux_kill): Use `mourn'.
7587 (linux_detach): Use `thread_db_detach', and `mourn'.
7588 (linux_mourn): New.
7589 (linux_attach_lwp_1): Adjust comment.
7590 (linux_attach): last_resume_kind moved the thread_info; adjust.
7591 (status_pending_p_callback): Adjust.
7592 (linux_wait_for_event_1): Adjust.
7593 (count_events_callback, select_singlestep_lwp_callback)
7594 (select_event_lwp_callback, cancel_breakpoints_callback)
7595 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
7596 (proceed_one_lwp): Adjust.
7597 (linux_async): Add debug output.
7598 (linux_thread_stopped): New.
7599 (linux_pause_all): New.
7600 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
7601 linux_pause_all.
7602 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
7603 (thread_db_free): Delete declaration.
7604 (thread_db_detach, thread_db_mourn): Declare.
7605 * thread-db.c (thread_db_init): Use thread_db_mourn.
7606 (thread_db_free): Delete, split in two.
7607 (disable_thread_event_reporting): New.
7608 (thread_db_detach): New.
7609 (thread_db_mourn): New.
7610
7611 * server.h (struct thread_info) <last_resume_kind>: New field.
7612 <attached>: Add comment.
7613 <gdb_detached>: New field.
7614 (handler_func): Change return type to int.
7615 (handle_serial_event, handle_target_event): Ditto.
7616 (gdb_connected): Declare.
7617 (tracing): Delete.
7618 (disconnected_tracing): Declare.
7619 (stop_tracing): Declare.
7620
7621 * server.c (handle_query) <qSupported>: Report support for
7622 disconnected tracing.
7623 (queue_stop_reply_callback): Account for running threads.
7624 (gdb_wants_thread_stopped): New.
7625 (gdb_wants_all_threads_stopped): New.
7626 (gdb_reattached_process): New.
7627 (handle_status): Clear the `gdb_detached' flag of all processes.
7628 In all-stop, stop all threads.
7629 (main): Be sure to leave tfind mode. Handle disconnected tracing.
7630 (process_serial_event): If the remote connection breaks, or if an
7631 exit was forced with "monitor exit", force an event loop exit.
7632 Handle disconnected tracing on detach.
7633 (handle_serial_event): Adjust.
7634 (handle_target_event): If GDB isn't connected, forward events back
7635 to the inferior, unless the last process exited, in which case,
7636 exit gdbserver. Adjust interface.
7637
7638 * remote-utils.c (remote_open): Don't block in accept. Instead
7639 register an event loop source on the listen socket file
7640 descriptor. Refactor bits into ...
7641 (listen_desc): ... this new global.
7642 (gdb_connected): ... this new function.
7643 (enable_async_notification): ... this new function.
7644 (handle_accept_event): ... this new function.
7645 (remote_close): Clear remote_desc.
7646
7647 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
7648
7649 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
7650 New fields.
7651 (mourn_inferior): Define.
7652 (target_process_qsupported): Avoid the dangling else problem.
7653 (thread_stopped): Define.
7654 (pause_all): Define.
7655 (target_waitstatus_to_string): Declare.
7656 * target.c (target_waitstatus_to_string): New.
7657
7658 * tracepoint.c (tracing): Make extern.
7659 (disconnected_tracing): New.
7660 (stop_tracing): Make extern. Handle tracing stops due to GDB
7661 disconnecting.
7662 (cmd_qtdisconnected): New.
7663 (cmd_qtstatus): Report disconnected tracing status in trace reply.
7664 (handle_tracepoint_general_set): Handle QTDisconnected.
7665
7666 * event-loop.c (event_handler_func): Change return type to int.
7667 (process_event): Bail out if the event handler wants the event
7668 loop to stop.
7669 (handle_file_event): Ditto.
7670 (start_event_loop): Bail out if the event handler wants the event
7671 loop to stop.
7672
7673 * nto-low.c (nto_target_ops): Adjust.
7674 * spu-low.c (spu_wait): Don't remove the process here.
7675 (spu_target_ops): Adjust.
7676 * win32-low.c (win32_wait): Don't remove the process here.
7677 (win32_target_ops): Adjust.
7678
5d267c4c
PA
76792010-04-11 Pedro Alves <pedro@codesourcery.com>
7680
7681 * regcache.c (realloc_register_cache): Invalidate inferior's
7682 regcache before recreating it.
7683
623ccd72
PA
76842010-04-09 Pedro Alves <pedro@codesourcery.com>
7685
7686 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
7687
219f2f23
PA
76882010-04-09 Stan Shebs <stan@codesourcery.com>
7689 Pedro Alves <pedro@codesourcery.com>
7690
7691 * server.h (LONGEST): New.
7692 (struct thread_info) <while_stepping>: New field.
7693 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
7694 Declare.
7695 (initialize_tracepoint, handle_tracepoint_general_set)
7696 (handle_tracepoint_query, tracepoint_finished_step)
7697 (tracepoint_was_hit, release_while_stepping_state_list):
7698 (current_traceframe): Declare.
7699 * server.c (handle_general_set): Handle tracepoint packets.
7700 (read_memory): New.
7701 (write_memory): New.
7702 (handle_search_memory_1): Use read_memory.
7703 (handle_query): Report support for conditional tracepoints, trace
7704 state variables, and tracepoint sources. Handle tracepoint
7705 queries.
7706 (main): Initialize the tracepoints module.
7707 (process_serial_event): Handle traceframe reads/writes.
7708
7709 * linux-low.c (handle_tracepoints): New.
7710 (linux_wait_1): Call it.
7711 (linux_resume_one_lwp): Handle while-stepping.
7712 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
7713 (linux_target_ops): Install them.
7714 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
7715 New field.
7716 * linux-x86-low.c (x86_supports_tracepoints): New.
7717 (the_low_target). Install it.
7718
7719 * mem-break.h (delete_breakpoint): Declare.
7720 * mem-break.c (delete_breakpoint): Make external.
7721
7722 * target.h (struct target_ops): Add `supports_tracepoints',
7723 `read_pc', and `write_pc' fields.
7724 (target_supports_tracepoints): Define.
7725 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
7726 (phex_nz): New.
7727
7728 * regcache.h (struct regcache) <registers_owned>: New field.
7729 (init_register_cache, regcache_cpy): Declare.
7730 (regcache_read_pc, regcache_write_pc): Declare.
7731 (register_cache_size): Declare.
7732 (supply_regblock): Declare.
7733 * regcache.c (init_register_cache): New.
7734 (new_register_cache): Use it.
7735 (regcache_cpy): New.
7736 (register_cache_size): New.
7737 (supply_regblock): New.
7738 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 7739
219f2f23
PA
7740 * tracepoint.c: New.
7741
7742 * Makefile.in (OBS): Add tracepoint.o.
7743 (tracepoint.o): New rule.
7744
3a13a53b
L
77452010-04-08 H.J. Lu <hongjiu.lu@intel.com>
7746
7747 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
7748 (i386-mmx.o): New.
7749 (i386-mmx.c): Likewise.
7750 (i386-mmx-linux.o): Likewise.
7751 (i386-mmx-linux.c): Likewise.
7752
7753 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
7754 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
7755 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
7756 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
7757
7758 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
7759 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
7760 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
7761
1570b33e
L
77622010-04-07 H.J. Lu <hongjiu.lu@intel.com>
7763
7764 * Makefile.in (clean): Updated.
7765 (i386-avx.o): New.
7766 (i386-avx.c): Likewise.
7767 (i386-avx-linux.o): Likewise.
7768 (i386-avx-linux.c): Likewise.
7769 (amd64-avx.o): Likewise.
7770 (amd64-avx.c): Likewise.
7771 (amd64-avx-linux.o): Likewise.
7772 (amd64-avx-linux.c): Likewise.
7773
7774 * configure.srv (srv_i386_regobj): Add i386-avx.o.
7775 (srv_i386_linux_regobj): Add i386-avx-linux.o.
7776 (srv_amd64_regobj): Add amd64-avx.o.
7777 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
7778 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
7779 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
7780 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
7781 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
7782 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
7783 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
7784
7785 * i387-fp.c: Include "i386-xstate.h".
7786 (i387_xsave): New.
7787 (i387_cache_to_xsave): Likewise.
7788 (i387_xsave_to_cache): Likewise.
7789 (x86_xcr0): Likewise.
7790
7791 * i387-fp.h (i387_cache_to_xsave): Likewise.
7792 (i387_xsave_to_cache): Likewise.
7793 (x86_xcr0): Likewise.
7794
7795 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
7796 * linux-crisv32-low.c (target_regsets): Likewise.
7797 * linux-m68k-low.c (target_regsets): Likewise.
7798 * linux-mips-low.c (target_regsets): Likewise.
7799 * linux-ppc-low.c (target_regsets): Likewise.
7800 * linux-s390-low.c (target_regsets): Likewise.
7801 * linux-sh-low.c (target_regsets): Likewise.
7802 * linux-sparc-low.c (target_regsets): Likewise.
7803 * linux-xtensa-low.c (target_regsets): Likewise.
7804
7805 * linux-low.c: Include <sys/uio.h>.
7806 (regsets_fetch_inferior_registers): Support nt_type.
7807 (regsets_store_inferior_registers): Likewise.
7808 (linux_process_qsupported): New.
7809 (linux_target_ops): Add linux_process_qsupported.
7810
7811 * linux-low.h (regset_info): Add nt_type.
7812 (linux_target_ops): Add process_qsupported.
7813
7814 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
7815 and <sys/uio.h>.
7816 (init_registers_i386_avx_linux): New.
7817 (init_registers_amd64_avx_linux): Likewise.
7818 (xmltarget_i386_linux_no_xml): Likewise.
7819 (xmltarget_amd64_linux_no_xml): Likewise.
7820 (PTRACE_GETREGSET): Likewise.
7821 (PTRACE_SETREGSET): Likewise.
7822 (x86_fill_xstateregset): Likewise.
7823 (x86_store_xstateregset): Likewise.
7824 (use_xml): Likewise.
7825 (x86_linux_update_xmltarget): Likewise.
7826 (x86_linux_process_qsupported): Likewise.
7827 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
7828 (x86_arch_setup): Don't call init_registers_amd64_linux nor
7829 init_registers_i386_linux here. Call
7830 x86_linux_update_xmltarget.
7831 (the_low_target): Add x86_linux_process_qsupported.
7832
7833 * server.c (handle_query): Call target_process_qsupported.
7834
7835 * target.h (target_ops): Add process_qsupported.
7836 (target_process_qsupported): New.
7837
fc7238bb
PA
78382010-04-03 Pedro Alves <pedro@codesourcery.com>
7839
7840 * inferiors.c (add_thread): Set last_status kind to
7841 TARGET_WAITKIND_IGNORE.
7842 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
7843 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
7844 (linux_wait_1): Move `thread' local definition to block that uses
7845 it. Don't NULL initialize `event_child'.
7846 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
7847 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
7848 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
7849
bdabb078
PA
78502010-04-01 Pedro Alves <pedro@codesourcery.com>
7851
7852 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
7853 an extended waitstatus, or by a watchpoint.
7854 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
7855 thread was stepping or has been stopped by a watchpoint.
7856
d3bbe7a0
PA
78572010-04-01 Pedro Alves <pedro@codesourcery.com>
7858
7859 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
7860 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
7861 of another, then delete the previous, and validate all
7862 breakpoints.
7863 (validate_inserted_breakpoint): New.
7864 (delete_disabled_breakpoints): New.
7865 (validate_breakpoints): New.
7866 (check_mem_read): Validate breakpoints before trusting their
7867 shadow. Delete disabled breakpoints.
7868 (check_mem_write): Validate breakpoints before trusting they
7869 should be inserted. Delete disabled breakpoints.
7870 * mem-break.h (validate_breakpoints):
7871 * server.c (handle_query): Validate breakpoints when we see a
7872 qSymbol query.
7873
8b07ae33
PA
78742010-04-01 Pedro Alves <pedro@codesourcery.com>
7875
7876 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
7877 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
7878 if we could tell there's a GDB breakpoint at stop_pc.
7879 (need_step_over_p): Don't do a step over if we find a GDB
7880 breakpoint at the resume PC.
7881
7882 * mem-break.c (struct raw_breakpoint): New.
7883 (enum bkpt_type): New type `gdb_breakpoint'.
7884 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
7885 fields. New field `raw'.
7886 (find_raw_breakpoint_at): New.
7887 (set_raw_breakpoint_at): Handle refcounting. Create a raw
7888 breakpoint instead.
7889 (set_breakpoint_at): Adjust.
7890 (delete_raw_breakpoint): New.
7891 (release_breakpoint): New.
7892 (delete_breakpoint): Rename to...
7893 (delete_breakpoint_1): ... this. Add proc parameter. Use
7894 release_breakpoint. Return ENOENT.
7895 (delete_breakpoint): Reimplement.
7896 (find_breakpoint_at): Delete.
7897 (find_gdb_breakpoint_at): New.
7898 (delete_breakpoint_at): Delete.
7899 (set_gdb_breakpoint_at): New.
7900 (delete_gdb_breakpoint_at): New.
7901 (gdb_breakpoint_here): New.
7902 (set_reinsert_breakpoint): Use release_breakpoint.
7903 (uninsert_breakpoint): Rename to ...
7904 (uninsert_raw_breakpoint): ... this.
7905 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
7906 (reinsert_raw_breakpoint): Change parameter type to
7907 raw_breakpoint.
7908 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
7909 instead.
7910 (check_breakpoints): Adjust. Use release_breakpoint.
7911 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
7912 (breakpoint_inserted_here): Ditto.
7913 (check_mem_read): Adjust to iterate over raw breakpoints instead.
7914 Don't trust the breakpoint's shadow if it is not inserted.
7915 (check_mem_write): Adjust to iterate over raw breakpoints instead.
7916 (delete_all_breakpoints): Adjust.
7917 (free_all_breakpoints): Mark all breakpoints as uninserted, and
7918 use delete_breakpoint_1.
7919
7920 * mem-break.h (breakpoints_supported): Delete declaration.
7921 (set_gdb_breakpoint_at): Declare.
7922 (gdb_breakpoint_here): Declare.
7923 (delete_breakpoint_at): Delete.
7924 (delete_gdb_breakpoint_at): Declare.
7925
7926 * server.h (struct raw_breakpoint): Forward declare.
7927 (struct process_info): New field `raw_breakpoints'.
7928
7929 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
7930 breakpoints.
7931
6bf5e0ba
PA
79322010-03-24 Pedro Alves <pedro@codesourcery.com>
7933
7934 * linux-low.c (status_pending_p_callback): Fix comment.
7935 (linux_wait_for_event_1): Move most of the internal breakpoint
7936 handling from here...
7937 (linux_wait_1): ... to here.
7938 (count_events_callback): New.
7939 (select_singlestep_lwp_callback): New.
7940 (select_event_lwp_callback): New.
7941 (cancel_breakpoints_callback): New.
7942 (select_event_lwp): New.
7943 (linux_wait_1): Simplify internal breakpoint handling. Give equal
7944 priority to all LWPs that have had events that should be reported
7945 to the client. Cancel breakpoints when about to reporting the
7946 event to the client, not while stopping lwps. No longer cancel
7947 finished single-steps here.
7948 (cancel_finished_single_step): Delete.
7949 (cancel_finished_single_steps): Delete.
7950
414a389f
PA
79512010-03-24 Pedro Alves <pedro@codesourcery.com>
7952
7953 * mem-break.c (enum bkpt_type): New.
7954 (struct breakpoint): New field `type'.
7955 (set_breakpoint_at): Change return type to struct breakpoint
7956 pointer. Set type to `other_breakpoint' by default.
7957 (delete_breakpoint): Rewrite, supporting more than one breakpoint
7958 in the breakpoint list.
7959 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
7960 (reinsert_breakpoint): Rename to ...
7961 (reinsert_raw_breakpoint): ... this.
7962 (reinsert_breakpoints_at): Adjust.
7963 * mem-break.h (struct breakpoint): Declare.
7964 (set_breakpoint_at): Change return type to struct breakpoint
7965 pointer.
7966
2280c721
PA
79672010-03-24 Pedro Alves <pedro@codesourcery.com>
7968
7969 * server.c (handle_query): Assign, not compare.
7970
d50171e4
PA
79712010-03-24 Pedro Alves <pedro@codesourcery.com>
7972
7973 Teach linux gdbserver to step-over-breakpoints.
7974
7975 * linux-low.c (can_hardware_single_step): New.
7976 (supports_breakpoints): New.
7977 (handle_extended_wait): If stopping threads, read the stop pc of
7978 the new cloned LWP.
7979 (get_pc): New.
7980 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
7981 low target doesn't support retrieving the PC.
7982 (add_lwp): Set last_resume_kind to resume_continue.
7983 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
7984 (linux_attach): Don't clear stop_expected. Set the lwp's
7985 last_resume_kind to resume_stop.
7986 (linux_detach_one_lwp): Don't check for removed breakpoints.
7987 (check_removed_breakpoint): Delete.
7988 (status_pending_p): Rename to ...
7989 (status_pending_p_callback): ... this. Don't check for removed
7990 breakpoints. Don't consider threads that are stopped from GDB's
7991 perspective.
7992 (linux_wait_for_lwp): Always read the stop_pc here.
7993 (cancel_breakpoint): New.
7994 (step_over_bkpt): New global.
7995 (linux_wait_for_event_1): Implement stepping over breakpoints.
7996 (gdb_wants_lwp_stopped): New.
7997 (gdb_wants_all_stopped): New.
7998 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
7999 single-step traps here. Store the thread's last reported target
8000 wait status.
8001 (send_sigstop): Don't clear stop_expected. Always set it,
8002 instead.
8003 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
8004 (cancel_finished_single_step): New.
8005 (cancel_finished_single_steps): New.
8006 (wait_for_sigstop): Don't cancel finished single-step traps here.
8007 (linux_resume_one_lwp): Don't check for removed breakpoints.
8008 Don't set `step' on non-hardware step archs.
8009 (linux_set_resume_request): Ignore resume_stop requests if already
8010 stopping or stopped. Set the lwp's last_resume_kind.
8011 (resume_status_pending_p): Don't check for removed breakpoints.
8012 (need_step_over_p): New.
8013 (start_step_over): New.
8014 (finish_step_over): New.
8015 (linux_resume_one_thread): Always queue a sigstop for resume_stop
8016 requests. Clear the thread's last reported target waitstatus.
8017 Don't use the `suspended' flag. Don't consider pending breakpoints.
8018 (linux_resume): Start a step-over if necessary.
8019 (proceed_one_lwp): New.
8020 (proceed_all_lwps): New.
8021 (unstop_all_lwps): New.
8022 * linux-low.h (struct lwp_info): Rewrite comment for the
8023 `suspended' flag. Add the `stop_pc' field. Delete the
8024 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
8025 Add `'last_resume_kind' and `need_step_over' fields.
8026 * inferiors.c (struct thread_info): Delete, moved elsewhere.
8027 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
8028 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
8029 (set_raw_breakpoint_at): New.
8030 (set_breakpoint_at): Rewrite to use it.
8031 (reinsert_breakpoint_handler): Delete.
8032 (set_reinsert_breakpoint): New.
8033 (reinsert_breakpoint_by_bp): Delete.
8034 (delete_reinsert_breakpoints): New.
8035 (uninsert_breakpoint): Rewrite.
8036 (uninsert_breakpoints_at): New.
8037 (reinsert_breakpoint): Rewrite.
8038 (reinsert_breakpoints_at): New.
8039 (check_breakpoints): Rewrite.
8040 (breakpoint_here): New.
8041 (breakpoint_inserted_here): New.
8042 (check_mem_read): Adjust.
8043 * mem-break.h (breakpoints_supported, breakpoint_here)
8044 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
8045 (reinsert_breakpoint_by_bp): Delete declaration.
8046 (delete_reinsert_breakpoints): Declare.
8047 (reinsert_breakpoint): Delete declaration.
8048 (reinsert_breakpoints_at): Declare.
8049 (uninsert_breakpoint): Delete declaration.
8050 (uninsert_breakpoints_at): Declare.
8051 (check_breakpoints): Adjust prototype.
8052 * server.h: Adjust include order.
8053 (struct thread_info): Declare here. Add a `last_status' field.
8054
30ba68cb
MS
80552010-03-23 Michael Snyder <msnyder@vmware.com>
8056
8057 * server.c (crc32): New function.
8058 (handle_query): Add handling for 'qCRC:' request.
8059
b9a881c2
PA
80602010-03-23 Pedro Alves <pedro@codesourcery.com>
8061
8062 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
8063 lwp had been stopped by a watchpoint.
8064
e92d13d5
PA
80652010-03-16 Pedro Alves <pedro@codesourcery.com>
8066
8067 * server.h (internal_error): Declare.
8068 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
8069 * utils.c (internal_error): New function.
8070
64daa791
AS
80712010-03-15 Andreas Schwab <schwab@redhat.com>
8072
8073 * configure.srv: Fix typo setting srv_regobj.
8074
f52cd8cd
PA
80752010-03-15 Pedro Alves <pedro@codesourcery.com>
8076
8077 * linux-low.c (fetch_register): Avoid passing a non string literal
8078 format to `error'.
8079 (usr_store_inferior_registers): Ditto.
8080
93ae6fdc
PA
80812010-03-14 Pedro Alves <pedro@codesourcery.com>
8082
8083 * linux-low.c (linux_write_memory): Bail out early if peeking
8084 memory failed.
8085
c3adc08c
PA
80862010-03-14 Pedro Alves <pedro@codesourcery.com>
8087
8088 * linux-low.h (struct lwp_info): New fields
8089 `stopped_by_watchpoint' and `stopped_data_address'.
8090 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
8091 here, and cache them in the lwp object.
8092 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
8093 directly.
8094 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
8095 field.
8096 (linux_stopped_by_watchpoint): Rewrite.
8097 (linux_stopped_data_address): Rewrite.
8098
bce522a2
PA
80992010-03-06 Simo Melenius <simo.melenius@iki.fi>
8100
8101 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
8102 switching the current inferior, not before.
8103
90884b2b
L
81042010-03-01 H.J. Lu <hongjiu.lu@intel.com>
8105
8106 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
8107 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
8108 i386-linux.c and amd64-linux.c.
8109 (reg-i386.o): Removed.
8110 (reg-i386.c): Likewise.
8111 (reg-i386-linux.o): Likewise.
8112 (reg-i386-linux.c): Likewise.
8113 (reg-x86-64.o): Likewise.
8114 (reg-x86-64.c): Likewise.
8115 (reg-x86-64-linux.o): Likewise.
8116 (reg-x86-64-linux.c): Likewise.
8117 (i386.o): New.
8118 (i386.c): Likewise.
8119 (i386-linux.o): Likewise.
8120 (i386-linux.c): Likewise.
8121 (amd64.o): Likewise.
8122 (amd64.c): Likewise.
8123 (amd64-linux.o): Likewise.
8124 (amd64-linux.c): Likewise.
8125
8126 * configure.srv (srv_i386_regobj): New.
8127 (srv_i386_linux_regobj): Likewise.
8128 (srv_amd64_regobj): Likewise.
8129 (srv_amd64_linux_regobj): Likewise.
8130 (srv_i386_32bit_xmlfiles): Likewise.
8131 (srv_i386_64bit_xmlfiles): Likewise.
8132 (srv_i386_xmlfiles): Likewise.
8133 (srv_amd64_xmlfiles): Likewise.
8134 (srv_i386_linux_xmlfiles): Likewise.
8135 (srv_amd64_linux_xmlfiles): Likewise.
8136 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
8137 srv_xmlfiles to $srv_i386_xmlfiles.
8138 (i[34567]86-*-mingw32ce*): Likewise.
8139 (i[34567]86-*-mingw*): Likewise.
8140 (i[34567]86-*-nto*): Likewise.
8141 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
8142 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
8143 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
8144 (x86_64-*-linux*): Likewise.
8145
8146 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
8147 (init_registers_amd64_linux): New.
8148 (x86_arch_setup): Replace init_registers_x86_64_linux with
8149 init_registers_amd64_linux.
8150
193f13e6
MK
81512010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
8152
8153 * configure.ac: Check for libdl. If it is not available link against
8154 static libthread_db.
8155 * configure: Regenerate.
8156
85d721b8
PA
81572010-02-22 Pedro Alves <pedro@codesourcery.com>
8158
8159 PR9605
8160
8161 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
8162 handing a read watchpoint.
8163 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
8164
6076632b
DE
81652010-02-12 Doug Evans <dje@google.com>
8166
8167 * linux-low.c (linux_supports_tracefork_flag): Document.
8168 (linux_look_up_symbols): Add comment.
8169
3327ccf7
L
81702010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8171
8172 * regcache.c (supply_register): Clear regcache if buf is NULL.
8173
0718675c 81742010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 8175 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
8176
8177 * inferiors.c (find_inferior): Add function documentation.
8178 (unloaded_dll): Handle the case where the unloaded dll has not
8179 been previously registered in the dll list.
8180
177321bd
DJ
81812010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8182
8183 * linux-arm-low.c (thumb_breakpoint_len): Delete.
8184 (thumb2_breakpoint): New.
8185 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
8186
2b009048
DJ
81872010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8188
8189 * linux-low.c (get_stop_pc): Check for SIGTRAP.
8190 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
8191 breakpoints.
8192
3be029c7
PA
81932010-01-21 Pedro Alves <pedro@codesourcery.com>
8194
8195 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
8196
18f5de3b
JK
81972010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * linux-s390-low.c (s390_collect_ptrace_register)
8200 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
8201
3743bb4f
DE
82022010-01-21 Doug Evans <dje@google.com>
8203
14ce3065
DE
8204 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
8205 (PTRACE_ARG4_TYPE): New macro.
8206 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
8207 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
8208 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
8209 (usr_store_inferior_registers): Ditto.
8210 (linux_read_memory, linux_write_memory): Ditto.
8211 (linux_test_for_tracefork): Ditto.
8212
3743bb4f
DE
8213 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
8214 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
8215
8b315be5
PA
82162010-01-21 Pedro Alves <pedro@codesourcery.com>
8217
8218 * proc-service.c (ps_lgetregs): Don't refetch registers from the
8219 target.
8220
85492558
PA
82212010-01-21 Pedro Alves <pedro@codesourcery.com>
8222
8223 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
8224 prototype to take a regcache. Adjust.
8225
442ea881
PA
82262010-01-20 Pedro Alves <pedro@codesourcery.com>
8227
8228 * regcache.h (struct thread_info): Forward declare.
8229 (struct regcache): New.
8230 (new_register_cache): Adjust prototype.
8231 (get_thread_regcache): Declare.
8232 (free_register_cache): Adjust prototype.
8233 (registers_to_string, registers_from_string): Ditto.
8234 (supply_register, supply_register_by_name, collect_register)
8235 (collect_register_as_string, collect_register_by_name): Ditto.
8236 * regcache.c (struct inferior_regcache_data): Delete.
8237 (get_regcache): Rename to ...
8238 (get_thread_regcache): ... this. Adjust. Switch inferior before
8239 fetching registers.
8240 (regcache_invalidate_one): Adjust.
8241 (regcache_invalidate): Fix prototype.
8242 (new_register_cache): Return the new register cache.
8243 (free_register_cache): Change prototype.
8244 (realloc_register_cache): Adjust.
8245 (registers_to_string): Change prototype to take a regcache. Adjust.
8246 (registers_from_string): Ditto.
8247 (register_data): Ditto.
8248 (supply_register): Ditto.
8249 (supply_register_by_name): Ditto.
8250 (collect_register): Ditto.
8251 (collect_register_as_string): Ditto.
8252 (collect_register_by_name): Ditto.
8253 * server.c (process_serial_event): Adjust.
8254 * linux-low.h (regset_fill_func, regset_store_func): Change
8255 prototype.
8256 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
8257 Change prototype.
8258 * linux-low.c (get_stop_pc): Adjust.
8259 (check_removed_breakpoint): Adjust.
8260 (linux_wait_for_event): Adjust.
8261 (linux_resume_one_lwp): Adjust.
8262 (fetch_register): Add regcache parameter. Adjust.
8263 (usr_store_inferior_registers): Ditto.
8264 (regsets_fetch_inferior_registers): Ditto.
8265 (regsets_store_inferior_registers): Ditto.
8266 (linux_fetch_registers, linux_store_registers): Ditto.
8267 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
8268 regcache. Adjust.
43aaf8b6
PA
8269 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
8270 Ditto.
442ea881
PA
8271 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
8272 prototype to take a regcache.
8273 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
8274 * remote-utils.c (convert_ascii_to_int, outreg)
8275 (prepare_resume_reply): Change prototype to take a regcache.
8276 Adjust.
8277 * target.h (struct target_ops) <fetch_registers, store_registers>:
8278 Change prototype to take a regcache.
8279 (fetch_inferior_registers, store_inferior_registers): Change
8280 prototype to take a regcache. Adjust.
8281 * proc-service.c (ps_lgetregs): Adjust.
8282 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
8283 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
8284 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
8285 take a regcache. Adjust.
8286 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
8287 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
8288 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
8289 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
8290 * linux-cris-low.c (cris_get_pc, cris_set_pc)
8291 (cris_cannot_fetch_register):
8292 (cris_breakpoint_at): Change prototype to take a regcache.
8293 Adjust.
8294 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
8295 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
8296 to take a regcache. Adjust.
8297 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
8298 Adjust.
8299 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
8300 take a regcache. Adjust.
8301 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
8302 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
8303 (m68k_set_pc): Change prototype to take a regcache. Adjust.
8304 * linux-mips-low.c (mips_get_pc):
8305 (mips_set_pc): Change prototype to take a regcache. Adjust.
8306 (mips_reinsert_addr): Adjust.
8307 (mips_collect_register): Change prototype to take a regcache.
8308 Adjust.
8309 (mips_supply_register):
8310 (mips_collect_register_32bit, mips_supply_register_32bit)
8311 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
8312 (mips_store_fpregset): Ditto.
43aaf8b6
PA
8313 * linux-ppc-low.c (ppc_supply_ptrace_register)
8314 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
8315 (parse_spufs_run): Adjust.
8316 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
8317 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
8318 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
8319 take a regcache. Adjust.
8320 * linux-s390-low.c (s390_collect_ptrace_register)
8321 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
8322 (s390_set_pc): Change prototype to take a regcache. Adjust.
8323 (s390_arch_setup): Adjust.
8324 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
8325 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
8326 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
8327 (sparc_fill_gregset, sparc_store_gregset_from_stack)
8328 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
8329 regcache. Adjust.
8330 (sparc_breakpoint_at): Adjust.
8331 * linux-xtensa-low.c (xtensa_fill_gregset):
8332 (xtensa_store_gregset):
8333 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
8334 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
8335 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
8336 prototype to take a regcache. Adjust.
8337 * win32-arm-low.c (arm_fetch_inferior_register)
8338 (arm_store_inferior_register): Change prototype to take a
8339 regcache. Adjust.
8340 * win32-i386-low.c (i386_fetch_inferior_register)
8341 (i386_store_inferior_register): Change prototype to take a
8342 regcache. Adjust.
8343 * win32-low.c (child_fetch_inferior_registers)
8344 (child_store_inferior_registers): Change prototype to take a
8345 regcache. Adjust.
8346 (win32_wait): Adjust.
8347 (win32_fetch_inferior_registers): Change prototype to take a
8348 regcache. Adjust.
8349 (win32_store_inferior_registers): Adjust.
8350 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
8351 store_inferior_register>: Change prototype to take a regcache.
8352
60c3d7b0
DE
83532010-01-20 Doug Evans <dje@google.com>
8354
8355 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
8356 #ifdef.
8357 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 8358 (W_STOPCODE): Provide definition if missing.
60c3d7b0 8359
dc146f7c
VP
83602010-01-13 Vladimir Prus <vladimir@codesourcery.com>
8361
8362 * linux-low.c (linux_core_of_thread): New.
8363 (compare_ints, show_process, list_threads): New.
8364 (linux_qxfer_osdata): Report threads and cores.
8365 (linux_target_op): Register linux_core_of_thread.
8366 * remote-utils.c (prepare_resume_reply): Report the core.
8367 (buffer_xml_printf): Support %d specifier.
8368 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
8369 New.
8370 (handle_query): Handle qXfer:threads. Announce availability
8371 thereof.
8372 * target.h (struct target_ops): New field core_of_thread.
8373
7803799a
UW
83742010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8375
8376 * Makefile.in (clean): Remove new generated files.
8377 (reg-s390.o, reg-s390.c): Remove rules.
8378 (reg-s390x.o, reg-s390x.c): Likewise.
8379 (s390-linux32.o, s390-linux32.c): Add rules.
8380 (s390-linux64.o, s390-linux64.c): Likewise.
8381 (s390x-linux64.o, s390x-linux64.c): Likewise.
8382 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
8383 * linux-s390-low.c: Include <elf.h>.
8384 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8385 (init_registers_s390): Remove prototype.
8386 (init_registers_s390x): Likewise.
8387 (init_registers_s390_linux32): Add prototype.
8388 (init_registers_s390_linux64): Likewise.
8389 (init_registers_s390x_linux64): Likewise.
8390 (s390_num_regs_3264): New define.
8391 (s390_regmap_3264): New global variable.
8392 (s390_cannot_fetch_register): Remove obsolete check.
8393 (s390_cannot_store_register): Likewise.
8394 (s390_collect_ptrace_register): Handle upper/lower register halves.
8395 (s390_supply_ptrace_register): Likewise.
8396 (s390_fill_gregset): Update to register number changes.
8397 (s390_get_hwcap): New routine.
8398 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
8399 Install appropriate regmap and register set.
8400
6e7ffa39
JB
84012010-01-01 Joel Brobecker <brobecker@adacore.com>
8402
8403 * server.c (gdbserver_version): Update copyright year to 2010.
8404 * gdbreplay.c (gdbreplay_version): Likewise.
8405
957f3f49
DE
84062009-12-28 Doug Evans <dje@google.com>
8407
8408 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
8409 elf/external.h. Include <elf.h> instead but only if necessary.
8410
ca5c370d
PA
84112009-12-28 Pedro Alves <pedro@codesourcery.com>
8412
8413 * linux-low.c (linux_remove_process): Remove `detaching'
8414 parameter. Don't release/detach from thread_db here.
8415 (linux_kill): Release/detach from thread_db here, ...
8416 (linux_detach): ... and here, before actually detaching.
8417 (linux_wait_1): ... and here, when a process exits.
8418 * thread-db.c (any_thread_of): New.
8419 (thread_db_free): Switch the current inferior to a thread of the
8420 passed in process.
8421
4ee62156
DE
84222009-12-21 Doug Evans <dje@google.com>
8423
d90e6a88
DE
8424 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
8425
c5f62d5f
DE
8426 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
8427 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
8428 warning ifndef __NR_tkill. Move setting of errno there too.
8429 Delete unnecessary resetting of errno after syscall.
8430 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
8431
10e86dd7
DE
8432 * configure.ac: Check for dladdr.
8433 * config.in: Regenerate.
8434 * configure: Regenerate.
8435 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
8436 (try_thread_db_load): Update.
8437
4ee62156
DE
8438 * linux-low.c (my_waitpid): Delete unnecessary prototype.
8439
00f515da
DE
84402009-12-18 Doug Evans <dje@google.com>
8441
e9464885
DE
8442 * event-loop.c: Include unistd.h if it exists.
8443
07d4f67e
DE
8444 * linux-low.c (my_waitpid): Move definition away from being in
8445 between linux_tracefork_child/linux_test_for_tracefork.
8446
00f515da
DE
8447 * gdb_proc_service.h (psaddr_t): Fix type.
8448 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
8449 signature to match glibc.
8450
1de1badb
DE
84512009-12-16 Doug Evans <dje@google.com>
8452
8453 * linux-low.c (linux_read_memory): Fix argument to read.
8454
aeeb81d1
PA
84552009-11-26 Pedro Alves <pedro@codesourcery.com>
8456
8457 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
8458 events, don't leave current_inferior pointing at null.
8459
10357975
PA
84602009-11-26 Pedro Alves <pedro@codesourcery.com>
8461
8462 * win32-low.c (LOG): Delete.
8463 (OUTMSG): Output to stderr.
8464 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
8465 on compile time LOG macro.
8466 (win32_wait): Fix debug output.
8467
cf6e3471
PA
84682009-11-26 Pedro Alves <pedro@codesourcery.com>
8469
8470 * win32-low.c (win32_add_one_solib): If the dll name is
8471 "ntdll.dll", prepend the system directory to the dll path.
8472
0c85e18e
MK
84732009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
8474
8475 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
8476
9ac544ce 84772009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 8478 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
8479
8480 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
8481 * configure.ac: Check for __mcoldfire__ and set
8482 gdb_cv_m68k_is_coldfire.
8483 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
8484 reg-cf.o and reg-m68k.o.
8485 * configure: Regenerated.
8486
fd7dd3e6
PA
84872009-11-16 Pedro Alves <pedro@codesourcery.com>
8488
8489 * linux-low.c (linux_remove_process): Add `detaching' parameter.
8490 Pass it to thread_db_free.
8491 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
8492 proper `detaching' argument to linux_remove_process.
8493 * linux-low.h (thread_db_free): Add `detaching' parameter.
8494 * thread-db.c (thread_db_init): Pass false as `detaching' argument
8495 to thread_db_free.
8496 (thread_db_free): Add `detaching' parameter. Only
8497 call td_ta_clear_event if detaching from process.
8498
75aa492e
MK
84992009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
8500
8501 * thread-db.c (thread_db_free): Fix typo.
8502
21e1bee4
PP
85032009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8504
8505 PR gdb/10838
8506 * thread-db.c (thread_db_free): Call td_ta_clear_event.
8507
8838b45e
NS
85082009-11-03 Nathan Sidwell <nathan@codesourcery.com>
8509
8510 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
8511 with an i686 compiler.
8512 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
8513 needed.
8514 * configure: Rebuilt.
8515
8a35fb51
SL
85162009-10-29 Sandra Loosemore <sandra@codesourcery.com>
8517
8518 PR gdb/10783
8519
8520 * server.c (handle_search_memory_1): Correct read_addr initialization
8521 in loop for searching subsequent chunks.
8522
96f15937
PP
85232009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
8524
8525 * configure.ac: New --with-libthread-db option.
8526 * thread-db.c: Allow direct dependence on libthread_db.
8527 (thread_db_free): Adjust.
8528 * config.in: Regenerate.
8529 * configure: Likewise.
889bf7c5 8530
5f7d1694
PP
85312009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
8532
8533 PR gdb/10757
8534 * thread-db.c (attach_thread): New function.
8535 (maybe_attach_thread): Return success/failure.
8536 (find_new_threads_callback): Adjust.
889bf7c5
PA
8537 (thread_db_find_new_threads): Loop until no new threads.
8538
88e3b899
PA
85392009-10-13 Pedro Alves <pedro@codesourcery.com>
8540
8541 * proc-service.c (ps_lgetregs): Formatting.
8542
cdbfd419
PP
85432009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
8544
8545 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
8546 * configure.ac: Adjust.
8547 * linux-low.h (struct process_info_private): Move members to struct
8548 thread_db.
8549 (thread_db_free, thread_db_handle_monitor_command): New prototype.
8550 * linux-low.c (linux_remove_process): Adjust.
8551 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
8552 * server.c (handle_query): Move code ...
8553 (handle_monitor_command): ... here. New function.
8554 * target.h (struct target_ops): New member.
8555 * thread-db.c (struct thread_db): New.
8556 (libthread_db_search_path): New variable.
8557 (thread_db_create_event, thread_db_enable_reporting)
8558 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
8559 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
8560 (try_thread_db_load_1, dladdr_to_soname): New functions.
8561 (try_thread_db_load, thread_db_load_search): New functions.
8562 (thread_db_init): Search for libthread_db.
8563 (thread_db_free): New function.
8564 (thread_db_handle_monitor_command): Likewise.
8565 * config.in: Regenerate.
8566 * configure: Regenerate.
889bf7c5 8567
4168d2d6
UW
85682009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
8569
8570 * spu-low.c (spu_kill): Wait for inferior to terminate.
8571 Call clear_inferiors.
8572 (spu_detach): Call clear_inferiors.
8573
81ecdfbb
RW
85742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8575
8576 * aclocal.m4: Regenerate.
8577 * config.in: Likewise.
8578 * configure: Likewise.
8579
0b9ff2c0
UW
85802009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8581
8582 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
8583 (parse_spufs_run): New function.
8584 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
8585 (ppc_breakpoint_at): Handle SPU breakpoints.
8586
efcbbd14
UW
85872009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8588
8589 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
8590 (SPUFS_MAGIC): Define.
8591 (spu_enumerate_spu_ids): New function.
8592 (linux_qxfer_spu): New function.
8593 (linux_target_ops): Install linux_qxfer_spu.
8594
f4d9bade
UW
85952009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
8596
8597 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
8598 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
8599 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
8600 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
8601 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
8602 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
8603 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
8604 (init_registers_powerpc_cell32l): Add prototype.
8605 (init_registers_powerpc_cell64l): Likewise.
8606 (ppc_arch_setup): Detect Cell/B.E. architecture.
8607
96e946ca
RW
86082009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8609
8610 * Makefile.in (datarootdir): New variable.
8611
58d6951d
DJ
86122009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8613
8614 * linux-low.c (linux_write_memory): Update debugging output.
8615 * Makefile.in (clean): Add new descriptions.
8616 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
8617 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
8618 * configure.srv: Add new files for arm*-*-linux*.
8619 * linux-arm-low.c: Add new declarations.
8620 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
8621 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
8622 (HWCAP_VFPv3D16): New.
8623 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
8624 instead of __IWMMXT__.
8625 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
8626 (arm_arch_setup): New.
8627 (target_regsets): Remove #ifdef. Add VFP regset.
8628 (the_low_target): Use arm_arch_setup.
8629
12b42a12
DJ
86302009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
8633 the main thread again.
8634
ac8c974e
AR
86352009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
8636
8637 Adding Neutrino gdbserver.
8638 * configure: Regenerated.
8639 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
8640 * configure.srv (i[34567]86-*-nto*): New target.
8641 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
8642 * remote-utils.c [__QNX__]: Include sys/iomgr.h
8643 (nto_comctrl) [__QNX__]: New function.
8644 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
8645
4424e0c3 86462009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
8647
8648 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
8649 srv_tgtobj.
8650
912cf4ba
PA
86512009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
8652 Pedro Alves <pedro@codesourcery.com>
8653
8654 * win32-i386-low.c (i386_get_thread_context): Handle systems that
8655 don't support CONTEXT_EXTENDED_REGISTERS.
8656 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
8657 (the_low_target): Install them.
8658 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
8659 failing with ERROR_PIPE_NOT_CONNECTED.
8660
aa5ca48f
DE
86612009-06-30 Doug Evans <dje@google.com>
8662 Pierre Muller <muller@ics.u-strasbg.fr>
8663
8664 Add h/w watchpoint support to x86-linux, win32-i386.
8665 * Makefile.in (SFILES): Add i386-low.c
8666 (i386_low_h): Define.
8667 (i386-low.o): Add dependencies.
8668 (linux-x86-low.o): Add i386-low.h dependency.
8669 (win32-i386-low.o): Ditto.
8670 * i386-low.c: New file.
8671 * i386-low.h: New file.
8672 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
8673 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
8674 * linux-low.c (linux_add_process): Initialize arch_private.
8675 (linux_remove_process): Free arch_private.
8676 (add_lwp): Initialize arch_private.
8677 (delete_lwp): Free arch_private.
8678 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
8679 provided.
8680 * linux-low.h (process_info_private): New member arch_private.
8681 (lwp_info): New member arch_private.
8682 (linux_target_ops): New members new_process, new_thread,
8683 prepare_to_resume.
8684 (ptid_of): New macro.
8685 * linux-x86-low.c: Include stddef.h, i386-low.h.
8686 (arch_process_info): New struct.
8687 (arch_lwp_info): New struct.
8688 (x86_linux_dr_get, x86_linux_dr_set): New functions.
8689 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8690 (i386_dr_low_get_status): New function.
8691 (x86_insert_point, x86_remove_point): New functions.
8692 (x86_stopped_by_watchpoint): New function.
8693 (x86_stopped_data_address): New function.
8694 (x86_linux_new_process, x86_linux_new_thread): New functions.
8695 (x86_linux_prepare_to_resume): New function.
8696 (the_low_target): Add entries for insert_point, remove_point,
8697 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
8698 prepare_to_resume.
8699 * server.c (debug_hw_points): New global.
8700 (monitor_show_help): Document set debug-hw-points.
8701 (handle_query): Process "set debug-hw-points".
8702 * server.h (debug_hw_points): Declare.
8703 (paddress): Declare.
8704 * utils.c (NUMCELLS, CELLSIZE): New macros.
8705 (get_sell, xsnprintf, paddress): New functions.
8706 * win32-arm-low.c (the_low_target): Add entries for insert_point,
8707 remove_point, stopped_by_watchpoint, stopped_data_address.
8708 * win32-i386-low.c: Include i386-low.h.
8709 (debug_reg_state): Replaces dr.
8710 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
8711 (i386_dr_low_get_status): New function.
8712 (i386_insert_point, i386_remove_point): New functions.
8713 (i386_stopped_by_watchpoint): New function.
8714 (i386_stopped_data_address): New function.
8715 (i386_initial_stuff): Update.
8716 (get_thread_context,set_thread_context,i386_thread_added): Update.
8717 (the_low_target): Add entries for insert_point,
8718 remove_point, stopped_by_watchpoint, stopped_data_address.
8719 * win32-low.c (win32_insert_watchpoint): New function.
8720 (win32_remove_watchpoint): New function.
8721 (win32_stopped_by_watchpoint): New function.
8722 (win32_stopped_data_address): New function.
8723 (win32_target_ops): Add entries for insert_watchpoint,
8724 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
8725 * win32-low.h (win32_target_ops): New members insert_point,
8726 remove_point, stopped_by_watchpoint, stopped_data_address.
8727
d993e290
PA
87282009-06-25 Pedro Alves <pedro@codesourcery.com>
8729
8730 * server.c (process_serial_event): Re-return unsupported, not
8731 error, if the type isn't recognized. Re-allow supporting only
8732 insert or remove packets. Also call require_running for
8733 breakpoints. Add missing break statement to default case. Tidy.
8734 * target.h (struct target_ops): Rename insert_watchpoint to
8735 insert_point, and remove_watchpoint to remove_point.
8736
8737 * linux-low.h (struct linux_target_ops): Likewise.
8738 * linux-low.c (linux_insert_watchpoint): Rename to ...
8739 (linux_insert_point): ... this. Adjust.
8740 (linux_remove_watchpoint): Rename to ...
8741 (linux_remove_point): ... this. Adjust.
8742 (linux_target_ops): Adjust.
8743 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
8744 (cris_insert_point): ... this.
8745 (cris_remove_watchpoint): Rename to ...
8746 (cris_remove_point): ... this.
8747 (the_low_target): Adjust.
8748
0f54c268
PM
87492009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
8750
8751 * server.c (handle_v_kill): Pass signal_pid to
8752 kill_inferior if multi_process is zero.
8753
c6314022
AR
87542009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
8755
8756 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
8757 * target.h (target_ops): Comment for *_watchpoint to make it clear
8758 the functions can get types '0' and '1'.
8759
4463ce24
AR
87602009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
8761
8762 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
8763 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
8764 * regcache.c (get_regcache): Likewise.
8765 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
8766 * win32-low.c (child_fetch_inferior_registers): Remove check for
8767 regno 0.
8768
cf8fd78b
PA
87692009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
8770 Pedro Alves <pedro@codesourcery.com>
8771
8772 * target.h (struct target_ops) <supports_multi_process>: New
8773 callback.
8774 (target_supports_multi_process): New.
8775 * server.c (handle_query): Even if GDB reports support, only
8776 enable multi-process if the target also supports it. Report
8777 multi-process support only if the target backend supports it.
8778 * linux-low.c (linux_supports_multi_process): New function.
8779 (linux_target_ops): Install it as target_supports_multi_process
8780 callback.
8781
47c0c975
DE
87822009-05-24 Doug Evans <dje@google.com>
8783
e09875d4
DE
8784 Global renaming of find_thread_pid to find_thread_ptid.
8785 * server.h (find_thread_ptid): Renamed from find_thread_pid.
8786 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
8787 All callers updated.
8788
e27d73f6
DE
8789 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
8790 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
8791 directly.
8792
47c0c975
DE
8793 * linux-low.c (get_stop_pc): Print pc if debug_threads.
8794 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
8795 (linux_resume_one_lwp): Ditto.
8796
2acc282a
DE
87972009-05-23 Doug Evans <dje@google.com>
8798
8799 * linux-low.c (linux_resume_one_lwp): Change type of first arg
8800 from struct inferior_list_entry * to struct lwp_info *.
8801 All callers updated.
8802
9f1036c1
DE
88032009-05-13 Doug Evans <dje@google.com>
8804
8805 * linux-x86-low.c: Don't include assert.h.
8806 (x86_siginfo_fixup): Use fatal, not assert.
8807 (x86_arch_setup): Fix comment.
8808
d0722149
DE
88092009-05-12 Doug Evans <dje@google.com>
8810
8811 Biarch support for i386/amd64 gdbserver.
8812 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
8813 Add linux-x86-low.c.
8814 (linux-i386-low.o, linux-x86-64-low.o): Delete.
8815 (linux-x86-low.o): Add.
8816 * linux-x86-64-low.c: Delete.
8817 * linux-i386-low.c: Delete.
8818 * linux-x86-low.c: New file.
8819 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
8820 linux-x86-low.o.
8821 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
8822 linux-x86-low.o.
8823 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
8824 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
8825 (linux_child_pid_to_exec_file): New function.
8826 (elf_64_header_p, elf_64_file_p): New functions.
8827 (siginfo_fixup): New function.
8828 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
8829 give target a chance to convert layout.
8830 * linux-low.h (linux_target_ops): New member siginfo_fixup.
8831 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
8832
fdeb2a12
DE
88332009-05-07 Doug Evans <dje@google.com>
8834
8835 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
8836 (regsets_store_inferior_registers): Ditto.
8837
a6dbe5df
PA
88382009-05-06 Pedro Alves <pedro@codesourcery.com>
8839
8840 PR server/10048
8841
8842 * linux-low.c (must_set_ptrace_flags): Delete.
8843 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
8844 of the global.
8845 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
8846 `lwp->must_set_ptrace_flags' instead.
ba42693b 8847 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
8848 (linux_wait_1): ... not here.
8849
5091eb23
DE
88502009-04-30 Doug Evans <dje@google.com>
8851
9f767825
DE
8852 * inferiors.c (started_inferior_callback): New function.
8853 (attached_inferior_callback): New function.
8854 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
8855 * server.c (print_started_pid, print_attached_pid): New functions.
8856 (detach_or_kill_for_exit): New function.
8857 (main): Call it instead of for_each_inferior (kill_inferior_callback).
8858 * server.h (have_started_inferiors_p): Declare.
8859 (have_attached_inferiors_p): Declare.
8860
5091eb23
DE
8861 * inferiors.c (remove_process): Fix memory leak, free process.
8862 * linux-low.c (linux_remove_process): New function.
8863 (linux_kill): Call it instead of remove_process.
8864 (linux_detach, linux_wait_1): Ditto.
8865
155c8968
PA
88662009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
8867
8868 * configure.srv: Add x86 Windows CE target.
8869
7fe519cb
UW
88702009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * inferiors.c (get_thread_process): Make global.
8873 * server.h (get_thread_process): Add prototype.
8874 * thread-db.c (find_one_thread): Use get_thread_process
8875 instead of current_process.
8876 (thread_db_get_tls_address): Do not crash if called when
8877 thread layer is not yet initialized.
8878
5472f405
UW
88792009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
8880
8881 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
8882 * spu-low.c (current_tid): Rename to ...
8883 (current_ptid): ... this.
8884 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
8885 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
8886 ptid_get_lwp (current_ptid) instead of current_tid.
8887 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
8888 instead of current_tid. Use find_process_pid to verify pid
8889 argument is valid. Pass proper argument to remove_process.
8890 (spu_thread_alive): Compare current_ptid instead of current_tid.
8891 (spu_resume): Likewise.
8892
55ac2b99
PA
88932009-04-02 Pedro Alves <pedro@codesourcery.com>
8894
8895 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
8896 variable.
8897
95954743
PA
88982009-04-01 Pedro Alves <pedro@codesourcery.com>
8899
8900 Implement the multiprocess extensions, and add linux multiprocess
8901 support.
8902
8903 * server.h (ULONGEST): Declare.
8904 (struct ptid, ptid_t): New.
8905 (minus_one_ptid, null_ptid): Declare.
8906 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8907 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
8908 (struct inferior_list_entry): Change `id' type from unsigned from
8909 to ptid_t.
8910 (struct sym_cache, struct breakpoint, struct
8911 process_info_private): Forward declare.
8912 (struct process_info): Declare.
8913 (current_process): Declare.
8914 (all_processes): Declare.
8915 (initialize_inferiors): Declare.
8916 (add_thread): Adjust to use ptid_t.
8917 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
8918 (add_process, remove_process, find_thread_pid): Declare.
8919 (find_inferior_id): Adjust to use ptid_t.
8920 (cont_thread, general_thread, step_thread): Change type to ptid_t.
8921 (multi_process): Declare.
8922 (push_event): Adjust to use ptid_t.
8923 (read_ptid, write_ptid): Declare.
8924 (prepare_resume_reply): Adjust to use ptid_t.
8925 (clear_symbol_cache): Declare.
8926 * inferiors.c (all_processes): New.
8927 (null_ptid, minus_one_ptid): New.
8928 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
8929 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
8930 (add_thread): Change unsigned long to ptid. Remove gdb_id
8931 parameter. Adjust.
8932 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
8933 (gdb_id_to_thread): Rename to ...
8934 (find_thread_pid): ... this. Change unsigned long to ptid.
8935 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
8936 (loaded_dll, pull_pid_from_list): Adjust.
8937 (add_process, remove_process, find_process_pid)
8938 (get_thread_process, current_process, initialize_inferiors): New.
8939 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
8940 (struct target_waitstatus) <related_pid>: Ditto.
8941 (struct target_ops) <kill, detach>: Add `pid' argument. Change
8942 return type to int.
8943 (struct target_ops) <join>: Add `pid' argument.
8944 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
8945 (struct target_ops) <wait>: Add `ptid' field. Change return type
8946 to ptid.
8947 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
8948 (mywait): Add `ptid' argument. Change return type to ptid_t.
8949 (target_pid_to_str): Declare.
8950 * target.c (set_desired_inferior): Adjust to use ptids.
8951 (mywait): Add new `ptid' argument. Adjust.
8952 (target_pid_to_str): New.
8953 * mem-break.h (free_all_breakpoints): Declare.
8954 * mem-break.c (breakpoints): Delelete.
8955 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
8956 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
8957 to use per-process breakpoint list.
8958 (free_all_breakpoints): New.
8959 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
8960 (symbol_cache, all_symbols_looked_up): Delete.
8961 (hexchars): New.
8962 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
8963 read_ptid): New.
8964 (prepare_resume_reply): Change ptid argument's type from unsigned
8965 long to ptid_t. Adjust. Implement W;process and X;process.
8966 (free_sym_cache, clear_symbol_cache): New.
8967 (look_up_one_symbol): Adjust to per-process symbol cache. *
8968 * server.c (cont_thread, general_thread, step_thread): Change type
8969 to ptid_t.
8970 (attached): Delete.
8971 (multi_process): New.
8972 (last_ptid): Change type to ptid_t.
8973 (struct vstop_notif) <ptid>: Change type to ptid_t.
8974 (queue_stop_reply, push_event): Change `ptid' argument's type to
8975 ptid_t.
8976 (discard_queued_stop_replies): Add `pid' argument.
8977 (start_inferior): Adjust to use ptids. Adjust to mywait interface
8978 changes. Don't reference the `attached' global.
8979 (attach_inferior): Adjust to mywait interface changes.
8980 (handle_query): Adjust to use ptids. Parse GDB's qSupported
8981 features. Handle and report "multiprocess+". Handle
8982 "qAttached:PID".
8983 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
8984 changes.
8985 (handle_v_kill): New.
8986 (handle_v_stopped): Adjust to use target_pid_to_str.
8987 (handle_v_requests): Allow multiple attaches and runs when
8988 multiprocess extensions are in effect. Handle "vKill".
8989 (myresume): Adjust to use ptids.
8990 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
8991 (handle_status): Adjust to discard_queued_stop_replies interface
8992 change.
8993 (first_thread_of, kill_inferior_callback)
8994 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
8995 (main): Call initialize_inferiors. Adjust to use ptids, killing
8996 and detaching from all inferiors. Handle multiprocess packet
8997 variants.
8998 * linux-low.h: Include gdb_proc_service.h.
8999 (struct process_info_private): New.
9000 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
9001 <lwpid_of>: Use ptid_get_lwp.
9002 (get_lwp_thread): Adjust.
9003 (struct lwp_info): Add `dead' member.
9004 (find_lwp_pid): Declare.
9005 * linux-low.c (thread_db_active): Delete.
9006 (new_inferior): Adjust comment.
9007 (inferior_pid): Delete.
9008 (linux_add_process): New.
9009 (handle_extended_wait): Adjust.
9010 (add_lwp): Change unsigned long to ptid.
9011 (linux_create_inferior): Add process to processes table. Adjust
9012 to use ptids. Don't set new_inferior here.
9013 (linux_attach_lwp): Rename to ...
9014 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
9015 it. Adjust to use ptids.
9016 (linux_attach_lwp): New.
9017 (linux_attach): Add process to processes table. Don't set
9018 new_inferior here.
9019 (struct counter): New.
9020 (second_thread_of_pid_p, last_thread_of_process_p): New.
9021 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
9022 multiple processes.
9023 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
9024 processes. Remove process from process table.
9025 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
9026 to multiple processes.
9027 (any_thread_of): New.
9028 (linux_detach): Add `pid' argument, and handle it. Remove process
9029 from processes table.
9030 (linux_join): Add `pid' argument. Handle it.
9031 (linux_thread_alive): Change unsighed long argument to ptid_t.
9032 Consider dead lwps as not being alive.
9033 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
9034 threads we're not interested in.
9035 (same_lwp, find_lwp_pid): New.
9036 (linux_wait_for_lwp): Change `pid' argument's type from int to
9037 ptid_t. Adjust.
9038 (linux_wait_for_event): Rename to ...
9039 (linux_wait_for_event_1): ... this. Change `pid' argument's type
9040 from int to ptid_t. Adjust.
9041 (linux_wait_for_event): New.
9042 (linux_wait_1): Add `ptid' argument. Change return type to
9043 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
9044 that exit from the process table.
9045 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
9046 Adjust.
9047 (mark_lwp_dead): New.
9048 (wait_for_sigstop): Adjust to use ptids. If a process exits while
9049 stopping all threads, mark its main lwp as dead.
9050 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
9051 ptids.
9052 (fetch_register, usr_store_inferior_registers)
9053 (regsets_fetch_inferior_registers)
9054 (regsets_store_inferior_registers, linux_read_memory)
9055 (linux_write_memory): Inline `inferior_pid'.
9056 (linux_look_up_symbols): Adjust to use per-process
9057 `thread_db_active'.
9058 (linux_request_interrupt): Adjust to use ptids.
9059 (linux_read_auxv): Inline `inferior_pid'.
9060 (initialize_low): Don't reference thread_db_active.
9061 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
9062 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
9063 (ps_getpid): Return the pid of the current inferior.
9064 * thread-db.c (proc_handle, thread_agent): Delete.
9065 (thread_db_create_event, thread_db_enable_reporting): Adjust to
9066 per-process data.
9067 (find_one_thread): Change argument type to ptid_t. Adjust to
9068 per-process data.
9069 (maybe_attach_thread): Adjust to per-process data and ptids.
9070 (thread_db_find_new_threads): Ditto.
9071 (thread_db_init): Ditto.
9072 * spu-low.c (spu_create_inferior, spu_attach): Add process to
9073 processes table. Adjust to use ptids.
9074 (spu_kill, spu_detach): Adjust interface. Remove process from
9075 processes table.
9076 (spu_join, spu_thread_alive): Adjust interface.
9077 (spu_wait): Adjust interface. Remove process from processes
9078 table. Adjust to use ptids.
9079 * win32-low.c (current_inferior_tid): Delete.
9080 (current_inferior_ptid): New.
9081 (debug_event_ptid): New.
9082 (thread_rec): Take a ptid. Adjust.
9083 (child_add_thread): Add `pid' argument. Adjust to use ptids.
9084 (child_delete_thread): Ditto.
9085 (do_initial_child_stuff): Add `attached' argument. Add process to
9086 processes table.
9087 (child_fetch_inferior_registers, child_store_inferior_registers):
9088 Adjust.
9089 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
9090 (win32_attach): Pass 1 to do_initial_child_stuff.
9091 (win32_kill): Adjust interface. Remove process from processes
9092 table.
9093 (win32_detach): Ditto.
9094 (win32_join): Adjust interface.
9095 (win32_thread_alive): Take a ptid.
9096 (win32_resume): Adjust to use ptids.
9097 (get_child_debug_event): Ditto.
9098 (win32_wait): Adjust interface. Remove exiting process from
9099 processes table.
9100
bd99dc85
PA
91012009-04-01 Pedro Alves <pedro@codesourcery.com>
9102
9103 Non-stop mode support.
9104
9105 * server.h (non_stop): Declare.
9106 (gdb_client_data, handler_func): Declare.
9107 (delete_file_handler, add_file_handler, start_event_loop):
9108 Declare.
9109 (handle_serial_event, handle_target_event, push_event)
9110 (putpkt_notif): Declare.
9111 * target.h (enum resume_kind): New.
9112 (struct thread_resume): Replace `step' field by `kind' field.
9113 (TARGET_WNOHANG): Define.
9114 (struct target_ops) <wait>: Add `options' argument.
9115 <supports_non_stop, async, start_non_stop>: New fields.
9116 (target_supports_non_stop, target_async): New.
9117 (start_non_stop): Declare.
9118 (mywait): Add `options' argument.
9119 * target.c (mywait): Add `options' argument. Print child exit
9120 notifications here.
9121 (start_non_stop): New.
9122 * server.c (non_stop, own_buf, mem_buf): New globals.
9123 (struct vstop_notif): New.
9124 (notif_queue): New global.
9125 (queue_stop_reply, push_event, discard_queued_stop_replies)
9126 (send_next_stop_reply): New.
9127 (start_inferior): Adjust to use resume_kind. Adjust to mywait
9128 interface changes.
9129 (attach_inferior): In non-stop mode, don't wait for the target
9130 here.
9131 (handle_general_set): Handle QNonStop.
9132 (handle_query): When handling qC, return the current general
9133 thread, instead of the first thread of the list.
9134 (handle_query): If the backend supports non-stop mode, include
9135 QNonStop+ in the qSupported query response.
9136 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
9137 and non-stop mode.
9138 (handle_v_attach, handle_v_run): Handle non-stop mode.
9139 (handle_v_stopped): New.
9140 (handle_v_requests): Report support for vCont;t. Handle vStopped.
9141 (myresume): Adjust to use resume_kind. Handle non-stop.
9142 (queue_stop_reply_callback): New.
9143 (handle_status): Handle non-stop mode.
9144 (main): Clear non_stop flag on reconnection. Use the event-loop.
9145 Refactor serial protocol handling from here ...
9146 (process_serial_event): ... to this new function. When GDB
9147 selects any thread, select one here. In non-stop mode, wait until
9148 GDB acks all pending events before exiting.
9149 (handle_serial_event, handle_target_event): New.
9150 * remote-utils.c (remote_open): Install remote_desc in the event
9151 loop.
9152 (remote_close): Remove remote_desc from the event loop.
9153 (putpkt_binary): Rename to...
9154 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
9155 (putpkt_binary): New as wrapper around putpkt_binary_1.
9156 (putpkt_notif): New.
9157 (prepare_resume_reply): In non-stop mode, don't change the
9158 general_thread.
9159 * event-loop.c: New.
9160 * Makefile.in (OBJ): Add event-loop.o.
9161 (event-loop.o): New rule.
9162
9163 * linux-low.h (pid_of): Moved here.
9164 (lwpid_of): New.
9165 (get_lwp_thread): Use lwpid_of.
9166 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
9167 * linux-low.c (pid_of): Delete.
9168 (inferior_pid): Use lwpid_of.
9169 (linux_event_pipe): New.
9170 (target_is_async_p): New.
9171 (delete_lwp): New.
9172 (handle_extended_wait): Use lwpid_of.
9173 (add_lwp): Don't set lwpid field.
9174 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
9175 (linux_kill_one_lwp): If killing a running lwp, stop it first.
9176 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
9177 (linux_detach_one_lwp): If detaching from a running lwp, stop it
9178 first. Adjust to linux_wait_for_event interface changes. Use
9179 lwpid_of.
9180 (linux_detach): Don't delete the main lwp here.
9181 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
9182 (status_pending_p): Don't consider explicitly suspended lwps.
9183 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
9184 pointer. Add OPTIONS argument. Change return type to int. Use
9185 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
9186 (linux_wait_for_event): Take an integer pid instead of a lwp_info
9187 pointer. Add status pointer argument. Return a pid instead of a
9188 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
9189 changes. In non-stop mode, don't switch to a random thread.
9190 (linux_wait): Rename to...
9191 (linux_wait_1): ... this. Add target_options argument, and handle
9192 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
9193 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
9194 clean exit and signal exit code. Don't stop all threads in
9195 non-stop mode. In all-stop mode, only stop all threads when
9196 reporting a stop to GDB. Handle explicit thread stop requests.
9197 (async_file_flush, async_file_mark): New.
9198 (linux_wait): New.
9199 (send_sigstop): Use lwpid_of.
9200 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
9201 interface changes. In non-stop mode, don't switch to a random
9202 thread.
9203 (linux_resume_one_lwp): Use lwpid_of.
9204 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
9205 (linux_resume_one_thread): ... this. Handle resume_stop. In
9206 non-stop mode, don't look for pending flag in all threads.
9207 (resume_status_pending_p): Don't consider explicitly suspended
9208 threads.
9209 (my_waitpid): Reimplement. Emulate __WALL.
9210 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9211 Use lwpid_of.
9212 (sigchld_handler, linux_supports_non_stop, linux_async)
9213 (linux_start_non_stop): New.
9214 (linux_target_ops): Register linux_supports_non_stop, linux_async
9215 and linux_start_non_stop.
9216 (initialize_low): Install SIGCHLD handler.
9217 * thread-db.c (thread_db_create_event, find_one_thread)
9218 (thread_db_get_tls_address): Use lwpid_of.
9219 * win32-low.c (win32_detach): Adjust to use resume_kind.
9220 (win32_wait): Add `options' argument.
9221 * spu-low.c (spu_resume): Adjust to use resume_kind.
9222 (spu_wait): Add `options' argument.
9223
5b1c542e
PA
92242009-04-01 Pedro Alves <pedro@codesourcery.com>
9225
9226 Decouple target code from remote protocol.
9227
9228 * target.h (enum target_waitkind): New.
9229 (struct target_waitstatus): New.
9230 (struct target_ops) <wait>: Return an unsigned long. Take a
9231 target_waitstatus pointer instead of a char pointer.
9232 (mywait): Likewise.
9233 * target.c (mywait): Change prototype to return an unsigned long.
9234 Take a target_waitstatus pointer instead of a char pointer. Adjust.
9235 * server.h (thread_from_wait, old_thread_from_wait): Delete
9236 declarations.
9237 (prepare_resume_reply): Change prototype to take a
9238 target_waitstatus.
9239 * server.c (thread_from_wait, old_thread_from_wait): Delete.
9240 (last_status, last_ptid): New.
9241 (start_inferior): Remove "statusptr" argument. Adjust. Return a
9242 pid instead of a signal.
9243 (attach_inferior): Remove "status" and "signal" parameters.
9244 Adjust.
9245 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
9246 not as an address.
9247 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
9248 (handle_v_requests, myresume): Remove "status" and "signal"
9249 parameters. Adjust.
9250 (handle_status): New.
9251 (main): Delete local `status'. Adjust.
9252 * remote-utils.c: Include target.h.
9253 (prepare_resume_reply): Change prototype to take a
9254 target_waitstatus. Adjust.
9255
9256 * linux-low.c (linux_wait): Adjust to new target_ops->wait
9257 interface.
9258 * spu-low.c (spu_wait): Adjust.
9259 * win32-low.c (enum target_waitkind, struct target_waitstatus):
9260 Delete.
9261 (win32_wait): Adjust.
9262
2bd7c093
PA
92632009-04-01 Pedro Alves <pedro@codesourcery.com>
9264
9265 * target.h (struct thread_resume): Delete leave_stopped member.
9266 (struct target_ops): Add a `n' argument to the `resume' callback.
9267 * server.c (start_inferior): Adjust.
9268 (handle_v_cont, myresume): Adjust.
9269 * linux-low.c (check_removed_breakpoint): Adjust to resume
9270 interface change, and to removed leave_stopped field.
9271 (resume_ptr): Delete.
9272 (struct thread_resume_array): New.
9273 (linux_set_resume_request): Add new `arg' parameter. Adjust to
9274 resume interface change.
9275 (linux_continue_one_thread, linux_queue_one_thread)
9276 (resume_status_pending_p): Check if the resume field is NULL
9277 instead of checking the leave_stopped member.
9278 (linux_resume): Adjust to the target resume interface change.
9279 * spu-low.c (spu_resume): Adjust to the target resume interface
9280 change.
9281 * win32-low.c (win32_detach, win32_resume): Ditto.
9282
c35fafde
PA
92832009-04-01 Pedro Alves <pedro@codesourcery.com>
9284
9285 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
9286 flag.
9287 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
9288 pending.
9289 (linux_continue_one_thread): Only preserve the stepping flag if
9290 there's a pending breakpoint.
9291
0a59d50b
PA
92922009-03-31 Pedro Alves <pedro@codesourcery.com>
9293
9294 * server.c (main): After the inferior having exited, call
9295 remote_close before exiting gdbserver.
9296
f04c6d38
TJB
92972009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
9298
9299 Fix size of FPSCR in Power 7 processors.
9300 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
9301 (PPC_FEATURE_HAS_DFP): New #define.
9302 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
9303 size of the FPSCR.
9304
78e5cee6
PA
93052009-03-23 Pedro Alves <pedro@codesourcery.com>
9306
9307 * server.c (handle_query) Whitespace and formatting.
9308
1b3f6016
PA
93092009-03-22 Pedro Alves <pedro@codesourcery.com>
9310
9311 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
9312 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
9313 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
9314 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
9315 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
9316 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
9317 Makefile.in, configure.ac: Fix whitespace throughout.
9318 * configure: Regenerate.
9319
a07b2135
PA
93202009-03-22 Pedro Alves <pedro@codesourcery.com>
9321
9322 * inferiors.c (find_inferior): Make it safe for the callback
9323 function to delete the currently iterated inferior.
9324
67cc2626
PA
93252009-03-22 Pedro Alves <pedro@codesourcery.com>
9326
9327 * Makefile.in (linuw_low_h): Move higher.
9328 (thread-db.o): Depend on $(linux_low_h).
9329
54a0b537
PA
93302009-03-17 Pedro Alves <pedro@codesourcery.com>
9331
9332 Rename "process" to "lwp" throughout.
9333
9334 * linux-low.c (all_processes): Rename to...
9335 (all_lwps): ... this.
9336 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
9337 (add_process): Rename to ...
9338 (add_lwp): ... this. Adjust.
9339 (linux_create_inferior): Adjust.
9340 (linux_attach_lwp): Adjust.
9341 (linux_attach): Adjust.
9342 (linux_kill_one_process): Rename to ...
9343 (linux_kill_one_lwp): ... this. Adjust.
9344 (linux_kill): Adjust.
9345 (linux_detach_one_process): Rename to ...
9346 (linux_detach_one_lwp): ... this. Adjust.
9347 (linux_detach): Adjust.
9348 (check_removed_breakpoint): Adjust.
9349 (status_pending_p): Adjust.
9350 (linux_wait_for_process): Rename to ...
9351 (linux_wait_for_lwp): ... this. Adjust.
9352 (linux_wait_for_event): Adjust.
9353 (send_sigstop): Adjust.
9354 (wait_for_sigstop): Adjust.
9355 (stop_all_processes): Rename to ...
9356 (stop_all_lwps): ... this.
9357 (linux_resume_one_process): Rename to ...
9358 (linux_resume_one_lwp): ... this. Adjust.
9359 (linux_set_resume_request, linux_continue_one_thread)
9360 (linux_queue_one_thread, resume_status_pending_p)
9361 (usr_store_inferior_registers, regsets_store_inferior_registers)
9362 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
9363 Adjust.
9364 * linux-low.h (get_process): Rename to ...
9365 (get_lwp): ... this. Adjust.
9366 (get_thread_process): Rename to ...
9367 (get_thread_lwp): ... this. Adjust.
9368 (get_process_thread): Rename to ...
9369 (get_lwp_thread): ... this. Adjust.
9370 (struct process_info): Rename to ...
9371 (struct lwp_info): ... this.
9372 (all_processes): Rename to ...
9373 (all_lwps): ... this.
9374 * proc-service.c (ps_lgetregs): Adjust.
9375 * thread-db.c (thread_db_create_event, find_one_thread)
9376 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
9377
0b16c5cf
PA
93782009-03-14 Pedro Alves <pedro@codesourcery.com>
9379
9380 * server.c (handle_query): Handle "qAttached".
9381
32de4b9d
NS
93822009-03-13 Nathan Sidwell <nathan@codesourcery.com>
9383
9384 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
9385 GPLv3, update license URL.
9386
2aecd87f
DE
93872009-03-01 Doug Evans <dje@google.com>
9388
93efd302 9389 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
9390 (server_h): Add gdb_signals.h.
9391 (signals.o): Update.
9392 * server.h (target_signal_from_host,target_signal_to_host_p)
9393 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
9394
86b1f9c5
PM
93952009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9396
9397 * remote-utils.c (getpkt): Also generate remote-debug
9398 information if noack_mode is set.
9399
4aa995e1
PA
94002009-02-06 Pedro Alves <pedro@codesourcery.com>
9401
9402 * server.c (handle_query): Report qXfer:siginfo:read and
9403 qXfer:siginfo:write as supported and handle them.
9404 * target.h (struct target_ops) <qxfer_siginfo>: New field.
9405 * linux-low.c (linux_xfer_siginfo): New.
9406 (linux_target_ops): Set it.
9407
62709adf
PA
94082009-01-26 Pedro Alves <pedro@codesourcery.com>
9409
9410 * server.c (gdbserver_usage): Mention --remote-debug.
9411 (main): Accept '--remote-debug' switch.
9412
aef93bd7
DE
94132009-01-18 Doug Evans <dje@google.com>
9414
9415 * regcache.c (new_register_cache): No need to check result of xcalloc.
9416 * server.c (handle_search_memory): Back out calls to xmalloc,
9417 result is checked and error is returned to user upon failure.
9418 (handle_query): Ditto. Add more checks for result of malloc.
9419 (handle_v_cont): Check result of malloc, report error back to
9420 user upon failure.
9421 (handle_v_run): Ditto. Call freeargv.
9422 * server.h (freeargv): Declare.
9423 * utils.c (freeargv): New fn.
9424
54363045
DE
94252009-01-15 Doug Evans <dje@google.com>
9426
f626972c
DE
9427 * gdbreplay.c (perror_with_name): Make arg const char *.
9428 * server.h (target_signal_to_name): Make return type const char *.
0842e787 9429 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 9430 * utils.c (perror_with_name): Make arg const char *.
54363045 9431
18aae699
PA
94322009-01-14 Pedro Alves <pedro@codesourcery.com>
9433
9434 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
9435 when handling a EXIT_PROCESS_DEBUG_EVENT.
9436
ff703abe
JB
94372009-01-06 Joel Brobecker <brobecker@adacore.com>
9438
9439 * gdbreplay.c (gdbreplay_version): Update copyright year.
9440 * server.c (gdbserver_version): Likewise.
9441
f21cc1a2 94422009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
9443
9444 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 9445 (handle_extended_wait): Improve comment.
0e21c1ec 9446
bca929d3
DE
94472008-12-13 Doug Evans <dje@google.com>
9448
9449 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
9450 * server.h (ATTR_MALLOC): New macro.
9451 (xmalloc,xcalloc,xstrdup): Declare.
9452 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
9453 * inferiors.c: Ditto.
9454 * linux-low.c: Ditto.
9455 * mem-break.c: Ditto.
9456 * regcache.c: Ditto.
9457 * remote-utils.c: Ditto.
9458 * server.c: Ditto.
9459 * target.c: Ditto.
9460 * win32-low.c: Ditto.
9461
97438e3f
DE
94622008-12-12 Doug Evans <dje@google.com>
9463
896c7fbb
DE
9464 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
9465 in debugging printf.
9466
97438e3f
DE
9467 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
9468
e3b886f8
DE
94692008-12-09 Doug Evans <dje@google.com>
9470
9471 * linux-low.h (struct process_info): Delete member tid, unused.
9472 * thread-db.c (find_one_thread): Update.
9473 (maybe_attach_thread): Update.
9474
07e059b5
VP
94752008-12-02 Pedro Alves <pedro@codesourcery.com>
9476
889bf7c5
PA
9477 * target.h (struct target_ops): Add qxfer_osdata member.
9478 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
9479 and dirent.h.
9480 (linux_qxfer_osdata): New functions.
9481 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
9482 callback.
9483 * server.c (handle_query): Handle "qXfer:osdata:read:".
9484 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
9485 (buffer_xml_printf): New functions.
9486 * server.h (struct buffer): New.
9487 (buffer_grow_str, buffer_grow_str0): New macros.
9488 (buffer_grow, buffer_free, buffer_init, buffer_finish)
9489 (buffer_xml_printf): Declare.
07e059b5 9490
4cab47ab
DE
94912008-11-24 Doug Evans <dje@google.com>
9492
9493 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
9494
f142445f
DJ
94952008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9496
9497 * server.c (handle_v_run): Always use the supplied argument list.
9498
d0107bb6 94992008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 9500
d0107bb6
BW
9501 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
9502 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 9503
2c4ad781
TJB
95042008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9505
9506 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
9507 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
9508 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
9509 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
9510 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
9511 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
9512 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
9513 XML target descriptions.
9514 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
9515 when inferior is running on an ISA 2.05 or later processor. Add
9516 special case to return offset for full 64-bit slot of FPSCR when
9517 in 32-bits.
9518
dfb64f85
DJ
95192008-11-14 Daniel Gutson <dgutson@codesourcery.com>
9520
9521 * Makefile.in (SFILES, clean): Added sparc64 files.
9522 (reg-sparc64.o, reg-sparc64.c): New.
9523 * configure.srv (sparc*-*-linux*): New configuration.
9524 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
9525 syscall arguments for SPARC.
9526 (regsets_store_inferior_registers): Likewise.
9527 * linux-sparc-low.c: New file.
9528
66b6e1dd
DE
95292008-10-21 Doug Evans <dje@google.com>
9530
9531 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
9532 (READLINE_DIR,READLINE_DEP): Delete.
9533 (INTERNAL_CFLAGS): Update.
9534 (LINTFLAGS): Update.
9535
9b710a42
PA
95362008-10-10 Pedro Alves <pedro@codesourcery.com>
9537
9538 * server.c (handle_v_run): If GDB didn't specify an argv, use the
9539 whole argv from the last run, not just argv[0].
9540
5822d809
PA
95412008-09-08 Pedro Alves <pedro@codesourcery.com>
9542
9543 * regcache.c (new_register_cache): Return NULL if the register
9544 cache size isn't known yet.
9545 (free_register_cache): Avoid dereferencing a NULL regcache.
9546
74aac56f
DJ
95472008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9548
9549 * configure.srv: Merge MIPS and MIPS64.
9550
400b20f5
MR
95512008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
9552
9553 * Makefile.in (uninstall): Apply $(EXEEXT) too.
9554
677c5bb1
LM
95552008-08-18 Luis Machado <luisgpm@br.ibm.com>
9556
9557 * Makefile.in: Add required vsx dependencies.
9558
9559 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
9560 Declare init_registers_powerpc_vsx32l.
9561 Declare init_registers_powerpc_vsx64l.
9562 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
9563 (ppc_arch_setup): Check for VSX in hwcap.
9564 (ppc_fill_vsxregset): New function.
9565 (ppc_store_vsxregset): New function.
9566 Add new VSX entry in regset_info target_regsets.
9567
9568 * configure.srv: Add new VSX dependencies.
9569
a6f3e723
SL
95702008-08-12 Pedro Alves <pedro@codesourcery.com>
9571
9572 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
9573 (remote_open): Set or clear transport_is_reliable.
9574 (putpkt_binary): Don't expect acks in noack mode.
9575 (getpkt): Don't send ack/nac in noack mode.
9576 * server.c (handle_general_set): Handle QStartNoAckMode.
9577 (handle_query): If connected by tcp pass QStartNoAckMode+ in
9578 qSupported.
9579 (main): Reset noack_mode on every connection.
9580 * server.h (noack_mode): Declare.
9581
a417dc56
RW
95822008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9583
9584 * Makefile.in (GDBREPLAY_OBS): New variable.
9585 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
9586
3221518c
UW
95872008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
9588 Daniel Jacobowitz <dan@codesourcery.com>
9589
9590 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
9591 (usr_store_inferior_registers): Likewise.
9592 (regsets_store_inferior_registers): Likewise.
9593
ec56be1b
PA
95942008-07-31 Rolf Jansen <rj@surtec.com>
9595 Pedro Alves <pedro@codesourcery.com>
9596
9597 * configure.ac: Check for memmem declaration.
9598 * server.c [HAVE_MALLOC_H]: Include malloc.h.
9599 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
9600 (disable_packet_qfThreadInfo): Unconditionally compile.
9601 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
9602 * configure, config.in: Regenerate.
9603
2fe5e3ff
DE
96042008-07-28 Doug Kwan <dougkwan@google.com>
9605
9606 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
9607 (linux_write_memory): Remove declaration of errno.
9608
836acd6d
UW
96092008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9610
9611 * linux-low.c (handle_extended_wait): Do not use "status"
9612 variable uninitialized.
9613
aeba519e
PA
96142008-07-07 Pedro Alves <pedro@codesourcery.com>
9615
9616 * server.c (handle_v_attach): Inhibit reporting dll changes.
9617
db42f210
PA
96182008-06-27 Pedro Alves <pedro@codesourcery.com>
9619
9620 * remote-utils.c (prepare_resume_reply): If requested, don't
9621 output "thread:TID" in the T stop reply.
9622
9623 * server.c (disable_packet_vCont, disable_packet_Tthread)
9624 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
9625 (handle_query): If requested, disable support for qC, qfThreadInfo
9626 and qsThreadInfo.
9627 (handle_v_requests): If requested, disable support for vCont.
9628 (gdbserver_show_disableable): New.
9629 (main): Handle --disable-packet and --disable-packet=LIST.
9630
9631 * server.h (disable_packet_vCont, disable_packet_Tthread)
9632 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
9633
8e4c5421
CD
96342008-06-20 Carlos O'Donell <carlos@codesourcery.com>
9635
9636 * server.c (gdbserver_usage): Mention --version.
9637
6e23a804
DJ
96382008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
9639
9640 * Makefile.in (gdbreplay.o): New rule.
9641
90aa6a40
JM
96422008-06-06 Joseph Myers <joseph@codesourcery.com>
9643
9644 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
9645 message, not gdbserver.
9646
c16158bc 96472008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
9648 Nathan Sidwell <nathan@codesourcery.com>
9649 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
9650
9651 * acinclude.m4: Include ../../config/acx.m4.
9652 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
9653 * configure, config.in: Regenerate.
9654 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
9655 * server.c (gdbserver_version): Print PKGVERSION.
9656 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
9657 (main): Adjust gdbserver_usage calls.
9658 * gdbreplay.c (version, host_name): Add declarations.
9659 (gdbreplay_version, gdbreplay_usage): New.
9660 (main): Accept --version and --help options.
9661
aeb75bf5
DJ
96622008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
9663
9664 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
9665 (arm_breakpoint_at): Handle Thumb.
9666 (the_low_target): Add comment.
9667
76b233dd
UW
96682008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
9669
9670 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
9671
08388c79
DE
96722008-05-09 Doug Evans <dje@google.com>
9673
a3c83fae
DE
9674 * server.h (decode_search_memory_packet): Declare.
9675 * remote-utils.c (decode_search_memory_packet): New fn.
9676 * server.c (handle_search_memory_1): New fn.
08388c79
DE
9677 (handle_search_memory): New fn.
9678 (handle_query): Process qSearch:memory packets.
9679
bb9c3d36
UW
96802008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
9681
9682 * regcache.c (registers_length): Remove.
9683 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
9684 full register packet.
9685 * regcache.h (registers_length): Remove prototype.
9686 * server.h (PBUFSIZ): Define to 16384.
9687
7284e1be
UW
96882008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
9689
9690 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
9691 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
9692 powerpc-64l.o, and powerpc-altivec64l.o.
9693 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
9694 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
9695 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
9696 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
9697 rs6000/power-linux.xml, and rs6000/power64-linux.xml
9698 to srv_xmlfiles.
9699
9700 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
9701 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
9702 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
9703 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
9704 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
9705 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
9706 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
9707 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
9708 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
9709 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
9710 (clean): Update.
9711
9712 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
9713 (init_registers_powerpc_32l): ... this new prototype.
9714 (init_registers_powerpc_32): Remove, replace by ...
9715 (init_registers_powerpc_altivec32l): ... this new prototype.
9716 (init_registers_powerpc_e500): Remove, replace by ...
9717 (init_registers_powerpc_e500l): ... this new prototype.
9718 (init_registers_ppc64): Remove, replace by ...
9719 (init_registers_powerpc_64l): ... this new prototype.
9720 (init_registers_powerpc_64): Remove, replace by ...
9721 (init_registers_powerpc_altivec64l): ... this new prototype.
9722 (ppc_num_regs): Set to 73.
9723 (PT_ORIG_R3, PT_TRAP): Define if necessary.
9724 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
9725 (ppc_cannot_store_register): Handle orig_r3 and trap.
9726 (ppc_arch_setup): Update init_registers_... calls.
9727 (ppc_fill_gregset): Handle orig_r3 and trap.
9728
9729 * inferiors.c (clear_inferiors): Reset current_inferior.
9730
fdc59709
PB
97312008-04-23 Paolo Bonzini <bonzini@gnu.org>
9732
889bf7c5
PA
9733 * acinclude.m4: Add override.m4.
9734 * configure: Regenerate.
fdc59709 9735
c9b2f845
UW
97362008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9737
9738 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
9739 initial call to init_register_ppc64.
9740
550512b8
UW
97412008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
9742
43aaf8b6
PA
9743 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
9744 single powerpc*-*-linux* case.
550512b8
UW
9745 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
9746
b6430ec3
UW
97472008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
9748
9749 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 9750 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
9751 from reg_xmlfiles.
9752 * linux-ppc-low.c: Include <elf.h>.
9753 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
9754 (ppc_hwcap): New global variable.
9755 (ppc_regmap): Remove __SPE__ #ifdef sections.
9756 (ppc_regmap_e500): New global variable.
9757 (ppc_cannot_store_register): Update __SPE__ special case.
9758 (ppc_get_hwcap): New function.
9759 (ppc_arch_setup): Use it to determine whether inferior supports
9760 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
9761 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
9762 Do not access registers if target does not support AltiVec.
9763 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
9764 Do not access registers if target does not support SPE.
9765 (target_regsets): Unconditionally include AltiVec and SPE regsets.
9766
52fa2412
UW
97672008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9768
9769 * linux-low.c (disabled_regsets, num_regsets): New.
9770 (use_regsets_p): Delete.
9771 (linux_wait_for_process): Clear disabled_regsets.
9772 (regsets_fetch_inferior_registers): Check and set it.
9773 (regsets_store_inferior_registers): Likewise.
9774 (linux_fetch_registers, linux_store_registers): Do not use
9775 use_regsets_p.
9776 (initialize_low): Allocate disabled_regsets.
9777
e28b3332
DJ
97782008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
9779
9780 * Makefile.in (LIBOBJS): New.
9781 (OBS): Use LIBOBJS.
9782 (memmem.o): New rule.
9783 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
9784 * configure: Regenerated.
9785
4536995d
UW
97862008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
9787
9788 * server.c (handle_query): Never return "unsupported" for
9789 qXfer:features:read queries.
9790
221c031f
UW
97912008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
9792
9793 * server.c (get_features_xml): Fix inverted condition.
9794 (handle_query): Always support qXfer:feature:read.
9795
ccd213ac
DJ
97962008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
9797
9798 * server.c (wrapper_argv): New.
9799 (start_inferior): Handle wrapper_argv. If set, expect an extra
9800 trap.
9801 (gdbserver_usage): Document --wrapper.
9802 (main): Parse --wrapper.
9803
6fe305f7
UW
98042008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9805
9806 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
9807 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
9808 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
9809 (ppc_set_pc): Likewise.
9810 (ppc_arch_setup): New function.
9811 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
9812 of collect_register.
889bf7c5 9813 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 9814
5b0a002e
UW
98152008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9816
9817 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
9818 instead of linux-ppc64-low.o.
9819 * linux-ppc64-low.c: Remove file.
9820 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
9821 (linux-ppc64-low.o): Remove rule.
9822
9823 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
9824 (init_registers_powerpc_64): Likewise.
9825 (ppc_regmap): Conditionally define depending on __powerpc64__.
9826 (ppc_cannot_store_register): Do not special-case "fpscr" when
9827 compiled on __powerpc64__.
9828 (ppc_collect_ptrace_register): New function.
9829 (ppc_supply_ptrace_register): New function.
9830 (ppc_breakpoint): Change type to "unsigned int".
9831 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
9832 (the_low_target): Conditionally provide initializers for the
889bf7c5 9833 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
9834 collect_ptrace_register and supply_ptrace_register members.
9835
9b4b61c8
UW
98362008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
9837
9838 * regcache.h (gdbserver_xmltarget): Add extern declaration.
9839 * server.c (gdbserver_xmltarget): Define.
9840 (get_features_xml): Use it to replace "target.xml" and arch_string.
9841
9842 * configure.srv: Remove srv_xmltarget. Add XML files that were
9843 mentioned there to srv_xmlfiles instead. Remove conditional tests
9844 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
9845 srv_xmlfiles and srv_regobj to include all possible choices.
9846 * configure.ac (srv_xmltarget): Remove.
9847 (srv_xmlfiles): Do not add "target.xml".
9848 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
9849 checks for supplementary target information.
9850 * configure: Regenerate.
9851 * Makefile.in (XML_TARGET): Remove.
9852 (target.xml): Remove rule.
9853 (clean): Do not clean up target.xml.
9854 (.PRECIOUS): Do not mention target.xml.
9855
9856 * target.h (struct target_ops): Remove arch_string member.
9857 * linux-low.c (linux_arch_string): Remove.
9858 (linux_target_ops): Remove arch_string initializer.
9859 * linux-low.h (struct linux_target_ops): Remove arch_string member.
9860 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
9861 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
9862 * spu-low.c (spu_arch_string): Remove.
9863 (spu_target_ops): Remove arch_string initializer.
9864 * win32-low.c (win32_arch_string): Remove.
9865 (win32_target_ops): Remove arch_string initializer.
9866 * win32-low.h (struct win32_target_ops): Remove arch_string member.
9867 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
9868 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
9869
ee1a7ae4
UW
98702008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9871
9872 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
9873 by collect_ptrace_register and supply_ptrace_register hooks.
9874 * linux-low.c (fetch_register): Use supply_ptrace_register callback
9875 instead of checking for the_low_target.left_pad_xfer.
9876 (usr_store_inferior_registers): Use collect_ptrace_register callback
9877 instead of checking for the_low_target.left_pad_xfer.
9878
9879 * linux-s390-low.c (s390_collect_ptrace_register): New function.
9880 (s390_supply_ptrace_register): Likewise.
9881 (s390_fill_gregset): Call s390_collect_ptrace_register.
9882 (the_low_target): Update.
9883
9884 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
9885 (ppc_supply_ptrace_register): Likewise.
9886 (the_low_target): Update.
9887
9888 * linux-i386-low.c (the_low_target): Update.
9889 * linux-x86-64-low.c (the_low_target): Update.
9890
d61ddec4
UW
98912008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9892
9893 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
9894 reg-s390.o and reg-s390x.o.
9895
9896 * linux-low.c (new_inferior): New global variable.
9897 (linux_create_inferior, linux_attach): Set it.
9898 (linux_wait_for_process): Call the_low_target.arch_setup after the
9899 target has stopped for the first time.
9900 (initialize_low): Do not call the_low_target.arch_setup.
9901
9902 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
9903 (s390_set_pc): Likewise.
9904 (s390_arch_setup): New function.
9905 (the_low_target): Use s390_arch_setup as arch_setup routine.
9906
9907 * regcache.c (realloc_register_cache): New function.
9908 (set_register_cache): Call it for each existing regcache.
9909
d05b4ac3
UW
99102008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
9911
9912 * server.h (init_registers): Remove prototype.
9913
9914 * linux-low.h (struct linux_target_ops): Add arch_setup field.
9915 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
9916 instead of init_registers ().
9917 * linux-arm-low.c (init_registers_arm): Add prototype.
9918 (init_registers_arm_with_iwmmxt): Likewise.
9919 (the_low_target): Add initializer for arch_setup field.
9920 * linux-cris-low.c (init_registers_cris): Add prototype.
9921 (the_low_target): Add initializer for arch_setup field.
9922 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
9923 (the_low_target): Add initializer for arch_setup field.
9924 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
9925 (the_low_target): Add initializer for arch_setup field.
9926 * linux-ia64-low.c (init_registers_ia64): Add prototype.
9927 (the_low_target): Add initializer for arch_setup field.
9928 * linux-m32r-low.c (init_registers_m32r): Add prototype.
9929 (the_low_target): Add initializer for arch_setup field.
9930 * linux-m68k-low.c (init_registers_m68k): Add prototype.
9931 (the_low_target): Add initializer for arch_setup field.
9932 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
9933 (init_registers_mips64_linux): Likewise.
9934 (the_low_target): Add initializer for arch_setup field.
9935 * linux-ppc-low.c (init_registers_ppc): Add prototype.
9936 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
9937 (the_low_target): Add initializer for arch_setup field.
9938 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
9939 (init_registers_powerpc_64): Likewise.
9940 (the_low_target): Add initializer for arch_setup field.
9941 * linux-s390-low.c (init_registers_s390): Add prototype.
9942 (init_registers_s390x): Likewise.
9943 (the_low_target): Add initializer for arch_setup field.
9944 * linux-sh-low.c (init_registers_sh): Add prototype.
9945 (the_low_target): Add initializer for arch_setup field.
9946 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
9947 (the_low_target): Add initializer for arch_setup field.
9948 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
9949 (the_low_target): Add initializer for arch_setup field.
9950
9951 * win32-low.h (struct win32_target_ops): Add arch_setup field.
9952 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
9953 instead of init_registers ().
9954 * win32-arm-low.c (init_registers_arm): Add prototype.
9955 (the_low_target): Add initializer for arch_setup field.
9956 * win32-i386-low.c (init_registers_i386): Add prototype.
9957 (the_low_target): Add initializer for arch_setup field.
9958
9959 * spu-low.c (init_registers_spu): Add prototype.
9960 (initialize_low): Call initialie_registers_spu () instead of
9961 initialize_registers ().
9962
fd96d250
PA
99632008-02-19 Pedro Alves <pedro@codesourcery.com>
9964
9965 * server.c (handle_v_requests): When handling the vRun and vAttach
9966 packets, if already debugging a process, don't kill it. Return an
9967 error instead.
9968
d41b6bb4
DJ
99692008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
9970
9971 * server.c (handle_query): Correct length check.
9972
5ac588cf
PA
99732008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
9974
9975 * win32-low.c (do_initial_child_stuff): Add process handle
9976 parameter. Set current_process_handle and current_process_id from the
9977 parameters. Clear globals.
9978 (win32_create_inferior): Don't set current_process_handle and
9979 current_process_id here. Instead pass them on the call to
9980 do_initial_child_stuff.
9981 (win32_attach): Likewise.
9982 (win32_clear_inferiors): New.
9983 (win32_kill): Don't close the current process handle or the
9984 current thread handle here. Instead call win32_clear_inferiors.
9985 (win32_detach): Don't open a new handle to the process. Call
9986 win32_clear_inferiors.
9987 (win32_join): Don't rely on current_process_handle; open a new
9988 handle using the process id.
9989 (win32_wait): Call win32_clear_inferiors when the inferior process
9990 has exited.
9991
ecd7ecbc
DJ
99922008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
9993
9994 * server.c (monitor_show_help): Add "exit".
9995
1525d545
MG
99962008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
9997
ecd7ecbc 9998 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
9999 (clean): Add reg-xtensa.c.
10000 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
10001 * configure.srv (xtensa*-*-linux*) New target.
10002 * linux-xtensa-low.c: New.
10003 * xtensa-xtregs.c: New.
1525d545 10004
59a016f0
PA
100052008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
10006
10007 * hostio.c: Don't include errno.h.
10008 (errno_to_fileio_errno): Move to hostio-errno.
10009 * hostio.c: (hostio_error): Remove the error parameter. Defer the
10010 error number outputting to the target->hostio_last_error callback.
10011 (hostio_packet_error): Use FILEIO_EINVAL directly.
10012 (handle_open, handle_pread, hostio_error, handle_unlink): Update
10013 calls to hostio_error.
10014 * hostio-errno.c: New.
10015 * server.h (hostio_last_error_from_errno): Declare.
10016 * target.h (target_ops): Add hostio_last_error member.
10017 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
10018 as hostio_last_error handler.
889bf7c5 10019 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
10020 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
10021 (wince_hostio_last_error): New functions.
10022 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
10023 as hostio_last_error handler.
10024 (win32_target_ops) [!_WIN32_WCE]: Register
10025 hostio_last_error_from_errno as hostio_last_error handler.
10026 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
10027 (hostio-errno.o): New rule.
10028 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
10029 * configure.srv (srv_hostio_err_objs): New variable. Default to
10030 hostio-errno.o.
10031 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
10032 * configure: Regenerate.
10033
2d717e4f
DJ
100342008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10035
10036 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
10037 (linux_kill, linux_detach): Clean up the process list.
10038 * remote-utils.c (remote_open): Improve port number parsing.
10039 (putpkt_binary, input_interrupt): Only send interrupts if the target
10040 is running.
10041 * server.c (extended_protocol): Make static.
10042 (attached): Define earlier.
10043 (exit_requested, response_needed, program_argv): New variables.
10044 (target_running): New.
10045 (start_inferior): Clear attached here.
10046 (attach_inferior): Set attached here.
10047 (require_running): Define.
10048 (handle_query): Use require_running and target_running. Implement
10049 "monitor exit".
10050 (handle_v_attach, handle_v_run): New.
10051 (handle_v_requests): Use require_running. Handle vAttach and vRun.
10052 (gdbserver_usage): Update.
10053 (main): Redo argument parsing. Handle --debug and --multi. Handle
10054 --attach along with other options or after the port. Save
10055 program_argv. Support no initial program. Resynchronize
10056 communication with GDB after an error. Handle "monitor exit".
10057 Use require_running and target_running. Always allow the extended
10058 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
10059 restart in extended mode.
10060 * README: Refer to the GDB manual. Update --attach usage.
10061
7407e2de
AS
100622007-12-20 Andreas Schwab <schwab@suse.de>
10063
10064 * linux-low.c (STACK_SIZE): Define.
10065 (linux_tracefork_child): Use it. Use __clone2 on ia64.
10066 (linux_test_for_tracefork): Likewise.
10067
b65d95c5
DJ
100682007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
10069
10070 * linux-low.c (linux_wait_for_event): Update messages. Do not
10071 reinsert auto-delete breakpoints.
10072 * mem-break.c (struct breakpoint): Change return type of handler to
10073 int.
10074 (set_breakpoint_at): Update handler type.
10075 (reinsert_breakpoint_handler): Return 1 instead of calling
10076 delete_breakpoint.
10077 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
10078 setting a new one.
10079 (check_breakpoints): Delete auto-delete breakpoints and return 2.
10080 * mem-break.h (set_breakpoint_at): Update handler type.
10081 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
10082 * win32-low.c (auto_delete_breakpoint): New.
10083 (get_child_debug_event): Use it.
10084
4e799345
DJ
100852007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
10086
10087 * configure.ac: Check for pread and pwrite.
10088 * hostio.c (handle_pread): Fall back to lseek and read.
10089 (handle_pwrite): Fall back to lseek and write.
10090 * config.in, configure: Regenerated.
10091
27524b67
DJ
100922007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
10093
10094 * server.c (myresume): Add own_buf argument.
10095 (main): Update calls.
10096
a20d5e98
DJ
100972007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
10098
10099 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
10100 * remote-utils.c (remote_open): Do not call disable_async_io.
10101 (block_async_io): Delete.
10102 (unblock_async_io): Make static.
10103 (initialize_async_io): New.
10104 * server.c (handle_v_cont): Handle async I/O here.
10105 (myresume): Likewise. Move other common resume tasks here...
10106 (main): ... from here. Call initialize_async_io. Disable async
10107 I/O before the main loop.
10108 * server.h (initialize_async_io): Declare.
10109 (block_async_io, unblock_async_io): Delete prototypes.
10110 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
10111
b79d787e
DJ
101122007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
10113
10114 * remote-utils.c (readchar): Allow binary data in received messages.
10115
d97903b2
PA
101162007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10117
10118 * win32-low.c (attaching): New global.
10119 (win32_create_inferior): Clear the `attaching' global.
10120 (win32_attach): Set the `attaching' global.
10121 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
10122 attaching. Only set a breakpoint at the entry point if not
10123 attaching.
10124
311de423
PA
101252007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10126
10127 * server.c (main): Don't report dll events on the initial
10128 connection on attaches.
10129
6c2d16d2
PA
101302007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10131
10132 * server.c (main): Relax numerical bases supported for the pid of
10133 the --attach command line argument.
10134
5ca906e6
PA
101352007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10136
10137 * win32-low.c (win32_attach): Call OpenProcess before
10138 DebugActiveProcess, not after. Add last error output to error
10139 call.
10140
9c6c8194
PA
101412007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
10142
10143 * win32-low.c (win32_get_thread_context)
10144 (win32_set_thread_context): New functions.
10145 (thread_rec): Use win32_get_thread_context.
10146 (continue_one_thread, win32_resume): Use win32_set_thread_context.
10147 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
10148 field.
10149
4d5d1aaa
PA
101502007-12-03 Leo Zayas
10151 Pedro Alves <pedro_alves@portugalmail.pt>
10152
10153 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
10154 global variables.
10155 (child_add_thread): Minor cleanup.
10156 (child_continue): Resume artificially suspended threads before
10157 calling ContinueDebugEvent.
10158 (suspend_one_thread): New.
10159 (fake_breakpoint_event): New.
10160 (get_child_debug_event): Change return type to int. Check here if
10161 gdb sent an interrupt request. If a soft interrupt was requested,
10162 fake a breakpoint event. Return 0 if there is no event to handle,
10163 and 1 otherwise.
10164 (win32_wait): Don't check here if gdb sent an interrupt request.
10165 Ensure there is a valid event to handle.
10166 (win32_request_interrupt): Add soft interruption method as last
10167 resort.
10168
c436e841
PA
101692007-12-03 Leo Zayas
10170 Pedro Alves <pedro_alves@portugalmail.pt>
10171
10172 * win32-low.h (win32_thread_info): Add descriptions to the
10173 structure members. Replace `suspend_count' counter by a
10174 `suspended' flag.
10175 * win32-low.c (thread_rec): Update condition of when to get the
10176 context from the inferior. Rely on ContextFlags being set if it
10177 has already been retrieved. Only suspend the inferior thread if
10178 we haven't already. Warn if that fails.
10179 (continue_one_thread): s/suspend_count/suspended/. Only call
10180 ResumeThread once. Warn if that fails.
10181
e7b5fa67
PA
101822007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10183
10184 * win32-low.c (win32_wait): Don't read from the inferior when it
10185 has already exited.
10186
a385171d
PA
101872007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
10188
10189 * Makefile.in (win32_low_h): New variable.
10190 (win32-low.o): Add dependency on $(win32_low_h).
10191 (win32-arm-low.o, win32-i386-low.o): New rules.
10192
f80c84b3
DJ
101932007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10194
10195 * hostio.c: Correct copyright year.
10196
a6b151f1
DJ
101972007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10198
10199 * Makefile.in (OBS): Add hostio.o.
10200 (hostio.o): New rule.
10201 * server.h (handle_vFile): Declare.
10202 * hostio.c: New file.
10203 * server.c (handle_v_requests): Take packet_len and new_packet_len
10204 for binary packets. Call handle_vFile.
10205 (main): Update call to handle_v_requests.
10206
f9387fc3
DJ
102072007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10208
10209 * linux-low.c: Include <sched.h>.
10210
51c2684e
DJ
102112007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
10212
10213 * linux-low.c (linux_tracefork_grandchild): New.
10214 (linux_tracefork_child): Use clone.
10215 (linux_test_for_tracefork): Use clone; allocate and free a stack.
10216
75f83163
JB
102172007-10-31 Joel Brobecker <brobecker@adacore.com>
10218
10219 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
10220
da5898ce
DJ
102212007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
10222
10223 * linux-low.c (handle_extended_wait): Handle unexpected signals.
10224
24a09b5f
DJ
102252007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10226
10227 * inferiors.c (change_inferior_id): Delete.
10228 (add_pid_to_list, pull_pid_from_list): New.
10229 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
10230 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
10231 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
10232 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
10233 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
10234 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
10235 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
10236 (using_threads): Always set to 1.
10237 (handle_extended_wait): New.
10238 (add_process): Do not set TID.
10239 (linux_create_inferior): Set must_set_ptrace_flags.
10240 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
10241 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
10242 (linux_thread_alive): Rename TID argument to LWPID.
10243 (linux_wait_for_process): Handle unknown processes. Do not use TID.
10244 (linux_wait_for_event): Do not use TID or check using_threads. Update
10245 call to dead_thread_notify. Call handle_extended_wait.
10246 (linux_create_inferior): Use PTRACE_SETOPTIONS.
10247 (send_sigstop): Delete sigstop_sent.
10248 (wait_for_sigstop): Avoid TID.
10249 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
10250 (linux_test_for_tracefork): New.
10251 (linux_lookup_signals): Use thread_db_active and
10252 linux_supports_tracefork_flag.
10253 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
10254 * linux-low.h (get_process_thread): Avoid TID.
10255 (struct process_ifo): Move thread_known and tid to the end. Remove
10256 sigstop_sent.
10257 (linux_attach_lwp, thread_db_init): Update prototypes.
10258 * server.h (change_inferior_id): Delete prototype.
10259 (add_pid_to_list, pull_pid_from_list): New prototypes.
10260 * thread-db.c (thread_db_use_events): New.
10261 (find_first_thread): Rename to...
10262 (find_one_thread): ...this. Update callers and messages. Do not
10263 call fatal. Check thread_db_use_events. Do not call
10264 change_inferior_id or new_thread_notify.
10265 (maybe_attach_thread): Update. Do not call new_thread_notify.
10266 (thread_db_init): Set thread_db_use_events. Check use_events.
10267 * utils.c (fatal, warning): Correct message prefix.
10268
30ed0a8f
DJ
102692007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10270
10271 * Makefile.in (clean): Remove new files.
10272 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
10273 (powerpc-64.o, powerpc-64.c): New rules.
10274 * configure.srv: Use alternate register sets for powerpc64-*-linux*
10275 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
10276 with SPE.
10277 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
10278 SPE targets.
10279 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
10280 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
10281 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
10282 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
10283 (target_regsets): Add AltiVec and SPE register sets.
10284 * configure.ac: Check for AltiVec and SPE.
10285 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
10286 (ppc_fill_vrregset, ppc_store_vrregset): New.
10287 (target_regsets): Add AltiVec register set.
10288 * configure: Regenerated.
10289
fd462a61
DJ
102902007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
10291
10292 * linux-low.c (O_LARGEFILE): Define.
10293 (linux_read_memory): Use /proc/PID/mem.
10294 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
10295 * configure, config.in: Regenerated.
10296
69f223ed
DJ
102972007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10298
10299 * linux-low.c (linux_wait_for_event): Do not pass signals while
10300 single-stepping.
10301
aec18585
PA
103022007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10303
10304 * win32-low.c (create_process): New.
10305 (win32_create_inferior): Use create_process instead of
10306 CreateProcess. If create_process failed retry appending an ".exe"
10307 suffix. Store the GetLastError result immediatelly after
10308 create_process calls and use it on the call to error.
10309
34d86ddd
PA
103102007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10311
10312 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
10313
5a0e3bd0
JB
103142007-08-23 Joel Brobecker <brobecker@adacore.com>
10315
10316 * configure.ac: Switch license to GPLv3.
10317
f88c79e6
MS
103182007-08-01 Michael Snyder <msnyder@access-company.com>
10319
10320 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
10321
6b3d9b83
PA
103222007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
10323
10324 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
10325 typedef.
10326 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
10327 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
10328 CloseToolhelp32Snapshot.
10329 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
10330 CloseToolhelp32Snapshot.
10331
c588c53c
MS
103322007-07-27 Michael Snyder <michael.snyder@access-company.com>
10333
10334 * server.c (main): Check for inferior exit before main loop.
10335
aa0403d9
PA
103362007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
10337
10338 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
10339 instead of on tmp_desc.
10340
255e7678
DJ
103412007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10342 Daniel Jacobowitz <dan@codesourcery.com>
10343
10344 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
10345 (add_thread): Minor cleanups.
10346 (clear_inferiors): Move lower in the file. Clear the DLL
10347 list.
10348 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
10349 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
10350 (xml_escape_text): New.
10351 * server.c (handle_query): Handle qXfer:libraries:read. Report it
10352 for qSupported.
10353 (handle_v_cont): Report errors.
10354 (gdbserver_version): Update.
10355 (main): Correct size of own_buf. Do not report initial DLL events.
10356 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
10357 (unloaded_dll, xml_escape_text): New.
10358 * win32-low.c (enum target_waitkind): Update comments.
10359 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
10360 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
10361 (win32_EnumProcessModules, win32_GetModuleInformation)
10362 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
10363 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
10364 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
10365 (win32_Module32First, win32_Module32Next, load_toolhelp)
10366 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
10367 (get_child_debug_event): Handle DLL events.
10368 (win32_wait): Likewise.
10369
0d37add9
DJ
103702007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10371
10372 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
10373 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
10374
45e2715e
PA
103752007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10376
10377 * win32-low.c (handle_output_debug_string): Ignore event if not
10378 waiting.
10379
c5674cf1
PA
103802007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
10381
10382 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
10383
2bbe3cc1
DJ
103842007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
10385
10386 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
10387
ae13219e
DJ
103882007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10389
10390 * inferiors.c (change_inferior_id): Add comment.
10391 * linux-low.c (check_removed_breakpoint): Add an early
10392 prototype. Improve debug output.
10393 (linux_attach): Doc update.
10394 (linux_detach_one_process, linux_detach): Clean up before releasing
10395 each process.
10396 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
10397 * linux-low.h (struct process_info): Doc improvement.
10398 * mem-break.c (delete_all_breakpoints): New.
10399 * mem-break.h (delete_all_breakpoints): New prototype.
10400 * thread-db.c (find_first_thread): New.
10401 (thread_db_create_event): Call it instead of
10402 thread_db_find_new_threads. Clean up unused variables.
10403 (maybe_attach_thread): Remove first thread handling.
10404 (thread_db_find_new_threads): Use find_first_thread.
10405 (thread_db_get_tls_address): Likewise.
10406
4105de34
DJ
104072007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10408
10409 * thread-db.c (thread_db_find_new_threads): Add prototype.
10410 (thread_db_create_event): Check for the main thread before adding
10411 a new thread.
10412 (maybe_attach_thread): Only enable event reporting if TID == 0.
10413 (thread_db_get_tls_address): Check for new threads.
10414
2b876972
DJ
104152007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
10416
10417 * linux-low.c (linux_create_inferior): Try execv before execvp.
10418 * spu-low.c (spu_create_inferior): Likewise.
10419
7a245884
DJ
104202007-06-13 Mike Frysinger <vapier@gentoo.org>
10421
10422 * linux-low.c (linux_create_inferior): Change execv to execvp.
10423 * spu-low.c (spu_create_inferior): Likewies.
10424
117ce543
DJ
104252007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10426
10427 * Makefile.in (clean): Clean new files instead of deleted ones.
10428 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
10429 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
10430 rules.
10431 * configure.srv: Specify XML files and new regformats for MIPS and
10432 MIPS64 GNU/Linux.
10433 * linux-mips-low.c (mips_num_regs): Set to only used registers.
10434 (mips_regmap): Do not fetch $0. Remove unused registers. Add
10435 an entry for the restart register.
10436 (mips_cannot_fetch_register, mips_cannot_store_register)
10437 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
10438 register names to match the XML descriptions.
10439 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
10440 restart register instead of $0.
10441
0e7f50da
UW
104422007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10443 Markus Deuling <deuling@de.ibm.com>
10444
10445 * remote-utils.c (decode_xfer_write): New function.
10446 * server.h (decode_xfer_write): Add prototype.
10447 * server.c (handle_query): Add PACKET_LEN argument. Support
10448 qXfer:spu:read and qXfer:spu:write packets.
10449 (main): Pass packet_len to handle_query.
10450 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
10451 * target.h (target_ops): Add qxfer_spu.
10452
374c1d38
UW
104532007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
10454
10455 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
10456 accessing non-seekable spufs files.
10457
bb63802a
UW
104582007-05-16 Markus Deuling <deuling@de.ibm.com>
10459
889bf7c5 10460 * server.c (handle_query): Add reply for qC packet.
bb63802a 10461
7390519e
PA
104622007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10463 Leo Zayas <lerele@champenstudios@com>
10464
10465 * server.h (check_remote_input_interrupt_request): New function.
10466 * remote_utils.c (INVALID_DESCRIPTOR): New define.
10467 (remote_desc): Initialize with INVALID_DESCRIPTOR.
10468 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
10469 (check_remote_input_interrupt_request): New function.
10470 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 10471 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
10472 winapi_GenerateConsoleCtrlEvent): New typedefs.
10473 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
10474 to 250 ms.
10475 (win32_wait): Check for remote interrupt request
10476 with check_remote_input_interrupt_request.
10477 (win32_request_interrupt): New function.
10478 (win32_target_op): Set request_interrupt to win32_request_interrupt.
10479
34b34921
PA
104802007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10481
10482 * win32-low.c (debug_registers_changed,
10483 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
10484 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
10485 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
10486 (thread_rec): Get context using the low target.
10487 (child_add_thread): Call thread_added on the low target,
10488 which does the same thing.
10489 (regptr): Delete.
10490 (do_initial_child_stuff): Remove debug registers references.
10491 Set context using the low target. Resume threads after
10492 setting the contexts.
10493 (child_continue): Remove dead variable. Remove debug
10494 registers references.
10495 (child_fetch_inferior_registers): Go through the low target.
10496 (do_child_store_inferior_registers): Remove.
10497 (child_store_inferior_registers): Go through the low target.
10498 (win32_resume): Remove debug registers references.
10499 Set context using the low target.
10500 (handle_exception): Change return type to void. Don't record
10501 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
10502 first chance exception.
889bf7c5 10503 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
10504 goto loop. Always return after waiting for debug event.
10505 (win32_wait): Convert to switch statement. Handle spurious
10506 events.
10507
10508 * win32-i386-low.c (debug_registers_changed,
10509 debug_registers_used): New.
10510 (initial_stuff): Rename to ...
10511 (i386_initial_stuff): ... this. Clear debug registers
10512 state variables.
10513 (store_debug_registers): Delete.
10514 (i386_get_thread_context): New.
10515 (load_debug_registers): Delete.
10516 (i386_set_thread_context): New.
10517 (i386_thread_added): New.
10518 (single_step): Rename to ...
10519 (i386_single_step): ... this.
10520 (do_fetch_inferior_registers): Rename to ...
10521 (i386_fetch_inferior_register): ... this.
10522 (i386_store_inferior_register): New.
10523 (the_low_target): Adapt to new interface.
10524
10525 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
10526 (arm_get_thread_context): New.
10527 (arm_set_thread_context): New.
10528 (regptr): New.
10529 (do_fetch_inferior_registers): Rename to ...
10530 (arm_fetch_inferior_register): ... this.
10531 (arm_store_inferior_register): New.
10532 (arm_wince_breakpoint): Reimplement as unsigned long.
10533 (arm_wince_breakpoint_len): Define.
10534 (the_low_target): Adapt to new interface.
10535
10536 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
10537 load_debug_registers. Add get_thread_context, set_thread_context,
10538 thread_added and store_inferior_register. Rename
10539 fetch_inferior_registers to fetch_inferior_register.
10540 (regptr): Remove declaration.
10541
dd6953e1
PA
105422007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10543
10544 * linux-low.c (linux_detach): Change return type to int. Return 0.
10545 * spu-low.c (spu_detach): Likewise.
10546
444d6139
PA
105472007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10548
10549 * target.h (target_ops): Change return type of detach to int.
10550 Add join.
10551 (join_inferior): New.
10552 * server.c (main): Don't skip detach support on mingw32.
10553 If the inferior doesn't support detaching return error.
10554 Call join_inferior instead of using waitpid.
10555 * linux-low.c (linux_join): New.
10556 (linux_target_op): Add linux_join.
10557 * spu-low.c (spu_join): New.
10558 (spu_target_ops): Add spu_join.
10559 * win32-low.c (win32_detach): Adapt to new interface.
10560 Reopen current_process_handle before detaching. Issue a child
10561 resume before detaching.
10562 (win32_join): New.
10563 (win32_target_op): Add win32_join.
10564
1d5315fe
PA
105652007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10566
10567 * win32-low.c (win32-attach): Fix return value.
10568 * target.h (target_ops): Describe ATTACH return values.
10569
bf914831
PA
105702007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10571
10572 * win32-low.c (GETPROCADDRESS): Define.
10573 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
10574 (winapi_DebugSetProcessKillOnExit): Likewise.
10575 (win32_create_inferior): Force usage of ansi CreateProcessA.
10576 (win32_attach): Use GETPROCADDRESS.
10577 (win32_detach): Likewise.
10578
f72f3e60
PA
105792007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
10580
10581 * win32-low.c (win32_wait): Don't use WSTOPSIG.
10582
ed50f18f
PA
105832007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
10584
10585 * win32-low.c: Commit leftover changes from 2007-03-29.
10586
0c2ead7e
DJ
105872007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10588
10589 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
10590 fields short instead of int. Add explicit padding.
10591 (i387_cache_to_fsave): Remove unnecessary casts.
10592 (i387_fsave_to_cache): Doc fix.
10593 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
10594
73725ff3
DJ
105952007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10596
10597 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
10598 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
10599
d99f33d8
PA
106002007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10601
10602 * configure.srv (arm*-*-mingw32ce*): Move near the other
10603 arm targets.
10604
68070c10
PA
106052007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
10606
2482afc6 10607 * configure.ac: Add errno checking.
68070c10
PA
10608 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
10609 sys/file.h and malloc.h.
10610 (AC_CHECK_DECLS): Add perror.
10611 (srv_mingwce): Handle.
2482afc6 10612 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
10613 win32-i386-low.o to srv_tgtobj.
10614 (i[34567]86-*-mingw*): Likewise.
10615 (arm*-*-mingw32ce*): Add case.
10616 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10617 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
10618 [__MINGW32CE__] (strerror): New function.
10619 [__MINGW32CE__] (errno): Define to GetLastError.
10620 [__MINGW32CE__] (COUNTOF): New macro.
10621 (remote_open): Remove extra close call.
10622 * mem-break.c (delete_breakpoint_at): New function.
10623 * mem-break.h (delete_breakpoint_at): Declare.
10624 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
10625 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
10626 [USE_WIN32API] (read, write): Add char* casts.
10627 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
10628 * server.h: Include wincecompat.h on Windows CE.
10629 [HAVE_ERRNO_H]: Check.
10630 (perror): Declare if not declared.
10631 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
10632 (perror_with_name): Remove errno declaration.
10633 * wincecompat.h: New.
10634 * wincecompat.c: New.
10635 * win32-low.h: New.
10636 * win32-arm-low.c: New.
10637 * win32-i386-low.c: New.
10638 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
10639 (OUTMSG2): Make it safe.
10640 (_T): New macro.
10641 (COUNTOF): New macro.
10642 (NUM_REGS): Get it from the low target.
10643 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
10644 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
10645 (thread_rec): Let low target handle debug registers.
10646 (child_add_thread): Likewise.
10647 (child_init_thread_list): Likewise.
10648 (continue_one_thread): Likewise.
10649 (regptr): New.
10650 (do_child_fetch_inferior_registers): Move to ...
10651 * win32-i386-low.c: ... here, and rename to ...
10652 (do_fetch_inferior_registers): ... this.
889bf7c5 10653 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
10654 Go through the low target.
10655 (do_child_store_inferior_registers): Use regptr.
10656 (strwinerror): New function.
10657 (win32_create_inferior): Handle Windows CE.
10658 Use strwinerror instead of strerror on Windows error
10659 codes. Add program to the error output.
10660 Don't close the main thread handle on Windows CE.
10661 (win32_attach): Use coredll.dll on Windows CE.
10662 (win32_kill): Close current process and current
10663 thread handles.
10664 (win32_detach): Use coredll.dll on Windows CE.
10665 (win32_resume): Let low target handle debug registers, and
10666 step request.
10667 (handle_exception): Add/Remove initial breakpoint. Avoid
10668 non-existant WSTOPSIG on Windows CE.
10669 (win32_read_inferior_memory): Cast to remove warning.
10670 (win32_arch_string): Go through the low target.
10671 (initialize_low): Call set_breakpoint_data with the low
10672 target's breakpoint.
10673 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
10674 FOP_REGNUM, mappings): Move to ...
10675 * win32-i386-low.c: ... here.
10676 * win32-low.c (win32_thread_info): Move to ...
10677 * win32-low.h: ... here.
10678 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
10679 win32-arm-low.c and wincecompat.c.
10680 (all:): Add $EXEEXT.
10681 (install-only:): Likewise.
10682 (gdbserver:): Likewise.
10683 (gdbreplay:): Likewise.
10684 * config.in: Regenerate.
10685 * configure: Regenerate.
10686
41093d81
PA
106872007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10688
10689 * win32-low.c: Rename typedef thread_info to
10690 win32_thread_info throughout.
10691
544afa54
PA
106922007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
10693
10694 * win32-i386-low.c: Rename to ...
10695 * win32-low.c: ... this.
10696 * configure.srv: Replace win32-i386-low.o with win32-low.o.
10697 * Makefile.in: Likewise.
10698
bce7165d
PA
106992007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
10700
10701 * remote-utils.c (monitor_output): Constify msg parameter.
10702 * server.h (monitor_output): Likewise.
10703 * win32-i386-low.c (handle_output_debug_string): New.
10704 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
10705 handle_output_debug_string.
10706 (get_child_debug_event): Likewise.
10707
506c7aa0
DJ
107082007-03-27 Mat Hostetter <mat@lcs.mit.edu>
10709
10710 * server.c (main): Correct strtoul check.
10711
42c81e2a
DJ
107122007-03-27 Jon Ringle <jon@ringle.org>
10713
10714 * linux-low.c: Check __ARCH_HAS_MMU__ also.
10715
9453113a
DJ
107162007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
10717
10718 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
10719
64a69107
DJ
107202007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
10721
10722 * terminal.h: Check HAVE_SGTTY_H.
10723
107242007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
10725
10726 * remote-utils.c (remote_open): Print out the assigned port number.
10727
c74d0ad8
DJ
107282007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
10729
10730 * remote-utils.c (monitor_output): New function.
10731 * server.c (debug_threads): Define here.
10732 (monitor_show_help): New function.
10733 (handle_query): Handle qRcmd.
10734 (main): Do not handle 'd' packet.
10735 * server.h (debug_threads, remote_debug, monitor_output): Declare.
10736 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
10737 of debug_threads.
10738
de7c3b4a
PA
107392007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10740
10741 * Makefile.in (EXEEXT): New.
10742 (clean): Use $(EXEEXT).
10743
ef57601b
PA
107442007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10745
10746 * target.h (target_ops): Rename send_signal to request_interrupt,
10747 and remove enum target_signal parameter.
10748 * linux-low.c (linux_request_interrupt): Rename from
10749 linux_send_signal, and always send SIGINT.
10750 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
10751 and always send SIGINT.
10752 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
10753 of send_signal.
10754 (input_interrupt): Likewise.
10755
820f2bda
PA
107562007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
10757
10758 * server.c (get_features_xml): Check if target implemented
10759 arch_string.
10760 * win32-i386-low.c (win32_arch_string): New.
10761 (win32_target_ops): Add win32_arch_string as arch_string member.
10762
ab39bf24
UW
107632007-02-22 Markus Deuling <deuling@de.ibm.com>
10764
10765 * spu-low.c (spu_arch_string): New.
10766 (spu_target_ops): Add spu_arch_string.
10767
61ff6e04
DJ
107682007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
10769
10770 * remote-utils.c: Remove HAVE_TERMINAL_H check.
10771 * configure.ac: Do not check for terminal.h.
10772 * configure, config.in: Regenerated.
10773
fb1e4ffc
DJ
107742007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
10775
10776 * Makefile.in (OBS): Add $(XML_BUILTIN).
10777 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
10778 (clean): Update.
10779 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
10780 (arm-with-iwmmxt.c): New.
10781 * config.in, configure: Regenerate.
10782 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
10783 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
10784 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
10785 (arm*-*-linux*): Add iWMMXt and regset support.
10786 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
10787 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
10788 (arm_store_wmmxregset, target_regsets): New.
10789 * server.c (get_features_xml): Take annex argument. Check builtin
10790 XML documents.
10791 (handle_query): Handle multiple annexes.
10792
0f48aa01
DJ
107932007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10794
10795 * remote-utils.c [USE_WIN32API] (read, write): Define.
10796 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
10797 write.
10798
23181151
DJ
107992007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
10800
10801 * linux-i386-low.c (the_low_target): Set arch_string.
10802 * linux-x86-64-low.c (the_low_target): Likewise.
10803 * linux-low.c (linux_arch_string): New.
10804 (linux_target_ops): Add it.
10805 * linux-low.h (struct linux_target_ops): Add arch_string.
10806 * server.c (write_qxfer_response): Use const void * for DATA.
10807 (get_features_xml): New.
10808 (handle_query): Handle qXfer:features:read. Report it for qSupported.
10809 * target.h (struct target_ops): Add arch_string method.
10810
9d606399
DJ
108112007-01-03 Denis Pilat <denis.pilat@st.com>
10812 Daniel Jacobowitz <dan@codesourcery.com>
10813
10814 * linux-low.c (linux_kill): Handle being called with no threads.
10815 * win32-i386-low.c (win32_kill): Likewise.
10816 (get_child_debug_event): Clear current_process_handle.
10817
108182006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
10819 Daniel Jacobowitz <dan@codesourcery.com>
10820
10821 * remote-utils.c (remote_open): Check the type of specified
10822 serial port devices before opening them.
10823 * server.c (main): Kill the inferior if an error occurs during
10824 the first remote_open.
10825
a5e13d24
DJ
108262006-12-05 Markus Deuling <deuling@de.ibm.com>
10827
10828 * README: Update supported targets.
10829
186947f7
DJ
108302006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
10831
10832 * Makefile.in (clean): Remove reg-mips64.c.
10833 (reg-mips64.c, reg-mips64.o): New rules.
10834 * configure.srv: Handle mips64. Include regset support for mips.
10835 * linux-mips-low.c (union mips_register): New.
10836 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
10837 (mips_breakpoint, mips_breakpoint_at): Use int.
10838 (mips_collect_register, mips_supply_register)
10839 (mips_collect_register_32bit, mips_supply_register_32bit)
10840 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
10841 (mips_store_fpregset, target_regsets): New.
10842 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
10843
a13e2c95
UW
108442006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10845
10846 * configure.srv: Add target "spu*-*-*".
10847 * Makefile.in (clean): Remove reg-spu.c.
10848 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
10849 * spu-low.c: New file.
10850
cb7283db
DJ
108512006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10852
10853 * configure.ac: Correct td_thr_tls_get_addr test.
10854 * configure: Regenerated.
10855
89be2091
DJ
108562006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
10857
10858 * linux-low.c (linux_wait_for_event): Reformat. Use the
10859 pass_signals array.
10860 * remote-utils.c (decode_address_to_semicolon): New.
10861 * server.c (pass_signals, handle_general_set): New.
10862 (handle_query): Mention QPassSignals for qSupported.
10863 (main): Call handle_general_set.
10864 * server.h (pass_signals, decode_address_to_semicolon): New.
10865
000ef4f0
DJ
108662006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
10867
10868 * server.c (handle_query): Correct error handling for read_auxv.
10869
b7149293
UW
108702005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10871
10872 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
10873 and srv_linux_thread_db to yes.
10874 * linux-s390-low.c (s390_fill_gregset): New function.
10875 (target_regsets): Define data structure.
10876
dae5f5cf
DJ
108772006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10878
10879 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
10880 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
10881 * config.in, configure: Regenerated.
10882 * inferiors.c (gdb_id_to_thread): New function.
10883 (gdb_id_to_thread_id): Use it.
10884 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
10885 * linux-low.h (struct process_info): Add th member.
10886 (thread_db_get_tls_address): New prototype.
10887 * remote-utils.c (decode_address): Make non-static.
10888 * server.c (handle_query): Handle qGetTLSAddr.
10889 * server.h (gdb_id_to_thread, decode_address): New prototypes.
10890 * target.h (struct target_ops): Add get_tls_address.
10891 * thread-db.c (maybe_attach_thread): Save the thread handle.
10892 (thread_db_get_tls_address): New.
10893
32ca6d61
DJ
108942006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
10895
10896 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
10897 (linux_resume_one_process): Take a siginfo_t *. Update all
10898 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
10899 (struct pending_signals): Add a siginfo_t.
10900 (linux_wait_for_process): Always set last_status.
10901 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
10902 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
10903 * linux-low.h (struct process_info): Add last_status.
10904
5ffff7c1
DJ
109052006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10906
10907 * remote-utils.c (try_rle): New function.
10908 (putpkt_binary): Use it.
10909
8695c747
DJ
109102006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
10911
10912 * Makefile.in (clean): Clean reg-x86-64-linux.c.
10913 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
10914 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
10915 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
10916 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
10917 point registers.
10918
290fadea
RS
109192006-08-08 Richard Sandiford <richard@codesourcery.com>
10920
10921 * server.c (terminal_fd): New variable.
10922 (old_foreground_pgrp): Likewise.
10923 (restore_old_foreground_pgrp): New function.
10924 (start_inferior): Record the terminal file descriptor in terminal_fd
10925 and its original foreground group in old_foreground_pgrp. Register
10926 restore_old_foreground_pgrp with atexit().
10927
9f2e1e63
DJ
109282006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
10929
10930 * server.c (handle_query): Correct qPart to qXfer.
10931
b80864fb
DJ
109322006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
10933
10934 * configure.ac: Check for more headers which are missing on
10935 Windows. Automatically supply -lwsock32 and USE_WIN32API.
10936 * configure.srv: Add Cygwin and mingw32.
10937 * remote-utils.c: Don't include headers unconditionally which
10938 are missing on mingw32. Include <winsock.h> for mingw32.
10939 (remote_open): Adjust for mingw32 support. Flush
10940 standard error after writing to it.
10941 (remote_close, putpkt_binary, input_interrupt, block_async_io)
10942 (unblock_async_io, enable_async_io, disable_async_io)
10943 (readchar, getpkt): Update for Winsock support.
10944 (prepare_resume_reply): Expect a protocol signal number.
10945 * server.c: Disable <sys/wait.h> on mingw32.
10946 (start_inferior): Adjust for mingw32 support. Flush
10947 standard error after writing to it.
10948 (attach_inferior): Likewise. Use protocol signal
10949 numbers.
10950 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
10951 and names.
10952 * win32-i386-low.c: New file.
10953 * Makefile.in (XM_CLIBS): Set.
10954 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
10955 (win32-i386-low.o): New dependency rule.
10956 * linux-low.c (linux_wait): Use target signal numbers.
10957 * target.h (struct target_ops): Doc fix.
10958 * server.h (target_signal_to_name): New prototype.
10959 * gdbreplay.c: Don't include headers unconditionally which
10960 are missing on mingw32. Include <winsock.h> for mingw32.
10961 (remote_close, remote_open): Adjust for Winsock support.
10962 * configure, config.in: Regenerated.
10963
0876f84a
DJ
109642006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
10965
10966 * server.c (decode_xfer_read, write_qxfer_response): New.
10967 (handle_query): Take a packet length argument. Handle
10968 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
10969 the qSupported response.
10970 (main): Update call to handle_query.
10971
01f9e8fa
DJ
109722006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10973
10974 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
10975 (putpkt_binary): Renamed from putpkt and adjusted for binary
10976 data.
10977 (putpkt): New wrapper for putpkt_binary.
10978 (readchar): Don't mask off the high bit.
10979 (decode_X_packet): New function.
10980 * server.c (main): Call putpkt_binary if a handler sets the packet
10981 length. Save the length of the incoming packet. Handle 'X'.
10982 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
10983
be2a5f71
DJ
109842006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
10985
10986 * server.c (handle_query): Handle qSupported.
10987
ea025f5f
DJ
109882006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10989
10990 * remote-utils.c (all_symbols_looked_up): New variable.
10991 (look_up_one_symbol): Check it.
10992 * server.h (look_up_one_symbol): New declaration.
10993 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
10994
9308fc88
DJ
109952006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
10996
10997 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 10998 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
10999 (PTRACE_GET_THREAD_AREA): Define.
11000 (ps_get_thread_area): New function.
11001
52fb6437
NS
110022006-05-09 Nathan Sidwell <nathan@codesourcery.com>
11003
11004 * configure.srv (m68k*-*-uclinux*): New target.
11005 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
11006 (linux_resume_one_process): Remove extraneous cast.
11007 (linux_read_offsets): New.
11008 (linux_target_op): Add linux_read_offsets on mmuless systems.
11009 * server.c (handle_query): Add qOffsets logic.
11010 * target.h (struct target_ops): Add read_offsets.
11011
21b0f40c
DJ
110122006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
11013
11014 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
11015 (PTRACE_GET_THREAD_AREA): Define.
11016 (ps_get_thread_area): New function.
11017 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
11018 (linux-x86-64-low.o): Update.
11019
0050a760
DJ
110202006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
11021
11022 * configure.ac: Remove checks for prfpregset_t.
11023 * gdb_proc_service.h: New file.
11024 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
11025 new "gdb_proc_service.h".
11026 * proc-service.c: Likewise.
11027 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
11028 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
11029 * Makefile.in (gdb_proc_service_h): Updated.
11030 * configure, config.in: Regenerated.
11031
b92a518e
DJ
110322006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11033
11034 * remote-utils.c (prepare_resume_reply): Move declaration
11035 of gdb_id_from_wait to the top of the block.
11036
545587ee
DJ
110372006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
11038
11039 * linux-low.c (regsets_store_inferior_registers): Read the regset
11040 from the target before filling it.
11041
9db87ebd
DJ
110422006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11043
11044 * server.c (attach_inferior): Return SIGTRAP for a successful
11045 attach.
11046
dd24457d
DJ
110472006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11048
11049 * Makefile.in (OBS): Add version.o.
11050 (STAGESTUFF): Delete.
11051 (version.o): Add dependencies.
11052 (version.c): Replace rule.
11053 (clean): Remove version.c.
11054 * server.c (gdbserver_version): New.
11055 (gdbserver_usage): Use printf.
11056 (main): Handle --version and --help.
11057 * server.h (version, host_name): Add declarations.
11058
6f0f660e
EZ
110592005-12-23 Eli Zaretskii <eliz@gnu.org>
11060
889bf7c5
PA
11061 * linux-arm-low.c:
11062 * linux-arm-low.c:
11063 * inferiors.c:
11064 * i387-fp.h:
11065 * i387-fp.c:
11066 * gdbreplay.c:
11067 * regcache.c:
11068 * proc-service.c:
11069 * mem-break.h:
11070 * mem-break.c:
11071 * linux-x86-64-low.c:
11072 * linux-sh-low.c:
11073 * linux-s390-low.c:
11074 * linux-ppc64-low.c:
11075 * linux-ppc-low.c:
11076 * linux-mips-low.c:
11077 * linux-m68k-low.c:
11078 * linux-m32r-low.c:
11079 * linux-low.h:
11080 * linux-low.c:
11081 * linux-ia64-low.c:
11082 * linux-i386-low.c:
11083 * linux-crisv32-low.c:
11084 * thread-db.c:
11085 * terminal.h:
11086 * target.h:
11087 * target.c:
11088 * server.h:
11089 * server.c:
11090 * remote-utils.c:
11091 * regcache.h:
11092 * utils.c:
11093 * Makefile.in:
11094 * configure.ac:
6f0f660e
EZ
11095 * gdbserver.1: Add (C) after Copyright. Update the FSF
11096 address.
11097
9d1fb177
DJ
110982005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11099
11100 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
11101 (arm_breakpoint_at): Recognize both breakpoints.
11102 (the_low_target): Use the correct breakpoint instruction.
11103
011a70c2
DJ
111042005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11105
11106 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
11107 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
11108 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
11109 (the_low_target): Update.
11110
7fb85e41
AS
111112005-10-25 Andreas Schwab <schwab@suse.de>
11112
11113 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
11114
11115 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
11116 (ia64_num_regs): Reduce to 462.
11117
3db0444b
DJ
111182005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11119
11120 * acinclude.m4: Correct quoting.
11121 * aclocal.m4: Regenerated.
11122
11123 Suggested by SZOKOVACS Robert <szo@ies.hu>:
11124 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
11125 (thread_db_init): Call thread_db_err_str.
11126 * configure.ac: Check for TD_VERSION.
11127 * config.in, configure: Regenerated.
11128
bee0189a
DJ
111292005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11130
11131 * server.h (error, fatal, warning): Add ATTR_FORMAT.
11132
e9d25b98
DJ
111332005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11134
11135 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
11136 is not available. Define HAVE_PTRACE_GETREGS if it is.
11137 * config.in, configure: Regenerated.
11138 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
11139 * linux-i386-low.c, linux-m68k-low.c: Update to use
11140 HAVE_PTRACE_GETREGS.
11141 * linux-low.c (regsets_fetch_inferior_registers)
11142 (regsets_store_inferior_registers): Only return 0 if we processed
11143 GENERAL_REGS.
11144 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
11145 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
11146
a06660f7
DJ
111472005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11148
11149 * inferiors.c (struct thread_info): Add gdb_id.
11150 (add_thread): Add gdb_id argument.
11151 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
11152 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
11153 calls to add_thread.
11154 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
11155 * server.c (handle_query): Use thread_to_gdb_id.
11156 (handle_v_cont, main): Use gdb_id_to_thread_id.
11157 * server.h (add_thread): Update prototype.
11158 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
11159 prototypes.
11160
5a1f5858
DJ
111612005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
11162
11163 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
11164 left-padded registers.
11165 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
11166 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
11167
e122f1f5
SE
111682005-07-01 Steve Ellcey <sje@cup.hp.com>
11169
11170 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
11171 * configure: Regenerate.
11172 * config.in: Regenerate.
11173 * server.h (NEED_DECLARATION_STRERROR):
11174 Replace with !HAVE_DECL_STRERROR.
11175
d592fa2f
DJ
111762005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
11177
11178 * linux-low.c (linux_wait, linux_send_signal): Don't test
11179 an unsigned long variable for > 0 if it could be MAX_ULONG.
11180 * server.c (myresume): Likewise.
11181 * target.c (set_desired_inferior): Likewise.
11182
ccbd4912
MK
111832005-06-13 Mark Kettenis <kettenis@gnu.org>
11184
11185 * configure.ac: Simplify and improve check for socklen_t.
11186 * configure, config.in: Regenerate.
11187
f450004a
DJ
111882005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11189
11190 * acconfig.h: Remove.
11191 * configure.ac: Add a test for socklen_t. Use three-argument
11192 AC_DEFINE throughout.
11193 * config.in: Regenerated using autoheader 2.59.
11194 * configure: Regenerated.
11195
11196 * gdbreplay.c (socklen_t): Provide a default.
11197 (remote_open): Use socklen_t.
11198 * remote-utils.c (socklen_t): Provide a default.
11199 (remote_open): Use socklen_t.
11200 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
11201 unsigned char.
11202
11203 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
11204 char for buffers.
11205 * linux-low.c (linux_read_memory, linux_write_memory)
11206 (linux_read_auxv): Likewise.
11207 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
11208 (check_mem_write): Likewise.
11209 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
11210 Likewise.
11211 * regcache.c (struct inferior_rgcache_data, registers_to_string)
11212 (registers_from_string, register_data): Likewise.
11213 * server.c (handle_query, main): Likewise.
11214 * server.h (convert_ascii_to_int, convert_int_to_ascii)
11215 (decode_M_packet): Likewise.
11216 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
11217 * target.h (struct target_ops): Update read_memory, write_memory,
11218 and read_auxv.
11219 (read_inferior_memory, write_inferior_memory): Update.
11220 * linux-low.h (struct linux_target_ops): Change type of breakpoint
11221 to unsigned char *.
11222 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
11223 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
11224 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
11225 linux-s390-low.c, linux-sh-low.c: Update for changes in
11226 read_inferior_memory and the_low_target->breakpoint.
11227
eee84df1
DJ
112282005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
11229
11230 * Makefile.in (SFILES): Add linux-ppc64-low.c.
11231 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
11232 * configure.srv: Add powerpc64-*-linux*.
11233 * linux-ppc64-low.c: New file.
11234
45b134e5
OF
112352005-05-23 Orjan Friberg <orjanf@axis.com>
11236
11237 * linux-cris-low.c: New file with support for CRIS.
11238 * linux-crisv32-low.c: Ditto for CRISv32.
11239 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
11240 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 11241 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
11242 reg-crisv32.o, and reg-crisv32.c to make rules.
11243 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
11244 recognized targets.
11245
48d93c75
UW
112462005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
11247
11248 * linux-low.c (fetch_register): Ensure buffer size is a multiple
11249 of sizeof (PTRACE_XFER_TYPE).
11250 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
11251
e013ee27
OF
112522005-05-12 Orjan Friberg <orjanf@axis.com>
11253
889bf7c5 11254 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
11255 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
11256 pointers for hardware watchpoint support.
11257 * linux-low.h (struct linux_target_ops): Ditto.
11258 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
11259 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
11260 to linux_target_ops.
11261 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
11262 reply packet.
11263 * server.c (main): Recognize 'Z' and 'z' packets.
11264
b0ded00b
UW
112652005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
11266
11267 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
11268 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
11269 (the_low_target): Add new members.
11270
8643e2ad
DJ
112712005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11272
11273 * proc-service.c (ps_lgetregs): Search all_processes instead of
11274 all_threads.
11275
fc620387
DJ
112762005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11277
11278 * server.c (start_inferior): Change return type to int.
11279 (attach_inferior): Change sigptr to int *.
11280 (handle_v_cont, handle_v_requests): Change signal to int *.
11281 (main): Change signal to int.
11282
112832005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
11284
11285 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
11286 * configure.srv: Add m32r*-*-linux*.
11287 * linux-m32r-low.c: New file.
11288
e0e76420
DJ
112892005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
11290
11291 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
11292
a1928bad
DJ
112932005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
11294
11295 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
11296 Take unsigned long arguments for PIDs.
11297 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
11298 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
11299 (wait_for_sigstop, linux_resume_one_process)
11300 (regsets_fetch_inferior_registers, linux_send_signal)
11301 (linux_read_auxv): Likewise. Update the types of variables holding
11302 PIDs. Update format string specifiers.
11303 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
11304 * remote-utils.c (prepare_resume_reply): Likewise.
11305 * server.c (cont_thread, general_thread, step_thread)
11306 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
11307 unsigned long.
11308 (handle_query): Update format specifiers.
11309 (handle_v_cont, main): Use strtoul for thread IDs.
11310 * server.h (struct inferior_list_entry): Use unsigned long for ID.
11311 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
11312 (general_thread, step_thread, thread_from_wait)
11313 (old_thread_from_wait): Update.
11314 * target.h (struct thread_resume): Use unsigned long for THREAD.
11315 (struct target_ops): Use unsigned long for arguments to attach and
11316 thread_alive.
11317
dcdb98d2
DJ
113182005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
11319
11320 * acinclude.m4: Include bfd/bfd.m4 directly.
11321 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
11322 <agriffis@toolchain.org>.
11323 * aclocal.m4, configure: Regenerated.
11324
bec39cab
AC
113252005-01-07 Andrew Cagney <cagney@gnu.org>
11326
11327 * configure.ac: Rename configure.in, require autoconf 2.59.
11328 * configure: Re-generate.
11329
434c4c77
DJ
113302004-12-08 Daniel Jacobowitz <dan@debian.org>
11331
11332 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
11333 LIBS when finished.
11334 * aclocal.m4: Regenerated.
11335 * configure: Regenerated.
11336
db1d3e1b
AS
113372004-11-21 Andreas Schwab <schwab@suse.de>
11338
11339 * linux-m68k-low.c (m68k_num_gregs): Define.
11340 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
11341 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
11342 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
11343 (m68k_breakpoint_at): New. Add to the_low_target.
11344
11345 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
11346 srv_linux_thread_db to yes.
11347
43360365
JB
113482004-10-20 Joel Brobecker <brobecker@gnat.com>
11349
11350 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
11351 (ARCH_SET_FS): Likewise.
11352 (ARCH_GET_FS): Likewise.
11353 (ARCH_GET_GS): Likewise.
11354
fd500816
DJ
113552004-10-16 Daniel Jacobowitz <dan@debian.org>
11356
11357 * linux-i386-low.c (ps_get_thread_area): New.
11358 * linux-x86-64-low.c (ps_get_thread_area): New.
11359 * linux-low.c: Include <sys/syscall.h>.
11360 (linux_kill_one_process): Don't kill the first thread here.
11361 (linux_kill): Kill the first thread here.
11362 (kill_lwp): New function.
11363 (send_sigstop, linux_send_signal): Use it.
11364 * proc-service.c: Clean up #ifdefs.
11365 (fpregset_info): Delete.
11366 (ps_lgetregs): Update and enable implementation.
11367 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
11368 implementations.
11369 * remote-utils.c (struct sym_cache, symbol_cache): New.
11370 (input_interrupt): Print a clearer message.
11371 (async_io_enabled): New variable.
11372 (enable_async_io, disable_async_io): Use it. Update comments.
11373 (look_up_one_symbol): Use the symbol cache.
11374 * thread-db.c (thread_db_look_up_symbols): New function.
11375 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
11376
f6de3c42
DJ
113772004-10-16 Daniel Jacobowitz <dan@debian.org>
11378
11379 * configure.in: Test for -rdynamic.
11380 * configure: Regenerated.
11381 * Makefile (INTERNAL_LDFLAGS): New.
11382 (gdbserver, gdbreplay): Use it.
11383
2c0fc042
AC
113842004-09-02 Andrew Cagney <cagney@gnu.org>
11385
11386 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
11387
075b3282
DJ
113882004-03-23 Daniel Jacobowitz <drow@mvista.com>
11389
11390 * linux-low.c (linux_wait): Clear all_processes list also.
11391
fa6a77dc
DJ
113922004-03-12 Daniel Jacobowitz <drow@mvista.com>
11393
11394 * linux-low.c: Include <errno.h>. Remove extern declaration of
11395 errno.
11396
6d782a97
DJ
113972004-03-12 Daniel Jacobowitz <drow@mvista.com>
11398
11399 * gdbreplay.c, server.h, utils.c: Update copyright years.
11400
3a7fb99b
DJ
114012004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11402
11403 * server.c (main): Print child status or termination signal from
11404 variable 'signal', not 'sig'.
11405
c3e735a6
DJ
114062004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
11407
11408 * linux-low.c (linux_read_memory): Change return type to
11409 int. Check for and return error from ptrace().
11410 * target.c (read_inferior_memory): Change return type to int. Pass
11411 back return status from the_target->read_memory().
11412 * target.h (struct target_ops): Adapt *read_memory() prototype.
11413 Update comment.
11414 (read_inferior_memory): Adapt prototype.
11415 * server.c (main): Return an error packet if
11416 read_inferior_memory() returns an error.
11417
a59d1c82
DJ
114182004-03-04 Daniel Jacobowitz <drow@mvista.com>
11419
11420 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
11421 Unify with other clean targets.
11422
dc3f8883
DJ
114232004-02-29 Daniel Jacobowitz <drow@mvista.com>
11424
11425 * server.c (handle_v_cont): Call set_desired_inferior.
11426
89a208da
DJ
114272004-02-29 Daniel Jacobowitz <drow@mvista.com>
11428
11429 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
11430
62ea82f5
DJ
114312004-02-29 Daniel Jacobowitz <drow@mvista.com>
11432
11433 * linux-low.c (linux_wait): Unblock async I/O.
11434 (linux_resume): Block and enable async I/O.
11435 * remote-utils.c (block_async_io, unblock_async_io): New functions.
11436 * server.h (block_async_io, unblock_async_io): Add prototypes.
11437
6910d122
DJ
114382004-02-29 Daniel Jacobowitz <drow@mvista.com>
11439
11440 * remote-utils.c (remote_open): Print a status notice after
11441 opening a TCP port.
11442 * server.c (attach_inferior): Print a status notice after
11443 attaching.
11444
114452004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
11446
11447 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
11448
c89dc5d4
DJ
114492004-02-26 Daniel Jacobowitz <drow@mvista.com>
11450
11451 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
11452 error packet.
11453 * server.c, target.h: Update copyright years.
11454
4b8dad4a
RM
114552004-02-25 Roland McGrath <roland@redhat.com>
11456
11457 * target.h (struct target_ops): New member `read_auxv'.
11458 * server.c (handle_query): Handle qPart:auxv:read: query using that.
11459 * linux-low.c (linux_read_auxv): New function.
11460 (linux_target_ops): Initialize `read_auxv' member to that.
11461
d7446758
JB
114622004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11463
11464 Committed by Jim Blandy <jimb@redhat.com>.
11465
11466 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 11467 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
11468 instead of GPR_SIZE to distiguish s390 and s390x targets.
11469
5544ad89
DJ
114702004-01-31 Daniel Jacobowitz <drow@mvista.com>
11471
11472 * linux-low.c: Update copyright year.
11473 (check_removed_breakpoint): Clear pending_is_breakpoint.
11474 (linux_set_resume_request, linux_queue_one_thread)
11475 (resume_status_pending_p): New functions.
11476 (linux_continue_one_thread): Use process->resume.
11477 (linux_resume): Only resume threads if there are no pending events.
11478 * linux-low.h (struct process_info): Add resume request
11479 pointer.
11480
2a68b70e
DJ
114812004-01-30 Daniel Jacobowitz <drow@mvista.com>
11482
11483 * regcache.c (new_register_cache): Clear the allocated register
11484 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11485
64386c31
DJ
114862003-10-13 Daniel Jacobowitz <drow@mvista.com>
11487
11488 * linux-low.c (linux_resume): Take a struct thread_resume *
11489 argument.
11490 (linux_wait): Update call.
11491 (resume_ptr): New static variable.
11492 (linux_continue_one_thread): Renamed from
11493 linux_continue_one_process. Use resume_ptr.
11494 (linux_resume): Use linux_continue_one_thread.
11495 * server.c (handle_v_cont, handle_v_requests): New functions.
11496 (myresume): New function.
11497 (main): Handle 'v' case.
11498 * target.h (struct thread_resume): New type.
11499 (struct target_ops): Change argument of "resume" to struct
11500 thread_resume *.
11501 (myresume): Delete macro.
11502
c938e9b0
L
115032003-08-08 H.J. Lu <hongjiu.lu@intel.com>
11504
11505 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
11506 (uninstall): Support DESTDIR.
11507
7f313d07
BC
11508Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
11509
11510 * configure.srv: Add xscale*linux copy of arm*linux entry.
11511
3b2fc2ea
DJ
115122003-07-24 Daniel Jacobowitz <drow@mvista.com>
11513
11514 * linux-arm-low.c (arm_reinsert_addr): New function.
11515 (the_low_target): Add arm_reinsert_addr.
11516
1c0a559e
MK
115172003-07-08 Mark Kettenis <kettenis@gnu.org>
11518
11519 * mem-break.c: Remove whitespace at end of file.
11520
43d5792c
DJ
115212003-06-28 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * configure.in: Check whether we need to prototype strerror.
11524 * server.h: Optionally prototype strerror.
11525 * gdbreplay.c (perror_with_name): Use strerror.
11526 * linux-low.c (linux_attach_lwp): Use strerror.
11527 * utils.c (perror_with_name): Use strerror.
11528 * config.in, configure: Regenerated.
11529
c8a86edf
DJ
115302003-06-28 Daniel Jacobowitz <drow@mvista.com>
11531
11532 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
11533 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
11534
73d37363
DJ
115352003-06-20 Daniel Jacobowitz <drow@mvista.com>
11536
11537 * Makefile.in (SFILES): Update.
11538 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
11539 low-sun3.c: Remove files.
11540
6ad8ae5c
DJ
115412003-06-17 Daniel Jacobowitz <drow@mvista.com>
11542
11543 * linux-low.c: Move comment to linux_thread_alive where it belonged.
11544 (linux_detach_one_process, linux_detach): New functions.
11545 (linux_target_ops): Add linux_detach.
11546 * server.c (main): Handle 'D' packet.
11547 * target.h (struct target_ops): Add "detach" member.
11548 (detach_inferior): Define.
11549
1581182a
MK
115502003-06-13 Mark Kettenis <kettenis@gnu.org>
11551
11552 From Kelley Cook <kelleycook@wideopenwest.com>:
11553 * configure.srv: Accept i[34567]86 variants.
11554
e5379b03
DJ
115552003-06-05 Daniel Jacobowitz <drow@mvista.com>
11556
11557 * linux-low.c (linux_wait_for_event): Correct comment typos.
11558 (linux_resume_one_process): Call check_removed_breakpoint.
11559 (linux_send_signal): New function.
11560 (linux_target_ops): Add linux_send_signal.
11561 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
11562 of kill.
11563 * target.h (struct target_ops): Add send_signal.
11564
2ff29de4
JB
115652003-05-29 Jim Blandy <jimb@redhat.com>
11566
11567 * linux-low.c (usr_store_inferior_registers): Transfer buf in
11568 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
11569 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
11570 away part of the register's value.
11571
254787d4
DJ
115722003-03-26 Daniel Jacobowitz <drow@mvista.com>
11573
11574 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
11575 (linux_wait_for_event, linux_init_signals): Likewise.
11576
94e10508
DJ
115772003-03-17 Daniel Jacobowitz <drow@mvista.com>
11578
11579 * configure.in: Check for stdlib.h.
11580 * configure: Regenerated.
11581 * config.in: Regenerated.
11582
4c0711e0
DJ
115832003-01-04 Andreas Schwab <schwab@suse.de>
11584
11585 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
11586
ef66e766
AC
115872003-01-02 Andrew Cagney <ac131313@redhat.com>
11588
11589 * Makefile.in: Remove obsolete code.
11590
a1358604
DJ
115912002-11-20 Daniel Jacobowitz <drow@mvista.com>
11592
11593 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
11594 defined(PT_FPR0_HI).
11595
23ce3b1c
DJ
115962002-11-17 Stuart Hughes <seh@zee2.com>
11597
11598 * linux-arm-low.c (arm_num_regs): Increase.
11599 (arm_regmap): Include status register.
11600
116012002-11-17 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * linux-low.c (register_addr): Remove incorrect -1 check.
11604
a9fa9f7d
DJ
116052002-08-29 Daniel Jacobowitz <drow@mvista.com>
11606
11607 * linux-low.c (linux_create_inferior): Call setpgid. Return
11608 the new PID.
11609 (unstopped_p, linux_signal_pid): Remove.
11610 (linux_target_ops): Remove linux_signal_pid.
11611 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
11612 global instead of target method.
11613 * target.h (struct target_ops): Remove signal_pid. Update comment
11614 for create_inferior.
11615 * server.c (signal_pid): New variable.
11616 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 11617 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
11618 (attach_inferior): Set signal_pid.
11619
17574093
DJ
116202002-08-23 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
11623
116242002-08-20 Jim Blandy <jimb@redhat.com>
11625
11626 * Makefile.in (LDFLAGS): Allow the configure script to establish a
11627 default for this.
11628
116292002-08-01 Andrew Cagney <cagney@redhat.com>
11630
11631 * Makefile.in: Make chill references obsolete.
11632
116332002-07-24 Kevin Buettner <kevinb@redhat.com>
11634
11635 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
11636 * configure: Regenerate.
11637 * config.in: Regenerate.
11638
116392002-07-09 David O'Brien <obrien@FreeBSD.org>
11640
11641 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
11642 (perror_with_name, remote_close, remote_open, expect, play): Static.
11643
116442002-07-04 Michal Ludvig <mludvig@suse.cz>
11645
4b8dad4a 11646 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
11647 byte offsets instead of an array of indexes.
11648 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
11649
116502002-06-13 Daniel Jacobowitz <drow@mvista.com>
11651
11652 * regcache.c: Add comment.
11653
116542002-06-11 Daniel Jacobowitz <drow@mvista.com>
11655
11656 * thread-db.c: New file.
11657 * proc-service.c: New file.
11658 * acinclude.m4: New file.
11659 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
11660 proc-service.o, and thread-db.o.
11661 (linux-low.o): Add USE_THREAD_DB.
11662 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
11663 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
11664 * aclocal.m4: Regenerated.
11665 * config.in: Regenerated.
11666 * configure: Regenerated.
11667 * configure.in: Check for proc_service.h, sys/procfs.h,
11668 thread_db.h, and linux/elf.h headrs.
11669 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
11670 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
11671 Check for -lthread_db and thread support.
11672 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
11673 PowerPC, and SuperH.
11674 * i387-fp.c: Constify arguments.
11675 * i387-fp.h: Likewise.
11676 * inferiors.c: (struct thread_info): Renamed from
11677 `struct inferior_info'. Remove PID member. Use generic inferior
11678 list header. All uses updated.
11679 (inferiors, signal_pid): Removed.
11680 (all_threads): New variable.
11681 (get_thread): Define.
11682 (add_inferior_to_list): New function.
11683 (for_each_inferior): New function.
11684 (change_inferior_id): New function.
11685 (add_inferior): Removed.
11686 (remove_inferior): New function.
11687 (add_thread): New function.
11688 (free_one_thread): New function.
11689 (remove_thread): New function.
11690 (clear_inferiors): Use for_each_inferior and free_one_thread.
11691 (find_inferior): New function.
11692 (find_inferior_id): New function.
11693 (inferior_target_data): Update argument type.
11694 (set_inferior_target_data): Likewise.
11695 (inferior_regcache_data): Likewise.
11696 (set_inferior_regcache_data): Likewise.
11697 * linux-low.c (linux_bp_reinsert): Remove.
11698 (all_processes, stopping_threads, using_thrads)
11699 (struct pending_signals, debug_threads, pid_of): New.
11700 (inferior_pid): Replace with macro.
11701 (struct inferior_linux_data): Remove.
11702 (get_stop_pc, add_process): New functions.
11703 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
11704 Use add_process and add_thread.
11705 (linux_attach_lwp): New function, based on old linux_attach. Use
11706 add_process and add_thread. Set stop_expected for new threads.
11707 (linux_attach): New function.
11708 (linux_kill_one_process): New function.
11709 (linux_kill): Kill all LWPs.
11710 (linux_thread_alive): Use find_inferior_id.
11711 (check_removed_breakpoints, status_pending_p): New functions.
11712 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
11713 Update. Use WNOHANG. Wait for cloned processes also. Update process
11714 struct for the found process.
11715 (linux_wait_for_event): New function.
11716 (linux_wait): Use it. Support LWPs.
11717 (send_sigstop, wait_for_sigstop, stop_all_processes)
11718 (linux_resume_one_process, linux_continue_one_process): New functions.
11719 (linux_resume): Support LWPs.
11720 (REGISTER_RAW_SIZE): Remove.
11721 (fetch_register): Use register_size instead. Call supply_register.
11722 (usr_store_inferior_registers): Likewise. Call collect_register.
11723 Fix recursive case.
11724 (regsets_fetch_inferior_registers): Improve error message.
11725 (regsets_store_inferior_registers): Add debugging.
11726 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
11727 (unstopped_p, linux_signal_pid): New functions.
11728 (linux_target_ops): Add linux_signal_pid.
11729 (linux_init_signals): New function.
11730 (initialize_low): Call it. Initialize using_threads.
11731 * regcache.c (inferior_regcache_data): Add valid
11732 flag.
11733 (get_regcache): Fetch registers lazily. Add fetch argument
11734 and update all callers.
11735 (regcache_invalidate_one, regcache_invalidate): New
11736 functions.
11737 (new_register_cache): Renamed from create_register_cache.
11738 Return the new regcache.
11739 (free_register_cache): Change argument to a void *.
11740 (registers_to_string, registers_from_string): Call get_regcache
11741 with fetch flag set.
11742 (register_data): Make static. Pass fetch flag to get_regcache.
11743 (supply_register): Call get_regcache with fetch flag clear.
11744 (collect_register): Call get_regcache with fetch flag set.
11745 (collect_register_as_string): New function.
11746 * regcache.h: Update.
11747 * remote-utils.c (putpkt): Flush after debug output and use
11748 stderr.
11749 Handle input interrupts while waiting for an ACK.
11750 (input_interrupt): Use signal_pid method.
11751 (getpkt): Flush after debug output and use stderr.
11752 (outreg): Use collect_register_as_string.
11753 (new_thread_notify, dead_thread_notify): New functions.
11754 (prepare_resume_reply): Check using_threads. Set thread_from_wait
11755 and general_thread.
11756 (look_up_one_symbol): Flush after debug output.
11757 * server.c (step_thread, server_waiting): New variables.
11758 (start_inferior): Don't use signal_pid. Update call to mywait.
11759 (attach_inferior): Update call to mywait.
11760 (handle_query): Handle qfThreadInfo and qsThreadInfo.
11761 (main): Don't fetch/store registers explicitly. Use
11762 set_desired_inferior. Support proposed ``Hs'' packet. Update
11763 calls to mywait.
11764 * server.h: Update.
11765 (struct inferior_list, struct_inferior_list_entry): New.
11766 * target.c (set_desired_inferior): New.
11767 (write_inferior_memory): Constify.
11768 (mywait): New function.
11769 * target.h: Update.
11770 (struct target_ops): New signal_pid method.
11771 (mywait): Removed macro, added prototype.
11772
11773 * linux-low.h (regset_func): Removed.
11774 (regset_fill_func, regset_store_func): New.
11775 (enum regset_type): New.
11776 (struct regset_info): Add type field. Use new operation types.
11777 (struct linux_target_ops): stop_pc renamed to get_pc.
11778 Add decr_pc_after_break and breakpoint_at.
11779 (get_process, get_thread_proess, get_process_thread)
11780 (strut process_info, all_processes, linux_attach_lwp)
11781 (thread_db_init): New.
11782
11783 * linux-arm-low.c (arm_get_pc, arm_set_pc,
11784 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
11785 (the_low_target): Add new members.
11786 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
11787 (i386_store_fpxregset): Constify.
11788 (target_regsets): Add new kind identifier.
11789 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
11790 (i386_set_pc): Add debugging.
11791 (i386_breakpoint_at): New function.
11792 (the_low_target): Add new members.
11793 * linux-mips-low.c (mips_get_pc, mips_set_pc)
11794 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
11795 (mips_breakpoint_at): New.
11796 (the_low_target): Add new members.
11797 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
11798 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
11799 (the_low_target): Add new members.
11800 * linux-sh-low.c (sh_get_pc, sh_set_pc)
11801 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
11802 (the_low_target): Add new members.
11803 * linux-x86-64-low.c (target_regsets): Add new kind
11804 identifier.
11805
118062002-05-15 Daniel Jacobowitz <drow@mvista.com>
11807
11808 From Martin Pool <mbp@samba.org>:
11809 * server.c (gdbserver_usage): New function.
11810 (main): Call it.
11811
118122002-05-14 Daniel Jacobowitz <drow@mvista.com>
11813
11814 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
11815 stop_at -> stop_pc.
11816
118172002-05-04 Andrew Cagney <ac131313@redhat.com>
11818
11819 * Makefile.in: Remove obsolete code.
11820
118212002-04-24 Michal Ludvig <mludvig@suse.cz>
11822
11823 * linux-low.c (regsets_fetch_inferior_registers),
11824 (regsets_store_inferior_registers): Removed cast to int from
11825 ptrace() calls.
11826 * regcache.h: Added declaration of struct inferior_info.
11827
118282002-04-20 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * inferiors.c (struct inferior_info): Add regcache_data.
11831 (add_inferior): Call create_register_cache.
11832 (clear_inferiors): Call free_register_cache.
11833 (inferior_regcache_data, set_inferior_regcache_data): New functions.
11834 * regcache.c (struct inferior_regcache_data): New.
11835 (registers): Remove.
11836 (get_regcache): New function.
11837 (create_register_cache, free_register_cache): New functions.
11838 (set_register_cache): Don't initialize the register cache here.
11839 (registers_to_string, registers_from_string, register_data): Call
11840 get_regcache.
11841 * regcache.h: Add prototypes.
11842 * server.h: Likewise.
11843
118442002-04-20 Daniel Jacobowitz <drow@mvista.com>
11845
11846 * mem-break.c: New file.
11847 * mem-break.h: New file.
11848 * Makefile.in: Add mem-break.o rule; update server.h
11849 dependencies.
11850 * inferiors.c (struct inferior_info): Add target_data
11851 member.
11852 (clear_inferiors): Free target_data member if set.
11853 (inferior_target_data, set_inferior_target_data): New functions.
11854 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
11855 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
11856 * linux-low.c (linux_bp_reinsert): New variable.
11857 (struct inferior_linux_data): New.
11858 (linux_create_inferior): Use set_inferior_target_data.
11859 (linux_attach): Likewise. Call add_inferior.
11860 (linux_wait_for_one_inferior): New function.
11861 (linux_wait): Call it.
11862 (linux_write_memory): Add const.
11863 (initialize_low): Call set_breakpoint_data.
11864 * linux-low.h (struct linux_target_ops): Add breakpoint
11865 handling members.
11866 * server.c (attach_inferior): Remove extra add_inferior
11867 call.
11868 * server.h: Include mem-break.h. Update inferior.c
11869 prototypes.
11870 * target.c (read_inferior_memory)
11871 (write_inferior_memory): New functions.
11872 * target.h (read_inferior_memory)
11873 (write_inferior_memory): Change macros to prototypes.
11874 (struct target_ops): Update comments. Add const to write_memory
11875 definition.
11876
118772002-04-11 Daniel Jacobowitz <drow@mvista.com>
11878
11879 * linux-low.c (usr_store_inferior_registers): Support
11880 registers which are allowed to fail to store.
11881 * linux-low.h (linux_target_ops): Likewise.
11882 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
11883 (ppc_cannot_store_register): FPSCR may not be storable.
11884
118852002-04-09 Daniel Jacobowitz <drow@mvista.com>
11886
11887 * server.h: Include <string.h> if HAVE_STRING_H.
11888 * ChangeLog: Correct paths in last ChangeLog entry.
11889
118902002-04-09 Daniel Jacobowitz <drow@mvista.com>
11891
11892 * linux-low.h: Remove obsolete prototypes.
11893 (struct linux_target_ops): New.
11894 (extern the_low_target): New.
11895 * linux-low.c (num_regs, regmap): Remove declarations.
11896 (register_addr): Use the_low_target explicitly.
11897 (fetch_register): Likewise.
11898 (usr_fetch_inferior_registers): Likewise.
11899 (usr_store_inferior_registers): Likewise.
11900 * linux-arm-low.c (num_regs): Remove.
11901 (arm_num_regs): Define.
11902 (arm_regmap): Renamed from regmap, made static.
11903 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
11904 made static.
11905 (arm_cannot_store_register): Renamed from cannot_store_register,
11906 made static.
11907 (the_low_target): New.
11908 * linux-i386-low.c (num_regs): Remove.
11909 (i386_num_regs): Define.
11910 (i386_regmap): Renamed from regmap, made static.
11911 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
11912 made static.
11913 (i386_cannot_store_register): Renamed from cannot_store_register,
11914 made static.
11915 (the_low_target): New.
11916 * linux-ia64-low.c (num_regs): Remove.
11917 (ia64_num_regs): Define.
11918 (ia64_regmap): Renamed from regmap, made static.
11919 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
11920 made static.
11921 (ia64_cannot_store_register): Renamed from cannot_store_register,
11922 made static.
11923 (the_low_target): New.
11924 * linux-m68k-low.c (num_regs): Remove.
11925 (m68k_num_regs): Define.
11926 (m68k_regmap): Renamed from regmap, made static.
11927 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
11928 made static.
11929 (m68k_cannot_store_register): Renamed from cannot_store_register,
11930 made static.
11931 (the_low_target): New.
11932 * linux-mips-low.c (num_regs): Remove.
11933 (mips_num_regs): Define.
11934 (mips_regmap): Renamed from regmap, made static.
11935 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
11936 made static.
11937 (mips_cannot_store_register): Renamed from cannot_store_register,
11938 made static.
11939 (the_low_target): New.
11940 * linux-ppc-low.c (num_regs): Remove.
11941 (ppc_num_regs): Define.
11942 (ppc_regmap): Renamed from regmap, made static.
11943 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
11944 made static.
11945 (ppc_cannot_store_register): Renamed from cannot_store_register,
11946 made static.
11947 (the_low_target): New.
11948 * linux-s390-low.c (num_regs): Remove.
11949 (s390_num_regs): Define.
11950 (s390_regmap): Renamed from regmap, made static.
11951 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
11952 made static.
11953 (s390_cannot_store_register): Renamed from cannot_store_register,
11954 made static.
11955 (the_low_target): New.
11956 * linux-sh-low.c (num_regs): Remove.
11957 (sh_num_regs): Define.
11958 (sh_regmap): Renamed from regmap, made static.
11959 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
11960 made static.
11961 (sh_cannot_store_register): Renamed from cannot_store_register,
11962 made static.
11963 (the_low_target): New.
11964 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
11965 (the_low_target): New.
11966
119672002-04-09 Daniel Jacobowitz <drow@mvista.com>
11968
11969 * Makefile.in: Add stamp-h target.
11970 * configure.in: Create stamp-h.
11971 * configure: Regenerated.
11972
119732002-04-09 Daniel Jacobowitz <drow@mvista.com>
11974
11975 * inferiors.c: New file.
11976 * target.c: New file.
11977 * target.h: New file.
11978 * Makefile.in: Add target.o and inferiors.o. Update
11979 dependencies.
11980 * linux-low.c (inferior_pid): New static variable,
11981 moved from server.c.
11982 (linux_create_inferior): Renamed from create_inferior.
11983 Call add_inferior. Return 0 on success instead of a PID.
11984 (linux_attach): Renamed from myattach.
11985 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
11986 (linux_thread_alive): Renamed from mythread_alive.
11987 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
11988 child dies.
11989 (linux_resume): Renamed from myresume. Add missing ``return 0''.
11990 (regsets_store_inferior_registers): Correct error message.
11991 Add missing ``return 0''.
11992 (linux_fetch_registers): Renamed from fetch_inferior_registers.
11993 (linux_store_registers): Renamed from store_inferior_registers.
11994 (linux_read_memory): Renamed from read_inferior_memory.
11995 (linux_write_memory): Renamed from write_inferior_memory.
11996 (linux_target_ops): New structure.
11997 (initialize_low): Call set_target_ops ().
11998 * remote-utils.c (unhexify): New function.
11999 (hexify): New function.
12000 (input_interrupt): Send signals to ``signal_pid''.
12001 * server.c (inferior_pid): Remove.
12002 (start_inferior): Update create_inferior call.
12003 (attach_inferior): Call add_inferior.
12004 (handle_query): New function.
12005 (main): Call handle_query for `q' packets.
12006 * server.h: Include "target.h". Remove obsolete prototypes.
12007 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
12008
120092002-04-09 Daniel Jacobowitz <drow@mvista.com>
12010
12011 * Makefile.in: Add WARN_CFLAGS. Update configury
12012 dependencies.
12013 * configure.in: Check for <string.h>
12014 * configure: Regenerate.
12015 * config.in: Regenerate.
12016 * gdbreplay.c: Include needed system headers.
12017 (remote_open): Remove strchr prototype.
12018 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
12019 * regcache.c (supply_register): Change buf argument to const void *.
12020 (supply_register_by_name): Likewise.
12021 (collect_register): Change buf argument to void *.
12022 (collect_register_by_name): Likewise.
12023 * regcache.h: Add missing prototypes.
12024 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
12025 * server.c (handle_query): New function.
12026 (attached): New static variable, moved out of main.
12027 (main): Quiet longjmp clobber warnings.
12028 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
12029 * utils.c (error): Remove NORETURN.
12030 (fatal): Likewise.
This page took 1.458004 seconds and 4 git commands to generate.